]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/moxie/configure
sim: switch to AC_CHECK_FUNCS_ONCE & merge a little
[thirdparty/binutils-gdb.git] / sim / moxie / configure
CommitLineData
fdd6fa61
AG
1#! /bin/sh
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#
fdd6fa61 8#
fdd6fa61
AG
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## -------------------- ##
fdd6fa61 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 :
fdd6fa61
AG
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fdd6fa61
AG
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
fdd6fa61 31fi
fdd6fa61 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 }
fdd6fa61
AG
79fi
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
fdd6fa61
AG
122PS1='$ '
123PS2='> '
124PS4='+ '
125
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
fdd6fa61 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."
fdd6fa61 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."
fdd6fa61 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
fdd6fa61 410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
fdd6fa61
AG
429 as_expr=expr
430else
431 as_expr=false
432fi
433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
fdd6fa61
AG
435 as_basename=basename
436else
437 as_basename=false
438fi
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
fdd6fa61 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
fdd6fa61
AG
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'`
fdd6fa61 464
fdd6fa61
AG
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
471
fdd6fa61 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 |
fdd6fa61 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
fdd6fa61 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
fdd6fa61 490 t loop
81ecdfbb 491 s/-\n.*//
fdd6fa61 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; }
fdd6fa61 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
fdd6fa61
AG
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"
fdd6fa61
AG
504 # Exit status is that of the last command.
505 exit
506}
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';;
fdd6fa61
AG
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
fdd6fa61 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
fdd6fa61 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
fdd6fa61 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'
fdd6fa61 541 fi
fdd6fa61 542else
d0ac1c44 543 as_ln_s='cp -pR'
fdd6fa61 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
fdd6fa61
AG
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
fdd6fa61
AG
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
fdd6fa61
AG
557
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'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
fdd6fa61 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
fdd6fa61
AG
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
fdd6fa61
AG
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
fdd6fa61
AG
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
fdd6fa61 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
fdd6fa61
AG
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
fdd6fa61
AG
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
fdd6fa61
AG
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
fdd6fa61
AG
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
fdd6fa61
AG
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
fdd6fa61
AG
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
fdd6fa61
AG
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
fdd6fa61
AG
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
fdd6fa61
AG
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
fdd6fa61 623# include <inttypes.h>
fdd6fa61 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
fdd6fa61
AG
629# include <unistd.h>
630#endif"
631
37e9f182 632ac_func_list=
81ecdfbb
RW
633ac_subst_vars='LTLIBOBJS
634LIBOBJS
760b3e8b
MF
635sim_reserved_bits
636sim_hw
637sim_hw_objs
638sim_hw_cflags
639sim_default_model
640sim_scache
641sim_float
642sim_bitsize
81ecdfbb 643cgen_breaks
6ffe910a 644DTC
81ecdfbb
RW
645REPORT_BUGS_TEXI
646REPORT_BUGS_TO
647PKGVERSION
81ecdfbb 648MAINT
31e6ad7d
MF
649MAINTAINER_MODE_FALSE
650MAINTAINER_MODE_TRUE
6bb11ab3
L
651lt_cv_dlopen_libs
652OTOOL64
653OTOOL
654LIPO
655NMEDIT
656DSYMUTIL
657AWK
658STRIP
659OBJDUMP
660LN_S
661NM
662ac_ct_DUMPBIN
663DUMPBIN
664LD
665FGREP
666SED
667LIBTOOL
668PLUGINS_FALSE
669PLUGINS_TRUE
aadc9410
MF
670zlibinc
671zlibdir
81ecdfbb
RW
672CATOBJEXT
673GENCAT
674INSTOBJEXT
675DATADIRNAME
676CATALOGS
677POSUB
678GMSGFMT
679XGETTEXT
680INCINTL
681LIBINTL_DEP
682LIBINTL
683USE_NLS
db2e4d67
MF
684GMAKE_FALSE
685GMAKE_TRUE
686MAKE
687CCDEPMODE
688DEPDIR
689am__leading_dot
5f3ef9d0 690PACKAGE
46f900c0 691C_DIALECT
81ecdfbb
RW
692RANLIB
693AR
c2783492 694LDFLAGS_FOR_BUILD
c25ea03d 695CFLAGS_FOR_BUILD
81ecdfbb
RW
696CC_FOR_BUILD
697INSTALL_DATA
698INSTALL_SCRIPT
699INSTALL_PROGRAM
2232061b
MF
700EGREP
701GREP
c2783492
MF
702CPP
703OBJEXT
704EXEEXT
705ac_ct_CC
706CPPFLAGS
707LDFLAGS
708CFLAGS
709CC
81ecdfbb
RW
710target_os
711target_vendor
712target_cpu
713target
714host_os
715host_vendor
716host_cpu
717host
718build_os
719build_vendor
720build_cpu
721build
81ecdfbb
RW
722target_alias
723host_alias
724build_alias
725LIBS
726ECHO_T
727ECHO_N
728ECHO_C
729DEFS
730mandir
731localedir
732libdir
733psdir
734pdfdir
735dvidir
736htmldir
737infodir
738docdir
739oldincludedir
740includedir
741localstatedir
742sharedstatedir
743sysconfdir
744datadir
745datarootdir
746libexecdir
747sbindir
748bindir
749program_transform_name
750prefix
751exec_prefix
752PACKAGE_URL
753PACKAGE_BUGREPORT
754PACKAGE_STRING
755PACKAGE_VERSION
756PACKAGE_TARNAME
757PACKAGE_NAME
758PATH_SEPARATOR
136da8cd
MF
759SHELL
760WERROR_CFLAGS
761WARN_CFLAGS
136da8cd 762sim_inline
136da8cd 763sim_endian
136da8cd 764sim_alignment'
fdd6fa61 765ac_subst_files=''
81ecdfbb
RW
766ac_user_opts='
767enable_option_checking
aadc9410 768with_system_zlib
6bb11ab3
L
769enable_plugins
770enable_shared
771enable_static
772with_pic
773enable_fast_install
774with_gnu_ld
775enable_libtool_lock
81ecdfbb 776enable_maintainer_mode
81ecdfbb
RW
777enable_sim_debug
778enable_sim_stdio
779enable_sim_trace
780enable_sim_profile
35656e95 781enable_sim_assert
16f7876d 782enable_sim_environment
347fe5bb 783enable_sim_inline
81ecdfbb
RW
784with_pkgversion
785with_bugurl
5c27d164
AG
786enable_sim_endian
787enable_sim_alignment
cc8ab1de
MF
788enable_werror
789enable_build_warnings
790enable_sim_build_warnings
81ecdfbb
RW
791'
792 ac_precious_vars='build_alias
793host_alias
794target_alias
795CC
796CFLAGS
797LDFLAGS
798LIBS
799CPPFLAGS
800CPP'
801
fdd6fa61
AG
802
803# Initialize some variables set by options.
804ac_init_help=
805ac_init_version=false
81ecdfbb
RW
806ac_unrecognized_opts=
807ac_unrecognized_sep=
fdd6fa61
AG
808# The variables have the same names as the options, with
809# dashes changed to underlines.
810cache_file=/dev/null
811exec_prefix=NONE
812no_create=
813no_recursion=
814prefix=NONE
815program_prefix=NONE
816program_suffix=NONE
817program_transform_name=s,x,x,
818silent=
819site=
820srcdir=
821verbose=
822x_includes=NONE
823x_libraries=NONE
824
825# Installation directory options.
826# These are left unexpanded so users can "make install exec_prefix=/foo"
827# and all the variables that are supposed to be based on exec_prefix
828# by default will actually change.
829# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 830# (The list follows the same order as the GNU Coding Standards.)
fdd6fa61
AG
831bindir='${exec_prefix}/bin'
832sbindir='${exec_prefix}/sbin'
833libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
834datarootdir='${prefix}/share'
835datadir='${datarootdir}'
fdd6fa61
AG
836sysconfdir='${prefix}/etc'
837sharedstatedir='${prefix}/com'
838localstatedir='${prefix}/var'
fdd6fa61
AG
839includedir='${prefix}/include'
840oldincludedir='/usr/include'
81ecdfbb
RW
841docdir='${datarootdir}/doc/${PACKAGE}'
842infodir='${datarootdir}/info'
843htmldir='${docdir}'
844dvidir='${docdir}'
845pdfdir='${docdir}'
846psdir='${docdir}'
847libdir='${exec_prefix}/lib'
848localedir='${datarootdir}/locale'
849mandir='${datarootdir}/man'
fdd6fa61
AG
850
851ac_prev=
81ecdfbb 852ac_dashdash=
fdd6fa61
AG
853for ac_option
854do
855 # If the previous option needs an argument, assign it.
856 if test -n "$ac_prev"; then
81ecdfbb 857 eval $ac_prev=\$ac_option
fdd6fa61
AG
858 ac_prev=
859 continue
860 fi
861
81ecdfbb 862 case $ac_option in
d0ac1c44
SM
863 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
864 *=) ac_optarg= ;;
865 *) ac_optarg=yes ;;
81ecdfbb 866 esac
fdd6fa61
AG
867
868 # Accept the important Cygnus configure options, so we can diagnose typos.
869
81ecdfbb
RW
870 case $ac_dashdash$ac_option in
871 --)
872 ac_dashdash=yes ;;
fdd6fa61
AG
873
874 -bindir | --bindir | --bindi | --bind | --bin | --bi)
875 ac_prev=bindir ;;
876 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
877 bindir=$ac_optarg ;;
878
879 -build | --build | --buil | --bui | --bu)
880 ac_prev=build_alias ;;
881 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
882 build_alias=$ac_optarg ;;
883
884 -cache-file | --cache-file | --cache-fil | --cache-fi \
885 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
886 ac_prev=cache_file ;;
887 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
888 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
889 cache_file=$ac_optarg ;;
890
891 --config-cache | -C)
892 cache_file=config.cache ;;
893
81ecdfbb 894 -datadir | --datadir | --datadi | --datad)
fdd6fa61 895 ac_prev=datadir ;;
81ecdfbb 896 -datadir=* | --datadir=* | --datadi=* | --datad=*)
fdd6fa61
AG
897 datadir=$ac_optarg ;;
898
81ecdfbb
RW
899 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
900 | --dataroo | --dataro | --datar)
901 ac_prev=datarootdir ;;
902 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
903 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
904 datarootdir=$ac_optarg ;;
905
fdd6fa61 906 -disable-* | --disable-*)
81ecdfbb 907 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
fdd6fa61 908 # Reject names that are not valid shell variable names.
81ecdfbb 909 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 910 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
911 ac_useropt_orig=$ac_useropt
912 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
913 case $ac_user_opts in
914 *"
915"enable_$ac_useropt"
916"*) ;;
917 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
918 ac_unrecognized_sep=', ';;
919 esac
920 eval enable_$ac_useropt=no ;;
921
922 -docdir | --docdir | --docdi | --doc | --do)
923 ac_prev=docdir ;;
924 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
925 docdir=$ac_optarg ;;
926
927 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
928 ac_prev=dvidir ;;
929 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
930 dvidir=$ac_optarg ;;
fdd6fa61
AG
931
932 -enable-* | --enable-*)
81ecdfbb 933 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
fdd6fa61 934 # Reject names that are not valid shell variable names.
81ecdfbb 935 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 936 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
937 ac_useropt_orig=$ac_useropt
938 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
939 case $ac_user_opts in
940 *"
941"enable_$ac_useropt"
942"*) ;;
943 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
944 ac_unrecognized_sep=', ';;
fdd6fa61 945 esac
81ecdfbb 946 eval enable_$ac_useropt=\$ac_optarg ;;
fdd6fa61
AG
947
948 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
949 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
950 | --exec | --exe | --ex)
951 ac_prev=exec_prefix ;;
952 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
953 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
954 | --exec=* | --exe=* | --ex=*)
955 exec_prefix=$ac_optarg ;;
956
957 -gas | --gas | --ga | --g)
958 # Obsolete; use --with-gas.
959 with_gas=yes ;;
960
961 -help | --help | --hel | --he | -h)
962 ac_init_help=long ;;
963 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
964 ac_init_help=recursive ;;
965 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
966 ac_init_help=short ;;
967
968 -host | --host | --hos | --ho)
969 ac_prev=host_alias ;;
970 -host=* | --host=* | --hos=* | --ho=*)
971 host_alias=$ac_optarg ;;
972
81ecdfbb
RW
973 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
974 ac_prev=htmldir ;;
975 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
976 | --ht=*)
977 htmldir=$ac_optarg ;;
978
fdd6fa61
AG
979 -includedir | --includedir | --includedi | --included | --include \
980 | --includ | --inclu | --incl | --inc)
981 ac_prev=includedir ;;
982 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
983 | --includ=* | --inclu=* | --incl=* | --inc=*)
984 includedir=$ac_optarg ;;
985
986 -infodir | --infodir | --infodi | --infod | --info | --inf)
987 ac_prev=infodir ;;
988 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
989 infodir=$ac_optarg ;;
990
991 -libdir | --libdir | --libdi | --libd)
992 ac_prev=libdir ;;
993 -libdir=* | --libdir=* | --libdi=* | --libd=*)
994 libdir=$ac_optarg ;;
995
996 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
997 | --libexe | --libex | --libe)
998 ac_prev=libexecdir ;;
999 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1000 | --libexe=* | --libex=* | --libe=*)
1001 libexecdir=$ac_optarg ;;
1002
81ecdfbb
RW
1003 -localedir | --localedir | --localedi | --localed | --locale)
1004 ac_prev=localedir ;;
1005 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1006 localedir=$ac_optarg ;;
1007
fdd6fa61 1008 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1009 | --localstate | --localstat | --localsta | --localst | --locals)
fdd6fa61
AG
1010 ac_prev=localstatedir ;;
1011 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1012 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
fdd6fa61
AG
1013 localstatedir=$ac_optarg ;;
1014
1015 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1016 ac_prev=mandir ;;
1017 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1018 mandir=$ac_optarg ;;
1019
1020 -nfp | --nfp | --nf)
1021 # Obsolete; use --without-fp.
1022 with_fp=no ;;
1023
1024 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1025 | --no-cr | --no-c | -n)
1026 no_create=yes ;;
1027
1028 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1029 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1030 no_recursion=yes ;;
1031
1032 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1033 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1034 | --oldin | --oldi | --old | --ol | --o)
1035 ac_prev=oldincludedir ;;
1036 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1037 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1038 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1039 oldincludedir=$ac_optarg ;;
1040
1041 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1042 ac_prev=prefix ;;
1043 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1044 prefix=$ac_optarg ;;
1045
1046 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1047 | --program-pre | --program-pr | --program-p)
1048 ac_prev=program_prefix ;;
1049 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1050 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1051 program_prefix=$ac_optarg ;;
1052
1053 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1054 | --program-suf | --program-su | --program-s)
1055 ac_prev=program_suffix ;;
1056 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1057 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1058 program_suffix=$ac_optarg ;;
1059
1060 -program-transform-name | --program-transform-name \
1061 | --program-transform-nam | --program-transform-na \
1062 | --program-transform-n | --program-transform- \
1063 | --program-transform | --program-transfor \
1064 | --program-transfo | --program-transf \
1065 | --program-trans | --program-tran \
1066 | --progr-tra | --program-tr | --program-t)
1067 ac_prev=program_transform_name ;;
1068 -program-transform-name=* | --program-transform-name=* \
1069 | --program-transform-nam=* | --program-transform-na=* \
1070 | --program-transform-n=* | --program-transform-=* \
1071 | --program-transform=* | --program-transfor=* \
1072 | --program-transfo=* | --program-transf=* \
1073 | --program-trans=* | --program-tran=* \
1074 | --progr-tra=* | --program-tr=* | --program-t=*)
1075 program_transform_name=$ac_optarg ;;
1076
81ecdfbb
RW
1077 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1078 ac_prev=pdfdir ;;
1079 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1080 pdfdir=$ac_optarg ;;
1081
1082 -psdir | --psdir | --psdi | --psd | --ps)
1083 ac_prev=psdir ;;
1084 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1085 psdir=$ac_optarg ;;
1086
fdd6fa61
AG
1087 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1088 | -silent | --silent | --silen | --sile | --sil)
1089 silent=yes ;;
1090
1091 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1092 ac_prev=sbindir ;;
1093 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1094 | --sbi=* | --sb=*)
1095 sbindir=$ac_optarg ;;
1096
1097 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1098 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1099 | --sharedst | --shareds | --shared | --share | --shar \
1100 | --sha | --sh)
1101 ac_prev=sharedstatedir ;;
1102 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1103 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1104 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1105 | --sha=* | --sh=*)
1106 sharedstatedir=$ac_optarg ;;
1107
1108 -site | --site | --sit)
1109 ac_prev=site ;;
1110 -site=* | --site=* | --sit=*)
1111 site=$ac_optarg ;;
1112
1113 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1114 ac_prev=srcdir ;;
1115 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1116 srcdir=$ac_optarg ;;
1117
1118 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1119 | --syscon | --sysco | --sysc | --sys | --sy)
1120 ac_prev=sysconfdir ;;
1121 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1122 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1123 sysconfdir=$ac_optarg ;;
1124
1125 -target | --target | --targe | --targ | --tar | --ta | --t)
1126 ac_prev=target_alias ;;
1127 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1128 target_alias=$ac_optarg ;;
1129
1130 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1131 verbose=yes ;;
1132
1133 -version | --version | --versio | --versi | --vers | -V)
1134 ac_init_version=: ;;
1135
1136 -with-* | --with-*)
81ecdfbb 1137 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
fdd6fa61 1138 # Reject names that are not valid shell variable names.
81ecdfbb 1139 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1140 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1141 ac_useropt_orig=$ac_useropt
1142 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1143 case $ac_user_opts in
1144 *"
1145"with_$ac_useropt"
1146"*) ;;
1147 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1148 ac_unrecognized_sep=', ';;
fdd6fa61 1149 esac
81ecdfbb 1150 eval with_$ac_useropt=\$ac_optarg ;;
fdd6fa61
AG
1151
1152 -without-* | --without-*)
81ecdfbb 1153 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
fdd6fa61 1154 # Reject names that are not valid shell variable names.
81ecdfbb 1155 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1156 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1157 ac_useropt_orig=$ac_useropt
1158 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1159 case $ac_user_opts in
1160 *"
1161"with_$ac_useropt"
1162"*) ;;
1163 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1164 ac_unrecognized_sep=', ';;
1165 esac
1166 eval with_$ac_useropt=no ;;
fdd6fa61
AG
1167
1168 --x)
1169 # Obsolete; use --with-x.
1170 with_x=yes ;;
1171
1172 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1173 | --x-incl | --x-inc | --x-in | --x-i)
1174 ac_prev=x_includes ;;
1175 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1176 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1177 x_includes=$ac_optarg ;;
1178
1179 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1180 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1181 ac_prev=x_libraries ;;
1182 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1183 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1184 x_libraries=$ac_optarg ;;
1185
d0ac1c44
SM
1186 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1187Try \`$0 --help' for more information"
fdd6fa61
AG
1188 ;;
1189
1190 *=*)
1191 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1192 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1193 case $ac_envvar in #(
1194 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1195 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1196 esac
1197 eval $ac_envvar=\$ac_optarg
fdd6fa61
AG
1198 export $ac_envvar ;;
1199
1200 *)
1201 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1202 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
fdd6fa61 1203 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1204 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1205 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
fdd6fa61
AG
1206 ;;
1207
1208 esac
1209done
1210
1211if test -n "$ac_prev"; then
1212 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1213 as_fn_error $? "missing argument to $ac_option"
fdd6fa61
AG
1214fi
1215
81ecdfbb
RW
1216if test -n "$ac_unrecognized_opts"; then
1217 case $enable_option_checking in
1218 no) ;;
d0ac1c44 1219 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1220 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
fdd6fa61 1221 esac
81ecdfbb 1222fi
fdd6fa61 1223
81ecdfbb
RW
1224# Check all directory arguments for consistency.
1225for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1226 datadir sysconfdir sharedstatedir localstatedir includedir \
1227 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1228 libdir localedir mandir
fdd6fa61 1229do
81ecdfbb
RW
1230 eval ac_val=\$$ac_var
1231 # Remove trailing slashes.
1232 case $ac_val in
1233 */ )
1234 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1235 eval $ac_var=\$ac_val;;
1236 esac
1237 # Be sure to have absolute directory names.
fdd6fa61 1238 case $ac_val in
81ecdfbb
RW
1239 [\\/$]* | ?:[\\/]* ) continue;;
1240 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
fdd6fa61 1241 esac
d0ac1c44 1242 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
fdd6fa61
AG
1243done
1244
1245# There might be people who depend on the old broken behavior: `$host'
1246# used to hold the argument of --host etc.
1247# FIXME: To remove some day.
1248build=$build_alias
1249host=$host_alias
1250target=$target_alias
1251
1252# FIXME: To remove some day.
1253if test "x$host_alias" != x; then
1254 if test "x$build_alias" = x; then
1255 cross_compiling=maybe
fdd6fa61
AG
1256 elif test "x$build_alias" != "x$host_alias"; then
1257 cross_compiling=yes
1258 fi
1259fi
1260
1261ac_tool_prefix=
1262test -n "$host_alias" && ac_tool_prefix=$host_alias-
1263
1264test "$silent" = yes && exec 6>/dev/null
1265
1266
81ecdfbb
RW
1267ac_pwd=`pwd` && test -n "$ac_pwd" &&
1268ac_ls_di=`ls -di .` &&
1269ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1270 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1271test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1272 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1273
1274
fdd6fa61
AG
1275# Find the source files, if location was not specified.
1276if test -z "$srcdir"; then
1277 ac_srcdir_defaulted=yes
81ecdfbb
RW
1278 # Try the directory containing this script, then the parent directory.
1279 ac_confdir=`$as_dirname -- "$as_myself" ||
1280$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1281 X"$as_myself" : 'X\(//\)[^/]' \| \
1282 X"$as_myself" : 'X\(//\)$' \| \
1283 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1284$as_echo X"$as_myself" |
1285 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1286 s//\1/
1287 q
1288 }
1289 /^X\(\/\/\)[^/].*/{
1290 s//\1/
1291 q
1292 }
1293 /^X\(\/\/\)$/{
1294 s//\1/
1295 q
1296 }
1297 /^X\(\/\).*/{
1298 s//\1/
1299 q
1300 }
1301 s/.*/./; q'`
fdd6fa61 1302 srcdir=$ac_confdir
81ecdfbb 1303 if test ! -r "$srcdir/$ac_unique_file"; then
fdd6fa61
AG
1304 srcdir=..
1305 fi
1306else
1307 ac_srcdir_defaulted=no
1308fi
81ecdfbb
RW
1309if test ! -r "$srcdir/$ac_unique_file"; then
1310 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1311 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1312fi
1313ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1314ac_abs_confdir=`(
d0ac1c44 1315 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1316 pwd)`
1317# When building in place, set srcdir=.
1318if test "$ac_abs_confdir" = "$ac_pwd"; then
1319 srcdir=.
1320fi
1321# Remove unnecessary trailing slashes from srcdir.
1322# Double slashes in file names in object file debugging info
1323# mess up M-x gdb in Emacs.
1324case $srcdir in
1325*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1326esac
1327for ac_var in $ac_precious_vars; do
1328 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1329 eval ac_env_${ac_var}_value=\$${ac_var}
1330 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1331 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1332done
fdd6fa61
AG
1333
1334#
1335# Report the --help message.
1336#
1337if test "$ac_init_help" = "long"; then
1338 # Omit some internal or obsolete options to make the list less imposing.
1339 # This message is too long to be a string in the A/UX 3.1 sh.
1340 cat <<_ACEOF
1341\`configure' configures this package to adapt to many kinds of systems.
1342
1343Usage: $0 [OPTION]... [VAR=VALUE]...
1344
1345To assign environment variables (e.g., CC, CFLAGS...), specify them as
1346VAR=VALUE. See below for descriptions of some of the useful variables.
1347
1348Defaults for the options are specified in brackets.
1349
1350Configuration:
1351 -h, --help display this help and exit
1352 --help=short display options specific to this package
1353 --help=recursive display the short help of all the included packages
1354 -V, --version display version information and exit
d0ac1c44 1355 -q, --quiet, --silent do not print \`checking ...' messages
fdd6fa61
AG
1356 --cache-file=FILE cache test results in FILE [disabled]
1357 -C, --config-cache alias for \`--cache-file=config.cache'
1358 -n, --no-create do not create output files
1359 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1360
fdd6fa61
AG
1361Installation directories:
1362 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1363 [$ac_default_prefix]
fdd6fa61 1364 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1365 [PREFIX]
fdd6fa61
AG
1366
1367By default, \`make install' will install all the files in
1368\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1369an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1370for instance \`--prefix=\$HOME'.
1371
1372For better control, use the options below.
1373
1374Fine tuning of the installation directories:
81ecdfbb
RW
1375 --bindir=DIR user executables [EPREFIX/bin]
1376 --sbindir=DIR system admin executables [EPREFIX/sbin]
1377 --libexecdir=DIR program executables [EPREFIX/libexec]
1378 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1379 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1380 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1381 --libdir=DIR object code libraries [EPREFIX/lib]
1382 --includedir=DIR C header files [PREFIX/include]
1383 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1384 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1385 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1386 --infodir=DIR info documentation [DATAROOTDIR/info]
1387 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1388 --mandir=DIR man documentation [DATAROOTDIR/man]
1389 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1390 --htmldir=DIR html documentation [DOCDIR]
1391 --dvidir=DIR dvi documentation [DOCDIR]
1392 --pdfdir=DIR pdf documentation [DOCDIR]
1393 --psdir=DIR ps documentation [DOCDIR]
fdd6fa61
AG
1394_ACEOF
1395
1396 cat <<\_ACEOF
1397
1398Program names:
1399 --program-prefix=PREFIX prepend PREFIX to installed program names
1400 --program-suffix=SUFFIX append SUFFIX to installed program names
1401 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1402
1403System types:
1404 --build=BUILD configure for building on BUILD [guessed]
1405 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1406 --target=TARGET configure for building compilers for TARGET [HOST]
1407_ACEOF
1408fi
1409
1410if test -n "$ac_init_help"; then
1411
1412 cat <<\_ACEOF
1413
1414Optional Features:
81ecdfbb 1415 --disable-option-checking ignore unrecognized --enable/--with options
fdd6fa61
AG
1416 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1417 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1418 --enable-plugins Enable support for plugins
6bb11ab3
L
1419 --enable-shared[=PKGS] build shared libraries [default=yes]
1420 --enable-static[=PKGS] build static libraries [default=yes]
1421 --enable-fast-install[=PKGS]
1422 optimize for fast installation [default=yes]
1423 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1424 --enable-maintainer-mode
1425 enable make rules and dependencies not useful (and
1426 sometimes confusing) to the casual installer
8d0978fb
MF
1427 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1428 itself)
1429 --enable-sim-stdio Specify whether to use stdio for console
1430 input/output
1431 --enable-sim-trace=opts Enable tracing of simulated programs
1432 --enable-sim-profile=opts
1433 Enable profiling flags
35656e95 1434 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1435 --enable-sim-environment=environment
1436 Specify mixed, user, virtual or operating
1437 environment
347fe5bb
MF
1438 --enable-sim-inline=inlines
1439 Specify which functions should be inlined
8d0978fb
MF
1440 --enable-sim-endian=endian
1441 Specify target byte endian orientation
1442 --enable-sim-alignment=align
1443 Specify strict, nonstrict or forced alignment of
1444 memory accesses
cc8ab1de
MF
1445 --enable-werror treat compile warnings as errors
1446 --enable-build-warnings enable build-time compiler warnings if gcc is used
1447 --enable-sim-build-warnings
1448 enable SIM specific build-time compiler warnings if
1449 gcc is used
fdd6fa61 1450
d6416cdc
RW
1451Optional Packages:
1452 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1453 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1454 --with-system-zlib use installed libz
6bb11ab3
L
1455 --with-pic try to use only PIC/non-PIC objects [default=use
1456 both]
1457 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1458 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
d6416cdc
RW
1459 --with-bugurl=URL Direct users to URL to report a bug
1460
fdd6fa61
AG
1461Some influential environment variables:
1462 CC C compiler command
1463 CFLAGS C compiler flags
1464 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1465 nonstandard directory <lib dir>
81ecdfbb 1466 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1467 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1468 you have headers in a nonstandard directory <include dir>
fdd6fa61
AG
1469 CPP C preprocessor
1470
1471Use these variables to override the choices made by `configure' or to help
1472it to find libraries and programs with nonstandard names/locations.
1473
81ecdfbb 1474Report bugs to the package provider.
fdd6fa61 1475_ACEOF
81ecdfbb 1476ac_status=$?
fdd6fa61
AG
1477fi
1478
1479if test "$ac_init_help" = "recursive"; then
1480 # If there are subdirs, report their specific --help.
fdd6fa61 1481 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1482 test -d "$ac_dir" ||
1483 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1484 continue
fdd6fa61
AG
1485 ac_builddir=.
1486
81ecdfbb
RW
1487case "$ac_dir" in
1488.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1489*)
1490 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1491 # A ".." for each directory in $ac_dir_suffix.
1492 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1493 case $ac_top_builddir_sub in
1494 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1495 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1496 esac ;;
1497esac
1498ac_abs_top_builddir=$ac_pwd
1499ac_abs_builddir=$ac_pwd$ac_dir_suffix
1500# for backward compatibility:
1501ac_top_builddir=$ac_top_build_prefix
fdd6fa61
AG
1502
1503case $srcdir in
81ecdfbb 1504 .) # We are building in place.
fdd6fa61 1505 ac_srcdir=.
81ecdfbb
RW
1506 ac_top_srcdir=$ac_top_builddir_sub
1507 ac_abs_top_srcdir=$ac_pwd ;;
1508 [\\/]* | ?:[\\/]* ) # Absolute name.
fdd6fa61 1509 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1510 ac_top_srcdir=$srcdir
1511 ac_abs_top_srcdir=$srcdir ;;
1512 *) # Relative name.
1513 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1514 ac_top_srcdir=$ac_top_build_prefix$srcdir
1515 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fdd6fa61 1516esac
81ecdfbb
RW
1517ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1518
1519 cd "$ac_dir" || { ac_status=$?; continue; }
1520 # Check for guested configure.
1521 if test -f "$ac_srcdir/configure.gnu"; then
1522 echo &&
1523 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1524 elif test -f "$ac_srcdir/configure"; then
1525 echo &&
1526 $SHELL "$ac_srcdir/configure" --help=recursive
fdd6fa61 1527 else
81ecdfbb
RW
1528 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1529 fi || ac_status=$?
1530 cd "$ac_pwd" || { ac_status=$?; break; }
fdd6fa61
AG
1531 done
1532fi
1533
81ecdfbb 1534test -n "$ac_init_help" && exit $ac_status
fdd6fa61
AG
1535if $ac_init_version; then
1536 cat <<\_ACEOF
81ecdfbb 1537configure
d0ac1c44 1538generated by GNU Autoconf 2.69
fdd6fa61 1539
d0ac1c44 1540Copyright (C) 2012 Free Software Foundation, Inc.
fdd6fa61
AG
1541This configure script is free software; the Free Software Foundation
1542gives unlimited permission to copy, distribute and modify it.
1543_ACEOF
81ecdfbb 1544 exit
fdd6fa61 1545fi
fdd6fa61 1546
81ecdfbb
RW
1547## ------------------------ ##
1548## Autoconf initialization. ##
1549## ------------------------ ##
fdd6fa61 1550
81ecdfbb
RW
1551# ac_fn_c_try_compile LINENO
1552# --------------------------
1553# Try to compile conftest.$ac_ext, and return whether this succeeded.
1554ac_fn_c_try_compile ()
fdd6fa61 1555{
81ecdfbb
RW
1556 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1557 rm -f conftest.$ac_objext
1558 if { { ac_try="$ac_compile"
1559case "(($ac_try" in
1560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1561 *) ac_try_echo=$ac_try;;
1562esac
1563eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1564$as_echo "$ac_try_echo"; } >&5
1565 (eval "$ac_compile") 2>conftest.err
1566 ac_status=$?
1567 if test -s conftest.err; then
1568 grep -v '^ *+' conftest.err >conftest.er1
1569 cat conftest.er1 >&5
1570 mv -f conftest.er1 conftest.err
1571 fi
1572 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1573 test $ac_status = 0; } && {
1574 test -z "$ac_c_werror_flag" ||
1575 test ! -s conftest.err
1576 } && test -s conftest.$ac_objext; then :
1577 ac_retval=0
1578else
1579 $as_echo "$as_me: failed program was:" >&5
1580sed 's/^/| /' conftest.$ac_ext >&5
fdd6fa61 1581
81ecdfbb
RW
1582 ac_retval=1
1583fi
d0ac1c44
SM
1584 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1585 as_fn_set_status $ac_retval
fdd6fa61 1586
81ecdfbb 1587} # ac_fn_c_try_compile
fdd6fa61 1588
81ecdfbb
RW
1589# ac_fn_c_try_cpp LINENO
1590# ----------------------
1591# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1592ac_fn_c_try_cpp ()
1593{
1594 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1595 if { { ac_try="$ac_cpp conftest.$ac_ext"
1596case "(($ac_try" in
1597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1598 *) ac_try_echo=$ac_try;;
1599esac
1600eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1601$as_echo "$ac_try_echo"; } >&5
1602 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1603 ac_status=$?
1604 if test -s conftest.err; then
1605 grep -v '^ *+' conftest.err >conftest.er1
1606 cat conftest.er1 >&5
1607 mv -f conftest.er1 conftest.err
1608 fi
1609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1610 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1611 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1612 test ! -s conftest.err
1613 }; then :
1614 ac_retval=0
1615else
1616 $as_echo "$as_me: failed program was:" >&5
1617sed 's/^/| /' conftest.$ac_ext >&5
fdd6fa61 1618
81ecdfbb
RW
1619 ac_retval=1
1620fi
d0ac1c44
SM
1621 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1622 as_fn_set_status $ac_retval
fdd6fa61 1623
81ecdfbb 1624} # ac_fn_c_try_cpp
fdd6fa61 1625
81ecdfbb
RW
1626# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1627# -------------------------------------------------------
1628# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1629# the include files in INCLUDES and setting the cache variable VAR
1630# accordingly.
1631ac_fn_c_check_header_mongrel ()
1632{
1633 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1634 if eval \${$3+:} false; then :
81ecdfbb
RW
1635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1636$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1637if eval \${$3+:} false; then :
81ecdfbb
RW
1638 $as_echo_n "(cached) " >&6
1639fi
1640eval ac_res=\$$3
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1642$as_echo "$ac_res" >&6; }
1643else
1644 # Is the header compilable?
1645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1646$as_echo_n "checking $2 usability... " >&6; }
1647cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1648/* end confdefs.h. */
1649$4
1650#include <$2>
1651_ACEOF
1652if ac_fn_c_try_compile "$LINENO"; then :
1653 ac_header_compiler=yes
1654else
1655 ac_header_compiler=no
1656fi
1657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1659$as_echo "$ac_header_compiler" >&6; }
1660
1661# Is the header present?
1662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1663$as_echo_n "checking $2 presence... " >&6; }
1664cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1665/* end confdefs.h. */
1666#include <$2>
1667_ACEOF
1668if ac_fn_c_try_cpp "$LINENO"; then :
1669 ac_header_preproc=yes
1670else
1671 ac_header_preproc=no
1672fi
d0ac1c44 1673rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1675$as_echo "$ac_header_preproc" >&6; }
1676
1677# So? What about this header?
1678case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1679 yes:no: )
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1681$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1683$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1684 ;;
1685 no:yes:* )
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1687$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1689$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1691$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1693$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1695$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1696 ;;
1697esac
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1699$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1700if eval \${$3+:} false; then :
81ecdfbb
RW
1701 $as_echo_n "(cached) " >&6
1702else
1703 eval "$3=\$ac_header_compiler"
1704fi
1705eval ac_res=\$$3
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1707$as_echo "$ac_res" >&6; }
1708fi
d0ac1c44 1709 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1710
1711} # ac_fn_c_check_header_mongrel
1712
1713# ac_fn_c_try_run LINENO
1714# ----------------------
1715# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1716# that executables *can* be run.
1717ac_fn_c_try_run ()
1718{
1719 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1720 if { { ac_try="$ac_link"
1721case "(($ac_try" in
1722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1723 *) ac_try_echo=$ac_try;;
1724esac
1725eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1726$as_echo "$ac_try_echo"; } >&5
1727 (eval "$ac_link") 2>&5
1728 ac_status=$?
1729 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1730 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1731 { { case "(($ac_try" in
1732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1733 *) ac_try_echo=$ac_try;;
1734esac
1735eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1736$as_echo "$ac_try_echo"; } >&5
1737 (eval "$ac_try") 2>&5
1738 ac_status=$?
1739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740 test $ac_status = 0; }; }; then :
1741 ac_retval=0
1742else
1743 $as_echo "$as_me: program exited with status $ac_status" >&5
1744 $as_echo "$as_me: failed program was:" >&5
1745sed 's/^/| /' conftest.$ac_ext >&5
1746
1747 ac_retval=$ac_status
1748fi
1749 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1750 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1751 as_fn_set_status $ac_retval
81ecdfbb
RW
1752
1753} # ac_fn_c_try_run
1754
1755# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1756# -------------------------------------------------------
1757# Tests whether HEADER exists and can be compiled using the include files in
1758# INCLUDES, setting the cache variable VAR accordingly.
1759ac_fn_c_check_header_compile ()
1760{
1761 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1763$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1764if eval \${$3+:} false; then :
81ecdfbb
RW
1765 $as_echo_n "(cached) " >&6
1766else
1767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1768/* end confdefs.h. */
1769$4
1770#include <$2>
1771_ACEOF
1772if ac_fn_c_try_compile "$LINENO"; then :
1773 eval "$3=yes"
1774else
1775 eval "$3=no"
1776fi
1777rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1778fi
1779eval ac_res=\$$3
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1781$as_echo "$ac_res" >&6; }
d0ac1c44 1782 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1783
1784} # ac_fn_c_check_header_compile
1785
1786# ac_fn_c_try_link LINENO
1787# -----------------------
1788# Try to link conftest.$ac_ext, and return whether this succeeded.
1789ac_fn_c_try_link ()
1790{
1791 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1792 rm -f conftest.$ac_objext conftest$ac_exeext
1793 if { { ac_try="$ac_link"
1794case "(($ac_try" in
1795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1796 *) ac_try_echo=$ac_try;;
1797esac
1798eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1799$as_echo "$ac_try_echo"; } >&5
1800 (eval "$ac_link") 2>conftest.err
1801 ac_status=$?
1802 if test -s conftest.err; then
1803 grep -v '^ *+' conftest.err >conftest.er1
1804 cat conftest.er1 >&5
1805 mv -f conftest.er1 conftest.err
1806 fi
1807 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1808 test $ac_status = 0; } && {
1809 test -z "$ac_c_werror_flag" ||
1810 test ! -s conftest.err
1811 } && test -s conftest$ac_exeext && {
1812 test "$cross_compiling" = yes ||
d0ac1c44 1813 test -x conftest$ac_exeext
81ecdfbb
RW
1814 }; then :
1815 ac_retval=0
1816else
1817 $as_echo "$as_me: failed program was:" >&5
1818sed 's/^/| /' conftest.$ac_ext >&5
1819
1820 ac_retval=1
1821fi
1822 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1823 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1824 # interfere with the next link command; also delete a directory that is
1825 # left behind by Apple's compiler. We do this before executing the actions.
1826 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1827 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1828 as_fn_set_status $ac_retval
81ecdfbb
RW
1829
1830} # ac_fn_c_try_link
1831
1832# ac_fn_c_check_func LINENO FUNC VAR
1833# ----------------------------------
1834# Tests whether FUNC exists, setting the cache variable VAR accordingly
1835ac_fn_c_check_func ()
1836{
1837 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1839$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1840if eval \${$3+:} false; then :
81ecdfbb
RW
1841 $as_echo_n "(cached) " >&6
1842else
1843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1844/* end confdefs.h. */
1845/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1846 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1847#define $2 innocuous_$2
1848
1849/* System header to define __stub macros and hopefully few prototypes,
1850 which can conflict with char $2 (); below.
1851 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1852 <limits.h> exists even on freestanding compilers. */
1853
1854#ifdef __STDC__
1855# include <limits.h>
1856#else
1857# include <assert.h>
1858#endif
1859
1860#undef $2
1861
1862/* Override any GCC internal prototype to avoid an error.
1863 Use char because int might match the return type of a GCC
1864 builtin and then its argument prototype would still apply. */
1865#ifdef __cplusplus
1866extern "C"
1867#endif
1868char $2 ();
1869/* The GNU C library defines this for functions which it implements
1870 to always fail with ENOSYS. Some functions are actually named
1871 something starting with __ and the normal name is an alias. */
1872#if defined __stub_$2 || defined __stub___$2
1873choke me
1874#endif
1875
1876int
1877main ()
1878{
1879return $2 ();
1880 ;
1881 return 0;
1882}
1883_ACEOF
1884if ac_fn_c_try_link "$LINENO"; then :
1885 eval "$3=yes"
1886else
1887 eval "$3=no"
1888fi
1889rm -f core conftest.err conftest.$ac_objext \
1890 conftest$ac_exeext conftest.$ac_ext
1891fi
1892eval ac_res=\$$3
1893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1894$as_echo "$ac_res" >&6; }
d0ac1c44 1895 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1896
1897} # ac_fn_c_check_func
936df756
MF
1898
1899# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1900# ----------------------------------------------------
1901# Tries to find if the field MEMBER exists in type AGGR, after including
1902# INCLUDES, setting cache variable VAR accordingly.
1903ac_fn_c_check_member ()
1904{
1905 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1907$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1908if eval \${$4+:} false; then :
936df756
MF
1909 $as_echo_n "(cached) " >&6
1910else
1911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1912/* end confdefs.h. */
1913$5
1914int
1915main ()
1916{
1917static $2 ac_aggr;
1918if (ac_aggr.$3)
1919return 0;
1920 ;
1921 return 0;
1922}
1923_ACEOF
1924if ac_fn_c_try_compile "$LINENO"; then :
1925 eval "$4=yes"
1926else
1927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1928/* end confdefs.h. */
1929$5
1930int
1931main ()
1932{
1933static $2 ac_aggr;
1934if (sizeof ac_aggr.$3)
1935return 0;
1936 ;
1937 return 0;
1938}
1939_ACEOF
1940if ac_fn_c_try_compile "$LINENO"; then :
1941 eval "$4=yes"
1942else
1943 eval "$4=no"
1944fi
1945rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1946fi
1947rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1948fi
1949eval ac_res=\$$4
1950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1951$as_echo "$ac_res" >&6; }
d0ac1c44 1952 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1953
1954} # ac_fn_c_check_member
1955
1956# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1957# -------------------------------------------
1958# Tests whether TYPE exists after having included INCLUDES, setting cache
1959# variable VAR accordingly.
1960ac_fn_c_check_type ()
1961{
1962 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1964$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1965if eval \${$3+:} false; then :
936df756
MF
1966 $as_echo_n "(cached) " >&6
1967else
1968 eval "$3=no"
1969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1970/* end confdefs.h. */
1971$4
1972int
1973main ()
1974{
1975if (sizeof ($2))
1976 return 0;
1977 ;
1978 return 0;
1979}
1980_ACEOF
1981if ac_fn_c_try_compile "$LINENO"; then :
1982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1983/* end confdefs.h. */
1984$4
1985int
1986main ()
1987{
1988if (sizeof (($2)))
1989 return 0;
1990 ;
1991 return 0;
1992}
1993_ACEOF
1994if ac_fn_c_try_compile "$LINENO"; then :
1995
1996else
1997 eval "$3=yes"
1998fi
1999rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2000fi
2001rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2002fi
2003eval ac_res=\$$3
2004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2005$as_echo "$ac_res" >&6; }
d0ac1c44 2006 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2007
2008} # ac_fn_c_check_type
81ecdfbb
RW
2009cat >config.log <<_ACEOF
2010This file contains any messages produced by compilers while
2011running configure, to aid debugging if configure makes a mistake.
2012
2013It was created by $as_me, which was
d0ac1c44 2014generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2015
2016 $ $0 $@
2017
2018_ACEOF
2019exec 5>>config.log
2020{
2021cat <<_ASUNAME
2022## --------- ##
2023## Platform. ##
2024## --------- ##
2025
2026hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2027uname -m = `(uname -m) 2>/dev/null || echo unknown`
2028uname -r = `(uname -r) 2>/dev/null || echo unknown`
2029uname -s = `(uname -s) 2>/dev/null || echo unknown`
2030uname -v = `(uname -v) 2>/dev/null || echo unknown`
2031
2032/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2033/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2034
2035/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2036/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2037/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2038/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2039/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2040/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2041/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2042
2043_ASUNAME
2044
2045as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2046for as_dir in $PATH
2047do
2048 IFS=$as_save_IFS
2049 test -z "$as_dir" && as_dir=.
2050 $as_echo "PATH: $as_dir"
2051 done
2052IFS=$as_save_IFS
2053
2054} >&5
2055
2056cat >&5 <<_ACEOF
fdd6fa61
AG
2057
2058
2059## ----------- ##
2060## Core tests. ##
2061## ----------- ##
2062
2063_ACEOF
2064
2065
2066# Keep a trace of the command line.
2067# Strip out --no-create and --no-recursion so they do not pile up.
2068# Strip out --silent because we don't want to record it for future runs.
2069# Also quote any args containing shell meta-characters.
2070# Make two passes to allow for proper duplicate-argument suppression.
2071ac_configure_args=
2072ac_configure_args0=
2073ac_configure_args1=
fdd6fa61
AG
2074ac_must_keep_next=false
2075for ac_pass in 1 2
2076do
2077 for ac_arg
2078 do
2079 case $ac_arg in
2080 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2081 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2082 | -silent | --silent | --silen | --sile | --sil)
2083 continue ;;
81ecdfbb
RW
2084 *\'*)
2085 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fdd6fa61
AG
2086 esac
2087 case $ac_pass in
81ecdfbb 2088 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
fdd6fa61 2089 2)
81ecdfbb 2090 as_fn_append ac_configure_args1 " '$ac_arg'"
fdd6fa61
AG
2091 if test $ac_must_keep_next = true; then
2092 ac_must_keep_next=false # Got value, back to normal.
2093 else
2094 case $ac_arg in
2095 *=* | --config-cache | -C | -disable-* | --disable-* \
2096 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2097 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2098 | -with-* | --with-* | -without-* | --without-* | --x)
2099 case "$ac_configure_args0 " in
2100 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2101 esac
2102 ;;
2103 -* ) ac_must_keep_next=true ;;
2104 esac
2105 fi
81ecdfbb 2106 as_fn_append ac_configure_args " '$ac_arg'"
fdd6fa61
AG
2107 ;;
2108 esac
2109 done
2110done
81ecdfbb
RW
2111{ ac_configure_args0=; unset ac_configure_args0;}
2112{ ac_configure_args1=; unset ac_configure_args1;}
fdd6fa61
AG
2113
2114# When interrupted or exit'd, cleanup temporary files, and complete
2115# config.log. We remove comments because anyway the quotes in there
2116# would cause problems or look ugly.
81ecdfbb
RW
2117# WARNING: Use '\'' to represent an apostrophe within the trap.
2118# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
fdd6fa61
AG
2119trap 'exit_status=$?
2120 # Save into config.log some information that might help in debugging.
2121 {
2122 echo
2123
d0ac1c44 2124 $as_echo "## ---------------- ##
fdd6fa61 2125## Cache variables. ##
d0ac1c44 2126## ---------------- ##"
fdd6fa61
AG
2127 echo
2128 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2129(
2130 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2131 eval ac_val=\$$ac_var
2132 case $ac_val in #(
2133 *${as_nl}*)
2134 case $ac_var in #(
2135 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2136$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2137 esac
2138 case $ac_var in #(
2139 _ | IFS | as_nl) ;; #(
2140 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2141 *) { eval $ac_var=; unset $ac_var;} ;;
2142 esac ;;
2143 esac
2144 done
fdd6fa61 2145 (set) 2>&1 |
81ecdfbb
RW
2146 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2147 *${as_nl}ac_space=\ *)
fdd6fa61 2148 sed -n \
81ecdfbb
RW
2149 "s/'\''/'\''\\\\'\'''\''/g;
2150 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2151 ;; #(
fdd6fa61 2152 *)
81ecdfbb 2153 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fdd6fa61 2154 ;;
81ecdfbb
RW
2155 esac |
2156 sort
2157)
fdd6fa61
AG
2158 echo
2159
d0ac1c44 2160 $as_echo "## ----------------- ##
fdd6fa61 2161## Output variables. ##
d0ac1c44 2162## ----------------- ##"
fdd6fa61
AG
2163 echo
2164 for ac_var in $ac_subst_vars
2165 do
81ecdfbb
RW
2166 eval ac_val=\$$ac_var
2167 case $ac_val in
2168 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2169 esac
2170 $as_echo "$ac_var='\''$ac_val'\''"
fdd6fa61
AG
2171 done | sort
2172 echo
2173
2174 if test -n "$ac_subst_files"; then
d0ac1c44 2175 $as_echo "## ------------------- ##
81ecdfbb 2176## File substitutions. ##
d0ac1c44 2177## ------------------- ##"
fdd6fa61
AG
2178 echo
2179 for ac_var in $ac_subst_files
2180 do
81ecdfbb
RW
2181 eval ac_val=\$$ac_var
2182 case $ac_val in
2183 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2184 esac
2185 $as_echo "$ac_var='\''$ac_val'\''"
fdd6fa61
AG
2186 done | sort
2187 echo
2188 fi
2189
2190 if test -s confdefs.h; then
d0ac1c44 2191 $as_echo "## ----------- ##
fdd6fa61 2192## confdefs.h. ##
d0ac1c44 2193## ----------- ##"
fdd6fa61 2194 echo
81ecdfbb 2195 cat confdefs.h
fdd6fa61
AG
2196 echo
2197 fi
2198 test "$ac_signal" != 0 &&
81ecdfbb
RW
2199 $as_echo "$as_me: caught signal $ac_signal"
2200 $as_echo "$as_me: exit $exit_status"
fdd6fa61 2201 } >&5
81ecdfbb
RW
2202 rm -f core *.core core.conftest.* &&
2203 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
fdd6fa61 2204 exit $exit_status
81ecdfbb 2205' 0
fdd6fa61 2206for ac_signal in 1 2 13 15; do
81ecdfbb 2207 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
fdd6fa61
AG
2208done
2209ac_signal=0
2210
2211# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2212rm -f -r conftest* confdefs.h
2213
2214$as_echo "/* confdefs.h */" > confdefs.h
fdd6fa61
AG
2215
2216# Predefined preprocessor variables.
2217
2218cat >>confdefs.h <<_ACEOF
2219#define PACKAGE_NAME "$PACKAGE_NAME"
2220_ACEOF
2221
fdd6fa61
AG
2222cat >>confdefs.h <<_ACEOF
2223#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2224_ACEOF
2225
fdd6fa61
AG
2226cat >>confdefs.h <<_ACEOF
2227#define PACKAGE_VERSION "$PACKAGE_VERSION"
2228_ACEOF
2229
fdd6fa61
AG
2230cat >>confdefs.h <<_ACEOF
2231#define PACKAGE_STRING "$PACKAGE_STRING"
2232_ACEOF
2233
fdd6fa61
AG
2234cat >>confdefs.h <<_ACEOF
2235#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2236_ACEOF
2237
81ecdfbb
RW
2238cat >>confdefs.h <<_ACEOF
2239#define PACKAGE_URL "$PACKAGE_URL"
2240_ACEOF
2241
fdd6fa61
AG
2242
2243# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2244# Prefer an explicitly selected file to automatically selected ones.
2245ac_site_file1=NONE
2246ac_site_file2=NONE
2247if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2248 # We do not want a PATH search for config.site.
2249 case $CONFIG_SITE in #((
2250 -*) ac_site_file1=./$CONFIG_SITE;;
2251 */*) ac_site_file1=$CONFIG_SITE;;
2252 *) ac_site_file1=./$CONFIG_SITE;;
2253 esac
81ecdfbb
RW
2254elif test "x$prefix" != xNONE; then
2255 ac_site_file1=$prefix/share/config.site
2256 ac_site_file2=$prefix/etc/config.site
2257else
2258 ac_site_file1=$ac_default_prefix/share/config.site
2259 ac_site_file2=$ac_default_prefix/etc/config.site
2260fi
2261for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2262do
2263 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2264 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2266$as_echo "$as_me: loading site script $ac_site_file" >&6;}
fdd6fa61 2267 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2268 . "$ac_site_file" \
2269 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2270$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2271as_fn_error $? "failed to load site script $ac_site_file
2272See \`config.log' for more details" "$LINENO" 5; }
fdd6fa61
AG
2273 fi
2274done
2275
2276if test -r "$cache_file"; then
d0ac1c44
SM
2277 # Some versions of bash will fail to source /dev/null (special files
2278 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2279 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2280 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2281$as_echo "$as_me: loading cache $cache_file" >&6;}
fdd6fa61 2282 case $cache_file in
81ecdfbb
RW
2283 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2284 *) . "./$cache_file";;
fdd6fa61
AG
2285 esac
2286 fi
2287else
81ecdfbb
RW
2288 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2289$as_echo "$as_me: creating cache $cache_file" >&6;}
fdd6fa61
AG
2290 >$cache_file
2291fi
2292
37e9f182
MF
2293as_fn_append ac_func_list " __setfpucw"
2294as_fn_append ac_func_list " ftruncate"
2295as_fn_append ac_func_list " getrusage"
2296as_fn_append ac_func_list " lstat"
2297as_fn_append ac_func_list " mmap"
2298as_fn_append ac_func_list " munmap"
2299as_fn_append ac_func_list " posix_fallocate"
2300as_fn_append ac_func_list " sigaction"
2301as_fn_append ac_func_list " time"
2302as_fn_append ac_func_list " truncate"
fdd6fa61
AG
2303# Check that the precious variables saved in the cache have kept the same
2304# value.
2305ac_cache_corrupted=false
81ecdfbb 2306for ac_var in $ac_precious_vars; do
fdd6fa61
AG
2307 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2308 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2309 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2310 eval ac_new_val=\$ac_env_${ac_var}_value
fdd6fa61
AG
2311 case $ac_old_set,$ac_new_set in
2312 set,)
81ecdfbb
RW
2313 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2314$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
fdd6fa61
AG
2315 ac_cache_corrupted=: ;;
2316 ,set)
81ecdfbb
RW
2317 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2318$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
fdd6fa61
AG
2319 ac_cache_corrupted=: ;;
2320 ,);;
2321 *)
2322 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2323 # differences in whitespace do not lead to failure.
2324 ac_old_val_w=`echo x $ac_old_val`
2325 ac_new_val_w=`echo x $ac_new_val`
2326 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2328$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2329 ac_cache_corrupted=:
2330 else
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2332$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2333 eval $ac_var=\$ac_old_val
2334 fi
2335 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2336$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2337 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2338$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
fdd6fa61
AG
2339 fi;;
2340 esac
2341 # Pass precious variables to config.status.
2342 if test "$ac_new_set" = set; then
2343 case $ac_new_val in
81ecdfbb 2344 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
fdd6fa61
AG
2345 *) ac_arg=$ac_var=$ac_new_val ;;
2346 esac
2347 case " $ac_configure_args " in
2348 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2349 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
fdd6fa61
AG
2350 esac
2351 fi
2352done
2353if $ac_cache_corrupted; then
81ecdfbb
RW
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2355$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2357$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2358 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
fdd6fa61 2359fi
81ecdfbb
RW
2360## -------------------- ##
2361## Main body of script. ##
2362## -------------------- ##
fdd6fa61
AG
2363
2364ac_ext=c
2365ac_cpp='$CPP $CPPFLAGS'
2366ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2367ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2368ac_compiler_gnu=$ac_cv_c_compiler_gnu
2369
2370
6bb11ab3
L
2371
2372
2373
2374
2375
c2783492
MF
2376ac_aux_dir=
2377for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2378 if test -f "$ac_dir/install-sh"; then
2379 ac_aux_dir=$ac_dir
2380 ac_install_sh="$ac_aux_dir/install-sh -c"
2381 break
2382 elif test -f "$ac_dir/install.sh"; then
2383 ac_aux_dir=$ac_dir
2384 ac_install_sh="$ac_aux_dir/install.sh -c"
2385 break
2386 elif test -f "$ac_dir/shtool"; then
2387 ac_aux_dir=$ac_dir
2388 ac_install_sh="$ac_aux_dir/shtool install -c"
2389 break
2390 fi
2391done
2392if test -z "$ac_aux_dir"; then
2393 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2394fi
2395
2396# These three variables are undocumented and unsupported,
2397# and are intended to be withdrawn in a future Autoconf release.
2398# They can cause serious problems if a builder's source tree is in a directory
2399# whose full name contains unusual characters.
2400ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2401ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2402ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2403
2404
2405# Make sure we can run config.sub.
2406$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2407 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2408
2409{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2410$as_echo_n "checking build system type... " >&6; }
2411if ${ac_cv_build+:} false; then :
2412 $as_echo_n "(cached) " >&6
2413else
2414 ac_build_alias=$build_alias
2415test "x$ac_build_alias" = x &&
2416 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2417test "x$ac_build_alias" = x &&
2418 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2419ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2420 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2421
2422fi
2423{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2424$as_echo "$ac_cv_build" >&6; }
2425case $ac_cv_build in
2426*-*-*) ;;
2427*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2428esac
2429build=$ac_cv_build
2430ac_save_IFS=$IFS; IFS='-'
2431set x $ac_cv_build
2432shift
2433build_cpu=$1
2434build_vendor=$2
2435shift; shift
2436# Remember, the first character of IFS is used to create $*,
2437# except with old shells:
2438build_os=$*
2439IFS=$ac_save_IFS
2440case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2441
2442
2443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2444$as_echo_n "checking host system type... " >&6; }
2445if ${ac_cv_host+:} false; then :
2446 $as_echo_n "(cached) " >&6
2447else
2448 if test "x$host_alias" = x; then
2449 ac_cv_host=$ac_cv_build
2450else
2451 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2452 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2453fi
2454
2455fi
2456{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2457$as_echo "$ac_cv_host" >&6; }
2458case $ac_cv_host in
2459*-*-*) ;;
2460*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2461esac
2462host=$ac_cv_host
2463ac_save_IFS=$IFS; IFS='-'
2464set x $ac_cv_host
2465shift
2466host_cpu=$1
2467host_vendor=$2
2468shift; shift
2469# Remember, the first character of IFS is used to create $*,
2470# except with old shells:
2471host_os=$*
2472IFS=$ac_save_IFS
2473case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2474
2475
2476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2477$as_echo_n "checking target system type... " >&6; }
2478if ${ac_cv_target+:} false; then :
2479 $as_echo_n "(cached) " >&6
2480else
2481 if test "x$target_alias" = x; then
2482 ac_cv_target=$ac_cv_host
2483else
2484 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2485 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2486fi
2487
2488fi
2489{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2490$as_echo "$ac_cv_target" >&6; }
2491case $ac_cv_target in
2492*-*-*) ;;
2493*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2494esac
2495target=$ac_cv_target
2496ac_save_IFS=$IFS; IFS='-'
2497set x $ac_cv_target
2498shift
2499target_cpu=$1
2500target_vendor=$2
2501shift; shift
2502# Remember, the first character of IFS is used to create $*,
2503# except with old shells:
2504target_os=$*
2505IFS=$ac_save_IFS
2506case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2507
2508
2509# The aliases save the names the user supplied, while $host etc.
2510# will get canonicalized.
2511test -n "$target_alias" &&
2512 test "$program_prefix$program_suffix$program_transform_name" = \
2513 NONENONEs,x,x, &&
2514 program_prefix=${target_alias}-
6bb11ab3
L
2515ac_ext=c
2516ac_cpp='$CPP $CPPFLAGS'
2517ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2518ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2519ac_compiler_gnu=$ac_cv_c_compiler_gnu
2520if test -n "$ac_tool_prefix"; then
2521 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2522set dummy ${ac_tool_prefix}gcc; ac_word=$2
2523{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2524$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2525if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2526 $as_echo_n "(cached) " >&6
2527else
2528 if test -n "$CC"; then
2529 ac_cv_prog_CC="$CC" # Let the user override the test.
2530else
2531as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2532for as_dir in $PATH
2533do
2534 IFS=$as_save_IFS
2535 test -z "$as_dir" && as_dir=.
2536 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2537 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2538 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2539 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2540 break 2
2541 fi
2542done
2543 done
2544IFS=$as_save_IFS
2545
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 "$ac_cv_prog_CC"; then
2560 ac_ct_CC=$CC
2561 # Extract the first word of "gcc", so it can be a program name with args.
2562set dummy gcc; ac_word=$2
2563{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2564$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2565if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2566 $as_echo_n "(cached) " >&6
2567else
2568 if test -n "$ac_ct_CC"; then
2569 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2570else
2571as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2572for as_dir in $PATH
2573do
2574 IFS=$as_save_IFS
2575 test -z "$as_dir" && as_dir=.
2576 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2577 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2578 ac_cv_prog_ac_ct_CC="gcc"
2579 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2580 break 2
2581 fi
2582done
2583 done
2584IFS=$as_save_IFS
2585
2586fi
2587fi
2588ac_ct_CC=$ac_cv_prog_ac_ct_CC
2589if test -n "$ac_ct_CC"; then
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2591$as_echo "$ac_ct_CC" >&6; }
2592else
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2594$as_echo "no" >&6; }
2595fi
2596
2597 if test "x$ac_ct_CC" = x; then
2598 CC=""
2599 else
2600 case $cross_compiling:$ac_tool_warned in
2601yes:)
2602{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2603$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2604ac_tool_warned=yes ;;
2605esac
2606 CC=$ac_ct_CC
2607 fi
2608else
2609 CC="$ac_cv_prog_CC"
2610fi
2611
2612if test -z "$CC"; then
2613 if test -n "$ac_tool_prefix"; then
2614 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2615set dummy ${ac_tool_prefix}cc; ac_word=$2
2616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2617$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2618if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2619 $as_echo_n "(cached) " >&6
2620else
2621 if test -n "$CC"; then
2622 ac_cv_prog_CC="$CC" # Let the user override the test.
2623else
2624as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2625for as_dir in $PATH
2626do
2627 IFS=$as_save_IFS
2628 test -z "$as_dir" && as_dir=.
2629 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2630 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2631 ac_cv_prog_CC="${ac_tool_prefix}cc"
2632 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2633 break 2
2634 fi
2635done
2636 done
2637IFS=$as_save_IFS
2638
2639fi
2640fi
2641CC=$ac_cv_prog_CC
2642if test -n "$CC"; then
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2644$as_echo "$CC" >&6; }
2645else
2646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2647$as_echo "no" >&6; }
2648fi
2649
2650
2651 fi
2652fi
2653if test -z "$CC"; then
2654 # Extract the first word of "cc", so it can be a program name with args.
2655set dummy cc; ac_word=$2
2656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2657$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2658if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2659 $as_echo_n "(cached) " >&6
2660else
2661 if test -n "$CC"; then
2662 ac_cv_prog_CC="$CC" # Let the user override the test.
2663else
2664 ac_prog_rejected=no
2665as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2666for as_dir in $PATH
2667do
2668 IFS=$as_save_IFS
2669 test -z "$as_dir" && as_dir=.
2670 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2671 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2672 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2673 ac_prog_rejected=yes
2674 continue
2675 fi
2676 ac_cv_prog_CC="cc"
2677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2678 break 2
2679 fi
2680done
2681 done
2682IFS=$as_save_IFS
2683
2684if test $ac_prog_rejected = yes; then
2685 # We found a bogon in the path, so make sure we never use it.
2686 set dummy $ac_cv_prog_CC
2687 shift
2688 if test $# != 0; then
2689 # We chose a different compiler from the bogus one.
2690 # However, it has the same basename, so the bogon will be chosen
2691 # first if we set CC to just the basename; use the full file name.
2692 shift
2693 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2694 fi
2695fi
2696fi
2697fi
2698CC=$ac_cv_prog_CC
2699if test -n "$CC"; then
2700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2701$as_echo "$CC" >&6; }
2702else
2703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2704$as_echo "no" >&6; }
2705fi
2706
2707
2708fi
2709if test -z "$CC"; then
2710 if test -n "$ac_tool_prefix"; then
2711 for ac_prog in cl.exe
2712 do
2713 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2714set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2716$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2717if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2718 $as_echo_n "(cached) " >&6
2719else
2720 if test -n "$CC"; then
2721 ac_cv_prog_CC="$CC" # Let the user override the test.
2722else
2723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2724for as_dir in $PATH
2725do
2726 IFS=$as_save_IFS
2727 test -z "$as_dir" && as_dir=.
2728 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2729 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2730 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2732 break 2
2733 fi
2734done
2735 done
2736IFS=$as_save_IFS
2737
2738fi
2739fi
2740CC=$ac_cv_prog_CC
2741if test -n "$CC"; then
2742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2743$as_echo "$CC" >&6; }
2744else
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2746$as_echo "no" >&6; }
2747fi
2748
2749
2750 test -n "$CC" && break
2751 done
2752fi
2753if test -z "$CC"; then
2754 ac_ct_CC=$CC
2755 for ac_prog in cl.exe
2756do
2757 # Extract the first word of "$ac_prog", so it can be a program name with args.
2758set dummy $ac_prog; ac_word=$2
2759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2760$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2761if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2762 $as_echo_n "(cached) " >&6
2763else
2764 if test -n "$ac_ct_CC"; then
2765 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2766else
2767as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2768for as_dir in $PATH
2769do
2770 IFS=$as_save_IFS
2771 test -z "$as_dir" && as_dir=.
2772 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2773 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2774 ac_cv_prog_ac_ct_CC="$ac_prog"
2775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2776 break 2
2777 fi
2778done
2779 done
2780IFS=$as_save_IFS
2781
2782fi
2783fi
2784ac_ct_CC=$ac_cv_prog_ac_ct_CC
2785if test -n "$ac_ct_CC"; then
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2787$as_echo "$ac_ct_CC" >&6; }
2788else
2789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2790$as_echo "no" >&6; }
2791fi
2792
2793
2794 test -n "$ac_ct_CC" && break
2795done
2796
2797 if test "x$ac_ct_CC" = x; then
2798 CC=""
2799 else
2800 case $cross_compiling:$ac_tool_warned in
2801yes:)
2802{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2803$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2804ac_tool_warned=yes ;;
2805esac
2806 CC=$ac_ct_CC
2807 fi
2808fi
2809
2810fi
2811
2812
2813test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2814$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2815as_fn_error $? "no acceptable C compiler found in \$PATH
2816See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2817
2818# Provide some information about the compiler.
2819$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2820set X $ac_compile
2821ac_compiler=$2
2822for ac_option in --version -v -V -qversion; do
2823 { { ac_try="$ac_compiler $ac_option >&5"
2824case "(($ac_try" in
2825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2826 *) ac_try_echo=$ac_try;;
2827esac
2828eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2829$as_echo "$ac_try_echo"; } >&5
2830 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2831 ac_status=$?
2832 if test -s conftest.err; then
2833 sed '10a\
2834... rest of stderr output deleted ...
2835 10q' conftest.err >conftest.er1
2836 cat conftest.er1 >&5
6bb11ab3 2837 fi
d0ac1c44 2838 rm -f conftest.er1 conftest.err
6bb11ab3
L
2839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2840 test $ac_status = 0; }
2841done
2842
2843cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2844/* end confdefs.h. */
2845
2846int
2847main ()
2848{
2849
2850 ;
2851 return 0;
2852}
2853_ACEOF
2854ac_clean_files_save=$ac_clean_files
d0ac1c44 2855ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2856# Try to create an executable without -o first, disregard a.out.
2857# It will help us diagnose broken compilers, and finding out an intuition
2858# of exeext.
d0ac1c44
SM
2859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2860$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2861ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2862
2863# The possible output files:
2864ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2865
2866ac_rmfiles=
2867for ac_file in $ac_files
2868do
2869 case $ac_file in
2870 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2871 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2872 esac
2873done
2874rm -f $ac_rmfiles
2875
2876if { { ac_try="$ac_link_default"
2877case "(($ac_try" in
2878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2879 *) ac_try_echo=$ac_try;;
2880esac
2881eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2882$as_echo "$ac_try_echo"; } >&5
2883 (eval "$ac_link_default") 2>&5
2884 ac_status=$?
2885 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2886 test $ac_status = 0; }; then :
2887 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2888# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2889# in a Makefile. We should not override ac_cv_exeext if it was cached,
2890# so that the user can short-circuit this test for compilers unknown to
2891# Autoconf.
2892for ac_file in $ac_files ''
2893do
2894 test -f "$ac_file" || continue
2895 case $ac_file in
2896 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2897 ;;
2898 [ab].out )
2899 # We found the default executable, but exeext='' is most
2900 # certainly right.
2901 break;;
2902 *.* )
2903 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2904 then :; else
2905 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2906 fi
2907 # We set ac_cv_exeext here because the later test for it is not
2908 # safe: cross compilers may not add the suffix if given an `-o'
2909 # argument, so we may need to know it at that point already.
2910 # Even if this section looks crufty: it has the advantage of
2911 # actually working.
2912 break;;
2913 * )
2914 break;;
2915 esac
2916done
2917test "$ac_cv_exeext" = no && ac_cv_exeext=
2918
2919else
2920 ac_file=''
2921fi
6bb11ab3 2922if test -z "$ac_file"; then :
d0ac1c44
SM
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2924$as_echo "no" >&6; }
2925$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2926sed 's/^/| /' conftest.$ac_ext >&5
2927
2928{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2929$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2930as_fn_error 77 "C compiler cannot create executables
2931See \`config.log' for more details" "$LINENO" 5; }
2932else
2933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2934$as_echo "yes" >&6; }
6bb11ab3 2935fi
d0ac1c44
SM
2936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2937$as_echo_n "checking for C compiler default output file name... " >&6; }
2938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2939$as_echo "$ac_file" >&6; }
6bb11ab3
L
2940ac_exeext=$ac_cv_exeext
2941
d0ac1c44 2942rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2943ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2945$as_echo_n "checking for suffix of executables... " >&6; }
2946if { { ac_try="$ac_link"
2947case "(($ac_try" in
2948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2949 *) ac_try_echo=$ac_try;;
2950esac
2951eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2952$as_echo "$ac_try_echo"; } >&5
2953 (eval "$ac_link") 2>&5
2954 ac_status=$?
2955 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2956 test $ac_status = 0; }; then :
2957 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2958# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2959# work properly (i.e., refer to `conftest.exe'), while it won't with
2960# `rm'.
2961for ac_file in conftest.exe conftest conftest.*; do
2962 test -f "$ac_file" || continue
2963 case $ac_file in
2964 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2965 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2966 break;;
2967 * ) break;;
2968 esac
2969done
2970else
2971 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2972$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2973as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2974See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2975fi
d0ac1c44 2976rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
2977{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2978$as_echo "$ac_cv_exeext" >&6; }
2979
2980rm -f conftest.$ac_ext
2981EXEEXT=$ac_cv_exeext
2982ac_exeext=$EXEEXT
d0ac1c44
SM
2983cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2984/* end confdefs.h. */
2985#include <stdio.h>
2986int
2987main ()
2988{
2989FILE *f = fopen ("conftest.out", "w");
2990 return ferror (f) || fclose (f) != 0;
2991
2992 ;
2993 return 0;
2994}
2995_ACEOF
2996ac_clean_files="$ac_clean_files conftest.out"
2997# Check that the compiler produces executables we can run. If not, either
2998# the compiler is broken, or we cross compile.
2999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3000$as_echo_n "checking whether we are cross compiling... " >&6; }
3001if test "$cross_compiling" != yes; then
3002 { { ac_try="$ac_link"
3003case "(($ac_try" in
3004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3005 *) ac_try_echo=$ac_try;;
3006esac
3007eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3008$as_echo "$ac_try_echo"; } >&5
3009 (eval "$ac_link") 2>&5
3010 ac_status=$?
3011 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3012 test $ac_status = 0; }
3013 if { ac_try='./conftest$ac_cv_exeext'
3014 { { case "(($ac_try" in
3015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3016 *) ac_try_echo=$ac_try;;
3017esac
3018eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3019$as_echo "$ac_try_echo"; } >&5
3020 (eval "$ac_try") 2>&5
3021 ac_status=$?
3022 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3023 test $ac_status = 0; }; }; then
3024 cross_compiling=no
3025 else
3026 if test "$cross_compiling" = maybe; then
3027 cross_compiling=yes
3028 else
3029 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3030$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3031as_fn_error $? "cannot run C compiled programs.
3032If you meant to cross compile, use \`--host'.
3033See \`config.log' for more details" "$LINENO" 5; }
3034 fi
3035 fi
3036fi
3037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3038$as_echo "$cross_compiling" >&6; }
3039
3040rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3041ac_clean_files=$ac_clean_files_save
6bb11ab3
L
3042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3043$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3044if ${ac_cv_objext+:} false; then :
6bb11ab3
L
3045 $as_echo_n "(cached) " >&6
3046else
3047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3048/* end confdefs.h. */
3049
3050int
3051main ()
3052{
3053
3054 ;
3055 return 0;
3056}
3057_ACEOF
3058rm -f conftest.o conftest.obj
3059if { { ac_try="$ac_compile"
3060case "(($ac_try" in
3061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3062 *) ac_try_echo=$ac_try;;
3063esac
3064eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3065$as_echo "$ac_try_echo"; } >&5
3066 (eval "$ac_compile") 2>&5
3067 ac_status=$?
3068 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3069 test $ac_status = 0; }; then :
3070 for ac_file in conftest.o conftest.obj conftest.*; do
3071 test -f "$ac_file" || continue;
3072 case $ac_file in
3073 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3074 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3075 break;;
3076 esac
3077done
3078else
3079 $as_echo "$as_me: failed program was:" >&5
3080sed 's/^/| /' conftest.$ac_ext >&5
3081
3082{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3083$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3084as_fn_error $? "cannot compute suffix of object files: cannot compile
3085See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
3086fi
3087rm -f conftest.$ac_cv_objext conftest.$ac_ext
3088fi
3089{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3090$as_echo "$ac_cv_objext" >&6; }
3091OBJEXT=$ac_cv_objext
3092ac_objext=$OBJEXT
3093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3094$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3095if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
3096 $as_echo_n "(cached) " >&6
3097else
3098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3099/* end confdefs.h. */
3100
3101int
3102main ()
3103{
3104#ifndef __GNUC__
3105 choke me
3106#endif
3107
3108 ;
3109 return 0;
3110}
3111_ACEOF
3112if ac_fn_c_try_compile "$LINENO"; then :
3113 ac_compiler_gnu=yes
3114else
3115 ac_compiler_gnu=no
3116fi
3117rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3118ac_cv_c_compiler_gnu=$ac_compiler_gnu
3119
3120fi
3121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3122$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3123if test $ac_compiler_gnu = yes; then
3124 GCC=yes
3125else
3126 GCC=
3127fi
3128ac_test_CFLAGS=${CFLAGS+set}
3129ac_save_CFLAGS=$CFLAGS
3130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3131$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3132if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3133 $as_echo_n "(cached) " >&6
3134else
3135 ac_save_c_werror_flag=$ac_c_werror_flag
3136 ac_c_werror_flag=yes
3137 ac_cv_prog_cc_g=no
3138 CFLAGS="-g"
3139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3140/* end confdefs.h. */
3141
3142int
3143main ()
3144{
3145
3146 ;
3147 return 0;
3148}
3149_ACEOF
3150if ac_fn_c_try_compile "$LINENO"; then :
3151 ac_cv_prog_cc_g=yes
3152else
3153 CFLAGS=""
3154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3155/* end confdefs.h. */
3156
3157int
3158main ()
3159{
3160
3161 ;
3162 return 0;
3163}
3164_ACEOF
3165if ac_fn_c_try_compile "$LINENO"; then :
3166
3167else
3168 ac_c_werror_flag=$ac_save_c_werror_flag
3169 CFLAGS="-g"
3170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3171/* end confdefs.h. */
3172
3173int
3174main ()
3175{
3176
3177 ;
3178 return 0;
3179}
3180_ACEOF
3181if ac_fn_c_try_compile "$LINENO"; then :
3182 ac_cv_prog_cc_g=yes
3183fi
3184rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3185fi
3186rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3187fi
3188rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3189 ac_c_werror_flag=$ac_save_c_werror_flag
3190fi
3191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3192$as_echo "$ac_cv_prog_cc_g" >&6; }
3193if test "$ac_test_CFLAGS" = set; then
3194 CFLAGS=$ac_save_CFLAGS
3195elif test $ac_cv_prog_cc_g = yes; then
3196 if test "$GCC" = yes; then
3197 CFLAGS="-g -O2"
3198 else
3199 CFLAGS="-g"
3200 fi
3201else
3202 if test "$GCC" = yes; then
3203 CFLAGS="-O2"
3204 else
3205 CFLAGS=
3206 fi
3207fi
3208{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3209$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3210if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3211 $as_echo_n "(cached) " >&6
3212else
3213 ac_cv_prog_cc_c89=no
3214ac_save_CC=$CC
3215cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3216/* end confdefs.h. */
3217#include <stdarg.h>
3218#include <stdio.h>
d0ac1c44 3219struct stat;
6bb11ab3
L
3220/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3221struct buf { int x; };
3222FILE * (*rcsopen) (struct buf *, struct stat *, int);
3223static char *e (p, i)
3224 char **p;
3225 int i;
3226{
3227 return p[i];
3228}
3229static char *f (char * (*g) (char **, int), char **p, ...)
3230{
3231 char *s;
3232 va_list v;
3233 va_start (v,p);
3234 s = g (p, va_arg (v,int));
3235 va_end (v);
3236 return s;
3237}
3238
3239/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3240 function prototypes and stuff, but not '\xHH' hex character constants.
3241 These don't provoke an error unfortunately, instead are silently treated
3242 as 'x'. The following induces an error, until -std is added to get
3243 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3244 array size at least. It's necessary to write '\x00'==0 to get something
3245 that's true only with -std. */
3246int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3247
3248/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3249 inside strings and character constants. */
3250#define FOO(x) 'x'
3251int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3252
3253int test (int i, double x);
3254struct s1 {int (*f) (int a);};
3255struct s2 {int (*f) (double a);};
3256int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3257int argc;
3258char **argv;
3259int
3260main ()
3261{
3262return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3263 ;
3264 return 0;
3265}
3266_ACEOF
3267for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3268 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3269do
3270 CC="$ac_save_CC $ac_arg"
3271 if ac_fn_c_try_compile "$LINENO"; then :
3272 ac_cv_prog_cc_c89=$ac_arg
3273fi
3274rm -f core conftest.err conftest.$ac_objext
3275 test "x$ac_cv_prog_cc_c89" != "xno" && break
3276done
3277rm -f conftest.$ac_ext
3278CC=$ac_save_CC
3279
3280fi
3281# AC_CACHE_VAL
3282case "x$ac_cv_prog_cc_c89" in
3283 x)
3284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3285$as_echo "none needed" >&6; } ;;
3286 xno)
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3288$as_echo "unsupported" >&6; } ;;
3289 *)
3290 CC="$CC $ac_cv_prog_cc_c89"
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3292$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3293esac
3294if test "x$ac_cv_prog_cc_c89" != xno; then :
3295
3296fi
3297
3298ac_ext=c
3299ac_cpp='$CPP $CPPFLAGS'
3300ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3301ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3302ac_compiler_gnu=$ac_cv_c_compiler_gnu
3303
c2783492 3304
ebe9564b
MF
3305ac_ext=c
3306ac_cpp='$CPP $CPPFLAGS'
3307ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3308ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3309ac_compiler_gnu=$ac_cv_c_compiler_gnu
3310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3311$as_echo_n "checking how to run the C preprocessor... " >&6; }
3312# On Suns, sometimes $CPP names a directory.
3313if test -n "$CPP" && test -d "$CPP"; then
3314 CPP=
3315fi
3316if test -z "$CPP"; then
3317 if ${ac_cv_prog_CPP+:} false; then :
3318 $as_echo_n "(cached) " >&6
3319else
3320 # Double quotes because CPP needs to be expanded
3321 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3322 do
3323 ac_preproc_ok=false
3324for ac_c_preproc_warn_flag in '' yes
3325do
3326 # Use a header file that comes with gcc, so configuring glibc
3327 # with a fresh cross-compiler works.
3328 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3329 # <limits.h> exists even on freestanding compilers.
3330 # On the NeXT, cc -E runs the code through the compiler's parser,
3331 # not just through cpp. "Syntax error" is here to catch this case.
3332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3333/* end confdefs.h. */
3334#ifdef __STDC__
3335# include <limits.h>
3336#else
3337# include <assert.h>
3338#endif
3339 Syntax error
3340_ACEOF
3341if ac_fn_c_try_cpp "$LINENO"; then :
3342
3343else
3344 # Broken: fails on valid input.
3345continue
3346fi
3347rm -f conftest.err conftest.i conftest.$ac_ext
3348
3349 # OK, works on sane cases. Now check whether nonexistent headers
3350 # can be detected and how.
3351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3352/* end confdefs.h. */
3353#include <ac_nonexistent.h>
3354_ACEOF
3355if ac_fn_c_try_cpp "$LINENO"; then :
3356 # Broken: success on invalid input.
3357continue
3358else
3359 # Passes both tests.
3360ac_preproc_ok=:
3361break
3362fi
3363rm -f conftest.err conftest.i conftest.$ac_ext
3364
3365done
3366# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3367rm -f conftest.i conftest.err conftest.$ac_ext
3368if $ac_preproc_ok; then :
3369 break
3370fi
3371
3372 done
3373 ac_cv_prog_CPP=$CPP
3374
3375fi
3376 CPP=$ac_cv_prog_CPP
3377else
3378 ac_cv_prog_CPP=$CPP
3379fi
3380{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3381$as_echo "$CPP" >&6; }
3382ac_preproc_ok=false
3383for ac_c_preproc_warn_flag in '' yes
3384do
3385 # Use a header file that comes with gcc, so configuring glibc
3386 # with a fresh cross-compiler works.
3387 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3388 # <limits.h> exists even on freestanding compilers.
3389 # On the NeXT, cc -E runs the code through the compiler's parser,
3390 # not just through cpp. "Syntax error" is here to catch this case.
3391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3392/* end confdefs.h. */
3393#ifdef __STDC__
3394# include <limits.h>
3395#else
3396# include <assert.h>
3397#endif
3398 Syntax error
3399_ACEOF
3400if ac_fn_c_try_cpp "$LINENO"; then :
3401
3402else
3403 # Broken: fails on valid input.
3404continue
3405fi
3406rm -f conftest.err conftest.i conftest.$ac_ext
3407
3408 # OK, works on sane cases. Now check whether nonexistent headers
3409 # can be detected and how.
3410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3411/* end confdefs.h. */
3412#include <ac_nonexistent.h>
3413_ACEOF
3414if ac_fn_c_try_cpp "$LINENO"; then :
3415 # Broken: success on invalid input.
3416continue
3417else
3418 # Passes both tests.
3419ac_preproc_ok=:
3420break
3421fi
3422rm -f conftest.err conftest.i conftest.$ac_ext
3423
3424done
3425# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3426rm -f conftest.i conftest.err conftest.$ac_ext
3427if $ac_preproc_ok; then :
3428
3429else
3430 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3431$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3432as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3433See \`config.log' for more details" "$LINENO" 5; }
3434fi
3435
3436ac_ext=c
3437ac_cpp='$CPP $CPPFLAGS'
3438ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3439ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3440ac_compiler_gnu=$ac_cv_c_compiler_gnu
3441
6bb11ab3
L
3442
3443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3444$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3445if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3446 $as_echo_n "(cached) " >&6
3447else
3448 if test -z "$GREP"; then
3449 ac_path_GREP_found=false
3450 # Loop through the user's path and test for each of PROGNAME-LIST
3451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3452for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3453do
3454 IFS=$as_save_IFS
3455 test -z "$as_dir" && as_dir=.
3456 for ac_prog in grep ggrep; do
3457 for ac_exec_ext in '' $ac_executable_extensions; do
3458 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3459 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3460# Check for GNU ac_path_GREP and select it if it is found.
3461 # Check for GNU $ac_path_GREP
3462case `"$ac_path_GREP" --version 2>&1` in
3463*GNU*)
3464 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3465*)
3466 ac_count=0
3467 $as_echo_n 0123456789 >"conftest.in"
3468 while :
3469 do
3470 cat "conftest.in" "conftest.in" >"conftest.tmp"
3471 mv "conftest.tmp" "conftest.in"
3472 cp "conftest.in" "conftest.nl"
3473 $as_echo 'GREP' >> "conftest.nl"
3474 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3475 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3476 as_fn_arith $ac_count + 1 && ac_count=$as_val
3477 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3478 # Best one so far, save it but keep looking for a better one
3479 ac_cv_path_GREP="$ac_path_GREP"
3480 ac_path_GREP_max=$ac_count
3481 fi
3482 # 10*(2^10) chars as input seems more than enough
3483 test $ac_count -gt 10 && break
3484 done
3485 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3486esac
3487
3488 $ac_path_GREP_found && break 3
3489 done
3490 done
3491 done
3492IFS=$as_save_IFS
3493 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3494 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3495 fi
3496else
3497 ac_cv_path_GREP=$GREP
3498fi
3499
3500fi
3501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3502$as_echo "$ac_cv_path_GREP" >&6; }
3503 GREP="$ac_cv_path_GREP"
3504
3505
3506{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3507$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3508if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3509 $as_echo_n "(cached) " >&6
3510else
3511 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3512 then ac_cv_path_EGREP="$GREP -E"
3513 else
3514 if test -z "$EGREP"; then
3515 ac_path_EGREP_found=false
3516 # Loop through the user's path and test for each of PROGNAME-LIST
3517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3518for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3519do
3520 IFS=$as_save_IFS
3521 test -z "$as_dir" && as_dir=.
3522 for ac_prog in egrep; do
3523 for ac_exec_ext in '' $ac_executable_extensions; do
3524 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3525 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3526# Check for GNU ac_path_EGREP and select it if it is found.
3527 # Check for GNU $ac_path_EGREP
3528case `"$ac_path_EGREP" --version 2>&1` in
3529*GNU*)
3530 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3531*)
3532 ac_count=0
3533 $as_echo_n 0123456789 >"conftest.in"
3534 while :
3535 do
3536 cat "conftest.in" "conftest.in" >"conftest.tmp"
3537 mv "conftest.tmp" "conftest.in"
3538 cp "conftest.in" "conftest.nl"
3539 $as_echo 'EGREP' >> "conftest.nl"
3540 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3541 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3542 as_fn_arith $ac_count + 1 && ac_count=$as_val
3543 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3544 # Best one so far, save it but keep looking for a better one
3545 ac_cv_path_EGREP="$ac_path_EGREP"
3546 ac_path_EGREP_max=$ac_count
3547 fi
3548 # 10*(2^10) chars as input seems more than enough
3549 test $ac_count -gt 10 && break
3550 done
3551 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3552esac
3553
3554 $ac_path_EGREP_found && break 3
3555 done
3556 done
3557 done
3558IFS=$as_save_IFS
3559 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3560 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3561 fi
3562else
3563 ac_cv_path_EGREP=$EGREP
3564fi
3565
3566 fi
3567fi
3568{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3569$as_echo "$ac_cv_path_EGREP" >&6; }
3570 EGREP="$ac_cv_path_EGREP"
3571
3572
3573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3574$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3575if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3576 $as_echo_n "(cached) " >&6
3577else
3578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3579/* end confdefs.h. */
3580#include <stdlib.h>
3581#include <stdarg.h>
3582#include <string.h>
3583#include <float.h>
3584
3585int
3586main ()
3587{
3588
3589 ;
3590 return 0;
3591}
3592_ACEOF
3593if ac_fn_c_try_compile "$LINENO"; then :
3594 ac_cv_header_stdc=yes
3595else
3596 ac_cv_header_stdc=no
3597fi
3598rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3599
3600if test $ac_cv_header_stdc = yes; then
3601 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3603/* end confdefs.h. */
3604#include <string.h>
3605
3606_ACEOF
3607if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3608 $EGREP "memchr" >/dev/null 2>&1; then :
3609
3610else
3611 ac_cv_header_stdc=no
3612fi
3613rm -f conftest*
3614
3615fi
3616
3617if test $ac_cv_header_stdc = yes; then
3618 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3620/* end confdefs.h. */
3621#include <stdlib.h>
3622
3623_ACEOF
3624if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3625 $EGREP "free" >/dev/null 2>&1; then :
3626
3627else
3628 ac_cv_header_stdc=no
3629fi
3630rm -f conftest*
3631
3632fi
3633
3634if test $ac_cv_header_stdc = yes; then
3635 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3636 if test "$cross_compiling" = yes; then :
3637 :
3638else
3639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3640/* end confdefs.h. */
3641#include <ctype.h>
3642#include <stdlib.h>
3643#if ((' ' & 0x0FF) == 0x020)
3644# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3645# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3646#else
3647# define ISLOWER(c) \
3648 (('a' <= (c) && (c) <= 'i') \
3649 || ('j' <= (c) && (c) <= 'r') \
3650 || ('s' <= (c) && (c) <= 'z'))
3651# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3652#endif
3653
3654#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3655int
3656main ()
3657{
3658 int i;
3659 for (i = 0; i < 256; i++)
3660 if (XOR (islower (i), ISLOWER (i))
3661 || toupper (i) != TOUPPER (i))
3662 return 2;
3663 return 0;
3664}
3665_ACEOF
3666if ac_fn_c_try_run "$LINENO"; then :
3667
3668else
3669 ac_cv_header_stdc=no
3670fi
3671rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3672 conftest.$ac_objext conftest.beam conftest.$ac_ext
3673fi
3674
3675fi
3676fi
3677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3678$as_echo "$ac_cv_header_stdc" >&6; }
3679if test $ac_cv_header_stdc = yes; then
3680
3681$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3682
3683fi
3684
3685# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3686for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3687 inttypes.h stdint.h unistd.h
3688do :
3689 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3690ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3691"
d0ac1c44 3692if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3693 cat >>confdefs.h <<_ACEOF
3694#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3695_ACEOF
3696
3697fi
3698
3699done
3700
3701
3702
3703 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3704if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3705 MINIX=yes
3706else
3707 MINIX=
3708fi
3709
3710
3711 if test "$MINIX" = yes; then
3712
3713$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3714
3715
3716$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3717
3718
3719$as_echo "#define _MINIX 1" >>confdefs.h
3720
3721 fi
3722
3723
3724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3725$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3726if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3727 $as_echo_n "(cached) " >&6
3728else
3729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3730/* end confdefs.h. */
3731
d0ac1c44
SM
3732# define __EXTENSIONS__ 1
3733 $ac_includes_default
6bb11ab3
L
3734int
3735main ()
3736{
3737
3738 ;
3739 return 0;
3740}
3741_ACEOF
3742if ac_fn_c_try_compile "$LINENO"; then :
3743 ac_cv_safe_to_define___extensions__=yes
3744else
3745 ac_cv_safe_to_define___extensions__=no
3746fi
3747rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3748fi
3749{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3750$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3751 test $ac_cv_safe_to_define___extensions__ = yes &&
3752 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3753
3754 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3755
3756 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3757
3758 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3759
3760 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3761
3762
3763test "$program_prefix" != NONE &&
3764 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3765# Use a double $ so make ignores it.
3766test "$program_suffix" != NONE &&
3767 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3768# Double any \ or $.
3769# By default was `s,x,x', remove it if useless.
3770ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3771program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3772
3773# Find a good install program. We prefer a C program (faster),
3774# so one script is as good as another. But avoid the broken or
3775# incompatible versions:
3776# SysV /etc/install, /usr/sbin/install
3777# SunOS /usr/etc/install
3778# IRIX /sbin/install
3779# AIX /bin/install
3780# AmigaOS /C/install, which installs bootblocks on floppy discs
3781# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3782# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3783# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3784# OS/2's system install, which has a completely different semantic
3785# ./install, which can be erroneously created by make from ./install.sh.
3786# Reject install programs that cannot install multiple files.
3787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3788$as_echo_n "checking for a BSD-compatible install... " >&6; }
3789if test -z "$INSTALL"; then
d0ac1c44 3790if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3791 $as_echo_n "(cached) " >&6
3792else
3793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3794for as_dir in $PATH
3795do
3796 IFS=$as_save_IFS
3797 test -z "$as_dir" && as_dir=.
3798 # Account for people who put trailing slashes in PATH elements.
3799case $as_dir/ in #((
3800 ./ | .// | /[cC]/* | \
3801 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3802 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3803 /usr/ucb/* ) ;;
3804 *)
3805 # OSF1 and SCO ODT 3.0 have their own names for install.
3806 # Don't use installbsd from OSF since it installs stuff as root
3807 # by default.
3808 for ac_prog in ginstall scoinst install; do
3809 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3810 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3811 if test $ac_prog = install &&
3812 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3813 # AIX install. It has an incompatible calling convention.
3814 :
3815 elif test $ac_prog = install &&
3816 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3817 # program-specific install script used by HP pwplus--don't use.
3818 :
3819 else
3820 rm -rf conftest.one conftest.two conftest.dir
3821 echo one > conftest.one
3822 echo two > conftest.two
3823 mkdir conftest.dir
3824 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3825 test -s conftest.one && test -s conftest.two &&
3826 test -s conftest.dir/conftest.one &&
3827 test -s conftest.dir/conftest.two
3828 then
3829 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3830 break 3
3831 fi
3832 fi
3833 fi
3834 done
3835 done
3836 ;;
3837esac
3838
3839 done
3840IFS=$as_save_IFS
3841
3842rm -rf conftest.one conftest.two conftest.dir
3843
3844fi
3845 if test "${ac_cv_path_install+set}" = set; then
3846 INSTALL=$ac_cv_path_install
3847 else
3848 # As a last resort, use the slow shell script. Don't cache a
3849 # value for INSTALL within a source directory, because that will
3850 # break other packages using the cache if that directory is
3851 # removed, or if the value is a relative name.
3852 INSTALL=$ac_install_sh
3853 fi
3854fi
3855{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3856$as_echo "$INSTALL" >&6; }
3857
3858# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3859# It thinks the first close brace ends the variable substitution.
3860test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3861
3862test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3863
3864test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3865
3866rm -rf .tst 2>/dev/null
3867mkdir .tst 2>/dev/null
3868if test -d .tst; then
3869 am__leading_dot=.
3870else
3871 am__leading_dot=_
3872fi
3873rmdir .tst 2>/dev/null
3874
3875DEPDIR="${am__leading_dot}deps"
37e9f182
MF
3876
3877
3878
3879
3880 for ac_func in $ac_func_list
3881do :
3882 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3883ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
3884if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
3885 cat >>confdefs.h <<_ACEOF
3886#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3887_ACEOF
3888
3889fi
3890done
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
6bb11ab3
L
3911
3912case `pwd` in
3913 *\ * | *\ *)
3914 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3915$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3916esac
3917
3918
3919
3920macro_version='2.2.7a'
3921macro_revision='1.3134'
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935ltmain="$ac_aux_dir/ltmain.sh"
3936
3937# Backslashify metacharacters that are still active within
3938# double-quoted strings.
3939sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3940
3941# Same as above, but do not quote variable references.
3942double_quote_subst='s/\(["`\\]\)/\\\1/g'
3943
3944# Sed substitution to delay expansion of an escaped shell variable in a
3945# double_quote_subst'ed string.
3946delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3947
3948# Sed substitution to delay expansion of an escaped single quote.
3949delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3950
3951# Sed substitution to avoid accidental globbing in evaled expressions
3952no_glob_subst='s/\*/\\\*/g'
3953
3954ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3955ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3956ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3957
3958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3959$as_echo_n "checking how to print strings... " >&6; }
3960# Test print first, because it will be a builtin if present.
3961if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3962 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3963 ECHO='print -r --'
3964elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3965 ECHO='printf %s\n'
3966else
3967 # Use this function as a fallback that always works.
3968 func_fallback_echo ()
3969 {
3970 eval 'cat <<_LTECHO_EOF
3971$1
3972_LTECHO_EOF'
3973 }
3974 ECHO='func_fallback_echo'
3975fi
3976
3977# func_echo_all arg...
3978# Invoke $ECHO with all args, space-separated.
3979func_echo_all ()
3980{
3981 $ECHO ""
3982}
3983
3984case "$ECHO" in
3985 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3986$as_echo "printf" >&6; } ;;
3987 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3988$as_echo "print -r" >&6; } ;;
3989 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3990$as_echo "cat" >&6; } ;;
3991esac
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4007$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 4008if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
4009 $as_echo_n "(cached) " >&6
4010else
4011 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4012 for ac_i in 1 2 3 4 5 6 7; do
4013 ac_script="$ac_script$as_nl$ac_script"
4014 done
4015 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4016 { ac_script=; unset ac_script;}
4017 if test -z "$SED"; then
4018 ac_path_SED_found=false
4019 # Loop through the user's path and test for each of PROGNAME-LIST
4020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4021for as_dir in $PATH
4022do
4023 IFS=$as_save_IFS
4024 test -z "$as_dir" && as_dir=.
4025 for ac_prog in sed gsed; do
4026 for ac_exec_ext in '' $ac_executable_extensions; do
4027 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4028 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
4029# Check for GNU ac_path_SED and select it if it is found.
4030 # Check for GNU $ac_path_SED
4031case `"$ac_path_SED" --version 2>&1` in
4032*GNU*)
4033 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4034*)
4035 ac_count=0
4036 $as_echo_n 0123456789 >"conftest.in"
4037 while :
4038 do
4039 cat "conftest.in" "conftest.in" >"conftest.tmp"
4040 mv "conftest.tmp" "conftest.in"
4041 cp "conftest.in" "conftest.nl"
4042 $as_echo '' >> "conftest.nl"
4043 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4044 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4045 as_fn_arith $ac_count + 1 && ac_count=$as_val
4046 if test $ac_count -gt ${ac_path_SED_max-0}; then
4047 # Best one so far, save it but keep looking for a better one
4048 ac_cv_path_SED="$ac_path_SED"
4049 ac_path_SED_max=$ac_count
4050 fi
4051 # 10*(2^10) chars as input seems more than enough
4052 test $ac_count -gt 10 && break
4053 done
4054 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4055esac
4056
4057 $ac_path_SED_found && break 3
4058 done
4059 done
4060 done
4061IFS=$as_save_IFS
4062 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4063 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
4064 fi
4065else
4066 ac_cv_path_SED=$SED
4067fi
4068
4069fi
4070{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4071$as_echo "$ac_cv_path_SED" >&6; }
4072 SED="$ac_cv_path_SED"
4073 rm -f conftest.sed
4074
4075test -z "$SED" && SED=sed
4076Xsed="$SED -e 1s/^X//"
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4089$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4090if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
4091 $as_echo_n "(cached) " >&6
4092else
4093 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4094 then ac_cv_path_FGREP="$GREP -F"
4095 else
4096 if test -z "$FGREP"; then
4097 ac_path_FGREP_found=false
4098 # Loop through the user's path and test for each of PROGNAME-LIST
4099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4100for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4101do
4102 IFS=$as_save_IFS
4103 test -z "$as_dir" && as_dir=.
4104 for ac_prog in fgrep; do
4105 for ac_exec_ext in '' $ac_executable_extensions; do
4106 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4107 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
4108# Check for GNU ac_path_FGREP and select it if it is found.
4109 # Check for GNU $ac_path_FGREP
4110case `"$ac_path_FGREP" --version 2>&1` in
4111*GNU*)
4112 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4113*)
4114 ac_count=0
4115 $as_echo_n 0123456789 >"conftest.in"
4116 while :
4117 do
4118 cat "conftest.in" "conftest.in" >"conftest.tmp"
4119 mv "conftest.tmp" "conftest.in"
4120 cp "conftest.in" "conftest.nl"
4121 $as_echo 'FGREP' >> "conftest.nl"
4122 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4123 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4124 as_fn_arith $ac_count + 1 && ac_count=$as_val
4125 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4126 # Best one so far, save it but keep looking for a better one
4127 ac_cv_path_FGREP="$ac_path_FGREP"
4128 ac_path_FGREP_max=$ac_count
4129 fi
4130 # 10*(2^10) chars as input seems more than enough
4131 test $ac_count -gt 10 && break
4132 done
4133 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4134esac
4135
4136 $ac_path_FGREP_found && break 3
4137 done
4138 done
4139 done
4140IFS=$as_save_IFS
4141 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4142 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4143 fi
4144else
4145 ac_cv_path_FGREP=$FGREP
4146fi
4147
4148 fi
4149fi
4150{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4151$as_echo "$ac_cv_path_FGREP" >&6; }
4152 FGREP="$ac_cv_path_FGREP"
4153
4154
4155test -z "$GREP" && GREP=grep
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175# Check whether --with-gnu-ld was given.
4176if test "${with_gnu_ld+set}" = set; then :
4177 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4178else
4179 with_gnu_ld=no
4180fi
4181
4182ac_prog=ld
4183if test "$GCC" = yes; then
4184 # Check if gcc -print-prog-name=ld gives a path.
4185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4186$as_echo_n "checking for ld used by $CC... " >&6; }
4187 case $host in
4188 *-*-mingw*)
4189 # gcc leaves a trailing carriage return which upsets mingw
4190 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4191 *)
4192 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4193 esac
4194 case $ac_prog in
4195 # Accept absolute paths.
4196 [\\/]* | ?:[\\/]*)
4197 re_direlt='/[^/][^/]*/\.\./'
4198 # Canonicalize the pathname of ld
4199 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4200 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4201 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4202 done
4203 test -z "$LD" && LD="$ac_prog"
4204 ;;
4205 "")
4206 # If it fails, then pretend we aren't using GCC.
4207 ac_prog=ld
4208 ;;
4209 *)
4210 # If it is relative, then search for the first ld in PATH.
4211 with_gnu_ld=unknown
4212 ;;
4213 esac
4214elif test "$with_gnu_ld" = yes; then
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4216$as_echo_n "checking for GNU ld... " >&6; }
4217else
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4219$as_echo_n "checking for non-GNU ld... " >&6; }
4220fi
d0ac1c44 4221if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4222 $as_echo_n "(cached) " >&6
4223else
4224 if test -z "$LD"; then
4225 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4226 for ac_dir in $PATH; do
4227 IFS="$lt_save_ifs"
4228 test -z "$ac_dir" && ac_dir=.
4229 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4230 lt_cv_path_LD="$ac_dir/$ac_prog"
4231 # Check to see if the program is GNU ld. I'd rather use --version,
4232 # but apparently some variants of GNU ld only accept -v.
4233 # Break only if it was the GNU/non-GNU ld that we prefer.
4234 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4235 *GNU* | *'with BFD'*)
4236 test "$with_gnu_ld" != no && break
4237 ;;
4238 *)
4239 test "$with_gnu_ld" != yes && break
4240 ;;
4241 esac
4242 fi
4243 done
4244 IFS="$lt_save_ifs"
4245else
4246 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4247fi
4248fi
4249
4250LD="$lt_cv_path_LD"
4251if test -n "$LD"; then
4252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4253$as_echo "$LD" >&6; }
4254else
4255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4256$as_echo "no" >&6; }
4257fi
d0ac1c44 4258test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4260$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4261if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4262 $as_echo_n "(cached) " >&6
4263else
4264 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4265case `$LD -v 2>&1 </dev/null` in
4266*GNU* | *'with BFD'*)
4267 lt_cv_prog_gnu_ld=yes
4268 ;;
4269*)
4270 lt_cv_prog_gnu_ld=no
4271 ;;
4272esac
4273fi
4274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4275$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4276with_gnu_ld=$lt_cv_prog_gnu_ld
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4287$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4288if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4289 $as_echo_n "(cached) " >&6
4290else
4291 if test -n "$NM"; then
4292 # Let the user override the test.
4293 lt_cv_path_NM="$NM"
4294else
4295 lt_nm_to_check="${ac_tool_prefix}nm"
4296 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4297 lt_nm_to_check="$lt_nm_to_check nm"
4298 fi
4299 for lt_tmp_nm in $lt_nm_to_check; do
4300 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4301 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4302 IFS="$lt_save_ifs"
4303 test -z "$ac_dir" && ac_dir=.
4304 tmp_nm="$ac_dir/$lt_tmp_nm"
4305 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4306 # Check to see if the nm accepts a BSD-compat flag.
4307 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4308 # nm: unknown option "B" ignored
4309 # Tru64's nm complains that /dev/null is an invalid object file
4310 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4311 */dev/null* | *'Invalid file or object type'*)
4312 lt_cv_path_NM="$tmp_nm -B"
4313 break
4314 ;;
4315 *)
4316 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4317 */dev/null*)
4318 lt_cv_path_NM="$tmp_nm -p"
4319 break
4320 ;;
4321 *)
4322 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4323 continue # so that we can try to find one that supports BSD flags
4324 ;;
4325 esac
4326 ;;
4327 esac
4328 fi
4329 done
4330 IFS="$lt_save_ifs"
4331 done
4332 : ${lt_cv_path_NM=no}
4333fi
4334fi
4335{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4336$as_echo "$lt_cv_path_NM" >&6; }
4337if test "$lt_cv_path_NM" != "no"; then
4338 NM="$lt_cv_path_NM"
4339else
4340 # Didn't find any BSD compatible name lister, look for dumpbin.
4341 if test -n "$DUMPBIN"; then :
4342 # Let the user override the test.
4343 else
4344 if test -n "$ac_tool_prefix"; then
4345 for ac_prog in dumpbin "link -dump"
4346 do
4347 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4348set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4350$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4351if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4352 $as_echo_n "(cached) " >&6
4353else
4354 if test -n "$DUMPBIN"; then
4355 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4356else
4357as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4358for as_dir in $PATH
4359do
4360 IFS=$as_save_IFS
4361 test -z "$as_dir" && as_dir=.
4362 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4364 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4366 break 2
4367 fi
4368done
4369 done
4370IFS=$as_save_IFS
4371
4372fi
4373fi
4374DUMPBIN=$ac_cv_prog_DUMPBIN
4375if test -n "$DUMPBIN"; then
4376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4377$as_echo "$DUMPBIN" >&6; }
4378else
4379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4380$as_echo "no" >&6; }
4381fi
4382
4383
4384 test -n "$DUMPBIN" && break
4385 done
4386fi
4387if test -z "$DUMPBIN"; then
4388 ac_ct_DUMPBIN=$DUMPBIN
4389 for ac_prog in dumpbin "link -dump"
4390do
4391 # Extract the first word of "$ac_prog", so it can be a program name with args.
4392set dummy $ac_prog; ac_word=$2
4393{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4394$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4395if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4396 $as_echo_n "(cached) " >&6
4397else
4398 if test -n "$ac_ct_DUMPBIN"; then
4399 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4400else
4401as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4402for as_dir in $PATH
4403do
4404 IFS=$as_save_IFS
4405 test -z "$as_dir" && as_dir=.
4406 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4407 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4408 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4410 break 2
4411 fi
4412done
4413 done
4414IFS=$as_save_IFS
4415
4416fi
4417fi
4418ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4419if test -n "$ac_ct_DUMPBIN"; then
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4421$as_echo "$ac_ct_DUMPBIN" >&6; }
4422else
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4424$as_echo "no" >&6; }
4425fi
4426
4427
4428 test -n "$ac_ct_DUMPBIN" && break
4429done
4430
4431 if test "x$ac_ct_DUMPBIN" = x; then
4432 DUMPBIN=":"
4433 else
4434 case $cross_compiling:$ac_tool_warned in
4435yes:)
4436{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4437$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4438ac_tool_warned=yes ;;
4439esac
4440 DUMPBIN=$ac_ct_DUMPBIN
4441 fi
4442fi
4443
4444 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4445 *COFF*)
4446 DUMPBIN="$DUMPBIN -symbols"
4447 ;;
4448 *)
4449 DUMPBIN=:
4450 ;;
4451 esac
4452 fi
4453
4454 if test "$DUMPBIN" != ":"; then
4455 NM="$DUMPBIN"
4456 fi
4457fi
4458test -z "$NM" && NM=nm
4459
4460
4461
4462
4463
4464
4465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4466$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4467if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4468 $as_echo_n "(cached) " >&6
4469else
4470 lt_cv_nm_interface="BSD nm"
4471 echo "int some_variable = 0;" > conftest.$ac_ext
4472 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4473 (eval "$ac_compile" 2>conftest.err)
4474 cat conftest.err >&5
4475 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4476 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4477 cat conftest.err >&5
4478 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4479 cat conftest.out >&5
4480 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4481 lt_cv_nm_interface="MS dumpbin"
4482 fi
4483 rm -f conftest*
4484fi
4485{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4486$as_echo "$lt_cv_nm_interface" >&6; }
4487
4488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4489$as_echo_n "checking whether ln -s works... " >&6; }
4490LN_S=$as_ln_s
4491if test "$LN_S" = "ln -s"; then
4492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4493$as_echo "yes" >&6; }
4494else
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4496$as_echo "no, using $LN_S" >&6; }
4497fi
4498
4499# find the maximum length of command line arguments
4500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4501$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4502if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4503 $as_echo_n "(cached) " >&6
4504else
4505 i=0
4506 teststring="ABCD"
4507
4508 case $build_os in
4509 msdosdjgpp*)
4510 # On DJGPP, this test can blow up pretty badly due to problems in libc
4511 # (any single argument exceeding 2000 bytes causes a buffer overrun
4512 # during glob expansion). Even if it were fixed, the result of this
4513 # check would be larger than it should be.
4514 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4515 ;;
4516
4517 gnu*)
4518 # Under GNU Hurd, this test is not required because there is
4519 # no limit to the length of command line arguments.
4520 # Libtool will interpret -1 as no limit whatsoever
4521 lt_cv_sys_max_cmd_len=-1;
4522 ;;
4523
4524 cygwin* | mingw* | cegcc*)
4525 # On Win9x/ME, this test blows up -- it succeeds, but takes
4526 # about 5 minutes as the teststring grows exponentially.
4527 # Worse, since 9x/ME are not pre-emptively multitasking,
4528 # you end up with a "frozen" computer, even though with patience
4529 # the test eventually succeeds (with a max line length of 256k).
4530 # Instead, let's just punt: use the minimum linelength reported by
4531 # all of the supported platforms: 8192 (on NT/2K/XP).
4532 lt_cv_sys_max_cmd_len=8192;
4533 ;;
4534
4535 mint*)
4536 # On MiNT this can take a long time and run out of memory.
4537 lt_cv_sys_max_cmd_len=8192;
4538 ;;
4539
4540 amigaos*)
4541 # On AmigaOS with pdksh, this test takes hours, literally.
4542 # So we just punt and use a minimum line length of 8192.
4543 lt_cv_sys_max_cmd_len=8192;
4544 ;;
4545
4546 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4547 # This has been around since 386BSD, at least. Likely further.
4548 if test -x /sbin/sysctl; then
4549 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4550 elif test -x /usr/sbin/sysctl; then
4551 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4552 else
4553 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4554 fi
4555 # And add a safety zone
4556 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4557 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4558 ;;
4559
4560 interix*)
4561 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4562 lt_cv_sys_max_cmd_len=196608
4563 ;;
4564
4565 osf*)
4566 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4567 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4568 # nice to cause kernel panics so lets avoid the loop below.
4569 # First set a reasonable default.
4570 lt_cv_sys_max_cmd_len=16384
4571 #
4572 if test -x /sbin/sysconfig; then
4573 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4574 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4575 esac
4576 fi
4577 ;;
4578 sco3.2v5*)
4579 lt_cv_sys_max_cmd_len=102400
4580 ;;
4581 sysv5* | sco5v6* | sysv4.2uw2*)
4582 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4583 if test -n "$kargmax"; then
4584 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4585 else
4586 lt_cv_sys_max_cmd_len=32768
4587 fi
4588 ;;
4589 *)
4590 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4591 if test -n "$lt_cv_sys_max_cmd_len"; then
4592 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4593 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4594 else
4595 # Make teststring a little bigger before we do anything with it.
4596 # a 1K string should be a reasonable start.
4597 for i in 1 2 3 4 5 6 7 8 ; do
4598 teststring=$teststring$teststring
4599 done
4600 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4601 # If test is not a shell built-in, we'll probably end up computing a
4602 # maximum length that is only half of the actual maximum length, but
4603 # we can't tell.
4604 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4605 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4606 test $i != 17 # 1/2 MB should be enough
4607 do
4608 i=`expr $i + 1`
4609 teststring=$teststring$teststring
4610 done
4611 # Only check the string length outside the loop.
4612 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4613 teststring=
4614 # Add a significant safety factor because C++ compilers can tack on
4615 # massive amounts of additional arguments before passing them to the
4616 # linker. It appears as though 1/2 is a usable value.
4617 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4618 fi
4619 ;;
4620 esac
4621
4622fi
4623
4624if test -n $lt_cv_sys_max_cmd_len ; then
4625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4626$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4627else
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4629$as_echo "none" >&6; }
4630fi
4631max_cmd_len=$lt_cv_sys_max_cmd_len
4632
4633
4634
4635
4636
4637
4638: ${CP="cp -f"}
4639: ${MV="mv -f"}
4640: ${RM="rm -f"}
4641
4642{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4643$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4644# Try some XSI features
4645xsi_shell=no
4646( _lt_dummy="a/b/c"
4647 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4648 = c,a/b,, \
4649 && eval 'test $(( 1 + 1 )) -eq 2 \
4650 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4651 && xsi_shell=yes
4652{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4653$as_echo "$xsi_shell" >&6; }
4654
4655
4656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4657$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4658lt_shell_append=no
4659( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4660 >/dev/null 2>&1 \
4661 && lt_shell_append=yes
4662{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4663$as_echo "$lt_shell_append" >&6; }
4664
4665
4666if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4667 lt_unset=unset
4668else
4669 lt_unset=false
4670fi
4671
4672
4673
4674
4675
4676# test EBCDIC or ASCII
4677case `echo X|tr X '\101'` in
4678 A) # ASCII based system
4679 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4680 lt_SP2NL='tr \040 \012'
4681 lt_NL2SP='tr \015\012 \040\040'
4682 ;;
4683 *) # EBCDIC based system
4684 lt_SP2NL='tr \100 \n'
4685 lt_NL2SP='tr \r\n \100\100'
4686 ;;
4687esac
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4698$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4699if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4700 $as_echo_n "(cached) " >&6
4701else
4702 lt_cv_ld_reload_flag='-r'
4703fi
4704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4705$as_echo "$lt_cv_ld_reload_flag" >&6; }
4706reload_flag=$lt_cv_ld_reload_flag
4707case $reload_flag in
4708"" | " "*) ;;
4709*) reload_flag=" $reload_flag" ;;
4710esac
4711reload_cmds='$LD$reload_flag -o $output$reload_objs'
4712case $host_os in
4713 darwin*)
4714 if test "$GCC" = yes; then
4715 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4716 else
4717 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4718 fi
4719 ;;
4720esac
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730if test -n "$ac_tool_prefix"; then
4731 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4732set dummy ${ac_tool_prefix}objdump; ac_word=$2
4733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4734$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4735if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4736 $as_echo_n "(cached) " >&6
4737else
4738 if test -n "$OBJDUMP"; then
4739 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4740else
4741as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4742for as_dir in $PATH
4743do
4744 IFS=$as_save_IFS
4745 test -z "$as_dir" && as_dir=.
4746 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4747 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4748 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4750 break 2
4751 fi
4752done
4753 done
4754IFS=$as_save_IFS
4755
4756fi
4757fi
4758OBJDUMP=$ac_cv_prog_OBJDUMP
4759if test -n "$OBJDUMP"; then
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4761$as_echo "$OBJDUMP" >&6; }
4762else
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4764$as_echo "no" >&6; }
4765fi
4766
4767
4768fi
4769if test -z "$ac_cv_prog_OBJDUMP"; then
4770 ac_ct_OBJDUMP=$OBJDUMP
4771 # Extract the first word of "objdump", so it can be a program name with args.
4772set dummy objdump; ac_word=$2
4773{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4774$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4775if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4776 $as_echo_n "(cached) " >&6
4777else
4778 if test -n "$ac_ct_OBJDUMP"; then
4779 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4780else
4781as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4782for as_dir in $PATH
4783do
4784 IFS=$as_save_IFS
4785 test -z "$as_dir" && as_dir=.
4786 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4787 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4788 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4789 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4790 break 2
4791 fi
4792done
4793 done
4794IFS=$as_save_IFS
4795
4796fi
4797fi
4798ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4799if test -n "$ac_ct_OBJDUMP"; then
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4801$as_echo "$ac_ct_OBJDUMP" >&6; }
4802else
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4804$as_echo "no" >&6; }
4805fi
4806
4807 if test "x$ac_ct_OBJDUMP" = x; then
4808 OBJDUMP="false"
4809 else
4810 case $cross_compiling:$ac_tool_warned in
4811yes:)
4812{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4813$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4814ac_tool_warned=yes ;;
4815esac
4816 OBJDUMP=$ac_ct_OBJDUMP
4817 fi
4818else
4819 OBJDUMP="$ac_cv_prog_OBJDUMP"
4820fi
4821
4822test -z "$OBJDUMP" && OBJDUMP=objdump
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4833$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4834if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4835 $as_echo_n "(cached) " >&6
4836else
4837 lt_cv_file_magic_cmd='$MAGIC_CMD'
4838lt_cv_file_magic_test_file=
4839lt_cv_deplibs_check_method='unknown'
4840# Need to set the preceding variable on all platforms that support
4841# interlibrary dependencies.
4842# 'none' -- dependencies not supported.
4843# `unknown' -- same as none, but documents that we really don't know.
4844# 'pass_all' -- all dependencies passed with no checks.
4845# 'test_compile' -- check by making test program.
4846# 'file_magic [[regex]]' -- check by looking for files in library path
4847# which responds to the $file_magic_cmd with a given extended regex.
4848# If you have `file' or equivalent on your system and you're not sure
4849# whether `pass_all' will *always* work, you probably want this one.
4850
4851case $host_os in
4852aix[4-9]*)
4853 lt_cv_deplibs_check_method=pass_all
4854 ;;
4855
4856beos*)
4857 lt_cv_deplibs_check_method=pass_all
4858 ;;
4859
4860bsdi[45]*)
4861 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4862 lt_cv_file_magic_cmd='/usr/bin/file -L'
4863 lt_cv_file_magic_test_file=/shlib/libc.so
4864 ;;
4865
4866cygwin*)
4867 # func_win32_libid is a shell function defined in ltmain.sh
4868 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4869 lt_cv_file_magic_cmd='func_win32_libid'
4870 ;;
4871
4872mingw* | pw32*)
4873 # Base MSYS/MinGW do not provide the 'file' command needed by
4874 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4875 # unless we find 'file', for example because we are cross-compiling.
4876 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4877 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4878 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4879 lt_cv_file_magic_cmd='func_win32_libid'
4880 else
4881 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4882 lt_cv_file_magic_cmd='$OBJDUMP -f'
4883 fi
4884 ;;
4885
4886cegcc*)
4887 # use the weaker test based on 'objdump'. See mingw*.
4888 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4889 lt_cv_file_magic_cmd='$OBJDUMP -f'
4890 ;;
4891
4892darwin* | rhapsody*)
4893 lt_cv_deplibs_check_method=pass_all
4894 ;;
4895
4896freebsd* | dragonfly*)
4897 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4898 case $host_cpu in
4899 i*86 )
4900 # Not sure whether the presence of OpenBSD here was a mistake.
4901 # Let's accept both of them until this is cleared up.
4902 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4903 lt_cv_file_magic_cmd=/usr/bin/file
4904 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4905 ;;
4906 esac
4907 else
4908 lt_cv_deplibs_check_method=pass_all
4909 fi
4910 ;;
4911
4912gnu*)
4913 lt_cv_deplibs_check_method=pass_all
4914 ;;
4915
4916haiku*)
4917 lt_cv_deplibs_check_method=pass_all
4918 ;;
4919
4920hpux10.20* | hpux11*)
4921 lt_cv_file_magic_cmd=/usr/bin/file
4922 case $host_cpu in
4923 ia64*)
4924 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4925 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4926 ;;
4927 hppa*64*)
4928 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]'
4929 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4930 ;;
4931 *)
4932 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4933 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4934 ;;
4935 esac
4936 ;;
4937
4938interix[3-9]*)
4939 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4940 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4941 ;;
4942
4943irix5* | irix6* | nonstopux*)
4944 case $LD in
4945 *-32|*"-32 ") libmagic=32-bit;;
4946 *-n32|*"-n32 ") libmagic=N32;;
4947 *-64|*"-64 ") libmagic=64-bit;;
4948 *) libmagic=never-match;;
4949 esac
4950 lt_cv_deplibs_check_method=pass_all
4951 ;;
4952
4953# This must be Linux ELF.
4954linux* | k*bsd*-gnu | kopensolaris*-gnu)
4955 lt_cv_deplibs_check_method=pass_all
4956 ;;
4957
4958netbsd*)
4959 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4960 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4961 else
4962 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4963 fi
4964 ;;
4965
4966newos6*)
4967 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4968 lt_cv_file_magic_cmd=/usr/bin/file
4969 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4970 ;;
4971
4972*nto* | *qnx*)
4973 lt_cv_deplibs_check_method=pass_all
4974 ;;
4975
4976openbsd*)
4977 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4978 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4979 else
4980 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4981 fi
4982 ;;
4983
4984osf3* | osf4* | osf5*)
4985 lt_cv_deplibs_check_method=pass_all
4986 ;;
4987
4988rdos*)
4989 lt_cv_deplibs_check_method=pass_all
4990 ;;
4991
4992solaris*)
4993 lt_cv_deplibs_check_method=pass_all
4994 ;;
4995
4996sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4997 lt_cv_deplibs_check_method=pass_all
4998 ;;
4999
5000sysv4 | sysv4.3*)
5001 case $host_vendor in
5002 motorola)
5003 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]'
5004 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5005 ;;
5006 ncr)
5007 lt_cv_deplibs_check_method=pass_all
5008 ;;
5009 sequent)
5010 lt_cv_file_magic_cmd='/bin/file'
5011 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5012 ;;
5013 sni)
5014 lt_cv_file_magic_cmd='/bin/file'
5015 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5016 lt_cv_file_magic_test_file=/lib/libc.so
5017 ;;
5018 siemens)
5019 lt_cv_deplibs_check_method=pass_all
5020 ;;
5021 pc)
5022 lt_cv_deplibs_check_method=pass_all
5023 ;;
5024 esac
5025 ;;
5026
5027tpf*)
5028 lt_cv_deplibs_check_method=pass_all
5029 ;;
5030esac
5031
5032fi
5033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5034$as_echo "$lt_cv_deplibs_check_method" >&6; }
5035file_magic_cmd=$lt_cv_file_magic_cmd
5036deplibs_check_method=$lt_cv_deplibs_check_method
5037test -z "$deplibs_check_method" && deplibs_check_method=unknown
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
68ed2854
MF
5050plugin_option=
5051plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5052for plugin in $plugin_names; do
5053 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5054 if test x$plugin_so = x$plugin; then
5055 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5056 fi
5057 if test x$plugin_so != x$plugin; then
5058 plugin_option="--plugin $plugin_so"
5059 break
5060 fi
5061done
5062
6bb11ab3
L
5063if test -n "$ac_tool_prefix"; then
5064 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5065set dummy ${ac_tool_prefix}ar; ac_word=$2
5066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5067$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5068if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
5069 $as_echo_n "(cached) " >&6
5070else
5071 if test -n "$AR"; then
5072 ac_cv_prog_AR="$AR" # Let the user override the test.
5073else
5074as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5075for as_dir in $PATH
5076do
5077 IFS=$as_save_IFS
5078 test -z "$as_dir" && as_dir=.
5079 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5080 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5081 ac_cv_prog_AR="${ac_tool_prefix}ar"
5082 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5083 break 2
5084 fi
5085done
5086 done
5087IFS=$as_save_IFS
5088
5089fi
5090fi
5091AR=$ac_cv_prog_AR
5092if test -n "$AR"; then
5093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5094$as_echo "$AR" >&6; }
5095else
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5097$as_echo "no" >&6; }
5098fi
5099
5100
5101fi
5102if test -z "$ac_cv_prog_AR"; then
5103 ac_ct_AR=$AR
5104 # Extract the first word of "ar", so it can be a program name with args.
5105set dummy ar; ac_word=$2
5106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5107$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5108if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
5109 $as_echo_n "(cached) " >&6
5110else
5111 if test -n "$ac_ct_AR"; then
5112 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5113else
5114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5115for as_dir in $PATH
5116do
5117 IFS=$as_save_IFS
5118 test -z "$as_dir" && as_dir=.
5119 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5120 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5121 ac_cv_prog_ac_ct_AR="ar"
5122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5123 break 2
5124 fi
5125done
5126 done
5127IFS=$as_save_IFS
5128
5129fi
5130fi
5131ac_ct_AR=$ac_cv_prog_ac_ct_AR
5132if test -n "$ac_ct_AR"; then
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5134$as_echo "$ac_ct_AR" >&6; }
5135else
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5137$as_echo "no" >&6; }
5138fi
5139
5140 if test "x$ac_ct_AR" = x; then
5141 AR="false"
5142 else
5143 case $cross_compiling:$ac_tool_warned in
5144yes:)
5145{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5146$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5147ac_tool_warned=yes ;;
5148esac
5149 AR=$ac_ct_AR
5150 fi
5151else
5152 AR="$ac_cv_prog_AR"
5153fi
5154
5155test -z "$AR" && AR=ar
68ed2854
MF
5156if test -n "$plugin_option"; then
5157 if $AR --help 2>&1 | grep -q "\--plugin"; then
3c811346
MF
5158 touch conftest.c
5159 $AR $plugin_option rc conftest.a conftest.c
5160 if test "$?" != 0; then
5161 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5162$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5163 else
5164 AR="$AR $plugin_option"
5165 fi
5166 rm -f conftest.*
68ed2854
MF
5167 fi
5168fi
6bb11ab3
L
5169test -z "$AR_FLAGS" && AR_FLAGS=cru
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181if test -n "$ac_tool_prefix"; then
5182 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5183set dummy ${ac_tool_prefix}strip; ac_word=$2
5184{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5185$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5186if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5187 $as_echo_n "(cached) " >&6
5188else
5189 if test -n "$STRIP"; then
5190 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5191else
5192as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5193for as_dir in $PATH
5194do
5195 IFS=$as_save_IFS
5196 test -z "$as_dir" && as_dir=.
5197 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5198 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5199 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5201 break 2
5202 fi
5203done
5204 done
5205IFS=$as_save_IFS
5206
5207fi
5208fi
5209STRIP=$ac_cv_prog_STRIP
5210if test -n "$STRIP"; then
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5212$as_echo "$STRIP" >&6; }
5213else
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5215$as_echo "no" >&6; }
5216fi
5217
5218
5219fi
5220if test -z "$ac_cv_prog_STRIP"; then
5221 ac_ct_STRIP=$STRIP
5222 # Extract the first word of "strip", so it can be a program name with args.
5223set dummy strip; ac_word=$2
5224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5225$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5226if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5227 $as_echo_n "(cached) " >&6
5228else
5229 if test -n "$ac_ct_STRIP"; then
5230 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5231else
5232as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5233for as_dir in $PATH
5234do
5235 IFS=$as_save_IFS
5236 test -z "$as_dir" && as_dir=.
5237 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5239 ac_cv_prog_ac_ct_STRIP="strip"
5240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5241 break 2
5242 fi
5243done
5244 done
5245IFS=$as_save_IFS
5246
5247fi
5248fi
5249ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5250if test -n "$ac_ct_STRIP"; then
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5252$as_echo "$ac_ct_STRIP" >&6; }
5253else
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5255$as_echo "no" >&6; }
5256fi
5257
5258 if test "x$ac_ct_STRIP" = x; then
5259 STRIP=":"
5260 else
5261 case $cross_compiling:$ac_tool_warned in
5262yes:)
5263{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5264$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5265ac_tool_warned=yes ;;
5266esac
5267 STRIP=$ac_ct_STRIP
5268 fi
5269else
5270 STRIP="$ac_cv_prog_STRIP"
5271fi
5272
5273test -z "$STRIP" && STRIP=:
5274
5275
5276
5277
5278
5279
5280if test -n "$ac_tool_prefix"; then
5281 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5282set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5284$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5285if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5286 $as_echo_n "(cached) " >&6
5287else
5288 if test -n "$RANLIB"; then
5289 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5290else
5291as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5292for as_dir in $PATH
5293do
5294 IFS=$as_save_IFS
5295 test -z "$as_dir" && as_dir=.
5296 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5297 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5298 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5300 break 2
5301 fi
5302done
5303 done
5304IFS=$as_save_IFS
5305
5306fi
5307fi
5308RANLIB=$ac_cv_prog_RANLIB
5309if test -n "$RANLIB"; then
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5311$as_echo "$RANLIB" >&6; }
5312else
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5314$as_echo "no" >&6; }
5315fi
5316
5317
5318fi
5319if test -z "$ac_cv_prog_RANLIB"; then
5320 ac_ct_RANLIB=$RANLIB
5321 # Extract the first word of "ranlib", so it can be a program name with args.
5322set dummy ranlib; ac_word=$2
5323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5324$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5325if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5326 $as_echo_n "(cached) " >&6
5327else
5328 if test -n "$ac_ct_RANLIB"; then
5329 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5330else
5331as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5332for as_dir in $PATH
5333do
5334 IFS=$as_save_IFS
5335 test -z "$as_dir" && as_dir=.
5336 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5338 ac_cv_prog_ac_ct_RANLIB="ranlib"
5339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5340 break 2
5341 fi
5342done
5343 done
5344IFS=$as_save_IFS
5345
5346fi
5347fi
5348ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5349if test -n "$ac_ct_RANLIB"; then
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5351$as_echo "$ac_ct_RANLIB" >&6; }
5352else
5353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5354$as_echo "no" >&6; }
5355fi
5356
5357 if test "x$ac_ct_RANLIB" = x; then
5358 RANLIB=":"
5359 else
5360 case $cross_compiling:$ac_tool_warned in
5361yes:)
5362{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5363$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5364ac_tool_warned=yes ;;
5365esac
5366 RANLIB=$ac_ct_RANLIB
5367 fi
5368else
5369 RANLIB="$ac_cv_prog_RANLIB"
5370fi
5371
5372test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5373if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5374 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5375 RANLIB="$RANLIB $plugin_option"
5376 fi
5377fi
6bb11ab3
L
5378
5379
5380
5381
5382
5383
5384# Determine commands to create old-style static archives.
5385old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5386old_postinstall_cmds='chmod 644 $oldlib'
5387old_postuninstall_cmds=
5388
5389if test -n "$RANLIB"; then
5390 case $host_os in
5391 openbsd*)
5392 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5393 ;;
5394 *)
5395 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5396 ;;
5397 esac
5398 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5399fi
5400
5401case $host_os in
5402 darwin*)
5403 lock_old_archive_extraction=yes ;;
5404 *)
5405 lock_old_archive_extraction=no ;;
5406esac
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428for ac_prog in gawk mawk nawk awk
5429do
5430 # Extract the first word of "$ac_prog", so it can be a program name with args.
5431set dummy $ac_prog; ac_word=$2
5432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5433$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5434if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5435 $as_echo_n "(cached) " >&6
5436else
5437 if test -n "$AWK"; then
5438 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5439else
5440as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5441for as_dir in $PATH
5442do
5443 IFS=$as_save_IFS
5444 test -z "$as_dir" && as_dir=.
5445 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5446 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5447 ac_cv_prog_AWK="$ac_prog"
5448 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5449 break 2
5450 fi
5451done
5452 done
5453IFS=$as_save_IFS
5454
5455fi
5456fi
5457AWK=$ac_cv_prog_AWK
5458if test -n "$AWK"; then
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5460$as_echo "$AWK" >&6; }
5461else
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5463$as_echo "no" >&6; }
5464fi
5465
5466
5467 test -n "$AWK" && break
5468done
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488# If no C compiler was specified, use CC.
5489LTCC=${LTCC-"$CC"}
5490
5491# If no C compiler flags were specified, use CFLAGS.
5492LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5493
5494# Allow CC to be a program name with arguments.
5495compiler=$CC
5496
5497
5498# Check for command to grab the raw symbol name followed by C symbol from nm.
5499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5500$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5501if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5502 $as_echo_n "(cached) " >&6
5503else
5504
5505# These are sane defaults that work on at least a few old systems.
5506# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5507
5508# Character class describing NM global symbol codes.
5509symcode='[BCDEGRST]'
5510
5511# Regexp to match symbols that can be accessed directly from C.
5512sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5513
5514# Define system-specific variables.
5515case $host_os in
5516aix*)
5517 symcode='[BCDT]'
5518 ;;
5519cygwin* | mingw* | pw32* | cegcc*)
5520 symcode='[ABCDGISTW]'
5521 ;;
5522hpux*)
5523 if test "$host_cpu" = ia64; then
5524 symcode='[ABCDEGRST]'
5525 fi
5526 ;;
5527irix* | nonstopux*)
5528 symcode='[BCDEGRST]'
5529 ;;
5530osf*)
5531 symcode='[BCDEGQRST]'
5532 ;;
5533solaris*)
5534 symcode='[BDRT]'
5535 ;;
5536sco3.2v5*)
5537 symcode='[DT]'
5538 ;;
5539sysv4.2uw2*)
5540 symcode='[DT]'
5541 ;;
5542sysv5* | sco5v6* | unixware* | OpenUNIX*)
5543 symcode='[ABDT]'
5544 ;;
5545sysv4)
5546 symcode='[DFNSTU]'
5547 ;;
5548esac
5549
5550# If we're using GNU nm, then use its standard symbol codes.
5551case `$NM -V 2>&1` in
5552*GNU* | *'with BFD'*)
5553 symcode='[ABCDGIRSTW]' ;;
5554esac
5555
5556# Transform an extracted symbol line into a proper C declaration.
5557# Some systems (esp. on ia64) link data and code symbols differently,
5558# so use this general approach.
5559lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5560
5561# Transform an extracted symbol line into symbol name and symbol address
5562lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5563lt_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'"
5564
5565# Handle CRLF in mingw tool chain
5566opt_cr=
5567case $build_os in
5568mingw*)
5569 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5570 ;;
5571esac
5572
5573# Try without a prefix underscore, then with it.
5574for ac_symprfx in "" "_"; do
5575
5576 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5577 symxfrm="\\1 $ac_symprfx\\2 \\2"
5578
5579 # Write the raw and C identifiers.
5580 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5581 # Fake it for dumpbin and say T for any non-static function
5582 # and D for any global variable.
5583 # Also find C++ and __fastcall symbols from MSVC++,
5584 # which start with @ or ?.
5585 lt_cv_sys_global_symbol_pipe="$AWK '"\
5586" {last_section=section; section=\$ 3};"\
5587" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5588" \$ 0!~/External *\|/{next};"\
5589" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5590" {if(hide[section]) next};"\
5591" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5592" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5593" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5594" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5595" ' prfx=^$ac_symprfx"
5596 else
5597 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5598 fi
5599
5600 # Check to see that the pipe works correctly.
5601 pipe_works=no
5602
5603 rm -f conftest*
5604 cat > conftest.$ac_ext <<_LT_EOF
5605#ifdef __cplusplus
5606extern "C" {
5607#endif
5608char nm_test_var;
5609void nm_test_func(void);
5610void nm_test_func(void){}
5611#ifdef __cplusplus
5612}
5613#endif
5614int main(){nm_test_var='a';nm_test_func();return(0);}
5615_LT_EOF
5616
5617 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5618 (eval $ac_compile) 2>&5
5619 ac_status=$?
5620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5621 test $ac_status = 0; }; then
5622 # Now try to grab the symbols.
5623 nlist=conftest.nm
5624 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5625 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5626 ac_status=$?
5627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5628 test $ac_status = 0; } && test -s "$nlist"; then
5629 # Try sorting and uniquifying the output.
5630 if sort "$nlist" | uniq > "$nlist"T; then
5631 mv -f "$nlist"T "$nlist"
5632 else
5633 rm -f "$nlist"T
5634 fi
5635
5636 # Make sure that we snagged all the symbols we need.
5637 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5638 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5639 cat <<_LT_EOF > conftest.$ac_ext
5640#ifdef __cplusplus
5641extern "C" {
5642#endif
5643
5644_LT_EOF
5645 # Now generate the symbol file.
5646 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5647
5648 cat <<_LT_EOF >> conftest.$ac_ext
5649
5650/* The mapping between symbol names and symbols. */
5651const struct {
5652 const char *name;
5653 void *address;
5654}
5655lt__PROGRAM__LTX_preloaded_symbols[] =
5656{
5657 { "@PROGRAM@", (void *) 0 },
5658_LT_EOF
5659 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5660 cat <<\_LT_EOF >> conftest.$ac_ext
5661 {0, (void *) 0}
5662};
5663
5664/* This works around a problem in FreeBSD linker */
5665#ifdef FREEBSD_WORKAROUND
5666static const void *lt_preloaded_setup() {
5667 return lt__PROGRAM__LTX_preloaded_symbols;
5668}
5669#endif
5670
5671#ifdef __cplusplus
5672}
5673#endif
5674_LT_EOF
5675 # Now try linking the two files.
5676 mv conftest.$ac_objext conftstm.$ac_objext
5677 lt_save_LIBS="$LIBS"
5678 lt_save_CFLAGS="$CFLAGS"
5679 LIBS="conftstm.$ac_objext"
5680 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5681 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5682 (eval $ac_link) 2>&5
5683 ac_status=$?
5684 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5685 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5686 pipe_works=yes
5687 fi
5688 LIBS="$lt_save_LIBS"
5689 CFLAGS="$lt_save_CFLAGS"
5690 else
5691 echo "cannot find nm_test_func in $nlist" >&5
5692 fi
5693 else
5694 echo "cannot find nm_test_var in $nlist" >&5
5695 fi
5696 else
5697 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5698 fi
5699 else
5700 echo "$progname: failed program was:" >&5
5701 cat conftest.$ac_ext >&5
5702 fi
5703 rm -rf conftest* conftst*
5704
5705 # Do not use the global_symbol_pipe unless it works.
5706 if test "$pipe_works" = yes; then
5707 break
5708 else
5709 lt_cv_sys_global_symbol_pipe=
5710 fi
5711done
5712
5713fi
5714
5715if test -z "$lt_cv_sys_global_symbol_pipe"; then
5716 lt_cv_sys_global_symbol_to_cdecl=
5717fi
5718if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5720$as_echo "failed" >&6; }
5721else
5722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5723$as_echo "ok" >&6; }
5724fi
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747# Check whether --enable-libtool-lock was given.
5748if test "${enable_libtool_lock+set}" = set; then :
5749 enableval=$enable_libtool_lock;
5750fi
5751
5752test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5753
5754# Some flags need to be propagated to the compiler or linker for good
5755# libtool support.
5756case $host in
5757ia64-*-hpux*)
5758 # Find out which ABI we are using.
5759 echo 'int i;' > conftest.$ac_ext
5760 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5761 (eval $ac_compile) 2>&5
5762 ac_status=$?
5763 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5764 test $ac_status = 0; }; then
5765 case `/usr/bin/file conftest.$ac_objext` in
5766 *ELF-32*)
5767 HPUX_IA64_MODE="32"
5768 ;;
5769 *ELF-64*)
5770 HPUX_IA64_MODE="64"
5771 ;;
5772 esac
5773 fi
5774 rm -rf conftest*
5775 ;;
5776*-*-irix6*)
5777 # Find out which ABI we are using.
5778 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5779 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5780 (eval $ac_compile) 2>&5
5781 ac_status=$?
5782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5783 test $ac_status = 0; }; then
5784 if test "$lt_cv_prog_gnu_ld" = yes; then
5785 case `/usr/bin/file conftest.$ac_objext` in
5786 *32-bit*)
5787 LD="${LD-ld} -melf32bsmip"
5788 ;;
5789 *N32*)
5790 LD="${LD-ld} -melf32bmipn32"
5791 ;;
5792 *64-bit*)
5793 LD="${LD-ld} -melf64bmip"
5794 ;;
5795 esac
5796 else
5797 case `/usr/bin/file conftest.$ac_objext` in
5798 *32-bit*)
5799 LD="${LD-ld} -32"
5800 ;;
5801 *N32*)
5802 LD="${LD-ld} -n32"
5803 ;;
5804 *64-bit*)
5805 LD="${LD-ld} -64"
5806 ;;
5807 esac
5808 fi
5809 fi
5810 rm -rf conftest*
5811 ;;
5812
bf3d9781 5813x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5814s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5815 # Find out which ABI we are using.
5816 echo 'int i;' > conftest.$ac_ext
5817 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5818 (eval $ac_compile) 2>&5
5819 ac_status=$?
5820 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5821 test $ac_status = 0; }; then
5822 case `/usr/bin/file conftest.o` in
5823 *32-bit*)
5824 case $host in
5825 x86_64-*kfreebsd*-gnu)
5826 LD="${LD-ld} -m elf_i386_fbsd"
5827 ;;
5828 x86_64-*linux*)
5829 case `/usr/bin/file conftest.o` in
5830 *x86-64*)
5831 LD="${LD-ld} -m elf32_x86_64"
5832 ;;
5833 *)
5834 LD="${LD-ld} -m elf_i386"
5835 ;;
5836 esac
5837 ;;
bf3d9781
AM
5838 powerpc64le-*linux*)
5839 LD="${LD-ld} -m elf32lppclinux"
5840 ;;
5841 powerpc64-*linux*)
6bb11ab3
L
5842 LD="${LD-ld} -m elf32ppclinux"
5843 ;;
5844 s390x-*linux*)
5845 LD="${LD-ld} -m elf_s390"
5846 ;;
5847 sparc64-*linux*)
5848 LD="${LD-ld} -m elf32_sparc"
5849 ;;
5850 esac
5851 ;;
5852 *64-bit*)
5853 case $host in
5854 x86_64-*kfreebsd*-gnu)
5855 LD="${LD-ld} -m elf_x86_64_fbsd"
5856 ;;
5857 x86_64-*linux*)
5858 LD="${LD-ld} -m elf_x86_64"
5859 ;;
bf3d9781
AM
5860 powerpcle-*linux*)
5861 LD="${LD-ld} -m elf64lppc"
5862 ;;
5863 powerpc-*linux*)
6bb11ab3
L
5864 LD="${LD-ld} -m elf64ppc"
5865 ;;
5866 s390*-*linux*|s390*-*tpf*)
5867 LD="${LD-ld} -m elf64_s390"
5868 ;;
5869 sparc*-*linux*)
5870 LD="${LD-ld} -m elf64_sparc"
5871 ;;
5872 esac
5873 ;;
5874 esac
5875 fi
5876 rm -rf conftest*
5877 ;;
5878
5879*-*-sco3.2v5*)
5880 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5881 SAVE_CFLAGS="$CFLAGS"
5882 CFLAGS="$CFLAGS -belf"
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5884$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5885if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5886 $as_echo_n "(cached) " >&6
5887else
5888 ac_ext=c
5889ac_cpp='$CPP $CPPFLAGS'
5890ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5891ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5892ac_compiler_gnu=$ac_cv_c_compiler_gnu
5893
5894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5895/* end confdefs.h. */
5896
5897int
5898main ()
5899{
5900
5901 ;
5902 return 0;
5903}
5904_ACEOF
5905if ac_fn_c_try_link "$LINENO"; then :
5906 lt_cv_cc_needs_belf=yes
5907else
5908 lt_cv_cc_needs_belf=no
5909fi
5910rm -f core conftest.err conftest.$ac_objext \
5911 conftest$ac_exeext conftest.$ac_ext
5912 ac_ext=c
5913ac_cpp='$CPP $CPPFLAGS'
5914ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5915ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5916ac_compiler_gnu=$ac_cv_c_compiler_gnu
5917
5918fi
5919{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5920$as_echo "$lt_cv_cc_needs_belf" >&6; }
5921 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5922 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5923 CFLAGS="$SAVE_CFLAGS"
5924 fi
5925 ;;
5926sparc*-*solaris*)
5927 # Find out which ABI we are using.
5928 echo 'int i;' > conftest.$ac_ext
5929 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5930 (eval $ac_compile) 2>&5
5931 ac_status=$?
5932 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5933 test $ac_status = 0; }; then
5934 case `/usr/bin/file conftest.o` in
5935 *64-bit*)
5936 case $lt_cv_prog_gnu_ld in
5937 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5938 *)
5939 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5940 LD="${LD-ld} -64"
5941 fi
5942 ;;
5943 esac
5944 ;;
5945 esac
5946 fi
5947 rm -rf conftest*
5948 ;;
5949esac
5950
5951need_locks="$enable_libtool_lock"
5952
5953
5954 case $host_os in
5955 rhapsody* | darwin*)
5956 if test -n "$ac_tool_prefix"; then
5957 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5958set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5960$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5961if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
5962 $as_echo_n "(cached) " >&6
5963else
5964 if test -n "$DSYMUTIL"; then
5965 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5966else
5967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5968for as_dir in $PATH
5969do
5970 IFS=$as_save_IFS
5971 test -z "$as_dir" && as_dir=.
5972 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5973 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5974 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5976 break 2
5977 fi
5978done
5979 done
5980IFS=$as_save_IFS
5981
5982fi
5983fi
5984DSYMUTIL=$ac_cv_prog_DSYMUTIL
5985if test -n "$DSYMUTIL"; then
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5987$as_echo "$DSYMUTIL" >&6; }
5988else
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5990$as_echo "no" >&6; }
5991fi
5992
5993
5994fi
5995if test -z "$ac_cv_prog_DSYMUTIL"; then
5996 ac_ct_DSYMUTIL=$DSYMUTIL
5997 # Extract the first word of "dsymutil", so it can be a program name with args.
5998set dummy dsymutil; ac_word=$2
5999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6000$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6001if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
6002 $as_echo_n "(cached) " >&6
6003else
6004 if test -n "$ac_ct_DSYMUTIL"; then
6005 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6006else
6007as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6008for as_dir in $PATH
6009do
6010 IFS=$as_save_IFS
6011 test -z "$as_dir" && as_dir=.
6012 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6013 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6014 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6016 break 2
6017 fi
6018done
6019 done
6020IFS=$as_save_IFS
6021
6022fi
6023fi
6024ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6025if test -n "$ac_ct_DSYMUTIL"; then
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6027$as_echo "$ac_ct_DSYMUTIL" >&6; }
6028else
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6030$as_echo "no" >&6; }
6031fi
6032
6033 if test "x$ac_ct_DSYMUTIL" = x; then
6034 DSYMUTIL=":"
6035 else
6036 case $cross_compiling:$ac_tool_warned in
6037yes:)
6038{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6039$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6040ac_tool_warned=yes ;;
6041esac
6042 DSYMUTIL=$ac_ct_DSYMUTIL
6043 fi
6044else
6045 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6046fi
6047
6048 if test -n "$ac_tool_prefix"; then
6049 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6050set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6052$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6053if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
6054 $as_echo_n "(cached) " >&6
6055else
6056 if test -n "$NMEDIT"; then
6057 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6058else
6059as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6060for as_dir in $PATH
6061do
6062 IFS=$as_save_IFS
6063 test -z "$as_dir" && as_dir=.
6064 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6065 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6066 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6068 break 2
6069 fi
6070done
6071 done
6072IFS=$as_save_IFS
6073
6074fi
6075fi
6076NMEDIT=$ac_cv_prog_NMEDIT
6077if test -n "$NMEDIT"; then
6078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6079$as_echo "$NMEDIT" >&6; }
6080else
6081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6082$as_echo "no" >&6; }
6083fi
6084
6085
6086fi
6087if test -z "$ac_cv_prog_NMEDIT"; then
6088 ac_ct_NMEDIT=$NMEDIT
6089 # Extract the first word of "nmedit", so it can be a program name with args.
6090set dummy nmedit; ac_word=$2
6091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6092$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6093if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
6094 $as_echo_n "(cached) " >&6
6095else
6096 if test -n "$ac_ct_NMEDIT"; then
6097 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6098else
6099as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6100for as_dir in $PATH
6101do
6102 IFS=$as_save_IFS
6103 test -z "$as_dir" && as_dir=.
6104 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6105 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6106 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6108 break 2
6109 fi
6110done
6111 done
6112IFS=$as_save_IFS
6113
6114fi
6115fi
6116ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6117if test -n "$ac_ct_NMEDIT"; then
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6119$as_echo "$ac_ct_NMEDIT" >&6; }
6120else
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6122$as_echo "no" >&6; }
6123fi
6124
6125 if test "x$ac_ct_NMEDIT" = x; then
6126 NMEDIT=":"
6127 else
6128 case $cross_compiling:$ac_tool_warned in
6129yes:)
6130{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6131$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6132ac_tool_warned=yes ;;
6133esac
6134 NMEDIT=$ac_ct_NMEDIT
6135 fi
6136else
6137 NMEDIT="$ac_cv_prog_NMEDIT"
6138fi
6139
6140 if test -n "$ac_tool_prefix"; then
6141 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6142set dummy ${ac_tool_prefix}lipo; ac_word=$2
6143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6144$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6145if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6146 $as_echo_n "(cached) " >&6
6147else
6148 if test -n "$LIPO"; then
6149 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6150else
6151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6152for as_dir in $PATH
6153do
6154 IFS=$as_save_IFS
6155 test -z "$as_dir" && as_dir=.
6156 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6157 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6158 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6160 break 2
6161 fi
6162done
6163 done
6164IFS=$as_save_IFS
6165
6166fi
6167fi
6168LIPO=$ac_cv_prog_LIPO
6169if test -n "$LIPO"; then
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6171$as_echo "$LIPO" >&6; }
6172else
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6174$as_echo "no" >&6; }
6175fi
6176
6177
6178fi
6179if test -z "$ac_cv_prog_LIPO"; then
6180 ac_ct_LIPO=$LIPO
6181 # Extract the first word of "lipo", so it can be a program name with args.
6182set dummy lipo; ac_word=$2
6183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6184$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6185if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6186 $as_echo_n "(cached) " >&6
6187else
6188 if test -n "$ac_ct_LIPO"; then
6189 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6190else
6191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6192for as_dir in $PATH
6193do
6194 IFS=$as_save_IFS
6195 test -z "$as_dir" && as_dir=.
6196 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6197 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6198 ac_cv_prog_ac_ct_LIPO="lipo"
6199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6200 break 2
6201 fi
6202done
6203 done
6204IFS=$as_save_IFS
6205
6206fi
6207fi
6208ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6209if test -n "$ac_ct_LIPO"; then
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6211$as_echo "$ac_ct_LIPO" >&6; }
6212else
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6214$as_echo "no" >&6; }
6215fi
6216
6217 if test "x$ac_ct_LIPO" = x; then
6218 LIPO=":"
6219 else
6220 case $cross_compiling:$ac_tool_warned in
6221yes:)
6222{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6223$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6224ac_tool_warned=yes ;;
6225esac
6226 LIPO=$ac_ct_LIPO
6227 fi
6228else
6229 LIPO="$ac_cv_prog_LIPO"
6230fi
6231
6232 if test -n "$ac_tool_prefix"; then
6233 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6234set dummy ${ac_tool_prefix}otool; ac_word=$2
6235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6236$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6237if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6238 $as_echo_n "(cached) " >&6
6239else
6240 if test -n "$OTOOL"; then
6241 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6242else
6243as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6244for as_dir in $PATH
6245do
6246 IFS=$as_save_IFS
6247 test -z "$as_dir" && as_dir=.
6248 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6250 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6252 break 2
6253 fi
6254done
6255 done
6256IFS=$as_save_IFS
6257
6258fi
6259fi
6260OTOOL=$ac_cv_prog_OTOOL
6261if test -n "$OTOOL"; then
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6263$as_echo "$OTOOL" >&6; }
6264else
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6266$as_echo "no" >&6; }
6267fi
6268
6269
6270fi
6271if test -z "$ac_cv_prog_OTOOL"; then
6272 ac_ct_OTOOL=$OTOOL
6273 # Extract the first word of "otool", so it can be a program name with args.
6274set dummy otool; ac_word=$2
6275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6276$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6277if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6278 $as_echo_n "(cached) " >&6
6279else
6280 if test -n "$ac_ct_OTOOL"; then
6281 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6282else
6283as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6284for as_dir in $PATH
6285do
6286 IFS=$as_save_IFS
6287 test -z "$as_dir" && as_dir=.
6288 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6289 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6290 ac_cv_prog_ac_ct_OTOOL="otool"
6291 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6292 break 2
6293 fi
6294done
6295 done
6296IFS=$as_save_IFS
6297
6298fi
6299fi
6300ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6301if test -n "$ac_ct_OTOOL"; then
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6303$as_echo "$ac_ct_OTOOL" >&6; }
6304else
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6306$as_echo "no" >&6; }
6307fi
6308
6309 if test "x$ac_ct_OTOOL" = x; then
6310 OTOOL=":"
6311 else
6312 case $cross_compiling:$ac_tool_warned in
6313yes:)
6314{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6315$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6316ac_tool_warned=yes ;;
6317esac
6318 OTOOL=$ac_ct_OTOOL
6319 fi
6320else
6321 OTOOL="$ac_cv_prog_OTOOL"
6322fi
6323
6324 if test -n "$ac_tool_prefix"; then
6325 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6326set dummy ${ac_tool_prefix}otool64; ac_word=$2
6327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6328$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6329if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6330 $as_echo_n "(cached) " >&6
6331else
6332 if test -n "$OTOOL64"; then
6333 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6334else
6335as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6336for as_dir in $PATH
6337do
6338 IFS=$as_save_IFS
6339 test -z "$as_dir" && as_dir=.
6340 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6341 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6342 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6343 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6344 break 2
6345 fi
6346done
6347 done
6348IFS=$as_save_IFS
6349
6350fi
6351fi
6352OTOOL64=$ac_cv_prog_OTOOL64
6353if test -n "$OTOOL64"; then
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6355$as_echo "$OTOOL64" >&6; }
6356else
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6358$as_echo "no" >&6; }
6359fi
6360
6361
6362fi
6363if test -z "$ac_cv_prog_OTOOL64"; then
6364 ac_ct_OTOOL64=$OTOOL64
6365 # Extract the first word of "otool64", so it can be a program name with args.
6366set dummy otool64; ac_word=$2
6367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6368$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6369if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6370 $as_echo_n "(cached) " >&6
6371else
6372 if test -n "$ac_ct_OTOOL64"; then
6373 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6374else
6375as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6376for as_dir in $PATH
6377do
6378 IFS=$as_save_IFS
6379 test -z "$as_dir" && as_dir=.
6380 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6381 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6382 ac_cv_prog_ac_ct_OTOOL64="otool64"
6383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6384 break 2
6385 fi
6386done
6387 done
6388IFS=$as_save_IFS
6389
6390fi
6391fi
6392ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6393if test -n "$ac_ct_OTOOL64"; then
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6395$as_echo "$ac_ct_OTOOL64" >&6; }
6396else
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6398$as_echo "no" >&6; }
6399fi
6400
6401 if test "x$ac_ct_OTOOL64" = x; then
6402 OTOOL64=":"
6403 else
6404 case $cross_compiling:$ac_tool_warned in
6405yes:)
6406{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6407$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6408ac_tool_warned=yes ;;
6409esac
6410 OTOOL64=$ac_ct_OTOOL64
6411 fi
6412else
6413 OTOOL64="$ac_cv_prog_OTOOL64"
6414fi
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
6440
6441
6442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6443$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6444if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6445 $as_echo_n "(cached) " >&6
6446else
6447 lt_cv_apple_cc_single_mod=no
6448 if test -z "${LT_MULTI_MODULE}"; then
6449 # By default we will add the -single_module flag. You can override
6450 # by either setting the environment variable LT_MULTI_MODULE
6451 # non-empty at configure time, or by adding -multi_module to the
6452 # link flags.
6453 rm -rf libconftest.dylib*
6454 echo "int foo(void){return 1;}" > conftest.c
6455 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6456-dynamiclib -Wl,-single_module conftest.c" >&5
6457 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6458 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6459 _lt_result=$?
6460 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6461 lt_cv_apple_cc_single_mod=yes
6462 else
6463 cat conftest.err >&5
6464 fi
6465 rm -rf libconftest.dylib*
6466 rm -f conftest.*
6467 fi
6468fi
6469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6470$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6472$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6473if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6474 $as_echo_n "(cached) " >&6
6475else
6476 lt_cv_ld_exported_symbols_list=no
6477 save_LDFLAGS=$LDFLAGS
6478 echo "_main" > conftest.sym
6479 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6481/* end confdefs.h. */
6482
6483int
6484main ()
6485{
6486
6487 ;
6488 return 0;
6489}
6490_ACEOF
6491if ac_fn_c_try_link "$LINENO"; then :
6492 lt_cv_ld_exported_symbols_list=yes
6493else
6494 lt_cv_ld_exported_symbols_list=no
6495fi
6496rm -f core conftest.err conftest.$ac_objext \
6497 conftest$ac_exeext conftest.$ac_ext
6498 LDFLAGS="$save_LDFLAGS"
6499
6500fi
6501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6502$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6504$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6505if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6506 $as_echo_n "(cached) " >&6
6507else
6508 lt_cv_ld_force_load=no
6509 cat > conftest.c << _LT_EOF
6510int forced_loaded() { return 2;}
6511_LT_EOF
6512 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6513 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6514 echo "$AR cru libconftest.a conftest.o" >&5
6515 $AR cru libconftest.a conftest.o 2>&5
6516 cat > conftest.c << _LT_EOF
6517int main() { return 0;}
6518_LT_EOF
6519 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6520 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6521 _lt_result=$?
6522 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6523 lt_cv_ld_force_load=yes
6524 else
6525 cat conftest.err >&5
6526 fi
6527 rm -f conftest.err libconftest.a conftest conftest.c
6528 rm -rf conftest.dSYM
6529
6530fi
6531{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6532$as_echo "$lt_cv_ld_force_load" >&6; }
6533 case $host_os in
6534 rhapsody* | darwin1.[012])
6535 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6536 darwin1.*)
6537 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6538 darwin*) # darwin 5.x on
6539 # if running on 10.5 or later, the deployment target defaults
6540 # to the OS version, if on x86, and 10.4, the deployment
6541 # target defaults to 10.4. Don't you love it?
6542 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6543 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6544 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 6545 10.[012][,.]*)
6bb11ab3
L
6546 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6547 10.*)
6548 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6549 esac
6550 ;;
6551 esac
6552 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6553 _lt_dar_single_mod='$single_module'
6554 fi
6555 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6556 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6557 else
6558 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6559 fi
6560 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6561 _lt_dsymutil='~$DSYMUTIL $lib || :'
6562 else
6563 _lt_dsymutil=
6564 fi
6565 ;;
6566 esac
6567
6568for ac_header in dlfcn.h
6569do :
6570 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6571"
d0ac1c44 6572if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6573 cat >>confdefs.h <<_ACEOF
6574#define HAVE_DLFCN_H 1
6575_ACEOF
6576
6577fi
6578
6579done
6580
6581
6582
ebe9564b 6583
6bb11ab3 6584
0cb8d851
MF
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6586$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6587if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6588 $as_echo_n "(cached) " >&6
6589else
6590 ac_cv_c_bigendian=unknown
6591 # See if we're dealing with a universal compiler.
6592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6593/* end confdefs.h. */
6594#ifndef __APPLE_CC__
6595 not a universal capable compiler
6596 #endif
6597 typedef int dummy;
6598
6599_ACEOF
6600if ac_fn_c_try_compile "$LINENO"; then :
6601
6602 # Check for potential -arch flags. It is not universal unless
6603 # there are at least two -arch flags with different values.
6604 ac_arch=
6605 ac_prev=
6606 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6607 if test -n "$ac_prev"; then
6608 case $ac_word in
6609 i?86 | x86_64 | ppc | ppc64)
6610 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6611 ac_arch=$ac_word
6612 else
6613 ac_cv_c_bigendian=universal
6614 break
6615 fi
6616 ;;
6617 esac
6618 ac_prev=
6619 elif test "x$ac_word" = "x-arch"; then
6620 ac_prev=arch
6621 fi
6622 done
6623fi
6624rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6625 if test $ac_cv_c_bigendian = unknown; then
6626 # See if sys/param.h defines the BYTE_ORDER macro.
6627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6628/* end confdefs.h. */
6629#include <sys/types.h>
6630 #include <sys/param.h>
6631
6632int
6633main ()
6634{
6635#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6636 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6637 && LITTLE_ENDIAN)
6638 bogus endian macros
6639 #endif
6640
6641 ;
6642 return 0;
6643}
6644_ACEOF
6645if ac_fn_c_try_compile "$LINENO"; then :
6646 # It does; now see whether it defined to BIG_ENDIAN or not.
6647 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6648/* end confdefs.h. */
6649#include <sys/types.h>
6650 #include <sys/param.h>
6651
6652int
6653main ()
6654{
6655#if BYTE_ORDER != 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 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6675/* end confdefs.h. */
6676#include <limits.h>
6677
6678int
6679main ()
6680{
6681#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6682 bogus endian macros
6683 #endif
6684
6685 ;
6686 return 0;
6687}
6688_ACEOF
6689if ac_fn_c_try_compile "$LINENO"; then :
6690 # It does; now see whether it defined to _BIG_ENDIAN or not.
6691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6692/* end confdefs.h. */
6693#include <limits.h>
6694
6695int
6696main ()
6697{
6698#ifndef _BIG_ENDIAN
6699 not big endian
6700 #endif
6701
6702 ;
6703 return 0;
6704}
6705_ACEOF
6706if ac_fn_c_try_compile "$LINENO"; then :
6707 ac_cv_c_bigendian=yes
6708else
6709 ac_cv_c_bigendian=no
6710fi
6711rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6712fi
6713rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6714 fi
6715 if test $ac_cv_c_bigendian = unknown; then
6716 # Compile a test program.
6717 if test "$cross_compiling" = yes; then :
6718 # Try to guess by grepping values from an object file.
6719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6720/* end confdefs.h. */
6721short int ascii_mm[] =
6722 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6723 short int ascii_ii[] =
6724 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6725 int use_ascii (int i) {
6726 return ascii_mm[i] + ascii_ii[i];
6727 }
6728 short int ebcdic_ii[] =
6729 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6730 short int ebcdic_mm[] =
6731 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6732 int use_ebcdic (int i) {
6733 return ebcdic_mm[i] + ebcdic_ii[i];
6734 }
6735 extern int foo;
6736
6737int
6738main ()
6739{
6740return use_ascii (foo) == use_ebcdic (foo);
6741 ;
6742 return 0;
6743}
6744_ACEOF
6745if ac_fn_c_try_compile "$LINENO"; then :
6746 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6747 ac_cv_c_bigendian=yes
6748 fi
6749 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6750 if test "$ac_cv_c_bigendian" = unknown; then
6751 ac_cv_c_bigendian=no
6752 else
6753 # finding both strings is unlikely to happen, but who knows?
6754 ac_cv_c_bigendian=unknown
6755 fi
6756 fi
6757fi
6758rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6759else
6760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6761/* end confdefs.h. */
6762$ac_includes_default
6763int
6764main ()
6765{
6766
6767 /* Are we little or big endian? From Harbison&Steele. */
6768 union
6769 {
6770 long int l;
6771 char c[sizeof (long int)];
6772 } u;
6773 u.l = 1;
6774 return u.c[sizeof (long int) - 1] == 1;
6775
6776 ;
6777 return 0;
6778}
6779_ACEOF
6780if ac_fn_c_try_run "$LINENO"; then :
6781 ac_cv_c_bigendian=no
6782else
6783 ac_cv_c_bigendian=yes
6784fi
6785rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6786 conftest.$ac_objext conftest.beam conftest.$ac_ext
6787fi
6788
6789 fi
6790fi
6791{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6792$as_echo "$ac_cv_c_bigendian" >&6; }
6793 case $ac_cv_c_bigendian in #(
6794 yes)
6795 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6796;; #(
6797 no)
6798 ;; #(
6799 universal)
6800
6801$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6802
6803 ;; #(
6804 *)
d0ac1c44 6805 as_fn_error $? "unknown endianness
0cb8d851
MF
6806 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6807 esac
6808
6bb11ab3
L
6809
6810
6811
c25ea03d
MF
6812if test "x$cross_compiling" = "xno"; then
6813 : "${CC_FOR_BUILD:=\$(CC)}"
6814 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6815 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d
MF
6816else
6817 : "${CC_FOR_BUILD:=gcc}"
6818 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6819 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6820fi
6821
6822
6823
c25ea03d 6824
c2783492 6825
a3e2cc64
MF
6826if test -n "$ac_tool_prefix"; then
6827 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6828set dummy ${ac_tool_prefix}ar; ac_word=$2
6829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6830$as_echo_n "checking for $ac_word... " >&6; }
6831if ${ac_cv_prog_AR+:} false; then :
6832 $as_echo_n "(cached) " >&6
6833else
6834 if test -n "$AR"; then
6835 ac_cv_prog_AR="$AR" # Let the user override the test.
6836else
6837as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6838for as_dir in $PATH
6839do
6840 IFS=$as_save_IFS
6841 test -z "$as_dir" && as_dir=.
6842 for ac_exec_ext in '' $ac_executable_extensions; do
6843 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6844 ac_cv_prog_AR="${ac_tool_prefix}ar"
6845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6846 break 2
6847 fi
6848done
6849 done
6850IFS=$as_save_IFS
6851
6852fi
6853fi
6854AR=$ac_cv_prog_AR
6855if test -n "$AR"; then
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6857$as_echo "$AR" >&6; }
6858else
6859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6860$as_echo "no" >&6; }
6861fi
6862
6863
6864fi
6865if test -z "$ac_cv_prog_AR"; then
6866 ac_ct_AR=$AR
6867 # Extract the first word of "ar", so it can be a program name with args.
6868set dummy ar; ac_word=$2
6869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6870$as_echo_n "checking for $ac_word... " >&6; }
6871if ${ac_cv_prog_ac_ct_AR+:} false; then :
6872 $as_echo_n "(cached) " >&6
6873else
6874 if test -n "$ac_ct_AR"; then
6875 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6876else
6877as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6878for as_dir in $PATH
6879do
6880 IFS=$as_save_IFS
6881 test -z "$as_dir" && as_dir=.
6882 for ac_exec_ext in '' $ac_executable_extensions; do
6883 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6884 ac_cv_prog_ac_ct_AR="ar"
6885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6886 break 2
6887 fi
6888done
6889 done
6890IFS=$as_save_IFS
6891
6892fi
6893fi
6894ac_ct_AR=$ac_cv_prog_ac_ct_AR
6895if test -n "$ac_ct_AR"; then
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6897$as_echo "$ac_ct_AR" >&6; }
6898else
6899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6900$as_echo "no" >&6; }
6901fi
6902
6903 if test "x$ac_ct_AR" = x; then
6904 AR=""
6905 else
6906 case $cross_compiling:$ac_tool_warned in
6907yes:)
6908{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6909$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6910ac_tool_warned=yes ;;
6911esac
6912 AR=$ac_ct_AR
6913 fi
6914else
6915 AR="$ac_cv_prog_AR"
6916fi
6bb11ab3
L
6917
6918if test -n "$ac_tool_prefix"; then
6919 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6920set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6922$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6923if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6924 $as_echo_n "(cached) " >&6
6925else
6926 if test -n "$RANLIB"; then
6927 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6928else
6929as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6930for as_dir in $PATH
6931do
6932 IFS=$as_save_IFS
6933 test -z "$as_dir" && as_dir=.
6934 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6935 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6936 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6938 break 2
6939 fi
6940done
6941 done
6942IFS=$as_save_IFS
6943
6944fi
6945fi
6946RANLIB=$ac_cv_prog_RANLIB
6947if test -n "$RANLIB"; then
6948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6949$as_echo "$RANLIB" >&6; }
6950else
6951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6952$as_echo "no" >&6; }
6953fi
6954
6955
6956fi
6957if test -z "$ac_cv_prog_RANLIB"; then
6958 ac_ct_RANLIB=$RANLIB
6959 # Extract the first word of "ranlib", so it can be a program name with args.
6960set dummy ranlib; ac_word=$2
6961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6962$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6963if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
6964 $as_echo_n "(cached) " >&6
6965else
6966 if test -n "$ac_ct_RANLIB"; then
6967 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6968else
6969as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6970for as_dir in $PATH
6971do
6972 IFS=$as_save_IFS
6973 test -z "$as_dir" && as_dir=.
6974 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6975 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6976 ac_cv_prog_ac_ct_RANLIB="ranlib"
6977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6978 break 2
6979 fi
6980done
6981 done
6982IFS=$as_save_IFS
6983
6984fi
6985fi
6986ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6987if test -n "$ac_ct_RANLIB"; then
6988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6989$as_echo "$ac_ct_RANLIB" >&6; }
6990else
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6992$as_echo "no" >&6; }
6993fi
6994
6995 if test "x$ac_ct_RANLIB" = x; then
6996 RANLIB=":"
6997 else
6998 case $cross_compiling:$ac_tool_warned in
6999yes:)
7000{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7001$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7002ac_tool_warned=yes ;;
7003esac
7004 RANLIB=$ac_ct_RANLIB
7005 fi
7006else
7007 RANLIB="$ac_cv_prog_RANLIB"
7008fi
7009
7010
46f900c0
MF
7011# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
7012# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
7013# is C99. So handle it ourselves.
7014:
7015C_DIALECT=
7016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
7017$as_echo_n "checking whether C11 is supported by default... " >&6; }
7018cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7019/* end confdefs.h. */
7020
7021#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7022# error "C11 support not found"
7023#endif
7024
7025_ACEOF
7026if ac_fn_c_try_compile "$LINENO"; then :
7027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7028$as_echo "yes" >&6; }
7029else
7030
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7032$as_echo "no" >&6; }
7033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
7034$as_echo_n "checking for -std=c11 support... " >&6; }
7035 ac_save_CC="$CC"
7036 CC="$CC -std=c11"
7037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7038/* end confdefs.h. */
7039
7040#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7041# error "C11 support not found"
7042#endif
7043
7044_ACEOF
7045if ac_fn_c_try_compile "$LINENO"; then :
7046
7047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7048$as_echo "yes" >&6; }
7049 CC="$ac_save_CC"
7050 C_DIALECT="-std=c11"
7051
7052else
7053 as_fn_error $? "C11 is required" "$LINENO" 5
7054fi
7055rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7056fi
7057rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7058
7059
c2783492
MF
7060ac_config_headers="$ac_config_headers config.h:config.in"
7061
7062
6bb11ab3
L
7063# Some of the common include files depend on bfd.h, and bfd.h checks
7064# that config.h is included first by testing that the PACKAGE macro
7065# is defined.
7066PACKAGE=sim
7067
7068cat >>confdefs.h <<_ACEOF
7069#define PACKAGE "$PACKAGE"
7070_ACEOF
7071
7072
7073
7074# Dependency checking.
7075ac_config_commands="$ac_config_commands depdir"
7076
7077
7078depcc="$CC" am_compiler_list=
7079
7080am_depcomp=$ac_aux_dir/depcomp
7081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7082$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 7083if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
7084 $as_echo_n "(cached) " >&6
7085else
7086 if test -f "$am_depcomp"; then
7087 # We make a subdir and do the tests there. Otherwise we can end up
7088 # making bogus files that we don't know about and never remove. For
7089 # instance it was reported that on HP-UX the gcc test will end up
7090 # making a dummy file named `D' -- because `-MD' means `put the output
7091 # in D'.
7092 mkdir conftest.dir
7093 # Copy depcomp to subdir because otherwise we won't find it if we're
7094 # using a relative directory.
7095 cp "$am_depcomp" conftest.dir
7096 cd conftest.dir
7097 # We will build objects and dependencies in a subdirectory because
7098 # it helps to detect inapplicable dependency modes. For instance
7099 # both Tru64's cc and ICC support -MD to output dependencies as a
7100 # side effect of compilation, but ICC will put the dependencies in
7101 # the current directory while Tru64 will put them in the object
7102 # directory.
7103 mkdir sub
7104
7105 am_cv_CC_dependencies_compiler_type=none
7106 if test "$am_compiler_list" = ""; then
7107 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7108 fi
7109 for depmode in $am_compiler_list; do
7110 if test $depmode = none; then break; fi
7111
7112 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7113 # Setup a source with many dependencies, because some compilers
7114 # like to wrap large dependency lists on column 80 (with \), and
7115 # we should not choose a depcomp mode which is confused by this.
7116 #
7117 # We need to recreate these files for each test, as the compiler may
7118 # overwrite some of them when testing with obscure command lines.
7119 # This happens at least with the AIX C compiler.
7120 : > sub/conftest.c
7121 for i in 1 2 3 4 5 6; do
7122 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7123 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7124 # Solaris 8's {/usr,}/bin/sh.
7125 touch sub/conftst$i.h
7126 done
7127 echo "include sub/conftest.Po" > confmf
7128
7129 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7130 # mode. It turns out that the SunPro C++ compiler does not properly
7131 # handle `-M -o', and we need to detect this.
7132 depcmd="depmode=$depmode \
7133 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7134 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7135 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7136 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7137 if env $depcmd > conftest.err 2>&1 &&
7138 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7139 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7140 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7141 # icc doesn't choke on unknown options, it will just issue warnings
7142 # or remarks (even with -Werror). So we grep stderr for any message
7143 # that says an option was ignored or not supported.
7144 # When given -MP, icc 7.0 and 7.1 complain thusly:
7145 # icc: Command line warning: ignoring option '-M'; no argument required
7146 # The diagnosis changed in icc 8.0:
7147 # icc: Command line remark: option '-MP' not supported
7148 if (grep 'ignoring option' conftest.err ||
7149 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7150 am_cv_CC_dependencies_compiler_type=$depmode
7151 $as_echo "$as_me:$LINENO: success" >&5
7152 break
7153 fi
7154 fi
7155 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7156 sed -e 's/^/| /' < conftest.err >&5
7157 done
7158
7159 cd ..
7160 rm -rf conftest.dir
7161else
7162 am_cv_CC_dependencies_compiler_type=none
7163fi
7164
7165fi
7166{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7167$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7168if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7169then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7170else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7171
7172fi
7173
7174
7175# Check for the 'make' the user wants to use.
7176for ac_prog in make
7177do
7178 # Extract the first word of "$ac_prog", so it can be a program name with args.
7179set dummy $ac_prog; ac_word=$2
7180{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7181$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7182if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7183 $as_echo_n "(cached) " >&6
7184else
7185 if test -n "$MAKE"; then
7186 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7187else
7188as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7189for as_dir in $PATH
7190do
7191 IFS=$as_save_IFS
7192 test -z "$as_dir" && as_dir=.
7193 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7194 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7195 ac_cv_prog_MAKE="$ac_prog"
7196 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7197 break 2
7198 fi
7199done
7200 done
7201IFS=$as_save_IFS
7202
7203fi
7204fi
7205MAKE=$ac_cv_prog_MAKE
7206if test -n "$MAKE"; then
7207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7208$as_echo "$MAKE" >&6; }
7209else
7210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7211$as_echo "no" >&6; }
7212fi
7213
7214
7215 test -n "$MAKE" && break
7216done
7217
7218MAKE_IS_GNU=
7219case "`$MAKE --version 2>&1 | sed 1q`" in
7220 *GNU*)
7221 MAKE_IS_GNU=yes
7222 ;;
7223esac
7224 if test "$MAKE_IS_GNU" = yes; then
7225 GMAKE_TRUE=
7226 GMAKE_FALSE='#'
7227else
7228 GMAKE_TRUE='#'
7229 GMAKE_FALSE=
7230fi
7231
7232
7233ALL_LINGUAS=
7234# If we haven't got the data from the intl directory,
7235# assume NLS is disabled.
7236USE_NLS=no
7237LIBINTL=
7238LIBINTL_DEP=
7239INCINTL=
7240XGETTEXT=
7241GMSGFMT=
7242POSUB=
7243
7244if test -f ../../intl/config.intl; then
7245 . ../../intl/config.intl
7246fi
7247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7248$as_echo_n "checking whether NLS is requested... " >&6; }
7249if test x"$USE_NLS" != xyes; then
7250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7251$as_echo "no" >&6; }
7252else
7253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7254$as_echo "yes" >&6; }
7255
7256$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7257
7258
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7260$as_echo_n "checking for catalogs to be installed... " >&6; }
7261 # Look for .po and .gmo files in the source directory.
7262 CATALOGS=
7263 XLINGUAS=
7264 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7265 # If there aren't any .gmo files the shell will give us the
7266 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7267 # weeded out.
7268 case "$cat" in *\**)
7269 continue;;
7270 esac
7271 # The quadruple backslash is collapsed to a double backslash
7272 # by the backticks, then collapsed again by the double quotes,
7273 # leaving us with one backslash in the sed expression (right
7274 # before the dot that mustn't act as a wildcard).
7275 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7276 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7277 # The user is allowed to set LINGUAS to a list of languages to
7278 # install catalogs for. If it's empty that means "all of them."
7279 if test "x$LINGUAS" = x; then
7280 CATALOGS="$CATALOGS $cat"
7281 XLINGUAS="$XLINGUAS $lang"
7282 else
7283 case "$LINGUAS" in *$lang*)
7284 CATALOGS="$CATALOGS $cat"
7285 XLINGUAS="$XLINGUAS $lang"
7286 ;;
7287 esac
7288 fi
7289 done
7290 LINGUAS="$XLINGUAS"
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7292$as_echo "$LINGUAS" >&6; }
7293
7294
7295 DATADIRNAME=share
7296
7297 INSTOBJEXT=.mo
7298
7299 GENCAT=gencat
7300
7301 CATOBJEXT=.gmo
7302
7303fi
7304
7305# Check for common headers.
68ed2854
MF
7306# NB: You can assume C11 headers exist.
7307for ac_header in unistd.h
6bb11ab3 7308do :
68ed2854
MF
7309 ac_fn_c_check_header_mongrel "$LINENO" "unistd.h" "ac_cv_header_unistd_h" "$ac_includes_default"
7310if test "x$ac_cv_header_unistd_h" = xyes; then :
6bb11ab3 7311 cat >>confdefs.h <<_ACEOF
68ed2854 7312#define HAVE_UNISTD_H 1
6bb11ab3
L
7313_ACEOF
7314
7315fi
7316
7317done
7318
936df756 7319for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
7320do :
7321 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7322ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7323if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7324 cat >>confdefs.h <<_ACEOF
7325#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7326_ACEOF
7327
7328fi
7329
7330done
7331
7332for ac_header in fcntl.h fpu_control.h
7333do :
7334 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7335ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7336if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7337 cat >>confdefs.h <<_ACEOF
7338#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7339_ACEOF
7340
7341fi
7342
7343done
7344
68ed2854 7345for ac_header in dlfcn.h sys/stat.h
6bb11ab3
L
7346do :
7347 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7348ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 7349if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
7350 cat >>confdefs.h <<_ACEOF
7351#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7352_ACEOF
7353
7354fi
7355
7356done
7357
936df756
MF
7358
7359ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7360#include <sys/types.h>
7361#endif
7362#ifdef HAVE_SYS_STAT_H
7363#include <sys/stat.h>
7364#endif
7365"
d0ac1c44 7366if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7367
7368cat >>confdefs.h <<_ACEOF
7369#define HAVE_STRUCT_STAT_ST_DEV 1
7370_ACEOF
7371
7372
7373fi
7374ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7375#include <sys/types.h>
7376#endif
7377#ifdef HAVE_SYS_STAT_H
7378#include <sys/stat.h>
7379#endif
7380"
d0ac1c44 7381if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7382
7383cat >>confdefs.h <<_ACEOF
7384#define HAVE_STRUCT_STAT_ST_INO 1
7385_ACEOF
7386
7387
7388fi
7389ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7390#include <sys/types.h>
7391#endif
7392#ifdef HAVE_SYS_STAT_H
7393#include <sys/stat.h>
7394#endif
7395"
d0ac1c44 7396if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7397
7398cat >>confdefs.h <<_ACEOF
7399#define HAVE_STRUCT_STAT_ST_MODE 1
7400_ACEOF
7401
7402
7403fi
7404ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7405#include <sys/types.h>
7406#endif
7407#ifdef HAVE_SYS_STAT_H
7408#include <sys/stat.h>
7409#endif
7410"
d0ac1c44 7411if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7412
7413cat >>confdefs.h <<_ACEOF
7414#define HAVE_STRUCT_STAT_ST_NLINK 1
7415_ACEOF
7416
7417
7418fi
7419ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7420#include <sys/types.h>
7421#endif
7422#ifdef HAVE_SYS_STAT_H
7423#include <sys/stat.h>
7424#endif
7425"
d0ac1c44 7426if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7427
7428cat >>confdefs.h <<_ACEOF
7429#define HAVE_STRUCT_STAT_ST_UID 1
7430_ACEOF
7431
7432
7433fi
7434ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7435#include <sys/types.h>
7436#endif
7437#ifdef HAVE_SYS_STAT_H
7438#include <sys/stat.h>
7439#endif
7440"
d0ac1c44 7441if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7442
7443cat >>confdefs.h <<_ACEOF
7444#define HAVE_STRUCT_STAT_ST_GID 1
7445_ACEOF
7446
7447
7448fi
7449ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7450#include <sys/types.h>
7451#endif
7452#ifdef HAVE_SYS_STAT_H
7453#include <sys/stat.h>
7454#endif
7455"
d0ac1c44 7456if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7457
7458cat >>confdefs.h <<_ACEOF
7459#define HAVE_STRUCT_STAT_ST_RDEV 1
7460_ACEOF
7461
7462
7463fi
7464ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7465#include <sys/types.h>
7466#endif
7467#ifdef HAVE_SYS_STAT_H
7468#include <sys/stat.h>
7469#endif
7470"
d0ac1c44 7471if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7472
7473cat >>confdefs.h <<_ACEOF
7474#define HAVE_STRUCT_STAT_ST_SIZE 1
7475_ACEOF
7476
7477
7478fi
7479ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7480#include <sys/types.h>
7481#endif
7482#ifdef HAVE_SYS_STAT_H
7483#include <sys/stat.h>
7484#endif
7485"
d0ac1c44 7486if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7487
7488cat >>confdefs.h <<_ACEOF
7489#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7490_ACEOF
7491
7492
7493fi
7494ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7495#include <sys/types.h>
7496#endif
7497#ifdef HAVE_SYS_STAT_H
7498#include <sys/stat.h>
7499#endif
7500"
d0ac1c44 7501if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7502
7503cat >>confdefs.h <<_ACEOF
7504#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7505_ACEOF
7506
7507
7508fi
7509ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7510#include <sys/types.h>
7511#endif
7512#ifdef HAVE_SYS_STAT_H
7513#include <sys/stat.h>
7514#endif
7515"
d0ac1c44 7516if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7517
7518cat >>confdefs.h <<_ACEOF
7519#define HAVE_STRUCT_STAT_ST_ATIME 1
7520_ACEOF
7521
7522
7523fi
7524ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7525#include <sys/types.h>
7526#endif
7527#ifdef HAVE_SYS_STAT_H
7528#include <sys/stat.h>
7529#endif
7530"
d0ac1c44 7531if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7532
7533cat >>confdefs.h <<_ACEOF
7534#define HAVE_STRUCT_STAT_ST_MTIME 1
7535_ACEOF
7536
7537
7538fi
7539ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7540#include <sys/types.h>
7541#endif
7542#ifdef HAVE_SYS_STAT_H
7543#include <sys/stat.h>
7544#endif
7545"
d0ac1c44 7546if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7547
7548cat >>confdefs.h <<_ACEOF
7549#define HAVE_STRUCT_STAT_ST_CTIME 1
7550_ACEOF
7551
7552
7553fi
7554
7555ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7556#include <sys/socket.h>
7557
7558"
d0ac1c44 7559if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7560
7561cat >>confdefs.h <<_ACEOF
7562#define HAVE_SOCKLEN_T 1
7563_ACEOF
7564
7565
7566fi
7567
6bb11ab3
L
7568
7569# Check for socket libraries
7570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7571$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7572if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7573 $as_echo_n "(cached) " >&6
7574else
7575 ac_check_lib_save_LIBS=$LIBS
7576LIBS="-lsocket $LIBS"
7577cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7578/* end confdefs.h. */
7579
7580/* Override any GCC internal prototype to avoid an error.
7581 Use char because int might match the return type of a GCC
7582 builtin and then its argument prototype would still apply. */
7583#ifdef __cplusplus
7584extern "C"
7585#endif
7586char bind ();
7587int
7588main ()
7589{
7590return bind ();
7591 ;
7592 return 0;
7593}
7594_ACEOF
7595if ac_fn_c_try_link "$LINENO"; then :
7596 ac_cv_lib_socket_bind=yes
7597else
7598 ac_cv_lib_socket_bind=no
7599fi
7600rm -f core conftest.err conftest.$ac_objext \
7601 conftest$ac_exeext conftest.$ac_ext
7602LIBS=$ac_check_lib_save_LIBS
7603fi
7604{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7605$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7606if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7607 cat >>confdefs.h <<_ACEOF
7608#define HAVE_LIBSOCKET 1
7609_ACEOF
7610
7611 LIBS="-lsocket $LIBS"
7612
7613fi
7614
7615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7616$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7617if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7618 $as_echo_n "(cached) " >&6
7619else
7620 ac_check_lib_save_LIBS=$LIBS
7621LIBS="-lnsl $LIBS"
7622cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7623/* end confdefs.h. */
7624
7625/* Override any GCC internal prototype to avoid an error.
7626 Use char because int might match the return type of a GCC
7627 builtin and then its argument prototype would still apply. */
7628#ifdef __cplusplus
7629extern "C"
7630#endif
7631char gethostbyname ();
7632int
7633main ()
7634{
7635return gethostbyname ();
7636 ;
7637 return 0;
7638}
7639_ACEOF
7640if ac_fn_c_try_link "$LINENO"; then :
7641 ac_cv_lib_nsl_gethostbyname=yes
7642else
7643 ac_cv_lib_nsl_gethostbyname=no
7644fi
7645rm -f core conftest.err conftest.$ac_objext \
7646 conftest$ac_exeext conftest.$ac_ext
7647LIBS=$ac_check_lib_save_LIBS
7648fi
7649{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7650$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7651if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7652 cat >>confdefs.h <<_ACEOF
7653#define HAVE_LIBNSL 1
7654_ACEOF
7655
7656 LIBS="-lnsl $LIBS"
7657
7658fi
7659
7660
7661# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7662# using the same condition.
7663
aadc9410 7664 # Use the system's zlib library.
7fed4b0b
L
7665 zlibdir="-L\$(top_builddir)/../zlib"
7666 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7667
aadc9410
MF
7668# Check whether --with-system-zlib was given.
7669if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7670 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7671 zlibdir=
7672 zlibinc=
7673 fi
6bb11ab3
L
7674
7675fi
7676
6bb11ab3 7677
6bb11ab3 7678
6bb11ab3
L
7679
7680
7681# BFD uses libdl when when plugins enabled.
7682
faa743bb
RM
7683 maybe_plugins=no
7684 for ac_header in dlfcn.h
7685do :
7686 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7687"
d0ac1c44 7688if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7689 cat >>confdefs.h <<_ACEOF
7690#define HAVE_DLFCN_H 1
7691_ACEOF
7692 maybe_plugins=yes
7693fi
7694
7695done
7696
7697 for ac_header in windows.h
7698do :
7699 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7700"
d0ac1c44 7701if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7702 cat >>confdefs.h <<_ACEOF
7703#define HAVE_WINDOWS_H 1
7704_ACEOF
7705 maybe_plugins=yes
7706fi
7707
7708done
7709
7710
7711 # Check whether --enable-plugins was given.
6bb11ab3
L
7712if test "${enable_plugins+set}" = set; then :
7713 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7714 no) plugins=no ;;
7715 *) plugins=yes
7716 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7717 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7718 fi ;;
7719 esac
6bb11ab3 7720else
faa743bb
RM
7721 plugins=$maybe_plugins
7722
6bb11ab3
L
7723fi
7724
2974be62 7725 if test "$plugins" = "yes"; then
37f980dc
SM
7726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7727$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7728if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7729 $as_echo_n "(cached) " >&6
7730else
7731 ac_func_search_save_LIBS=$LIBS
7732cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7733/* end confdefs.h. */
7734
7735/* Override any GCC internal prototype to avoid an error.
7736 Use char because int might match the return type of a GCC
7737 builtin and then its argument prototype would still apply. */
7738#ifdef __cplusplus
7739extern "C"
7740#endif
37f980dc 7741char dlsym ();
2974be62
AM
7742int
7743main ()
7744{
37f980dc 7745return dlsym ();
2974be62
AM
7746 ;
7747 return 0;
7748}
7749_ACEOF
7750for ac_lib in '' dl; do
7751 if test -z "$ac_lib"; then
7752 ac_res="none required"
7753 else
7754 ac_res=-l$ac_lib
7755 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7756 fi
7757 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7758 ac_cv_search_dlsym=$ac_res
2974be62
AM
7759fi
7760rm -f core conftest.err conftest.$ac_objext \
7761 conftest$ac_exeext
d0ac1c44 7762 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7763 break
7764fi
7765done
d0ac1c44 7766if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7767
7768else
37f980dc 7769 ac_cv_search_dlsym=no
2974be62
AM
7770fi
7771rm conftest.$ac_ext
7772LIBS=$ac_func_search_save_LIBS
7773fi
37f980dc
SM
7774{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7775$as_echo "$ac_cv_search_dlsym" >&6; }
7776ac_res=$ac_cv_search_dlsym
2974be62
AM
7777if test "$ac_res" != no; then :
7778 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7779
7780fi
7781
7782 fi
6bb11ab3
L
7783
7784 if test "$plugins" = yes; then
7785 PLUGINS_TRUE=
7786 PLUGINS_FALSE='#'
7787else
7788 PLUGINS_TRUE='#'
7789 PLUGINS_FALSE=
7790fi
7791
7792
7793
7794
7795
7796# Set options
7797enable_dlopen=yes
7798
7799
7800
7801
7802 enable_win32_dll=no
7803
7804
7805 # Check whether --enable-shared was given.
7806if test "${enable_shared+set}" = set; then :
7807 enableval=$enable_shared; p=${PACKAGE-default}
7808 case $enableval in
7809 yes) enable_shared=yes ;;
7810 no) enable_shared=no ;;
7811 *)
7812 enable_shared=no
7813 # Look at the argument we got. We use all the common list separators.
7814 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7815 for pkg in $enableval; do
7816 IFS="$lt_save_ifs"
7817 if test "X$pkg" = "X$p"; then
7818 enable_shared=yes
7819 fi
7820 done
7821 IFS="$lt_save_ifs"
7822 ;;
7823 esac
7824else
7825 enable_shared=yes
7826fi
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836 # Check whether --enable-static was given.
7837if test "${enable_static+set}" = set; then :
7838 enableval=$enable_static; p=${PACKAGE-default}
7839 case $enableval in
7840 yes) enable_static=yes ;;
7841 no) enable_static=no ;;
7842 *)
7843 enable_static=no
7844 # Look at the argument we got. We use all the common list separators.
7845 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7846 for pkg in $enableval; do
7847 IFS="$lt_save_ifs"
7848 if test "X$pkg" = "X$p"; then
7849 enable_static=yes
7850 fi
7851 done
7852 IFS="$lt_save_ifs"
7853 ;;
7854 esac
7855else
7856 enable_static=yes
7857fi
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868# Check whether --with-pic was given.
7869if test "${with_pic+set}" = set; then :
7870 withval=$with_pic; pic_mode="$withval"
7871else
7872 pic_mode=default
7873fi
7874
7875
7876test -z "$pic_mode" && pic_mode=default
7877
7878
7879
7880
7881
7882
7883
7884 # Check whether --enable-fast-install was given.
7885if test "${enable_fast_install+set}" = set; then :
7886 enableval=$enable_fast_install; p=${PACKAGE-default}
7887 case $enableval in
7888 yes) enable_fast_install=yes ;;
7889 no) enable_fast_install=no ;;
7890 *)
7891 enable_fast_install=no
7892 # Look at the argument we got. We use all the common list separators.
7893 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7894 for pkg in $enableval; do
7895 IFS="$lt_save_ifs"
7896 if test "X$pkg" = "X$p"; then
7897 enable_fast_install=yes
7898 fi
7899 done
7900 IFS="$lt_save_ifs"
7901 ;;
7902 esac
7903else
7904 enable_fast_install=yes
7905fi
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917# This can be used to rebuild libtool when needed
7918LIBTOOL_DEPS="$ltmain"
7919
7920# Always use our own libtool.
7921LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7922
7923
7924
7925
7926
7927
7928
7929
7930
7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
7942
7943
7944
7945
7946
7947
7948test -z "$LN_S" && LN_S="ln -s"
7949
7950
7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963if test -n "${ZSH_VERSION+set}" ; then
7964 setopt NO_GLOB_SUBST
7965fi
7966
7967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7968$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7969if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7970 $as_echo_n "(cached) " >&6
7971else
7972 rm -f .libs 2>/dev/null
7973mkdir .libs 2>/dev/null
7974if test -d .libs; then
7975 lt_cv_objdir=.libs
7976else
7977 # MS-DOS does not allow filenames that begin with a dot.
7978 lt_cv_objdir=_libs
fdd6fa61 7979fi
6bb11ab3
L
7980rmdir .libs 2>/dev/null
7981fi
7982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7983$as_echo "$lt_cv_objdir" >&6; }
7984objdir=$lt_cv_objdir
fdd6fa61 7985
6bb11ab3
L
7986
7987
7988
7989
7990cat >>confdefs.h <<_ACEOF
7991#define LT_OBJDIR "$lt_cv_objdir/"
7992_ACEOF
7993
7994
7995
7996
7997case $host_os in
7998aix3*)
7999 # AIX sometimes has problems with the GCC collect2 program. For some
8000 # reason, if we set the COLLECT_NAMES environment variable, the problems
8001 # vanish in a puff of smoke.
8002 if test "X${COLLECT_NAMES+set}" != Xset; then
8003 COLLECT_NAMES=
8004 export COLLECT_NAMES
8005 fi
8006 ;;
81ecdfbb 8007esac
6bb11ab3
L
8008
8009# Global variables:
8010ofile=libtool
8011can_build_shared=yes
8012
8013# All known linkers require a `.a' archive for static linking (except MSVC,
8014# which needs '.lib').
8015libext=a
8016
8017with_gnu_ld="$lt_cv_prog_gnu_ld"
8018
8019old_CC="$CC"
8020old_CFLAGS="$CFLAGS"
8021
8022# Set sane defaults for various variables
8023test -z "$CC" && CC=cc
8024test -z "$LTCC" && LTCC=$CC
8025test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8026test -z "$LD" && LD=ld
8027test -z "$ac_objext" && ac_objext=o
8028
8029for cc_temp in $compiler""; do
8030 case $cc_temp in
8031 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8032 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8033 \-*) ;;
8034 *) break;;
8035 esac
8036done
8037cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8038
8039
8040# Only perform the check for file, if the check method requires it
8041test -z "$MAGIC_CMD" && MAGIC_CMD=file
8042case $deplibs_check_method in
8043file_magic*)
8044 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8046$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8047if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8048 $as_echo_n "(cached) " >&6
8049else
8050 case $MAGIC_CMD in
8051[\\/*] | ?:[\\/]*)
8052 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8053 ;;
8054*)
8055 lt_save_MAGIC_CMD="$MAGIC_CMD"
8056 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8057 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8058 for ac_dir in $ac_dummy; do
8059 IFS="$lt_save_ifs"
8060 test -z "$ac_dir" && ac_dir=.
8061 if test -f $ac_dir/${ac_tool_prefix}file; then
8062 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8063 if test -n "$file_magic_test_file"; then
8064 case $deplibs_check_method in
8065 "file_magic "*)
8066 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8067 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8068 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8069 $EGREP "$file_magic_regex" > /dev/null; then
8070 :
8071 else
8072 cat <<_LT_EOF 1>&2
8073
8074*** Warning: the command libtool uses to detect shared libraries,
8075*** $file_magic_cmd, produces output that libtool cannot recognize.
8076*** The result is that libtool may fail to recognize shared libraries
8077*** as such. This will affect the creation of libtool libraries that
8078*** depend on shared libraries, but programs linked with such libtool
8079*** libraries will work regardless of this problem. Nevertheless, you
8080*** may want to report the problem to your system manager and/or to
8081*** bug-libtool@gnu.org
8082
8083_LT_EOF
8084 fi ;;
8085 esac
8086 fi
8087 break
fdd6fa61 8088 fi
6bb11ab3
L
8089 done
8090 IFS="$lt_save_ifs"
8091 MAGIC_CMD="$lt_save_MAGIC_CMD"
8092 ;;
8093esac
fdd6fa61 8094fi
fdd6fa61 8095
6bb11ab3
L
8096MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8097if test -n "$MAGIC_CMD"; then
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8099$as_echo "$MAGIC_CMD" >&6; }
8100else
8101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8102$as_echo "no" >&6; }
8103fi
81ecdfbb 8104
6bb11ab3
L
8105
8106
8107
8108
8109if test -z "$lt_cv_path_MAGIC_CMD"; then
8110 if test -n "$ac_tool_prefix"; then
8111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8112$as_echo_n "checking for file... " >&6; }
d0ac1c44 8113if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8114 $as_echo_n "(cached) " >&6
8115else
8116 case $MAGIC_CMD in
8117[\\/*] | ?:[\\/]*)
8118 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8119 ;;
8120*)
8121 lt_save_MAGIC_CMD="$MAGIC_CMD"
8122 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8123 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8124 for ac_dir in $ac_dummy; do
8125 IFS="$lt_save_ifs"
8126 test -z "$ac_dir" && ac_dir=.
8127 if test -f $ac_dir/file; then
8128 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8129 if test -n "$file_magic_test_file"; then
8130 case $deplibs_check_method in
8131 "file_magic "*)
8132 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8133 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8134 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8135 $EGREP "$file_magic_regex" > /dev/null; then
8136 :
8137 else
8138 cat <<_LT_EOF 1>&2
8139
8140*** Warning: the command libtool uses to detect shared libraries,
8141*** $file_magic_cmd, produces output that libtool cannot recognize.
8142*** The result is that libtool may fail to recognize shared libraries
8143*** as such. This will affect the creation of libtool libraries that
8144*** depend on shared libraries, but programs linked with such libtool
8145*** libraries will work regardless of this problem. Nevertheless, you
8146*** may want to report the problem to your system manager and/or to
8147*** bug-libtool@gnu.org
8148
8149_LT_EOF
8150 fi ;;
8151 esac
8152 fi
8153 break
8154 fi
8155 done
8156 IFS="$lt_save_ifs"
8157 MAGIC_CMD="$lt_save_MAGIC_CMD"
8158 ;;
81ecdfbb 8159esac
6bb11ab3
L
8160fi
8161
8162MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8163if test -n "$MAGIC_CMD"; then
8164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8165$as_echo "$MAGIC_CMD" >&6; }
8166else
8167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8168$as_echo "no" >&6; }
8169fi
8170
8171
8172 else
8173 MAGIC_CMD=:
8174 fi
8175fi
8176
8177 fi
8178 ;;
8179esac
8180
8181# Use C for the default configuration in the libtool script
8182
8183lt_save_CC="$CC"
8184ac_ext=c
8185ac_cpp='$CPP $CPPFLAGS'
8186ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8187ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8188ac_compiler_gnu=$ac_cv_c_compiler_gnu
8189
8190
8191# Source file extension for C test sources.
8192ac_ext=c
8193
8194# Object file extension for compiled C test sources.
8195objext=o
8196objext=$objext
8197
8198# Code to be used in simple compile tests
8199lt_simple_compile_test_code="int some_variable = 0;"
8200
8201# Code to be used in simple link tests
8202lt_simple_link_test_code='int main(){return(0);}'
8203
8204
8205
8206
8207
8208
8209
8210# If no C compiler was specified, use CC.
8211LTCC=${LTCC-"$CC"}
8212
8213# If no C compiler flags were specified, use CFLAGS.
8214LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8215
8216# Allow CC to be a program name with arguments.
8217compiler=$CC
8218
8219# Save the default compiler, since it gets overwritten when the other
8220# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8221compiler_DEFAULT=$CC
8222
8223# save warnings/boilerplate of simple test code
8224ac_outfile=conftest.$ac_objext
8225echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8226eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8227_lt_compiler_boilerplate=`cat conftest.err`
8228$RM conftest*
8229
8230ac_outfile=conftest.$ac_objext
8231echo "$lt_simple_link_test_code" >conftest.$ac_ext
8232eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8233_lt_linker_boilerplate=`cat conftest.err`
8234$RM -r conftest*
8235
8236
8237## CAVEAT EMPTOR:
8238## There is no encapsulation within the following macros, do not change
8239## the running order or otherwise move them around unless you know exactly
8240## what you are doing...
8241if test -n "$compiler"; then
8242
8243lt_prog_compiler_no_builtin_flag=
8244
8245if test "$GCC" = yes; then
8246 case $cc_basename in
8247 nvcc*)
8248 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8249 *)
8250 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
fdd6fa61 8251 esac
6bb11ab3
L
8252
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8254$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8255if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8256 $as_echo_n "(cached) " >&6
fdd6fa61 8257else
6bb11ab3
L
8258 lt_cv_prog_compiler_rtti_exceptions=no
8259 ac_outfile=conftest.$ac_objext
8260 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8261 lt_compiler_flag="-fno-rtti -fno-exceptions"
8262 # Insert the option either (1) after the last *FLAGS variable, or
8263 # (2) before a word containing "conftest.", or (3) at the end.
8264 # Note that $ac_compile itself does not contain backslashes and begins
8265 # with a dollar sign (not a hyphen), so the echo should work correctly.
8266 # The option is referenced via a variable to avoid confusing sed.
8267 lt_compile=`echo "$ac_compile" | $SED \
8268 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8269 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8270 -e 's:$: $lt_compiler_flag:'`
8271 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8272 (eval "$lt_compile" 2>conftest.err)
8273 ac_status=$?
8274 cat conftest.err >&5
8275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8276 if (exit $ac_status) && test -s "$ac_outfile"; then
8277 # The compiler can only warn and ignore the option if not recognized
8278 # So say no if there are warnings other than the usual output.
8279 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8280 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8281 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8282 lt_cv_prog_compiler_rtti_exceptions=yes
8283 fi
8284 fi
8285 $RM conftest*
8286
fdd6fa61 8287fi
6bb11ab3
L
8288{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8289$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8290
8291if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8292 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8293else
8294 :
8295fi
8296
8297fi
8298
8299
8300
8301
8302
8303
8304 lt_prog_compiler_wl=
8305lt_prog_compiler_pic=
8306lt_prog_compiler_static=
8307
8308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8309$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8310
8311 if test "$GCC" = yes; then
8312 lt_prog_compiler_wl='-Wl,'
8313 lt_prog_compiler_static='-static'
8314
8315 case $host_os in
8316 aix*)
8317 # All AIX code is PIC.
8318 if test "$host_cpu" = ia64; then
8319 # AIX 5 now supports IA64 processor
8320 lt_prog_compiler_static='-Bstatic'
8321 fi
8322 lt_prog_compiler_pic='-fPIC'
8323 ;;
8324
8325 amigaos*)
8326 case $host_cpu in
8327 powerpc)
8328 # see comment about AmigaOS4 .so support
8329 lt_prog_compiler_pic='-fPIC'
8330 ;;
8331 m68k)
8332 # FIXME: we need at least 68020 code to build shared libraries, but
8333 # adding the `-m68020' flag to GCC prevents building anything better,
8334 # like `-m68040'.
8335 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8336 ;;
8337 esac
8338 ;;
8339
8340 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8341 # PIC is the default for these OSes.
8342 ;;
8343
8344 mingw* | cygwin* | pw32* | os2* | cegcc*)
8345 # This hack is so that the source file can tell whether it is being
8346 # built for inclusion in a dll (and should export symbols for example).
8347 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8348 # (--disable-auto-import) libraries
8349 lt_prog_compiler_pic='-DDLL_EXPORT'
8350 ;;
8351
8352 darwin* | rhapsody*)
8353 # PIC is the default on this platform
8354 # Common symbols not allowed in MH_DYLIB files
8355 lt_prog_compiler_pic='-fno-common'
8356 ;;
8357
8358 haiku*)
8359 # PIC is the default for Haiku.
8360 # The "-static" flag exists, but is broken.
8361 lt_prog_compiler_static=
8362 ;;
8363
8364 hpux*)
8365 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8366 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8367 # sets the default TLS model and affects inlining.
8368 case $host_cpu in
8369 hppa*64*)
8370 # +Z the default
8371 ;;
8372 *)
8373 lt_prog_compiler_pic='-fPIC'
8374 ;;
8375 esac
8376 ;;
8377
8378 interix[3-9]*)
8379 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8380 # Instead, we relocate shared libraries at runtime.
8381 ;;
8382
8383 msdosdjgpp*)
8384 # Just because we use GCC doesn't mean we suddenly get shared libraries
8385 # on systems that don't support them.
8386 lt_prog_compiler_can_build_shared=no
8387 enable_shared=no
8388 ;;
8389
8390 *nto* | *qnx*)
8391 # QNX uses GNU C++, but need to define -shared option too, otherwise
8392 # it will coredump.
8393 lt_prog_compiler_pic='-fPIC -shared'
8394 ;;
8395
8396 sysv4*MP*)
8397 if test -d /usr/nec; then
8398 lt_prog_compiler_pic=-Kconform_pic
8399 fi
8400 ;;
8401
8402 *)
8403 lt_prog_compiler_pic='-fPIC'
8404 ;;
8405 esac
8406
8407 case $cc_basename in
8408 nvcc*) # Cuda Compiler Driver 2.2
8409 lt_prog_compiler_wl='-Xlinker '
8410 lt_prog_compiler_pic='-Xcompiler -fPIC'
8411 ;;
8412 esac
8413 else
8414 # PORTME Check for flag to pass linker flags through the system compiler.
8415 case $host_os in
8416 aix*)
8417 lt_prog_compiler_wl='-Wl,'
8418 if test "$host_cpu" = ia64; then
8419 # AIX 5 now supports IA64 processor
8420 lt_prog_compiler_static='-Bstatic'
8421 else
8422 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8423 fi
8424 ;;
8425
8426 mingw* | cygwin* | pw32* | os2* | cegcc*)
8427 # This hack is so that the source file can tell whether it is being
8428 # built for inclusion in a dll (and should export symbols for example).
8429 lt_prog_compiler_pic='-DDLL_EXPORT'
8430 ;;
8431
8432 hpux9* | hpux10* | hpux11*)
8433 lt_prog_compiler_wl='-Wl,'
8434 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8435 # not for PA HP-UX.
8436 case $host_cpu in
8437 hppa*64*|ia64*)
8438 # +Z the default
8439 ;;
8440 *)
8441 lt_prog_compiler_pic='+Z'
8442 ;;
8443 esac
8444 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8445 lt_prog_compiler_static='${wl}-a ${wl}archive'
8446 ;;
8447
8448 irix5* | irix6* | nonstopux*)
8449 lt_prog_compiler_wl='-Wl,'
8450 # PIC (with -KPIC) is the default.
8451 lt_prog_compiler_static='-non_shared'
8452 ;;
8453
8454 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8455 case $cc_basename in
8456 # old Intel for x86_64 which still supported -KPIC.
8457 ecc*)
8458 lt_prog_compiler_wl='-Wl,'
8459 lt_prog_compiler_pic='-KPIC'
8460 lt_prog_compiler_static='-static'
8461 ;;
8462 # icc used to be incompatible with GCC.
8463 # ICC 10 doesn't accept -KPIC any more.
8464 icc* | ifort*)
8465 lt_prog_compiler_wl='-Wl,'
8466 lt_prog_compiler_pic='-fPIC'
8467 lt_prog_compiler_static='-static'
8468 ;;
8469 # Lahey Fortran 8.1.
8470 lf95*)
8471 lt_prog_compiler_wl='-Wl,'
8472 lt_prog_compiler_pic='--shared'
8473 lt_prog_compiler_static='--static'
8474 ;;
8475 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8476 # Portland Group compilers (*not* the Pentium gcc compiler,
8477 # which looks to be a dead project)
8478 lt_prog_compiler_wl='-Wl,'
8479 lt_prog_compiler_pic='-fpic'
8480 lt_prog_compiler_static='-Bstatic'
8481 ;;
8482 ccc*)
8483 lt_prog_compiler_wl='-Wl,'
8484 # All Alpha code is PIC.
8485 lt_prog_compiler_static='-non_shared'
8486 ;;
8487 xl* | bgxl* | bgf* | mpixl*)
8488 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8489 lt_prog_compiler_wl='-Wl,'
8490 lt_prog_compiler_pic='-qpic'
8491 lt_prog_compiler_static='-qstaticlink'
8492 ;;
8493 *)
8494 case `$CC -V 2>&1 | sed 5q` in
8495 *Sun\ F* | *Sun*Fortran*)
8496 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8497 lt_prog_compiler_pic='-KPIC'
8498 lt_prog_compiler_static='-Bstatic'
8499 lt_prog_compiler_wl=''
8500 ;;
8501 *Sun\ C*)
8502 # Sun C 5.9
8503 lt_prog_compiler_pic='-KPIC'
8504 lt_prog_compiler_static='-Bstatic'
8505 lt_prog_compiler_wl='-Wl,'
8506 ;;
8507 esac
8508 ;;
8509 esac
8510 ;;
8511
8512 newsos6)
8513 lt_prog_compiler_pic='-KPIC'
8514 lt_prog_compiler_static='-Bstatic'
8515 ;;
8516
8517 *nto* | *qnx*)
8518 # QNX uses GNU C++, but need to define -shared option too, otherwise
8519 # it will coredump.
8520 lt_prog_compiler_pic='-fPIC -shared'
8521 ;;
8522
8523 osf3* | osf4* | osf5*)
8524 lt_prog_compiler_wl='-Wl,'
8525 # All OSF/1 code is PIC.
8526 lt_prog_compiler_static='-non_shared'
8527 ;;
8528
8529 rdos*)
8530 lt_prog_compiler_static='-non_shared'
8531 ;;
8532
8533 solaris*)
8534 lt_prog_compiler_pic='-KPIC'
8535 lt_prog_compiler_static='-Bstatic'
8536 case $cc_basename in
8537 f77* | f90* | f95*)
8538 lt_prog_compiler_wl='-Qoption ld ';;
8539 *)
8540 lt_prog_compiler_wl='-Wl,';;
8541 esac
8542 ;;
fdd6fa61 8543
6bb11ab3
L
8544 sunos4*)
8545 lt_prog_compiler_wl='-Qoption ld '
8546 lt_prog_compiler_pic='-PIC'
8547 lt_prog_compiler_static='-Bstatic'
8548 ;;
fdd6fa61 8549
6bb11ab3
L
8550 sysv4 | sysv4.2uw2* | sysv4.3*)
8551 lt_prog_compiler_wl='-Wl,'
8552 lt_prog_compiler_pic='-KPIC'
8553 lt_prog_compiler_static='-Bstatic'
8554 ;;
fdd6fa61 8555
6bb11ab3
L
8556 sysv4*MP*)
8557 if test -d /usr/nec ;then
8558 lt_prog_compiler_pic='-Kconform_pic'
8559 lt_prog_compiler_static='-Bstatic'
8560 fi
8561 ;;
8562
8563 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8564 lt_prog_compiler_wl='-Wl,'
8565 lt_prog_compiler_pic='-KPIC'
8566 lt_prog_compiler_static='-Bstatic'
8567 ;;
8568
8569 unicos*)
8570 lt_prog_compiler_wl='-Wl,'
8571 lt_prog_compiler_can_build_shared=no
8572 ;;
8573
8574 uts4*)
8575 lt_prog_compiler_pic='-pic'
8576 lt_prog_compiler_static='-Bstatic'
8577 ;;
8578
8579 *)
8580 lt_prog_compiler_can_build_shared=no
8581 ;;
8582 esac
8583 fi
8584
8585case $host_os in
8586 # For platforms which do not support PIC, -DPIC is meaningless:
8587 *djgpp*)
8588 lt_prog_compiler_pic=
8589 ;;
8590 *)
8591 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8592 ;;
81ecdfbb 8593esac
6bb11ab3
L
8594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8595$as_echo "$lt_prog_compiler_pic" >&6; }
8596
8597
8598
8599
8600
8601
8602#
8603# Check to make sure the PIC flag actually works.
8604#
8605if test -n "$lt_prog_compiler_pic"; then
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8607$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8608if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8609 $as_echo_n "(cached) " >&6
fdd6fa61 8610else
6bb11ab3
L
8611 lt_cv_prog_compiler_pic_works=no
8612 ac_outfile=conftest.$ac_objext
8613 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8614 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8615 # Insert the option either (1) after the last *FLAGS variable, or
8616 # (2) before a word containing "conftest.", or (3) at the end.
8617 # Note that $ac_compile itself does not contain backslashes and begins
8618 # with a dollar sign (not a hyphen), so the echo should work correctly.
8619 # The option is referenced via a variable to avoid confusing sed.
8620 lt_compile=`echo "$ac_compile" | $SED \
8621 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8622 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8623 -e 's:$: $lt_compiler_flag:'`
8624 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8625 (eval "$lt_compile" 2>conftest.err)
8626 ac_status=$?
8627 cat conftest.err >&5
8628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8629 if (exit $ac_status) && test -s "$ac_outfile"; then
8630 # The compiler can only warn and ignore the option if not recognized
8631 # So say no if there are warnings other than the usual output.
8632 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8633 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8634 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8635 lt_cv_prog_compiler_pic_works=yes
8636 fi
8637 fi
8638 $RM conftest*
fdd6fa61 8639
fdd6fa61 8640fi
6bb11ab3
L
8641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8642$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8643
8644if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8645 case $lt_prog_compiler_pic in
8646 "" | " "*) ;;
8647 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8648 esac
8649else
8650 lt_prog_compiler_pic=
8651 lt_prog_compiler_can_build_shared=no
fdd6fa61 8652fi
6bb11ab3
L
8653
8654fi
8655
8656
8657
8658
8659
8660
8661#
8662# Check to make sure the static flag actually works.
8663#
8664wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8666$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8667if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8668 $as_echo_n "(cached) " >&6
fdd6fa61 8669else
6bb11ab3
L
8670 lt_cv_prog_compiler_static_works=no
8671 save_LDFLAGS="$LDFLAGS"
8672 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8673 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8674 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8675 # The linker can only warn and ignore the option if not recognized
8676 # So say no if there are warnings
8677 if test -s conftest.err; then
8678 # Append any errors to the config.log.
8679 cat conftest.err 1>&5
8680 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8681 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8682 if diff conftest.exp conftest.er2 >/dev/null; then
8683 lt_cv_prog_compiler_static_works=yes
8684 fi
8685 else
8686 lt_cv_prog_compiler_static_works=yes
8687 fi
8688 fi
8689 $RM -r conftest*
8690 LDFLAGS="$save_LDFLAGS"
fdd6fa61 8691
6bb11ab3
L
8692fi
8693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8694$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
fdd6fa61 8695
6bb11ab3
L
8696if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8697 :
fdd6fa61 8698else
6bb11ab3 8699 lt_prog_compiler_static=
fdd6fa61 8700fi
fdd6fa61 8701
6bb11ab3
L
8702
8703
8704
8705
8706
8707
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8709$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8710if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8711 $as_echo_n "(cached) " >&6
81ecdfbb 8712else
6bb11ab3
L
8713 lt_cv_prog_compiler_c_o=no
8714 $RM -r conftest 2>/dev/null
8715 mkdir conftest
8716 cd conftest
8717 mkdir out
8718 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8719
8720 lt_compiler_flag="-o out/conftest2.$ac_objext"
8721 # Insert the option either (1) after the last *FLAGS variable, or
8722 # (2) before a word containing "conftest.", or (3) at the end.
8723 # Note that $ac_compile itself does not contain backslashes and begins
8724 # with a dollar sign (not a hyphen), so the echo should work correctly.
8725 lt_compile=`echo "$ac_compile" | $SED \
8726 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8727 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8728 -e 's:$: $lt_compiler_flag:'`
8729 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8730 (eval "$lt_compile" 2>out/conftest.err)
8731 ac_status=$?
8732 cat out/conftest.err >&5
8733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8734 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8735 then
8736 # The compiler can only warn and ignore the option if not recognized
8737 # So say no if there are warnings
8738 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8739 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8740 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8741 lt_cv_prog_compiler_c_o=yes
8742 fi
8743 fi
8744 chmod u+w . 2>&5
8745 $RM conftest*
8746 # SGI C++ compiler will create directory out/ii_files/ for
8747 # template instantiation
8748 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8749 $RM out/* && rmdir out
8750 cd ..
8751 $RM -r conftest
8752 $RM conftest*
8753
81ecdfbb 8754fi
6bb11ab3
L
8755{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8756$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8757
8758
8759
8760
8761
8762
8763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8764$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8765if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8766 $as_echo_n "(cached) " >&6
8767else
6bb11ab3
L
8768 lt_cv_prog_compiler_c_o=no
8769 $RM -r conftest 2>/dev/null
8770 mkdir conftest
8771 cd conftest
8772 mkdir out
8773 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8774
8775 lt_compiler_flag="-o out/conftest2.$ac_objext"
8776 # Insert the option either (1) after the last *FLAGS variable, or
8777 # (2) before a word containing "conftest.", or (3) at the end.
8778 # Note that $ac_compile itself does not contain backslashes and begins
8779 # with a dollar sign (not a hyphen), so the echo should work correctly.
8780 lt_compile=`echo "$ac_compile" | $SED \
8781 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8782 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8783 -e 's:$: $lt_compiler_flag:'`
8784 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8785 (eval "$lt_compile" 2>out/conftest.err)
8786 ac_status=$?
8787 cat out/conftest.err >&5
8788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8789 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8790 then
8791 # The compiler can only warn and ignore the option if not recognized
8792 # So say no if there are warnings
8793 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8794 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8795 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8796 lt_cv_prog_compiler_c_o=yes
8797 fi
8798 fi
8799 chmod u+w . 2>&5
8800 $RM conftest*
8801 # SGI C++ compiler will create directory out/ii_files/ for
8802 # template instantiation
8803 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8804 $RM out/* && rmdir out
8805 cd ..
8806 $RM -r conftest
8807 $RM conftest*
8808
8809fi
8810{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8811$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8812
8813
8814
8815
8816hard_links="nottested"
8817if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8818 # do not overwrite the value of need_locks provided by the user
8819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8820$as_echo_n "checking if we can lock with hard links... " >&6; }
8821 hard_links=yes
8822 $RM conftest*
8823 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8824 touch conftest.a
8825 ln conftest.a conftest.b 2>&5 || hard_links=no
8826 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8828$as_echo "$hard_links" >&6; }
8829 if test "$hard_links" = no; then
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8831$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8832 need_locks=warn
8833 fi
8834else
8835 need_locks=no
8836fi
8837
8838
8839
8840
8841
8842
8843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8844$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8845
8846 runpath_var=
8847 allow_undefined_flag=
8848 always_export_symbols=no
8849 archive_cmds=
8850 archive_expsym_cmds=
8851 compiler_needs_object=no
8852 enable_shared_with_static_runtimes=no
8853 export_dynamic_flag_spec=
8854 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8855 hardcode_automatic=no
8856 hardcode_direct=no
8857 hardcode_direct_absolute=no
8858 hardcode_libdir_flag_spec=
8859 hardcode_libdir_flag_spec_ld=
8860 hardcode_libdir_separator=
8861 hardcode_minus_L=no
8862 hardcode_shlibpath_var=unsupported
8863 inherit_rpath=no
8864 link_all_deplibs=unknown
8865 module_cmds=
8866 module_expsym_cmds=
8867 old_archive_from_new_cmds=
8868 old_archive_from_expsyms_cmds=
8869 thread_safe_flag_spec=
8870 whole_archive_flag_spec=
8871 # include_expsyms should be a list of space-separated symbols to be *always*
8872 # included in the symbol list
8873 include_expsyms=
8874 # exclude_expsyms can be an extended regexp of symbols to exclude
8875 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8876 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8877 # as well as any symbol that contains `d'.
8878 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8879 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8880 # platforms (ab)use it in PIC code, but their linkers get confused if
8881 # the symbol is explicitly referenced. Since portable code cannot
8882 # rely on this symbol name, it's probably fine to never include it in
8883 # preloaded symbol tables.
8884 # Exclude shared library initialization/finalization symbols.
8885 extract_expsyms_cmds=
8886
8887 case $host_os in
8888 cygwin* | mingw* | pw32* | cegcc*)
8889 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8890 # When not using gcc, we currently assume that we are using
8891 # Microsoft Visual C++.
8892 if test "$GCC" != yes; then
8893 with_gnu_ld=no
8894 fi
8895 ;;
8896 interix*)
8897 # we just hope/assume this is gcc and not c89 (= MSVC++)
8898 with_gnu_ld=yes
8899 ;;
8900 openbsd*)
8901 with_gnu_ld=no
8902 ;;
8903 esac
fdd6fa61 8904
6bb11ab3
L
8905 ld_shlibs=yes
8906
8907 # On some targets, GNU ld is compatible enough with the native linker
8908 # that we're better off using the native interface for both.
8909 lt_use_gnu_ld_interface=no
8910 if test "$with_gnu_ld" = yes; then
8911 case $host_os in
8912 aix*)
8913 # The AIX port of GNU ld has always aspired to compatibility
8914 # with the native linker. However, as the warning in the GNU ld
8915 # block says, versions before 2.19.5* couldn't really create working
8916 # shared libraries, regardless of the interface used.
8917 case `$LD -v 2>&1` in
8918 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8919 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8920 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8921 *)
8922 lt_use_gnu_ld_interface=yes
8923 ;;
8924 esac
8925 ;;
8926 *)
8927 lt_use_gnu_ld_interface=yes
8928 ;;
8929 esac
8930 fi
fdd6fa61 8931
6bb11ab3
L
8932 if test "$lt_use_gnu_ld_interface" = yes; then
8933 # If archive_cmds runs LD, not CC, wlarc should be empty
8934 wlarc='${wl}'
8935
8936 # Set some defaults for GNU ld with shared library support. These
8937 # are reset later if shared libraries are not supported. Putting them
8938 # here allows them to be overridden if necessary.
8939 runpath_var=LD_RUN_PATH
8940 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8941 export_dynamic_flag_spec='${wl}--export-dynamic'
8942 # ancient GNU ld didn't support --whole-archive et. al.
8943 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8944 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8945 else
8946 whole_archive_flag_spec=
8947 fi
8948 supports_anon_versioning=no
8949 case `$LD -v 2>&1` in
8950 *GNU\ gold*) supports_anon_versioning=yes ;;
8951 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8952 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8953 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8954 *\ 2.11.*) ;; # other 2.11 versions
8955 *) supports_anon_versioning=yes ;;
8956 esac
8957
8958 # See if GNU ld supports shared libraries.
8959 case $host_os in
8960 aix[3-9]*)
8961 # On AIX/PPC, the GNU linker is very broken
8962 if test "$host_cpu" != ia64; then
8963 ld_shlibs=no
8964 cat <<_LT_EOF 1>&2
8965
8966*** Warning: the GNU linker, at least up to release 2.19, is reported
8967*** to be unable to reliably create shared libraries on AIX.
8968*** Therefore, libtool is disabling shared libraries support. If you
8969*** really care for shared libraries, you may want to install binutils
8970*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8971*** You will then need to restart the configuration process.
8972
8973_LT_EOF
8974 fi
8975 ;;
8976
8977 amigaos*)
8978 case $host_cpu in
8979 powerpc)
8980 # see comment about AmigaOS4 .so support
8981 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8982 archive_expsym_cmds=''
8983 ;;
8984 m68k)
8985 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)'
8986 hardcode_libdir_flag_spec='-L$libdir'
8987 hardcode_minus_L=yes
8988 ;;
8989 esac
8990 ;;
8991
8992 beos*)
8993 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8994 allow_undefined_flag=unsupported
8995 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8996 # support --undefined. This deserves some investigation. FIXME
8997 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8998 else
8999 ld_shlibs=no
9000 fi
9001 ;;
9002
9003 cygwin* | mingw* | pw32* | cegcc*)
9004 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9005 # as there is no search path for DLLs.
9006 hardcode_libdir_flag_spec='-L$libdir'
9007 export_dynamic_flag_spec='${wl}--export-all-symbols'
9008 allow_undefined_flag=unsupported
9009 always_export_symbols=no
9010 enable_shared_with_static_runtimes=yes
9011 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9012
9013 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9014 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9015 # If the export-symbols file already is a .def file (1st line
9016 # is EXPORTS), use it as is; otherwise, prepend...
9017 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9018 cp $export_symbols $output_objdir/$soname.def;
9019 else
9020 echo EXPORTS > $output_objdir/$soname.def;
9021 cat $export_symbols >> $output_objdir/$soname.def;
9022 fi~
9023 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9024 else
9025 ld_shlibs=no
9026 fi
9027 ;;
9028
9029 haiku*)
9030 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9031 link_all_deplibs=yes
9032 ;;
9033
9034 interix[3-9]*)
9035 hardcode_direct=no
9036 hardcode_shlibpath_var=no
9037 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9038 export_dynamic_flag_spec='${wl}-E'
9039 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9040 # Instead, shared libraries are loaded at an image base (0x10000000 by
9041 # default) and relocated if they conflict, which is a slow very memory
9042 # consuming and fragmenting process. To avoid this, we pick a random,
9043 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9044 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9045 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9046 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'
9047 ;;
9048
9049 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9050 tmp_diet=no
9051 if test "$host_os" = linux-dietlibc; then
9052 case $cc_basename in
9053 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9054 esac
9055 fi
9056 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9057 && test "$tmp_diet" = no
9058 then
5cddc23a 9059 tmp_addflag=' $pic_flag'
6bb11ab3
L
9060 tmp_sharedflag='-shared'
9061 case $cc_basename,$host_cpu in
9062 pgcc*) # Portland Group C compiler
9063 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'
9064 tmp_addflag=' $pic_flag'
9065 ;;
9066 pgf77* | pgf90* | pgf95* | pgfortran*)
9067 # Portland Group f77 and f90 compilers
9068 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'
9069 tmp_addflag=' $pic_flag -Mnomain' ;;
9070 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9071 tmp_addflag=' -i_dynamic' ;;
9072 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9073 tmp_addflag=' -i_dynamic -nofor_main' ;;
9074 ifc* | ifort*) # Intel Fortran compiler
9075 tmp_addflag=' -nofor_main' ;;
9076 lf95*) # Lahey Fortran 8.1
9077 whole_archive_flag_spec=
9078 tmp_sharedflag='--shared' ;;
9079 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9080 tmp_sharedflag='-qmkshrobj'
9081 tmp_addflag= ;;
9082 nvcc*) # Cuda Compiler Driver 2.2
9083 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'
9084 compiler_needs_object=yes
9085 ;;
9086 esac
9087 case `$CC -V 2>&1 | sed 5q` in
9088 *Sun\ C*) # Sun C 5.9
9089 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'
9090 compiler_needs_object=yes
9091 tmp_sharedflag='-G' ;;
9092 *Sun\ F*) # Sun Fortran 8.3
9093 tmp_sharedflag='-G' ;;
9094 esac
9095 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9096
9097 if test "x$supports_anon_versioning" = xyes; then
9098 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9099 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9100 echo "local: *; };" >> $output_objdir/$libname.ver~
9101 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9102 fi
9103
9104 case $cc_basename in
9105 xlf* | bgf* | bgxlf* | mpixlf*)
9106 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9107 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9108 hardcode_libdir_flag_spec=
9109 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9110 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9111 if test "x$supports_anon_versioning" = xyes; then
9112 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9113 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9114 echo "local: *; };" >> $output_objdir/$libname.ver~
9115 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9116 fi
9117 ;;
9118 esac
9119 else
9120 ld_shlibs=no
9121 fi
9122 ;;
9123
9124 netbsd*)
9125 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9126 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9127 wlarc=
9128 else
9129 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9130 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9131 fi
9132 ;;
9133
9134 solaris*)
9135 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9136 ld_shlibs=no
9137 cat <<_LT_EOF 1>&2
9138
9139*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9140*** create shared libraries on Solaris systems. Therefore, libtool
9141*** is disabling shared libraries support. We urge you to upgrade GNU
9142*** binutils to release 2.9.1 or newer. Another option is to modify
9143*** your PATH or compiler configuration so that the native linker is
9144*** used, and then restart.
9145
9146_LT_EOF
9147 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9148 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9149 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9150 else
9151 ld_shlibs=no
9152 fi
9153 ;;
9154
9155 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9156 case `$LD -v 2>&1` in
9157 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9158 ld_shlibs=no
9159 cat <<_LT_EOF 1>&2
9160
9161*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9162*** reliably create shared libraries on SCO systems. Therefore, libtool
9163*** is disabling shared libraries support. We urge you to upgrade GNU
9164*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9165*** your PATH or compiler configuration so that the native linker is
9166*** used, and then restart.
9167
9168_LT_EOF
9169 ;;
9170 *)
9171 # For security reasons, it is highly recommended that you always
9172 # use absolute paths for naming shared libraries, and exclude the
9173 # DT_RUNPATH tag from executables and libraries. But doing so
9174 # requires that you compile everything twice, which is a pain.
9175 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9176 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9177 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9178 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9179 else
9180 ld_shlibs=no
9181 fi
9182 ;;
9183 esac
9184 ;;
9185
9186 sunos4*)
9187 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9188 wlarc=
9189 hardcode_direct=yes
9190 hardcode_shlibpath_var=no
9191 ;;
9192
9193 *)
9194 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9195 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9196 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9197 else
9198 ld_shlibs=no
9199 fi
9200 ;;
9201 esac
9202
9203 if test "$ld_shlibs" = no; then
9204 runpath_var=
9205 hardcode_libdir_flag_spec=
9206 export_dynamic_flag_spec=
9207 whole_archive_flag_spec=
9208 fi
9209 else
9210 # PORTME fill in a description of your system's linker (not GNU ld)
9211 case $host_os in
9212 aix3*)
9213 allow_undefined_flag=unsupported
9214 always_export_symbols=yes
9215 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'
9216 # Note: this linker hardcodes the directories in LIBPATH if there
9217 # are no directories specified by -L.
9218 hardcode_minus_L=yes
9219 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9220 # Neither direct hardcoding nor static linking is supported with a
9221 # broken collect2.
9222 hardcode_direct=unsupported
9223 fi
9224 ;;
9225
9226 aix[4-9]*)
9227 if test "$host_cpu" = ia64; then
9228 # On IA64, the linker does run time linking by default, so we don't
9229 # have to do anything special.
9230 aix_use_runtimelinking=no
9231 exp_sym_flag='-Bexport'
9232 no_entry_flag=""
9233 else
9234 # If we're using GNU nm, then we don't want the "-C" option.
9235 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9236 # Also, AIX nm treats weak defined symbols like other global
9237 # defined symbols, whereas GNU nm marks them as "W".
9238 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9239 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'
9240 else
5c887dd5 9241 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
9242 fi
9243 aix_use_runtimelinking=no
9244
9245 # Test if we are trying to use run time linking or normal
9246 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9247 # need to do runtime linking.
9248 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9249 for ld_flag in $LDFLAGS; do
9250 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9251 aix_use_runtimelinking=yes
9252 break
9253 fi
9254 done
9255 ;;
9256 esac
9257
9258 exp_sym_flag='-bexport'
9259 no_entry_flag='-bnoentry'
9260 fi
9261
9262 # When large executables or shared objects are built, AIX ld can
9263 # have problems creating the table of contents. If linking a library
9264 # or program results in "error TOC overflow" add -mminimal-toc to
9265 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9266 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9267
9268 archive_cmds=''
9269 hardcode_direct=yes
9270 hardcode_direct_absolute=yes
9271 hardcode_libdir_separator=':'
9272 link_all_deplibs=yes
9273 file_list_spec='${wl}-f,'
9274
9275 if test "$GCC" = yes; then
9276 case $host_os in aix4.[012]|aix4.[012].*)
9277 # We only want to do this on AIX 4.2 and lower, the check
9278 # below for broken collect2 doesn't work under 4.3+
9279 collect2name=`${CC} -print-prog-name=collect2`
9280 if test -f "$collect2name" &&
9281 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9282 then
9283 # We have reworked collect2
9284 :
9285 else
9286 # We have old collect2
9287 hardcode_direct=unsupported
9288 # It fails to find uninstalled libraries when the uninstalled
9289 # path is not listed in the libpath. Setting hardcode_minus_L
9290 # to unsupported forces relinking
9291 hardcode_minus_L=yes
9292 hardcode_libdir_flag_spec='-L$libdir'
9293 hardcode_libdir_separator=
9294 fi
9295 ;;
9296 esac
9297 shared_flag='-shared'
9298 if test "$aix_use_runtimelinking" = yes; then
9299 shared_flag="$shared_flag "'${wl}-G'
9300 fi
9301 else
9302 # not using gcc
9303 if test "$host_cpu" = ia64; then
9304 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9305 # chokes on -Wl,-G. The following line is correct:
9306 shared_flag='-G'
9307 else
9308 if test "$aix_use_runtimelinking" = yes; then
9309 shared_flag='${wl}-G'
9310 else
9311 shared_flag='${wl}-bM:SRE'
9312 fi
9313 fi
9314 fi
9315
9316 export_dynamic_flag_spec='${wl}-bexpall'
9317 # It seems that -bexpall does not export symbols beginning with
9318 # underscore (_), so it is better to generate a list of symbols to export.
9319 always_export_symbols=yes
9320 if test "$aix_use_runtimelinking" = yes; then
9321 # Warning - without using the other runtime loading flags (-brtl),
9322 # -berok will link without error, but may produce a broken library.
9323 allow_undefined_flag='-berok'
9324 # Determine the default libpath from the value encoded in an
9325 # empty executable.
9326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9327/* end confdefs.h. */
9328
9329int
9330main ()
9331{
9332
9333 ;
9334 return 0;
9335}
9336_ACEOF
6bb11ab3 9337if ac_fn_c_try_link "$LINENO"; then :
fdd6fa61 9338
6bb11ab3
L
9339lt_aix_libpath_sed='
9340 /Import File Strings/,/^$/ {
9341 /^0/ {
9342 s/^0 *\(.*\)$/\1/
9343 p
9344 }
9345 }'
9346aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9347# Check for a 64-bit object if we didn't find anything.
9348if test -z "$aix_libpath"; then
9349 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9350fi
9351fi
9352rm -f core conftest.err conftest.$ac_objext \
9353 conftest$ac_exeext conftest.$ac_ext
9354if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9355
9356 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9357 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"
9358 else
9359 if test "$host_cpu" = ia64; then
9360 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9361 allow_undefined_flag="-z nodefs"
9362 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"
9363 else
9364 # Determine the default libpath from the value encoded in an
9365 # empty executable.
81ecdfbb
RW
9366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9367/* end confdefs.h. */
9368
9369int
9370main ()
9371{
9372
9373 ;
9374 return 0;
9375}
9376_ACEOF
6bb11ab3
L
9377if ac_fn_c_try_link "$LINENO"; then :
9378
9379lt_aix_libpath_sed='
9380 /Import File Strings/,/^$/ {
9381 /^0/ {
9382 s/^0 *\(.*\)$/\1/
9383 p
9384 }
9385 }'
9386aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9387# Check for a 64-bit object if we didn't find anything.
9388if test -z "$aix_libpath"; then
9389 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 9390fi
81ecdfbb 9391fi
6bb11ab3
L
9392rm -f core conftest.err conftest.$ac_objext \
9393 conftest$ac_exeext conftest.$ac_ext
9394if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9395
9396 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9397 # Warning - without using the other run time loading flags,
9398 # -berok will link without error, but may produce a broken library.
9399 no_undefined_flag=' ${wl}-bernotok'
9400 allow_undefined_flag=' ${wl}-berok'
9401 if test "$with_gnu_ld" = yes; then
9402 # We only use this code for GNU lds that support --whole-archive.
9403 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9404 else
9405 # Exported symbols can be pulled into shared objects from archives
9406 whole_archive_flag_spec='$convenience'
9407 fi
9408 archive_cmds_need_lc=yes
9409 # This is similar to how AIX traditionally builds its shared libraries.
9410 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'
9411 fi
9412 fi
9413 ;;
9414
9415 amigaos*)
9416 case $host_cpu in
9417 powerpc)
9418 # see comment about AmigaOS4 .so support
9419 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9420 archive_expsym_cmds=''
9421 ;;
9422 m68k)
9423 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)'
9424 hardcode_libdir_flag_spec='-L$libdir'
9425 hardcode_minus_L=yes
9426 ;;
9427 esac
9428 ;;
9429
9430 bsdi[45]*)
9431 export_dynamic_flag_spec=-rdynamic
9432 ;;
9433
9434 cygwin* | mingw* | pw32* | cegcc*)
9435 # When not using gcc, we currently assume that we are using
9436 # Microsoft Visual C++.
9437 # hardcode_libdir_flag_spec is actually meaningless, as there is
9438 # no search path for DLLs.
9439 hardcode_libdir_flag_spec=' '
9440 allow_undefined_flag=unsupported
9441 # Tell ltmain to make .lib files, not .a files.
9442 libext=lib
9443 # Tell ltmain to make .dll files, not .so files.
9444 shrext_cmds=".dll"
9445 # FIXME: Setting linknames here is a bad hack.
9446 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9447 # The linker will automatically build a .lib file if we build a DLL.
9448 old_archive_from_new_cmds='true'
9449 # FIXME: Should let the user specify the lib program.
9450 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9451 fix_srcfile_path='`cygpath -w "$srcfile"`'
9452 enable_shared_with_static_runtimes=yes
9453 ;;
9454
9455 darwin* | rhapsody*)
9456
9457
9458 archive_cmds_need_lc=no
9459 hardcode_direct=no
9460 hardcode_automatic=yes
9461 hardcode_shlibpath_var=unsupported
9462 if test "$lt_cv_ld_force_load" = "yes"; then
9463 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\"`'
fdd6fa61 9464 else
6bb11ab3 9465 whole_archive_flag_spec=''
fdd6fa61 9466 fi
6bb11ab3
L
9467 link_all_deplibs=yes
9468 allow_undefined_flag="$_lt_dar_allow_undefined"
9469 case $cc_basename in
9470 ifort*) _lt_dar_can_shared=yes ;;
9471 *) _lt_dar_can_shared=$GCC ;;
9472 esac
9473 if test "$_lt_dar_can_shared" = "yes"; then
9474 output_verbose_link_cmd=func_echo_all
9475 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9476 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9477 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}"
9478 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}"
9479
fdd6fa61 9480 else
6bb11ab3 9481 ld_shlibs=no
fdd6fa61 9482 fi
6bb11ab3
L
9483
9484 ;;
9485
9486 dgux*)
9487 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9488 hardcode_libdir_flag_spec='-L$libdir'
9489 hardcode_shlibpath_var=no
9490 ;;
9491
9492 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9493 # support. Future versions do this automatically, but an explicit c++rt0.o
9494 # does not break anything, and helps significantly (at the cost of a little
9495 # extra space).
9496 freebsd2.2*)
9497 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9498 hardcode_libdir_flag_spec='-R$libdir'
9499 hardcode_direct=yes
9500 hardcode_shlibpath_var=no
9501 ;;
9502
9503 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9504 freebsd2.*)
9505 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9506 hardcode_direct=yes
9507 hardcode_minus_L=yes
9508 hardcode_shlibpath_var=no
9509 ;;
9510
9511 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9512 freebsd* | dragonfly*)
9513 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9514 hardcode_libdir_flag_spec='-R$libdir'
9515 hardcode_direct=yes
9516 hardcode_shlibpath_var=no
9517 ;;
9518
9519 hpux9*)
9520 if test "$GCC" = yes; then
9521 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'
9522 else
9523 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'
9524 fi
9525 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9526 hardcode_libdir_separator=:
9527 hardcode_direct=yes
9528
9529 # hardcode_minus_L: Not really in the search PATH,
9530 # but as the default location of the library.
9531 hardcode_minus_L=yes
9532 export_dynamic_flag_spec='${wl}-E'
9533 ;;
9534
9535 hpux10*)
9536 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9537 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9538 else
9539 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9540 fi
9541 if test "$with_gnu_ld" = no; then
9542 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9543 hardcode_libdir_flag_spec_ld='+b $libdir'
9544 hardcode_libdir_separator=:
9545 hardcode_direct=yes
9546 hardcode_direct_absolute=yes
9547 export_dynamic_flag_spec='${wl}-E'
9548 # hardcode_minus_L: Not really in the search PATH,
9549 # but as the default location of the library.
9550 hardcode_minus_L=yes
9551 fi
9552 ;;
9553
9554 hpux11*)
9555 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9556 case $host_cpu in
9557 hppa*64*)
9558 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9559 ;;
9560 ia64*)
9561 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9562 ;;
9563 *)
9564 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9565 ;;
9566 esac
9567 else
9568 case $host_cpu in
9569 hppa*64*)
9570 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9571 ;;
9572 ia64*)
9573 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9574 ;;
9575 *)
9576
9577 # Older versions of the 11.00 compiler do not understand -b yet
9578 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9580$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9581if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9582 $as_echo_n "(cached) " >&6
fdd6fa61 9583else
6bb11ab3
L
9584 lt_cv_prog_compiler__b=no
9585 save_LDFLAGS="$LDFLAGS"
9586 LDFLAGS="$LDFLAGS -b"
9587 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9588 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9589 # The linker can only warn and ignore the option if not recognized
9590 # So say no if there are warnings
9591 if test -s conftest.err; then
9592 # Append any errors to the config.log.
9593 cat conftest.err 1>&5
9594 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9595 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9596 if diff conftest.exp conftest.er2 >/dev/null; then
9597 lt_cv_prog_compiler__b=yes
9598 fi
9599 else
9600 lt_cv_prog_compiler__b=yes
9601 fi
9602 fi
9603 $RM -r conftest*
9604 LDFLAGS="$save_LDFLAGS"
fdd6fa61 9605
6bb11ab3
L
9606fi
9607{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9608$as_echo "$lt_cv_prog_compiler__b" >&6; }
fdd6fa61 9609
6bb11ab3
L
9610if test x"$lt_cv_prog_compiler__b" = xyes; then
9611 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9612else
9613 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9614fi
81ecdfbb 9615
6bb11ab3
L
9616 ;;
9617 esac
9618 fi
9619 if test "$with_gnu_ld" = no; then
9620 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9621 hardcode_libdir_separator=:
9622
9623 case $host_cpu in
9624 hppa*64*|ia64*)
9625 hardcode_direct=no
9626 hardcode_shlibpath_var=no
9627 ;;
9628 *)
9629 hardcode_direct=yes
9630 hardcode_direct_absolute=yes
9631 export_dynamic_flag_spec='${wl}-E'
9632
9633 # hardcode_minus_L: Not really in the search PATH,
9634 # but as the default location of the library.
9635 hardcode_minus_L=yes
9636 ;;
9637 esac
9638 fi
9639 ;;
9640
9641 irix5* | irix6* | nonstopux*)
9642 if test "$GCC" = yes; then
9643 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'
9644 # Try to use the -exported_symbol ld option, if it does not
9645 # work, assume that -exports_file does not work either and
9646 # implicitly export all symbols.
9647 save_LDFLAGS="$LDFLAGS"
9648 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9650/* end confdefs.h. */
9651int foo(void) {}
fdd6fa61 9652_ACEOF
6bb11ab3
L
9653if ac_fn_c_try_link "$LINENO"; then :
9654 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'
fdd6fa61
AG
9655
9656fi
6bb11ab3
L
9657rm -f core conftest.err conftest.$ac_objext \
9658 conftest$ac_exeext conftest.$ac_ext
9659 LDFLAGS="$save_LDFLAGS"
9660 else
9661 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'
9662 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'
9663 fi
9664 archive_cmds_need_lc='no'
9665 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9666 hardcode_libdir_separator=:
9667 inherit_rpath=yes
9668 link_all_deplibs=yes
9669 ;;
9670
9671 netbsd*)
9672 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9673 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9674 else
9675 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9676 fi
9677 hardcode_libdir_flag_spec='-R$libdir'
9678 hardcode_direct=yes
9679 hardcode_shlibpath_var=no
9680 ;;
9681
9682 newsos6)
9683 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9684 hardcode_direct=yes
9685 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9686 hardcode_libdir_separator=:
9687 hardcode_shlibpath_var=no
9688 ;;
9689
9690 *nto* | *qnx*)
9691 ;;
9692
9693 openbsd*)
9694 if test -f /usr/libexec/ld.so; then
9695 hardcode_direct=yes
9696 hardcode_shlibpath_var=no
9697 hardcode_direct_absolute=yes
9698 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9699 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9700 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9701 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9702 export_dynamic_flag_spec='${wl}-E'
9703 else
9704 case $host_os in
9705 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9706 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9707 hardcode_libdir_flag_spec='-R$libdir'
9708 ;;
9709 *)
9710 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9711 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9712 ;;
9713 esac
9714 fi
9715 else
9716 ld_shlibs=no
9717 fi
9718 ;;
9719
9720 os2*)
9721 hardcode_libdir_flag_spec='-L$libdir'
9722 hardcode_minus_L=yes
9723 allow_undefined_flag=unsupported
9724 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'
9725 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9726 ;;
9727
9728 osf3*)
9729 if test "$GCC" = yes; then
9730 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9731 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'
9732 else
9733 allow_undefined_flag=' -expect_unresolved \*'
9734 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'
9735 fi
9736 archive_cmds_need_lc='no'
9737 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9738 hardcode_libdir_separator=:
9739 ;;
9740
9741 osf4* | osf5*) # as osf3* with the addition of -msym flag
9742 if test "$GCC" = yes; then
9743 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9744 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'
9745 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9746 else
9747 allow_undefined_flag=' -expect_unresolved \*'
9748 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'
9749 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~
9750 $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'
9751
9752 # Both c and cxx compiler support -rpath directly
9753 hardcode_libdir_flag_spec='-rpath $libdir'
9754 fi
9755 archive_cmds_need_lc='no'
9756 hardcode_libdir_separator=:
9757 ;;
9758
9759 solaris*)
9760 no_undefined_flag=' -z defs'
9761 if test "$GCC" = yes; then
9762 wlarc='${wl}'
9763 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9764 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9765 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9766 else
9767 case `$CC -V 2>&1` in
9768 *"Compilers 5.0"*)
9769 wlarc=''
9770 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9771 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9772 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9773 ;;
9774 *)
9775 wlarc='${wl}'
9776 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9777 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9778 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9779 ;;
9780 esac
9781 fi
9782 hardcode_libdir_flag_spec='-R$libdir'
9783 hardcode_shlibpath_var=no
9784 case $host_os in
9785 solaris2.[0-5] | solaris2.[0-5].*) ;;
9786 *)
9787 # The compiler driver will combine and reorder linker options,
9788 # but understands `-z linker_flag'. GCC discards it without `$wl',
9789 # but is careful enough not to reorder.
9790 # Supported since Solaris 2.6 (maybe 2.5.1?)
9791 if test "$GCC" = yes; then
9792 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9793 else
9794 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9795 fi
9796 ;;
9797 esac
9798 link_all_deplibs=yes
9799 ;;
9800
9801 sunos4*)
9802 if test "x$host_vendor" = xsequent; then
9803 # Use $CC to link under sequent, because it throws in some extra .o
9804 # files that make .init and .fini sections work.
9805 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9806 else
9807 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9808 fi
9809 hardcode_libdir_flag_spec='-L$libdir'
9810 hardcode_direct=yes
9811 hardcode_minus_L=yes
9812 hardcode_shlibpath_var=no
9813 ;;
9814
9815 sysv4)
9816 case $host_vendor in
9817 sni)
9818 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9819 hardcode_direct=yes # is this really true???
9820 ;;
9821 siemens)
9822 ## LD is ld it makes a PLAMLIB
9823 ## CC just makes a GrossModule.
9824 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9825 reload_cmds='$CC -r -o $output$reload_objs'
9826 hardcode_direct=no
9827 ;;
9828 motorola)
9829 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9830 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9831 ;;
9832 esac
9833 runpath_var='LD_RUN_PATH'
9834 hardcode_shlibpath_var=no
9835 ;;
9836
9837 sysv4.3*)
9838 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9839 hardcode_shlibpath_var=no
9840 export_dynamic_flag_spec='-Bexport'
9841 ;;
9842
9843 sysv4*MP*)
9844 if test -d /usr/nec; then
9845 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9846 hardcode_shlibpath_var=no
9847 runpath_var=LD_RUN_PATH
9848 hardcode_runpath_var=yes
9849 ld_shlibs=yes
9850 fi
9851 ;;
9852
9853 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9854 no_undefined_flag='${wl}-z,text'
9855 archive_cmds_need_lc=no
9856 hardcode_shlibpath_var=no
9857 runpath_var='LD_RUN_PATH'
9858
9859 if test "$GCC" = yes; then
9860 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9861 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9862 else
9863 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9864 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9865 fi
9866 ;;
9867
9868 sysv5* | sco3.2v5* | sco5v6*)
9869 # Note: We can NOT use -z defs as we might desire, because we do not
9870 # link with -lc, and that would cause any symbols used from libc to
9871 # always be unresolved, which means just about no library would
9872 # ever link correctly. If we're not using GNU ld we use -z text
9873 # though, which does catch some bad symbols but isn't as heavy-handed
9874 # as -z defs.
9875 no_undefined_flag='${wl}-z,text'
9876 allow_undefined_flag='${wl}-z,nodefs'
9877 archive_cmds_need_lc=no
9878 hardcode_shlibpath_var=no
9879 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9880 hardcode_libdir_separator=':'
9881 link_all_deplibs=yes
9882 export_dynamic_flag_spec='${wl}-Bexport'
9883 runpath_var='LD_RUN_PATH'
9884
9885 if test "$GCC" = yes; then
9886 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9887 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9888 else
9889 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9890 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9891 fi
9892 ;;
9893
9894 uts4*)
9895 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9896 hardcode_libdir_flag_spec='-L$libdir'
9897 hardcode_shlibpath_var=no
9898 ;;
9899
9900 *)
9901 ld_shlibs=no
9902 ;;
9903 esac
9904
9905 if test x$host_vendor = xsni; then
9906 case $host in
9907 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9908 export_dynamic_flag_spec='${wl}-Blargedynsym'
9909 ;;
9910 esac
9911 fi
9912 fi
9913
9914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9915$as_echo "$ld_shlibs" >&6; }
9916test "$ld_shlibs" = no && can_build_shared=no
9917
9918with_gnu_ld=$with_gnu_ld
9919
9920
9921
9922
fdd6fa61 9923
fdd6fa61 9924
fdd6fa61 9925
fdd6fa61 9926
fdd6fa61 9927
fdd6fa61
AG
9928
9929
6ffe910a 9930
fdd6fa61
AG
9931
9932
6bb11ab3
L
9933
9934#
9935# Do we need to explicitly link libc?
9936#
9937case "x$archive_cmds_need_lc" in
9938x|xyes)
9939 # Assume -lc should be added
9940 archive_cmds_need_lc=yes
9941
9942 if test "$enable_shared" = yes && test "$GCC" = yes; then
9943 case $archive_cmds in
9944 *'~'*)
9945 # FIXME: we may have to deal with multi-command sequences.
9946 ;;
9947 '$CC '*)
9948 # Test whether the compiler implicitly links with -lc since on some
9949 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9950 # to ld, don't add -lc before -lgcc.
9951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9952$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9953if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a
MF
9954 $as_echo_n "(cached) " >&6
9955else
6bb11ab3
L
9956 $RM conftest*
9957 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9958
9959 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9960 (eval $ac_compile) 2>&5
9961 ac_status=$?
9962 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9963 test $ac_status = 0; } 2>conftest.err; then
9964 soname=conftest
9965 lib=conftest
9966 libobjs=conftest.$ac_objext
9967 deplibs=
9968 wl=$lt_prog_compiler_wl
9969 pic_flag=$lt_prog_compiler_pic
9970 compiler_flags=-v
9971 linker_flags=-v
9972 verstring=
9973 output_objdir=.
9974 libname=conftest
9975 lt_save_allow_undefined_flag=$allow_undefined_flag
9976 allow_undefined_flag=
9977 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9978 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9979 ac_status=$?
9980 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9981 test $ac_status = 0; }
9982 then
9983 lt_cv_archive_cmds_need_lc=no
9984 else
9985 lt_cv_archive_cmds_need_lc=yes
9986 fi
9987 allow_undefined_flag=$lt_save_allow_undefined_flag
9988 else
9989 cat conftest.err 1>&5
9990 fi
9991 $RM conftest*
fdd6fa61 9992
6ffe910a 9993fi
6bb11ab3
L
9994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9995$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9996 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9997 ;;
9998 esac
9999 fi
10000 ;;
6ffe910a 10001esac
fdd6fa61 10002
fdd6fa61 10003
6ffe910a 10004
fdd6fa61 10005
81ecdfbb 10006
fdd6fa61 10007
fdd6fa61 10008
fdd6fa61 10009
fdd6fa61 10010
fdd6fa61 10011
fdd6fa61 10012
fdd6fa61 10013
fdd6fa61 10014
fdd6fa61 10015
81ecdfbb 10016
fdd6fa61 10017
fdd6fa61
AG
10018
10019
81ecdfbb 10020
81ecdfbb 10021
81ecdfbb
RW
10022
10023
81ecdfbb 10024
81ecdfbb 10025
fdd6fa61
AG
10026
10027
fdd6fa61 10028
fdd6fa61 10029
fdd6fa61 10030
fdd6fa61 10031
81ecdfbb 10032
6ffe910a 10033
6ffe910a 10034
6ffe910a 10035
6ffe910a 10036
6ffe910a 10037
6ffe910a 10038
6ffe910a 10039
6ffe910a 10040
6ffe910a 10041
6ffe910a 10042
6ffe910a 10043
6ffe910a 10044
6ffe910a 10045
6ffe910a 10046
6ffe910a
MF
10047
10048
10049
2232061b
MF
10050
10051
2232061b 10052
2232061b
MF
10053
10054
2232061b
MF
10055
10056
2232061b 10057
2232061b
MF
10058
10059
6bb11ab3
L
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10160$as_echo_n "checking dynamic linker characteristics... " >&6; }
10161
10162if test "$GCC" = yes; then
10163 case $host_os in
10164 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10165 *) lt_awk_arg="/^libraries:/" ;;
10166 esac
10167 case $host_os in
10168 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10169 *) lt_sed_strip_eq="s,=/,/,g" ;;
10170 esac
10171 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10172 case $lt_search_path_spec in
10173 *\;*)
10174 # if the path contains ";" then we assume it to be the separator
10175 # otherwise default to the standard path separator (i.e. ":") - it is
10176 # assumed that no part of a normal pathname contains ";" but that should
10177 # okay in the real world where ";" in dirpaths is itself problematic.
10178 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10179 ;;
10180 *)
10181 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10182 ;;
10183 esac
10184 # Ok, now we have the path, separated by spaces, we can step through it
10185 # and add multilib dir if necessary.
10186 lt_tmp_lt_search_path_spec=
10187 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10188 for lt_sys_path in $lt_search_path_spec; do
10189 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10190 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10191 else
10192 test -d "$lt_sys_path" && \
10193 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10194 fi
10195 done
10196 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10197BEGIN {RS=" "; FS="/|\n";} {
10198 lt_foo="";
10199 lt_count=0;
10200 for (lt_i = NF; lt_i > 0; lt_i--) {
10201 if ($lt_i != "" && $lt_i != ".") {
10202 if ($lt_i == "..") {
10203 lt_count++;
10204 } else {
10205 if (lt_count == 0) {
10206 lt_foo="/" $lt_i lt_foo;
10207 } else {
10208 lt_count--;
10209 }
10210 }
10211 }
10212 }
10213 if (lt_foo != "") { lt_freq[lt_foo]++; }
10214 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10215}'`
10216 # AWK program above erroneously prepends '/' to C:/dos/paths
10217 # for these hosts.
10218 case $host_os in
10219 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10220 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10221 esac
10222 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10223else
10224 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10225fi
10226library_names_spec=
10227libname_spec='lib$name'
10228soname_spec=
10229shrext_cmds=".so"
10230postinstall_cmds=
10231postuninstall_cmds=
10232finish_cmds=
10233finish_eval=
10234shlibpath_var=
10235shlibpath_overrides_runpath=unknown
10236version_type=none
10237dynamic_linker="$host_os ld.so"
10238sys_lib_dlsearch_path_spec="/lib /usr/lib"
10239need_lib_prefix=unknown
10240hardcode_into_libs=no
10241
10242# when you set need_version to no, make sure it does not cause -set_version
10243# flags to be left without arguments
10244need_version=unknown
10245
10246case $host_os in
10247aix3*)
10248 version_type=linux
10249 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10250 shlibpath_var=LIBPATH
10251
10252 # AIX 3 has no versioning support, so we append a major version to the name.
10253 soname_spec='${libname}${release}${shared_ext}$major'
10254 ;;
10255
10256aix[4-9]*)
10257 version_type=linux
10258 need_lib_prefix=no
10259 need_version=no
10260 hardcode_into_libs=yes
10261 if test "$host_cpu" = ia64; then
10262 # AIX 5 supports IA64
10263 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10264 shlibpath_var=LD_LIBRARY_PATH
10265 else
10266 # With GCC up to 2.95.x, collect2 would create an import file
10267 # for dependence libraries. The import file would start with
10268 # the line `#! .'. This would cause the generated library to
10269 # depend on `.', always an invalid library. This was fixed in
10270 # development snapshots of GCC prior to 3.0.
10271 case $host_os in
10272 aix4 | aix4.[01] | aix4.[01].*)
10273 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10274 echo ' yes '
10275 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10276 :
10277 else
10278 can_build_shared=no
10279 fi
10280 ;;
10281 esac
10282 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10283 # soname into executable. Probably we can add versioning support to
10284 # collect2, so additional links can be useful in future.
10285 if test "$aix_use_runtimelinking" = yes; then
10286 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10287 # instead of lib<name>.a to let people know that these are not
10288 # typical AIX shared libraries.
10289 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10290 else
10291 # We preserve .a as extension for shared libraries through AIX4.2
10292 # and later when we are not doing run time linking.
10293 library_names_spec='${libname}${release}.a $libname.a'
10294 soname_spec='${libname}${release}${shared_ext}$major'
10295 fi
10296 shlibpath_var=LIBPATH
10297 fi
10298 ;;
10299
10300amigaos*)
10301 case $host_cpu in
10302 powerpc)
10303 # Since July 2007 AmigaOS4 officially supports .so libraries.
10304 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10305 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10306 ;;
10307 m68k)
10308 library_names_spec='$libname.ixlibrary $libname.a'
10309 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10310 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'
10311 ;;
10312 esac
10313 ;;
10314
10315beos*)
10316 library_names_spec='${libname}${shared_ext}'
10317 dynamic_linker="$host_os ld.so"
10318 shlibpath_var=LIBRARY_PATH
10319 ;;
10320
10321bsdi[45]*)
10322 version_type=linux
10323 need_version=no
10324 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10325 soname_spec='${libname}${release}${shared_ext}$major'
10326 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10327 shlibpath_var=LD_LIBRARY_PATH
10328 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10329 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10330 # the default ld.so.conf also contains /usr/contrib/lib and
10331 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10332 # libtool to hard-code these into programs
10333 ;;
10334
10335cygwin* | mingw* | pw32* | cegcc*)
10336 version_type=windows
10337 shrext_cmds=".dll"
10338 need_version=no
10339 need_lib_prefix=no
10340
10341 case $GCC,$host_os in
10342 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10343 library_names_spec='$libname.dll.a'
10344 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10345 postinstall_cmds='base_file=`basename \${file}`~
10346 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10347 dldir=$destdir/`dirname \$dlpath`~
10348 test -d \$dldir || mkdir -p \$dldir~
10349 $install_prog $dir/$dlname \$dldir/$dlname~
10350 chmod a+x \$dldir/$dlname~
10351 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10352 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10353 fi'
10354 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10355 dlpath=$dir/\$dldll~
10356 $RM \$dlpath'
10357 shlibpath_overrides_runpath=yes
10358
10359 case $host_os in
10360 cygwin*)
10361 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10362 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10363
10364 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10365 ;;
10366 mingw* | cegcc*)
10367 # MinGW DLLs use traditional 'lib' prefix
10368 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10369 ;;
10370 pw32*)
10371 # pw32 DLLs use 'pw' prefix rather than 'lib'
10372 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10373 ;;
10374 esac
10375 ;;
10376
10377 *)
10378 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10379 ;;
10380 esac
10381 dynamic_linker='Win32 ld.exe'
10382 # FIXME: first we should search . and the directory the executable is in
10383 shlibpath_var=PATH
10384 ;;
10385
10386darwin* | rhapsody*)
10387 dynamic_linker="$host_os dyld"
10388 version_type=darwin
10389 need_lib_prefix=no
10390 need_version=no
10391 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10392 soname_spec='${libname}${release}${major}$shared_ext'
10393 shlibpath_overrides_runpath=yes
10394 shlibpath_var=DYLD_LIBRARY_PATH
10395 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10396
10397 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10398 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10399 ;;
10400
10401dgux*)
10402 version_type=linux
10403 need_lib_prefix=no
10404 need_version=no
10405 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10406 soname_spec='${libname}${release}${shared_ext}$major'
10407 shlibpath_var=LD_LIBRARY_PATH
10408 ;;
10409
10410freebsd* | dragonfly*)
10411 # DragonFly does not have aout. When/if they implement a new
10412 # versioning mechanism, adjust this.
10413 if test -x /usr/bin/objformat; then
10414 objformat=`/usr/bin/objformat`
10415 else
10416 case $host_os in
10417 freebsd[23].*) objformat=aout ;;
10418 *) objformat=elf ;;
10419 esac
10420 fi
10421 version_type=freebsd-$objformat
10422 case $version_type in
10423 freebsd-elf*)
10424 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10425 need_version=no
10426 need_lib_prefix=no
10427 ;;
10428 freebsd-*)
10429 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10430 need_version=yes
10431 ;;
10432 esac
10433 shlibpath_var=LD_LIBRARY_PATH
10434 case $host_os in
10435 freebsd2.*)
10436 shlibpath_overrides_runpath=yes
10437 ;;
10438 freebsd3.[01]* | freebsdelf3.[01]*)
10439 shlibpath_overrides_runpath=yes
10440 hardcode_into_libs=yes
10441 ;;
10442 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10443 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10444 shlibpath_overrides_runpath=no
10445 hardcode_into_libs=yes
10446 ;;
10447 *) # from 4.6 on, and DragonFly
10448 shlibpath_overrides_runpath=yes
10449 hardcode_into_libs=yes
10450 ;;
10451 esac
10452 ;;
10453
6bb11ab3
L
10454haiku*)
10455 version_type=linux
10456 need_lib_prefix=no
10457 need_version=no
10458 dynamic_linker="$host_os runtime_loader"
10459 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10460 soname_spec='${libname}${release}${shared_ext}$major'
10461 shlibpath_var=LIBRARY_PATH
10462 shlibpath_overrides_runpath=yes
10463 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10464 hardcode_into_libs=yes
10465 ;;
10466
10467hpux9* | hpux10* | hpux11*)
10468 # Give a soname corresponding to the major version so that dld.sl refuses to
10469 # link against other versions.
10470 version_type=sunos
10471 need_lib_prefix=no
10472 need_version=no
10473 case $host_cpu in
10474 ia64*)
10475 shrext_cmds='.so'
10476 hardcode_into_libs=yes
10477 dynamic_linker="$host_os dld.so"
10478 shlibpath_var=LD_LIBRARY_PATH
10479 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10480 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10481 soname_spec='${libname}${release}${shared_ext}$major'
10482 if test "X$HPUX_IA64_MODE" = X32; then
10483 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10484 else
10485 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10486 fi
10487 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10488 ;;
10489 hppa*64*)
10490 shrext_cmds='.sl'
10491 hardcode_into_libs=yes
10492 dynamic_linker="$host_os dld.sl"
10493 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10494 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10495 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10496 soname_spec='${libname}${release}${shared_ext}$major'
10497 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10498 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10499 ;;
10500 *)
10501 shrext_cmds='.sl'
10502 dynamic_linker="$host_os dld.sl"
10503 shlibpath_var=SHLIB_PATH
10504 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10505 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10506 soname_spec='${libname}${release}${shared_ext}$major'
10507 ;;
10508 esac
10509 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10510 postinstall_cmds='chmod 555 $lib'
10511 # or fails outright, so override atomically:
10512 install_override_mode=555
10513 ;;
10514
10515interix[3-9]*)
10516 version_type=linux
10517 need_lib_prefix=no
10518 need_version=no
10519 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10520 soname_spec='${libname}${release}${shared_ext}$major'
10521 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10522 shlibpath_var=LD_LIBRARY_PATH
10523 shlibpath_overrides_runpath=no
10524 hardcode_into_libs=yes
10525 ;;
10526
10527irix5* | irix6* | nonstopux*)
10528 case $host_os in
10529 nonstopux*) version_type=nonstopux ;;
10530 *)
10531 if test "$lt_cv_prog_gnu_ld" = yes; then
10532 version_type=linux
10533 else
10534 version_type=irix
10535 fi ;;
10536 esac
10537 need_lib_prefix=no
10538 need_version=no
10539 soname_spec='${libname}${release}${shared_ext}$major'
10540 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10541 case $host_os in
10542 irix5* | nonstopux*)
10543 libsuff= shlibsuff=
10544 ;;
10545 *)
10546 case $LD in # libtool.m4 will add one of these switches to LD
10547 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10548 libsuff= shlibsuff= libmagic=32-bit;;
10549 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10550 libsuff=32 shlibsuff=N32 libmagic=N32;;
10551 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10552 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10553 *) libsuff= shlibsuff= libmagic=never-match;;
10554 esac
10555 ;;
10556 esac
10557 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10558 shlibpath_overrides_runpath=no
10559 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10560 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10561 hardcode_into_libs=yes
10562 ;;
10563
10564# No shared lib support for Linux oldld, aout, or coff.
10565linux*oldld* | linux*aout* | linux*coff*)
10566 dynamic_linker=no
10567 ;;
10568
10569# This must be Linux ELF.
46f900c0 10570linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10571 version_type=linux
10572 need_lib_prefix=no
10573 need_version=no
10574 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10575 soname_spec='${libname}${release}${shared_ext}$major'
10576 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10577 shlibpath_var=LD_LIBRARY_PATH
10578 shlibpath_overrides_runpath=no
10579
10580 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10581 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10582 $as_echo_n "(cached) " >&6
10583else
6bb11ab3
L
10584 lt_cv_shlibpath_overrides_runpath=no
10585 save_LDFLAGS=$LDFLAGS
10586 save_libdir=$libdir
10587 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10588 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10590/* end confdefs.h. */
10591
2232061b
MF
10592int
10593main ()
10594{
10595
10596 ;
10597 return 0;
10598}
10599_ACEOF
6bb11ab3
L
10600if ac_fn_c_try_link "$LINENO"; then :
10601 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10602 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10603fi
2232061b 10604fi
6bb11ab3
L
10605rm -f core conftest.err conftest.$ac_objext \
10606 conftest$ac_exeext conftest.$ac_ext
10607 LDFLAGS=$save_LDFLAGS
10608 libdir=$save_libdir
2232061b 10609
6bb11ab3 10610fi
2232061b 10611
6bb11ab3 10612 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10613
6bb11ab3
L
10614 # This implies no fast_install, which is unacceptable.
10615 # Some rework will be needed to allow for fast_install
10616 # before this can be enabled.
10617 hardcode_into_libs=yes
2232061b 10618
6bb11ab3
L
10619 # Append ld.so.conf contents to the search path
10620 if test -f /etc/ld.so.conf; then
10621 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' ' '`
10622 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10623 fi
2232061b 10624
6bb11ab3
L
10625 # We used to test for /lib/ld.so.1 and disable shared libraries on
10626 # powerpc, because MkLinux only supported shared libraries with the
10627 # GNU dynamic linker. Since this was broken with cross compilers,
10628 # most powerpc-linux boxes support dynamic linking these days and
10629 # people can always --disable-shared, the test was removed, and we
10630 # assume the GNU/Linux dynamic linker is in use.
10631 dynamic_linker='GNU/Linux ld.so'
10632 ;;
10633
10634netbsd*)
10635 version_type=sunos
10636 need_lib_prefix=no
10637 need_version=no
10638 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10639 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10640 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10641 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10642 else
6bb11ab3
L
10643 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10644 soname_spec='${libname}${release}${shared_ext}$major'
10645 dynamic_linker='NetBSD ld.elf_so'
10646 fi
10647 shlibpath_var=LD_LIBRARY_PATH
10648 shlibpath_overrides_runpath=yes
10649 hardcode_into_libs=yes
10650 ;;
10651
10652newsos6)
10653 version_type=linux
10654 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10655 shlibpath_var=LD_LIBRARY_PATH
10656 shlibpath_overrides_runpath=yes
10657 ;;
10658
10659*nto* | *qnx*)
10660 version_type=qnx
10661 need_lib_prefix=no
10662 need_version=no
10663 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10664 soname_spec='${libname}${release}${shared_ext}$major'
10665 shlibpath_var=LD_LIBRARY_PATH
10666 shlibpath_overrides_runpath=no
10667 hardcode_into_libs=yes
10668 dynamic_linker='ldqnx.so'
10669 ;;
10670
10671openbsd*)
10672 version_type=sunos
10673 sys_lib_dlsearch_path_spec="/usr/lib"
10674 need_lib_prefix=no
10675 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10676 case $host_os in
10677 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10678 *) need_version=no ;;
10679 esac
10680 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10681 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10682 shlibpath_var=LD_LIBRARY_PATH
10683 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10684 case $host_os in
10685 openbsd2.[89] | openbsd2.[89].*)
10686 shlibpath_overrides_runpath=no
10687 ;;
10688 *)
10689 shlibpath_overrides_runpath=yes
10690 ;;
10691 esac
10692 else
10693 shlibpath_overrides_runpath=yes
10694 fi
10695 ;;
10696
10697os2*)
10698 libname_spec='$name'
10699 shrext_cmds=".dll"
10700 need_lib_prefix=no
10701 library_names_spec='$libname${shared_ext} $libname.a'
10702 dynamic_linker='OS/2 ld.exe'
10703 shlibpath_var=LIBPATH
10704 ;;
10705
10706osf3* | osf4* | osf5*)
10707 version_type=osf
10708 need_lib_prefix=no
10709 need_version=no
10710 soname_spec='${libname}${release}${shared_ext}$major'
10711 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10712 shlibpath_var=LD_LIBRARY_PATH
10713 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10714 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10715 ;;
10716
10717rdos*)
10718 dynamic_linker=no
10719 ;;
10720
10721solaris*)
10722 version_type=linux
10723 need_lib_prefix=no
10724 need_version=no
10725 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10726 soname_spec='${libname}${release}${shared_ext}$major'
10727 shlibpath_var=LD_LIBRARY_PATH
10728 shlibpath_overrides_runpath=yes
10729 hardcode_into_libs=yes
10730 # ldd complains unless libraries are executable
10731 postinstall_cmds='chmod +x $lib'
10732 ;;
10733
10734sunos4*)
10735 version_type=sunos
10736 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10737 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10738 shlibpath_var=LD_LIBRARY_PATH
10739 shlibpath_overrides_runpath=yes
10740 if test "$with_gnu_ld" = yes; then
10741 need_lib_prefix=no
10742 fi
10743 need_version=yes
10744 ;;
10745
10746sysv4 | sysv4.3*)
10747 version_type=linux
10748 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10749 soname_spec='${libname}${release}${shared_ext}$major'
10750 shlibpath_var=LD_LIBRARY_PATH
10751 case $host_vendor in
10752 sni)
10753 shlibpath_overrides_runpath=no
10754 need_lib_prefix=no
10755 runpath_var=LD_RUN_PATH
10756 ;;
10757 siemens)
10758 need_lib_prefix=no
10759 ;;
10760 motorola)
10761 need_lib_prefix=no
10762 need_version=no
10763 shlibpath_overrides_runpath=no
10764 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10765 ;;
10766 esac
10767 ;;
10768
10769sysv4*MP*)
10770 if test -d /usr/nec ;then
10771 version_type=linux
10772 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10773 soname_spec='$libname${shared_ext}.$major'
10774 shlibpath_var=LD_LIBRARY_PATH
2232061b 10775 fi
6bb11ab3
L
10776 ;;
10777
10778sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10779 version_type=freebsd-elf
10780 need_lib_prefix=no
10781 need_version=no
10782 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10783 soname_spec='${libname}${release}${shared_ext}$major'
10784 shlibpath_var=LD_LIBRARY_PATH
10785 shlibpath_overrides_runpath=yes
10786 hardcode_into_libs=yes
10787 if test "$with_gnu_ld" = yes; then
10788 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10789 else
10790 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10791 case $host_os in
10792 sco3.2v5*)
10793 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10794 ;;
10795 esac
10796 fi
10797 sys_lib_dlsearch_path_spec='/usr/lib'
10798 ;;
10799
10800tpf*)
10801 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10802 version_type=linux
10803 need_lib_prefix=no
10804 need_version=no
10805 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10806 shlibpath_var=LD_LIBRARY_PATH
10807 shlibpath_overrides_runpath=no
10808 hardcode_into_libs=yes
10809 ;;
10810
10811uts4*)
10812 version_type=linux
10813 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10814 soname_spec='${libname}${release}${shared_ext}$major'
10815 shlibpath_var=LD_LIBRARY_PATH
10816 ;;
10817
10818*)
10819 dynamic_linker=no
10820 ;;
10821esac
10822{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10823$as_echo "$dynamic_linker" >&6; }
10824test "$dynamic_linker" = no && can_build_shared=no
10825
10826variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10827if test "$GCC" = yes; then
10828 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10829fi
2232061b 10830
6bb11ab3
L
10831if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10832 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10833fi
10834if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10835 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10836fi
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
2232061b 10863
2232061b 10864
2232061b 10865
2232061b 10866
2232061b
MF
10867
10868
6ffe910a 10869
6ffe910a
MF
10870
10871
10872
10873
10874
2232061b 10875
6ffe910a
MF
10876
10877
10878
10879
6ffe910a 10880
6ffe910a 10881
6ffe910a
MF
10882
10883
6ffe910a 10884
fdd6fa61 10885
fdd6fa61 10886
81ecdfbb 10887
5f3ef9d0 10888
5f3ef9d0
JB
10889
10890
10891
db2e4d67
MF
10892
10893
db2e4d67 10894
db2e4d67 10895
db2e4d67 10896
db2e4d67 10897
db2e4d67 10898
db2e4d67 10899
db2e4d67 10900
db2e4d67
MF
10901
10902
db2e4d67 10903
db2e4d67
MF
10904
10905
db2e4d67 10906
db2e4d67
MF
10907
10908
fdd6fa61 10909
fdd6fa61 10910
fdd6fa61 10911
81ecdfbb 10912
fdd6fa61 10913
fdd6fa61 10914
fdd6fa61 10915
fdd6fa61
AG
10916
10917
10918
10919
10920
10921
10922
10923
fdd6fa61 10924
fdd6fa61 10925
fdd6fa61 10926
fdd6fa61 10927
fdd6fa61 10928
6bb11ab3
L
10929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10930$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10931hardcode_action=
10932if test -n "$hardcode_libdir_flag_spec" ||
10933 test -n "$runpath_var" ||
10934 test "X$hardcode_automatic" = "Xyes" ; then
fdd6fa61 10935
6bb11ab3
L
10936 # We can hardcode non-existent directories.
10937 if test "$hardcode_direct" != no &&
10938 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10939 # have to relink, otherwise we might link with an installed library
10940 # when we should be linking with a yet-to-be-installed one
10941 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10942 test "$hardcode_minus_L" != no; then
10943 # Linking always hardcodes the temporary library directory.
10944 hardcode_action=relink
10945 else
10946 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10947 hardcode_action=immediate
10948 fi
10949else
10950 # We cannot hardcode anything, or else we can only hardcode existing
10951 # directories.
10952 hardcode_action=unsupported
fdd6fa61 10953fi
6bb11ab3
L
10954{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10955$as_echo "$hardcode_action" >&6; }
fdd6fa61 10956
6bb11ab3
L
10957if test "$hardcode_action" = relink ||
10958 test "$inherit_rpath" = yes; then
10959 # Fast installation is not supported
10960 enable_fast_install=no
10961elif test "$shlibpath_overrides_runpath" = yes ||
10962 test "$enable_shared" = no; then
10963 # Fast installation is not necessary
10964 enable_fast_install=needless
10965fi
fdd6fa61 10966
6bb11ab3
L
10967
10968
10969
10970
10971
10972 if test "x$enable_dlopen" != xyes; then
10973 enable_dlopen=unknown
10974 enable_dlopen_self=unknown
10975 enable_dlopen_self_static=unknown
10976else
10977 lt_cv_dlopen=no
10978 lt_cv_dlopen_libs=
10979
10980 case $host_os in
10981 beos*)
10982 lt_cv_dlopen="load_add_on"
10983 lt_cv_dlopen_libs=
10984 lt_cv_dlopen_self=yes
10985 ;;
10986
10987 mingw* | pw32* | cegcc*)
10988 lt_cv_dlopen="LoadLibrary"
10989 lt_cv_dlopen_libs=
10990 ;;
10991
10992 cygwin*)
10993 lt_cv_dlopen="dlopen"
10994 lt_cv_dlopen_libs=
10995 ;;
10996
10997 darwin*)
10998 # if libdl is installed we need to link against it
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11000$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11001if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
11002 $as_echo_n "(cached) " >&6
11003else
11004 ac_check_lib_save_LIBS=$LIBS
11005LIBS="-ldl $LIBS"
11006cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11007/* end confdefs.h. */
11008
11009/* Override any GCC internal prototype to avoid an error.
11010 Use char because int might match the return type of a GCC
11011 builtin and then its argument prototype would still apply. */
11012#ifdef __cplusplus
11013extern "C"
11014#endif
11015char dlopen ();
11016int
11017main ()
11018{
11019return dlopen ();
11020 ;
11021 return 0;
11022}
fdd6fa61 11023_ACEOF
6bb11ab3
L
11024if ac_fn_c_try_link "$LINENO"; then :
11025 ac_cv_lib_dl_dlopen=yes
11026else
11027 ac_cv_lib_dl_dlopen=no
11028fi
11029rm -f core conftest.err conftest.$ac_objext \
11030 conftest$ac_exeext conftest.$ac_ext
11031LIBS=$ac_check_lib_save_LIBS
11032fi
11033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11034$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11035if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11036 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11037else
11038
11039 lt_cv_dlopen="dyld"
11040 lt_cv_dlopen_libs=
11041 lt_cv_dlopen_self=yes
fdd6fa61
AG
11042
11043fi
fdd6fa61 11044
6bb11ab3 11045 ;;
fdd6fa61 11046
6bb11ab3
L
11047 *)
11048 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11049if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
11050 lt_cv_dlopen="shl_load"
11051else
11052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11053$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11054if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
11055 $as_echo_n "(cached) " >&6
11056else
11057 ac_check_lib_save_LIBS=$LIBS
11058LIBS="-ldld $LIBS"
11059cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11060/* end confdefs.h. */
11061
11062/* Override any GCC internal prototype to avoid an error.
11063 Use char because int might match the return type of a GCC
11064 builtin and then its argument prototype would still apply. */
11065#ifdef __cplusplus
11066extern "C"
11067#endif
11068char shl_load ();
11069int
11070main ()
11071{
11072return shl_load ();
11073 ;
11074 return 0;
11075}
11076_ACEOF
11077if ac_fn_c_try_link "$LINENO"; then :
11078 ac_cv_lib_dld_shl_load=yes
11079else
11080 ac_cv_lib_dld_shl_load=no
11081fi
11082rm -f core conftest.err conftest.$ac_objext \
11083 conftest$ac_exeext conftest.$ac_ext
11084LIBS=$ac_check_lib_save_LIBS
11085fi
11086{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11087$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11088if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
11089 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11090else
11091 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11092if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
11093 lt_cv_dlopen="dlopen"
11094else
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11096$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11097if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11098 $as_echo_n "(cached) " >&6
fdd6fa61
AG
11099else
11100 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11101LIBS="-ldl $LIBS"
81ecdfbb 11102cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fdd6fa61
AG
11103/* end confdefs.h. */
11104
81ecdfbb
RW
11105/* Override any GCC internal prototype to avoid an error.
11106 Use char because int might match the return type of a GCC
11107 builtin and then its argument prototype would still apply. */
fdd6fa61
AG
11108#ifdef __cplusplus
11109extern "C"
11110#endif
6bb11ab3 11111char dlopen ();
fdd6fa61
AG
11112int
11113main ()
11114{
6bb11ab3 11115return dlopen ();
fdd6fa61
AG
11116 ;
11117 return 0;
11118}
11119_ACEOF
81ecdfbb 11120if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11121 ac_cv_lib_dl_dlopen=yes
fdd6fa61 11122else
6bb11ab3 11123 ac_cv_lib_dl_dlopen=no
fdd6fa61 11124fi
81ecdfbb
RW
11125rm -f core conftest.err conftest.$ac_objext \
11126 conftest$ac_exeext conftest.$ac_ext
fdd6fa61
AG
11127LIBS=$ac_check_lib_save_LIBS
11128fi
6bb11ab3
L
11129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11130$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11131if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11132 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11133else
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11135$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11136if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11137 $as_echo_n "(cached) " >&6
fdd6fa61
AG
11138else
11139 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11140LIBS="-lsvld $LIBS"
81ecdfbb 11141cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fdd6fa61
AG
11142/* end confdefs.h. */
11143
81ecdfbb
RW
11144/* Override any GCC internal prototype to avoid an error.
11145 Use char because int might match the return type of a GCC
11146 builtin and then its argument prototype would still apply. */
fdd6fa61
AG
11147#ifdef __cplusplus
11148extern "C"
11149#endif
6bb11ab3 11150char dlopen ();
fdd6fa61
AG
11151int
11152main ()
11153{
6bb11ab3 11154return dlopen ();
fdd6fa61
AG
11155 ;
11156 return 0;
11157}
11158_ACEOF
81ecdfbb 11159if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11160 ac_cv_lib_svld_dlopen=yes
fdd6fa61 11161else
6bb11ab3 11162 ac_cv_lib_svld_dlopen=no
fdd6fa61 11163fi
81ecdfbb
RW
11164rm -f core conftest.err conftest.$ac_objext \
11165 conftest$ac_exeext conftest.$ac_ext
fdd6fa61
AG
11166LIBS=$ac_check_lib_save_LIBS
11167fi
6bb11ab3
L
11168{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11169$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11170if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11171 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11172else
6bb11ab3
L
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11174$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11175if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11176 $as_echo_n "(cached) " >&6
d6416cdc 11177else
6bb11ab3
L
11178 ac_check_lib_save_LIBS=$LIBS
11179LIBS="-ldld $LIBS"
81ecdfbb 11180cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d6416cdc
RW
11181/* end confdefs.h. */
11182
81ecdfbb
RW
11183/* Override any GCC internal prototype to avoid an error.
11184 Use char because int might match the return type of a GCC
d6416cdc 11185 builtin and then its argument prototype would still apply. */
d6416cdc
RW
11186#ifdef __cplusplus
11187extern "C"
11188#endif
6bb11ab3 11189char dld_link ();
d6416cdc 11190int
81ecdfbb
RW
11191main ()
11192{
6bb11ab3 11193return dld_link ();
81ecdfbb
RW
11194 ;
11195 return 0;
11196}
d6416cdc 11197_ACEOF
6bb11ab3
L
11198if ac_fn_c_try_link "$LINENO"; then :
11199 ac_cv_lib_dld_dld_link=yes
11200else
11201 ac_cv_lib_dld_dld_link=no
11202fi
11203rm -f core conftest.err conftest.$ac_objext \
11204 conftest$ac_exeext conftest.$ac_ext
11205LIBS=$ac_check_lib_save_LIBS
11206fi
11207{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11208$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11209if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11210 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11211fi
11212
11213
11214fi
11215
11216
11217fi
11218
11219
11220fi
11221
11222
11223fi
11224
11225
11226fi
11227
11228 ;;
11229 esac
11230
11231 if test "x$lt_cv_dlopen" != xno; then
11232 enable_dlopen=yes
d6416cdc 11233 else
6bb11ab3
L
11234 enable_dlopen=no
11235 fi
11236
11237 case $lt_cv_dlopen in
11238 dlopen)
11239 save_CPPFLAGS="$CPPFLAGS"
11240 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11241
11242 save_LDFLAGS="$LDFLAGS"
11243 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11244
11245 save_LIBS="$LIBS"
11246 LIBS="$lt_cv_dlopen_libs $LIBS"
11247
11248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11249$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11250if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11251 $as_echo_n "(cached) " >&6
11252else
11253 if test "$cross_compiling" = yes; then :
11254 lt_cv_dlopen_self=cross
11255else
11256 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11257 lt_status=$lt_dlunknown
11258 cat > conftest.$ac_ext <<_LT_EOF
37e9f182 11259#line 11259 "configure"
6bb11ab3
L
11260#include "confdefs.h"
11261
11262#if HAVE_DLFCN_H
11263#include <dlfcn.h>
11264#endif
11265
11266#include <stdio.h>
11267
11268#ifdef RTLD_GLOBAL
11269# define LT_DLGLOBAL RTLD_GLOBAL
11270#else
11271# ifdef DL_GLOBAL
11272# define LT_DLGLOBAL DL_GLOBAL
11273# else
11274# define LT_DLGLOBAL 0
11275# endif
11276#endif
11277
11278/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11279 find out it does not work in some platform. */
11280#ifndef LT_DLLAZY_OR_NOW
11281# ifdef RTLD_LAZY
11282# define LT_DLLAZY_OR_NOW RTLD_LAZY
11283# else
11284# ifdef DL_LAZY
11285# define LT_DLLAZY_OR_NOW DL_LAZY
11286# else
11287# ifdef RTLD_NOW
11288# define LT_DLLAZY_OR_NOW RTLD_NOW
11289# else
11290# ifdef DL_NOW
11291# define LT_DLLAZY_OR_NOW DL_NOW
11292# else
11293# define LT_DLLAZY_OR_NOW 0
11294# endif
11295# endif
11296# endif
11297# endif
11298#endif
11299
11300/* When -fvisbility=hidden is used, assume the code has been annotated
11301 correspondingly for the symbols needed. */
11302#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11303void fnord () __attribute__((visibility("default")));
11304#endif
11305
11306void fnord () { int i=42; }
11307int main ()
11308{
11309 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11310 int status = $lt_dlunknown;
11311
11312 if (self)
11313 {
11314 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11315 else
11316 {
11317 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11318 else puts (dlerror ());
11319 }
11320 /* dlclose (self); */
11321 }
11322 else
11323 puts (dlerror ());
11324
11325 return status;
11326}
11327_LT_EOF
11328 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11329 (eval $ac_link) 2>&5
11330 ac_status=$?
11331 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11332 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11333 (./conftest; exit; ) >&5 2>/dev/null
11334 lt_status=$?
11335 case x$lt_status in
11336 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11337 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11338 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11339 esac
11340 else :
11341 # compilation failed
11342 lt_cv_dlopen_self=no
d6416cdc 11343 fi
d6416cdc 11344fi
6bb11ab3
L
11345rm -fr conftest*
11346
11347
d6416cdc 11348fi
6bb11ab3
L
11349{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11350$as_echo "$lt_cv_dlopen_self" >&6; }
d6416cdc 11351
6bb11ab3
L
11352 if test "x$lt_cv_dlopen_self" = xyes; then
11353 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11355$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11356if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11357 $as_echo_n "(cached) " >&6
d6416cdc 11358else
6bb11ab3
L
11359 if test "$cross_compiling" = yes; then :
11360 lt_cv_dlopen_self_static=cross
11361else
11362 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11363 lt_status=$lt_dlunknown
11364 cat > conftest.$ac_ext <<_LT_EOF
37e9f182 11365#line 11365 "configure"
6bb11ab3
L
11366#include "confdefs.h"
11367
11368#if HAVE_DLFCN_H
11369#include <dlfcn.h>
11370#endif
11371
11372#include <stdio.h>
11373
11374#ifdef RTLD_GLOBAL
11375# define LT_DLGLOBAL RTLD_GLOBAL
11376#else
11377# ifdef DL_GLOBAL
11378# define LT_DLGLOBAL DL_GLOBAL
11379# else
11380# define LT_DLGLOBAL 0
11381# endif
11382#endif
11383
11384/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11385 find out it does not work in some platform. */
11386#ifndef LT_DLLAZY_OR_NOW
11387# ifdef RTLD_LAZY
11388# define LT_DLLAZY_OR_NOW RTLD_LAZY
11389# else
11390# ifdef DL_LAZY
11391# define LT_DLLAZY_OR_NOW DL_LAZY
11392# else
11393# ifdef RTLD_NOW
11394# define LT_DLLAZY_OR_NOW RTLD_NOW
11395# else
11396# ifdef DL_NOW
11397# define LT_DLLAZY_OR_NOW DL_NOW
11398# else
11399# define LT_DLLAZY_OR_NOW 0
11400# endif
11401# endif
11402# endif
11403# endif
11404#endif
11405
11406/* When -fvisbility=hidden is used, assume the code has been annotated
11407 correspondingly for the symbols needed. */
11408#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11409void fnord () __attribute__((visibility("default")));
11410#endif
11411
11412void fnord () { int i=42; }
11413int main ()
11414{
11415 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11416 int status = $lt_dlunknown;
11417
11418 if (self)
11419 {
11420 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11421 else
11422 {
11423 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11424 else puts (dlerror ());
11425 }
11426 /* dlclose (self); */
11427 }
11428 else
11429 puts (dlerror ());
11430
11431 return status;
11432}
11433_LT_EOF
11434 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11435 (eval $ac_link) 2>&5
11436 ac_status=$?
11437 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11438 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11439 (./conftest; exit; ) >&5 2>/dev/null
11440 lt_status=$?
11441 case x$lt_status in
11442 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11443 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11444 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11445 esac
11446 else :
11447 # compilation failed
11448 lt_cv_dlopen_self_static=no
11449 fi
d6416cdc 11450fi
6bb11ab3
L
11451rm -fr conftest*
11452
11453
d6416cdc 11454fi
6bb11ab3
L
11455{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11456$as_echo "$lt_cv_dlopen_self_static" >&6; }
11457 fi
11458
11459 CPPFLAGS="$save_CPPFLAGS"
11460 LDFLAGS="$save_LDFLAGS"
11461 LIBS="$save_LIBS"
11462 ;;
11463 esac
11464
11465 case $lt_cv_dlopen_self in
11466 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11467 *) enable_dlopen_self=unknown ;;
11468 esac
11469
11470 case $lt_cv_dlopen_self_static in
11471 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11472 *) enable_dlopen_self_static=unknown ;;
11473 esac
11474fi
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
11491
11492striplib=
11493old_striplib=
11494{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11495$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11496if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11497 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11498 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11500$as_echo "yes" >&6; }
11501else
11502# FIXME - insert some real tests, host_os isn't really good enough
11503 case $host_os in
11504 darwin*)
11505 if test -n "$STRIP" ; then
11506 striplib="$STRIP -x"
11507 old_striplib="$STRIP -S"
11508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11509$as_echo "yes" >&6; }
11510 else
11511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11512$as_echo "no" >&6; }
11513 fi
11514 ;;
11515 *)
11516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11517$as_echo "no" >&6; }
11518 ;;
11519 esac
11520fi
11521
11522
11523
11524
11525
11526
11527
11528
11529
11530
11531
11532
11533 # Report which library types will actually be built
11534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11535$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11537$as_echo "$can_build_shared" >&6; }
11538
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11540$as_echo_n "checking whether to build shared libraries... " >&6; }
11541 test "$can_build_shared" = "no" && enable_shared=no
11542
11543 # On AIX, shared libraries and static libraries use the same namespace, and
11544 # are all built from PIC.
11545 case $host_os in
11546 aix3*)
11547 test "$enable_shared" = yes && enable_static=no
11548 if test -n "$RANLIB"; then
11549 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11550 postinstall_cmds='$RANLIB $lib'
11551 fi
11552 ;;
11553
11554 aix[4-9]*)
11555 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11556 test "$enable_shared" = yes && enable_static=no
11557 fi
11558 ;;
11559 esac
11560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11561$as_echo "$enable_shared" >&6; }
11562
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11564$as_echo_n "checking whether to build static libraries... " >&6; }
11565 # Make sure either enable_shared or enable_static is yes.
11566 test "$enable_shared" = yes || enable_static=yes
11567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11568$as_echo "$enable_static" >&6; }
11569
11570
11571
11572
11573fi
11574ac_ext=c
11575ac_cpp='$CPP $CPPFLAGS'
11576ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11577ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11578ac_compiler_gnu=$ac_cv_c_compiler_gnu
11579
11580CC="$lt_save_CC"
11581
11582
11583
11584
11585
11586
11587
11588
11589
d6416cdc 11590
d6416cdc 11591
d6416cdc 11592
d6416cdc 11593
6bb11ab3
L
11594 ac_config_commands="$ac_config_commands libtool"
11595
11596
11597
11598
11599# Only expand once:
11600
11601
5912fadd 11602
d6416cdc 11603
fdd6fa61
AG
11604
11605
31e6ad7d
MF
11606
11607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11608$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11609 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11610if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11611 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11612else
11613 USE_MAINTAINER_MODE=no
fdd6fa61 11614fi
31e6ad7d
MF
11615
11616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11617$as_echo "$USE_MAINTAINER_MODE" >&6; }
11618 if test $USE_MAINTAINER_MODE = yes; then
11619 MAINTAINER_MODE_TRUE=
11620 MAINTAINER_MODE_FALSE='#'
fdd6fa61 11621else
31e6ad7d
MF
11622 MAINTAINER_MODE_TRUE='#'
11623 MAINTAINER_MODE_FALSE=
81ecdfbb 11624fi
fdd6fa61 11625
31e6ad7d
MF
11626 MAINT=$MAINTAINER_MODE_TRUE
11627
11628
fdd6fa61 11629
81ecdfbb 11630
ce39bd38
MF
11631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11632$as_echo_n "checking for sim debug setting... " >&6; }
11633sim_debug="0"
81ecdfbb
RW
11634# Check whether --enable-sim-debug was given.
11635if test "${enable_sim_debug+set}" = set; then :
11636 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11637 yes) sim_debug="7";;
11638 no) sim_debug="0";;
11639 *) sim_debug="($enableval)";;
fdd6fa61 11640esac
fdd6fa61 11641fi
ce39bd38
MF
11642if test "$sim_debug" != "0"; then
11643
11644cat >>confdefs.h <<_ACEOF
11645#define DEBUG $sim_debug
11646_ACEOF
11647
81ecdfbb 11648fi
fdd6fa61 11649
ce39bd38
MF
11650cat >>confdefs.h <<_ACEOF
11651#define WITH_DEBUG $sim_debug
11652_ACEOF
11653
11654{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11655$as_echo "$sim_debug" >&6; }
fdd6fa61 11656
81ecdfbb 11657
ce39bd38
MF
11658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11659$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11660sim_stdio="0"
81ecdfbb
RW
11661# Check whether --enable-sim-stdio was given.
11662if test "${enable_sim_stdio+set}" = set; then :
11663 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11664 yes) sim_stdio="DO_USE_STDIO";;
11665 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11666 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
fdd6fa61 11667esac
81ecdfbb 11668fi
fdd6fa61 11669
ce39bd38
MF
11670cat >>confdefs.h <<_ACEOF
11671#define WITH_STDIO $sim_stdio
11672_ACEOF
11673
11674{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11675$as_echo "$sim_stdio" >&6; }
fdd6fa61 11676
81ecdfbb 11677
ce39bd38
MF
11678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11679$as_echo_n "checking for sim trace settings... " >&6; }
11680sim_trace="~TRACE_debug"
81ecdfbb
RW
11681# Check whether --enable-sim-trace was given.
11682if test "${enable_sim_trace+set}" = set; then :
11683 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11684 yes) sim_trace="-1";;
11685 no) sim_trace="0";;
fdd6fa61 11686 [-0-9]*)
ce39bd38 11687 sim_trace="'(${enableval})'";;
2232061b 11688 [[:lower:]]*)
fdd6fa61
AG
11689 sim_trace=""
11690 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11691 if test x"$sim_trace" = x; then
ce39bd38 11692 sim_trace="(TRACE_$x"
fdd6fa61
AG
11693 else
11694 sim_trace="${sim_trace}|TRACE_$x"
11695 fi
11696 done
ce39bd38 11697 sim_trace="$sim_trace)" ;;
fdd6fa61 11698esac
81ecdfbb 11699fi
fdd6fa61 11700
ce39bd38
MF
11701cat >>confdefs.h <<_ACEOF
11702#define WITH_TRACE $sim_trace
11703_ACEOF
11704
11705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11706$as_echo "$sim_trace" >&6; }
fdd6fa61 11707
81ecdfbb 11708
ce39bd38
MF
11709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11710$as_echo_n "checking for sim profile settings... " >&6; }
11711profile="1"
11712sim_profile="-1"
81ecdfbb
RW
11713# Check whether --enable-sim-profile was given.
11714if test "${enable_sim_profile+set}" = set; then :
11715 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11716 yes) profile="1" sim_profile="-1";;
11717 no) profile="0" sim_profile="0";;
fdd6fa61 11718 [-0-9]*)
ce39bd38 11719 profile="(${enableval})" sim_profile="(${enableval})";;
fdd6fa61 11720 [a-z]*)
ce39bd38 11721 profile="1"
fdd6fa61
AG
11722 sim_profile=""
11723 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11724 if test x"$sim_profile" = x; then
ce39bd38 11725 sim_profile="(PROFILE_$x"
fdd6fa61
AG
11726 else
11727 sim_profile="${sim_profile}|PROFILE_$x"
11728 fi
11729 done
ce39bd38 11730 sim_profile="$sim_profile)" ;;
fdd6fa61 11731esac
81ecdfbb 11732fi
fdd6fa61 11733
ce39bd38
MF
11734cat >>confdefs.h <<_ACEOF
11735#define PROFILE $profile
11736_ACEOF
fdd6fa61 11737
d6416cdc 11738
ce39bd38
MF
11739cat >>confdefs.h <<_ACEOF
11740#define WITH_PROFILE $sim_profile
11741_ACEOF
11742
11743{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11744$as_echo "$sim_profile" >&6; }
11745
11746
11747
11748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11749$as_echo_n "checking whether to enable sim asserts... " >&6; }
11750sim_assert="1"
35656e95
MF
11751# Check whether --enable-sim-assert was given.
11752if test "${enable_sim_assert+set}" = set; then :
11753 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11754 yes) sim_assert="1";;
11755 no) sim_assert="0";;
d0ac1c44 11756 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11757esac
35656e95
MF
11758fi
11759
ce39bd38
MF
11760cat >>confdefs.h <<_ACEOF
11761#define WITH_ASSERT $sim_assert
11762_ACEOF
11763
11764{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11765$as_echo "$sim_assert" >&6; }
11766
35656e95 11767
ce39bd38
MF
11768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11769$as_echo_n "checking default sim environment setting... " >&6; }
11770sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11771# Check whether --enable-sim-environment was given.
11772if test "${enable_sim_environment+set}" = set; then :
11773 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11774 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11775 user | USER) sim_environment="USER_ENVIRONMENT";;
11776 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11777 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11778 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11779esac
16f7876d
MF
11780fi
11781
ce39bd38
MF
11782cat >>confdefs.h <<_ACEOF
11783#define WITH_ENVIRONMENT $sim_environment
11784_ACEOF
11785
11786{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11787$as_echo "$sim_environment" >&6; }
11788
16f7876d 11789
347fe5bb
MF
11790sim_inline="-DDEFAULT_INLINE=0"
11791# Check whether --enable-sim-inline was given.
11792if test "${enable_sim_inline+set}" = set; then :
11793 enableval=$enable_sim_inline; sim_inline=""
11794case "$enableval" in
11795 no) sim_inline="-DDEFAULT_INLINE=0";;
11796 0) sim_inline="-DDEFAULT_INLINE=0";;
11797 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11798 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11799 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11800 new_flag=""
11801 case "$x" in
11802 *_INLINE=*) new_flag="-D$x";;
11803 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11804 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11805 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11806 esac
11807 if test x"$sim_inline" = x""; then
11808 sim_inline="$new_flag"
11809 else
11810 sim_inline="$sim_inline $new_flag"
11811 fi
11812 done;;
11813esac
11814if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11815 echo "Setting inline flags = $sim_inline" 6>&1
11816fi
11817fi
11818
11819
11820
81ecdfbb
RW
11821
11822# Check whether --with-pkgversion was given.
11823if test "${with_pkgversion+set}" = set; then :
11824 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11825 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
d6416cdc
RW
11826 no) PKGVERSION= ;;
11827 *) PKGVERSION="($withval) " ;;
11828 esac
11829else
bf12d44e 11830 PKGVERSION="(SIM) "
d6416cdc 11831
81ecdfbb
RW
11832fi
11833
d6416cdc
RW
11834
11835
11836
11837
81ecdfbb
RW
11838# Check whether --with-bugurl was given.
11839if test "${with_bugurl+set}" = set; then :
11840 withval=$with_bugurl; case "$withval" in
d0ac1c44 11841 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
d6416cdc
RW
11842 no) BUGURL=
11843 ;;
11844 *) BUGURL="$withval"
11845 ;;
11846 esac
11847else
dfb856ba 11848 BUGURL="https://www.gnu.org/software/gdb/bugs/"
d6416cdc 11849
81ecdfbb
RW
11850fi
11851
d6416cdc
RW
11852 case ${BUGURL} in
11853 "")
11854 REPORT_BUGS_TO=
11855 REPORT_BUGS_TEXI=
11856 ;;
11857 *)
11858 REPORT_BUGS_TO="<$BUGURL>"
11859 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11860 ;;
11861 esac;
11862
11863
11864
11865
11866cat >>confdefs.h <<_ACEOF
11867#define PKGVERSION "$PKGVERSION"
11868_ACEOF
11869
11870
11871cat >>confdefs.h <<_ACEOF
11872#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11873_ACEOF
11874
11875
81ecdfbb
RW
11876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11877$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11878if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11879 $as_echo_n "(cached) " >&6
fdd6fa61 11880else
81ecdfbb 11881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
fdd6fa61
AG
11882/* end confdefs.h. */
11883#include <sys/types.h>
11884#include <signal.h>
fdd6fa61
AG
11885
11886int
11887main ()
11888{
81ecdfbb 11889return *(signal (0, 0)) (0) == 1;
fdd6fa61
AG
11890 ;
11891 return 0;
11892}
11893_ACEOF
81ecdfbb
RW
11894if ac_fn_c_try_compile "$LINENO"; then :
11895 ac_cv_type_signal=int
fdd6fa61 11896else
81ecdfbb 11897 ac_cv_type_signal=void
fdd6fa61 11898fi
81ecdfbb 11899rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fdd6fa61 11900fi
81ecdfbb
RW
11901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11902$as_echo "$ac_cv_type_signal" >&6; }
fdd6fa61
AG
11903
11904cat >>confdefs.h <<_ACEOF
11905#define RETSIGTYPE $ac_cv_type_signal
11906_ACEOF
11907
11908
11909
11910
11911
fdd6fa61 11912
6ffe910a
MF
11913if test -n "$ac_tool_prefix"; then
11914 # Extract the first word of "${ac_tool_prefix}dtc", so it can be a program name with args.
11915set dummy ${ac_tool_prefix}dtc; ac_word=$2
11916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11917$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11918if ${ac_cv_prog_DTC+:} false; then :
6ffe910a
MF
11919 $as_echo_n "(cached) " >&6
11920else
11921 if test -n "$DTC"; then
11922 ac_cv_prog_DTC="$DTC" # Let the user override the test.
11923else
11924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11925for as_dir in $PATH
11926do
11927 IFS=$as_save_IFS
11928 test -z "$as_dir" && as_dir=.
11929 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11930 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6ffe910a
MF
11931 ac_cv_prog_DTC="${ac_tool_prefix}dtc"
11932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11933 break 2
11934 fi
11935done
11936 done
11937IFS=$as_save_IFS
11938
11939fi
11940fi
11941DTC=$ac_cv_prog_DTC
11942if test -n "$DTC"; then
11943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DTC" >&5
11944$as_echo "$DTC" >&6; }
11945else
11946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11947$as_echo "no" >&6; }
11948fi
11949
11950
11951fi
11952if test -z "$ac_cv_prog_DTC"; then
11953 ac_ct_DTC=$DTC
11954 # Extract the first word of "dtc", so it can be a program name with args.
11955set dummy dtc; ac_word=$2
11956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11957$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 11958if ${ac_cv_prog_ac_ct_DTC+:} false; then :
6ffe910a
MF
11959 $as_echo_n "(cached) " >&6
11960else
11961 if test -n "$ac_ct_DTC"; then
11962 ac_cv_prog_ac_ct_DTC="$ac_ct_DTC" # Let the user override the test.
11963else
11964as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11965for as_dir in $PATH
11966do
11967 IFS=$as_save_IFS
11968 test -z "$as_dir" && as_dir=.
11969 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 11970 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6ffe910a
MF
11971 ac_cv_prog_ac_ct_DTC="dtc"
11972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11973 break 2
11974 fi
11975done
11976 done
11977IFS=$as_save_IFS
11978
11979fi
11980fi
11981ac_ct_DTC=$ac_cv_prog_ac_ct_DTC
11982if test -n "$ac_ct_DTC"; then
11983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DTC" >&5
11984$as_echo "$ac_ct_DTC" >&6; }
11985else
11986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11987$as_echo "no" >&6; }
11988fi
11989
11990 if test "x$ac_ct_DTC" = x; then
11991 DTC=""
11992 else
11993 case $cross_compiling:$ac_tool_warned in
11994yes:)
11995{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11996$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11997ac_tool_warned=yes ;;
11998esac
11999 DTC=$ac_ct_DTC
12000 fi
12001else
12002 DTC="$ac_cv_prog_DTC"
12003fi
12004
12005
12006
1ac72f06 12007wire_endian="BIG"
5c27d164
AG
12008default_endian=""
12009# Check whether --enable-sim-endian was given.
12010if test "${enable_sim_endian+set}" = set; then :
12011 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
12012 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
12013 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
5c27d164 12014 yes) if test x"$wire_endian" != x; then
1ac72f06 12015 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5c27d164 12016 else
1ac72f06
MF
12017 if test x"$default_endian" != x; then
12018 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5c27d164
AG
12019 else
12020 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 12021 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
5c27d164
AG
12022 fi
12023 fi;;
12024 no) if test x"$default_endian" != x; then
1ac72f06 12025 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5c27d164
AG
12026 else
12027 if test x"$wire_endian" != x; then
1ac72f06 12028 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5c27d164
AG
12029 else
12030 echo "No default endian for target $target" 1>&6
1ac72f06 12031 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
5c27d164
AG
12032 fi
12033 fi;;
d0ac1c44 12034 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
5c27d164
AG
12035esac
12036if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
12037 echo "Setting endian flags = $sim_endian" 6>&1
12038fi
12039else
12040 if test x"$default_endian" != x; then
1ac72f06 12041 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
5c27d164
AG
12042else
12043 if test x"$wire_endian" != x; then
1ac72f06 12044 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
5c27d164
AG
12045 else
12046 sim_endian=
12047 fi
12048fi
12049fi
12050
12051wire_alignment="STRICT_ALIGNMENT"
12052default_alignment=""
12053
12054# Check whether --enable-sim-alignment was given.
12055if test "${enable_sim_alignment+set}" = set; then :
12056 enableval=$enable_sim_alignment; case "${enableval}" in
12057 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
12058 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
12059 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
12060 yes) if test x"$wire_alignment" != x; then
12061 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12062 else
12063 if test x"$default_alignment" != x; then
12064 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
12065 else
12066 echo "No hard-wired alignment for target $target" 1>&6
12067 sim_alignment="-DWITH_ALIGNMENT=0"
12068 fi
12069 fi;;
12070 no) if test x"$default_alignment" != x; then
12071 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12072 else
12073 if test x"$wire_alignment" != x; then
12074 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
12075 else
12076 echo "No default alignment for target $target" 1>&6
12077 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
12078 fi
12079 fi;;
d0ac1c44 12080 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
5c27d164
AG
12081esac
12082if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
12083 echo "Setting alignment flags = $sim_alignment" 6>&1
12084fi
12085else
12086 if test x"$default_alignment" != x; then
12087 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12088else
12089 if test x"$wire_alignment" != x; then
12090 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12091 else
12092 sim_alignment=
12093 fi
12094fi
12095fi
12096
12097
3c811346 12098
cc8ab1de
MF
12099# Check whether --enable-werror was given.
12100if test "${enable_werror+set}" = set; then :
12101 enableval=$enable_werror; case "${enableval}" in
12102 yes | y) ERROR_ON_WARNING="yes" ;;
12103 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 12104 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
cc8ab1de
MF
12105 esac
12106fi
12107
12108
12109# Enable -Werror by default when using gcc
12110if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12111 ERROR_ON_WARNING=yes
12112fi
12113
12114WERROR_CFLAGS=""
3c811346
MF
12115 if test "${ERROR_ON_WARNING}" = yes ; then
12116 WERROR_CFLAGS="-Werror"
12117 fi
cc8ab1de
MF
12118
12119build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
12120-Wpointer-sign \
12121-Wno-unused -Wunused-value -Wunused-function \
12122-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
12123-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
12124-Wold-style-declaration -Wold-style-definition"
12125
12126# Enable -Wno-format by default when using gcc on mingw since many
12127# GCC versions complain about %I64.
12128case "${host}" in
12129 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
12130 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
12131esac
12132
12133# Check whether --enable-build-warnings was given.
12134if test "${enable_build_warnings+set}" = set; then :
12135 enableval=$enable_build_warnings; case "${enableval}" in
12136 yes) ;;
12137 no) build_warnings="-w";;
12138 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12139 build_warnings="${build_warnings} ${t}";;
12140 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12141 build_warnings="${t} ${build_warnings}";;
12142 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12143esac
12144if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12145 echo "Setting compiler warning flags = $build_warnings" 6>&1
12146fi
12147fi
12148# Check whether --enable-sim-build-warnings was given.
12149if test "${enable_sim_build_warnings+set}" = set; then :
12150 enableval=$enable_sim_build_warnings; case "${enableval}" in
12151 yes) ;;
12152 no) build_warnings="-w";;
12153 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12154 build_warnings="${build_warnings} ${t}";;
12155 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12156 build_warnings="${t} ${build_warnings}";;
12157 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12158esac
12159if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12160 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12161fi
12162fi
12163WARN_CFLAGS=""
12164if test "x${build_warnings}" != x -a "x$GCC" = xyes
12165then
12166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12167$as_echo_n "checking compiler warning flags... " >&6; }
12168 # Separate out the -Werror flag as some files just cannot be
12169 # compiled with it enabled.
12170 for w in ${build_warnings}; do
12171 case $w in
12172 -Werr*) WERROR_CFLAGS=-Werror ;;
12173 *) # Check that GCC accepts it
12174 saved_CFLAGS="$CFLAGS"
12175 CFLAGS="$CFLAGS $w"
12176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12177/* end confdefs.h. */
12178
12179int
12180main ()
12181{
12182
12183 ;
12184 return 0;
12185}
12186_ACEOF
12187if ac_fn_c_try_compile "$LINENO"; then :
12188 WARN_CFLAGS="${WARN_CFLAGS} $w"
12189fi
12190rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12191 CFLAGS="$saved_CFLAGS"
12192 esac
12193 done
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12195$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
12196fi
12197
12198
fdd6fa61
AG
12199cgen_breaks=""
12200if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12201cgen_breaks="break cgen_rtx_error";
12202fi
12203
81ecdfbb 12204ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
fdd6fa61 12205
81ecdfbb 12206ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
fdd6fa61 12207
81ecdfbb 12208ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
fdd6fa61 12209
81ecdfbb 12210ac_config_commands="$ac_config_commands Makefile"
fdd6fa61 12211
81ecdfbb 12212ac_config_commands="$ac_config_commands stamp-h"
fdd6fa61 12213
760b3e8b
MF
12214
12215
12216
12217
12218
12219
12220
12221
12222
12223
12224
12225
fdd6fa61
AG
12226cat >confcache <<\_ACEOF
12227# This file is a shell script that caches the results of configure
12228# tests run on this system so they can be shared between configure
12229# scripts and configure runs, see configure's option --config-cache.
12230# It is not useful on other systems. If it contains results you don't
12231# want to keep, you may remove or edit it.
12232#
12233# config.status only pays attention to the cache file if you give it
12234# the --recheck option to rerun configure.
12235#
12236# `ac_cv_env_foo' variables (set or unset) will be overridden when
12237# loading this file, other *unset* `ac_cv_foo' will be assigned the
12238# following values.
12239
12240_ACEOF
12241
12242# The following way of writing the cache mishandles newlines in values,
12243# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 12244# So, we kill variables containing newlines.
fdd6fa61
AG
12245# Ultrix sh set writes to stderr and can't be redirected directly,
12246# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
12247(
12248 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12249 eval ac_val=\$$ac_var
12250 case $ac_val in #(
12251 *${as_nl}*)
12252 case $ac_var in #(
12253 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12254$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12255 esac
12256 case $ac_var in #(
12257 _ | IFS | as_nl) ;; #(
12258 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12259 *) { eval $ac_var=; unset $ac_var;} ;;
12260 esac ;;
12261 esac
12262 done
12263
fdd6fa61 12264 (set) 2>&1 |
81ecdfbb
RW
12265 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12266 *${as_nl}ac_space=\ *)
12267 # `set' does not quote correctly, so add quotes: double-quote
12268 # substitution turns \\\\ into \\, and sed turns \\ into \.
fdd6fa61
AG
12269 sed -n \
12270 "s/'/'\\\\''/g;
12271 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 12272 ;; #(
fdd6fa61
AG
12273 *)
12274 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 12275 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
fdd6fa61 12276 ;;
81ecdfbb
RW
12277 esac |
12278 sort
12279) |
fdd6fa61 12280 sed '
81ecdfbb 12281 /^ac_cv_env_/b end
fdd6fa61 12282 t clear
81ecdfbb 12283 :clear
fdd6fa61
AG
12284 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12285 t end
81ecdfbb
RW
12286 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12287 :end' >>confcache
12288if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12289 if test -w "$cache_file"; then
d0ac1c44 12290 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12292$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12293 if test ! -f "$cache_file" || test -h "$cache_file"; then
12294 cat confcache >"$cache_file"
12295 else
12296 case $cache_file in #(
12297 */* | ?:*)
12298 mv -f confcache "$cache_file"$$ &&
12299 mv -f "$cache_file"$$ "$cache_file" ;; #(
12300 *)
12301 mv -f confcache "$cache_file" ;;
12302 esac
12303 fi
12304 fi
fdd6fa61 12305 else
81ecdfbb
RW
12306 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12307$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
fdd6fa61
AG
12308 fi
12309fi
12310rm -f confcache
12311
12312test "x$prefix" = xNONE && prefix=$ac_default_prefix
12313# Let make expand exec_prefix.
12314test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12315
fdd6fa61
AG
12316DEFS=-DHAVE_CONFIG_H
12317
12318ac_libobjs=
12319ac_ltlibobjs=
d0ac1c44 12320U=
fdd6fa61
AG
12321for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12322 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
12323 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12324 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12325 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12326 # will be set to the directory where LIBOBJS objects are built.
12327 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12328 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
fdd6fa61
AG
12329done
12330LIBOBJS=$ac_libobjs
12331
12332LTLIBOBJS=$ac_ltlibobjs
12333
12334
0cb8d851 12335
db2e4d67 12336if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 12337 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
12338Usually this means the macro was only invoked conditionally." "$LINENO" 5
12339fi
6bb11ab3 12340if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 12341 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
12342Usually this means the macro was only invoked conditionally." "$LINENO" 5
12343fi
31e6ad7d 12344if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 12345 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
12346Usually this means the macro was only invoked conditionally." "$LINENO" 5
12347fi
fdd6fa61 12348
d0ac1c44 12349: "${CONFIG_STATUS=./config.status}"
81ecdfbb 12350ac_write_fail=0
fdd6fa61
AG
12351ac_clean_files_save=$ac_clean_files
12352ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
12353{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12354$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12355as_write_fail=0
12356cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
fdd6fa61
AG
12357#! $SHELL
12358# Generated by $as_me.
12359# Run this file to recreate the current configuration.
12360# Compiler output produced by configure, useful for debugging
12361# configure, is in config.log if it exists.
12362
12363debug=false
12364ac_cs_recheck=false
12365ac_cs_silent=false
fdd6fa61 12366
81ecdfbb
RW
12367SHELL=\${CONFIG_SHELL-$SHELL}
12368export SHELL
12369_ASEOF
12370cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12371## -------------------- ##
12372## M4sh Initialization. ##
12373## -------------------- ##
12374
12375# Be more Bourne compatible
12376DUALCASE=1; export DUALCASE # for MKS sh
12377if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
fdd6fa61
AG
12378 emulate sh
12379 NULLCMD=:
81ecdfbb 12380 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
fdd6fa61
AG
12381 # is contrary to our usage. Disable this feature.
12382 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
12383 setopt NO_GLOB_SUBST
12384else
12385 case `(set -o) 2>/dev/null` in #(
12386 *posix*) :
12387 set -o posix ;; #(
12388 *) :
12389 ;;
12390esac
fdd6fa61 12391fi
fdd6fa61 12392
81ecdfbb
RW
12393
12394as_nl='
12395'
12396export as_nl
12397# Printing a long string crashes Solaris 7 /usr/bin/printf.
12398as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12399as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12400as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12401# Prefer a ksh shell builtin over an external printf program on Solaris,
12402# but without wasting forks for bash or zsh.
12403if test -z "$BASH_VERSION$ZSH_VERSION" \
12404 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12405 as_echo='print -r --'
12406 as_echo_n='print -rn --'
12407elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12408 as_echo='printf %s\n'
12409 as_echo_n='printf %s'
12410else
12411 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12412 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12413 as_echo_n='/usr/ucb/echo -n'
12414 else
12415 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12416 as_echo_n_body='eval
12417 arg=$1;
12418 case $arg in #(
12419 *"$as_nl"*)
12420 expr "X$arg" : "X\\(.*\\)$as_nl";
12421 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12422 esac;
12423 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12424 '
12425 export as_echo_n_body
12426 as_echo_n='sh -c $as_echo_n_body as_echo'
12427 fi
12428 export as_echo_body
12429 as_echo='sh -c $as_echo_body as_echo'
12430fi
12431
12432# The user is always right.
12433if test "${PATH_SEPARATOR+set}" != set; then
12434 PATH_SEPARATOR=:
12435 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12436 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12437 PATH_SEPARATOR=';'
12438 }
fdd6fa61
AG
12439fi
12440
12441
81ecdfbb
RW
12442# IFS
12443# We need space, tab and new line, in precisely that order. Quoting is
12444# there to prevent editors from complaining about space-tab.
12445# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12446# splitting by setting IFS to empty value.)
12447IFS=" "" $as_nl"
12448
12449# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12450as_myself=
81ecdfbb
RW
12451case $0 in #((
12452 *[\\/]* ) as_myself=$0 ;;
12453 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12454for as_dir in $PATH
12455do
12456 IFS=$as_save_IFS
12457 test -z "$as_dir" && as_dir=.
12458 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12459 done
12460IFS=$as_save_IFS
12461
12462 ;;
12463esac
12464# We did not find ourselves, most probably we were run as `sh COMMAND'
12465# in which case we are not to be found in the path.
12466if test "x$as_myself" = x; then
12467 as_myself=$0
12468fi
12469if test ! -f "$as_myself"; then
12470 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12471 exit 1
12472fi
12473
12474# Unset variables that we do not need and which cause bugs (e.g. in
12475# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12476# suppresses any "Segmentation fault" message there. '((' could
12477# trigger a bug in pdksh 5.2.14.
12478for as_var in BASH_ENV ENV MAIL MAILPATH
12479do eval test x\${$as_var+set} = xset \
12480 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12481done
fdd6fa61
AG
12482PS1='$ '
12483PS2='> '
12484PS4='+ '
12485
12486# NLS nuisances.
81ecdfbb
RW
12487LC_ALL=C
12488export LC_ALL
12489LANGUAGE=C
12490export LANGUAGE
12491
12492# CDPATH.
12493(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12494
12495
d0ac1c44
SM
12496# as_fn_error STATUS ERROR [LINENO LOG_FD]
12497# ----------------------------------------
81ecdfbb
RW
12498# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12499# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12500# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12501as_fn_error ()
12502{
d0ac1c44
SM
12503 as_status=$1; test $as_status -eq 0 && as_status=1
12504 if test "$4"; then
12505 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12506 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
fdd6fa61 12507 fi
d0ac1c44 12508 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12509 as_fn_exit $as_status
12510} # as_fn_error
12511
12512
12513# as_fn_set_status STATUS
12514# -----------------------
12515# Set $? to STATUS, without forking.
12516as_fn_set_status ()
12517{
12518 return $1
12519} # as_fn_set_status
12520
12521# as_fn_exit STATUS
12522# -----------------
12523# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12524as_fn_exit ()
12525{
12526 set +e
12527 as_fn_set_status $1
12528 exit $1
12529} # as_fn_exit
12530
12531# as_fn_unset VAR
12532# ---------------
12533# Portably unset VAR.
12534as_fn_unset ()
12535{
12536 { eval $1=; unset $1;}
12537}
12538as_unset=as_fn_unset
12539# as_fn_append VAR VALUE
12540# ----------------------
12541# Append the text in VALUE to the end of the definition contained in VAR. Take
12542# advantage of any shell optimizations that allow amortized linear growth over
12543# repeated appends, instead of the typical quadratic growth present in naive
12544# implementations.
12545if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12546 eval 'as_fn_append ()
12547 {
12548 eval $1+=\$2
12549 }'
12550else
12551 as_fn_append ()
12552 {
12553 eval $1=\$$1\$2
12554 }
12555fi # as_fn_append
12556
12557# as_fn_arith ARG...
12558# ------------------
12559# Perform arithmetic evaluation on the ARGs, and store the result in the
12560# global $as_val. Take advantage of shells that can avoid forks. The arguments
12561# must be portable across $(()) and expr.
12562if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12563 eval 'as_fn_arith ()
12564 {
12565 as_val=$(( $* ))
12566 }'
12567else
12568 as_fn_arith ()
12569 {
12570 as_val=`expr "$@" || test $? -eq 1`
12571 }
12572fi # as_fn_arith
12573
fdd6fa61 12574
81ecdfbb
RW
12575if expr a : '\(a\)' >/dev/null 2>&1 &&
12576 test "X`expr 00001 : '.*\(...\)'`" = X001; then
fdd6fa61
AG
12577 as_expr=expr
12578else
12579 as_expr=false
12580fi
12581
81ecdfbb 12582if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
fdd6fa61
AG
12583 as_basename=basename
12584else
12585 as_basename=false
12586fi
12587
81ecdfbb
RW
12588if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12589 as_dirname=dirname
12590else
12591 as_dirname=false
12592fi
fdd6fa61 12593
81ecdfbb 12594as_me=`$as_basename -- "$0" ||
fdd6fa61
AG
12595$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12596 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12597 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12598$as_echo X/"$0" |
12599 sed '/^.*\/\([^/][^/]*\)\/*$/{
12600 s//\1/
12601 q
12602 }
12603 /^X\/\(\/\/\)$/{
12604 s//\1/
12605 q
12606 }
12607 /^X\/\(\/\).*/{
12608 s//\1/
12609 q
12610 }
12611 s/.*/./; q'`
fdd6fa61 12612
fdd6fa61
AG
12613# Avoid depending upon Character Ranges.
12614as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12615as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12616as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12617as_cr_digits='0123456789'
12618as_cr_alnum=$as_cr_Letters$as_cr_digits
12619
81ecdfbb
RW
12620ECHO_C= ECHO_N= ECHO_T=
12621case `echo -n x` in #(((((
12622-n*)
12623 case `echo 'xy\c'` in
12624 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12625 xy) ECHO_C='\c';;
12626 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12627 ECHO_T=' ';;
12628 esac;;
12629*)
12630 ECHO_N='-n';;
fdd6fa61
AG
12631esac
12632
81ecdfbb
RW
12633rm -f conf$$ conf$$.exe conf$$.file
12634if test -d conf$$.dir; then
12635 rm -f conf$$.dir/conf$$.file
fdd6fa61 12636else
81ecdfbb
RW
12637 rm -f conf$$.dir
12638 mkdir conf$$.dir 2>/dev/null
fdd6fa61 12639fi
81ecdfbb
RW
12640if (echo >conf$$.file) 2>/dev/null; then
12641 if ln -s conf$$.file conf$$ 2>/dev/null; then
fdd6fa61 12642 as_ln_s='ln -s'
81ecdfbb
RW
12643 # ... but there are two gotchas:
12644 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12645 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12646 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12647 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12648 as_ln_s='cp -pR'
81ecdfbb
RW
12649 elif ln conf$$.file conf$$ 2>/dev/null; then
12650 as_ln_s=ln
12651 else
d0ac1c44 12652 as_ln_s='cp -pR'
fdd6fa61 12653 fi
fdd6fa61 12654else
d0ac1c44 12655 as_ln_s='cp -pR'
fdd6fa61 12656fi
81ecdfbb
RW
12657rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12658rmdir conf$$.dir 2>/dev/null
12659
fdd6fa61 12660
81ecdfbb
RW
12661# as_fn_mkdir_p
12662# -------------
12663# Create "$as_dir" as a directory, including parents if necessary.
12664as_fn_mkdir_p ()
12665{
12666
12667 case $as_dir in #(
12668 -*) as_dir=./$as_dir;;
12669 esac
12670 test -d "$as_dir" || eval $as_mkdir_p || {
12671 as_dirs=
12672 while :; do
12673 case $as_dir in #(
12674 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12675 *) as_qdir=$as_dir;;
12676 esac
12677 as_dirs="'$as_qdir' $as_dirs"
12678 as_dir=`$as_dirname -- "$as_dir" ||
12679$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12680 X"$as_dir" : 'X\(//\)[^/]' \| \
12681 X"$as_dir" : 'X\(//\)$' \| \
12682 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12683$as_echo X"$as_dir" |
12684 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12685 s//\1/
12686 q
12687 }
12688 /^X\(\/\/\)[^/].*/{
12689 s//\1/
12690 q
12691 }
12692 /^X\(\/\/\)$/{
12693 s//\1/
12694 q
12695 }
12696 /^X\(\/\).*/{
12697 s//\1/
12698 q
12699 }
12700 s/.*/./; q'`
12701 test -d "$as_dir" && break
12702 done
12703 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12704 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
12705
12706
12707} # as_fn_mkdir_p
fdd6fa61 12708if mkdir -p . 2>/dev/null; then
81ecdfbb 12709 as_mkdir_p='mkdir -p "$as_dir"'
fdd6fa61
AG
12710else
12711 test -d ./-p && rmdir ./-p
12712 as_mkdir_p=false
12713fi
12714
d0ac1c44
SM
12715
12716# as_fn_executable_p FILE
12717# -----------------------
12718# Test if FILE is an executable regular file.
12719as_fn_executable_p ()
12720{
12721 test -f "$1" && test -x "$1"
12722} # as_fn_executable_p
12723as_test_x='test -x'
12724as_executable_p=as_fn_executable_p
fdd6fa61
AG
12725
12726# Sed expression to map a string onto a valid CPP name.
12727as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12728
12729# Sed expression to map a string onto a valid variable name.
12730as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12731
12732
fdd6fa61 12733exec 6>&1
81ecdfbb
RW
12734## ----------------------------------- ##
12735## Main body of $CONFIG_STATUS script. ##
12736## ----------------------------------- ##
12737_ASEOF
12738test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12739
12740cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12741# Save the log message, to keep $0 and so on meaningful, and to
fdd6fa61 12742# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12743# values after options handling.
12744ac_log="
fdd6fa61 12745This file was extended by $as_me, which was
d0ac1c44 12746generated by GNU Autoconf 2.69. Invocation command line was
fdd6fa61
AG
12747
12748 CONFIG_FILES = $CONFIG_FILES
12749 CONFIG_HEADERS = $CONFIG_HEADERS
12750 CONFIG_LINKS = $CONFIG_LINKS
12751 CONFIG_COMMANDS = $CONFIG_COMMANDS
12752 $ $0 $@
12753
81ecdfbb
RW
12754on `(hostname || uname -n) 2>/dev/null | sed 1q`
12755"
12756
fdd6fa61
AG
12757_ACEOF
12758
81ecdfbb
RW
12759case $ac_config_files in *"
12760"*) set x $ac_config_files; shift; ac_config_files=$*;;
12761esac
fdd6fa61 12762
81ecdfbb
RW
12763case $ac_config_headers in *"
12764"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12765esac
fdd6fa61 12766
fdd6fa61 12767
81ecdfbb
RW
12768cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12769# Files that config.status was made for.
12770config_files="$ac_config_files"
12771config_headers="$ac_config_headers"
81ecdfbb 12772config_commands="$ac_config_commands"
fdd6fa61 12773
81ecdfbb 12774_ACEOF
fdd6fa61 12775
81ecdfbb 12776cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fdd6fa61 12777ac_cs_usage="\
81ecdfbb
RW
12778\`$as_me' instantiates files and other configuration actions
12779from templates according to the current configuration. Unless the files
12780and actions are specified as TAGs, all are instantiated by default.
fdd6fa61 12781
81ecdfbb 12782Usage: $0 [OPTION]... [TAG]...
fdd6fa61
AG
12783
12784 -h, --help print this help, then exit
81ecdfbb 12785 -V, --version print version number and configuration settings, then exit
d0ac1c44 12786 --config print configuration, then exit
81ecdfbb
RW
12787 -q, --quiet, --silent
12788 do not print progress messages
fdd6fa61
AG
12789 -d, --debug don't remove temporary files
12790 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12791 --file=FILE[:TEMPLATE]
12792 instantiate the configuration file FILE
12793 --header=FILE[:TEMPLATE]
12794 instantiate the configuration header FILE
fdd6fa61
AG
12795
12796Configuration files:
12797$config_files
12798
12799Configuration headers:
12800$config_headers
12801
fdd6fa61
AG
12802Configuration commands:
12803$config_commands
12804
81ecdfbb 12805Report bugs to the package provider."
fdd6fa61 12806
81ecdfbb
RW
12807_ACEOF
12808cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12809ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
fdd6fa61
AG
12810ac_cs_version="\\
12811config.status
d0ac1c44
SM
12812configured by $0, generated by GNU Autoconf 2.69,
12813 with options \\"\$ac_cs_config\\"
fdd6fa61 12814
d0ac1c44 12815Copyright (C) 2012 Free Software Foundation, Inc.
fdd6fa61
AG
12816This config.status script is free software; the Free Software Foundation
12817gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12818
12819ac_pwd='$ac_pwd'
12820srcdir='$srcdir'
12821INSTALL='$INSTALL'
6bb11ab3 12822AWK='$AWK'
81ecdfbb 12823test -n "\$AWK" || AWK=awk
fdd6fa61
AG
12824_ACEOF
12825
81ecdfbb
RW
12826cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12827# The default lists apply if the user does not specify any file.
fdd6fa61
AG
12828ac_need_defaults=:
12829while test $# != 0
12830do
12831 case $1 in
d0ac1c44 12832 --*=?*)
81ecdfbb
RW
12833 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12834 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
fdd6fa61
AG
12835 ac_shift=:
12836 ;;
d0ac1c44
SM
12837 --*=)
12838 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12839 ac_optarg=
12840 ac_shift=:
12841 ;;
81ecdfbb 12842 *)
fdd6fa61
AG
12843 ac_option=$1
12844 ac_optarg=$2
12845 ac_shift=shift
12846 ;;
fdd6fa61
AG
12847 esac
12848
12849 case $ac_option in
12850 # Handling of the options.
fdd6fa61
AG
12851 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12852 ac_cs_recheck=: ;;
81ecdfbb
RW
12853 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12854 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12855 --config | --confi | --conf | --con | --co | --c )
12856 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12857 --debug | --debu | --deb | --de | --d | -d )
fdd6fa61
AG
12858 debug=: ;;
12859 --file | --fil | --fi | --f )
12860 $ac_shift
81ecdfbb
RW
12861 case $ac_optarg in
12862 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12863 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12864 esac
12865 as_fn_append CONFIG_FILES " '$ac_optarg'"
fdd6fa61
AG
12866 ac_need_defaults=false;;
12867 --header | --heade | --head | --hea )
12868 $ac_shift
81ecdfbb
RW
12869 case $ac_optarg in
12870 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12871 esac
12872 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
fdd6fa61 12873 ac_need_defaults=false;;
81ecdfbb
RW
12874 --he | --h)
12875 # Conflict between --help and --header
d0ac1c44 12876 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12877Try \`$0 --help' for more information.";;
12878 --help | --hel | -h )
12879 $as_echo "$ac_cs_usage"; exit ;;
fdd6fa61
AG
12880 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12881 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12882 ac_cs_silent=: ;;
12883
12884 # This is an error.
d0ac1c44 12885 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12886Try \`$0 --help' for more information." ;;
fdd6fa61 12887
81ecdfbb
RW
12888 *) as_fn_append ac_config_targets " $1"
12889 ac_need_defaults=false ;;
fdd6fa61
AG
12890
12891 esac
12892 shift
12893done
12894
12895ac_configure_extra_args=
12896
12897if $ac_cs_silent; then
12898 exec 6>/dev/null
12899 ac_configure_extra_args="$ac_configure_extra_args --silent"
12900fi
12901
12902_ACEOF
81ecdfbb 12903cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
fdd6fa61 12904if \$ac_cs_recheck; then
d0ac1c44 12905 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12906 shift
12907 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12908 CONFIG_SHELL='$SHELL'
12909 export CONFIG_SHELL
12910 exec "\$@"
fdd6fa61
AG
12911fi
12912
12913_ACEOF
81ecdfbb
RW
12914cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12915exec 5>>config.log
12916{
12917 echo
12918 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12919## Running $as_me. ##
12920_ASBOX
12921 $as_echo "$ac_log"
12922} >&5
fdd6fa61 12923
81ecdfbb
RW
12924_ACEOF
12925cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
12926#
12927# INIT-COMMANDS
12928#
12929ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12930
6bb11ab3
L
12931
12932# The HP-UX ksh and POSIX shell print the target directory to stdout
12933# if CDPATH is set.
12934(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12935
12936sed_quote_subst='$sed_quote_subst'
12937double_quote_subst='$double_quote_subst'
12938delay_variable_subst='$delay_variable_subst'
12939macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12940macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12941enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12942enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12943pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12944enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12945SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12946ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12947host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12948host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12949host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12950build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12951build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12952build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12953SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12954Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12955GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12956EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12957FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12958LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12959NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12960LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12961max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12962ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12963exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12964lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12965lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12966lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12967reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12968reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12969OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12970deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12971file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12972AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12973AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12974STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12975RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12976old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12977old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12978old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12979lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12980CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12981CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12982compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12983GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12984lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12985lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12986lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12987lt_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"`'
12988objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12989MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12990lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12991lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12992lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12993lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12994lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12995need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12996DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12997NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12998LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12999OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13000OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13001libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13002shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13003extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13004archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13005enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13006export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13007whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13008compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13009old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13010old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13011archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13012archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13013module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13014module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13015with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13016allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13017no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13018hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13019hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13020hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13021hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13022hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13023hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13024hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13025hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13026inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13027link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13028fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13029always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13030export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13031exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13032include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13033prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13034file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13035variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13036need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13037need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13038version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13039runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13040shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13041shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13042libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13043library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13044soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13045install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13046postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13047postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13048finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13049finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13050hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13051sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13052sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13053hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13054enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13055enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13056enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13057old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13058striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13059
13060LTCC='$LTCC'
13061LTCFLAGS='$LTCFLAGS'
13062compiler='$compiler_DEFAULT'
13063
13064# A function that is used when there is no print builtin or printf.
13065func_fallback_echo ()
13066{
13067 eval 'cat <<_LTECHO_EOF
13068\$1
13069_LTECHO_EOF'
13070}
13071
13072# Quote evaled strings.
13073for var in SHELL \
13074ECHO \
13075SED \
13076GREP \
13077EGREP \
13078FGREP \
13079LD \
13080NM \
13081LN_S \
13082lt_SP2NL \
13083lt_NL2SP \
13084reload_flag \
13085OBJDUMP \
13086deplibs_check_method \
13087file_magic_cmd \
13088AR \
13089AR_FLAGS \
13090STRIP \
13091RANLIB \
13092CC \
13093CFLAGS \
13094compiler \
13095lt_cv_sys_global_symbol_pipe \
13096lt_cv_sys_global_symbol_to_cdecl \
13097lt_cv_sys_global_symbol_to_c_name_address \
13098lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13099lt_prog_compiler_no_builtin_flag \
13100lt_prog_compiler_wl \
13101lt_prog_compiler_pic \
13102lt_prog_compiler_static \
13103lt_cv_prog_compiler_c_o \
13104need_locks \
13105DSYMUTIL \
13106NMEDIT \
13107LIPO \
13108OTOOL \
13109OTOOL64 \
13110shrext_cmds \
13111export_dynamic_flag_spec \
13112whole_archive_flag_spec \
13113compiler_needs_object \
13114with_gnu_ld \
13115allow_undefined_flag \
13116no_undefined_flag \
13117hardcode_libdir_flag_spec \
13118hardcode_libdir_flag_spec_ld \
13119hardcode_libdir_separator \
13120fix_srcfile_path \
13121exclude_expsyms \
13122include_expsyms \
13123file_list_spec \
13124variables_saved_for_relink \
13125libname_spec \
13126library_names_spec \
13127soname_spec \
13128install_override_mode \
13129finish_eval \
13130old_striplib \
13131striplib; do
13132 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13133 *[\\\\\\\`\\"\\\$]*)
13134 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13135 ;;
13136 *)
13137 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13138 ;;
13139 esac
13140done
13141
13142# Double-quote double-evaled strings.
13143for var in reload_cmds \
13144old_postinstall_cmds \
13145old_postuninstall_cmds \
13146old_archive_cmds \
13147extract_expsyms_cmds \
13148old_archive_from_new_cmds \
13149old_archive_from_expsyms_cmds \
13150archive_cmds \
13151archive_expsym_cmds \
13152module_cmds \
13153module_expsym_cmds \
13154export_symbols_cmds \
13155prelink_cmds \
13156postinstall_cmds \
13157postuninstall_cmds \
13158finish_cmds \
13159sys_lib_search_path_spec \
13160sys_lib_dlsearch_path_spec; do
13161 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13162 *[\\\\\\\`\\"\\\$]*)
13163 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13164 ;;
13165 *)
13166 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13167 ;;
13168 esac
13169done
13170
13171ac_aux_dir='$ac_aux_dir'
13172xsi_shell='$xsi_shell'
13173lt_shell_append='$lt_shell_append'
13174
13175# See if we are running on zsh, and set the options which allow our
13176# commands through without removal of \ escapes INIT.
13177if test -n "\${ZSH_VERSION+set}" ; then
13178 setopt NO_GLOB_SUBST
13179fi
13180
13181
13182 PACKAGE='$PACKAGE'
13183 VERSION='$VERSION'
13184 TIMESTAMP='$TIMESTAMP'
13185 RM='$RM'
13186 ofile='$ofile'
13187
13188
13189
13190
81ecdfbb 13191_ACEOF
fdd6fa61 13192
81ecdfbb 13193cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
fdd6fa61 13194
81ecdfbb 13195# Handling of arguments.
fdd6fa61
AG
13196for ac_config_target in $ac_config_targets
13197do
81ecdfbb
RW
13198 case $ac_config_target in
13199 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13200 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13201 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13202 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13203 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13204 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13205 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13206 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13207
d0ac1c44 13208 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
fdd6fa61
AG
13209 esac
13210done
13211
81ecdfbb 13212
fdd6fa61
AG
13213# If the user did not use the arguments to specify the items to instantiate,
13214# then the envvar interface is used. Set only those that are not.
13215# We use the long form for the default assignment because of an extremely
13216# bizarre bug on SunOS 4.1.3.
13217if $ac_need_defaults; then
13218 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13219 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
fdd6fa61
AG
13220 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13221fi
13222
13223# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13224# simply because there is no reason against having it here, and in addition,
fdd6fa61 13225# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13226# Hook for its removal unless debugging.
13227# Note that there is a small window in which the directory will not be cleaned:
13228# after its creation but before its name has been assigned to `$tmp'.
fdd6fa61
AG
13229$debug ||
13230{
d0ac1c44 13231 tmp= ac_tmp=
81ecdfbb 13232 trap 'exit_status=$?
d0ac1c44
SM
13233 : "${ac_tmp:=$tmp}"
13234 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
13235' 0
13236 trap 'as_fn_exit 1' 1 2 13 15
fdd6fa61 13237}
fdd6fa61
AG
13238# Create a (secure) tmp directory for tmp files.
13239
13240{
81ecdfbb 13241 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13242 test -d "$tmp"
fdd6fa61
AG
13243} ||
13244{
81ecdfbb
RW
13245 tmp=./conf$$-$RANDOM
13246 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13247} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13248ac_tmp=$tmp
fdd6fa61 13249
81ecdfbb
RW
13250# Set up the scripts for CONFIG_FILES section.
13251# No need to generate them if there are no CONFIG_FILES.
13252# This happens for instance with `./config.status config.h'.
13253if test -n "$CONFIG_FILES"; then
fdd6fa61 13254
fdd6fa61 13255
81ecdfbb
RW
13256ac_cr=`echo X | tr X '\015'`
13257# On cygwin, bash can eat \r inside `` if the user requested igncr.
13258# But we know of no other shell where ac_cr would be empty at this
13259# point, so we can use a bashism as a fallback.
13260if test "x$ac_cr" = x; then
13261 eval ac_cr=\$\'\\r\'
13262fi
13263ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13264if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13265 ac_cs_awk_cr='\\r'
81ecdfbb
RW
13266else
13267 ac_cs_awk_cr=$ac_cr
13268fi
fdd6fa61 13269
d0ac1c44 13270echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
fdd6fa61
AG
13271_ACEOF
13272
81ecdfbb
RW
13273
13274{
13275 echo "cat >conf$$subs.awk <<_ACEOF" &&
13276 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13277 echo "_ACEOF"
13278} >conf$$subs.sh ||
d0ac1c44
SM
13279 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13280ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
13281ac_delim='%!_!# '
13282for ac_last_try in false false false false false :; do
13283 . ./conf$$subs.sh ||
d0ac1c44 13284 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13285
13286 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13287 if test $ac_delim_n = $ac_delim_num; then
13288 break
13289 elif $ac_last_try; then
d0ac1c44 13290 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13291 else
13292 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fdd6fa61 13293 fi
81ecdfbb
RW
13294done
13295rm -f conf$$subs.sh
fdd6fa61 13296
81ecdfbb 13297cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13298cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
fdd6fa61 13299_ACEOF
81ecdfbb
RW
13300sed -n '
13301h
13302s/^/S["/; s/!.*/"]=/
13303p
13304g
13305s/^[^!]*!//
13306:repl
13307t repl
13308s/'"$ac_delim"'$//
13309t delim
13310:nl
13311h
d0ac1c44 13312s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13313t more1
13314s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13315p
13316n
13317b repl
13318:more1
13319s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13320p
13321g
13322s/.\{148\}//
13323t nl
13324:delim
13325h
d0ac1c44 13326s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13327t more2
13328s/["\\]/\\&/g; s/^/"/; s/$/"/
13329p
13330b
13331:more2
13332s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13333p
13334g
13335s/.\{148\}//
13336t delim
13337' <conf$$subs.awk | sed '
13338/^[^""]/{
13339 N
13340 s/\n//
13341}
13342' >>$CONFIG_STATUS || ac_write_fail=1
13343rm -f conf$$subs.awk
13344cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13345_ACAWK
d0ac1c44 13346cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
13347 for (key in S) S_is_set[key] = 1
13348 FS = "\a"
fdd6fa61 13349
81ecdfbb
RW
13350}
13351{
13352 line = $ 0
13353 nfields = split(line, field, "@")
13354 substed = 0
13355 len = length(field[1])
13356 for (i = 2; i < nfields; i++) {
13357 key = field[i]
13358 keylen = length(key)
13359 if (S_is_set[key]) {
13360 value = S[key]
13361 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13362 len += length(value) + length(field[++i])
13363 substed = 1
13364 } else
13365 len += 1 + keylen
13366 }
13367
13368 print line
13369}
fdd6fa61 13370
81ecdfbb
RW
13371_ACAWK
13372_ACEOF
13373cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13374if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13375 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
fdd6fa61 13376else
81ecdfbb 13377 cat
d0ac1c44
SM
13378fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13379 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 13380_ACEOF
fdd6fa61 13381
d0ac1c44
SM
13382# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13383# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
13384# trailing colons and then remove the whole line if VPATH becomes empty
13385# (actually we leave an empty line to preserve line numbers).
13386if test "x$srcdir" = x.; then
d0ac1c44
SM
13387 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13388h
13389s///
13390s/^/:/
13391s/[ ]*$/:/
13392s/:\$(srcdir):/:/g
13393s/:\${srcdir}:/:/g
13394s/:@srcdir@:/:/g
13395s/^:*//
81ecdfbb 13396s/:*$//
d0ac1c44
SM
13397x
13398s/\(=[ ]*\).*/\1/
13399G
13400s/\n//
81ecdfbb
RW
13401s/^[^=]*=[ ]*$//
13402}'
13403fi
fdd6fa61 13404
81ecdfbb
RW
13405cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13406fi # test -n "$CONFIG_FILES"
fdd6fa61 13407
81ecdfbb
RW
13408# Set up the scripts for CONFIG_HEADERS section.
13409# No need to generate them if there are no CONFIG_HEADERS.
13410# This happens for instance with `./config.status Makefile'.
13411if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13412cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
13413BEGIN {
13414_ACEOF
fdd6fa61 13415
81ecdfbb
RW
13416# Transform confdefs.h into an awk script `defines.awk', embedded as
13417# here-document in config.status, that substitutes the proper values into
13418# config.h.in to produce config.h.
fdd6fa61 13419
81ecdfbb
RW
13420# Create a delimiter string that does not exist in confdefs.h, to ease
13421# handling of long lines.
13422ac_delim='%!_!# '
13423for ac_last_try in false false :; do
d0ac1c44
SM
13424 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13425 if test -z "$ac_tt"; then
81ecdfbb
RW
13426 break
13427 elif $ac_last_try; then
d0ac1c44 13428 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
fdd6fa61 13429 else
81ecdfbb 13430 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
fdd6fa61 13431 fi
fdd6fa61 13432done
81ecdfbb
RW
13433
13434# For the awk script, D is an array of macro values keyed by name,
13435# likewise P contains macro parameters if any. Preserve backslash
13436# newline sequences.
13437
13438ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13439sed -n '
13440s/.\{148\}/&'"$ac_delim"'/g
13441t rset
13442:rset
13443s/^[ ]*#[ ]*define[ ][ ]*/ /
13444t def
13445d
13446:def
13447s/\\$//
13448t bsnl
13449s/["\\]/\\&/g
13450s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13451D["\1"]=" \3"/p
13452s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13453d
13454:bsnl
13455s/["\\]/\\&/g
13456s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13457D["\1"]=" \3\\\\\\n"\\/p
13458t cont
13459s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13460t cont
13461d
13462:cont
13463n
13464s/.\{148\}/&'"$ac_delim"'/g
13465t clear
13466:clear
13467s/\\$//
13468t bsnlc
13469s/["\\]/\\&/g; s/^/"/; s/$/"/p
13470d
13471:bsnlc
13472s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13473b cont
13474' <confdefs.h | sed '
13475s/'"$ac_delim"'/"\\\
13476"/g' >>$CONFIG_STATUS || ac_write_fail=1
13477
13478cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13479 for (key in D) D_is_set[key] = 1
13480 FS = "\a"
13481}
13482/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13483 line = \$ 0
13484 split(line, arg, " ")
13485 if (arg[1] == "#") {
13486 defundef = arg[2]
13487 mac1 = arg[3]
13488 } else {
13489 defundef = substr(arg[1], 2)
13490 mac1 = arg[2]
13491 }
13492 split(mac1, mac2, "(") #)
13493 macro = mac2[1]
13494 prefix = substr(line, 1, index(line, defundef) - 1)
13495 if (D_is_set[macro]) {
13496 # Preserve the white space surrounding the "#".
13497 print prefix "define", macro P[macro] D[macro]
13498 next
13499 } else {
13500 # Replace #undef with comments. This is necessary, for example,
13501 # in the case of _POSIX_SOURCE, which is predefined and required
13502 # on some systems where configure will not decide to define it.
13503 if (defundef == "undef") {
13504 print "/*", prefix defundef, macro, "*/"
13505 next
13506 }
13507 }
13508}
13509{ print }
13510_ACAWK
fdd6fa61 13511_ACEOF
81ecdfbb 13512cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13513 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13514fi # test -n "$CONFIG_HEADERS"
fdd6fa61 13515
fdd6fa61 13516
99d8e879 13517eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13518shift
13519for ac_tag
13520do
13521 case $ac_tag in
13522 :[FHLC]) ac_mode=$ac_tag; continue;;
13523 esac
13524 case $ac_mode$ac_tag in
13525 :[FHL]*:*);;
d0ac1c44 13526 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13527 :[FH]-) ac_tag=-:-;;
13528 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
fdd6fa61 13529 esac
81ecdfbb
RW
13530 ac_save_IFS=$IFS
13531 IFS=:
13532 set x $ac_tag
13533 IFS=$ac_save_IFS
13534 shift
13535 ac_file=$1
13536 shift
fdd6fa61 13537
81ecdfbb
RW
13538 case $ac_mode in
13539 :L) ac_source=$1;;
13540 :[FH])
13541 ac_file_inputs=
13542 for ac_f
13543 do
13544 case $ac_f in
d0ac1c44 13545 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13546 *) # Look for the file first in the build tree, then in the source tree
13547 # (if the path is not absolute). The absolute path cannot be DOS-style,
13548 # because $ac_f cannot contain `:'.
13549 test -f "$ac_f" ||
13550 case $ac_f in
13551 [\\/$]*) false;;
13552 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13553 esac ||
d0ac1c44 13554 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
fdd6fa61 13555 esac
81ecdfbb
RW
13556 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13557 as_fn_append ac_file_inputs " '$ac_f'"
13558 done
fdd6fa61 13559
81ecdfbb
RW
13560 # Let's still pretend it is `configure' which instantiates (i.e., don't
13561 # use $as_me), people would be surprised to read:
13562 # /* config.h. Generated by config.status. */
13563 configure_input='Generated from '`
13564 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13565 `' by configure.'
13566 if test x"$ac_file" != x-; then
13567 configure_input="$ac_file. $configure_input"
13568 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13569$as_echo "$as_me: creating $ac_file" >&6;}
13570 fi
13571 # Neutralize special characters interpreted by sed in replacement strings.
13572 case $configure_input in #(
13573 *\&* | *\|* | *\\* )
13574 ac_sed_conf_input=`$as_echo "$configure_input" |
13575 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13576 *) ac_sed_conf_input=$configure_input;;
13577 esac
fdd6fa61 13578
81ecdfbb 13579 case $ac_tag in
d0ac1c44
SM
13580 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13581 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13582 esac
13583 ;;
13584 esac
fdd6fa61 13585
81ecdfbb 13586 ac_dir=`$as_dirname -- "$ac_file" ||
fdd6fa61
AG
13587$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13588 X"$ac_file" : 'X\(//\)[^/]' \| \
13589 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13590 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13591$as_echo X"$ac_file" |
13592 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13593 s//\1/
13594 q
13595 }
13596 /^X\(\/\/\)[^/].*/{
13597 s//\1/
13598 q
13599 }
13600 /^X\(\/\/\)$/{
13601 s//\1/
13602 q
13603 }
13604 /^X\(\/\).*/{
13605 s//\1/
13606 q
13607 }
13608 s/.*/./; q'`
13609 as_dir="$ac_dir"; as_fn_mkdir_p
fdd6fa61
AG
13610 ac_builddir=.
13611
81ecdfbb
RW
13612case "$ac_dir" in
13613.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13614*)
13615 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13616 # A ".." for each directory in $ac_dir_suffix.
13617 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13618 case $ac_top_builddir_sub in
13619 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13620 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13621 esac ;;
13622esac
13623ac_abs_top_builddir=$ac_pwd
13624ac_abs_builddir=$ac_pwd$ac_dir_suffix
13625# for backward compatibility:
13626ac_top_builddir=$ac_top_build_prefix
fdd6fa61
AG
13627
13628case $srcdir in
81ecdfbb 13629 .) # We are building in place.
fdd6fa61 13630 ac_srcdir=.
81ecdfbb
RW
13631 ac_top_srcdir=$ac_top_builddir_sub
13632 ac_abs_top_srcdir=$ac_pwd ;;
13633 [\\/]* | ?:[\\/]* ) # Absolute name.
fdd6fa61 13634 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13635 ac_top_srcdir=$srcdir
13636 ac_abs_top_srcdir=$srcdir ;;
13637 *) # Relative name.
13638 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13639 ac_top_srcdir=$ac_top_build_prefix$srcdir
13640 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
fdd6fa61 13641esac
81ecdfbb 13642ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
fdd6fa61 13643
fdd6fa61 13644
81ecdfbb
RW
13645 case $ac_mode in
13646 :F)
13647 #
13648 # CONFIG_FILE
13649 #
fdd6fa61 13650
81ecdfbb
RW
13651 case $INSTALL in
13652 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13653 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
fdd6fa61 13654 esac
81ecdfbb 13655_ACEOF
fdd6fa61 13656
81ecdfbb
RW
13657cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13658# If the template does not know about datarootdir, expand it.
13659# FIXME: This hack should be removed a few years after 2.60.
13660ac_datarootdir_hack=; ac_datarootdir_seen=
13661ac_sed_dataroot='
13662/datarootdir/ {
13663 p
13664 q
13665}
13666/@datadir@/p
13667/@docdir@/p
13668/@infodir@/p
13669/@localedir@/p
13670/@mandir@/p'
13671case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13672*datarootdir*) ac_datarootdir_seen=yes;;
13673*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13675$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13676_ACEOF
13677cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13678 ac_datarootdir_hack='
13679 s&@datadir@&$datadir&g
13680 s&@docdir@&$docdir&g
13681 s&@infodir@&$infodir&g
13682 s&@localedir@&$localedir&g
13683 s&@mandir@&$mandir&g
13684 s&\\\${datarootdir}&$datarootdir&g' ;;
13685esac
fdd6fa61 13686_ACEOF
fdd6fa61 13687
81ecdfbb
RW
13688# Neutralize VPATH when `$srcdir' = `.'.
13689# Shell code in configure.ac might set extrasub.
13690# FIXME: do we really want to maintain this feature?
13691cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13692ac_sed_extra="$ac_vpsub
13693$extrasub
13694_ACEOF
13695cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13696:t
13697/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13698s|@configure_input@|$ac_sed_conf_input|;t t
13699s&@top_builddir@&$ac_top_builddir_sub&;t t
13700s&@top_build_prefix@&$ac_top_build_prefix&;t t
13701s&@srcdir@&$ac_srcdir&;t t
13702s&@abs_srcdir@&$ac_abs_srcdir&;t t
13703s&@top_srcdir@&$ac_top_srcdir&;t t
13704s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13705s&@builddir@&$ac_builddir&;t t
13706s&@abs_builddir@&$ac_abs_builddir&;t t
13707s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13708s&@INSTALL@&$ac_INSTALL&;t t
13709$ac_datarootdir_hack
13710"
d0ac1c44
SM
13711eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13712 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13713
13714test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13715 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13716 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13717 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13718 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13719which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13720$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13721which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13722
d0ac1c44 13723 rm -f "$ac_tmp/stdin"
81ecdfbb 13724 case $ac_file in
d0ac1c44
SM
13725 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13726 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13727 esac \
d0ac1c44 13728 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13729 ;;
13730 :H)
13731 #
13732 # CONFIG_HEADER
13733 #
13734 if test x"$ac_file" != x-; then
13735 {
13736 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13737 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13738 } >"$ac_tmp/config.h" \
13739 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13740 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13741 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13742$as_echo "$as_me: $ac_file is unchanged" >&6;}
13743 else
13744 rm -f "$ac_file"
d0ac1c44
SM
13745 mv "$ac_tmp/config.h" "$ac_file" \
13746 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13747 fi
fdd6fa61 13748 else
81ecdfbb 13749 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13750 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13751 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13752 fi
13753 ;;
fdd6fa61 13754
81ecdfbb
RW
13755 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13756$as_echo "$as_me: executing $ac_file commands" >&6;}
13757 ;;
13758 esac
fdd6fa61
AG
13759
13760
81ecdfbb 13761 case $ac_file$ac_mode in
db2e4d67 13762 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13763 "libtool":C)
13764
13765 # See if we are running on zsh, and set the options which allow our
13766 # commands through without removal of \ escapes.
13767 if test -n "${ZSH_VERSION+set}" ; then
13768 setopt NO_GLOB_SUBST
13769 fi
13770
13771 cfgfile="${ofile}T"
13772 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13773 $RM "$cfgfile"
13774
13775 cat <<_LT_EOF >> "$cfgfile"
13776#! $SHELL
13777
13778# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13779# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13780# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13781# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13782#
13783# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13784# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13785# Written by Gordon Matzigkeit, 1996
13786#
13787# This file is part of GNU Libtool.
13788#
13789# GNU Libtool is free software; you can redistribute it and/or
13790# modify it under the terms of the GNU General Public License as
13791# published by the Free Software Foundation; either version 2 of
13792# the License, or (at your option) any later version.
13793#
13794# As a special exception to the GNU General Public License,
13795# if you distribute this file as part of a program or library that
13796# is built using GNU Libtool, you may include this file under the
13797# same distribution terms that you use for the rest of that program.
13798#
13799# GNU Libtool is distributed in the hope that it will be useful,
13800# but WITHOUT ANY WARRANTY; without even the implied warranty of
13801# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13802# GNU General Public License for more details.
13803#
13804# You should have received a copy of the GNU General Public License
13805# along with GNU Libtool; see the file COPYING. If not, a copy
13806# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13807# obtained by writing to the Free Software Foundation, Inc.,
13808# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13809
13810
13811# The names of the tagged configurations supported by this script.
13812available_tags=""
13813
13814# ### BEGIN LIBTOOL CONFIG
13815
13816# Which release of libtool.m4 was used?
13817macro_version=$macro_version
13818macro_revision=$macro_revision
13819
13820# Whether or not to build shared libraries.
13821build_libtool_libs=$enable_shared
13822
13823# Whether or not to build static libraries.
13824build_old_libs=$enable_static
13825
13826# What type of objects to build.
13827pic_mode=$pic_mode
13828
13829# Whether or not to optimize for fast installation.
13830fast_install=$enable_fast_install
13831
13832# Shell to use when invoking shell scripts.
13833SHELL=$lt_SHELL
13834
13835# An echo program that protects backslashes.
13836ECHO=$lt_ECHO
13837
13838# The host system.
13839host_alias=$host_alias
13840host=$host
13841host_os=$host_os
13842
13843# The build system.
13844build_alias=$build_alias
13845build=$build
13846build_os=$build_os
13847
13848# A sed program that does not truncate output.
13849SED=$lt_SED
13850
13851# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13852Xsed="\$SED -e 1s/^X//"
13853
13854# A grep program that handles long lines.
13855GREP=$lt_GREP
13856
13857# An ERE matcher.
13858EGREP=$lt_EGREP
13859
13860# A literal string matcher.
13861FGREP=$lt_FGREP
13862
13863# A BSD- or MS-compatible name lister.
13864NM=$lt_NM
13865
13866# Whether we need soft or hard links.
13867LN_S=$lt_LN_S
13868
13869# What is the maximum length of a command?
13870max_cmd_len=$max_cmd_len
13871
13872# Object file suffix (normally "o").
13873objext=$ac_objext
13874
13875# Executable file suffix (normally "").
13876exeext=$exeext
13877
13878# whether the shell understands "unset".
13879lt_unset=$lt_unset
13880
13881# turn spaces into newlines.
13882SP2NL=$lt_lt_SP2NL
13883
13884# turn newlines into spaces.
13885NL2SP=$lt_lt_NL2SP
13886
13887# An object symbol dumper.
13888OBJDUMP=$lt_OBJDUMP
13889
13890# Method to check whether dependent libraries are shared objects.
13891deplibs_check_method=$lt_deplibs_check_method
13892
13893# Command to use when deplibs_check_method == "file_magic".
13894file_magic_cmd=$lt_file_magic_cmd
13895
13896# The archiver.
13897AR=$lt_AR
13898AR_FLAGS=$lt_AR_FLAGS
13899
13900# A symbol stripping program.
13901STRIP=$lt_STRIP
13902
13903# Commands used to install an old-style archive.
13904RANLIB=$lt_RANLIB
13905old_postinstall_cmds=$lt_old_postinstall_cmds
13906old_postuninstall_cmds=$lt_old_postuninstall_cmds
13907
13908# Whether to use a lock for old archive extraction.
13909lock_old_archive_extraction=$lock_old_archive_extraction
13910
13911# A C compiler.
13912LTCC=$lt_CC
13913
13914# LTCC compiler flags.
13915LTCFLAGS=$lt_CFLAGS
13916
13917# Take the output of nm and produce a listing of raw symbols and C names.
13918global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13919
13920# Transform the output of nm in a proper C declaration.
13921global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13922
13923# Transform the output of nm in a C name address pair.
13924global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13925
13926# Transform the output of nm in a C name address pair when lib prefix is needed.
13927global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13928
13929# The name of the directory that contains temporary libtool files.
13930objdir=$objdir
13931
13932# Used to examine libraries when file_magic_cmd begins with "file".
13933MAGIC_CMD=$MAGIC_CMD
13934
13935# Must we lock files when doing compilation?
13936need_locks=$lt_need_locks
13937
13938# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13939DSYMUTIL=$lt_DSYMUTIL
13940
13941# Tool to change global to local symbols on Mac OS X.
13942NMEDIT=$lt_NMEDIT
13943
13944# Tool to manipulate fat objects and archives on Mac OS X.
13945LIPO=$lt_LIPO
13946
13947# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13948OTOOL=$lt_OTOOL
13949
13950# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13951OTOOL64=$lt_OTOOL64
13952
13953# Old archive suffix (normally "a").
13954libext=$libext
13955
13956# Shared library suffix (normally ".so").
13957shrext_cmds=$lt_shrext_cmds
13958
13959# The commands to extract the exported symbol list from a shared archive.
13960extract_expsyms_cmds=$lt_extract_expsyms_cmds
13961
13962# Variables whose values should be saved in libtool wrapper scripts and
13963# restored at link time.
13964variables_saved_for_relink=$lt_variables_saved_for_relink
13965
13966# Do we need the "lib" prefix for modules?
13967need_lib_prefix=$need_lib_prefix
13968
13969# Do we need a version for libraries?
13970need_version=$need_version
13971
13972# Library versioning type.
13973version_type=$version_type
13974
13975# Shared library runtime path variable.
13976runpath_var=$runpath_var
13977
13978# Shared library path variable.
13979shlibpath_var=$shlibpath_var
13980
13981# Is shlibpath searched before the hard-coded library search path?
13982shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13983
13984# Format of library name prefix.
13985libname_spec=$lt_libname_spec
13986
13987# List of archive names. First name is the real one, the rest are links.
13988# The last name is the one that the linker finds with -lNAME
13989library_names_spec=$lt_library_names_spec
13990
13991# The coded name of the library, if different from the real name.
13992soname_spec=$lt_soname_spec
13993
13994# Permission mode override for installation of shared libraries.
13995install_override_mode=$lt_install_override_mode
13996
13997# Command to use after installation of a shared archive.
13998postinstall_cmds=$lt_postinstall_cmds
13999
14000# Command to use after uninstallation of a shared archive.
14001postuninstall_cmds=$lt_postuninstall_cmds
14002
14003# Commands used to finish a libtool library installation in a directory.
14004finish_cmds=$lt_finish_cmds
14005
14006# As "finish_cmds", except a single script fragment to be evaled but
14007# not shown.
14008finish_eval=$lt_finish_eval
14009
14010# Whether we should hardcode library paths into libraries.
14011hardcode_into_libs=$hardcode_into_libs
14012
14013# Compile-time system search path for libraries.
14014sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14015
14016# Run-time system search path for libraries.
14017sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14018
14019# Whether dlopen is supported.
14020dlopen_support=$enable_dlopen
14021
14022# Whether dlopen of programs is supported.
14023dlopen_self=$enable_dlopen_self
14024
14025# Whether dlopen of statically linked programs is supported.
14026dlopen_self_static=$enable_dlopen_self_static
14027
14028# Commands to strip libraries.
14029old_striplib=$lt_old_striplib
14030striplib=$lt_striplib
14031
14032
14033# The linker used to build libraries.
14034LD=$lt_LD
14035
14036# How to create reloadable object files.
14037reload_flag=$lt_reload_flag
14038reload_cmds=$lt_reload_cmds
14039
14040# Commands used to build an old-style archive.
14041old_archive_cmds=$lt_old_archive_cmds
14042
14043# A language specific compiler.
14044CC=$lt_compiler
14045
14046# Is the compiler the GNU compiler?
14047with_gcc=$GCC
14048
14049# Compiler flag to turn off builtin functions.
14050no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14051
14052# How to pass a linker flag through the compiler.
14053wl=$lt_lt_prog_compiler_wl
14054
14055# Additional compiler flags for building library objects.
14056pic_flag=$lt_lt_prog_compiler_pic
14057
14058# Compiler flag to prevent dynamic linking.
14059link_static_flag=$lt_lt_prog_compiler_static
14060
14061# Does compiler simultaneously support -c and -o options?
14062compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14063
14064# Whether or not to add -lc for building shared libraries.
14065build_libtool_need_lc=$archive_cmds_need_lc
14066
14067# Whether or not to disallow shared libs when runtime libs are static.
14068allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14069
14070# Compiler flag to allow reflexive dlopens.
14071export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14072
14073# Compiler flag to generate shared objects directly from archives.
14074whole_archive_flag_spec=$lt_whole_archive_flag_spec
14075
14076# Whether the compiler copes with passing no objects directly.
14077compiler_needs_object=$lt_compiler_needs_object
14078
14079# Create an old-style archive from a shared archive.
14080old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14081
14082# Create a temporary old-style archive to link instead of a shared archive.
14083old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14084
14085# Commands used to build a shared archive.
14086archive_cmds=$lt_archive_cmds
14087archive_expsym_cmds=$lt_archive_expsym_cmds
14088
14089# Commands used to build a loadable module if different from building
14090# a shared archive.
14091module_cmds=$lt_module_cmds
14092module_expsym_cmds=$lt_module_expsym_cmds
14093
14094# Whether we are building with GNU ld or not.
14095with_gnu_ld=$lt_with_gnu_ld
14096
14097# Flag that allows shared libraries with undefined symbols to be built.
14098allow_undefined_flag=$lt_allow_undefined_flag
14099
14100# Flag that enforces no undefined symbols.
14101no_undefined_flag=$lt_no_undefined_flag
14102
14103# Flag to hardcode \$libdir into a binary during linking.
14104# This must work even if \$libdir does not exist
14105hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14106
14107# If ld is used when linking, flag to hardcode \$libdir into a binary
14108# during linking. This must work even if \$libdir does not exist.
14109hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14110
14111# Whether we need a single "-rpath" flag with a separated argument.
14112hardcode_libdir_separator=$lt_hardcode_libdir_separator
14113
14114# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14115# DIR into the resulting binary.
14116hardcode_direct=$hardcode_direct
14117
14118# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14119# DIR into the resulting binary and the resulting library dependency is
14120# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14121# library is relocated.
14122hardcode_direct_absolute=$hardcode_direct_absolute
14123
14124# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14125# into the resulting binary.
14126hardcode_minus_L=$hardcode_minus_L
14127
14128# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14129# into the resulting binary.
14130hardcode_shlibpath_var=$hardcode_shlibpath_var
14131
14132# Set to "yes" if building a shared library automatically hardcodes DIR
14133# into the library and all subsequent libraries and executables linked
14134# against it.
14135hardcode_automatic=$hardcode_automatic
14136
14137# Set to yes if linker adds runtime paths of dependent libraries
14138# to runtime path list.
14139inherit_rpath=$inherit_rpath
14140
14141# Whether libtool must link a program against all its dependency libraries.
14142link_all_deplibs=$link_all_deplibs
14143
14144# Fix the shell variable \$srcfile for the compiler.
14145fix_srcfile_path=$lt_fix_srcfile_path
14146
14147# Set to "yes" if exported symbols are required.
14148always_export_symbols=$always_export_symbols
14149
14150# The commands to list exported symbols.
14151export_symbols_cmds=$lt_export_symbols_cmds
14152
14153# Symbols that should not be listed in the preloaded symbols.
14154exclude_expsyms=$lt_exclude_expsyms
14155
14156# Symbols that must always be exported.
14157include_expsyms=$lt_include_expsyms
14158
14159# Commands necessary for linking programs (against libraries) with templates.
14160prelink_cmds=$lt_prelink_cmds
14161
14162# Specify filename containing input files.
14163file_list_spec=$lt_file_list_spec
14164
14165# How to hardcode a shared library path into an executable.
14166hardcode_action=$hardcode_action
14167
14168# ### END LIBTOOL CONFIG
14169
14170_LT_EOF
14171
14172 case $host_os in
14173 aix3*)
14174 cat <<\_LT_EOF >> "$cfgfile"
14175# AIX sometimes has problems with the GCC collect2 program. For some
14176# reason, if we set the COLLECT_NAMES environment variable, the problems
14177# vanish in a puff of smoke.
14178if test "X${COLLECT_NAMES+set}" != Xset; then
14179 COLLECT_NAMES=
14180 export COLLECT_NAMES
14181fi
14182_LT_EOF
14183 ;;
14184 esac
14185
14186
14187ltmain="$ac_aux_dir/ltmain.sh"
14188
14189
14190 # We use sed instead of cat because bash on DJGPP gets confused if
14191 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14192 # text mode, it properly converts lines to CR/LF. This bash problem
14193 # is reportedly fixed, but why not run on old versions too?
14194 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14195 || (rm -f "$cfgfile"; exit 1)
14196
14197 case $xsi_shell in
14198 yes)
14199 cat << \_LT_EOF >> "$cfgfile"
14200
14201# func_dirname file append nondir_replacement
14202# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14203# otherwise set result to NONDIR_REPLACEMENT.
14204func_dirname ()
14205{
14206 case ${1} in
14207 */*) func_dirname_result="${1%/*}${2}" ;;
14208 * ) func_dirname_result="${3}" ;;
14209 esac
14210}
14211
14212# func_basename file
14213func_basename ()
14214{
14215 func_basename_result="${1##*/}"
14216}
14217
14218# func_dirname_and_basename file append nondir_replacement
14219# perform func_basename and func_dirname in a single function
14220# call:
14221# dirname: Compute the dirname of FILE. If nonempty,
14222# add APPEND to the result, otherwise set result
14223# to NONDIR_REPLACEMENT.
14224# value returned in "$func_dirname_result"
14225# basename: Compute filename of FILE.
14226# value retuned in "$func_basename_result"
14227# Implementation must be kept synchronized with func_dirname
14228# and func_basename. For efficiency, we do not delegate to
14229# those functions but instead duplicate the functionality here.
14230func_dirname_and_basename ()
14231{
14232 case ${1} in
14233 */*) func_dirname_result="${1%/*}${2}" ;;
14234 * ) func_dirname_result="${3}" ;;
14235 esac
14236 func_basename_result="${1##*/}"
14237}
14238
14239# func_stripname prefix suffix name
14240# strip PREFIX and SUFFIX off of NAME.
14241# PREFIX and SUFFIX must not contain globbing or regex special
14242# characters, hashes, percent signs, but SUFFIX may contain a leading
14243# dot (in which case that matches only a dot).
14244func_stripname ()
14245{
14246 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14247 # positional parameters, so assign one to ordinary parameter first.
14248 func_stripname_result=${3}
14249 func_stripname_result=${func_stripname_result#"${1}"}
14250 func_stripname_result=${func_stripname_result%"${2}"}
14251}
14252
14253# func_opt_split
14254func_opt_split ()
14255{
14256 func_opt_split_opt=${1%%=*}
14257 func_opt_split_arg=${1#*=}
14258}
14259
14260# func_lo2o object
14261func_lo2o ()
14262{
14263 case ${1} in
14264 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14265 *) func_lo2o_result=${1} ;;
14266 esac
14267}
14268
14269# func_xform libobj-or-source
14270func_xform ()
14271{
14272 func_xform_result=${1%.*}.lo
14273}
14274
14275# func_arith arithmetic-term...
14276func_arith ()
14277{
14278 func_arith_result=$(( $* ))
14279}
14280
14281# func_len string
14282# STRING may not start with a hyphen.
14283func_len ()
14284{
14285 func_len_result=${#1}
14286}
14287
14288_LT_EOF
14289 ;;
14290 *) # Bourne compatible functions.
14291 cat << \_LT_EOF >> "$cfgfile"
14292
14293# func_dirname file append nondir_replacement
14294# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14295# otherwise set result to NONDIR_REPLACEMENT.
14296func_dirname ()
14297{
14298 # Extract subdirectory from the argument.
14299 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14300 if test "X$func_dirname_result" = "X${1}"; then
14301 func_dirname_result="${3}"
14302 else
14303 func_dirname_result="$func_dirname_result${2}"
14304 fi
14305}
14306
14307# func_basename file
14308func_basename ()
14309{
14310 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14311}
14312
14313
14314# func_stripname prefix suffix name
14315# strip PREFIX and SUFFIX off of NAME.
14316# PREFIX and SUFFIX must not contain globbing or regex special
14317# characters, hashes, percent signs, but SUFFIX may contain a leading
14318# dot (in which case that matches only a dot).
14319# func_strip_suffix prefix name
14320func_stripname ()
14321{
14322 case ${2} in
14323 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14324 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14325 esac
14326}
14327
14328# sed scripts:
14329my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14330my_sed_long_arg='1s/^-[^=]*=//'
14331
14332# func_opt_split
14333func_opt_split ()
14334{
14335 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14336 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14337}
14338
14339# func_lo2o object
14340func_lo2o ()
14341{
14342 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14343}
14344
14345# func_xform libobj-or-source
14346func_xform ()
14347{
14348 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14349}
14350
14351# func_arith arithmetic-term...
14352func_arith ()
14353{
14354 func_arith_result=`expr "$@"`
14355}
14356
14357# func_len string
14358# STRING may not start with a hyphen.
14359func_len ()
14360{
14361 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14362}
14363
14364_LT_EOF
14365esac
14366
14367case $lt_shell_append in
14368 yes)
14369 cat << \_LT_EOF >> "$cfgfile"
14370
14371# func_append var value
14372# Append VALUE to the end of shell variable VAR.
14373func_append ()
14374{
14375 eval "$1+=\$2"
14376}
14377_LT_EOF
14378 ;;
14379 *)
14380 cat << \_LT_EOF >> "$cfgfile"
14381
14382# func_append var value
14383# Append VALUE to the end of shell variable VAR.
14384func_append ()
14385{
14386 eval "$1=\$$1\$2"
14387}
14388
14389_LT_EOF
14390 ;;
14391 esac
14392
14393
14394 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14395 || (rm -f "$cfgfile"; exit 1)
14396
14397 mv -f "$cfgfile" "$ofile" ||
14398 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14399 chmod +x "$ofile"
14400
14401 ;;
81ecdfbb 14402 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
fdd6fa61
AG
14403 rm -f Makesim1.tmp Makesim2.tmp Makefile
14404 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14405 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14406 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
14407 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14408 <Makefile.sim >Makefile
14409 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
14410 ;;
81ecdfbb
RW
14411 "stamp-h":C) echo > stamp-h ;;
14412
fdd6fa61 14413 esac
81ecdfbb 14414done # for ac_tag
fdd6fa61 14415
fdd6fa61 14416
81ecdfbb 14417as_fn_exit 0
fdd6fa61 14418_ACEOF
fdd6fa61
AG
14419ac_clean_files=$ac_clean_files_save
14420
81ecdfbb 14421test $ac_write_fail = 0 ||
d0ac1c44 14422 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 14423
fdd6fa61
AG
14424
14425# configure is writing to config.log, and then calls config.status.
14426# config.status does its own redirection, appending to config.log.
14427# Unfortunately, on DOS this fails, as config.log is still kept open
14428# by configure, so config.status won't be able to write to it; its
14429# output is simply discarded. So we exec the FD to /dev/null,
14430# effectively closing config.log, so it can be properly (re)opened and
14431# appended to by config.status. When coming back to configure, we
14432# need to make the FD available again.
14433if test "$no_create" != yes; then
14434 ac_cs_success=:
14435 ac_config_status_args=
14436 test "$silent" = yes &&
14437 ac_config_status_args="$ac_config_status_args --quiet"
14438 exec 5>/dev/null
14439 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14440 exec 5>>config.log
14441 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14442 # would make configure fail if this is the last instruction.
d0ac1c44 14443 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
14444fi
14445if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14447$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
fdd6fa61
AG
14448fi
14449
14450