]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m68hc11/configure
sim: require AC_PROG_CPP explicitly
[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
760b3e8b
MF
634sim_reserved_bits
635sim_default_model
636sim_scache
637sim_float
638sim_bitsize
81ecdfbb 639cgen_breaks
81ecdfbb
RW
640REPORT_BUGS_TEXI
641REPORT_BUGS_TO
642PKGVERSION
81ecdfbb 643MAINT
31e6ad7d
MF
644MAINTAINER_MODE_FALSE
645MAINTAINER_MODE_TRUE
6bb11ab3
L
646lt_cv_dlopen_libs
647OTOOL64
648OTOOL
649LIPO
650NMEDIT
651DSYMUTIL
652AWK
653STRIP
654OBJDUMP
655LN_S
656NM
657ac_ct_DUMPBIN
658DUMPBIN
659LD
660FGREP
661SED
662LIBTOOL
663PLUGINS_FALSE
664PLUGINS_TRUE
aadc9410
MF
665zlibinc
666zlibdir
81ecdfbb
RW
667CATOBJEXT
668GENCAT
669INSTOBJEXT
670DATADIRNAME
671CATALOGS
672POSUB
673GMSGFMT
674XGETTEXT
675INCINTL
676LIBINTL_DEP
677LIBINTL
678USE_NLS
db2e4d67
MF
679GMAKE_FALSE
680GMAKE_TRUE
681MAKE
682CCDEPMODE
683DEPDIR
684am__leading_dot
5f3ef9d0 685PACKAGE
46f900c0 686C_DIALECT
81ecdfbb
RW
687RANLIB
688AR
81ecdfbb
RW
689CC_FOR_BUILD
690INSTALL_DATA
691INSTALL_SCRIPT
692INSTALL_PROGRAM
2232061b
MF
693EGREP
694GREP
81ecdfbb
RW
695target_os
696target_vendor
697target_cpu
698target
699host_os
700host_vendor
701host_cpu
702host
703build_os
704build_vendor
705build_cpu
706build
ebe9564b 707CPP
6ffe910a
MF
708OBJEXT
709EXEEXT
710ac_ct_CC
711CPPFLAGS
712LDFLAGS
713CFLAGS
714CC
81ecdfbb
RW
715target_alias
716host_alias
717build_alias
718LIBS
719ECHO_T
720ECHO_N
721ECHO_C
722DEFS
723mandir
724localedir
725libdir
726psdir
727pdfdir
728dvidir
729htmldir
730infodir
731docdir
732oldincludedir
733includedir
734localstatedir
735sharedstatedir
736sysconfdir
737datadir
738datarootdir
739libexecdir
740sbindir
741bindir
742program_transform_name
743prefix
744exec_prefix
745PACKAGE_URL
746PACKAGE_BUGREPORT
747PACKAGE_STRING
748PACKAGE_VERSION
749PACKAGE_TARNAME
750PACKAGE_NAME
751PATH_SEPARATOR
136da8cd
MF
752SHELL
753WERROR_CFLAGS
754WARN_CFLAGS
136da8cd
MF
755sim_inline
756sim_hw
757sim_hw_objs
758sim_hw_cflags
136da8cd 759sim_endian
136da8cd 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
ebe9564b
MF
3154ac_ext=c
3155ac_cpp='$CPP $CPPFLAGS'
3156ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3157ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3158ac_compiler_gnu=$ac_cv_c_compiler_gnu
3159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3160$as_echo_n "checking how to run the C preprocessor... " >&6; }
3161# On Suns, sometimes $CPP names a directory.
3162if test -n "$CPP" && test -d "$CPP"; then
3163 CPP=
3164fi
3165if test -z "$CPP"; then
3166 if ${ac_cv_prog_CPP+:} false; then :
3167 $as_echo_n "(cached) " >&6
3168else
3169 # Double quotes because CPP needs to be expanded
3170 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3171 do
3172 ac_preproc_ok=false
3173for ac_c_preproc_warn_flag in '' yes
3174do
3175 # Use a header file that comes with gcc, so configuring glibc
3176 # with a fresh cross-compiler works.
3177 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3178 # <limits.h> exists even on freestanding compilers.
3179 # On the NeXT, cc -E runs the code through the compiler's parser,
3180 # not just through cpp. "Syntax error" is here to catch this case.
3181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3182/* end confdefs.h. */
3183#ifdef __STDC__
3184# include <limits.h>
3185#else
3186# include <assert.h>
3187#endif
3188 Syntax error
3189_ACEOF
3190if ac_fn_c_try_cpp "$LINENO"; then :
3191
3192else
3193 # Broken: fails on valid input.
3194continue
3195fi
3196rm -f conftest.err conftest.i conftest.$ac_ext
3197
3198 # OK, works on sane cases. Now check whether nonexistent headers
3199 # can be detected and how.
3200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3201/* end confdefs.h. */
3202#include <ac_nonexistent.h>
3203_ACEOF
3204if ac_fn_c_try_cpp "$LINENO"; then :
3205 # Broken: success on invalid input.
3206continue
3207else
3208 # Passes both tests.
3209ac_preproc_ok=:
3210break
3211fi
3212rm -f conftest.err conftest.i conftest.$ac_ext
3213
3214done
3215# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3216rm -f conftest.i conftest.err conftest.$ac_ext
3217if $ac_preproc_ok; then :
3218 break
3219fi
3220
3221 done
3222 ac_cv_prog_CPP=$CPP
3223
3224fi
3225 CPP=$ac_cv_prog_CPP
3226else
3227 ac_cv_prog_CPP=$CPP
3228fi
3229{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3230$as_echo "$CPP" >&6; }
3231ac_preproc_ok=false
3232for ac_c_preproc_warn_flag in '' yes
3233do
3234 # Use a header file that comes with gcc, so configuring glibc
3235 # with a fresh cross-compiler works.
3236 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3237 # <limits.h> exists even on freestanding compilers.
3238 # On the NeXT, cc -E runs the code through the compiler's parser,
3239 # not just through cpp. "Syntax error" is here to catch this case.
3240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3241/* end confdefs.h. */
3242#ifdef __STDC__
3243# include <limits.h>
3244#else
3245# include <assert.h>
3246#endif
3247 Syntax error
3248_ACEOF
3249if ac_fn_c_try_cpp "$LINENO"; then :
3250
3251else
3252 # Broken: fails on valid input.
3253continue
3254fi
3255rm -f conftest.err conftest.i conftest.$ac_ext
3256
3257 # OK, works on sane cases. Now check whether nonexistent headers
3258 # can be detected and how.
3259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3260/* end confdefs.h. */
3261#include <ac_nonexistent.h>
3262_ACEOF
3263if ac_fn_c_try_cpp "$LINENO"; then :
3264 # Broken: success on invalid input.
3265continue
3266else
3267 # Passes both tests.
3268ac_preproc_ok=:
3269break
3270fi
3271rm -f conftest.err conftest.i conftest.$ac_ext
3272
3273done
3274# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3275rm -f conftest.i conftest.err conftest.$ac_ext
3276if $ac_preproc_ok; then :
3277
3278else
3279 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3280$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3281as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3282See \`config.log' for more details" "$LINENO" 5; }
3283fi
3284
3285ac_ext=c
3286ac_cpp='$CPP $CPPFLAGS'
3287ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3288ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3289ac_compiler_gnu=$ac_cv_c_compiler_gnu
3290
6bb11ab3
L
3291ac_aux_dir=
3292for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
3293 if test -f "$ac_dir/install-sh"; then
3294 ac_aux_dir=$ac_dir
3295 ac_install_sh="$ac_aux_dir/install-sh -c"
3296 break
3297 elif test -f "$ac_dir/install.sh"; then
3298 ac_aux_dir=$ac_dir
3299 ac_install_sh="$ac_aux_dir/install.sh -c"
3300 break
3301 elif test -f "$ac_dir/shtool"; then
3302 ac_aux_dir=$ac_dir
3303 ac_install_sh="$ac_aux_dir/shtool install -c"
3304 break
3305 fi
6bb11ab3
L
3306done
3307if test -z "$ac_aux_dir"; then
d0ac1c44 3308 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
3309fi
3310
3311# These three variables are undocumented and unsupported,
3312# and are intended to be withdrawn in a future Autoconf release.
3313# They can cause serious problems if a builder's source tree is in a directory
3314# whose full name contains unusual characters.
3315ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3316ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3317ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3318
3319
3320# Make sure we can run config.sub.
3321$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 3322 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
3323
3324{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3325$as_echo_n "checking build system type... " >&6; }
d0ac1c44 3326if ${ac_cv_build+:} false; then :
6bb11ab3
L
3327 $as_echo_n "(cached) " >&6
3328else
3329 ac_build_alias=$build_alias
3330test "x$ac_build_alias" = x &&
3331 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3332test "x$ac_build_alias" = x &&
d0ac1c44 3333 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 3334ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 3335 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
3336
3337fi
3338{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3339$as_echo "$ac_cv_build" >&6; }
3340case $ac_cv_build in
3341*-*-*) ;;
d0ac1c44 3342*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
3343esac
3344build=$ac_cv_build
3345ac_save_IFS=$IFS; IFS='-'
3346set x $ac_cv_build
3347shift
3348build_cpu=$1
3349build_vendor=$2
3350shift; shift
3351# Remember, the first character of IFS is used to create $*,
3352# except with old shells:
3353build_os=$*
3354IFS=$ac_save_IFS
3355case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3356
3357
3358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3359$as_echo_n "checking host system type... " >&6; }
d0ac1c44 3360if ${ac_cv_host+:} false; then :
6bb11ab3
L
3361 $as_echo_n "(cached) " >&6
3362else
3363 if test "x$host_alias" = x; then
3364 ac_cv_host=$ac_cv_build
3365else
3366 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 3367 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
3368fi
3369
3370fi
3371{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3372$as_echo "$ac_cv_host" >&6; }
3373case $ac_cv_host in
3374*-*-*) ;;
d0ac1c44 3375*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
3376esac
3377host=$ac_cv_host
3378ac_save_IFS=$IFS; IFS='-'
3379set x $ac_cv_host
3380shift
3381host_cpu=$1
3382host_vendor=$2
3383shift; shift
3384# Remember, the first character of IFS is used to create $*,
3385# except with old shells:
3386host_os=$*
3387IFS=$ac_save_IFS
3388case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3389
3390
3391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
3392$as_echo_n "checking target system type... " >&6; }
d0ac1c44 3393if ${ac_cv_target+:} false; then :
6bb11ab3
L
3394 $as_echo_n "(cached) " >&6
3395else
3396 if test "x$target_alias" = x; then
3397 ac_cv_target=$ac_cv_host
3398else
3399 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 3400 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
3401fi
3402
3403fi
3404{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
3405$as_echo "$ac_cv_target" >&6; }
3406case $ac_cv_target in
3407*-*-*) ;;
d0ac1c44 3408*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
3409esac
3410target=$ac_cv_target
3411ac_save_IFS=$IFS; IFS='-'
3412set x $ac_cv_target
3413shift
3414target_cpu=$1
3415target_vendor=$2
3416shift; shift
3417# Remember, the first character of IFS is used to create $*,
3418# except with old shells:
3419target_os=$*
3420IFS=$ac_save_IFS
3421case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3422
3423
3424# The aliases save the names the user supplied, while $host etc.
3425# will get canonicalized.
3426test -n "$target_alias" &&
3427 test "$program_prefix$program_suffix$program_transform_name" = \
3428 NONENONEs,x,x, &&
3429 program_prefix=${target_alias}-
3430
6bb11ab3
L
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
ebe9564b 6537
6bb11ab3
L
6538ac_config_headers="$ac_config_headers config.h:config.in"
6539
6540
6541
0cb8d851
MF
6542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6543$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6544if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6545 $as_echo_n "(cached) " >&6
6546else
6547 ac_cv_c_bigendian=unknown
6548 # See if we're dealing with a universal compiler.
6549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6550/* end confdefs.h. */
6551#ifndef __APPLE_CC__
6552 not a universal capable compiler
6553 #endif
6554 typedef int dummy;
6555
6556_ACEOF
6557if ac_fn_c_try_compile "$LINENO"; then :
6558
6559 # Check for potential -arch flags. It is not universal unless
6560 # there are at least two -arch flags with different values.
6561 ac_arch=
6562 ac_prev=
6563 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6564 if test -n "$ac_prev"; then
6565 case $ac_word in
6566 i?86 | x86_64 | ppc | ppc64)
6567 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6568 ac_arch=$ac_word
6569 else
6570 ac_cv_c_bigendian=universal
6571 break
6572 fi
6573 ;;
6574 esac
6575 ac_prev=
6576 elif test "x$ac_word" = "x-arch"; then
6577 ac_prev=arch
6578 fi
6579 done
6580fi
6581rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6582 if test $ac_cv_c_bigendian = unknown; then
6583 # See if sys/param.h defines the BYTE_ORDER macro.
6584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6585/* end confdefs.h. */
6586#include <sys/types.h>
6587 #include <sys/param.h>
6588
6589int
6590main ()
6591{
6592#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6593 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6594 && LITTLE_ENDIAN)
6595 bogus endian macros
6596 #endif
6597
6598 ;
6599 return 0;
6600}
6601_ACEOF
6602if ac_fn_c_try_compile "$LINENO"; then :
6603 # It does; now see whether it defined to BIG_ENDIAN or not.
6604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6605/* end confdefs.h. */
6606#include <sys/types.h>
6607 #include <sys/param.h>
6608
6609int
6610main ()
6611{
6612#if BYTE_ORDER != BIG_ENDIAN
6613 not big endian
6614 #endif
6615
6616 ;
6617 return 0;
6618}
6619_ACEOF
6620if ac_fn_c_try_compile "$LINENO"; then :
6621 ac_cv_c_bigendian=yes
6622else
6623 ac_cv_c_bigendian=no
6624fi
6625rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6626fi
6627rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6628 fi
6629 if test $ac_cv_c_bigendian = unknown; then
6630 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6632/* end confdefs.h. */
6633#include <limits.h>
6634
6635int
6636main ()
6637{
6638#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6639 bogus endian macros
6640 #endif
6641
6642 ;
6643 return 0;
6644}
6645_ACEOF
6646if ac_fn_c_try_compile "$LINENO"; then :
6647 # It does; now see whether it defined to _BIG_ENDIAN or not.
6648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6649/* end confdefs.h. */
6650#include <limits.h>
6651
6652int
6653main ()
6654{
6655#ifndef _BIG_ENDIAN
6656 not big endian
6657 #endif
6658
6659 ;
6660 return 0;
6661}
6662_ACEOF
6663if ac_fn_c_try_compile "$LINENO"; then :
6664 ac_cv_c_bigendian=yes
6665else
6666 ac_cv_c_bigendian=no
6667fi
6668rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6669fi
6670rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6671 fi
6672 if test $ac_cv_c_bigendian = unknown; then
6673 # Compile a test program.
6674 if test "$cross_compiling" = yes; then :
6675 # Try to guess by grepping values from an object file.
6676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6677/* end confdefs.h. */
6678short int ascii_mm[] =
6679 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6680 short int ascii_ii[] =
6681 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6682 int use_ascii (int i) {
6683 return ascii_mm[i] + ascii_ii[i];
6684 }
6685 short int ebcdic_ii[] =
6686 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6687 short int ebcdic_mm[] =
6688 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6689 int use_ebcdic (int i) {
6690 return ebcdic_mm[i] + ebcdic_ii[i];
6691 }
6692 extern int foo;
6693
6694int
6695main ()
6696{
6697return use_ascii (foo) == use_ebcdic (foo);
6698 ;
6699 return 0;
6700}
6701_ACEOF
6702if ac_fn_c_try_compile "$LINENO"; then :
6703 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6704 ac_cv_c_bigendian=yes
6705 fi
6706 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6707 if test "$ac_cv_c_bigendian" = unknown; then
6708 ac_cv_c_bigendian=no
6709 else
6710 # finding both strings is unlikely to happen, but who knows?
6711 ac_cv_c_bigendian=unknown
6712 fi
6713 fi
6714fi
6715rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6716else
6717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6718/* end confdefs.h. */
6719$ac_includes_default
6720int
6721main ()
6722{
6723
6724 /* Are we little or big endian? From Harbison&Steele. */
6725 union
6726 {
6727 long int l;
6728 char c[sizeof (long int)];
6729 } u;
6730 u.l = 1;
6731 return u.c[sizeof (long int) - 1] == 1;
6732
6733 ;
6734 return 0;
6735}
6736_ACEOF
6737if ac_fn_c_try_run "$LINENO"; then :
6738 ac_cv_c_bigendian=no
6739else
6740 ac_cv_c_bigendian=yes
6741fi
6742rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6743 conftest.$ac_objext conftest.beam conftest.$ac_ext
6744fi
6745
6746 fi
6747fi
6748{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6749$as_echo "$ac_cv_c_bigendian" >&6; }
6750 case $ac_cv_c_bigendian in #(
6751 yes)
6752 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6753;; #(
6754 no)
6755 ;; #(
6756 universal)
6757
6758$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6759
6760 ;; #(
6761 *)
d0ac1c44 6762 as_fn_error $? "unknown endianness
0cb8d851
MF
6763 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6764 esac
6765
6bb11ab3
L
6766
6767
6768
6769# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
6770if test -z "$CC_FOR_BUILD"; then
6771 if test "x$cross_compiling" = "xno"; then
6772 CC_FOR_BUILD='$(CC)'
6773 else
6774 CC_FOR_BUILD=gcc
6775 fi
6bb11ab3
L
6776fi
6777
6778
6779
6bb11ab3
L
6780AR=${AR-ar}
6781
6782if test -n "$ac_tool_prefix"; then
6783 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6784set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6786$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6787if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6788 $as_echo_n "(cached) " >&6
6789else
6790 if test -n "$RANLIB"; then
6791 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6792else
6793as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6794for as_dir in $PATH
6795do
6796 IFS=$as_save_IFS
6797 test -z "$as_dir" && as_dir=.
6798 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6799 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6800 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6802 break 2
6803 fi
6804done
6805 done
6806IFS=$as_save_IFS
6807
6808fi
6809fi
6810RANLIB=$ac_cv_prog_RANLIB
6811if test -n "$RANLIB"; then
6812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6813$as_echo "$RANLIB" >&6; }
6814else
6815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6816$as_echo "no" >&6; }
6817fi
6818
6819
6820fi
6821if test -z "$ac_cv_prog_RANLIB"; then
6822 ac_ct_RANLIB=$RANLIB
6823 # Extract the first word of "ranlib", so it can be a program name with args.
6824set dummy ranlib; ac_word=$2
6825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6826$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6827if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6828 $as_echo_n "(cached) " >&6
6829else
6830 if test -n "$ac_ct_RANLIB"; then
6831 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6832else
6833as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6834for as_dir in $PATH
6835do
6836 IFS=$as_save_IFS
6837 test -z "$as_dir" && as_dir=.
6838 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6839 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6840 ac_cv_prog_ac_ct_RANLIB="ranlib"
6841 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6842 break 2
6843 fi
6844done
6845 done
6846IFS=$as_save_IFS
6847
6848fi
6849fi
6850ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6851if test -n "$ac_ct_RANLIB"; then
6852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6853$as_echo "$ac_ct_RANLIB" >&6; }
6854else
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6856$as_echo "no" >&6; }
6857fi
6858
6859 if test "x$ac_ct_RANLIB" = x; then
6860 RANLIB=":"
6861 else
6862 case $cross_compiling:$ac_tool_warned in
6863yes:)
6864{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6865$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6866ac_tool_warned=yes ;;
6867esac
6868 RANLIB=$ac_ct_RANLIB
6869 fi
6870else
6871 RANLIB="$ac_cv_prog_RANLIB"
6872fi
6873
6874
46f900c0
MF
6875# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
6876# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
6877# is C99. So handle it ourselves.
6878:
6879C_DIALECT=
6880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
6881$as_echo_n "checking whether C11 is supported by default... " >&6; }
6882cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6883/* end confdefs.h. */
6884
6885#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6886# error "C11 support not found"
6887#endif
6888
6889_ACEOF
6890if ac_fn_c_try_compile "$LINENO"; then :
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6892$as_echo "yes" >&6; }
6893else
6894
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6896$as_echo "no" >&6; }
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
6898$as_echo_n "checking for -std=c11 support... " >&6; }
6899 ac_save_CC="$CC"
6900 CC="$CC -std=c11"
6901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6902/* end confdefs.h. */
6903
6904#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
6905# error "C11 support not found"
6906#endif
6907
6908_ACEOF
6909if ac_fn_c_try_compile "$LINENO"; then :
6910
6911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6912$as_echo "yes" >&6; }
6913 CC="$ac_save_CC"
6914 C_DIALECT="-std=c11"
6915
6916else
6917 as_fn_error $? "C11 is required" "$LINENO" 5
6918fi
6919rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6920fi
6921rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6922
6923
6bb11ab3
L
6924# Some of the common include files depend on bfd.h, and bfd.h checks
6925# that config.h is included first by testing that the PACKAGE macro
6926# is defined.
6927PACKAGE=sim
6928
6929cat >>confdefs.h <<_ACEOF
6930#define PACKAGE "$PACKAGE"
6931_ACEOF
6932
6933
6934
6935# Dependency checking.
6936ac_config_commands="$ac_config_commands depdir"
6937
6938
6939depcc="$CC" am_compiler_list=
6940
6941am_depcomp=$ac_aux_dir/depcomp
6942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
6943$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 6944if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
6945 $as_echo_n "(cached) " >&6
6946else
6947 if test -f "$am_depcomp"; then
6948 # We make a subdir and do the tests there. Otherwise we can end up
6949 # making bogus files that we don't know about and never remove. For
6950 # instance it was reported that on HP-UX the gcc test will end up
6951 # making a dummy file named `D' -- because `-MD' means `put the output
6952 # in D'.
6953 mkdir conftest.dir
6954 # Copy depcomp to subdir because otherwise we won't find it if we're
6955 # using a relative directory.
6956 cp "$am_depcomp" conftest.dir
6957 cd conftest.dir
6958 # We will build objects and dependencies in a subdirectory because
6959 # it helps to detect inapplicable dependency modes. For instance
6960 # both Tru64's cc and ICC support -MD to output dependencies as a
6961 # side effect of compilation, but ICC will put the dependencies in
6962 # the current directory while Tru64 will put them in the object
6963 # directory.
6964 mkdir sub
6965
6966 am_cv_CC_dependencies_compiler_type=none
6967 if test "$am_compiler_list" = ""; then
6968 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6969 fi
6970 for depmode in $am_compiler_list; do
6971 if test $depmode = none; then break; fi
6972
6973 $as_echo "$as_me:$LINENO: trying $depmode" >&5
6974 # Setup a source with many dependencies, because some compilers
6975 # like to wrap large dependency lists on column 80 (with \), and
6976 # we should not choose a depcomp mode which is confused by this.
6977 #
6978 # We need to recreate these files for each test, as the compiler may
6979 # overwrite some of them when testing with obscure command lines.
6980 # This happens at least with the AIX C compiler.
6981 : > sub/conftest.c
6982 for i in 1 2 3 4 5 6; do
6983 echo '#include "conftst'$i'.h"' >> sub/conftest.c
6984 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6985 # Solaris 8's {/usr,}/bin/sh.
6986 touch sub/conftst$i.h
6987 done
6988 echo "include sub/conftest.Po" > confmf
6989
6990 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6991 # mode. It turns out that the SunPro C++ compiler does not properly
6992 # handle `-M -o', and we need to detect this.
6993 depcmd="depmode=$depmode \
6994 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
6995 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
6996 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
6997 echo "| $depcmd" | sed -e 's/ */ /g' >&5
6998 if env $depcmd > conftest.err 2>&1 &&
6999 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7000 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7001 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7002 # icc doesn't choke on unknown options, it will just issue warnings
7003 # or remarks (even with -Werror). So we grep stderr for any message
7004 # that says an option was ignored or not supported.
7005 # When given -MP, icc 7.0 and 7.1 complain thusly:
7006 # icc: Command line warning: ignoring option '-M'; no argument required
7007 # The diagnosis changed in icc 8.0:
7008 # icc: Command line remark: option '-MP' not supported
7009 if (grep 'ignoring option' conftest.err ||
7010 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7011 am_cv_CC_dependencies_compiler_type=$depmode
7012 $as_echo "$as_me:$LINENO: success" >&5
7013 break
7014 fi
7015 fi
7016 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7017 sed -e 's/^/| /' < conftest.err >&5
7018 done
7019
7020 cd ..
7021 rm -rf conftest.dir
7022else
7023 am_cv_CC_dependencies_compiler_type=none
7024fi
7025
7026fi
7027{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7028$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7029if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7030then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7031else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7032
7033fi
7034
7035
7036# Check for the 'make' the user wants to use.
7037for ac_prog in make
7038do
7039 # Extract the first word of "$ac_prog", so it can be a program name with args.
7040set dummy $ac_prog; ac_word=$2
7041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7042$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7043if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7044 $as_echo_n "(cached) " >&6
7045else
7046 if test -n "$MAKE"; then
7047 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7048else
7049as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7050for as_dir in $PATH
7051do
7052 IFS=$as_save_IFS
7053 test -z "$as_dir" && as_dir=.
7054 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7055 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7056 ac_cv_prog_MAKE="$ac_prog"
7057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7058 break 2
7059 fi
7060done
7061 done
7062IFS=$as_save_IFS
7063
7064fi
7065fi
7066MAKE=$ac_cv_prog_MAKE
7067if test -n "$MAKE"; then
7068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7069$as_echo "$MAKE" >&6; }
7070else
7071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7072$as_echo "no" >&6; }
7073fi
7074
7075
7076 test -n "$MAKE" && break
7077done
7078
7079MAKE_IS_GNU=
7080case "`$MAKE --version 2>&1 | sed 1q`" in
7081 *GNU*)
7082 MAKE_IS_GNU=yes
7083 ;;
7084esac
7085 if test "$MAKE_IS_GNU" = yes; then
7086 GMAKE_TRUE=
7087 GMAKE_FALSE='#'
7088else
7089 GMAKE_TRUE='#'
7090 GMAKE_FALSE=
7091fi
7092
7093
7094ALL_LINGUAS=
7095# If we haven't got the data from the intl directory,
7096# assume NLS is disabled.
7097USE_NLS=no
7098LIBINTL=
7099LIBINTL_DEP=
7100INCINTL=
7101XGETTEXT=
7102GMSGFMT=
7103POSUB=
7104
7105if test -f ../../intl/config.intl; then
7106 . ../../intl/config.intl
7107fi
7108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7109$as_echo_n "checking whether NLS is requested... " >&6; }
7110if test x"$USE_NLS" != xyes; then
7111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7112$as_echo "no" >&6; }
7113else
7114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7115$as_echo "yes" >&6; }
7116
7117$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7118
7119
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7121$as_echo_n "checking for catalogs to be installed... " >&6; }
7122 # Look for .po and .gmo files in the source directory.
7123 CATALOGS=
7124 XLINGUAS=
7125 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7126 # If there aren't any .gmo files the shell will give us the
7127 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7128 # weeded out.
7129 case "$cat" in *\**)
7130 continue;;
7131 esac
7132 # The quadruple backslash is collapsed to a double backslash
7133 # by the backticks, then collapsed again by the double quotes,
7134 # leaving us with one backslash in the sed expression (right
7135 # before the dot that mustn't act as a wildcard).
7136 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7137 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7138 # The user is allowed to set LINGUAS to a list of languages to
7139 # install catalogs for. If it's empty that means "all of them."
7140 if test "x$LINGUAS" = x; then
7141 CATALOGS="$CATALOGS $cat"
7142 XLINGUAS="$XLINGUAS $lang"
7143 else
7144 case "$LINGUAS" in *$lang*)
7145 CATALOGS="$CATALOGS $cat"
7146 XLINGUAS="$XLINGUAS $lang"
7147 ;;
7148 esac
7149 fi
7150 done
7151 LINGUAS="$XLINGUAS"
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7153$as_echo "$LINGUAS" >&6; }
7154
7155
7156 DATADIRNAME=share
7157
7158 INSTOBJEXT=.mo
7159
7160 GENCAT=gencat
7161
7162 CATOBJEXT=.gmo
7163
7164fi
7165
7166# Check for common headers.
68ed2854
MF
7167# NB: You can assume C11 headers exist.
7168for ac_header in unistd.h
6bb11ab3 7169do :
68ed2854
MF
7170 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
7171if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 7172 cat >>confdefs.h <<_ACEOF
68ed2854 7173#define HAVE_UNISTD_H 1
6bb11ab3
L
7174_ACEOF
7175
7176fi
7177
7178done
7179
936df756 7180for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
7181do :
7182 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7183ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7184if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7185 cat >>confdefs.h <<_ACEOF
7186#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7187_ACEOF
7188
7189fi
7190
7191done
7192
7193for ac_header in fcntl.h fpu_control.h
7194do :
7195 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7196ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7197if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7198 cat >>confdefs.h <<_ACEOF
7199#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7200_ACEOF
7201
7202fi
7203
7204done
7205
68ed2854 7206for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
7207do :
7208 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7209ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7210if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7211 cat >>confdefs.h <<_ACEOF
7212#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7213_ACEOF
7214
7215fi
7216
7217done
7218
7219for ac_func in getrusage time sigaction __setfpucw
7220do :
7221 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7222ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7223if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
7224 cat >>confdefs.h <<_ACEOF
7225#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7226_ACEOF
7227
7228fi
7229done
7230
936df756
MF
7231for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
7232do :
7233 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7234ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 7235if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
7236 cat >>confdefs.h <<_ACEOF
7237#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7238_ACEOF
7239
7240fi
7241done
7242
7243ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7244#include <sys/types.h>
7245#endif
7246#ifdef HAVE_SYS_STAT_H
7247#include <sys/stat.h>
7248#endif
7249"
d0ac1c44 7250if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7251
7252cat >>confdefs.h <<_ACEOF
7253#define HAVE_STRUCT_STAT_ST_DEV 1
7254_ACEOF
7255
7256
7257fi
7258ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7259#include <sys/types.h>
7260#endif
7261#ifdef HAVE_SYS_STAT_H
7262#include <sys/stat.h>
7263#endif
7264"
d0ac1c44 7265if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7266
7267cat >>confdefs.h <<_ACEOF
7268#define HAVE_STRUCT_STAT_ST_INO 1
7269_ACEOF
7270
7271
7272fi
7273ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7274#include <sys/types.h>
7275#endif
7276#ifdef HAVE_SYS_STAT_H
7277#include <sys/stat.h>
7278#endif
7279"
d0ac1c44 7280if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7281
7282cat >>confdefs.h <<_ACEOF
7283#define HAVE_STRUCT_STAT_ST_MODE 1
7284_ACEOF
7285
7286
7287fi
7288ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7289#include <sys/types.h>
7290#endif
7291#ifdef HAVE_SYS_STAT_H
7292#include <sys/stat.h>
7293#endif
7294"
d0ac1c44 7295if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7296
7297cat >>confdefs.h <<_ACEOF
7298#define HAVE_STRUCT_STAT_ST_NLINK 1
7299_ACEOF
7300
7301
7302fi
7303ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7304#include <sys/types.h>
7305#endif
7306#ifdef HAVE_SYS_STAT_H
7307#include <sys/stat.h>
7308#endif
7309"
d0ac1c44 7310if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7311
7312cat >>confdefs.h <<_ACEOF
7313#define HAVE_STRUCT_STAT_ST_UID 1
7314_ACEOF
7315
7316
7317fi
7318ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7319#include <sys/types.h>
7320#endif
7321#ifdef HAVE_SYS_STAT_H
7322#include <sys/stat.h>
7323#endif
7324"
d0ac1c44 7325if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7326
7327cat >>confdefs.h <<_ACEOF
7328#define HAVE_STRUCT_STAT_ST_GID 1
7329_ACEOF
7330
7331
7332fi
7333ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7334#include <sys/types.h>
7335#endif
7336#ifdef HAVE_SYS_STAT_H
7337#include <sys/stat.h>
7338#endif
7339"
d0ac1c44 7340if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7341
7342cat >>confdefs.h <<_ACEOF
7343#define HAVE_STRUCT_STAT_ST_RDEV 1
7344_ACEOF
7345
7346
7347fi
7348ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7349#include <sys/types.h>
7350#endif
7351#ifdef HAVE_SYS_STAT_H
7352#include <sys/stat.h>
7353#endif
7354"
d0ac1c44 7355if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7356
7357cat >>confdefs.h <<_ACEOF
7358#define HAVE_STRUCT_STAT_ST_SIZE 1
7359_ACEOF
7360
7361
7362fi
7363ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7364#include <sys/types.h>
7365#endif
7366#ifdef HAVE_SYS_STAT_H
7367#include <sys/stat.h>
7368#endif
7369"
d0ac1c44 7370if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7371
7372cat >>confdefs.h <<_ACEOF
7373#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7374_ACEOF
7375
7376
7377fi
7378ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7379#include <sys/types.h>
7380#endif
7381#ifdef HAVE_SYS_STAT_H
7382#include <sys/stat.h>
7383#endif
7384"
d0ac1c44 7385if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7386
7387cat >>confdefs.h <<_ACEOF
7388#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7389_ACEOF
7390
7391
7392fi
7393ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7394#include <sys/types.h>
7395#endif
7396#ifdef HAVE_SYS_STAT_H
7397#include <sys/stat.h>
7398#endif
7399"
d0ac1c44 7400if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7401
7402cat >>confdefs.h <<_ACEOF
7403#define HAVE_STRUCT_STAT_ST_ATIME 1
7404_ACEOF
7405
7406
7407fi
7408ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7409#include <sys/types.h>
7410#endif
7411#ifdef HAVE_SYS_STAT_H
7412#include <sys/stat.h>
7413#endif
7414"
d0ac1c44 7415if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7416
7417cat >>confdefs.h <<_ACEOF
7418#define HAVE_STRUCT_STAT_ST_MTIME 1
7419_ACEOF
7420
7421
7422fi
7423ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7424#include <sys/types.h>
7425#endif
7426#ifdef HAVE_SYS_STAT_H
7427#include <sys/stat.h>
7428#endif
7429"
d0ac1c44 7430if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7431
7432cat >>confdefs.h <<_ACEOF
7433#define HAVE_STRUCT_STAT_ST_CTIME 1
7434_ACEOF
7435
7436
7437fi
7438
7439ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7440#include <sys/socket.h>
7441
7442"
d0ac1c44 7443if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7444
7445cat >>confdefs.h <<_ACEOF
7446#define HAVE_SOCKLEN_T 1
7447_ACEOF
7448
7449
7450fi
7451
6bb11ab3
L
7452
7453# Check for socket libraries
7454{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7455$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7456if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7457 $as_echo_n "(cached) " >&6
7458else
7459 ac_check_lib_save_LIBS=$LIBS
7460LIBS="-lsocket $LIBS"
7461cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7462/* end confdefs.h. */
7463
7464/* Override any GCC internal prototype to avoid an error.
7465 Use char because int might match the return type of a GCC
7466 builtin and then its argument prototype would still apply. */
7467#ifdef __cplusplus
7468extern "C"
7469#endif
7470char bind ();
7471int
7472main ()
7473{
7474return bind ();
7475 ;
7476 return 0;
7477}
7478_ACEOF
7479if ac_fn_c_try_link "$LINENO"; then :
7480 ac_cv_lib_socket_bind=yes
7481else
7482 ac_cv_lib_socket_bind=no
7483fi
7484rm -f core conftest.err conftest.$ac_objext \
7485 conftest$ac_exeext conftest.$ac_ext
7486LIBS=$ac_check_lib_save_LIBS
7487fi
7488{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7489$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7490if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7491 cat >>confdefs.h <<_ACEOF
7492#define HAVE_LIBSOCKET 1
7493_ACEOF
7494
7495 LIBS="-lsocket $LIBS"
7496
7497fi
7498
7499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7500$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7501if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7502 $as_echo_n "(cached) " >&6
7503else
7504 ac_check_lib_save_LIBS=$LIBS
7505LIBS="-lnsl $LIBS"
7506cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7507/* end confdefs.h. */
7508
7509/* Override any GCC internal prototype to avoid an error.
7510 Use char because int might match the return type of a GCC
7511 builtin and then its argument prototype would still apply. */
7512#ifdef __cplusplus
7513extern "C"
7514#endif
7515char gethostbyname ();
7516int
7517main ()
7518{
7519return gethostbyname ();
7520 ;
7521 return 0;
7522}
7523_ACEOF
7524if ac_fn_c_try_link "$LINENO"; then :
7525 ac_cv_lib_nsl_gethostbyname=yes
7526else
7527 ac_cv_lib_nsl_gethostbyname=no
7528fi
7529rm -f core conftest.err conftest.$ac_objext \
7530 conftest$ac_exeext conftest.$ac_ext
7531LIBS=$ac_check_lib_save_LIBS
7532fi
7533{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7534$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7535if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7536 cat >>confdefs.h <<_ACEOF
7537#define HAVE_LIBNSL 1
7538_ACEOF
7539
7540 LIBS="-lnsl $LIBS"
7541
7542fi
7543
7544
7545# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7546# using the same condition.
7547
aadc9410 7548 # Use the system's zlib library.
7fed4b0b
L
7549 zlibdir="-L\$(top_builddir)/../zlib"
7550 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7551
aadc9410
MF
7552# Check whether --with-system-zlib was given.
7553if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7554 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7555 zlibdir=
7556 zlibinc=
7557 fi
6bb11ab3
L
7558
7559fi
7560
6bb11ab3 7561
6bb11ab3 7562
6bb11ab3
L
7563
7564
7565# BFD uses libdl when when plugins enabled.
7566
faa743bb
RM
7567 maybe_plugins=no
7568 for ac_header in dlfcn.h
7569do :
7570 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7571"
d0ac1c44 7572if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7573 cat >>confdefs.h <<_ACEOF
7574#define HAVE_DLFCN_H 1
7575_ACEOF
7576 maybe_plugins=yes
7577fi
7578
7579done
7580
7581 for ac_header in windows.h
7582do :
7583 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7584"
d0ac1c44 7585if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7586 cat >>confdefs.h <<_ACEOF
7587#define HAVE_WINDOWS_H 1
7588_ACEOF
7589 maybe_plugins=yes
7590fi
7591
7592done
7593
7594
7595 # Check whether --enable-plugins was given.
6bb11ab3
L
7596if test "${enable_plugins+set}" = set; then :
7597 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7598 no) plugins=no ;;
7599 *) plugins=yes
7600 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7601 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7602 fi ;;
7603 esac
6bb11ab3 7604else
faa743bb
RM
7605 plugins=$maybe_plugins
7606
6bb11ab3
L
7607fi
7608
2974be62 7609 if test "$plugins" = "yes"; then
37f980dc
SM
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7611$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7612if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7613 $as_echo_n "(cached) " >&6
7614else
7615 ac_func_search_save_LIBS=$LIBS
7616cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7617/* end confdefs.h. */
7618
7619/* Override any GCC internal prototype to avoid an error.
7620 Use char because int might match the return type of a GCC
7621 builtin and then its argument prototype would still apply. */
7622#ifdef __cplusplus
7623extern "C"
7624#endif
37f980dc 7625char dlsym ();
2974be62
AM
7626int
7627main ()
7628{
37f980dc 7629return dlsym ();
2974be62
AM
7630 ;
7631 return 0;
7632}
7633_ACEOF
7634for ac_lib in '' dl; do
7635 if test -z "$ac_lib"; then
7636 ac_res="none required"
7637 else
7638 ac_res=-l$ac_lib
7639 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7640 fi
7641 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7642 ac_cv_search_dlsym=$ac_res
2974be62
AM
7643fi
7644rm -f core conftest.err conftest.$ac_objext \
7645 conftest$ac_exeext
d0ac1c44 7646 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7647 break
7648fi
7649done
d0ac1c44 7650if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7651
7652else
37f980dc 7653 ac_cv_search_dlsym=no
2974be62
AM
7654fi
7655rm conftest.$ac_ext
7656LIBS=$ac_func_search_save_LIBS
7657fi
37f980dc
SM
7658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7659$as_echo "$ac_cv_search_dlsym" >&6; }
7660ac_res=$ac_cv_search_dlsym
2974be62
AM
7661if test "$ac_res" != no; then :
7662 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7663
7664fi
7665
7666 fi
6bb11ab3
L
7667
7668 if test "$plugins" = yes; then
7669 PLUGINS_TRUE=
7670 PLUGINS_FALSE='#'
7671else
7672 PLUGINS_TRUE='#'
7673 PLUGINS_FALSE=
7674fi
7675
7676
7677
7678
7679
7680# Set options
7681enable_dlopen=yes
7682
7683
7684
7685
7686 enable_win32_dll=no
7687
7688
7689 # Check whether --enable-shared was given.
7690if test "${enable_shared+set}" = set; then :
7691 enableval=$enable_shared; p=${PACKAGE-default}
7692 case $enableval in
7693 yes) enable_shared=yes ;;
7694 no) enable_shared=no ;;
7695 *)
7696 enable_shared=no
7697 # Look at the argument we got. We use all the common list separators.
7698 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7699 for pkg in $enableval; do
7700 IFS="$lt_save_ifs"
7701 if test "X$pkg" = "X$p"; then
7702 enable_shared=yes
7703 fi
7704 done
7705 IFS="$lt_save_ifs"
7706 ;;
7707 esac
7708else
7709 enable_shared=yes
7710fi
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720 # Check whether --enable-static was given.
7721if test "${enable_static+set}" = set; then :
7722 enableval=$enable_static; p=${PACKAGE-default}
7723 case $enableval in
7724 yes) enable_static=yes ;;
7725 no) enable_static=no ;;
7726 *)
7727 enable_static=no
7728 # Look at the argument we got. We use all the common list separators.
7729 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7730 for pkg in $enableval; do
7731 IFS="$lt_save_ifs"
7732 if test "X$pkg" = "X$p"; then
7733 enable_static=yes
7734 fi
7735 done
7736 IFS="$lt_save_ifs"
7737 ;;
7738 esac
7739else
7740 enable_static=yes
7741fi
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752# Check whether --with-pic was given.
7753if test "${with_pic+set}" = set; then :
7754 withval=$with_pic; pic_mode="$withval"
7755else
7756 pic_mode=default
7757fi
7758
7759
7760test -z "$pic_mode" && pic_mode=default
7761
7762
7763
7764
7765
7766
7767
7768 # Check whether --enable-fast-install was given.
7769if test "${enable_fast_install+set}" = set; then :
7770 enableval=$enable_fast_install; p=${PACKAGE-default}
7771 case $enableval in
7772 yes) enable_fast_install=yes ;;
7773 no) enable_fast_install=no ;;
7774 *)
7775 enable_fast_install=no
7776 # Look at the argument we got. We use all the common list separators.
7777 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7778 for pkg in $enableval; do
7779 IFS="$lt_save_ifs"
7780 if test "X$pkg" = "X$p"; then
7781 enable_fast_install=yes
7782 fi
7783 done
7784 IFS="$lt_save_ifs"
7785 ;;
7786 esac
7787else
7788 enable_fast_install=yes
7789fi
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801# This can be used to rebuild libtool when needed
7802LIBTOOL_DEPS="$ltmain"
7803
7804# Always use our own libtool.
7805LIBTOOL='$(SHELL) $(top_builddir)/libtool'
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
7831
7832test -z "$LN_S" && LN_S="ln -s"
7833
7834
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847if test -n "${ZSH_VERSION+set}" ; then
7848 setopt NO_GLOB_SUBST
7849fi
7850
7851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7852$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7853if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7854 $as_echo_n "(cached) " >&6
7855else
7856 rm -f .libs 2>/dev/null
7857mkdir .libs 2>/dev/null
7858if test -d .libs; then
7859 lt_cv_objdir=.libs
7860else
7861 # MS-DOS does not allow filenames that begin with a dot.
7862 lt_cv_objdir=_libs
b7026657 7863fi
6bb11ab3
L
7864rmdir .libs 2>/dev/null
7865fi
7866{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7867$as_echo "$lt_cv_objdir" >&6; }
7868objdir=$lt_cv_objdir
b7026657 7869
6bb11ab3
L
7870
7871
7872
7873
7874cat >>confdefs.h <<_ACEOF
7875#define LT_OBJDIR "$lt_cv_objdir/"
7876_ACEOF
7877
7878
7879
7880
7881case $host_os in
7882aix3*)
7883 # AIX sometimes has problems with the GCC collect2 program. For some
7884 # reason, if we set the COLLECT_NAMES environment variable, the problems
7885 # vanish in a puff of smoke.
7886 if test "X${COLLECT_NAMES+set}" != Xset; then
7887 COLLECT_NAMES=
7888 export COLLECT_NAMES
7889 fi
7890 ;;
81ecdfbb 7891esac
6bb11ab3
L
7892
7893# Global variables:
7894ofile=libtool
7895can_build_shared=yes
7896
7897# All known linkers require a `.a' archive for static linking (except MSVC,
7898# which needs '.lib').
7899libext=a
7900
7901with_gnu_ld="$lt_cv_prog_gnu_ld"
7902
7903old_CC="$CC"
7904old_CFLAGS="$CFLAGS"
7905
7906# Set sane defaults for various variables
7907test -z "$CC" && CC=cc
7908test -z "$LTCC" && LTCC=$CC
7909test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7910test -z "$LD" && LD=ld
7911test -z "$ac_objext" && ac_objext=o
7912
7913for cc_temp in $compiler""; do
7914 case $cc_temp in
7915 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7916 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7917 \-*) ;;
7918 *) break;;
7919 esac
7920done
7921cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7922
7923
7924# Only perform the check for file, if the check method requires it
7925test -z "$MAGIC_CMD" && MAGIC_CMD=file
7926case $deplibs_check_method in
7927file_magic*)
7928 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7930$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7931if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7932 $as_echo_n "(cached) " >&6
7933else
7934 case $MAGIC_CMD in
7935[\\/*] | ?:[\\/]*)
7936 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7937 ;;
7938*)
7939 lt_save_MAGIC_CMD="$MAGIC_CMD"
7940 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7941 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7942 for ac_dir in $ac_dummy; do
7943 IFS="$lt_save_ifs"
7944 test -z "$ac_dir" && ac_dir=.
7945 if test -f $ac_dir/${ac_tool_prefix}file; then
7946 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7947 if test -n "$file_magic_test_file"; then
7948 case $deplibs_check_method in
7949 "file_magic "*)
7950 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7951 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7952 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7953 $EGREP "$file_magic_regex" > /dev/null; then
7954 :
7955 else
7956 cat <<_LT_EOF 1>&2
7957
7958*** Warning: the command libtool uses to detect shared libraries,
7959*** $file_magic_cmd, produces output that libtool cannot recognize.
7960*** The result is that libtool may fail to recognize shared libraries
7961*** as such. This will affect the creation of libtool libraries that
7962*** depend on shared libraries, but programs linked with such libtool
7963*** libraries will work regardless of this problem. Nevertheless, you
7964*** may want to report the problem to your system manager and/or to
7965*** bug-libtool@gnu.org
7966
7967_LT_EOF
7968 fi ;;
7969 esac
7970 fi
7971 break
f0569246 7972 fi
6bb11ab3
L
7973 done
7974 IFS="$lt_save_ifs"
7975 MAGIC_CMD="$lt_save_MAGIC_CMD"
7976 ;;
7977esac
f0569246 7978fi
f0569246 7979
6bb11ab3
L
7980MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7981if test -n "$MAGIC_CMD"; then
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7983$as_echo "$MAGIC_CMD" >&6; }
7984else
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7986$as_echo "no" >&6; }
7987fi
81ecdfbb 7988
6bb11ab3
L
7989
7990
7991
7992
7993if test -z "$lt_cv_path_MAGIC_CMD"; then
7994 if test -n "$ac_tool_prefix"; then
7995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7996$as_echo_n "checking for file... " >&6; }
d0ac1c44 7997if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
7998 $as_echo_n "(cached) " >&6
7999else
8000 case $MAGIC_CMD in
8001[\\/*] | ?:[\\/]*)
8002 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8003 ;;
8004*)
8005 lt_save_MAGIC_CMD="$MAGIC_CMD"
8006 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8007 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8008 for ac_dir in $ac_dummy; do
8009 IFS="$lt_save_ifs"
8010 test -z "$ac_dir" && ac_dir=.
8011 if test -f $ac_dir/file; then
8012 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8013 if test -n "$file_magic_test_file"; then
8014 case $deplibs_check_method in
8015 "file_magic "*)
8016 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8017 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8018 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8019 $EGREP "$file_magic_regex" > /dev/null; then
8020 :
8021 else
8022 cat <<_LT_EOF 1>&2
8023
8024*** Warning: the command libtool uses to detect shared libraries,
8025*** $file_magic_cmd, produces output that libtool cannot recognize.
8026*** The result is that libtool may fail to recognize shared libraries
8027*** as such. This will affect the creation of libtool libraries that
8028*** depend on shared libraries, but programs linked with such libtool
8029*** libraries will work regardless of this problem. Nevertheless, you
8030*** may want to report the problem to your system manager and/or to
8031*** bug-libtool@gnu.org
8032
8033_LT_EOF
8034 fi ;;
8035 esac
8036 fi
8037 break
8038 fi
8039 done
8040 IFS="$lt_save_ifs"
8041 MAGIC_CMD="$lt_save_MAGIC_CMD"
8042 ;;
81ecdfbb 8043esac
6bb11ab3
L
8044fi
8045
8046MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8047if test -n "$MAGIC_CMD"; then
8048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8049$as_echo "$MAGIC_CMD" >&6; }
8050else
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8052$as_echo "no" >&6; }
8053fi
8054
8055
8056 else
8057 MAGIC_CMD=:
8058 fi
8059fi
8060
8061 fi
8062 ;;
8063esac
8064
8065# Use C for the default configuration in the libtool script
8066
8067lt_save_CC="$CC"
8068ac_ext=c
8069ac_cpp='$CPP $CPPFLAGS'
8070ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8071ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8072ac_compiler_gnu=$ac_cv_c_compiler_gnu
8073
8074
8075# Source file extension for C test sources.
8076ac_ext=c
8077
8078# Object file extension for compiled C test sources.
8079objext=o
8080objext=$objext
8081
8082# Code to be used in simple compile tests
8083lt_simple_compile_test_code="int some_variable = 0;"
8084
8085# Code to be used in simple link tests
8086lt_simple_link_test_code='int main(){return(0);}'
8087
8088
8089
8090
8091
8092
8093
8094# If no C compiler was specified, use CC.
8095LTCC=${LTCC-"$CC"}
8096
8097# If no C compiler flags were specified, use CFLAGS.
8098LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8099
8100# Allow CC to be a program name with arguments.
8101compiler=$CC
8102
8103# Save the default compiler, since it gets overwritten when the other
8104# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8105compiler_DEFAULT=$CC
8106
8107# save warnings/boilerplate of simple test code
8108ac_outfile=conftest.$ac_objext
8109echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8110eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8111_lt_compiler_boilerplate=`cat conftest.err`
8112$RM conftest*
8113
8114ac_outfile=conftest.$ac_objext
8115echo "$lt_simple_link_test_code" >conftest.$ac_ext
8116eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8117_lt_linker_boilerplate=`cat conftest.err`
8118$RM -r conftest*
8119
8120
8121## CAVEAT EMPTOR:
8122## There is no encapsulation within the following macros, do not change
8123## the running order or otherwise move them around unless you know exactly
8124## what you are doing...
8125if test -n "$compiler"; then
8126
8127lt_prog_compiler_no_builtin_flag=
8128
8129if test "$GCC" = yes; then
8130 case $cc_basename in
8131 nvcc*)
8132 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8133 *)
8134 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 8135 esac
6bb11ab3
L
8136
8137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8138$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8139if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8140 $as_echo_n "(cached) " >&6
f0569246 8141else
6bb11ab3
L
8142 lt_cv_prog_compiler_rtti_exceptions=no
8143 ac_outfile=conftest.$ac_objext
8144 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8145 lt_compiler_flag="-fno-rtti -fno-exceptions"
8146 # Insert the option either (1) after the last *FLAGS variable, or
8147 # (2) before a word containing "conftest.", or (3) at the end.
8148 # Note that $ac_compile itself does not contain backslashes and begins
8149 # with a dollar sign (not a hyphen), so the echo should work correctly.
8150 # The option is referenced via a variable to avoid confusing sed.
8151 lt_compile=`echo "$ac_compile" | $SED \
8152 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8153 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8154 -e 's:$: $lt_compiler_flag:'`
8155 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8156 (eval "$lt_compile" 2>conftest.err)
8157 ac_status=$?
8158 cat conftest.err >&5
8159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8160 if (exit $ac_status) && test -s "$ac_outfile"; then
8161 # The compiler can only warn and ignore the option if not recognized
8162 # So say no if there are warnings other than the usual output.
8163 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8164 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8165 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8166 lt_cv_prog_compiler_rtti_exceptions=yes
8167 fi
8168 fi
8169 $RM conftest*
8170
f0569246 8171fi
6bb11ab3
L
8172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8173$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8174
8175if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8176 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8177else
8178 :
8179fi
8180
8181fi
8182
8183
8184
8185
8186
8187
8188 lt_prog_compiler_wl=
8189lt_prog_compiler_pic=
8190lt_prog_compiler_static=
8191
8192{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8193$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8194
8195 if test "$GCC" = yes; then
8196 lt_prog_compiler_wl='-Wl,'
8197 lt_prog_compiler_static='-static'
8198
8199 case $host_os in
8200 aix*)
8201 # All AIX code is PIC.
8202 if test "$host_cpu" = ia64; then
8203 # AIX 5 now supports IA64 processor
8204 lt_prog_compiler_static='-Bstatic'
8205 fi
8206 lt_prog_compiler_pic='-fPIC'
8207 ;;
8208
8209 amigaos*)
8210 case $host_cpu in
8211 powerpc)
8212 # see comment about AmigaOS4 .so support
8213 lt_prog_compiler_pic='-fPIC'
8214 ;;
8215 m68k)
8216 # FIXME: we need at least 68020 code to build shared libraries, but
8217 # adding the `-m68020' flag to GCC prevents building anything better,
8218 # like `-m68040'.
8219 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8220 ;;
8221 esac
8222 ;;
8223
8224 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8225 # PIC is the default for these OSes.
8226 ;;
8227
8228 mingw* | cygwin* | pw32* | os2* | cegcc*)
8229 # This hack is so that the source file can tell whether it is being
8230 # built for inclusion in a dll (and should export symbols for example).
8231 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8232 # (--disable-auto-import) libraries
8233 lt_prog_compiler_pic='-DDLL_EXPORT'
8234 ;;
8235
8236 darwin* | rhapsody*)
8237 # PIC is the default on this platform
8238 # Common symbols not allowed in MH_DYLIB files
8239 lt_prog_compiler_pic='-fno-common'
8240 ;;
8241
8242 haiku*)
8243 # PIC is the default for Haiku.
8244 # The "-static" flag exists, but is broken.
8245 lt_prog_compiler_static=
8246 ;;
8247
8248 hpux*)
8249 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8250 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8251 # sets the default TLS model and affects inlining.
8252 case $host_cpu in
8253 hppa*64*)
8254 # +Z the default
8255 ;;
8256 *)
8257 lt_prog_compiler_pic='-fPIC'
8258 ;;
8259 esac
8260 ;;
8261
8262 interix[3-9]*)
8263 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8264 # Instead, we relocate shared libraries at runtime.
8265 ;;
8266
8267 msdosdjgpp*)
8268 # Just because we use GCC doesn't mean we suddenly get shared libraries
8269 # on systems that don't support them.
8270 lt_prog_compiler_can_build_shared=no
8271 enable_shared=no
8272 ;;
8273
8274 *nto* | *qnx*)
8275 # QNX uses GNU C++, but need to define -shared option too, otherwise
8276 # it will coredump.
8277 lt_prog_compiler_pic='-fPIC -shared'
8278 ;;
8279
8280 sysv4*MP*)
8281 if test -d /usr/nec; then
8282 lt_prog_compiler_pic=-Kconform_pic
8283 fi
8284 ;;
8285
8286 *)
8287 lt_prog_compiler_pic='-fPIC'
8288 ;;
8289 esac
8290
8291 case $cc_basename in
8292 nvcc*) # Cuda Compiler Driver 2.2
8293 lt_prog_compiler_wl='-Xlinker '
8294 lt_prog_compiler_pic='-Xcompiler -fPIC'
8295 ;;
8296 esac
8297 else
8298 # PORTME Check for flag to pass linker flags through the system compiler.
8299 case $host_os in
8300 aix*)
8301 lt_prog_compiler_wl='-Wl,'
8302 if test "$host_cpu" = ia64; then
8303 # AIX 5 now supports IA64 processor
8304 lt_prog_compiler_static='-Bstatic'
8305 else
8306 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8307 fi
8308 ;;
8309
8310 mingw* | cygwin* | pw32* | os2* | cegcc*)
8311 # This hack is so that the source file can tell whether it is being
8312 # built for inclusion in a dll (and should export symbols for example).
8313 lt_prog_compiler_pic='-DDLL_EXPORT'
8314 ;;
8315
8316 hpux9* | hpux10* | hpux11*)
8317 lt_prog_compiler_wl='-Wl,'
8318 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8319 # not for PA HP-UX.
8320 case $host_cpu in
8321 hppa*64*|ia64*)
8322 # +Z the default
8323 ;;
8324 *)
8325 lt_prog_compiler_pic='+Z'
8326 ;;
8327 esac
8328 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8329 lt_prog_compiler_static='${wl}-a ${wl}archive'
8330 ;;
8331
8332 irix5* | irix6* | nonstopux*)
8333 lt_prog_compiler_wl='-Wl,'
8334 # PIC (with -KPIC) is the default.
8335 lt_prog_compiler_static='-non_shared'
8336 ;;
8337
8338 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8339 case $cc_basename in
8340 # old Intel for x86_64 which still supported -KPIC.
8341 ecc*)
8342 lt_prog_compiler_wl='-Wl,'
8343 lt_prog_compiler_pic='-KPIC'
8344 lt_prog_compiler_static='-static'
8345 ;;
8346 # icc used to be incompatible with GCC.
8347 # ICC 10 doesn't accept -KPIC any more.
8348 icc* | ifort*)
8349 lt_prog_compiler_wl='-Wl,'
8350 lt_prog_compiler_pic='-fPIC'
8351 lt_prog_compiler_static='-static'
8352 ;;
8353 # Lahey Fortran 8.1.
8354 lf95*)
8355 lt_prog_compiler_wl='-Wl,'
8356 lt_prog_compiler_pic='--shared'
8357 lt_prog_compiler_static='--static'
8358 ;;
8359 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8360 # Portland Group compilers (*not* the Pentium gcc compiler,
8361 # which looks to be a dead project)
8362 lt_prog_compiler_wl='-Wl,'
8363 lt_prog_compiler_pic='-fpic'
8364 lt_prog_compiler_static='-Bstatic'
8365 ;;
8366 ccc*)
8367 lt_prog_compiler_wl='-Wl,'
8368 # All Alpha code is PIC.
8369 lt_prog_compiler_static='-non_shared'
8370 ;;
8371 xl* | bgxl* | bgf* | mpixl*)
8372 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8373 lt_prog_compiler_wl='-Wl,'
8374 lt_prog_compiler_pic='-qpic'
8375 lt_prog_compiler_static='-qstaticlink'
8376 ;;
8377 *)
8378 case `$CC -V 2>&1 | sed 5q` in
8379 *Sun\ F* | *Sun*Fortran*)
8380 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8381 lt_prog_compiler_pic='-KPIC'
8382 lt_prog_compiler_static='-Bstatic'
8383 lt_prog_compiler_wl=''
8384 ;;
8385 *Sun\ C*)
8386 # Sun C 5.9
8387 lt_prog_compiler_pic='-KPIC'
8388 lt_prog_compiler_static='-Bstatic'
8389 lt_prog_compiler_wl='-Wl,'
8390 ;;
8391 esac
8392 ;;
8393 esac
8394 ;;
8395
8396 newsos6)
8397 lt_prog_compiler_pic='-KPIC'
8398 lt_prog_compiler_static='-Bstatic'
8399 ;;
8400
8401 *nto* | *qnx*)
8402 # QNX uses GNU C++, but need to define -shared option too, otherwise
8403 # it will coredump.
8404 lt_prog_compiler_pic='-fPIC -shared'
8405 ;;
8406
8407 osf3* | osf4* | osf5*)
8408 lt_prog_compiler_wl='-Wl,'
8409 # All OSF/1 code is PIC.
8410 lt_prog_compiler_static='-non_shared'
8411 ;;
8412
8413 rdos*)
8414 lt_prog_compiler_static='-non_shared'
8415 ;;
8416
8417 solaris*)
8418 lt_prog_compiler_pic='-KPIC'
8419 lt_prog_compiler_static='-Bstatic'
8420 case $cc_basename in
8421 f77* | f90* | f95*)
8422 lt_prog_compiler_wl='-Qoption ld ';;
8423 *)
8424 lt_prog_compiler_wl='-Wl,';;
8425 esac
8426 ;;
f0569246 8427
6bb11ab3
L
8428 sunos4*)
8429 lt_prog_compiler_wl='-Qoption ld '
8430 lt_prog_compiler_pic='-PIC'
8431 lt_prog_compiler_static='-Bstatic'
8432 ;;
f0569246 8433
6bb11ab3
L
8434 sysv4 | sysv4.2uw2* | sysv4.3*)
8435 lt_prog_compiler_wl='-Wl,'
8436 lt_prog_compiler_pic='-KPIC'
8437 lt_prog_compiler_static='-Bstatic'
8438 ;;
f0569246 8439
6bb11ab3
L
8440 sysv4*MP*)
8441 if test -d /usr/nec ;then
8442 lt_prog_compiler_pic='-Kconform_pic'
8443 lt_prog_compiler_static='-Bstatic'
8444 fi
8445 ;;
8446
8447 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8448 lt_prog_compiler_wl='-Wl,'
8449 lt_prog_compiler_pic='-KPIC'
8450 lt_prog_compiler_static='-Bstatic'
8451 ;;
8452
8453 unicos*)
8454 lt_prog_compiler_wl='-Wl,'
8455 lt_prog_compiler_can_build_shared=no
8456 ;;
8457
8458 uts4*)
8459 lt_prog_compiler_pic='-pic'
8460 lt_prog_compiler_static='-Bstatic'
8461 ;;
8462
8463 *)
8464 lt_prog_compiler_can_build_shared=no
8465 ;;
8466 esac
8467 fi
8468
8469case $host_os in
8470 # For platforms which do not support PIC, -DPIC is meaningless:
8471 *djgpp*)
8472 lt_prog_compiler_pic=
8473 ;;
8474 *)
8475 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8476 ;;
81ecdfbb 8477esac
6bb11ab3
L
8478{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8479$as_echo "$lt_prog_compiler_pic" >&6; }
8480
8481
8482
8483
8484
8485
8486#
8487# Check to make sure the PIC flag actually works.
8488#
8489if test -n "$lt_prog_compiler_pic"; then
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8491$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8492if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8493 $as_echo_n "(cached) " >&6
b7026657 8494else
6bb11ab3
L
8495 lt_cv_prog_compiler_pic_works=no
8496 ac_outfile=conftest.$ac_objext
8497 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8498 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8499 # Insert the option either (1) after the last *FLAGS variable, or
8500 # (2) before a word containing "conftest.", or (3) at the end.
8501 # Note that $ac_compile itself does not contain backslashes and begins
8502 # with a dollar sign (not a hyphen), so the echo should work correctly.
8503 # The option is referenced via a variable to avoid confusing sed.
8504 lt_compile=`echo "$ac_compile" | $SED \
8505 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8506 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8507 -e 's:$: $lt_compiler_flag:'`
8508 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8509 (eval "$lt_compile" 2>conftest.err)
8510 ac_status=$?
8511 cat conftest.err >&5
8512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8513 if (exit $ac_status) && test -s "$ac_outfile"; then
8514 # The compiler can only warn and ignore the option if not recognized
8515 # So say no if there are warnings other than the usual output.
8516 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8517 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8518 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8519 lt_cv_prog_compiler_pic_works=yes
8520 fi
8521 fi
8522 $RM conftest*
b7026657 8523
b7026657 8524fi
6bb11ab3
L
8525{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8526$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8527
8528if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8529 case $lt_prog_compiler_pic in
8530 "" | " "*) ;;
8531 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8532 esac
8533else
8534 lt_prog_compiler_pic=
8535 lt_prog_compiler_can_build_shared=no
f0569246 8536fi
6bb11ab3
L
8537
8538fi
8539
8540
8541
8542
8543
8544
8545#
8546# Check to make sure the static flag actually works.
8547#
8548wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8549{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8550$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8551if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8552 $as_echo_n "(cached) " >&6
f0569246 8553else
6bb11ab3
L
8554 lt_cv_prog_compiler_static_works=no
8555 save_LDFLAGS="$LDFLAGS"
8556 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8557 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8558 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8559 # The linker can only warn and ignore the option if not recognized
8560 # So say no if there are warnings
8561 if test -s conftest.err; then
8562 # Append any errors to the config.log.
8563 cat conftest.err 1>&5
8564 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8565 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8566 if diff conftest.exp conftest.er2 >/dev/null; then
8567 lt_cv_prog_compiler_static_works=yes
8568 fi
8569 else
8570 lt_cv_prog_compiler_static_works=yes
8571 fi
8572 fi
8573 $RM -r conftest*
8574 LDFLAGS="$save_LDFLAGS"
f0569246 8575
6bb11ab3
L
8576fi
8577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8578$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 8579
6bb11ab3
L
8580if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8581 :
b7026657 8582else
6bb11ab3 8583 lt_prog_compiler_static=
b7026657 8584fi
f0569246 8585
6bb11ab3
L
8586
8587
8588
8589
8590
8591
8592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8593$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8594if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8595 $as_echo_n "(cached) " >&6
81ecdfbb 8596else
6bb11ab3
L
8597 lt_cv_prog_compiler_c_o=no
8598 $RM -r conftest 2>/dev/null
8599 mkdir conftest
8600 cd conftest
8601 mkdir out
8602 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8603
8604 lt_compiler_flag="-o out/conftest2.$ac_objext"
8605 # Insert the option either (1) after the last *FLAGS variable, or
8606 # (2) before a word containing "conftest.", or (3) at the end.
8607 # Note that $ac_compile itself does not contain backslashes and begins
8608 # with a dollar sign (not a hyphen), so the echo should work correctly.
8609 lt_compile=`echo "$ac_compile" | $SED \
8610 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8611 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8612 -e 's:$: $lt_compiler_flag:'`
8613 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8614 (eval "$lt_compile" 2>out/conftest.err)
8615 ac_status=$?
8616 cat out/conftest.err >&5
8617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8618 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8619 then
8620 # The compiler can only warn and ignore the option if not recognized
8621 # So say no if there are warnings
8622 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8623 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8624 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8625 lt_cv_prog_compiler_c_o=yes
8626 fi
8627 fi
8628 chmod u+w . 2>&5
8629 $RM conftest*
8630 # SGI C++ compiler will create directory out/ii_files/ for
8631 # template instantiation
8632 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8633 $RM out/* && rmdir out
8634 cd ..
8635 $RM -r conftest
8636 $RM conftest*
8637
81ecdfbb 8638fi
6bb11ab3
L
8639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8640$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8641
8642
8643
8644
8645
8646
8647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8648$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8649if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8650 $as_echo_n "(cached) " >&6
8651else
6bb11ab3
L
8652 lt_cv_prog_compiler_c_o=no
8653 $RM -r conftest 2>/dev/null
8654 mkdir conftest
8655 cd conftest
8656 mkdir out
8657 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8658
8659 lt_compiler_flag="-o out/conftest2.$ac_objext"
8660 # Insert the option either (1) after the last *FLAGS variable, or
8661 # (2) before a word containing "conftest.", or (3) at the end.
8662 # Note that $ac_compile itself does not contain backslashes and begins
8663 # with a dollar sign (not a hyphen), so the echo should work correctly.
8664 lt_compile=`echo "$ac_compile" | $SED \
8665 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8666 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8667 -e 's:$: $lt_compiler_flag:'`
8668 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8669 (eval "$lt_compile" 2>out/conftest.err)
8670 ac_status=$?
8671 cat out/conftest.err >&5
8672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8673 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8674 then
8675 # The compiler can only warn and ignore the option if not recognized
8676 # So say no if there are warnings
8677 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8678 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8679 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8680 lt_cv_prog_compiler_c_o=yes
8681 fi
8682 fi
8683 chmod u+w . 2>&5
8684 $RM conftest*
8685 # SGI C++ compiler will create directory out/ii_files/ for
8686 # template instantiation
8687 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8688 $RM out/* && rmdir out
8689 cd ..
8690 $RM -r conftest
8691 $RM conftest*
8692
8693fi
8694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8695$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8696
8697
8698
8699
8700hard_links="nottested"
8701if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8702 # do not overwrite the value of need_locks provided by the user
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8704$as_echo_n "checking if we can lock with hard links... " >&6; }
8705 hard_links=yes
8706 $RM conftest*
8707 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8708 touch conftest.a
8709 ln conftest.a conftest.b 2>&5 || hard_links=no
8710 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8712$as_echo "$hard_links" >&6; }
8713 if test "$hard_links" = no; then
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8715$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8716 need_locks=warn
8717 fi
8718else
8719 need_locks=no
8720fi
8721
8722
8723
8724
8725
8726
8727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8728$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8729
8730 runpath_var=
8731 allow_undefined_flag=
8732 always_export_symbols=no
8733 archive_cmds=
8734 archive_expsym_cmds=
8735 compiler_needs_object=no
8736 enable_shared_with_static_runtimes=no
8737 export_dynamic_flag_spec=
8738 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8739 hardcode_automatic=no
8740 hardcode_direct=no
8741 hardcode_direct_absolute=no
8742 hardcode_libdir_flag_spec=
8743 hardcode_libdir_flag_spec_ld=
8744 hardcode_libdir_separator=
8745 hardcode_minus_L=no
8746 hardcode_shlibpath_var=unsupported
8747 inherit_rpath=no
8748 link_all_deplibs=unknown
8749 module_cmds=
8750 module_expsym_cmds=
8751 old_archive_from_new_cmds=
8752 old_archive_from_expsyms_cmds=
8753 thread_safe_flag_spec=
8754 whole_archive_flag_spec=
8755 # include_expsyms should be a list of space-separated symbols to be *always*
8756 # included in the symbol list
8757 include_expsyms=
8758 # exclude_expsyms can be an extended regexp of symbols to exclude
8759 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8760 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8761 # as well as any symbol that contains `d'.
8762 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8763 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8764 # platforms (ab)use it in PIC code, but their linkers get confused if
8765 # the symbol is explicitly referenced. Since portable code cannot
8766 # rely on this symbol name, it's probably fine to never include it in
8767 # preloaded symbol tables.
8768 # Exclude shared library initialization/finalization symbols.
8769 extract_expsyms_cmds=
8770
8771 case $host_os in
8772 cygwin* | mingw* | pw32* | cegcc*)
8773 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8774 # When not using gcc, we currently assume that we are using
8775 # Microsoft Visual C++.
8776 if test "$GCC" != yes; then
8777 with_gnu_ld=no
8778 fi
8779 ;;
8780 interix*)
8781 # we just hope/assume this is gcc and not c89 (= MSVC++)
8782 with_gnu_ld=yes
8783 ;;
8784 openbsd*)
8785 with_gnu_ld=no
8786 ;;
8787 esac
f0569246 8788
6bb11ab3
L
8789 ld_shlibs=yes
8790
8791 # On some targets, GNU ld is compatible enough with the native linker
8792 # that we're better off using the native interface for both.
8793 lt_use_gnu_ld_interface=no
8794 if test "$with_gnu_ld" = yes; then
8795 case $host_os in
8796 aix*)
8797 # The AIX port of GNU ld has always aspired to compatibility
8798 # with the native linker. However, as the warning in the GNU ld
8799 # block says, versions before 2.19.5* couldn't really create working
8800 # shared libraries, regardless of the interface used.
8801 case `$LD -v 2>&1` in
8802 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8803 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8804 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8805 *)
8806 lt_use_gnu_ld_interface=yes
8807 ;;
8808 esac
8809 ;;
8810 *)
8811 lt_use_gnu_ld_interface=yes
8812 ;;
8813 esac
8814 fi
f0569246 8815
6bb11ab3
L
8816 if test "$lt_use_gnu_ld_interface" = yes; then
8817 # If archive_cmds runs LD, not CC, wlarc should be empty
8818 wlarc='${wl}'
8819
8820 # Set some defaults for GNU ld with shared library support. These
8821 # are reset later if shared libraries are not supported. Putting them
8822 # here allows them to be overridden if necessary.
8823 runpath_var=LD_RUN_PATH
8824 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8825 export_dynamic_flag_spec='${wl}--export-dynamic'
8826 # ancient GNU ld didn't support --whole-archive et. al.
8827 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8828 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8829 else
8830 whole_archive_flag_spec=
8831 fi
8832 supports_anon_versioning=no
8833 case `$LD -v 2>&1` in
8834 *GNU\ gold*) supports_anon_versioning=yes ;;
8835 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8836 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8837 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8838 *\ 2.11.*) ;; # other 2.11 versions
8839 *) supports_anon_versioning=yes ;;
8840 esac
8841
8842 # See if GNU ld supports shared libraries.
8843 case $host_os in
8844 aix[3-9]*)
8845 # On AIX/PPC, the GNU linker is very broken
8846 if test "$host_cpu" != ia64; then
8847 ld_shlibs=no
8848 cat <<_LT_EOF 1>&2
8849
8850*** Warning: the GNU linker, at least up to release 2.19, is reported
8851*** to be unable to reliably create shared libraries on AIX.
8852*** Therefore, libtool is disabling shared libraries support. If you
8853*** really care for shared libraries, you may want to install binutils
8854*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8855*** You will then need to restart the configuration process.
8856
8857_LT_EOF
8858 fi
8859 ;;
8860
8861 amigaos*)
8862 case $host_cpu in
8863 powerpc)
8864 # see comment about AmigaOS4 .so support
8865 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8866 archive_expsym_cmds=''
8867 ;;
8868 m68k)
8869 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)'
8870 hardcode_libdir_flag_spec='-L$libdir'
8871 hardcode_minus_L=yes
8872 ;;
8873 esac
8874 ;;
8875
8876 beos*)
8877 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8878 allow_undefined_flag=unsupported
8879 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8880 # support --undefined. This deserves some investigation. FIXME
8881 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8882 else
8883 ld_shlibs=no
8884 fi
8885 ;;
8886
8887 cygwin* | mingw* | pw32* | cegcc*)
8888 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8889 # as there is no search path for DLLs.
8890 hardcode_libdir_flag_spec='-L$libdir'
8891 export_dynamic_flag_spec='${wl}--export-all-symbols'
8892 allow_undefined_flag=unsupported
8893 always_export_symbols=no
8894 enable_shared_with_static_runtimes=yes
8895 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8896
8897 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8898 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8899 # If the export-symbols file already is a .def file (1st line
8900 # is EXPORTS), use it as is; otherwise, prepend...
8901 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8902 cp $export_symbols $output_objdir/$soname.def;
8903 else
8904 echo EXPORTS > $output_objdir/$soname.def;
8905 cat $export_symbols >> $output_objdir/$soname.def;
8906 fi~
8907 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8908 else
8909 ld_shlibs=no
8910 fi
8911 ;;
8912
8913 haiku*)
8914 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8915 link_all_deplibs=yes
8916 ;;
8917
8918 interix[3-9]*)
8919 hardcode_direct=no
8920 hardcode_shlibpath_var=no
8921 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8922 export_dynamic_flag_spec='${wl}-E'
8923 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8924 # Instead, shared libraries are loaded at an image base (0x10000000 by
8925 # default) and relocated if they conflict, which is a slow very memory
8926 # consuming and fragmenting process. To avoid this, we pick a random,
8927 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8928 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8929 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8930 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'
8931 ;;
8932
8933 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8934 tmp_diet=no
8935 if test "$host_os" = linux-dietlibc; then
8936 case $cc_basename in
8937 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8938 esac
8939 fi
8940 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8941 && test "$tmp_diet" = no
8942 then
5cddc23a 8943 tmp_addflag=' $pic_flag'
6bb11ab3
L
8944 tmp_sharedflag='-shared'
8945 case $cc_basename,$host_cpu in
8946 pgcc*) # Portland Group C compiler
8947 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'
8948 tmp_addflag=' $pic_flag'
8949 ;;
8950 pgf77* | pgf90* | pgf95* | pgfortran*)
8951 # Portland Group f77 and f90 compilers
8952 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'
8953 tmp_addflag=' $pic_flag -Mnomain' ;;
8954 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8955 tmp_addflag=' -i_dynamic' ;;
8956 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8957 tmp_addflag=' -i_dynamic -nofor_main' ;;
8958 ifc* | ifort*) # Intel Fortran compiler
8959 tmp_addflag=' -nofor_main' ;;
8960 lf95*) # Lahey Fortran 8.1
8961 whole_archive_flag_spec=
8962 tmp_sharedflag='--shared' ;;
8963 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8964 tmp_sharedflag='-qmkshrobj'
8965 tmp_addflag= ;;
8966 nvcc*) # Cuda Compiler Driver 2.2
8967 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'
8968 compiler_needs_object=yes
8969 ;;
8970 esac
8971 case `$CC -V 2>&1 | sed 5q` in
8972 *Sun\ C*) # Sun C 5.9
8973 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'
8974 compiler_needs_object=yes
8975 tmp_sharedflag='-G' ;;
8976 *Sun\ F*) # Sun Fortran 8.3
8977 tmp_sharedflag='-G' ;;
8978 esac
8979 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8980
8981 if test "x$supports_anon_versioning" = xyes; then
8982 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8983 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8984 echo "local: *; };" >> $output_objdir/$libname.ver~
8985 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8986 fi
8987
8988 case $cc_basename in
8989 xlf* | bgf* | bgxlf* | mpixlf*)
8990 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8991 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8992 hardcode_libdir_flag_spec=
8993 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8994 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8995 if test "x$supports_anon_versioning" = xyes; then
8996 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8997 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8998 echo "local: *; };" >> $output_objdir/$libname.ver~
8999 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9000 fi
9001 ;;
9002 esac
9003 else
9004 ld_shlibs=no
9005 fi
9006 ;;
9007
9008 netbsd*)
9009 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9010 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9011 wlarc=
9012 else
9013 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9014 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9015 fi
9016 ;;
9017
9018 solaris*)
9019 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9020 ld_shlibs=no
9021 cat <<_LT_EOF 1>&2
9022
9023*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9024*** create shared libraries on Solaris systems. Therefore, libtool
9025*** is disabling shared libraries support. We urge you to upgrade GNU
9026*** binutils to release 2.9.1 or newer. Another option is to modify
9027*** your PATH or compiler configuration so that the native linker is
9028*** used, and then restart.
9029
9030_LT_EOF
9031 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9032 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9033 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9034 else
9035 ld_shlibs=no
9036 fi
9037 ;;
9038
9039 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9040 case `$LD -v 2>&1` in
9041 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9042 ld_shlibs=no
9043 cat <<_LT_EOF 1>&2
9044
9045*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9046*** reliably create shared libraries on SCO systems. Therefore, libtool
9047*** is disabling shared libraries support. We urge you to upgrade GNU
9048*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9049*** your PATH or compiler configuration so that the native linker is
9050*** used, and then restart.
9051
9052_LT_EOF
9053 ;;
9054 *)
9055 # For security reasons, it is highly recommended that you always
9056 # use absolute paths for naming shared libraries, and exclude the
9057 # DT_RUNPATH tag from executables and libraries. But doing so
9058 # requires that you compile everything twice, which is a pain.
9059 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9060 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9061 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9062 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9063 else
9064 ld_shlibs=no
9065 fi
9066 ;;
9067 esac
9068 ;;
9069
9070 sunos4*)
9071 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9072 wlarc=
9073 hardcode_direct=yes
9074 hardcode_shlibpath_var=no
9075 ;;
9076
9077 *)
9078 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9079 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9080 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9081 else
9082 ld_shlibs=no
9083 fi
9084 ;;
9085 esac
9086
9087 if test "$ld_shlibs" = no; then
9088 runpath_var=
9089 hardcode_libdir_flag_spec=
9090 export_dynamic_flag_spec=
9091 whole_archive_flag_spec=
9092 fi
9093 else
9094 # PORTME fill in a description of your system's linker (not GNU ld)
9095 case $host_os in
9096 aix3*)
9097 allow_undefined_flag=unsupported
9098 always_export_symbols=yes
9099 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'
9100 # Note: this linker hardcodes the directories in LIBPATH if there
9101 # are no directories specified by -L.
9102 hardcode_minus_L=yes
9103 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9104 # Neither direct hardcoding nor static linking is supported with a
9105 # broken collect2.
9106 hardcode_direct=unsupported
9107 fi
9108 ;;
9109
9110 aix[4-9]*)
9111 if test "$host_cpu" = ia64; then
9112 # On IA64, the linker does run time linking by default, so we don't
9113 # have to do anything special.
9114 aix_use_runtimelinking=no
9115 exp_sym_flag='-Bexport'
9116 no_entry_flag=""
9117 else
9118 # If we're using GNU nm, then we don't want the "-C" option.
9119 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9120 # Also, AIX nm treats weak defined symbols like other global
9121 # defined symbols, whereas GNU nm marks them as "W".
9122 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9123 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'
9124 else
5c887dd5 9125 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
9126 fi
9127 aix_use_runtimelinking=no
9128
9129 # Test if we are trying to use run time linking or normal
9130 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9131 # need to do runtime linking.
9132 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9133 for ld_flag in $LDFLAGS; do
9134 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9135 aix_use_runtimelinking=yes
9136 break
9137 fi
9138 done
9139 ;;
9140 esac
9141
9142 exp_sym_flag='-bexport'
9143 no_entry_flag='-bnoentry'
9144 fi
9145
9146 # When large executables or shared objects are built, AIX ld can
9147 # have problems creating the table of contents. If linking a library
9148 # or program results in "error TOC overflow" add -mminimal-toc to
9149 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9150 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9151
9152 archive_cmds=''
9153 hardcode_direct=yes
9154 hardcode_direct_absolute=yes
9155 hardcode_libdir_separator=':'
9156 link_all_deplibs=yes
9157 file_list_spec='${wl}-f,'
9158
9159 if test "$GCC" = yes; then
9160 case $host_os in aix4.[012]|aix4.[012].*)
9161 # We only want to do this on AIX 4.2 and lower, the check
9162 # below for broken collect2 doesn't work under 4.3+
9163 collect2name=`${CC} -print-prog-name=collect2`
9164 if test -f "$collect2name" &&
9165 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9166 then
9167 # We have reworked collect2
9168 :
9169 else
9170 # We have old collect2
9171 hardcode_direct=unsupported
9172 # It fails to find uninstalled libraries when the uninstalled
9173 # path is not listed in the libpath. Setting hardcode_minus_L
9174 # to unsupported forces relinking
9175 hardcode_minus_L=yes
9176 hardcode_libdir_flag_spec='-L$libdir'
9177 hardcode_libdir_separator=
9178 fi
9179 ;;
9180 esac
9181 shared_flag='-shared'
9182 if test "$aix_use_runtimelinking" = yes; then
9183 shared_flag="$shared_flag "'${wl}-G'
9184 fi
9185 else
9186 # not using gcc
9187 if test "$host_cpu" = ia64; then
9188 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9189 # chokes on -Wl,-G. The following line is correct:
9190 shared_flag='-G'
9191 else
9192 if test "$aix_use_runtimelinking" = yes; then
9193 shared_flag='${wl}-G'
9194 else
9195 shared_flag='${wl}-bM:SRE'
9196 fi
9197 fi
9198 fi
9199
9200 export_dynamic_flag_spec='${wl}-bexpall'
9201 # It seems that -bexpall does not export symbols beginning with
9202 # underscore (_), so it is better to generate a list of symbols to export.
9203 always_export_symbols=yes
9204 if test "$aix_use_runtimelinking" = yes; then
9205 # Warning - without using the other runtime loading flags (-brtl),
9206 # -berok will link without error, but may produce a broken library.
9207 allow_undefined_flag='-berok'
9208 # Determine the default libpath from the value encoded in an
9209 # empty executable.
9210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9211/* end confdefs.h. */
9212
9213int
9214main ()
9215{
9216
9217 ;
9218 return 0;
9219}
9220_ACEOF
6bb11ab3 9221if ac_fn_c_try_link "$LINENO"; then :
b7026657 9222
6bb11ab3
L
9223lt_aix_libpath_sed='
9224 /Import File Strings/,/^$/ {
9225 /^0/ {
9226 s/^0 *\(.*\)$/\1/
9227 p
9228 }
9229 }'
9230aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9231# Check for a 64-bit object if we didn't find anything.
9232if test -z "$aix_libpath"; then
9233 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9234fi
9235fi
9236rm -f core conftest.err conftest.$ac_objext \
9237 conftest$ac_exeext conftest.$ac_ext
9238if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9239
9240 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9241 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"
9242 else
9243 if test "$host_cpu" = ia64; then
9244 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9245 allow_undefined_flag="-z nodefs"
9246 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"
9247 else
9248 # Determine the default libpath from the value encoded in an
9249 # empty executable.
81ecdfbb
RW
9250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9251/* end confdefs.h. */
9252
9253int
9254main ()
9255{
9256
9257 ;
9258 return 0;
9259}
9260_ACEOF
6bb11ab3
L
9261if ac_fn_c_try_link "$LINENO"; then :
9262
9263lt_aix_libpath_sed='
9264 /Import File Strings/,/^$/ {
9265 /^0/ {
9266 s/^0 *\(.*\)$/\1/
9267 p
9268 }
9269 }'
9270aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9271# Check for a 64-bit object if we didn't find anything.
9272if test -z "$aix_libpath"; then
9273 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 9274fi
81ecdfbb 9275fi
6bb11ab3
L
9276rm -f core conftest.err conftest.$ac_objext \
9277 conftest$ac_exeext conftest.$ac_ext
9278if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9279
9280 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9281 # Warning - without using the other run time loading flags,
9282 # -berok will link without error, but may produce a broken library.
9283 no_undefined_flag=' ${wl}-bernotok'
9284 allow_undefined_flag=' ${wl}-berok'
9285 if test "$with_gnu_ld" = yes; then
9286 # We only use this code for GNU lds that support --whole-archive.
9287 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9288 else
9289 # Exported symbols can be pulled into shared objects from archives
9290 whole_archive_flag_spec='$convenience'
9291 fi
9292 archive_cmds_need_lc=yes
9293 # This is similar to how AIX traditionally builds its shared libraries.
9294 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'
9295 fi
9296 fi
9297 ;;
9298
9299 amigaos*)
9300 case $host_cpu in
9301 powerpc)
9302 # see comment about AmigaOS4 .so support
9303 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9304 archive_expsym_cmds=''
9305 ;;
9306 m68k)
9307 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)'
9308 hardcode_libdir_flag_spec='-L$libdir'
9309 hardcode_minus_L=yes
9310 ;;
9311 esac
9312 ;;
9313
9314 bsdi[45]*)
9315 export_dynamic_flag_spec=-rdynamic
9316 ;;
9317
9318 cygwin* | mingw* | pw32* | cegcc*)
9319 # When not using gcc, we currently assume that we are using
9320 # Microsoft Visual C++.
9321 # hardcode_libdir_flag_spec is actually meaningless, as there is
9322 # no search path for DLLs.
9323 hardcode_libdir_flag_spec=' '
9324 allow_undefined_flag=unsupported
9325 # Tell ltmain to make .lib files, not .a files.
9326 libext=lib
9327 # Tell ltmain to make .dll files, not .so files.
9328 shrext_cmds=".dll"
9329 # FIXME: Setting linknames here is a bad hack.
9330 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9331 # The linker will automatically build a .lib file if we build a DLL.
9332 old_archive_from_new_cmds='true'
9333 # FIXME: Should let the user specify the lib program.
9334 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9335 fix_srcfile_path='`cygpath -w "$srcfile"`'
9336 enable_shared_with_static_runtimes=yes
9337 ;;
9338
9339 darwin* | rhapsody*)
9340
9341
9342 archive_cmds_need_lc=no
9343 hardcode_direct=no
9344 hardcode_automatic=yes
9345 hardcode_shlibpath_var=unsupported
9346 if test "$lt_cv_ld_force_load" = "yes"; then
9347 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 9348 else
6bb11ab3 9349 whole_archive_flag_spec=''
f0569246 9350 fi
6bb11ab3
L
9351 link_all_deplibs=yes
9352 allow_undefined_flag="$_lt_dar_allow_undefined"
9353 case $cc_basename in
9354 ifort*) _lt_dar_can_shared=yes ;;
9355 *) _lt_dar_can_shared=$GCC ;;
9356 esac
9357 if test "$_lt_dar_can_shared" = "yes"; then
9358 output_verbose_link_cmd=func_echo_all
9359 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9360 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9361 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}"
9362 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}"
9363
f0569246 9364 else
6bb11ab3 9365 ld_shlibs=no
f0569246 9366 fi
6bb11ab3
L
9367
9368 ;;
9369
9370 dgux*)
9371 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9372 hardcode_libdir_flag_spec='-L$libdir'
9373 hardcode_shlibpath_var=no
9374 ;;
9375
9376 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9377 # support. Future versions do this automatically, but an explicit c++rt0.o
9378 # does not break anything, and helps significantly (at the cost of a little
9379 # extra space).
9380 freebsd2.2*)
9381 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9382 hardcode_libdir_flag_spec='-R$libdir'
9383 hardcode_direct=yes
9384 hardcode_shlibpath_var=no
9385 ;;
9386
9387 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9388 freebsd2.*)
9389 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9390 hardcode_direct=yes
9391 hardcode_minus_L=yes
9392 hardcode_shlibpath_var=no
9393 ;;
9394
9395 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9396 freebsd* | dragonfly*)
9397 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9398 hardcode_libdir_flag_spec='-R$libdir'
9399 hardcode_direct=yes
9400 hardcode_shlibpath_var=no
9401 ;;
9402
9403 hpux9*)
9404 if test "$GCC" = yes; then
9405 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'
9406 else
9407 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'
9408 fi
9409 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9410 hardcode_libdir_separator=:
9411 hardcode_direct=yes
9412
9413 # hardcode_minus_L: Not really in the search PATH,
9414 # but as the default location of the library.
9415 hardcode_minus_L=yes
9416 export_dynamic_flag_spec='${wl}-E'
9417 ;;
9418
9419 hpux10*)
9420 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9421 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9422 else
9423 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9424 fi
9425 if test "$with_gnu_ld" = no; then
9426 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9427 hardcode_libdir_flag_spec_ld='+b $libdir'
9428 hardcode_libdir_separator=:
9429 hardcode_direct=yes
9430 hardcode_direct_absolute=yes
9431 export_dynamic_flag_spec='${wl}-E'
9432 # hardcode_minus_L: Not really in the search PATH,
9433 # but as the default location of the library.
9434 hardcode_minus_L=yes
9435 fi
9436 ;;
9437
9438 hpux11*)
9439 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9440 case $host_cpu in
9441 hppa*64*)
9442 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9443 ;;
9444 ia64*)
9445 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9446 ;;
9447 *)
9448 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9449 ;;
9450 esac
9451 else
9452 case $host_cpu in
9453 hppa*64*)
9454 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9455 ;;
9456 ia64*)
9457 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9458 ;;
9459 *)
9460
9461 # Older versions of the 11.00 compiler do not understand -b yet
9462 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9464$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9465if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9466 $as_echo_n "(cached) " >&6
f0569246 9467else
6bb11ab3
L
9468 lt_cv_prog_compiler__b=no
9469 save_LDFLAGS="$LDFLAGS"
9470 LDFLAGS="$LDFLAGS -b"
9471 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9472 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9473 # The linker can only warn and ignore the option if not recognized
9474 # So say no if there are warnings
9475 if test -s conftest.err; then
9476 # Append any errors to the config.log.
9477 cat conftest.err 1>&5
9478 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9479 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9480 if diff conftest.exp conftest.er2 >/dev/null; then
9481 lt_cv_prog_compiler__b=yes
9482 fi
9483 else
9484 lt_cv_prog_compiler__b=yes
9485 fi
9486 fi
9487 $RM -r conftest*
9488 LDFLAGS="$save_LDFLAGS"
f0569246 9489
6bb11ab3
L
9490fi
9491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9492$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 9493
6bb11ab3
L
9494if test x"$lt_cv_prog_compiler__b" = xyes; then
9495 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9496else
9497 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9498fi
81ecdfbb 9499
6bb11ab3
L
9500 ;;
9501 esac
9502 fi
9503 if test "$with_gnu_ld" = no; then
9504 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9505 hardcode_libdir_separator=:
9506
9507 case $host_cpu in
9508 hppa*64*|ia64*)
9509 hardcode_direct=no
9510 hardcode_shlibpath_var=no
9511 ;;
9512 *)
9513 hardcode_direct=yes
9514 hardcode_direct_absolute=yes
9515 export_dynamic_flag_spec='${wl}-E'
9516
9517 # hardcode_minus_L: Not really in the search PATH,
9518 # but as the default location of the library.
9519 hardcode_minus_L=yes
9520 ;;
9521 esac
9522 fi
9523 ;;
9524
9525 irix5* | irix6* | nonstopux*)
9526 if test "$GCC" = yes; then
9527 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'
9528 # Try to use the -exported_symbol ld option, if it does not
9529 # work, assume that -exports_file does not work either and
9530 # implicitly export all symbols.
9531 save_LDFLAGS="$LDFLAGS"
9532 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9534/* end confdefs.h. */
9535int foo(void) {}
b7026657 9536_ACEOF
6bb11ab3
L
9537if ac_fn_c_try_link "$LINENO"; then :
9538 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 9539
f0569246 9540fi
6bb11ab3
L
9541rm -f core conftest.err conftest.$ac_objext \
9542 conftest$ac_exeext conftest.$ac_ext
9543 LDFLAGS="$save_LDFLAGS"
9544 else
9545 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'
9546 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'
9547 fi
9548 archive_cmds_need_lc='no'
9549 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9550 hardcode_libdir_separator=:
9551 inherit_rpath=yes
9552 link_all_deplibs=yes
9553 ;;
9554
9555 netbsd*)
9556 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9557 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9558 else
9559 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9560 fi
9561 hardcode_libdir_flag_spec='-R$libdir'
9562 hardcode_direct=yes
9563 hardcode_shlibpath_var=no
9564 ;;
9565
9566 newsos6)
9567 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9568 hardcode_direct=yes
9569 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9570 hardcode_libdir_separator=:
9571 hardcode_shlibpath_var=no
9572 ;;
9573
9574 *nto* | *qnx*)
9575 ;;
9576
9577 openbsd*)
9578 if test -f /usr/libexec/ld.so; then
9579 hardcode_direct=yes
9580 hardcode_shlibpath_var=no
9581 hardcode_direct_absolute=yes
9582 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9583 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9584 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9585 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9586 export_dynamic_flag_spec='${wl}-E'
9587 else
9588 case $host_os in
9589 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9590 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9591 hardcode_libdir_flag_spec='-R$libdir'
9592 ;;
9593 *)
9594 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9595 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9596 ;;
9597 esac
9598 fi
9599 else
9600 ld_shlibs=no
9601 fi
9602 ;;
9603
9604 os2*)
9605 hardcode_libdir_flag_spec='-L$libdir'
9606 hardcode_minus_L=yes
9607 allow_undefined_flag=unsupported
9608 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'
9609 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9610 ;;
9611
9612 osf3*)
9613 if test "$GCC" = yes; then
9614 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9615 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'
9616 else
9617 allow_undefined_flag=' -expect_unresolved \*'
9618 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'
9619 fi
9620 archive_cmds_need_lc='no'
9621 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9622 hardcode_libdir_separator=:
9623 ;;
9624
9625 osf4* | osf5*) # as osf3* with the addition of -msym flag
9626 if test "$GCC" = yes; then
9627 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9628 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'
9629 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9630 else
9631 allow_undefined_flag=' -expect_unresolved \*'
9632 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'
9633 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~
9634 $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'
9635
9636 # Both c and cxx compiler support -rpath directly
9637 hardcode_libdir_flag_spec='-rpath $libdir'
9638 fi
9639 archive_cmds_need_lc='no'
9640 hardcode_libdir_separator=:
9641 ;;
9642
9643 solaris*)
9644 no_undefined_flag=' -z defs'
9645 if test "$GCC" = yes; then
9646 wlarc='${wl}'
9647 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9648 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9649 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9650 else
9651 case `$CC -V 2>&1` in
9652 *"Compilers 5.0"*)
9653 wlarc=''
9654 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9655 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9656 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9657 ;;
9658 *)
9659 wlarc='${wl}'
9660 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9661 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9662 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9663 ;;
9664 esac
9665 fi
9666 hardcode_libdir_flag_spec='-R$libdir'
9667 hardcode_shlibpath_var=no
9668 case $host_os in
9669 solaris2.[0-5] | solaris2.[0-5].*) ;;
9670 *)
9671 # The compiler driver will combine and reorder linker options,
9672 # but understands `-z linker_flag'. GCC discards it without `$wl',
9673 # but is careful enough not to reorder.
9674 # Supported since Solaris 2.6 (maybe 2.5.1?)
9675 if test "$GCC" = yes; then
9676 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9677 else
9678 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9679 fi
9680 ;;
9681 esac
9682 link_all_deplibs=yes
9683 ;;
9684
9685 sunos4*)
9686 if test "x$host_vendor" = xsequent; then
9687 # Use $CC to link under sequent, because it throws in some extra .o
9688 # files that make .init and .fini sections work.
9689 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9690 else
9691 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9692 fi
9693 hardcode_libdir_flag_spec='-L$libdir'
9694 hardcode_direct=yes
9695 hardcode_minus_L=yes
9696 hardcode_shlibpath_var=no
9697 ;;
9698
9699 sysv4)
9700 case $host_vendor in
9701 sni)
9702 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9703 hardcode_direct=yes # is this really true???
9704 ;;
9705 siemens)
9706 ## LD is ld it makes a PLAMLIB
9707 ## CC just makes a GrossModule.
9708 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9709 reload_cmds='$CC -r -o $output$reload_objs'
9710 hardcode_direct=no
9711 ;;
9712 motorola)
9713 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9714 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9715 ;;
9716 esac
9717 runpath_var='LD_RUN_PATH'
9718 hardcode_shlibpath_var=no
9719 ;;
9720
9721 sysv4.3*)
9722 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9723 hardcode_shlibpath_var=no
9724 export_dynamic_flag_spec='-Bexport'
9725 ;;
9726
9727 sysv4*MP*)
9728 if test -d /usr/nec; then
9729 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9730 hardcode_shlibpath_var=no
9731 runpath_var=LD_RUN_PATH
9732 hardcode_runpath_var=yes
9733 ld_shlibs=yes
9734 fi
9735 ;;
9736
9737 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9738 no_undefined_flag='${wl}-z,text'
9739 archive_cmds_need_lc=no
9740 hardcode_shlibpath_var=no
9741 runpath_var='LD_RUN_PATH'
9742
9743 if test "$GCC" = yes; then
9744 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9745 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9746 else
9747 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9748 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9749 fi
9750 ;;
9751
9752 sysv5* | sco3.2v5* | sco5v6*)
9753 # Note: We can NOT use -z defs as we might desire, because we do not
9754 # link with -lc, and that would cause any symbols used from libc to
9755 # always be unresolved, which means just about no library would
9756 # ever link correctly. If we're not using GNU ld we use -z text
9757 # though, which does catch some bad symbols but isn't as heavy-handed
9758 # as -z defs.
9759 no_undefined_flag='${wl}-z,text'
9760 allow_undefined_flag='${wl}-z,nodefs'
9761 archive_cmds_need_lc=no
9762 hardcode_shlibpath_var=no
9763 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9764 hardcode_libdir_separator=':'
9765 link_all_deplibs=yes
9766 export_dynamic_flag_spec='${wl}-Bexport'
9767 runpath_var='LD_RUN_PATH'
9768
9769 if test "$GCC" = yes; then
9770 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9771 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9772 else
9773 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9774 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9775 fi
9776 ;;
9777
9778 uts4*)
9779 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9780 hardcode_libdir_flag_spec='-L$libdir'
9781 hardcode_shlibpath_var=no
9782 ;;
9783
9784 *)
9785 ld_shlibs=no
9786 ;;
9787 esac
9788
9789 if test x$host_vendor = xsni; then
9790 case $host in
9791 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9792 export_dynamic_flag_spec='${wl}-Blargedynsym'
9793 ;;
9794 esac
9795 fi
9796 fi
9797
9798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9799$as_echo "$ld_shlibs" >&6; }
9800test "$ld_shlibs" = no && can_build_shared=no
9801
9802with_gnu_ld=$with_gnu_ld
9803
9804
9805
9806
b7026657 9807
f0569246 9808
f0569246 9809
6ffe910a 9810
6ffe910a
MF
9811
9812
6ffe910a 9813
f0569246 9814
f0569246
AC
9815
9816
6bb11ab3
L
9817
9818#
9819# Do we need to explicitly link libc?
9820#
9821case "x$archive_cmds_need_lc" in
9822x|xyes)
9823 # Assume -lc should be added
9824 archive_cmds_need_lc=yes
9825
9826 if test "$enable_shared" = yes && test "$GCC" = yes; then
9827 case $archive_cmds in
9828 *'~'*)
9829 # FIXME: we may have to deal with multi-command sequences.
9830 ;;
9831 '$CC '*)
9832 # Test whether the compiler implicitly links with -lc since on some
9833 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9834 # to ld, don't add -lc before -lgcc.
9835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9836$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9837if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9838 $as_echo_n "(cached) " >&6
b7026657 9839else
6bb11ab3
L
9840 $RM conftest*
9841 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9842
9843 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9844 (eval $ac_compile) 2>&5
9845 ac_status=$?
9846 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9847 test $ac_status = 0; } 2>conftest.err; then
9848 soname=conftest
9849 lib=conftest
9850 libobjs=conftest.$ac_objext
9851 deplibs=
9852 wl=$lt_prog_compiler_wl
9853 pic_flag=$lt_prog_compiler_pic
9854 compiler_flags=-v
9855 linker_flags=-v
9856 verstring=
9857 output_objdir=.
9858 libname=conftest
9859 lt_save_allow_undefined_flag=$allow_undefined_flag
9860 allow_undefined_flag=
9861 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9862 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9863 ac_status=$?
9864 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9865 test $ac_status = 0; }
9866 then
9867 lt_cv_archive_cmds_need_lc=no
9868 else
9869 lt_cv_archive_cmds_need_lc=yes
9870 fi
9871 allow_undefined_flag=$lt_save_allow_undefined_flag
9872 else
9873 cat conftest.err 1>&5
9874 fi
9875 $RM conftest*
5d031c16 9876
6ffe910a 9877fi
6bb11ab3
L
9878{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9879$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9880 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9881 ;;
9882 esac
9883 fi
9884 ;;
6ffe910a 9885esac
5d031c16 9886
5d031c16 9887
6ffe910a 9888
5d031c16 9889
81ecdfbb 9890
35695fd6 9891
35695fd6 9892
35695fd6 9893
f0569246 9894
5d031c16 9895
f0569246 9896
b7026657 9897
f0569246 9898
5d031c16 9899
81ecdfbb 9900
5d031c16 9901
f0569246
AC
9902
9903
81ecdfbb 9904
81ecdfbb 9905
81ecdfbb
RW
9906
9907
81ecdfbb 9908
81ecdfbb 9909
f0569246
AC
9910
9911
5d031c16 9912
f0569246 9913
5d031c16 9914
5d031c16 9915
81ecdfbb 9916
b7026657 9917
5d031c16 9918
f0569246 9919
81ecdfbb 9920
f0569246 9921
5d031c16 9922
5d031c16 9923
b7026657 9924
81ecdfbb 9925
b7026657 9926
5d031c16 9927
5d031c16 9928
b7026657
AC
9929
9930
9931
9932
6ffe910a 9933
2232061b
MF
9934
9935
2232061b 9936
2232061b
MF
9937
9938
2232061b
MF
9939
9940
2232061b 9941
2232061b
MF
9942
9943
6bb11ab3
L
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
10043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10044$as_echo_n "checking dynamic linker characteristics... " >&6; }
10045
10046if test "$GCC" = yes; then
10047 case $host_os in
10048 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10049 *) lt_awk_arg="/^libraries:/" ;;
10050 esac
10051 case $host_os in
10052 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10053 *) lt_sed_strip_eq="s,=/,/,g" ;;
10054 esac
10055 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10056 case $lt_search_path_spec in
10057 *\;*)
10058 # if the path contains ";" then we assume it to be the separator
10059 # otherwise default to the standard path separator (i.e. ":") - it is
10060 # assumed that no part of a normal pathname contains ";" but that should
10061 # okay in the real world where ";" in dirpaths is itself problematic.
10062 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10063 ;;
10064 *)
10065 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10066 ;;
10067 esac
10068 # Ok, now we have the path, separated by spaces, we can step through it
10069 # and add multilib dir if necessary.
10070 lt_tmp_lt_search_path_spec=
10071 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10072 for lt_sys_path in $lt_search_path_spec; do
10073 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10074 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10075 else
10076 test -d "$lt_sys_path" && \
10077 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10078 fi
10079 done
10080 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10081BEGIN {RS=" "; FS="/|\n";} {
10082 lt_foo="";
10083 lt_count=0;
10084 for (lt_i = NF; lt_i > 0; lt_i--) {
10085 if ($lt_i != "" && $lt_i != ".") {
10086 if ($lt_i == "..") {
10087 lt_count++;
10088 } else {
10089 if (lt_count == 0) {
10090 lt_foo="/" $lt_i lt_foo;
10091 } else {
10092 lt_count--;
10093 }
10094 }
10095 }
10096 }
10097 if (lt_foo != "") { lt_freq[lt_foo]++; }
10098 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10099}'`
10100 # AWK program above erroneously prepends '/' to C:/dos/paths
10101 # for these hosts.
10102 case $host_os in
10103 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10104 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10105 esac
10106 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10107else
10108 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10109fi
10110library_names_spec=
10111libname_spec='lib$name'
10112soname_spec=
10113shrext_cmds=".so"
10114postinstall_cmds=
10115postuninstall_cmds=
10116finish_cmds=
10117finish_eval=
10118shlibpath_var=
10119shlibpath_overrides_runpath=unknown
10120version_type=none
10121dynamic_linker="$host_os ld.so"
10122sys_lib_dlsearch_path_spec="/lib /usr/lib"
10123need_lib_prefix=unknown
10124hardcode_into_libs=no
10125
10126# when you set need_version to no, make sure it does not cause -set_version
10127# flags to be left without arguments
10128need_version=unknown
10129
10130case $host_os in
10131aix3*)
10132 version_type=linux
10133 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10134 shlibpath_var=LIBPATH
10135
10136 # AIX 3 has no versioning support, so we append a major version to the name.
10137 soname_spec='${libname}${release}${shared_ext}$major'
10138 ;;
10139
10140aix[4-9]*)
10141 version_type=linux
10142 need_lib_prefix=no
10143 need_version=no
10144 hardcode_into_libs=yes
10145 if test "$host_cpu" = ia64; then
10146 # AIX 5 supports IA64
10147 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10148 shlibpath_var=LD_LIBRARY_PATH
10149 else
10150 # With GCC up to 2.95.x, collect2 would create an import file
10151 # for dependence libraries. The import file would start with
10152 # the line `#! .'. This would cause the generated library to
10153 # depend on `.', always an invalid library. This was fixed in
10154 # development snapshots of GCC prior to 3.0.
10155 case $host_os in
10156 aix4 | aix4.[01] | aix4.[01].*)
10157 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10158 echo ' yes '
10159 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10160 :
10161 else
10162 can_build_shared=no
10163 fi
10164 ;;
10165 esac
10166 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10167 # soname into executable. Probably we can add versioning support to
10168 # collect2, so additional links can be useful in future.
10169 if test "$aix_use_runtimelinking" = yes; then
10170 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10171 # instead of lib<name>.a to let people know that these are not
10172 # typical AIX shared libraries.
10173 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10174 else
10175 # We preserve .a as extension for shared libraries through AIX4.2
10176 # and later when we are not doing run time linking.
10177 library_names_spec='${libname}${release}.a $libname.a'
10178 soname_spec='${libname}${release}${shared_ext}$major'
10179 fi
10180 shlibpath_var=LIBPATH
10181 fi
10182 ;;
10183
10184amigaos*)
10185 case $host_cpu in
10186 powerpc)
10187 # Since July 2007 AmigaOS4 officially supports .so libraries.
10188 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10189 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10190 ;;
10191 m68k)
10192 library_names_spec='$libname.ixlibrary $libname.a'
10193 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10194 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'
10195 ;;
10196 esac
10197 ;;
10198
10199beos*)
10200 library_names_spec='${libname}${shared_ext}'
10201 dynamic_linker="$host_os ld.so"
10202 shlibpath_var=LIBRARY_PATH
10203 ;;
10204
10205bsdi[45]*)
10206 version_type=linux
10207 need_version=no
10208 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10209 soname_spec='${libname}${release}${shared_ext}$major'
10210 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10211 shlibpath_var=LD_LIBRARY_PATH
10212 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10213 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10214 # the default ld.so.conf also contains /usr/contrib/lib and
10215 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10216 # libtool to hard-code these into programs
10217 ;;
10218
10219cygwin* | mingw* | pw32* | cegcc*)
10220 version_type=windows
10221 shrext_cmds=".dll"
10222 need_version=no
10223 need_lib_prefix=no
10224
10225 case $GCC,$host_os in
10226 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10227 library_names_spec='$libname.dll.a'
10228 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10229 postinstall_cmds='base_file=`basename \${file}`~
10230 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10231 dldir=$destdir/`dirname \$dlpath`~
10232 test -d \$dldir || mkdir -p \$dldir~
10233 $install_prog $dir/$dlname \$dldir/$dlname~
10234 chmod a+x \$dldir/$dlname~
10235 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10236 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10237 fi'
10238 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10239 dlpath=$dir/\$dldll~
10240 $RM \$dlpath'
10241 shlibpath_overrides_runpath=yes
10242
10243 case $host_os in
10244 cygwin*)
10245 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10246 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10247
10248 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10249 ;;
10250 mingw* | cegcc*)
10251 # MinGW DLLs use traditional 'lib' prefix
10252 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10253 ;;
10254 pw32*)
10255 # pw32 DLLs use 'pw' prefix rather than 'lib'
10256 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10257 ;;
10258 esac
10259 ;;
10260
10261 *)
10262 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10263 ;;
10264 esac
10265 dynamic_linker='Win32 ld.exe'
10266 # FIXME: first we should search . and the directory the executable is in
10267 shlibpath_var=PATH
10268 ;;
10269
10270darwin* | rhapsody*)
10271 dynamic_linker="$host_os dyld"
10272 version_type=darwin
10273 need_lib_prefix=no
10274 need_version=no
10275 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10276 soname_spec='${libname}${release}${major}$shared_ext'
10277 shlibpath_overrides_runpath=yes
10278 shlibpath_var=DYLD_LIBRARY_PATH
10279 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10280
10281 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10282 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10283 ;;
10284
10285dgux*)
10286 version_type=linux
10287 need_lib_prefix=no
10288 need_version=no
10289 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10290 soname_spec='${libname}${release}${shared_ext}$major'
10291 shlibpath_var=LD_LIBRARY_PATH
10292 ;;
10293
10294freebsd* | dragonfly*)
10295 # DragonFly does not have aout. When/if they implement a new
10296 # versioning mechanism, adjust this.
10297 if test -x /usr/bin/objformat; then
10298 objformat=`/usr/bin/objformat`
10299 else
10300 case $host_os in
10301 freebsd[23].*) objformat=aout ;;
10302 *) objformat=elf ;;
10303 esac
10304 fi
10305 version_type=freebsd-$objformat
10306 case $version_type in
10307 freebsd-elf*)
10308 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10309 need_version=no
10310 need_lib_prefix=no
10311 ;;
10312 freebsd-*)
10313 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10314 need_version=yes
10315 ;;
10316 esac
10317 shlibpath_var=LD_LIBRARY_PATH
10318 case $host_os in
10319 freebsd2.*)
10320 shlibpath_overrides_runpath=yes
10321 ;;
10322 freebsd3.[01]* | freebsdelf3.[01]*)
10323 shlibpath_overrides_runpath=yes
10324 hardcode_into_libs=yes
10325 ;;
10326 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10327 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10328 shlibpath_overrides_runpath=no
10329 hardcode_into_libs=yes
10330 ;;
10331 *) # from 4.6 on, and DragonFly
10332 shlibpath_overrides_runpath=yes
10333 hardcode_into_libs=yes
10334 ;;
10335 esac
10336 ;;
10337
6bb11ab3
L
10338haiku*)
10339 version_type=linux
10340 need_lib_prefix=no
10341 need_version=no
10342 dynamic_linker="$host_os runtime_loader"
10343 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10344 soname_spec='${libname}${release}${shared_ext}$major'
10345 shlibpath_var=LIBRARY_PATH
10346 shlibpath_overrides_runpath=yes
10347 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10348 hardcode_into_libs=yes
10349 ;;
10350
10351hpux9* | hpux10* | hpux11*)
10352 # Give a soname corresponding to the major version so that dld.sl refuses to
10353 # link against other versions.
10354 version_type=sunos
10355 need_lib_prefix=no
10356 need_version=no
10357 case $host_cpu in
10358 ia64*)
10359 shrext_cmds='.so'
10360 hardcode_into_libs=yes
10361 dynamic_linker="$host_os dld.so"
10362 shlibpath_var=LD_LIBRARY_PATH
10363 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10364 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10365 soname_spec='${libname}${release}${shared_ext}$major'
10366 if test "X$HPUX_IA64_MODE" = X32; then
10367 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10368 else
10369 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10370 fi
10371 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10372 ;;
10373 hppa*64*)
10374 shrext_cmds='.sl'
10375 hardcode_into_libs=yes
10376 dynamic_linker="$host_os dld.sl"
10377 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10378 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10379 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10380 soname_spec='${libname}${release}${shared_ext}$major'
10381 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10382 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10383 ;;
10384 *)
10385 shrext_cmds='.sl'
10386 dynamic_linker="$host_os dld.sl"
10387 shlibpath_var=SHLIB_PATH
10388 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10389 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10390 soname_spec='${libname}${release}${shared_ext}$major'
10391 ;;
10392 esac
10393 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10394 postinstall_cmds='chmod 555 $lib'
10395 # or fails outright, so override atomically:
10396 install_override_mode=555
10397 ;;
10398
10399interix[3-9]*)
10400 version_type=linux
10401 need_lib_prefix=no
10402 need_version=no
10403 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10404 soname_spec='${libname}${release}${shared_ext}$major'
10405 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10406 shlibpath_var=LD_LIBRARY_PATH
10407 shlibpath_overrides_runpath=no
10408 hardcode_into_libs=yes
10409 ;;
10410
10411irix5* | irix6* | nonstopux*)
10412 case $host_os in
10413 nonstopux*) version_type=nonstopux ;;
10414 *)
10415 if test "$lt_cv_prog_gnu_ld" = yes; then
10416 version_type=linux
10417 else
10418 version_type=irix
10419 fi ;;
10420 esac
10421 need_lib_prefix=no
10422 need_version=no
10423 soname_spec='${libname}${release}${shared_ext}$major'
10424 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10425 case $host_os in
10426 irix5* | nonstopux*)
10427 libsuff= shlibsuff=
10428 ;;
10429 *)
10430 case $LD in # libtool.m4 will add one of these switches to LD
10431 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10432 libsuff= shlibsuff= libmagic=32-bit;;
10433 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10434 libsuff=32 shlibsuff=N32 libmagic=N32;;
10435 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10436 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10437 *) libsuff= shlibsuff= libmagic=never-match;;
10438 esac
10439 ;;
10440 esac
10441 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10442 shlibpath_overrides_runpath=no
10443 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10444 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10445 hardcode_into_libs=yes
10446 ;;
10447
10448# No shared lib support for Linux oldld, aout, or coff.
10449linux*oldld* | linux*aout* | linux*coff*)
10450 dynamic_linker=no
10451 ;;
10452
10453# This must be Linux ELF.
46f900c0 10454linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10455 version_type=linux
10456 need_lib_prefix=no
10457 need_version=no
10458 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10459 soname_spec='${libname}${release}${shared_ext}$major'
10460 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10461 shlibpath_var=LD_LIBRARY_PATH
10462 shlibpath_overrides_runpath=no
10463
10464 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10465 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10466 $as_echo_n "(cached) " >&6
10467else
6bb11ab3
L
10468 lt_cv_shlibpath_overrides_runpath=no
10469 save_LDFLAGS=$LDFLAGS
10470 save_libdir=$libdir
10471 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10472 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10474/* end confdefs.h. */
10475
2232061b
MF
10476int
10477main ()
10478{
10479
10480 ;
10481 return 0;
10482}
10483_ACEOF
6bb11ab3
L
10484if ac_fn_c_try_link "$LINENO"; then :
10485 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10486 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10487fi
2232061b 10488fi
6bb11ab3
L
10489rm -f core conftest.err conftest.$ac_objext \
10490 conftest$ac_exeext conftest.$ac_ext
10491 LDFLAGS=$save_LDFLAGS
10492 libdir=$save_libdir
2232061b 10493
6bb11ab3 10494fi
2232061b 10495
6bb11ab3 10496 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10497
6bb11ab3
L
10498 # This implies no fast_install, which is unacceptable.
10499 # Some rework will be needed to allow for fast_install
10500 # before this can be enabled.
10501 hardcode_into_libs=yes
2232061b 10502
6bb11ab3
L
10503 # Append ld.so.conf contents to the search path
10504 if test -f /etc/ld.so.conf; then
10505 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' ' '`
10506 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10507 fi
2232061b 10508
6bb11ab3
L
10509 # We used to test for /lib/ld.so.1 and disable shared libraries on
10510 # powerpc, because MkLinux only supported shared libraries with the
10511 # GNU dynamic linker. Since this was broken with cross compilers,
10512 # most powerpc-linux boxes support dynamic linking these days and
10513 # people can always --disable-shared, the test was removed, and we
10514 # assume the GNU/Linux dynamic linker is in use.
10515 dynamic_linker='GNU/Linux ld.so'
10516 ;;
10517
10518netbsd*)
10519 version_type=sunos
10520 need_lib_prefix=no
10521 need_version=no
10522 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10523 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10524 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10525 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10526 else
6bb11ab3
L
10527 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10528 soname_spec='${libname}${release}${shared_ext}$major'
10529 dynamic_linker='NetBSD ld.elf_so'
10530 fi
10531 shlibpath_var=LD_LIBRARY_PATH
10532 shlibpath_overrides_runpath=yes
10533 hardcode_into_libs=yes
10534 ;;
10535
10536newsos6)
10537 version_type=linux
10538 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10539 shlibpath_var=LD_LIBRARY_PATH
10540 shlibpath_overrides_runpath=yes
10541 ;;
10542
10543*nto* | *qnx*)
10544 version_type=qnx
10545 need_lib_prefix=no
10546 need_version=no
10547 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10548 soname_spec='${libname}${release}${shared_ext}$major'
10549 shlibpath_var=LD_LIBRARY_PATH
10550 shlibpath_overrides_runpath=no
10551 hardcode_into_libs=yes
10552 dynamic_linker='ldqnx.so'
10553 ;;
10554
10555openbsd*)
10556 version_type=sunos
10557 sys_lib_dlsearch_path_spec="/usr/lib"
10558 need_lib_prefix=no
10559 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10560 case $host_os in
10561 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10562 *) need_version=no ;;
10563 esac
10564 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10565 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10566 shlibpath_var=LD_LIBRARY_PATH
10567 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10568 case $host_os in
10569 openbsd2.[89] | openbsd2.[89].*)
10570 shlibpath_overrides_runpath=no
10571 ;;
10572 *)
10573 shlibpath_overrides_runpath=yes
10574 ;;
10575 esac
10576 else
10577 shlibpath_overrides_runpath=yes
10578 fi
10579 ;;
10580
10581os2*)
10582 libname_spec='$name'
10583 shrext_cmds=".dll"
10584 need_lib_prefix=no
10585 library_names_spec='$libname${shared_ext} $libname.a'
10586 dynamic_linker='OS/2 ld.exe'
10587 shlibpath_var=LIBPATH
10588 ;;
10589
10590osf3* | osf4* | osf5*)
10591 version_type=osf
10592 need_lib_prefix=no
10593 need_version=no
10594 soname_spec='${libname}${release}${shared_ext}$major'
10595 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10596 shlibpath_var=LD_LIBRARY_PATH
10597 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10598 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10599 ;;
10600
10601rdos*)
10602 dynamic_linker=no
10603 ;;
10604
10605solaris*)
10606 version_type=linux
10607 need_lib_prefix=no
10608 need_version=no
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10610 soname_spec='${libname}${release}${shared_ext}$major'
10611 shlibpath_var=LD_LIBRARY_PATH
10612 shlibpath_overrides_runpath=yes
10613 hardcode_into_libs=yes
10614 # ldd complains unless libraries are executable
10615 postinstall_cmds='chmod +x $lib'
10616 ;;
10617
10618sunos4*)
10619 version_type=sunos
10620 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10621 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10622 shlibpath_var=LD_LIBRARY_PATH
10623 shlibpath_overrides_runpath=yes
10624 if test "$with_gnu_ld" = yes; then
10625 need_lib_prefix=no
10626 fi
10627 need_version=yes
10628 ;;
10629
10630sysv4 | sysv4.3*)
10631 version_type=linux
10632 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10633 soname_spec='${libname}${release}${shared_ext}$major'
10634 shlibpath_var=LD_LIBRARY_PATH
10635 case $host_vendor in
10636 sni)
10637 shlibpath_overrides_runpath=no
10638 need_lib_prefix=no
10639 runpath_var=LD_RUN_PATH
10640 ;;
10641 siemens)
10642 need_lib_prefix=no
10643 ;;
10644 motorola)
10645 need_lib_prefix=no
10646 need_version=no
10647 shlibpath_overrides_runpath=no
10648 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10649 ;;
10650 esac
10651 ;;
10652
10653sysv4*MP*)
10654 if test -d /usr/nec ;then
10655 version_type=linux
10656 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10657 soname_spec='$libname${shared_ext}.$major'
10658 shlibpath_var=LD_LIBRARY_PATH
2232061b 10659 fi
6bb11ab3
L
10660 ;;
10661
10662sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10663 version_type=freebsd-elf
10664 need_lib_prefix=no
10665 need_version=no
10666 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10667 soname_spec='${libname}${release}${shared_ext}$major'
10668 shlibpath_var=LD_LIBRARY_PATH
10669 shlibpath_overrides_runpath=yes
10670 hardcode_into_libs=yes
10671 if test "$with_gnu_ld" = yes; then
10672 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10673 else
10674 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10675 case $host_os in
10676 sco3.2v5*)
10677 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10678 ;;
10679 esac
10680 fi
10681 sys_lib_dlsearch_path_spec='/usr/lib'
10682 ;;
10683
10684tpf*)
10685 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10686 version_type=linux
10687 need_lib_prefix=no
10688 need_version=no
10689 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10690 shlibpath_var=LD_LIBRARY_PATH
10691 shlibpath_overrides_runpath=no
10692 hardcode_into_libs=yes
10693 ;;
10694
10695uts4*)
10696 version_type=linux
10697 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10698 soname_spec='${libname}${release}${shared_ext}$major'
10699 shlibpath_var=LD_LIBRARY_PATH
10700 ;;
10701
10702*)
10703 dynamic_linker=no
10704 ;;
10705esac
10706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10707$as_echo "$dynamic_linker" >&6; }
10708test "$dynamic_linker" = no && can_build_shared=no
10709
10710variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10711if test "$GCC" = yes; then
10712 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10713fi
2232061b 10714
6bb11ab3
L
10715if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10716 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10717fi
10718if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10719 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10720fi
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
10746
2232061b 10747
2232061b 10748
2232061b 10749
2232061b 10750
2232061b
MF
10751
10752
6ffe910a 10753
6ffe910a
MF
10754
10755
10756
10757
10758
2232061b 10759
6ffe910a
MF
10760
10761
10762
10763
6ffe910a 10764
6ffe910a 10765
6ffe910a
MF
10766
10767
6ffe910a 10768
6ffe910a 10769
6ffe910a
MF
10770
10771
5f3ef9d0 10772
5f3ef9d0
JB
10773
10774
10775
db2e4d67
MF
10776
10777
db2e4d67 10778
db2e4d67 10779
db2e4d67 10780
db2e4d67 10781
db2e4d67 10782
db2e4d67 10783
db2e4d67 10784
db2e4d67
MF
10785
10786
db2e4d67 10787
db2e4d67
MF
10788
10789
db2e4d67 10790
db2e4d67
MF
10791
10792
6ffe910a 10793
6ffe910a 10794
6ffe910a
MF
10795
10796
6ffe910a
MF
10797
10798
6ffe910a 10799
6ffe910a 10800
6ffe910a 10801
6ffe910a 10802
6ffe910a 10803
b7026657 10804
b7026657 10805
5d031c16 10806
b7026657 10807
b7026657 10808
5d031c16 10809
b7026657 10810
b7026657 10811
5d031c16 10812
6bb11ab3
L
10813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10814$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10815hardcode_action=
10816if test -n "$hardcode_libdir_flag_spec" ||
10817 test -n "$runpath_var" ||
10818 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 10819
6bb11ab3
L
10820 # We can hardcode non-existent directories.
10821 if test "$hardcode_direct" != no &&
10822 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10823 # have to relink, otherwise we might link with an installed library
10824 # when we should be linking with a yet-to-be-installed one
10825 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10826 test "$hardcode_minus_L" != no; then
10827 # Linking always hardcodes the temporary library directory.
10828 hardcode_action=relink
10829 else
10830 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10831 hardcode_action=immediate
10832 fi
10833else
10834 # We cannot hardcode anything, or else we can only hardcode existing
10835 # directories.
10836 hardcode_action=unsupported
b7026657 10837fi
6bb11ab3
L
10838{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10839$as_echo "$hardcode_action" >&6; }
b7026657 10840
6bb11ab3
L
10841if test "$hardcode_action" = relink ||
10842 test "$inherit_rpath" = yes; then
10843 # Fast installation is not supported
10844 enable_fast_install=no
10845elif test "$shlibpath_overrides_runpath" = yes ||
10846 test "$enable_shared" = no; then
10847 # Fast installation is not necessary
10848 enable_fast_install=needless
10849fi
5d031c16 10850
6bb11ab3
L
10851
10852
10853
10854
10855
10856 if test "x$enable_dlopen" != xyes; then
10857 enable_dlopen=unknown
10858 enable_dlopen_self=unknown
10859 enable_dlopen_self_static=unknown
10860else
10861 lt_cv_dlopen=no
10862 lt_cv_dlopen_libs=
10863
10864 case $host_os in
10865 beos*)
10866 lt_cv_dlopen="load_add_on"
10867 lt_cv_dlopen_libs=
10868 lt_cv_dlopen_self=yes
10869 ;;
10870
10871 mingw* | pw32* | cegcc*)
10872 lt_cv_dlopen="LoadLibrary"
10873 lt_cv_dlopen_libs=
10874 ;;
10875
10876 cygwin*)
10877 lt_cv_dlopen="dlopen"
10878 lt_cv_dlopen_libs=
10879 ;;
10880
10881 darwin*)
10882 # if libdl is installed we need to link against it
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10884$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10885if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
10886 $as_echo_n "(cached) " >&6
10887else
10888 ac_check_lib_save_LIBS=$LIBS
10889LIBS="-ldl $LIBS"
10890cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10891/* end confdefs.h. */
10892
10893/* Override any GCC internal prototype to avoid an error.
10894 Use char because int might match the return type of a GCC
10895 builtin and then its argument prototype would still apply. */
10896#ifdef __cplusplus
10897extern "C"
10898#endif
10899char dlopen ();
10900int
10901main ()
10902{
10903return dlopen ();
10904 ;
10905 return 0;
10906}
b7026657 10907_ACEOF
6bb11ab3
L
10908if ac_fn_c_try_link "$LINENO"; then :
10909 ac_cv_lib_dl_dlopen=yes
10910else
10911 ac_cv_lib_dl_dlopen=no
10912fi
10913rm -f core conftest.err conftest.$ac_objext \
10914 conftest$ac_exeext conftest.$ac_ext
10915LIBS=$ac_check_lib_save_LIBS
10916fi
10917{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10918$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10919if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
10920 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10921else
10922
10923 lt_cv_dlopen="dyld"
10924 lt_cv_dlopen_libs=
10925 lt_cv_dlopen_self=yes
5d031c16 10926
5d031c16 10927fi
5d031c16 10928
6bb11ab3 10929 ;;
5d031c16 10930
6bb11ab3
L
10931 *)
10932 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10933if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
10934 lt_cv_dlopen="shl_load"
10935else
10936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10937$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10938if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
10939 $as_echo_n "(cached) " >&6
10940else
10941 ac_check_lib_save_LIBS=$LIBS
10942LIBS="-ldld $LIBS"
10943cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10944/* end confdefs.h. */
10945
10946/* Override any GCC internal prototype to avoid an error.
10947 Use char because int might match the return type of a GCC
10948 builtin and then its argument prototype would still apply. */
10949#ifdef __cplusplus
10950extern "C"
10951#endif
10952char shl_load ();
10953int
10954main ()
10955{
10956return shl_load ();
10957 ;
10958 return 0;
10959}
10960_ACEOF
10961if ac_fn_c_try_link "$LINENO"; then :
10962 ac_cv_lib_dld_shl_load=yes
10963else
10964 ac_cv_lib_dld_shl_load=no
10965fi
10966rm -f core conftest.err conftest.$ac_objext \
10967 conftest$ac_exeext conftest.$ac_ext
10968LIBS=$ac_check_lib_save_LIBS
10969fi
10970{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10971$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10972if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
10973 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10974else
10975 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10976if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
10977 lt_cv_dlopen="dlopen"
10978else
10979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10980$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10981if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10982 $as_echo_n "(cached) " >&6
5d031c16 10983else
b7026657 10984 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 10985LIBS="-ldl $LIBS"
81ecdfbb 10986cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
10987/* end confdefs.h. */
10988
81ecdfbb
RW
10989/* Override any GCC internal prototype to avoid an error.
10990 Use char because int might match the return type of a GCC
10991 builtin and then its argument prototype would still apply. */
b7026657
AC
10992#ifdef __cplusplus
10993extern "C"
10994#endif
6bb11ab3 10995char dlopen ();
b7026657
AC
10996int
10997main ()
10998{
6bb11ab3 10999return dlopen ();
b7026657
AC
11000 ;
11001 return 0;
11002}
11003_ACEOF
81ecdfbb 11004if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11005 ac_cv_lib_dl_dlopen=yes
b7026657 11006else
6bb11ab3 11007 ac_cv_lib_dl_dlopen=no
b7026657 11008fi
81ecdfbb
RW
11009rm -f core conftest.err conftest.$ac_objext \
11010 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11011LIBS=$ac_check_lib_save_LIBS
11012fi
6bb11ab3
L
11013{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11014$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11015if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11016 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11017else
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11019$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11020if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11021 $as_echo_n "(cached) " >&6
5d031c16 11022else
b7026657 11023 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11024LIBS="-lsvld $LIBS"
81ecdfbb 11025cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
11026/* end confdefs.h. */
11027
81ecdfbb
RW
11028/* Override any GCC internal prototype to avoid an error.
11029 Use char because int might match the return type of a GCC
11030 builtin and then its argument prototype would still apply. */
b7026657
AC
11031#ifdef __cplusplus
11032extern "C"
11033#endif
6bb11ab3 11034char dlopen ();
b7026657
AC
11035int
11036main ()
11037{
6bb11ab3 11038return dlopen ();
b7026657
AC
11039 ;
11040 return 0;
11041}
11042_ACEOF
81ecdfbb 11043if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11044 ac_cv_lib_svld_dlopen=yes
b7026657 11045else
6bb11ab3 11046 ac_cv_lib_svld_dlopen=no
b7026657 11047fi
81ecdfbb
RW
11048rm -f core conftest.err conftest.$ac_objext \
11049 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
11050LIBS=$ac_check_lib_save_LIBS
11051fi
6bb11ab3
L
11052{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11053$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11054if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11055 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11056else
6bb11ab3
L
11057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11058$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11059if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11060 $as_echo_n "(cached) " >&6
b5bd9624 11061else
6bb11ab3
L
11062 ac_check_lib_save_LIBS=$LIBS
11063LIBS="-ldld $LIBS"
81ecdfbb 11064cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
11065/* end confdefs.h. */
11066
81ecdfbb
RW
11067/* Override any GCC internal prototype to avoid an error.
11068 Use char because int might match the return type of a GCC
b5bd9624 11069 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
11070#ifdef __cplusplus
11071extern "C"
11072#endif
6bb11ab3 11073char dld_link ();
b5bd9624
HPN
11074int
11075main ()
11076{
6bb11ab3 11077return dld_link ();
b5bd9624
HPN
11078 ;
11079 return 0;
11080}
11081_ACEOF
6bb11ab3
L
11082if ac_fn_c_try_link "$LINENO"; then :
11083 ac_cv_lib_dld_dld_link=yes
11084else
11085 ac_cv_lib_dld_dld_link=no
11086fi
11087rm -f core conftest.err conftest.$ac_objext \
11088 conftest$ac_exeext conftest.$ac_ext
11089LIBS=$ac_check_lib_save_LIBS
11090fi
11091{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11092$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11093if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11094 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11095fi
11096
11097
11098fi
11099
11100
11101fi
11102
11103
11104fi
11105
11106
11107fi
11108
11109
11110fi
11111
11112 ;;
11113 esac
11114
11115 if test "x$lt_cv_dlopen" != xno; then
11116 enable_dlopen=yes
b5bd9624 11117 else
6bb11ab3
L
11118 enable_dlopen=no
11119 fi
11120
11121 case $lt_cv_dlopen in
11122 dlopen)
11123 save_CPPFLAGS="$CPPFLAGS"
11124 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11125
11126 save_LDFLAGS="$LDFLAGS"
11127 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11128
11129 save_LIBS="$LIBS"
11130 LIBS="$lt_cv_dlopen_libs $LIBS"
11131
11132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11133$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11134if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11135 $as_echo_n "(cached) " >&6
11136else
11137 if test "$cross_compiling" = yes; then :
11138 lt_cv_dlopen_self=cross
11139else
11140 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11141 lt_status=$lt_dlunknown
11142 cat > conftest.$ac_ext <<_LT_EOF
ebe9564b 11143#line 11143 "configure"
6bb11ab3
L
11144#include "confdefs.h"
11145
11146#if HAVE_DLFCN_H
11147#include <dlfcn.h>
11148#endif
11149
11150#include <stdio.h>
11151
11152#ifdef RTLD_GLOBAL
11153# define LT_DLGLOBAL RTLD_GLOBAL
11154#else
11155# ifdef DL_GLOBAL
11156# define LT_DLGLOBAL DL_GLOBAL
11157# else
11158# define LT_DLGLOBAL 0
11159# endif
11160#endif
11161
11162/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11163 find out it does not work in some platform. */
11164#ifndef LT_DLLAZY_OR_NOW
11165# ifdef RTLD_LAZY
11166# define LT_DLLAZY_OR_NOW RTLD_LAZY
11167# else
11168# ifdef DL_LAZY
11169# define LT_DLLAZY_OR_NOW DL_LAZY
11170# else
11171# ifdef RTLD_NOW
11172# define LT_DLLAZY_OR_NOW RTLD_NOW
11173# else
11174# ifdef DL_NOW
11175# define LT_DLLAZY_OR_NOW DL_NOW
11176# else
11177# define LT_DLLAZY_OR_NOW 0
11178# endif
11179# endif
11180# endif
11181# endif
11182#endif
11183
11184/* When -fvisbility=hidden is used, assume the code has been annotated
11185 correspondingly for the symbols needed. */
11186#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11187void fnord () __attribute__((visibility("default")));
11188#endif
11189
11190void fnord () { int i=42; }
11191int main ()
11192{
11193 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11194 int status = $lt_dlunknown;
11195
11196 if (self)
11197 {
11198 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11199 else
11200 {
11201 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11202 else puts (dlerror ());
11203 }
11204 /* dlclose (self); */
11205 }
11206 else
11207 puts (dlerror ());
11208
11209 return status;
11210}
11211_LT_EOF
11212 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11213 (eval $ac_link) 2>&5
11214 ac_status=$?
11215 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11216 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11217 (./conftest; exit; ) >&5 2>/dev/null
11218 lt_status=$?
11219 case x$lt_status in
11220 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11221 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11222 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11223 esac
11224 else :
11225 # compilation failed
11226 lt_cv_dlopen_self=no
b5bd9624 11227 fi
b5bd9624 11228fi
6bb11ab3
L
11229rm -fr conftest*
11230
11231
b5bd9624 11232fi
6bb11ab3
L
11233{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11234$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 11235
6bb11ab3
L
11236 if test "x$lt_cv_dlopen_self" = xyes; then
11237 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11239$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11240if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11241 $as_echo_n "(cached) " >&6
b5bd9624 11242else
6bb11ab3
L
11243 if test "$cross_compiling" = yes; then :
11244 lt_cv_dlopen_self_static=cross
11245else
11246 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11247 lt_status=$lt_dlunknown
11248 cat > conftest.$ac_ext <<_LT_EOF
ebe9564b 11249#line 11249 "configure"
6bb11ab3
L
11250#include "confdefs.h"
11251
11252#if HAVE_DLFCN_H
11253#include <dlfcn.h>
11254#endif
11255
11256#include <stdio.h>
11257
11258#ifdef RTLD_GLOBAL
11259# define LT_DLGLOBAL RTLD_GLOBAL
11260#else
11261# ifdef DL_GLOBAL
11262# define LT_DLGLOBAL DL_GLOBAL
11263# else
11264# define LT_DLGLOBAL 0
11265# endif
11266#endif
11267
11268/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11269 find out it does not work in some platform. */
11270#ifndef LT_DLLAZY_OR_NOW
11271# ifdef RTLD_LAZY
11272# define LT_DLLAZY_OR_NOW RTLD_LAZY
11273# else
11274# ifdef DL_LAZY
11275# define LT_DLLAZY_OR_NOW DL_LAZY
11276# else
11277# ifdef RTLD_NOW
11278# define LT_DLLAZY_OR_NOW RTLD_NOW
11279# else
11280# ifdef DL_NOW
11281# define LT_DLLAZY_OR_NOW DL_NOW
11282# else
11283# define LT_DLLAZY_OR_NOW 0
11284# endif
11285# endif
11286# endif
11287# endif
11288#endif
11289
11290/* When -fvisbility=hidden is used, assume the code has been annotated
11291 correspondingly for the symbols needed. */
11292#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11293void fnord () __attribute__((visibility("default")));
11294#endif
11295
11296void fnord () { int i=42; }
11297int main ()
11298{
11299 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11300 int status = $lt_dlunknown;
11301
11302 if (self)
11303 {
11304 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11305 else
11306 {
11307 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11308 else puts (dlerror ());
11309 }
11310 /* dlclose (self); */
11311 }
11312 else
11313 puts (dlerror ());
11314
11315 return status;
11316}
11317_LT_EOF
11318 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11319 (eval $ac_link) 2>&5
11320 ac_status=$?
11321 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11322 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11323 (./conftest; exit; ) >&5 2>/dev/null
11324 lt_status=$?
11325 case x$lt_status in
11326 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11327 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11328 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11329 esac
11330 else :
11331 # compilation failed
11332 lt_cv_dlopen_self_static=no
11333 fi
b5bd9624 11334fi
6bb11ab3
L
11335rm -fr conftest*
11336
11337
b5bd9624 11338fi
6bb11ab3
L
11339{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11340$as_echo "$lt_cv_dlopen_self_static" >&6; }
11341 fi
11342
11343 CPPFLAGS="$save_CPPFLAGS"
11344 LDFLAGS="$save_LDFLAGS"
11345 LIBS="$save_LIBS"
11346 ;;
11347 esac
11348
11349 case $lt_cv_dlopen_self in
11350 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11351 *) enable_dlopen_self=unknown ;;
11352 esac
11353
11354 case $lt_cv_dlopen_self_static in
11355 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11356 *) enable_dlopen_self_static=unknown ;;
11357 esac
11358fi
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376striplib=
11377old_striplib=
11378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11379$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11380if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11381 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11382 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11384$as_echo "yes" >&6; }
11385else
11386# FIXME - insert some real tests, host_os isn't really good enough
11387 case $host_os in
11388 darwin*)
11389 if test -n "$STRIP" ; then
11390 striplib="$STRIP -x"
11391 old_striplib="$STRIP -S"
11392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11393$as_echo "yes" >&6; }
11394 else
11395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11396$as_echo "no" >&6; }
11397 fi
11398 ;;
11399 *)
11400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11401$as_echo "no" >&6; }
11402 ;;
11403 esac
11404fi
11405
11406
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417 # Report which library types will actually be built
11418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11419$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11421$as_echo "$can_build_shared" >&6; }
11422
11423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11424$as_echo_n "checking whether to build shared libraries... " >&6; }
11425 test "$can_build_shared" = "no" && enable_shared=no
11426
11427 # On AIX, shared libraries and static libraries use the same namespace, and
11428 # are all built from PIC.
11429 case $host_os in
11430 aix3*)
11431 test "$enable_shared" = yes && enable_static=no
11432 if test -n "$RANLIB"; then
11433 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11434 postinstall_cmds='$RANLIB $lib'
11435 fi
11436 ;;
11437
11438 aix[4-9]*)
11439 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11440 test "$enable_shared" = yes && enable_static=no
11441 fi
11442 ;;
11443 esac
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11445$as_echo "$enable_shared" >&6; }
11446
11447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11448$as_echo_n "checking whether to build static libraries... " >&6; }
11449 # Make sure either enable_shared or enable_static is yes.
11450 test "$enable_shared" = yes || enable_static=yes
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11452$as_echo "$enable_static" >&6; }
11453
11454
11455
11456
11457fi
11458ac_ext=c
11459ac_cpp='$CPP $CPPFLAGS'
11460ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11461ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11462ac_compiler_gnu=$ac_cv_c_compiler_gnu
11463
11464CC="$lt_save_CC"
11465
11466
11467
11468
11469
11470
11471
11472
11473
b5bd9624 11474
b5bd9624 11475
b5bd9624 11476
b5bd9624 11477
6bb11ab3
L
11478 ac_config_commands="$ac_config_commands libtool"
11479
11480
11481
11482
11483# Only expand once:
11484
11485
5912fadd 11486
b5bd9624 11487
5d031c16
AC
11488
11489
31e6ad7d
MF
11490
11491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11492$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11493 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11494if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11495 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11496else
11497 USE_MAINTAINER_MODE=no
5d031c16 11498fi
31e6ad7d
MF
11499
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11501$as_echo "$USE_MAINTAINER_MODE" >&6; }
11502 if test $USE_MAINTAINER_MODE = yes; then
11503 MAINTAINER_MODE_TRUE=
11504 MAINTAINER_MODE_FALSE='#'
5d031c16 11505else
31e6ad7d
MF
11506 MAINTAINER_MODE_TRUE='#'
11507 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11508fi
11509
31e6ad7d
MF
11510 MAINT=$MAINTAINER_MODE_TRUE
11511
11512
5d031c16
AC
11513
11514
ce39bd38
MF
11515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11516$as_echo_n "checking for sim debug setting... " >&6; }
11517sim_debug="0"
81ecdfbb
RW
11518# Check whether --enable-sim-debug was given.
11519if test "${enable_sim_debug+set}" = set; then :
11520 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11521 yes) sim_debug="7";;
11522 no) sim_debug="0";;
11523 *) sim_debug="($enableval)";;
5d031c16 11524esac
5d031c16 11525fi
ce39bd38
MF
11526if test "$sim_debug" != "0"; then
11527
11528cat >>confdefs.h <<_ACEOF
11529#define DEBUG $sim_debug
11530_ACEOF
11531
81ecdfbb
RW
11532fi
11533
ce39bd38
MF
11534cat >>confdefs.h <<_ACEOF
11535#define WITH_DEBUG $sim_debug
11536_ACEOF
11537
11538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11539$as_echo "$sim_debug" >&6; }
5d031c16
AC
11540
11541
ce39bd38
MF
11542{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11543$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11544sim_stdio="0"
81ecdfbb
RW
11545# Check whether --enable-sim-stdio was given.
11546if test "${enable_sim_stdio+set}" = set; then :
11547 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11548 yes) sim_stdio="DO_USE_STDIO";;
11549 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11550 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
5d031c16 11551esac
81ecdfbb 11552fi
5d031c16 11553
ce39bd38
MF
11554cat >>confdefs.h <<_ACEOF
11555#define WITH_STDIO $sim_stdio
11556_ACEOF
11557
11558{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11559$as_echo "$sim_stdio" >&6; }
5d031c16 11560
81ecdfbb 11561
ce39bd38
MF
11562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11563$as_echo_n "checking for sim trace settings... " >&6; }
11564sim_trace="~TRACE_debug"
81ecdfbb
RW
11565# Check whether --enable-sim-trace was given.
11566if test "${enable_sim_trace+set}" = set; then :
11567 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11568 yes) sim_trace="-1";;
11569 no) sim_trace="0";;
5d031c16 11570 [-0-9]*)
ce39bd38 11571 sim_trace="'(${enableval})'";;
2232061b 11572 [[:lower:]]*)
5d031c16
AC
11573 sim_trace=""
11574 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11575 if test x"$sim_trace" = x; then
ce39bd38 11576 sim_trace="(TRACE_$x"
5d031c16
AC
11577 else
11578 sim_trace="${sim_trace}|TRACE_$x"
11579 fi
11580 done
ce39bd38 11581 sim_trace="$sim_trace)" ;;
5d031c16 11582esac
81ecdfbb 11583fi
5d031c16 11584
ce39bd38
MF
11585cat >>confdefs.h <<_ACEOF
11586#define WITH_TRACE $sim_trace
11587_ACEOF
11588
11589{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11590$as_echo "$sim_trace" >&6; }
5d031c16 11591
81ecdfbb 11592
ce39bd38
MF
11593{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11594$as_echo_n "checking for sim profile settings... " >&6; }
11595profile="1"
11596sim_profile="-1"
81ecdfbb
RW
11597# Check whether --enable-sim-profile was given.
11598if test "${enable_sim_profile+set}" = set; then :
11599 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11600 yes) profile="1" sim_profile="-1";;
11601 no) profile="0" sim_profile="0";;
5d031c16 11602 [-0-9]*)
ce39bd38 11603 profile="(${enableval})" sim_profile="(${enableval})";;
5d031c16 11604 [a-z]*)
ce39bd38 11605 profile="1"
5d031c16
AC
11606 sim_profile=""
11607 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11608 if test x"$sim_profile" = x; then
ce39bd38 11609 sim_profile="(PROFILE_$x"
5d031c16
AC
11610 else
11611 sim_profile="${sim_profile}|PROFILE_$x"
11612 fi
11613 done
ce39bd38 11614 sim_profile="$sim_profile)" ;;
5d031c16 11615esac
81ecdfbb 11616fi
5d031c16 11617
ce39bd38
MF
11618cat >>confdefs.h <<_ACEOF
11619#define PROFILE $profile
11620_ACEOF
5d031c16 11621
6efef468 11622
ce39bd38
MF
11623cat >>confdefs.h <<_ACEOF
11624#define WITH_PROFILE $sim_profile
11625_ACEOF
11626
11627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11628$as_echo "$sim_profile" >&6; }
11629
11630
11631
11632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11633$as_echo_n "checking whether to enable sim asserts... " >&6; }
11634sim_assert="1"
35656e95
MF
11635# Check whether --enable-sim-assert was given.
11636if test "${enable_sim_assert+set}" = set; then :
11637 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11638 yes) sim_assert="1";;
11639 no) sim_assert="0";;
d0ac1c44 11640 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11641esac
35656e95
MF
11642fi
11643
ce39bd38
MF
11644cat >>confdefs.h <<_ACEOF
11645#define WITH_ASSERT $sim_assert
11646_ACEOF
11647
11648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11649$as_echo "$sim_assert" >&6; }
11650
35656e95 11651
ce39bd38
MF
11652{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11653$as_echo_n "checking default sim environment setting... " >&6; }
11654sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11655# Check whether --enable-sim-environment was given.
11656if test "${enable_sim_environment+set}" = set; then :
11657 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11658 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11659 user | USER) sim_environment="USER_ENVIRONMENT";;
11660 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11661 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11662 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11663esac
16f7876d
MF
11664fi
11665
ce39bd38
MF
11666cat >>confdefs.h <<_ACEOF
11667#define WITH_ENVIRONMENT $sim_environment
11668_ACEOF
11669
11670{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11671$as_echo "$sim_environment" >&6; }
11672
16f7876d 11673
347fe5bb
MF
11674sim_inline="-DDEFAULT_INLINE=0"
11675# Check whether --enable-sim-inline was given.
11676if test "${enable_sim_inline+set}" = set; then :
11677 enableval=$enable_sim_inline; sim_inline=""
11678case "$enableval" in
11679 no) sim_inline="-DDEFAULT_INLINE=0";;
11680 0) sim_inline="-DDEFAULT_INLINE=0";;
11681 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11682 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11683 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11684 new_flag=""
11685 case "$x" in
11686 *_INLINE=*) new_flag="-D$x";;
11687 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11688 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11689 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11690 esac
11691 if test x"$sim_inline" = x""; then
11692 sim_inline="$new_flag"
11693 else
11694 sim_inline="$sim_inline $new_flag"
11695 fi
11696 done;;
11697esac
11698if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11699 echo "Setting inline flags = $sim_inline" 6>&1
11700fi
11701fi
11702
11703
11704
81ecdfbb
RW
11705
11706# Check whether --with-pkgversion was given.
11707if test "${with_pkgversion+set}" = set; then :
11708 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11709 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
11710 no) PKGVERSION= ;;
11711 *) PKGVERSION="($withval) " ;;
11712 esac
11713else
bf12d44e 11714 PKGVERSION="(SIM) "
6efef468 11715
81ecdfbb
RW
11716fi
11717
6efef468
JM
11718
11719
11720
11721
81ecdfbb
RW
11722# Check whether --with-bugurl was given.
11723if test "${with_bugurl+set}" = set; then :
11724 withval=$with_bugurl; case "$withval" in
d0ac1c44 11725 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
11726 no) BUGURL=
11727 ;;
11728 *) BUGURL="$withval"
11729 ;;
11730 esac
11731else
dfb856ba 11732 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 11733
81ecdfbb
RW
11734fi
11735
6efef468
JM
11736 case ${BUGURL} in
11737 "")
11738 REPORT_BUGS_TO=
11739 REPORT_BUGS_TEXI=
11740 ;;
11741 *)
11742 REPORT_BUGS_TO="<$BUGURL>"
11743 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11744 ;;
11745 esac;
11746
11747
11748
11749
11750cat >>confdefs.h <<_ACEOF
11751#define PKGVERSION "$PKGVERSION"
11752_ACEOF
11753
11754
11755cat >>confdefs.h <<_ACEOF
11756#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11757_ACEOF
11758
11759
81ecdfbb
RW
11760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11761$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11762if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11763 $as_echo_n "(cached) " >&6
5d031c16 11764else
81ecdfbb 11765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 11766/* end confdefs.h. */
5d031c16
AC
11767#include <sys/types.h>
11768#include <signal.h>
5d031c16 11769
b7026657
AC
11770int
11771main ()
11772{
81ecdfbb 11773return *(signal (0, 0)) (0) == 1;
b7026657
AC
11774 ;
11775 return 0;
11776}
11777_ACEOF
81ecdfbb
RW
11778if ac_fn_c_try_compile "$LINENO"; then :
11779 ac_cv_type_signal=int
5d031c16 11780else
81ecdfbb 11781 ac_cv_type_signal=void
5d031c16 11782fi
81ecdfbb 11783rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5d031c16 11784fi
81ecdfbb
RW
11785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11786$as_echo "$ac_cv_type_signal" >&6; }
5d031c16 11787
b7026657 11788cat >>confdefs.h <<_ACEOF
5d031c16 11789#define RETSIGTYPE $ac_cv_type_signal
b7026657 11790_ACEOF
5d031c16
AC
11791
11792
11793
5d031c16
AC
11794
11795
5d031c16
AC
11796
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
760b3e8b
MF
12109
12110
12111
12112
12113
12114
12115
12116
12117
12118
12119
12120
b7026657 12121cat >confcache <<\_ACEOF
5d031c16
AC
12122# This file is a shell script that caches the results of configure
12123# tests run on this system so they can be shared between configure
b7026657
AC
12124# scripts and configure runs, see configure's option --config-cache.
12125# It is not useful on other systems. If it contains results you don't
12126# want to keep, you may remove or edit it.
5d031c16 12127#
b7026657
AC
12128# config.status only pays attention to the cache file if you give it
12129# the --recheck option to rerun configure.
5d031c16 12130#
b7026657
AC
12131# `ac_cv_env_foo' variables (set or unset) will be overridden when
12132# loading this file, other *unset* `ac_cv_foo' will be assigned the
12133# following values.
12134
12135_ACEOF
12136
5d031c16
AC
12137# The following way of writing the cache mishandles newlines in values,
12138# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 12139# So, we kill variables containing newlines.
5d031c16
AC
12140# Ultrix sh set writes to stderr and can't be redirected directly,
12141# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
12142(
12143 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12144 eval ac_val=\$$ac_var
12145 case $ac_val in #(
12146 *${as_nl}*)
12147 case $ac_var in #(
12148 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12149$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12150 esac
12151 case $ac_var in #(
12152 _ | IFS | as_nl) ;; #(
12153 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12154 *) { eval $ac_var=; unset $ac_var;} ;;
12155 esac ;;
12156 esac
12157 done
12158
b7026657 12159 (set) 2>&1 |
81ecdfbb
RW
12160 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12161 *${as_nl}ac_space=\ *)
12162 # `set' does not quote correctly, so add quotes: double-quote
12163 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
12164 sed -n \
12165 "s/'/'\\\\''/g;
12166 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 12167 ;; #(
b7026657
AC
12168 *)
12169 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 12170 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 12171 ;;
81ecdfbb
RW
12172 esac |
12173 sort
12174) |
b7026657 12175 sed '
81ecdfbb 12176 /^ac_cv_env_/b end
b7026657 12177 t clear
81ecdfbb 12178 :clear
b7026657
AC
12179 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12180 t end
81ecdfbb
RW
12181 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12182 :end' >>confcache
12183if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12184 if test -w "$cache_file"; then
d0ac1c44 12185 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12187$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12188 if test ! -f "$cache_file" || test -h "$cache_file"; then
12189 cat confcache >"$cache_file"
12190 else
12191 case $cache_file in #(
12192 */* | ?:*)
12193 mv -f confcache "$cache_file"$$ &&
12194 mv -f "$cache_file"$$ "$cache_file" ;; #(
12195 *)
12196 mv -f confcache "$cache_file" ;;
12197 esac
12198 fi
12199 fi
5d031c16 12200 else
81ecdfbb
RW
12201 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12202$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5d031c16
AC
12203 fi
12204fi
12205rm -f confcache
12206
5d031c16
AC
12207test "x$prefix" = xNONE && prefix=$ac_default_prefix
12208# Let make expand exec_prefix.
12209test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12210
5d031c16
AC
12211DEFS=-DHAVE_CONFIG_H
12212
b7026657
AC
12213ac_libobjs=
12214ac_ltlibobjs=
d0ac1c44 12215U=
b7026657
AC
12216for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12217 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
12218 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12219 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12220 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12221 # will be set to the directory where LIBOBJS objects are built.
12222 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12223 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
12224done
12225LIBOBJS=$ac_libobjs
5d031c16 12226
b7026657
AC
12227LTLIBOBJS=$ac_ltlibobjs
12228
12229
0cb8d851 12230
db2e4d67 12231if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 12232 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
12233Usually this means the macro was only invoked conditionally." "$LINENO" 5
12234fi
6bb11ab3 12235if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 12236 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
12237Usually this means the macro was only invoked conditionally." "$LINENO" 5
12238fi
31e6ad7d 12239if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 12240 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
12241Usually this means the macro was only invoked conditionally." "$LINENO" 5
12242fi
b7026657 12243
d0ac1c44 12244: "${CONFIG_STATUS=./config.status}"
81ecdfbb 12245ac_write_fail=0
b7026657
AC
12246ac_clean_files_save=$ac_clean_files
12247ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
12248{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12249$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12250as_write_fail=0
12251cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
12252#! $SHELL
12253# Generated by $as_me.
5d031c16 12254# Run this file to recreate the current configuration.
5d031c16 12255# Compiler output produced by configure, useful for debugging
b7026657 12256# configure, is in config.log if it exists.
5d031c16 12257
b7026657
AC
12258debug=false
12259ac_cs_recheck=false
12260ac_cs_silent=false
b7026657 12261
81ecdfbb
RW
12262SHELL=\${CONFIG_SHELL-$SHELL}
12263export SHELL
12264_ASEOF
12265cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12266## -------------------- ##
12267## M4sh Initialization. ##
12268## -------------------- ##
12269
12270# Be more Bourne compatible
12271DUALCASE=1; export DUALCASE # for MKS sh
12272if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
12273 emulate sh
12274 NULLCMD=:
81ecdfbb 12275 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
12276 # is contrary to our usage. Disable this feature.
12277 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
12278 setopt NO_GLOB_SUBST
12279else
12280 case `(set -o) 2>/dev/null` in #(
12281 *posix*) :
12282 set -o posix ;; #(
12283 *) :
12284 ;;
12285esac
b7026657 12286fi
b7026657 12287
81ecdfbb
RW
12288
12289as_nl='
12290'
12291export as_nl
12292# Printing a long string crashes Solaris 7 /usr/bin/printf.
12293as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12294as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12295as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12296# Prefer a ksh shell builtin over an external printf program on Solaris,
12297# but without wasting forks for bash or zsh.
12298if test -z "$BASH_VERSION$ZSH_VERSION" \
12299 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12300 as_echo='print -r --'
12301 as_echo_n='print -rn --'
12302elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12303 as_echo='printf %s\n'
12304 as_echo_n='printf %s'
12305else
12306 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12307 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12308 as_echo_n='/usr/ucb/echo -n'
12309 else
12310 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12311 as_echo_n_body='eval
12312 arg=$1;
12313 case $arg in #(
12314 *"$as_nl"*)
12315 expr "X$arg" : "X\\(.*\\)$as_nl";
12316 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12317 esac;
12318 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12319 '
12320 export as_echo_n_body
12321 as_echo_n='sh -c $as_echo_n_body as_echo'
12322 fi
12323 export as_echo_body
12324 as_echo='sh -c $as_echo_body as_echo'
12325fi
12326
12327# The user is always right.
12328if test "${PATH_SEPARATOR+set}" != set; then
12329 PATH_SEPARATOR=:
12330 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12331 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12332 PATH_SEPARATOR=';'
12333 }
b7026657
AC
12334fi
12335
12336
81ecdfbb
RW
12337# IFS
12338# We need space, tab and new line, in precisely that order. Quoting is
12339# there to prevent editors from complaining about space-tab.
12340# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12341# splitting by setting IFS to empty value.)
12342IFS=" "" $as_nl"
12343
12344# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12345as_myself=
81ecdfbb
RW
12346case $0 in #((
12347 *[\\/]* ) as_myself=$0 ;;
12348 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12349for as_dir in $PATH
12350do
12351 IFS=$as_save_IFS
12352 test -z "$as_dir" && as_dir=.
12353 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12354 done
12355IFS=$as_save_IFS
12356
12357 ;;
12358esac
12359# We did not find ourselves, most probably we were run as `sh COMMAND'
12360# in which case we are not to be found in the path.
12361if test "x$as_myself" = x; then
12362 as_myself=$0
12363fi
12364if test ! -f "$as_myself"; then
12365 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12366 exit 1
12367fi
12368
12369# Unset variables that we do not need and which cause bugs (e.g. in
12370# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12371# suppresses any "Segmentation fault" message there. '((' could
12372# trigger a bug in pdksh 5.2.14.
12373for as_var in BASH_ENV ENV MAIL MAILPATH
12374do eval test x\${$as_var+set} = xset \
12375 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12376done
b7026657
AC
12377PS1='$ '
12378PS2='> '
12379PS4='+ '
12380
12381# NLS nuisances.
81ecdfbb
RW
12382LC_ALL=C
12383export LC_ALL
12384LANGUAGE=C
12385export LANGUAGE
12386
12387# CDPATH.
12388(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12389
12390
d0ac1c44
SM
12391# as_fn_error STATUS ERROR [LINENO LOG_FD]
12392# ----------------------------------------
81ecdfbb
RW
12393# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12394# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12395# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12396as_fn_error ()
12397{
d0ac1c44
SM
12398 as_status=$1; test $as_status -eq 0 && as_status=1
12399 if test "$4"; then
12400 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12401 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 12402 fi
d0ac1c44 12403 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12404 as_fn_exit $as_status
12405} # as_fn_error
12406
12407
12408# as_fn_set_status STATUS
12409# -----------------------
12410# Set $? to STATUS, without forking.
12411as_fn_set_status ()
12412{
12413 return $1
12414} # as_fn_set_status
12415
12416# as_fn_exit STATUS
12417# -----------------
12418# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12419as_fn_exit ()
12420{
12421 set +e
12422 as_fn_set_status $1
12423 exit $1
12424} # as_fn_exit
12425
12426# as_fn_unset VAR
12427# ---------------
12428# Portably unset VAR.
12429as_fn_unset ()
12430{
12431 { eval $1=; unset $1;}
12432}
12433as_unset=as_fn_unset
12434# as_fn_append VAR VALUE
12435# ----------------------
12436# Append the text in VALUE to the end of the definition contained in VAR. Take
12437# advantage of any shell optimizations that allow amortized linear growth over
12438# repeated appends, instead of the typical quadratic growth present in naive
12439# implementations.
12440if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12441 eval 'as_fn_append ()
12442 {
12443 eval $1+=\$2
12444 }'
12445else
12446 as_fn_append ()
12447 {
12448 eval $1=\$$1\$2
12449 }
12450fi # as_fn_append
12451
12452# as_fn_arith ARG...
12453# ------------------
12454# Perform arithmetic evaluation on the ARGs, and store the result in the
12455# global $as_val. Take advantage of shells that can avoid forks. The arguments
12456# must be portable across $(()) and expr.
12457if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12458 eval 'as_fn_arith ()
12459 {
12460 as_val=$(( $* ))
12461 }'
12462else
12463 as_fn_arith ()
12464 {
12465 as_val=`expr "$@" || test $? -eq 1`
12466 }
12467fi # as_fn_arith
12468
5d031c16 12469
81ecdfbb
RW
12470if expr a : '\(a\)' >/dev/null 2>&1 &&
12471 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
12472 as_expr=expr
12473else
12474 as_expr=false
12475fi
12476
81ecdfbb 12477if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
12478 as_basename=basename
12479else
12480 as_basename=false
12481fi
5d031c16 12482
81ecdfbb
RW
12483if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12484 as_dirname=dirname
12485else
12486 as_dirname=false
12487fi
5d031c16 12488
81ecdfbb 12489as_me=`$as_basename -- "$0" ||
b7026657
AC
12490$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12491 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12492 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12493$as_echo X/"$0" |
12494 sed '/^.*\/\([^/][^/]*\)\/*$/{
12495 s//\1/
12496 q
12497 }
12498 /^X\/\(\/\/\)$/{
12499 s//\1/
12500 q
12501 }
12502 /^X\/\(\/\).*/{
12503 s//\1/
12504 q
12505 }
12506 s/.*/./; q'`
5d031c16 12507
b7026657
AC
12508# Avoid depending upon Character Ranges.
12509as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12510as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12511as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12512as_cr_digits='0123456789'
12513as_cr_alnum=$as_cr_Letters$as_cr_digits
12514
81ecdfbb
RW
12515ECHO_C= ECHO_N= ECHO_T=
12516case `echo -n x` in #(((((
12517-n*)
12518 case `echo 'xy\c'` in
12519 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12520 xy) ECHO_C='\c';;
12521 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12522 ECHO_T=' ';;
12523 esac;;
12524*)
12525 ECHO_N='-n';;
b7026657
AC
12526esac
12527
81ecdfbb
RW
12528rm -f conf$$ conf$$.exe conf$$.file
12529if test -d conf$$.dir; then
12530 rm -f conf$$.dir/conf$$.file
b7026657 12531else
81ecdfbb
RW
12532 rm -f conf$$.dir
12533 mkdir conf$$.dir 2>/dev/null
b7026657 12534fi
81ecdfbb
RW
12535if (echo >conf$$.file) 2>/dev/null; then
12536 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 12537 as_ln_s='ln -s'
81ecdfbb
RW
12538 # ... but there are two gotchas:
12539 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12540 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12541 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12542 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12543 as_ln_s='cp -pR'
81ecdfbb
RW
12544 elif ln conf$$.file conf$$ 2>/dev/null; then
12545 as_ln_s=ln
12546 else
d0ac1c44 12547 as_ln_s='cp -pR'
5d031c16 12548 fi
b7026657 12549else
d0ac1c44 12550 as_ln_s='cp -pR'
b7026657 12551fi
81ecdfbb
RW
12552rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12553rmdir conf$$.dir 2>/dev/null
b7026657 12554
81ecdfbb
RW
12555
12556# as_fn_mkdir_p
12557# -------------
12558# Create "$as_dir" as a directory, including parents if necessary.
12559as_fn_mkdir_p ()
12560{
12561
12562 case $as_dir in #(
12563 -*) as_dir=./$as_dir;;
12564 esac
12565 test -d "$as_dir" || eval $as_mkdir_p || {
12566 as_dirs=
12567 while :; do
12568 case $as_dir in #(
12569 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12570 *) as_qdir=$as_dir;;
12571 esac
12572 as_dirs="'$as_qdir' $as_dirs"
12573 as_dir=`$as_dirname -- "$as_dir" ||
12574$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12575 X"$as_dir" : 'X\(//\)[^/]' \| \
12576 X"$as_dir" : 'X\(//\)$' \| \
12577 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12578$as_echo X"$as_dir" |
12579 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12580 s//\1/
12581 q
12582 }
12583 /^X\(\/\/\)[^/].*/{
12584 s//\1/
12585 q
12586 }
12587 /^X\(\/\/\)$/{
12588 s//\1/
12589 q
12590 }
12591 /^X\(\/\).*/{
12592 s//\1/
12593 q
12594 }
12595 s/.*/./; q'`
12596 test -d "$as_dir" && break
12597 done
12598 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12599 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
12600
12601
12602} # as_fn_mkdir_p
b7026657 12603if mkdir -p . 2>/dev/null; then
81ecdfbb 12604 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
12605else
12606 test -d ./-p && rmdir ./-p
12607 as_mkdir_p=false
12608fi
12609
d0ac1c44
SM
12610
12611# as_fn_executable_p FILE
12612# -----------------------
12613# Test if FILE is an executable regular file.
12614as_fn_executable_p ()
12615{
12616 test -f "$1" && test -x "$1"
12617} # as_fn_executable_p
12618as_test_x='test -x'
12619as_executable_p=as_fn_executable_p
b7026657
AC
12620
12621# Sed expression to map a string onto a valid CPP name.
12622as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12623
12624# Sed expression to map a string onto a valid variable name.
12625as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12626
12627
b7026657 12628exec 6>&1
81ecdfbb
RW
12629## ----------------------------------- ##
12630## Main body of $CONFIG_STATUS script. ##
12631## ----------------------------------- ##
12632_ASEOF
12633test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12634
12635cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12636# Save the log message, to keep $0 and so on meaningful, and to
b7026657 12637# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12638# values after options handling.
12639ac_log="
b7026657 12640This file was extended by $as_me, which was
d0ac1c44 12641generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
12642
12643 CONFIG_FILES = $CONFIG_FILES
12644 CONFIG_HEADERS = $CONFIG_HEADERS
12645 CONFIG_LINKS = $CONFIG_LINKS
12646 CONFIG_COMMANDS = $CONFIG_COMMANDS
12647 $ $0 $@
12648
81ecdfbb
RW
12649on `(hostname || uname -n) 2>/dev/null | sed 1q`
12650"
12651
b7026657
AC
12652_ACEOF
12653
81ecdfbb
RW
12654case $ac_config_files in *"
12655"*) set x $ac_config_files; shift; ac_config_files=$*;;
12656esac
b7026657 12657
81ecdfbb
RW
12658case $ac_config_headers in *"
12659"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12660esac
b7026657 12661
b7026657 12662
81ecdfbb
RW
12663cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12664# Files that config.status was made for.
12665config_files="$ac_config_files"
12666config_headers="$ac_config_headers"
81ecdfbb 12667config_commands="$ac_config_commands"
b7026657 12668
81ecdfbb 12669_ACEOF
b7026657 12670
81ecdfbb 12671cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 12672ac_cs_usage="\
81ecdfbb
RW
12673\`$as_me' instantiates files and other configuration actions
12674from templates according to the current configuration. Unless the files
12675and actions are specified as TAGs, all are instantiated by default.
b7026657 12676
81ecdfbb 12677Usage: $0 [OPTION]... [TAG]...
b7026657
AC
12678
12679 -h, --help print this help, then exit
81ecdfbb 12680 -V, --version print version number and configuration settings, then exit
d0ac1c44 12681 --config print configuration, then exit
81ecdfbb
RW
12682 -q, --quiet, --silent
12683 do not print progress messages
b7026657
AC
12684 -d, --debug don't remove temporary files
12685 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12686 --file=FILE[:TEMPLATE]
12687 instantiate the configuration file FILE
12688 --header=FILE[:TEMPLATE]
12689 instantiate the configuration header FILE
b7026657
AC
12690
12691Configuration files:
12692$config_files
12693
12694Configuration headers:
12695$config_headers
12696
b7026657
AC
12697Configuration commands:
12698$config_commands
12699
81ecdfbb 12700Report bugs to the package provider."
b7026657 12701
81ecdfbb
RW
12702_ACEOF
12703cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12704ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
12705ac_cs_version="\\
12706config.status
d0ac1c44
SM
12707configured by $0, generated by GNU Autoconf 2.69,
12708 with options \\"\$ac_cs_config\\"
b7026657 12709
d0ac1c44 12710Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
12711This config.status script is free software; the Free Software Foundation
12712gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12713
12714ac_pwd='$ac_pwd'
12715srcdir='$srcdir'
12716INSTALL='$INSTALL'
6bb11ab3 12717AWK='$AWK'
81ecdfbb 12718test -n "\$AWK" || AWK=awk
b7026657
AC
12719_ACEOF
12720
81ecdfbb
RW
12721cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12722# The default lists apply if the user does not specify any file.
b7026657
AC
12723ac_need_defaults=:
12724while test $# != 0
12725do
12726 case $1 in
d0ac1c44 12727 --*=?*)
81ecdfbb
RW
12728 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12729 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657
AC
12730 ac_shift=:
12731 ;;
d0ac1c44
SM
12732 --*=)
12733 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12734 ac_optarg=
12735 ac_shift=:
12736 ;;
81ecdfbb 12737 *)
b7026657
AC
12738 ac_option=$1
12739 ac_optarg=$2
12740 ac_shift=shift
12741 ;;
b7026657
AC
12742 esac
12743
12744 case $ac_option in
12745 # Handling of the options.
b7026657
AC
12746 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12747 ac_cs_recheck=: ;;
81ecdfbb
RW
12748 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12749 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12750 --config | --confi | --conf | --con | --co | --c )
12751 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12752 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
12753 debug=: ;;
12754 --file | --fil | --fi | --f )
12755 $ac_shift
81ecdfbb
RW
12756 case $ac_optarg in
12757 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12758 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12759 esac
12760 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
12761 ac_need_defaults=false;;
12762 --header | --heade | --head | --hea )
12763 $ac_shift
81ecdfbb
RW
12764 case $ac_optarg in
12765 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12766 esac
12767 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 12768 ac_need_defaults=false;;
81ecdfbb
RW
12769 --he | --h)
12770 # Conflict between --help and --header
d0ac1c44 12771 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12772Try \`$0 --help' for more information.";;
12773 --help | --hel | -h )
12774 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
12775 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12776 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12777 ac_cs_silent=: ;;
12778
12779 # This is an error.
d0ac1c44 12780 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12781Try \`$0 --help' for more information." ;;
b7026657 12782
81ecdfbb
RW
12783 *) as_fn_append ac_config_targets " $1"
12784 ac_need_defaults=false ;;
b7026657
AC
12785
12786 esac
12787 shift
5d031c16 12788done
b7026657
AC
12789
12790ac_configure_extra_args=
12791
12792if $ac_cs_silent; then
12793 exec 6>/dev/null
12794 ac_configure_extra_args="$ac_configure_extra_args --silent"
12795fi
12796
12797_ACEOF
81ecdfbb 12798cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 12799if \$ac_cs_recheck; then
d0ac1c44 12800 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12801 shift
12802 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12803 CONFIG_SHELL='$SHELL'
12804 export CONFIG_SHELL
12805 exec "\$@"
5d031c16 12806fi
5d031c16 12807
b7026657 12808_ACEOF
81ecdfbb
RW
12809cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12810exec 5>>config.log
12811{
12812 echo
12813 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12814## Running $as_me. ##
12815_ASBOX
12816 $as_echo "$ac_log"
12817} >&5
5d031c16 12818
81ecdfbb
RW
12819_ACEOF
12820cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12821#
12822# INIT-COMMANDS
12823#
12824ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12825
6bb11ab3
L
12826
12827# The HP-UX ksh and POSIX shell print the target directory to stdout
12828# if CDPATH is set.
12829(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12830
12831sed_quote_subst='$sed_quote_subst'
12832double_quote_subst='$double_quote_subst'
12833delay_variable_subst='$delay_variable_subst'
12834macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12835macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12836enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12837enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12838pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12839enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12840SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12841ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12842host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12843host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12844host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12845build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12846build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12847build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12848SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12849Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12850GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12851EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12852FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12853LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12854NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12855LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12856max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12857ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12858exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12859lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12860lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12861lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12862reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12863reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12864OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12865deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12866file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12867AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12868AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12869STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12870RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12871old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12872old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12873old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12874lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12875CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12876CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12877compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12878GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12879lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12880lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12881lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12882lt_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"`'
12883objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12884MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12885lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12886lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12887lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12888lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12889lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12890need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12891DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12892NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12893LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12894OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12895OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12896libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12897shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12898extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12899archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12900enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12901export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12902whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12903compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12904old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12905old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12906archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12907archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12908module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12909module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12910with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12911allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12912no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12913hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12914hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12915hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12916hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12917hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12918hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12919hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12920hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12921inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12922link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12923fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12924always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12925export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12926exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12927include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12928prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12929file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12930variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12931need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12932need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12933version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12934runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12935shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12936shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12937libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12938library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12939soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12940install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12941postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12942postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12943finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12944finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12945hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12946sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12947sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12948hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12949enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12950enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12951enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12952old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12953striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12954
12955LTCC='$LTCC'
12956LTCFLAGS='$LTCFLAGS'
12957compiler='$compiler_DEFAULT'
12958
12959# A function that is used when there is no print builtin or printf.
12960func_fallback_echo ()
12961{
12962 eval 'cat <<_LTECHO_EOF
12963\$1
12964_LTECHO_EOF'
12965}
12966
12967# Quote evaled strings.
12968for var in SHELL \
12969ECHO \
12970SED \
12971GREP \
12972EGREP \
12973FGREP \
12974LD \
12975NM \
12976LN_S \
12977lt_SP2NL \
12978lt_NL2SP \
12979reload_flag \
12980OBJDUMP \
12981deplibs_check_method \
12982file_magic_cmd \
12983AR \
12984AR_FLAGS \
12985STRIP \
12986RANLIB \
12987CC \
12988CFLAGS \
12989compiler \
12990lt_cv_sys_global_symbol_pipe \
12991lt_cv_sys_global_symbol_to_cdecl \
12992lt_cv_sys_global_symbol_to_c_name_address \
12993lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12994lt_prog_compiler_no_builtin_flag \
12995lt_prog_compiler_wl \
12996lt_prog_compiler_pic \
12997lt_prog_compiler_static \
12998lt_cv_prog_compiler_c_o \
12999need_locks \
13000DSYMUTIL \
13001NMEDIT \
13002LIPO \
13003OTOOL \
13004OTOOL64 \
13005shrext_cmds \
13006export_dynamic_flag_spec \
13007whole_archive_flag_spec \
13008compiler_needs_object \
13009with_gnu_ld \
13010allow_undefined_flag \
13011no_undefined_flag \
13012hardcode_libdir_flag_spec \
13013hardcode_libdir_flag_spec_ld \
13014hardcode_libdir_separator \
13015fix_srcfile_path \
13016exclude_expsyms \
13017include_expsyms \
13018file_list_spec \
13019variables_saved_for_relink \
13020libname_spec \
13021library_names_spec \
13022soname_spec \
13023install_override_mode \
13024finish_eval \
13025old_striplib \
13026striplib; do
13027 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13028 *[\\\\\\\`\\"\\\$]*)
13029 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13030 ;;
13031 *)
13032 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13033 ;;
13034 esac
13035done
13036
13037# Double-quote double-evaled strings.
13038for var in reload_cmds \
13039old_postinstall_cmds \
13040old_postuninstall_cmds \
13041old_archive_cmds \
13042extract_expsyms_cmds \
13043old_archive_from_new_cmds \
13044old_archive_from_expsyms_cmds \
13045archive_cmds \
13046archive_expsym_cmds \
13047module_cmds \
13048module_expsym_cmds \
13049export_symbols_cmds \
13050prelink_cmds \
13051postinstall_cmds \
13052postuninstall_cmds \
13053finish_cmds \
13054sys_lib_search_path_spec \
13055sys_lib_dlsearch_path_spec; do
13056 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13057 *[\\\\\\\`\\"\\\$]*)
13058 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13059 ;;
13060 *)
13061 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13062 ;;
13063 esac
13064done
13065
13066ac_aux_dir='$ac_aux_dir'
13067xsi_shell='$xsi_shell'
13068lt_shell_append='$lt_shell_append'
13069
13070# See if we are running on zsh, and set the options which allow our
13071# commands through without removal of \ escapes INIT.
13072if test -n "\${ZSH_VERSION+set}" ; then
13073 setopt NO_GLOB_SUBST
13074fi
13075
13076
13077 PACKAGE='$PACKAGE'
13078 VERSION='$VERSION'
13079 TIMESTAMP='$TIMESTAMP'
13080 RM='$RM'
13081 ofile='$ofile'
13082
13083
13084
13085
81ecdfbb 13086_ACEOF
b7026657 13087
81ecdfbb 13088cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 13089
81ecdfbb 13090# Handling of arguments.
b7026657
AC
13091for ac_config_target in $ac_config_targets
13092do
81ecdfbb
RW
13093 case $ac_config_target in
13094 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13095 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13096 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13097 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13098 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13099 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13100 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13101 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13102
d0ac1c44 13103 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5d031c16 13104 esac
b7026657 13105done
5d031c16 13106
81ecdfbb 13107
b7026657
AC
13108# If the user did not use the arguments to specify the items to instantiate,
13109# then the envvar interface is used. Set only those that are not.
13110# We use the long form for the default assignment because of an extremely
13111# bizarre bug on SunOS 4.1.3.
13112if $ac_need_defaults; then
13113 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13114 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
13115 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13116fi
13117
13118# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13119# simply because there is no reason against having it here, and in addition,
b7026657 13120# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13121# Hook for its removal unless debugging.
13122# Note that there is a small window in which the directory will not be cleaned:
13123# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
13124$debug ||
13125{
d0ac1c44 13126 tmp= ac_tmp=
81ecdfbb 13127 trap 'exit_status=$?
d0ac1c44
SM
13128 : "${ac_tmp:=$tmp}"
13129 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
13130' 0
13131 trap 'as_fn_exit 1' 1 2 13 15
b7026657 13132}
b7026657
AC
13133# Create a (secure) tmp directory for tmp files.
13134
13135{
81ecdfbb 13136 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13137 test -d "$tmp"
b7026657
AC
13138} ||
13139{
81ecdfbb
RW
13140 tmp=./conf$$-$RANDOM
13141 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13142} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13143ac_tmp=$tmp
b7026657 13144
81ecdfbb
RW
13145# Set up the scripts for CONFIG_FILES section.
13146# No need to generate them if there are no CONFIG_FILES.
13147# This happens for instance with `./config.status config.h'.
13148if test -n "$CONFIG_FILES"; then
b7026657 13149
b7026657 13150
81ecdfbb
RW
13151ac_cr=`echo X | tr X '\015'`
13152# On cygwin, bash can eat \r inside `` if the user requested igncr.
13153# But we know of no other shell where ac_cr would be empty at this
13154# point, so we can use a bashism as a fallback.
13155if test "x$ac_cr" = x; then
13156 eval ac_cr=\$\'\\r\'
13157fi
13158ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13159if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13160 ac_cs_awk_cr='\\r'
81ecdfbb
RW
13161else
13162 ac_cs_awk_cr=$ac_cr
13163fi
b7026657 13164
d0ac1c44 13165echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
13166_ACEOF
13167
5d031c16 13168
81ecdfbb
RW
13169{
13170 echo "cat >conf$$subs.awk <<_ACEOF" &&
13171 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13172 echo "_ACEOF"
13173} >conf$$subs.sh ||
d0ac1c44
SM
13174 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13175ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
13176ac_delim='%!_!# '
13177for ac_last_try in false false false false false :; do
13178 . ./conf$$subs.sh ||
d0ac1c44 13179 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13180
13181 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13182 if test $ac_delim_n = $ac_delim_num; then
13183 break
13184 elif $ac_last_try; then
d0ac1c44 13185 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
b7026657 13186 else
81ecdfbb
RW
13187 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13188 fi
13189done
13190rm -f conf$$subs.sh
13191
13192cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13193cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
13194_ACEOF
13195sed -n '
13196h
13197s/^/S["/; s/!.*/"]=/
13198p
13199g
13200s/^[^!]*!//
13201:repl
13202t repl
13203s/'"$ac_delim"'$//
13204t delim
13205:nl
13206h
d0ac1c44 13207s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13208t more1
13209s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13210p
13211n
13212b repl
13213:more1
13214s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13215p
13216g
13217s/.\{148\}//
13218t nl
13219:delim
13220h
d0ac1c44 13221s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13222t more2
13223s/["\\]/\\&/g; s/^/"/; s/$/"/
13224p
13225b
13226:more2
13227s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13228p
13229g
13230s/.\{148\}//
13231t delim
13232' <conf$$subs.awk | sed '
13233/^[^""]/{
13234 N
13235 s/\n//
13236}
13237' >>$CONFIG_STATUS || ac_write_fail=1
13238rm -f conf$$subs.awk
13239cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13240_ACAWK
d0ac1c44 13241cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
13242 for (key in S) S_is_set[key] = 1
13243 FS = "\a"
5d031c16 13244
81ecdfbb
RW
13245}
13246{
13247 line = $ 0
13248 nfields = split(line, field, "@")
13249 substed = 0
13250 len = length(field[1])
13251 for (i = 2; i < nfields; i++) {
13252 key = field[i]
13253 keylen = length(key)
13254 if (S_is_set[key]) {
13255 value = S[key]
13256 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13257 len += length(value) + length(field[++i])
13258 substed = 1
13259 } else
13260 len += 1 + keylen
13261 }
13262
13263 print line
13264}
b7026657 13265
81ecdfbb
RW
13266_ACAWK
13267_ACEOF
13268cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13269if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13270 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 13271else
81ecdfbb 13272 cat
d0ac1c44
SM
13273fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13274 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 13275_ACEOF
b7026657 13276
d0ac1c44
SM
13277# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13278# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
13279# trailing colons and then remove the whole line if VPATH becomes empty
13280# (actually we leave an empty line to preserve line numbers).
13281if test "x$srcdir" = x.; then
d0ac1c44
SM
13282 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13283h
13284s///
13285s/^/:/
13286s/[ ]*$/:/
13287s/:\$(srcdir):/:/g
13288s/:\${srcdir}:/:/g
13289s/:@srcdir@:/:/g
13290s/^:*//
81ecdfbb 13291s/:*$//
d0ac1c44
SM
13292x
13293s/\(=[ ]*\).*/\1/
13294G
13295s/\n//
81ecdfbb
RW
13296s/^[^=]*=[ ]*$//
13297}'
13298fi
b7026657 13299
81ecdfbb
RW
13300cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13301fi # test -n "$CONFIG_FILES"
b7026657 13302
81ecdfbb
RW
13303# Set up the scripts for CONFIG_HEADERS section.
13304# No need to generate them if there are no CONFIG_HEADERS.
13305# This happens for instance with `./config.status Makefile'.
13306if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13307cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
13308BEGIN {
13309_ACEOF
b7026657 13310
81ecdfbb
RW
13311# Transform confdefs.h into an awk script `defines.awk', embedded as
13312# here-document in config.status, that substitutes the proper values into
13313# config.h.in to produce config.h.
5d031c16 13314
81ecdfbb
RW
13315# Create a delimiter string that does not exist in confdefs.h, to ease
13316# handling of long lines.
13317ac_delim='%!_!# '
13318for ac_last_try in false false :; do
d0ac1c44
SM
13319 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13320 if test -z "$ac_tt"; then
81ecdfbb
RW
13321 break
13322 elif $ac_last_try; then
d0ac1c44 13323 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 13324 else
81ecdfbb 13325 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 13326 fi
b7026657 13327done
81ecdfbb
RW
13328
13329# For the awk script, D is an array of macro values keyed by name,
13330# likewise P contains macro parameters if any. Preserve backslash
13331# newline sequences.
13332
13333ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13334sed -n '
13335s/.\{148\}/&'"$ac_delim"'/g
13336t rset
13337:rset
13338s/^[ ]*#[ ]*define[ ][ ]*/ /
13339t def
13340d
13341:def
13342s/\\$//
13343t bsnl
13344s/["\\]/\\&/g
13345s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13346D["\1"]=" \3"/p
13347s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13348d
13349:bsnl
13350s/["\\]/\\&/g
13351s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13352D["\1"]=" \3\\\\\\n"\\/p
13353t cont
13354s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13355t cont
13356d
13357:cont
13358n
13359s/.\{148\}/&'"$ac_delim"'/g
13360t clear
13361:clear
13362s/\\$//
13363t bsnlc
13364s/["\\]/\\&/g; s/^/"/; s/$/"/p
13365d
13366:bsnlc
13367s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13368b cont
13369' <confdefs.h | sed '
13370s/'"$ac_delim"'/"\\\
13371"/g' >>$CONFIG_STATUS || ac_write_fail=1
13372
13373cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13374 for (key in D) D_is_set[key] = 1
13375 FS = "\a"
13376}
13377/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13378 line = \$ 0
13379 split(line, arg, " ")
13380 if (arg[1] == "#") {
13381 defundef = arg[2]
13382 mac1 = arg[3]
13383 } else {
13384 defundef = substr(arg[1], 2)
13385 mac1 = arg[2]
13386 }
13387 split(mac1, mac2, "(") #)
13388 macro = mac2[1]
13389 prefix = substr(line, 1, index(line, defundef) - 1)
13390 if (D_is_set[macro]) {
13391 # Preserve the white space surrounding the "#".
13392 print prefix "define", macro P[macro] D[macro]
13393 next
13394 } else {
13395 # Replace #undef with comments. This is necessary, for example,
13396 # in the case of _POSIX_SOURCE, which is predefined and required
13397 # on some systems where configure will not decide to define it.
13398 if (defundef == "undef") {
13399 print "/*", prefix defundef, macro, "*/"
13400 next
13401 }
13402 }
13403}
13404{ print }
13405_ACAWK
b7026657 13406_ACEOF
81ecdfbb 13407cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13408 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13409fi # test -n "$CONFIG_HEADERS"
b7026657 13410
5d031c16 13411
99d8e879 13412eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13413shift
13414for ac_tag
13415do
13416 case $ac_tag in
13417 :[FHLC]) ac_mode=$ac_tag; continue;;
5d031c16 13418 esac
81ecdfbb
RW
13419 case $ac_mode$ac_tag in
13420 :[FHL]*:*);;
d0ac1c44 13421 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13422 :[FH]-) ac_tag=-:-;;
13423 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13424 esac
13425 ac_save_IFS=$IFS
13426 IFS=:
13427 set x $ac_tag
13428 IFS=$ac_save_IFS
13429 shift
13430 ac_file=$1
13431 shift
5d031c16 13432
81ecdfbb
RW
13433 case $ac_mode in
13434 :L) ac_source=$1;;
13435 :[FH])
13436 ac_file_inputs=
13437 for ac_f
13438 do
13439 case $ac_f in
d0ac1c44 13440 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13441 *) # Look for the file first in the build tree, then in the source tree
13442 # (if the path is not absolute). The absolute path cannot be DOS-style,
13443 # because $ac_f cannot contain `:'.
13444 test -f "$ac_f" ||
13445 case $ac_f in
13446 [\\/$]*) false;;
13447 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13448 esac ||
d0ac1c44 13449 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 13450 esac
81ecdfbb
RW
13451 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13452 as_fn_append ac_file_inputs " '$ac_f'"
13453 done
b7026657 13454
81ecdfbb
RW
13455 # Let's still pretend it is `configure' which instantiates (i.e., don't
13456 # use $as_me), people would be surprised to read:
13457 # /* config.h. Generated by config.status. */
13458 configure_input='Generated from '`
13459 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13460 `' by configure.'
13461 if test x"$ac_file" != x-; then
13462 configure_input="$ac_file. $configure_input"
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13464$as_echo "$as_me: creating $ac_file" >&6;}
13465 fi
13466 # Neutralize special characters interpreted by sed in replacement strings.
13467 case $configure_input in #(
13468 *\&* | *\|* | *\\* )
13469 ac_sed_conf_input=`$as_echo "$configure_input" |
13470 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13471 *) ac_sed_conf_input=$configure_input;;
13472 esac
b7026657 13473
81ecdfbb 13474 case $ac_tag in
d0ac1c44
SM
13475 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13476 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13477 esac
13478 ;;
13479 esac
b7026657 13480
81ecdfbb 13481 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
13482$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13483 X"$ac_file" : 'X\(//\)[^/]' \| \
13484 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13485 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13486$as_echo X"$ac_file" |
13487 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13488 s//\1/
13489 q
13490 }
13491 /^X\(\/\/\)[^/].*/{
13492 s//\1/
13493 q
13494 }
13495 /^X\(\/\/\)$/{
13496 s//\1/
13497 q
13498 }
13499 /^X\(\/\).*/{
13500 s//\1/
13501 q
13502 }
13503 s/.*/./; q'`
13504 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
13505 ac_builddir=.
13506
81ecdfbb
RW
13507case "$ac_dir" in
13508.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13509*)
13510 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13511 # A ".." for each directory in $ac_dir_suffix.
13512 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13513 case $ac_top_builddir_sub in
13514 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13515 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13516 esac ;;
13517esac
13518ac_abs_top_builddir=$ac_pwd
13519ac_abs_builddir=$ac_pwd$ac_dir_suffix
13520# for backward compatibility:
13521ac_top_builddir=$ac_top_build_prefix
b7026657
AC
13522
13523case $srcdir in
81ecdfbb 13524 .) # We are building in place.
b7026657 13525 ac_srcdir=.
81ecdfbb
RW
13526 ac_top_srcdir=$ac_top_builddir_sub
13527 ac_abs_top_srcdir=$ac_pwd ;;
13528 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 13529 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13530 ac_top_srcdir=$srcdir
13531 ac_abs_top_srcdir=$srcdir ;;
13532 *) # Relative name.
13533 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13534 ac_top_srcdir=$ac_top_build_prefix$srcdir
13535 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 13536esac
81ecdfbb 13537ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 13538
5d031c16 13539
81ecdfbb
RW
13540 case $ac_mode in
13541 :F)
13542 #
13543 # CONFIG_FILE
13544 #
b7026657 13545
81ecdfbb
RW
13546 case $INSTALL in
13547 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13548 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
5d031c16 13549 esac
81ecdfbb 13550_ACEOF
5d031c16 13551
81ecdfbb
RW
13552cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13553# If the template does not know about datarootdir, expand it.
13554# FIXME: This hack should be removed a few years after 2.60.
13555ac_datarootdir_hack=; ac_datarootdir_seen=
13556ac_sed_dataroot='
13557/datarootdir/ {
13558 p
13559 q
13560}
13561/@datadir@/p
13562/@docdir@/p
13563/@infodir@/p
13564/@localedir@/p
13565/@mandir@/p'
13566case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13567*datarootdir*) ac_datarootdir_seen=yes;;
13568*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13570$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13571_ACEOF
13572cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13573 ac_datarootdir_hack='
13574 s&@datadir@&$datadir&g
13575 s&@docdir@&$docdir&g
13576 s&@infodir@&$infodir&g
13577 s&@localedir@&$localedir&g
13578 s&@mandir@&$mandir&g
13579 s&\\\${datarootdir}&$datarootdir&g' ;;
13580esac
b7026657 13581_ACEOF
b7026657 13582
81ecdfbb
RW
13583# Neutralize VPATH when `$srcdir' = `.'.
13584# Shell code in configure.ac might set extrasub.
13585# FIXME: do we really want to maintain this feature?
13586cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13587ac_sed_extra="$ac_vpsub
13588$extrasub
13589_ACEOF
13590cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13591:t
13592/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13593s|@configure_input@|$ac_sed_conf_input|;t t
13594s&@top_builddir@&$ac_top_builddir_sub&;t t
13595s&@top_build_prefix@&$ac_top_build_prefix&;t t
13596s&@srcdir@&$ac_srcdir&;t t
13597s&@abs_srcdir@&$ac_abs_srcdir&;t t
13598s&@top_srcdir@&$ac_top_srcdir&;t t
13599s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13600s&@builddir@&$ac_builddir&;t t
13601s&@abs_builddir@&$ac_abs_builddir&;t t
13602s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13603s&@INSTALL@&$ac_INSTALL&;t t
13604$ac_datarootdir_hack
13605"
d0ac1c44
SM
13606eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13607 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13608
13609test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13610 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13611 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13612 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13613 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13614which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13615$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13616which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13617
d0ac1c44 13618 rm -f "$ac_tmp/stdin"
81ecdfbb 13619 case $ac_file in
d0ac1c44
SM
13620 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13621 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13622 esac \
d0ac1c44 13623 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13624 ;;
13625 :H)
13626 #
13627 # CONFIG_HEADER
13628 #
13629 if test x"$ac_file" != x-; then
13630 {
13631 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13632 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13633 } >"$ac_tmp/config.h" \
13634 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13635 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13636 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13637$as_echo "$as_me: $ac_file is unchanged" >&6;}
13638 else
13639 rm -f "$ac_file"
d0ac1c44
SM
13640 mv "$ac_tmp/config.h" "$ac_file" \
13641 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13642 fi
b7026657 13643 else
81ecdfbb 13644 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13645 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13646 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13647 fi
13648 ;;
b7026657 13649
81ecdfbb
RW
13650 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13651$as_echo "$as_me: executing $ac_file commands" >&6;}
13652 ;;
13653 esac
b7026657
AC
13654
13655
81ecdfbb 13656 case $ac_file$ac_mode in
db2e4d67 13657 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13658 "libtool":C)
13659
13660 # See if we are running on zsh, and set the options which allow our
13661 # commands through without removal of \ escapes.
13662 if test -n "${ZSH_VERSION+set}" ; then
13663 setopt NO_GLOB_SUBST
13664 fi
13665
13666 cfgfile="${ofile}T"
13667 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13668 $RM "$cfgfile"
13669
13670 cat <<_LT_EOF >> "$cfgfile"
13671#! $SHELL
13672
13673# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13674# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13675# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13676# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13677#
13678# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13679# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13680# Written by Gordon Matzigkeit, 1996
13681#
13682# This file is part of GNU Libtool.
13683#
13684# GNU Libtool is free software; you can redistribute it and/or
13685# modify it under the terms of the GNU General Public License as
13686# published by the Free Software Foundation; either version 2 of
13687# the License, or (at your option) any later version.
13688#
13689# As a special exception to the GNU General Public License,
13690# if you distribute this file as part of a program or library that
13691# is built using GNU Libtool, you may include this file under the
13692# same distribution terms that you use for the rest of that program.
13693#
13694# GNU Libtool is distributed in the hope that it will be useful,
13695# but WITHOUT ANY WARRANTY; without even the implied warranty of
13696# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13697# GNU General Public License for more details.
13698#
13699# You should have received a copy of the GNU General Public License
13700# along with GNU Libtool; see the file COPYING. If not, a copy
13701# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13702# obtained by writing to the Free Software Foundation, Inc.,
13703# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13704
13705
13706# The names of the tagged configurations supported by this script.
13707available_tags=""
13708
13709# ### BEGIN LIBTOOL CONFIG
13710
13711# Which release of libtool.m4 was used?
13712macro_version=$macro_version
13713macro_revision=$macro_revision
13714
13715# Whether or not to build shared libraries.
13716build_libtool_libs=$enable_shared
13717
13718# Whether or not to build static libraries.
13719build_old_libs=$enable_static
13720
13721# What type of objects to build.
13722pic_mode=$pic_mode
13723
13724# Whether or not to optimize for fast installation.
13725fast_install=$enable_fast_install
13726
13727# Shell to use when invoking shell scripts.
13728SHELL=$lt_SHELL
13729
13730# An echo program that protects backslashes.
13731ECHO=$lt_ECHO
13732
13733# The host system.
13734host_alias=$host_alias
13735host=$host
13736host_os=$host_os
13737
13738# The build system.
13739build_alias=$build_alias
13740build=$build
13741build_os=$build_os
13742
13743# A sed program that does not truncate output.
13744SED=$lt_SED
13745
13746# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13747Xsed="\$SED -e 1s/^X//"
13748
13749# A grep program that handles long lines.
13750GREP=$lt_GREP
13751
13752# An ERE matcher.
13753EGREP=$lt_EGREP
13754
13755# A literal string matcher.
13756FGREP=$lt_FGREP
13757
13758# A BSD- or MS-compatible name lister.
13759NM=$lt_NM
13760
13761# Whether we need soft or hard links.
13762LN_S=$lt_LN_S
13763
13764# What is the maximum length of a command?
13765max_cmd_len=$max_cmd_len
13766
13767# Object file suffix (normally "o").
13768objext=$ac_objext
13769
13770# Executable file suffix (normally "").
13771exeext=$exeext
13772
13773# whether the shell understands "unset".
13774lt_unset=$lt_unset
13775
13776# turn spaces into newlines.
13777SP2NL=$lt_lt_SP2NL
13778
13779# turn newlines into spaces.
13780NL2SP=$lt_lt_NL2SP
13781
13782# An object symbol dumper.
13783OBJDUMP=$lt_OBJDUMP
13784
13785# Method to check whether dependent libraries are shared objects.
13786deplibs_check_method=$lt_deplibs_check_method
13787
13788# Command to use when deplibs_check_method == "file_magic".
13789file_magic_cmd=$lt_file_magic_cmd
13790
13791# The archiver.
13792AR=$lt_AR
13793AR_FLAGS=$lt_AR_FLAGS
13794
13795# A symbol stripping program.
13796STRIP=$lt_STRIP
13797
13798# Commands used to install an old-style archive.
13799RANLIB=$lt_RANLIB
13800old_postinstall_cmds=$lt_old_postinstall_cmds
13801old_postuninstall_cmds=$lt_old_postuninstall_cmds
13802
13803# Whether to use a lock for old archive extraction.
13804lock_old_archive_extraction=$lock_old_archive_extraction
13805
13806# A C compiler.
13807LTCC=$lt_CC
13808
13809# LTCC compiler flags.
13810LTCFLAGS=$lt_CFLAGS
13811
13812# Take the output of nm and produce a listing of raw symbols and C names.
13813global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13814
13815# Transform the output of nm in a proper C declaration.
13816global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13817
13818# Transform the output of nm in a C name address pair.
13819global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13820
13821# Transform the output of nm in a C name address pair when lib prefix is needed.
13822global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13823
13824# The name of the directory that contains temporary libtool files.
13825objdir=$objdir
13826
13827# Used to examine libraries when file_magic_cmd begins with "file".
13828MAGIC_CMD=$MAGIC_CMD
13829
13830# Must we lock files when doing compilation?
13831need_locks=$lt_need_locks
13832
13833# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13834DSYMUTIL=$lt_DSYMUTIL
13835
13836# Tool to change global to local symbols on Mac OS X.
13837NMEDIT=$lt_NMEDIT
13838
13839# Tool to manipulate fat objects and archives on Mac OS X.
13840LIPO=$lt_LIPO
13841
13842# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13843OTOOL=$lt_OTOOL
13844
13845# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13846OTOOL64=$lt_OTOOL64
13847
13848# Old archive suffix (normally "a").
13849libext=$libext
13850
13851# Shared library suffix (normally ".so").
13852shrext_cmds=$lt_shrext_cmds
13853
13854# The commands to extract the exported symbol list from a shared archive.
13855extract_expsyms_cmds=$lt_extract_expsyms_cmds
13856
13857# Variables whose values should be saved in libtool wrapper scripts and
13858# restored at link time.
13859variables_saved_for_relink=$lt_variables_saved_for_relink
13860
13861# Do we need the "lib" prefix for modules?
13862need_lib_prefix=$need_lib_prefix
13863
13864# Do we need a version for libraries?
13865need_version=$need_version
13866
13867# Library versioning type.
13868version_type=$version_type
13869
13870# Shared library runtime path variable.
13871runpath_var=$runpath_var
13872
13873# Shared library path variable.
13874shlibpath_var=$shlibpath_var
13875
13876# Is shlibpath searched before the hard-coded library search path?
13877shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13878
13879# Format of library name prefix.
13880libname_spec=$lt_libname_spec
13881
13882# List of archive names. First name is the real one, the rest are links.
13883# The last name is the one that the linker finds with -lNAME
13884library_names_spec=$lt_library_names_spec
13885
13886# The coded name of the library, if different from the real name.
13887soname_spec=$lt_soname_spec
13888
13889# Permission mode override for installation of shared libraries.
13890install_override_mode=$lt_install_override_mode
13891
13892# Command to use after installation of a shared archive.
13893postinstall_cmds=$lt_postinstall_cmds
13894
13895# Command to use after uninstallation of a shared archive.
13896postuninstall_cmds=$lt_postuninstall_cmds
13897
13898# Commands used to finish a libtool library installation in a directory.
13899finish_cmds=$lt_finish_cmds
13900
13901# As "finish_cmds", except a single script fragment to be evaled but
13902# not shown.
13903finish_eval=$lt_finish_eval
13904
13905# Whether we should hardcode library paths into libraries.
13906hardcode_into_libs=$hardcode_into_libs
13907
13908# Compile-time system search path for libraries.
13909sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13910
13911# Run-time system search path for libraries.
13912sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13913
13914# Whether dlopen is supported.
13915dlopen_support=$enable_dlopen
13916
13917# Whether dlopen of programs is supported.
13918dlopen_self=$enable_dlopen_self
13919
13920# Whether dlopen of statically linked programs is supported.
13921dlopen_self_static=$enable_dlopen_self_static
13922
13923# Commands to strip libraries.
13924old_striplib=$lt_old_striplib
13925striplib=$lt_striplib
13926
13927
13928# The linker used to build libraries.
13929LD=$lt_LD
13930
13931# How to create reloadable object files.
13932reload_flag=$lt_reload_flag
13933reload_cmds=$lt_reload_cmds
13934
13935# Commands used to build an old-style archive.
13936old_archive_cmds=$lt_old_archive_cmds
13937
13938# A language specific compiler.
13939CC=$lt_compiler
13940
13941# Is the compiler the GNU compiler?
13942with_gcc=$GCC
13943
13944# Compiler flag to turn off builtin functions.
13945no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13946
13947# How to pass a linker flag through the compiler.
13948wl=$lt_lt_prog_compiler_wl
13949
13950# Additional compiler flags for building library objects.
13951pic_flag=$lt_lt_prog_compiler_pic
13952
13953# Compiler flag to prevent dynamic linking.
13954link_static_flag=$lt_lt_prog_compiler_static
13955
13956# Does compiler simultaneously support -c and -o options?
13957compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13958
13959# Whether or not to add -lc for building shared libraries.
13960build_libtool_need_lc=$archive_cmds_need_lc
13961
13962# Whether or not to disallow shared libs when runtime libs are static.
13963allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13964
13965# Compiler flag to allow reflexive dlopens.
13966export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13967
13968# Compiler flag to generate shared objects directly from archives.
13969whole_archive_flag_spec=$lt_whole_archive_flag_spec
13970
13971# Whether the compiler copes with passing no objects directly.
13972compiler_needs_object=$lt_compiler_needs_object
13973
13974# Create an old-style archive from a shared archive.
13975old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13976
13977# Create a temporary old-style archive to link instead of a shared archive.
13978old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13979
13980# Commands used to build a shared archive.
13981archive_cmds=$lt_archive_cmds
13982archive_expsym_cmds=$lt_archive_expsym_cmds
13983
13984# Commands used to build a loadable module if different from building
13985# a shared archive.
13986module_cmds=$lt_module_cmds
13987module_expsym_cmds=$lt_module_expsym_cmds
13988
13989# Whether we are building with GNU ld or not.
13990with_gnu_ld=$lt_with_gnu_ld
13991
13992# Flag that allows shared libraries with undefined symbols to be built.
13993allow_undefined_flag=$lt_allow_undefined_flag
13994
13995# Flag that enforces no undefined symbols.
13996no_undefined_flag=$lt_no_undefined_flag
13997
13998# Flag to hardcode \$libdir into a binary during linking.
13999# This must work even if \$libdir does not exist
14000hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14001
14002# If ld is used when linking, flag to hardcode \$libdir into a binary
14003# during linking. This must work even if \$libdir does not exist.
14004hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14005
14006# Whether we need a single "-rpath" flag with a separated argument.
14007hardcode_libdir_separator=$lt_hardcode_libdir_separator
14008
14009# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14010# DIR into the resulting binary.
14011hardcode_direct=$hardcode_direct
14012
14013# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14014# DIR into the resulting binary and the resulting library dependency is
14015# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14016# library is relocated.
14017hardcode_direct_absolute=$hardcode_direct_absolute
14018
14019# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14020# into the resulting binary.
14021hardcode_minus_L=$hardcode_minus_L
14022
14023# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14024# into the resulting binary.
14025hardcode_shlibpath_var=$hardcode_shlibpath_var
14026
14027# Set to "yes" if building a shared library automatically hardcodes DIR
14028# into the library and all subsequent libraries and executables linked
14029# against it.
14030hardcode_automatic=$hardcode_automatic
14031
14032# Set to yes if linker adds runtime paths of dependent libraries
14033# to runtime path list.
14034inherit_rpath=$inherit_rpath
14035
14036# Whether libtool must link a program against all its dependency libraries.
14037link_all_deplibs=$link_all_deplibs
14038
14039# Fix the shell variable \$srcfile for the compiler.
14040fix_srcfile_path=$lt_fix_srcfile_path
14041
14042# Set to "yes" if exported symbols are required.
14043always_export_symbols=$always_export_symbols
14044
14045# The commands to list exported symbols.
14046export_symbols_cmds=$lt_export_symbols_cmds
14047
14048# Symbols that should not be listed in the preloaded symbols.
14049exclude_expsyms=$lt_exclude_expsyms
14050
14051# Symbols that must always be exported.
14052include_expsyms=$lt_include_expsyms
14053
14054# Commands necessary for linking programs (against libraries) with templates.
14055prelink_cmds=$lt_prelink_cmds
14056
14057# Specify filename containing input files.
14058file_list_spec=$lt_file_list_spec
14059
14060# How to hardcode a shared library path into an executable.
14061hardcode_action=$hardcode_action
14062
14063# ### END LIBTOOL CONFIG
14064
14065_LT_EOF
14066
14067 case $host_os in
14068 aix3*)
14069 cat <<\_LT_EOF >> "$cfgfile"
14070# AIX sometimes has problems with the GCC collect2 program. For some
14071# reason, if we set the COLLECT_NAMES environment variable, the problems
14072# vanish in a puff of smoke.
14073if test "X${COLLECT_NAMES+set}" != Xset; then
14074 COLLECT_NAMES=
14075 export COLLECT_NAMES
14076fi
14077_LT_EOF
14078 ;;
14079 esac
14080
14081
14082ltmain="$ac_aux_dir/ltmain.sh"
14083
14084
14085 # We use sed instead of cat because bash on DJGPP gets confused if
14086 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14087 # text mode, it properly converts lines to CR/LF. This bash problem
14088 # is reportedly fixed, but why not run on old versions too?
14089 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14090 || (rm -f "$cfgfile"; exit 1)
14091
14092 case $xsi_shell in
14093 yes)
14094 cat << \_LT_EOF >> "$cfgfile"
14095
14096# func_dirname file append nondir_replacement
14097# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14098# otherwise set result to NONDIR_REPLACEMENT.
14099func_dirname ()
14100{
14101 case ${1} in
14102 */*) func_dirname_result="${1%/*}${2}" ;;
14103 * ) func_dirname_result="${3}" ;;
14104 esac
14105}
14106
14107# func_basename file
14108func_basename ()
14109{
14110 func_basename_result="${1##*/}"
14111}
14112
14113# func_dirname_and_basename file append nondir_replacement
14114# perform func_basename and func_dirname in a single function
14115# call:
14116# dirname: Compute the dirname of FILE. If nonempty,
14117# add APPEND to the result, otherwise set result
14118# to NONDIR_REPLACEMENT.
14119# value returned in "$func_dirname_result"
14120# basename: Compute filename of FILE.
14121# value retuned in "$func_basename_result"
14122# Implementation must be kept synchronized with func_dirname
14123# and func_basename. For efficiency, we do not delegate to
14124# those functions but instead duplicate the functionality here.
14125func_dirname_and_basename ()
14126{
14127 case ${1} in
14128 */*) func_dirname_result="${1%/*}${2}" ;;
14129 * ) func_dirname_result="${3}" ;;
14130 esac
14131 func_basename_result="${1##*/}"
14132}
14133
14134# func_stripname prefix suffix name
14135# strip PREFIX and SUFFIX off of NAME.
14136# PREFIX and SUFFIX must not contain globbing or regex special
14137# characters, hashes, percent signs, but SUFFIX may contain a leading
14138# dot (in which case that matches only a dot).
14139func_stripname ()
14140{
14141 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14142 # positional parameters, so assign one to ordinary parameter first.
14143 func_stripname_result=${3}
14144 func_stripname_result=${func_stripname_result#"${1}"}
14145 func_stripname_result=${func_stripname_result%"${2}"}
14146}
14147
14148# func_opt_split
14149func_opt_split ()
14150{
14151 func_opt_split_opt=${1%%=*}
14152 func_opt_split_arg=${1#*=}
14153}
14154
14155# func_lo2o object
14156func_lo2o ()
14157{
14158 case ${1} in
14159 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14160 *) func_lo2o_result=${1} ;;
14161 esac
14162}
14163
14164# func_xform libobj-or-source
14165func_xform ()
14166{
14167 func_xform_result=${1%.*}.lo
14168}
14169
14170# func_arith arithmetic-term...
14171func_arith ()
14172{
14173 func_arith_result=$(( $* ))
14174}
14175
14176# func_len string
14177# STRING may not start with a hyphen.
14178func_len ()
14179{
14180 func_len_result=${#1}
14181}
14182
14183_LT_EOF
14184 ;;
14185 *) # Bourne compatible functions.
14186 cat << \_LT_EOF >> "$cfgfile"
14187
14188# func_dirname file append nondir_replacement
14189# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14190# otherwise set result to NONDIR_REPLACEMENT.
14191func_dirname ()
14192{
14193 # Extract subdirectory from the argument.
14194 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14195 if test "X$func_dirname_result" = "X${1}"; then
14196 func_dirname_result="${3}"
14197 else
14198 func_dirname_result="$func_dirname_result${2}"
14199 fi
14200}
14201
14202# func_basename file
14203func_basename ()
14204{
14205 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14206}
14207
14208
14209# func_stripname prefix suffix name
14210# strip PREFIX and SUFFIX off of NAME.
14211# PREFIX and SUFFIX must not contain globbing or regex special
14212# characters, hashes, percent signs, but SUFFIX may contain a leading
14213# dot (in which case that matches only a dot).
14214# func_strip_suffix prefix name
14215func_stripname ()
14216{
14217 case ${2} in
14218 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14219 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14220 esac
14221}
14222
14223# sed scripts:
14224my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14225my_sed_long_arg='1s/^-[^=]*=//'
14226
14227# func_opt_split
14228func_opt_split ()
14229{
14230 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14231 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14232}
14233
14234# func_lo2o object
14235func_lo2o ()
14236{
14237 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14238}
14239
14240# func_xform libobj-or-source
14241func_xform ()
14242{
14243 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14244}
14245
14246# func_arith arithmetic-term...
14247func_arith ()
14248{
14249 func_arith_result=`expr "$@"`
14250}
14251
14252# func_len string
14253# STRING may not start with a hyphen.
14254func_len ()
14255{
14256 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14257}
14258
14259_LT_EOF
14260esac
14261
14262case $lt_shell_append in
14263 yes)
14264 cat << \_LT_EOF >> "$cfgfile"
14265
14266# func_append var value
14267# Append VALUE to the end of shell variable VAR.
14268func_append ()
14269{
14270 eval "$1+=\$2"
14271}
14272_LT_EOF
14273 ;;
14274 *)
14275 cat << \_LT_EOF >> "$cfgfile"
14276
14277# func_append var value
14278# Append VALUE to the end of shell variable VAR.
14279func_append ()
14280{
14281 eval "$1=\$$1\$2"
14282}
14283
14284_LT_EOF
14285 ;;
14286 esac
14287
14288
14289 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14290 || (rm -f "$cfgfile"; exit 1)
14291
14292 mv -f "$cfgfile" "$ofile" ||
14293 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14294 chmod +x "$ofile"
14295
14296 ;;
81ecdfbb 14297 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
14298 rm -f Makesim1.tmp Makesim2.tmp Makefile
14299 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14300 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14301 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
5d031c16
AC
14302 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14303 <Makefile.sim >Makefile
38f48d72 14304 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 14305 ;;
81ecdfbb
RW
14306 "stamp-h":C) echo > stamp-h ;;
14307
b7026657 14308 esac
81ecdfbb 14309done # for ac_tag
5d031c16 14310
b7026657 14311
81ecdfbb 14312as_fn_exit 0
b7026657 14313_ACEOF
b7026657
AC
14314ac_clean_files=$ac_clean_files_save
14315
81ecdfbb 14316test $ac_write_fail = 0 ||
d0ac1c44 14317 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 14318
b7026657
AC
14319
14320# configure is writing to config.log, and then calls config.status.
14321# config.status does its own redirection, appending to config.log.
14322# Unfortunately, on DOS this fails, as config.log is still kept open
14323# by configure, so config.status won't be able to write to it; its
14324# output is simply discarded. So we exec the FD to /dev/null,
14325# effectively closing config.log, so it can be properly (re)opened and
14326# appended to by config.status. When coming back to configure, we
14327# need to make the FD available again.
14328if test "$no_create" != yes; then
14329 ac_cs_success=:
14330 ac_config_status_args=
14331 test "$silent" = yes &&
14332 ac_config_status_args="$ac_config_status_args --quiet"
14333 exec 5>/dev/null
14334 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14335 exec 5>>config.log
14336 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14337 # would make configure fail if this is the last instruction.
d0ac1c44 14338 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
14339fi
14340if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14342$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 14343fi
5d031c16
AC
14344
14345