]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/lm32/configure
Shrink size of dwarf2_per_cu_data
[thirdparty/binutils-gdb.git] / sim / lm32 / configure
CommitLineData
c28c63d8
JB
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#
c28c63d8 8#
c28c63d8
JB
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## -------------------- ##
c28c63d8 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 :
c28c63d8
JB
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c28c63d8
JB
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
c28c63d8
JB
31fi
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 }
c28c63d8
JB
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
c28c63d8
JB
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
d6416cdc 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."
d6416cdc 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."
d6416cdc 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
c28c63d8 309
81ecdfbb
RW
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c28c63d8
JB
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
c28c63d8
JB
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
c28c63d8 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
c28c63d8
JB
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'`
c28c63d8 464
d6416cdc
RW
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
c28c63d8 471
c28c63d8 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 |
c28c63d8 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
c28c63d8 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
c28c63d8 490 t loop
81ecdfbb 491 s/-\n.*//
c28c63d8 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; }
c28c63d8 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
c28c63d8
JB
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"
c28c63d8
JB
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';;
c28c63d8 519esac
d6416cdc 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
c28c63d8 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
c28c63d8 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
d6416cdc 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'
c28c63d8
JB
541 fi
542else
d0ac1c44 543 as_ln_s='cp -pR'
c28c63d8 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c28c63d8
JB
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
c28c63d8
JB
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
c28c63d8
JB
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
c28c63d8 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c28c63d8
JB
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
c28c63d8
JB
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
c28c63d8 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
c28c63d8
JB
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
d6416cdc 586
c28c63d8
JB
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
c28c63d8
JB
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
c28c63d8
JB
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
c28c63d8
JB
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
c28c63d8
JB
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
c28c63d8
JB
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
c28c63d8
JB
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
c28c63d8
JB
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
c28c63d8
JB
623# include <inttypes.h>
624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
c28c63d8
JB
629# include <unistd.h>
630#endif"
631
2c2645d7 632ac_header_list=
37e9f182 633ac_func_list=
81ecdfbb
RW
634ac_subst_vars='LTLIBOBJS
635LIBOBJS
760b3e8b
MF
636sim_reserved_bits
637sim_float
638sim_bitsize
81ecdfbb
RW
639cgen_breaks
640cgen
641cgendir
642CGEN_MAINT
643REPORT_BUGS_TEXI
644REPORT_BUGS_TO
645PKGVERSION
81ecdfbb 646MAINT
31e6ad7d
MF
647MAINTAINER_MODE_FALSE
648MAINTAINER_MODE_TRUE
6bb11ab3
L
649lt_cv_dlopen_libs
650OTOOL64
651OTOOL
652LIPO
653NMEDIT
654DSYMUTIL
655AWK
656STRIP
657OBJDUMP
658LN_S
659NM
660ac_ct_DUMPBIN
661DUMPBIN
662LD
663FGREP
664SED
665LIBTOOL
666PLUGINS_FALSE
667PLUGINS_TRUE
aadc9410
MF
668zlibinc
669zlibdir
81ecdfbb
RW
670CATOBJEXT
671GENCAT
672INSTOBJEXT
673DATADIRNAME
674CATALOGS
675POSUB
676GMSGFMT
677XGETTEXT
678INCINTL
679LIBINTL_DEP
680LIBINTL
681USE_NLS
db2e4d67
MF
682GMAKE_FALSE
683GMAKE_TRUE
684MAKE
685CCDEPMODE
686DEPDIR
687am__leading_dot
5f3ef9d0 688PACKAGE
46f900c0 689C_DIALECT
81ecdfbb
RW
690RANLIB
691AR
c2783492 692LDFLAGS_FOR_BUILD
c25ea03d 693CFLAGS_FOR_BUILD
81ecdfbb
RW
694CC_FOR_BUILD
695INSTALL_DATA
696INSTALL_SCRIPT
697INSTALL_PROGRAM
2232061b
MF
698EGREP
699GREP
c2783492
MF
700CPP
701OBJEXT
702EXEEXT
703ac_ct_CC
704CPPFLAGS
705LDFLAGS
706CFLAGS
707CC
81ecdfbb
RW
708target_os
709target_vendor
710target_cpu
711target
712host_os
713host_vendor
714host_cpu
715host
716build_os
717build_vendor
718build_cpu
719build
81ecdfbb
RW
720target_alias
721host_alias
722build_alias
723LIBS
724ECHO_T
725ECHO_N
726ECHO_C
727DEFS
728mandir
729localedir
730libdir
731psdir
732pdfdir
733dvidir
734htmldir
735infodir
736docdir
737oldincludedir
738includedir
739localstatedir
740sharedstatedir
741sysconfdir
742datadir
743datarootdir
744libexecdir
745sbindir
746bindir
747program_transform_name
748prefix
749exec_prefix
750PACKAGE_URL
751PACKAGE_BUGREPORT
752PACKAGE_STRING
753PACKAGE_VERSION
754PACKAGE_TARNAME
755PACKAGE_NAME
756PATH_SEPARATOR
136da8cd
MF
757SHELL
758WERROR_CFLAGS
759WARN_CFLAGS
760b3e8b 760sim_scache
136da8cd
MF
761sim_inline
762sim_hw
763sim_hw_objs
764sim_hw_cflags
136da8cd 765sim_endian
760b3e8b 766sim_default_model
136da8cd 767sim_alignment'
c28c63d8 768ac_subst_files=''
81ecdfbb
RW
769ac_user_opts='
770enable_option_checking
aadc9410 771with_system_zlib
6bb11ab3
L
772enable_plugins
773enable_shared
774enable_static
775with_pic
776enable_fast_install
777with_gnu_ld
778enable_libtool_lock
81ecdfbb 779enable_maintainer_mode
81ecdfbb
RW
780enable_sim_debug
781enable_sim_stdio
782enable_sim_trace
783enable_sim_profile
35656e95 784enable_sim_assert
16f7876d 785enable_sim_environment
347fe5bb 786enable_sim_inline
81ecdfbb
RW
787with_pkgversion
788with_bugurl
789enable_sim_endian
790enable_sim_alignment
81ecdfbb
RW
791enable_sim_scache
792enable_sim_default_model
5c1008a4
MF
793enable_werror
794enable_build_warnings
795enable_sim_build_warnings
81ecdfbb
RW
796enable_cgen_maint
797enable_sim_hardware
798'
799 ac_precious_vars='build_alias
800host_alias
801target_alias
802CC
803CFLAGS
804LDFLAGS
805LIBS
806CPPFLAGS
807CPP'
808
c28c63d8
JB
809
810# Initialize some variables set by options.
811ac_init_help=
812ac_init_version=false
81ecdfbb
RW
813ac_unrecognized_opts=
814ac_unrecognized_sep=
c28c63d8
JB
815# The variables have the same names as the options, with
816# dashes changed to underlines.
817cache_file=/dev/null
818exec_prefix=NONE
819no_create=
820no_recursion=
821prefix=NONE
822program_prefix=NONE
823program_suffix=NONE
824program_transform_name=s,x,x,
825silent=
826site=
827srcdir=
828verbose=
829x_includes=NONE
830x_libraries=NONE
831
832# Installation directory options.
833# These are left unexpanded so users can "make install exec_prefix=/foo"
834# and all the variables that are supposed to be based on exec_prefix
835# by default will actually change.
836# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 837# (The list follows the same order as the GNU Coding Standards.)
c28c63d8
JB
838bindir='${exec_prefix}/bin'
839sbindir='${exec_prefix}/sbin'
840libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
841datarootdir='${prefix}/share'
842datadir='${datarootdir}'
c28c63d8
JB
843sysconfdir='${prefix}/etc'
844sharedstatedir='${prefix}/com'
845localstatedir='${prefix}/var'
846includedir='${prefix}/include'
847oldincludedir='/usr/include'
81ecdfbb
RW
848docdir='${datarootdir}/doc/${PACKAGE}'
849infodir='${datarootdir}/info'
850htmldir='${docdir}'
851dvidir='${docdir}'
852pdfdir='${docdir}'
853psdir='${docdir}'
854libdir='${exec_prefix}/lib'
855localedir='${datarootdir}/locale'
856mandir='${datarootdir}/man'
c28c63d8
JB
857
858ac_prev=
81ecdfbb 859ac_dashdash=
c28c63d8
JB
860for ac_option
861do
862 # If the previous option needs an argument, assign it.
863 if test -n "$ac_prev"; then
81ecdfbb 864 eval $ac_prev=\$ac_option
c28c63d8
JB
865 ac_prev=
866 continue
867 fi
868
81ecdfbb 869 case $ac_option in
d0ac1c44
SM
870 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
871 *=) ac_optarg= ;;
872 *) ac_optarg=yes ;;
81ecdfbb 873 esac
c28c63d8
JB
874
875 # Accept the important Cygnus configure options, so we can diagnose typos.
876
81ecdfbb
RW
877 case $ac_dashdash$ac_option in
878 --)
879 ac_dashdash=yes ;;
c28c63d8
JB
880
881 -bindir | --bindir | --bindi | --bind | --bin | --bi)
882 ac_prev=bindir ;;
883 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
884 bindir=$ac_optarg ;;
885
886 -build | --build | --buil | --bui | --bu)
887 ac_prev=build_alias ;;
888 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
889 build_alias=$ac_optarg ;;
890
891 -cache-file | --cache-file | --cache-fil | --cache-fi \
892 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
893 ac_prev=cache_file ;;
894 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
895 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
896 cache_file=$ac_optarg ;;
897
898 --config-cache | -C)
899 cache_file=config.cache ;;
900
81ecdfbb 901 -datadir | --datadir | --datadi | --datad)
c28c63d8 902 ac_prev=datadir ;;
81ecdfbb 903 -datadir=* | --datadir=* | --datadi=* | --datad=*)
c28c63d8
JB
904 datadir=$ac_optarg ;;
905
81ecdfbb
RW
906 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
907 | --dataroo | --dataro | --datar)
908 ac_prev=datarootdir ;;
909 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
910 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
911 datarootdir=$ac_optarg ;;
912
c28c63d8 913 -disable-* | --disable-*)
81ecdfbb 914 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c28c63d8 915 # Reject names that are not valid shell variable names.
81ecdfbb 916 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 917 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
918 ac_useropt_orig=$ac_useropt
919 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
920 case $ac_user_opts in
921 *"
922"enable_$ac_useropt"
923"*) ;;
924 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
925 ac_unrecognized_sep=', ';;
926 esac
927 eval enable_$ac_useropt=no ;;
928
929 -docdir | --docdir | --docdi | --doc | --do)
930 ac_prev=docdir ;;
931 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
932 docdir=$ac_optarg ;;
933
934 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
935 ac_prev=dvidir ;;
936 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
937 dvidir=$ac_optarg ;;
c28c63d8
JB
938
939 -enable-* | --enable-*)
81ecdfbb 940 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c28c63d8 941 # Reject names that are not valid shell variable names.
81ecdfbb 942 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 943 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
944 ac_useropt_orig=$ac_useropt
945 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
946 case $ac_user_opts in
947 *"
948"enable_$ac_useropt"
949"*) ;;
950 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
951 ac_unrecognized_sep=', ';;
c28c63d8 952 esac
81ecdfbb 953 eval enable_$ac_useropt=\$ac_optarg ;;
c28c63d8
JB
954
955 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
956 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
957 | --exec | --exe | --ex)
958 ac_prev=exec_prefix ;;
959 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
960 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
961 | --exec=* | --exe=* | --ex=*)
962 exec_prefix=$ac_optarg ;;
963
964 -gas | --gas | --ga | --g)
965 # Obsolete; use --with-gas.
966 with_gas=yes ;;
967
968 -help | --help | --hel | --he | -h)
969 ac_init_help=long ;;
970 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
971 ac_init_help=recursive ;;
972 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
973 ac_init_help=short ;;
974
975 -host | --host | --hos | --ho)
976 ac_prev=host_alias ;;
977 -host=* | --host=* | --hos=* | --ho=*)
978 host_alias=$ac_optarg ;;
979
81ecdfbb
RW
980 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
981 ac_prev=htmldir ;;
982 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
983 | --ht=*)
984 htmldir=$ac_optarg ;;
985
c28c63d8
JB
986 -includedir | --includedir | --includedi | --included | --include \
987 | --includ | --inclu | --incl | --inc)
988 ac_prev=includedir ;;
989 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
990 | --includ=* | --inclu=* | --incl=* | --inc=*)
991 includedir=$ac_optarg ;;
992
993 -infodir | --infodir | --infodi | --infod | --info | --inf)
994 ac_prev=infodir ;;
995 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
996 infodir=$ac_optarg ;;
997
998 -libdir | --libdir | --libdi | --libd)
999 ac_prev=libdir ;;
1000 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1001 libdir=$ac_optarg ;;
1002
1003 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1004 | --libexe | --libex | --libe)
1005 ac_prev=libexecdir ;;
1006 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1007 | --libexe=* | --libex=* | --libe=*)
1008 libexecdir=$ac_optarg ;;
1009
81ecdfbb
RW
1010 -localedir | --localedir | --localedi | --localed | --locale)
1011 ac_prev=localedir ;;
1012 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1013 localedir=$ac_optarg ;;
1014
c28c63d8 1015 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1016 | --localstate | --localstat | --localsta | --localst | --locals)
c28c63d8
JB
1017 ac_prev=localstatedir ;;
1018 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1019 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
c28c63d8
JB
1020 localstatedir=$ac_optarg ;;
1021
1022 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1023 ac_prev=mandir ;;
1024 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1025 mandir=$ac_optarg ;;
1026
1027 -nfp | --nfp | --nf)
1028 # Obsolete; use --without-fp.
1029 with_fp=no ;;
1030
1031 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1032 | --no-cr | --no-c | -n)
1033 no_create=yes ;;
1034
1035 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1036 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1037 no_recursion=yes ;;
1038
1039 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1040 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1041 | --oldin | --oldi | --old | --ol | --o)
1042 ac_prev=oldincludedir ;;
1043 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1044 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1045 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1046 oldincludedir=$ac_optarg ;;
1047
1048 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1049 ac_prev=prefix ;;
1050 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1051 prefix=$ac_optarg ;;
1052
1053 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1054 | --program-pre | --program-pr | --program-p)
1055 ac_prev=program_prefix ;;
1056 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1057 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1058 program_prefix=$ac_optarg ;;
1059
1060 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1061 | --program-suf | --program-su | --program-s)
1062 ac_prev=program_suffix ;;
1063 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1064 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1065 program_suffix=$ac_optarg ;;
1066
1067 -program-transform-name | --program-transform-name \
1068 | --program-transform-nam | --program-transform-na \
1069 | --program-transform-n | --program-transform- \
1070 | --program-transform | --program-transfor \
1071 | --program-transfo | --program-transf \
1072 | --program-trans | --program-tran \
1073 | --progr-tra | --program-tr | --program-t)
1074 ac_prev=program_transform_name ;;
1075 -program-transform-name=* | --program-transform-name=* \
1076 | --program-transform-nam=* | --program-transform-na=* \
1077 | --program-transform-n=* | --program-transform-=* \
1078 | --program-transform=* | --program-transfor=* \
1079 | --program-transfo=* | --program-transf=* \
1080 | --program-trans=* | --program-tran=* \
1081 | --progr-tra=* | --program-tr=* | --program-t=*)
1082 program_transform_name=$ac_optarg ;;
1083
81ecdfbb
RW
1084 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1085 ac_prev=pdfdir ;;
1086 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1087 pdfdir=$ac_optarg ;;
1088
1089 -psdir | --psdir | --psdi | --psd | --ps)
1090 ac_prev=psdir ;;
1091 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1092 psdir=$ac_optarg ;;
1093
c28c63d8
JB
1094 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1095 | -silent | --silent | --silen | --sile | --sil)
1096 silent=yes ;;
1097
1098 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1099 ac_prev=sbindir ;;
1100 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1101 | --sbi=* | --sb=*)
1102 sbindir=$ac_optarg ;;
1103
1104 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1105 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1106 | --sharedst | --shareds | --shared | --share | --shar \
1107 | --sha | --sh)
1108 ac_prev=sharedstatedir ;;
1109 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1110 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1111 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1112 | --sha=* | --sh=*)
1113 sharedstatedir=$ac_optarg ;;
1114
1115 -site | --site | --sit)
1116 ac_prev=site ;;
1117 -site=* | --site=* | --sit=*)
1118 site=$ac_optarg ;;
1119
1120 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1121 ac_prev=srcdir ;;
1122 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1123 srcdir=$ac_optarg ;;
1124
1125 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1126 | --syscon | --sysco | --sysc | --sys | --sy)
1127 ac_prev=sysconfdir ;;
1128 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1129 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1130 sysconfdir=$ac_optarg ;;
1131
1132 -target | --target | --targe | --targ | --tar | --ta | --t)
1133 ac_prev=target_alias ;;
1134 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1135 target_alias=$ac_optarg ;;
1136
1137 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1138 verbose=yes ;;
1139
1140 -version | --version | --versio | --versi | --vers | -V)
1141 ac_init_version=: ;;
1142
1143 -with-* | --with-*)
81ecdfbb 1144 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c28c63d8 1145 # Reject names that are not valid shell variable names.
81ecdfbb 1146 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1147 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1148 ac_useropt_orig=$ac_useropt
1149 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1150 case $ac_user_opts in
1151 *"
1152"with_$ac_useropt"
1153"*) ;;
1154 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1155 ac_unrecognized_sep=', ';;
c28c63d8 1156 esac
81ecdfbb 1157 eval with_$ac_useropt=\$ac_optarg ;;
c28c63d8
JB
1158
1159 -without-* | --without-*)
81ecdfbb 1160 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c28c63d8 1161 # Reject names that are not valid shell variable names.
81ecdfbb 1162 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1163 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1164 ac_useropt_orig=$ac_useropt
1165 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1166 case $ac_user_opts in
1167 *"
1168"with_$ac_useropt"
1169"*) ;;
1170 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1171 ac_unrecognized_sep=', ';;
1172 esac
1173 eval with_$ac_useropt=no ;;
c28c63d8
JB
1174
1175 --x)
1176 # Obsolete; use --with-x.
1177 with_x=yes ;;
1178
1179 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1180 | --x-incl | --x-inc | --x-in | --x-i)
1181 ac_prev=x_includes ;;
1182 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1183 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1184 x_includes=$ac_optarg ;;
1185
1186 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1187 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1188 ac_prev=x_libraries ;;
1189 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1190 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1191 x_libraries=$ac_optarg ;;
1192
d0ac1c44
SM
1193 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1194Try \`$0 --help' for more information"
c28c63d8
JB
1195 ;;
1196
1197 *=*)
1198 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1199 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1200 case $ac_envvar in #(
1201 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1202 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1203 esac
1204 eval $ac_envvar=\$ac_optarg
c28c63d8
JB
1205 export $ac_envvar ;;
1206
1207 *)
1208 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1209 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
c28c63d8 1210 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1211 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1212 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c28c63d8
JB
1213 ;;
1214
1215 esac
1216done
1217
1218if test -n "$ac_prev"; then
1219 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1220 as_fn_error $? "missing argument to $ac_option"
c28c63d8
JB
1221fi
1222
81ecdfbb
RW
1223if test -n "$ac_unrecognized_opts"; then
1224 case $enable_option_checking in
1225 no) ;;
d0ac1c44 1226 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1227 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
c28c63d8 1228 esac
81ecdfbb 1229fi
d6416cdc 1230
81ecdfbb
RW
1231# Check all directory arguments for consistency.
1232for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1233 datadir sysconfdir sharedstatedir localstatedir includedir \
1234 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1235 libdir localedir mandir
d6416cdc 1236do
81ecdfbb
RW
1237 eval ac_val=\$$ac_var
1238 # Remove trailing slashes.
1239 case $ac_val in
1240 */ )
1241 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1242 eval $ac_var=\$ac_val;;
1243 esac
1244 # Be sure to have absolute directory names.
c28c63d8 1245 case $ac_val in
81ecdfbb
RW
1246 [\\/$]* | ?:[\\/]* ) continue;;
1247 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c28c63d8 1248 esac
d0ac1c44 1249 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c28c63d8
JB
1250done
1251
1252# There might be people who depend on the old broken behavior: `$host'
1253# used to hold the argument of --host etc.
1254# FIXME: To remove some day.
1255build=$build_alias
1256host=$host_alias
1257target=$target_alias
1258
1259# FIXME: To remove some day.
1260if test "x$host_alias" != x; then
1261 if test "x$build_alias" = x; then
1262 cross_compiling=maybe
c28c63d8
JB
1263 elif test "x$build_alias" != "x$host_alias"; then
1264 cross_compiling=yes
1265 fi
1266fi
1267
1268ac_tool_prefix=
1269test -n "$host_alias" && ac_tool_prefix=$host_alias-
1270
1271test "$silent" = yes && exec 6>/dev/null
1272
1273
81ecdfbb
RW
1274ac_pwd=`pwd` && test -n "$ac_pwd" &&
1275ac_ls_di=`ls -di .` &&
1276ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1277 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1278test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1279 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1280
1281
c28c63d8
JB
1282# Find the source files, if location was not specified.
1283if test -z "$srcdir"; then
1284 ac_srcdir_defaulted=yes
81ecdfbb
RW
1285 # Try the directory containing this script, then the parent directory.
1286 ac_confdir=`$as_dirname -- "$as_myself" ||
1287$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1288 X"$as_myself" : 'X\(//\)[^/]' \| \
1289 X"$as_myself" : 'X\(//\)$' \| \
1290 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1291$as_echo X"$as_myself" |
1292 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1293 s//\1/
1294 q
1295 }
1296 /^X\(\/\/\)[^/].*/{
1297 s//\1/
1298 q
1299 }
1300 /^X\(\/\/\)$/{
1301 s//\1/
1302 q
1303 }
1304 /^X\(\/\).*/{
1305 s//\1/
1306 q
1307 }
1308 s/.*/./; q'`
c28c63d8 1309 srcdir=$ac_confdir
81ecdfbb 1310 if test ! -r "$srcdir/$ac_unique_file"; then
c28c63d8
JB
1311 srcdir=..
1312 fi
1313else
1314 ac_srcdir_defaulted=no
1315fi
81ecdfbb
RW
1316if test ! -r "$srcdir/$ac_unique_file"; then
1317 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1318 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1319fi
1320ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1321ac_abs_confdir=`(
d0ac1c44 1322 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1323 pwd)`
1324# When building in place, set srcdir=.
1325if test "$ac_abs_confdir" = "$ac_pwd"; then
1326 srcdir=.
1327fi
1328# Remove unnecessary trailing slashes from srcdir.
1329# Double slashes in file names in object file debugging info
1330# mess up M-x gdb in Emacs.
1331case $srcdir in
1332*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1333esac
1334for ac_var in $ac_precious_vars; do
1335 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1336 eval ac_env_${ac_var}_value=\$${ac_var}
1337 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1338 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1339done
c28c63d8
JB
1340
1341#
1342# Report the --help message.
1343#
1344if test "$ac_init_help" = "long"; then
1345 # Omit some internal or obsolete options to make the list less imposing.
1346 # This message is too long to be a string in the A/UX 3.1 sh.
1347 cat <<_ACEOF
1348\`configure' configures this package to adapt to many kinds of systems.
1349
1350Usage: $0 [OPTION]... [VAR=VALUE]...
1351
1352To assign environment variables (e.g., CC, CFLAGS...), specify them as
1353VAR=VALUE. See below for descriptions of some of the useful variables.
1354
1355Defaults for the options are specified in brackets.
1356
1357Configuration:
1358 -h, --help display this help and exit
1359 --help=short display options specific to this package
1360 --help=recursive display the short help of all the included packages
1361 -V, --version display version information and exit
d0ac1c44 1362 -q, --quiet, --silent do not print \`checking ...' messages
c28c63d8
JB
1363 --cache-file=FILE cache test results in FILE [disabled]
1364 -C, --config-cache alias for \`--cache-file=config.cache'
1365 -n, --no-create do not create output files
1366 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1367
1368Installation directories:
1369 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1370 [$ac_default_prefix]
c28c63d8 1371 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1372 [PREFIX]
c28c63d8
JB
1373
1374By default, \`make install' will install all the files in
1375\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1376an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1377for instance \`--prefix=\$HOME'.
1378
1379For better control, use the options below.
1380
1381Fine tuning of the installation directories:
81ecdfbb
RW
1382 --bindir=DIR user executables [EPREFIX/bin]
1383 --sbindir=DIR system admin executables [EPREFIX/sbin]
1384 --libexecdir=DIR program executables [EPREFIX/libexec]
1385 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1386 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1387 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1388 --libdir=DIR object code libraries [EPREFIX/lib]
1389 --includedir=DIR C header files [PREFIX/include]
1390 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1391 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1392 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1393 --infodir=DIR info documentation [DATAROOTDIR/info]
1394 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1395 --mandir=DIR man documentation [DATAROOTDIR/man]
1396 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1397 --htmldir=DIR html documentation [DOCDIR]
1398 --dvidir=DIR dvi documentation [DOCDIR]
1399 --pdfdir=DIR pdf documentation [DOCDIR]
1400 --psdir=DIR ps documentation [DOCDIR]
c28c63d8
JB
1401_ACEOF
1402
1403 cat <<\_ACEOF
1404
1405Program names:
1406 --program-prefix=PREFIX prepend PREFIX to installed program names
1407 --program-suffix=SUFFIX append SUFFIX to installed program names
1408 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1409
1410System types:
1411 --build=BUILD configure for building on BUILD [guessed]
1412 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1413 --target=TARGET configure for building compilers for TARGET [HOST]
1414_ACEOF
1415fi
1416
1417if test -n "$ac_init_help"; then
1418
1419 cat <<\_ACEOF
1420
1421Optional Features:
81ecdfbb 1422 --disable-option-checking ignore unrecognized --enable/--with options
c28c63d8
JB
1423 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1424 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1425 --enable-plugins Enable support for plugins
6bb11ab3
L
1426 --enable-shared[=PKGS] build shared libraries [default=yes]
1427 --enable-static[=PKGS] build static libraries [default=yes]
1428 --enable-fast-install[=PKGS]
1429 optimize for fast installation [default=yes]
1430 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1431 --enable-maintainer-mode
1432 enable make rules and dependencies not useful (and
1433 sometimes confusing) to the casual installer
8d0978fb
MF
1434 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1435 itself)
1436 --enable-sim-stdio Specify whether to use stdio for console
1437 input/output
1438 --enable-sim-trace=opts Enable tracing of simulated programs
1439 --enable-sim-profile=opts
1440 Enable profiling flags
35656e95 1441 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1442 --enable-sim-environment=environment
1443 Specify mixed, user, virtual or operating
1444 environment
347fe5bb
MF
1445 --enable-sim-inline=inlines
1446 Specify which functions should be inlined
8d0978fb
MF
1447 --enable-sim-endian=endian
1448 Specify target byte endian orientation
1449 --enable-sim-alignment=align
1450 Specify strict, nonstrict or forced alignment of
1451 memory accesses
8d0978fb
MF
1452 --enable-sim-scache=size
1453 Specify simulator execution cache size
1454 --enable-sim-default-model=model
1455 Specify default model to simulate
5c1008a4
MF
1456 --enable-werror treat compile warnings as errors
1457 --enable-build-warnings enable build-time compiler warnings if gcc is used
1458 --enable-sim-build-warnings
1459 enable SIM specific build-time compiler warnings if
1460 gcc is used
8d0978fb 1461 --enable-cgen-maint=DIR build cgen generated files
1517bd27
MF
1462 --enable-sim-hardware=LIST
1463 Specify the hardware to be included in the build.
c28c63d8
JB
1464
1465Optional Packages:
1466 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1467 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1468 --with-system-zlib use installed libz
6bb11ab3
L
1469 --with-pic try to use only PIC/non-PIC objects [default=use
1470 both]
1471 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1472 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
c28c63d8
JB
1473 --with-bugurl=URL Direct users to URL to report a bug
1474
1475Some influential environment variables:
1476 CC C compiler command
1477 CFLAGS C compiler flags
1478 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1479 nonstandard directory <lib dir>
81ecdfbb 1480 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1481 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1482 you have headers in a nonstandard directory <include dir>
c28c63d8
JB
1483 CPP C preprocessor
1484
1485Use these variables to override the choices made by `configure' or to help
1486it to find libraries and programs with nonstandard names/locations.
1487
81ecdfbb 1488Report bugs to the package provider.
c28c63d8 1489_ACEOF
81ecdfbb 1490ac_status=$?
c28c63d8
JB
1491fi
1492
1493if test "$ac_init_help" = "recursive"; then
1494 # If there are subdirs, report their specific --help.
1495 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1496 test -d "$ac_dir" ||
1497 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1498 continue
c28c63d8
JB
1499 ac_builddir=.
1500
81ecdfbb
RW
1501case "$ac_dir" in
1502.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1503*)
1504 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1505 # A ".." for each directory in $ac_dir_suffix.
1506 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1507 case $ac_top_builddir_sub in
1508 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1509 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1510 esac ;;
1511esac
1512ac_abs_top_builddir=$ac_pwd
1513ac_abs_builddir=$ac_pwd$ac_dir_suffix
1514# for backward compatibility:
1515ac_top_builddir=$ac_top_build_prefix
c28c63d8
JB
1516
1517case $srcdir in
81ecdfbb 1518 .) # We are building in place.
c28c63d8 1519 ac_srcdir=.
81ecdfbb
RW
1520 ac_top_srcdir=$ac_top_builddir_sub
1521 ac_abs_top_srcdir=$ac_pwd ;;
1522 [\\/]* | ?:[\\/]* ) # Absolute name.
c28c63d8 1523 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1524 ac_top_srcdir=$srcdir
1525 ac_abs_top_srcdir=$srcdir ;;
1526 *) # Relative name.
1527 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1528 ac_top_srcdir=$ac_top_build_prefix$srcdir
1529 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
d6416cdc 1530esac
81ecdfbb
RW
1531ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1532
1533 cd "$ac_dir" || { ac_status=$?; continue; }
1534 # Check for guested configure.
1535 if test -f "$ac_srcdir/configure.gnu"; then
1536 echo &&
1537 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1538 elif test -f "$ac_srcdir/configure"; then
1539 echo &&
1540 $SHELL "$ac_srcdir/configure" --help=recursive
c28c63d8 1541 else
81ecdfbb
RW
1542 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1543 fi || ac_status=$?
1544 cd "$ac_pwd" || { ac_status=$?; break; }
c28c63d8
JB
1545 done
1546fi
1547
81ecdfbb 1548test -n "$ac_init_help" && exit $ac_status
c28c63d8
JB
1549if $ac_init_version; then
1550 cat <<\_ACEOF
81ecdfbb 1551configure
d0ac1c44 1552generated by GNU Autoconf 2.69
c28c63d8 1553
d0ac1c44 1554Copyright (C) 2012 Free Software Foundation, Inc.
c28c63d8
JB
1555This configure script is free software; the Free Software Foundation
1556gives unlimited permission to copy, distribute and modify it.
1557_ACEOF
81ecdfbb 1558 exit
c28c63d8 1559fi
c28c63d8 1560
81ecdfbb
RW
1561## ------------------------ ##
1562## Autoconf initialization. ##
1563## ------------------------ ##
c28c63d8 1564
81ecdfbb
RW
1565# ac_fn_c_try_compile LINENO
1566# --------------------------
1567# Try to compile conftest.$ac_ext, and return whether this succeeded.
1568ac_fn_c_try_compile ()
c28c63d8 1569{
81ecdfbb
RW
1570 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1571 rm -f conftest.$ac_objext
1572 if { { ac_try="$ac_compile"
1573case "(($ac_try" in
1574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1575 *) ac_try_echo=$ac_try;;
1576esac
1577eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1578$as_echo "$ac_try_echo"; } >&5
1579 (eval "$ac_compile") 2>conftest.err
1580 ac_status=$?
1581 if test -s conftest.err; then
1582 grep -v '^ *+' conftest.err >conftest.er1
1583 cat conftest.er1 >&5
1584 mv -f conftest.er1 conftest.err
1585 fi
1586 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1587 test $ac_status = 0; } && {
1588 test -z "$ac_c_werror_flag" ||
1589 test ! -s conftest.err
1590 } && test -s conftest.$ac_objext; then :
1591 ac_retval=0
1592else
1593 $as_echo "$as_me: failed program was:" >&5
1594sed 's/^/| /' conftest.$ac_ext >&5
c28c63d8 1595
81ecdfbb
RW
1596 ac_retval=1
1597fi
d0ac1c44
SM
1598 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1599 as_fn_set_status $ac_retval
c28c63d8 1600
81ecdfbb 1601} # ac_fn_c_try_compile
c28c63d8 1602
81ecdfbb
RW
1603# ac_fn_c_try_cpp LINENO
1604# ----------------------
1605# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1606ac_fn_c_try_cpp ()
1607{
1608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1609 if { { ac_try="$ac_cpp conftest.$ac_ext"
1610case "(($ac_try" in
1611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1612 *) ac_try_echo=$ac_try;;
1613esac
1614eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1615$as_echo "$ac_try_echo"; } >&5
1616 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1617 ac_status=$?
1618 if test -s conftest.err; then
1619 grep -v '^ *+' conftest.err >conftest.er1
1620 cat conftest.er1 >&5
1621 mv -f conftest.er1 conftest.err
1622 fi
1623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1624 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1625 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1626 test ! -s conftest.err
1627 }; then :
1628 ac_retval=0
1629else
1630 $as_echo "$as_me: failed program was:" >&5
1631sed 's/^/| /' conftest.$ac_ext >&5
c28c63d8 1632
81ecdfbb
RW
1633 ac_retval=1
1634fi
d0ac1c44
SM
1635 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1636 as_fn_set_status $ac_retval
c28c63d8 1637
81ecdfbb 1638} # ac_fn_c_try_cpp
c28c63d8 1639
81ecdfbb
RW
1640# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1641# -------------------------------------------------------
1642# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1643# the include files in INCLUDES and setting the cache variable VAR
1644# accordingly.
1645ac_fn_c_check_header_mongrel ()
1646{
1647 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1648 if eval \${$3+:} false; then :
81ecdfbb
RW
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1650$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1651if eval \${$3+:} false; then :
81ecdfbb
RW
1652 $as_echo_n "(cached) " >&6
1653fi
1654eval ac_res=\$$3
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1656$as_echo "$ac_res" >&6; }
1657else
1658 # Is the header compilable?
1659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1660$as_echo_n "checking $2 usability... " >&6; }
1661cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1662/* end confdefs.h. */
1663$4
1664#include <$2>
1665_ACEOF
1666if ac_fn_c_try_compile "$LINENO"; then :
1667 ac_header_compiler=yes
1668else
1669 ac_header_compiler=no
1670fi
1671rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1672{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1673$as_echo "$ac_header_compiler" >&6; }
1674
1675# Is the header present?
1676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1677$as_echo_n "checking $2 presence... " >&6; }
1678cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1679/* end confdefs.h. */
1680#include <$2>
1681_ACEOF
1682if ac_fn_c_try_cpp "$LINENO"; then :
1683 ac_header_preproc=yes
1684else
1685 ac_header_preproc=no
1686fi
d0ac1c44 1687rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1689$as_echo "$ac_header_preproc" >&6; }
1690
1691# So? What about this header?
1692case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1693 yes:no: )
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1695$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1697$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1698 ;;
1699 no:yes:* )
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1701$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1703$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1705$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1707$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1709$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1710 ;;
1711esac
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1713$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1714if eval \${$3+:} false; then :
81ecdfbb
RW
1715 $as_echo_n "(cached) " >&6
1716else
1717 eval "$3=\$ac_header_compiler"
1718fi
1719eval ac_res=\$$3
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1721$as_echo "$ac_res" >&6; }
1722fi
d0ac1c44 1723 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1724
1725} # ac_fn_c_check_header_mongrel
1726
1727# ac_fn_c_try_run LINENO
1728# ----------------------
1729# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1730# that executables *can* be run.
1731ac_fn_c_try_run ()
1732{
1733 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1734 if { { ac_try="$ac_link"
1735case "(($ac_try" in
1736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1737 *) ac_try_echo=$ac_try;;
1738esac
1739eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1740$as_echo "$ac_try_echo"; } >&5
1741 (eval "$ac_link") 2>&5
1742 ac_status=$?
1743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1744 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1745 { { case "(($ac_try" in
1746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1747 *) ac_try_echo=$ac_try;;
1748esac
1749eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1750$as_echo "$ac_try_echo"; } >&5
1751 (eval "$ac_try") 2>&5
1752 ac_status=$?
1753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1754 test $ac_status = 0; }; }; then :
1755 ac_retval=0
1756else
1757 $as_echo "$as_me: program exited with status $ac_status" >&5
1758 $as_echo "$as_me: failed program was:" >&5
1759sed 's/^/| /' conftest.$ac_ext >&5
1760
1761 ac_retval=$ac_status
1762fi
1763 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1764 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1765 as_fn_set_status $ac_retval
81ecdfbb
RW
1766
1767} # ac_fn_c_try_run
1768
1769# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1770# -------------------------------------------------------
1771# Tests whether HEADER exists and can be compiled using the include files in
1772# INCLUDES, setting the cache variable VAR accordingly.
1773ac_fn_c_check_header_compile ()
1774{
1775 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1777$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1778if eval \${$3+:} false; then :
81ecdfbb
RW
1779 $as_echo_n "(cached) " >&6
1780else
1781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1782/* end confdefs.h. */
1783$4
1784#include <$2>
1785_ACEOF
1786if ac_fn_c_try_compile "$LINENO"; then :
1787 eval "$3=yes"
1788else
1789 eval "$3=no"
1790fi
1791rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1792fi
1793eval ac_res=\$$3
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1795$as_echo "$ac_res" >&6; }
d0ac1c44 1796 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1797
1798} # ac_fn_c_check_header_compile
1799
1800# ac_fn_c_try_link LINENO
1801# -----------------------
1802# Try to link conftest.$ac_ext, and return whether this succeeded.
1803ac_fn_c_try_link ()
1804{
1805 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1806 rm -f conftest.$ac_objext conftest$ac_exeext
1807 if { { ac_try="$ac_link"
1808case "(($ac_try" in
1809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1810 *) ac_try_echo=$ac_try;;
1811esac
1812eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1813$as_echo "$ac_try_echo"; } >&5
1814 (eval "$ac_link") 2>conftest.err
1815 ac_status=$?
1816 if test -s conftest.err; then
1817 grep -v '^ *+' conftest.err >conftest.er1
1818 cat conftest.er1 >&5
1819 mv -f conftest.er1 conftest.err
1820 fi
1821 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1822 test $ac_status = 0; } && {
1823 test -z "$ac_c_werror_flag" ||
1824 test ! -s conftest.err
1825 } && test -s conftest$ac_exeext && {
1826 test "$cross_compiling" = yes ||
d0ac1c44 1827 test -x conftest$ac_exeext
81ecdfbb
RW
1828 }; then :
1829 ac_retval=0
1830else
1831 $as_echo "$as_me: failed program was:" >&5
1832sed 's/^/| /' conftest.$ac_ext >&5
1833
1834 ac_retval=1
1835fi
1836 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1837 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1838 # interfere with the next link command; also delete a directory that is
1839 # left behind by Apple's compiler. We do this before executing the actions.
1840 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1841 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1842 as_fn_set_status $ac_retval
81ecdfbb
RW
1843
1844} # ac_fn_c_try_link
1845
1846# ac_fn_c_check_func LINENO FUNC VAR
1847# ----------------------------------
1848# Tests whether FUNC exists, setting the cache variable VAR accordingly
1849ac_fn_c_check_func ()
1850{
1851 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1853$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1854if eval \${$3+:} false; then :
81ecdfbb
RW
1855 $as_echo_n "(cached) " >&6
1856else
1857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1858/* end confdefs.h. */
1859/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1860 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1861#define $2 innocuous_$2
1862
1863/* System header to define __stub macros and hopefully few prototypes,
1864 which can conflict with char $2 (); below.
1865 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1866 <limits.h> exists even on freestanding compilers. */
1867
1868#ifdef __STDC__
1869# include <limits.h>
1870#else
1871# include <assert.h>
1872#endif
1873
1874#undef $2
1875
1876/* Override any GCC internal prototype to avoid an error.
1877 Use char because int might match the return type of a GCC
1878 builtin and then its argument prototype would still apply. */
1879#ifdef __cplusplus
1880extern "C"
1881#endif
1882char $2 ();
1883/* The GNU C library defines this for functions which it implements
1884 to always fail with ENOSYS. Some functions are actually named
1885 something starting with __ and the normal name is an alias. */
1886#if defined __stub_$2 || defined __stub___$2
1887choke me
1888#endif
1889
1890int
1891main ()
1892{
1893return $2 ();
1894 ;
1895 return 0;
1896}
1897_ACEOF
1898if ac_fn_c_try_link "$LINENO"; then :
1899 eval "$3=yes"
1900else
1901 eval "$3=no"
1902fi
1903rm -f core conftest.err conftest.$ac_objext \
1904 conftest$ac_exeext conftest.$ac_ext
1905fi
1906eval ac_res=\$$3
1907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1908$as_echo "$ac_res" >&6; }
d0ac1c44 1909 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1910
1911} # ac_fn_c_check_func
936df756
MF
1912
1913# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1914# ----------------------------------------------------
1915# Tries to find if the field MEMBER exists in type AGGR, after including
1916# INCLUDES, setting cache variable VAR accordingly.
1917ac_fn_c_check_member ()
1918{
1919 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1921$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1922if eval \${$4+:} false; then :
936df756
MF
1923 $as_echo_n "(cached) " >&6
1924else
1925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1926/* end confdefs.h. */
1927$5
1928int
1929main ()
1930{
1931static $2 ac_aggr;
1932if (ac_aggr.$3)
1933return 0;
1934 ;
1935 return 0;
1936}
1937_ACEOF
1938if ac_fn_c_try_compile "$LINENO"; then :
1939 eval "$4=yes"
1940else
1941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1942/* end confdefs.h. */
1943$5
1944int
1945main ()
1946{
1947static $2 ac_aggr;
1948if (sizeof ac_aggr.$3)
1949return 0;
1950 ;
1951 return 0;
1952}
1953_ACEOF
1954if ac_fn_c_try_compile "$LINENO"; then :
1955 eval "$4=yes"
1956else
1957 eval "$4=no"
1958fi
1959rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1960fi
1961rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1962fi
1963eval ac_res=\$$4
1964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1965$as_echo "$ac_res" >&6; }
d0ac1c44 1966 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1967
1968} # ac_fn_c_check_member
1969
1970# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1971# -------------------------------------------
1972# Tests whether TYPE exists after having included INCLUDES, setting cache
1973# variable VAR accordingly.
1974ac_fn_c_check_type ()
1975{
1976 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1978$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1979if eval \${$3+:} false; then :
936df756
MF
1980 $as_echo_n "(cached) " >&6
1981else
1982 eval "$3=no"
1983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1984/* end confdefs.h. */
1985$4
1986int
1987main ()
1988{
1989if (sizeof ($2))
1990 return 0;
1991 ;
1992 return 0;
1993}
1994_ACEOF
1995if ac_fn_c_try_compile "$LINENO"; then :
1996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1997/* end confdefs.h. */
1998$4
1999int
2000main ()
2001{
2002if (sizeof (($2)))
2003 return 0;
2004 ;
2005 return 0;
2006}
2007_ACEOF
2008if ac_fn_c_try_compile "$LINENO"; then :
2009
2010else
2011 eval "$3=yes"
2012fi
2013rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2014fi
2015rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2016fi
2017eval ac_res=\$$3
2018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2019$as_echo "$ac_res" >&6; }
d0ac1c44 2020 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2021
2022} # ac_fn_c_check_type
81ecdfbb
RW
2023cat >config.log <<_ACEOF
2024This file contains any messages produced by compilers while
2025running configure, to aid debugging if configure makes a mistake.
2026
2027It was created by $as_me, which was
d0ac1c44 2028generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2029
2030 $ $0 $@
2031
2032_ACEOF
2033exec 5>>config.log
2034{
2035cat <<_ASUNAME
2036## --------- ##
2037## Platform. ##
2038## --------- ##
2039
2040hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2041uname -m = `(uname -m) 2>/dev/null || echo unknown`
2042uname -r = `(uname -r) 2>/dev/null || echo unknown`
2043uname -s = `(uname -s) 2>/dev/null || echo unknown`
2044uname -v = `(uname -v) 2>/dev/null || echo unknown`
2045
2046/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2047/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2048
2049/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2050/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2051/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2052/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2053/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2054/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2055/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2056
2057_ASUNAME
2058
2059as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2060for as_dir in $PATH
2061do
2062 IFS=$as_save_IFS
2063 test -z "$as_dir" && as_dir=.
2064 $as_echo "PATH: $as_dir"
2065 done
2066IFS=$as_save_IFS
2067
2068} >&5
2069
2070cat >&5 <<_ACEOF
2071
2072
2073## ----------- ##
2074## Core tests. ##
c28c63d8
JB
2075## ----------- ##
2076
2077_ACEOF
2078
2079
2080# Keep a trace of the command line.
2081# Strip out --no-create and --no-recursion so they do not pile up.
2082# Strip out --silent because we don't want to record it for future runs.
2083# Also quote any args containing shell meta-characters.
2084# Make two passes to allow for proper duplicate-argument suppression.
2085ac_configure_args=
2086ac_configure_args0=
2087ac_configure_args1=
2088ac_must_keep_next=false
2089for ac_pass in 1 2
2090do
2091 for ac_arg
2092 do
2093 case $ac_arg in
2094 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2095 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2096 | -silent | --silent | --silen | --sile | --sil)
2097 continue ;;
81ecdfbb
RW
2098 *\'*)
2099 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
c28c63d8
JB
2100 esac
2101 case $ac_pass in
81ecdfbb 2102 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
c28c63d8 2103 2)
81ecdfbb 2104 as_fn_append ac_configure_args1 " '$ac_arg'"
c28c63d8
JB
2105 if test $ac_must_keep_next = true; then
2106 ac_must_keep_next=false # Got value, back to normal.
2107 else
2108 case $ac_arg in
2109 *=* | --config-cache | -C | -disable-* | --disable-* \
2110 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2111 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2112 | -with-* | --with-* | -without-* | --without-* | --x)
2113 case "$ac_configure_args0 " in
2114 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2115 esac
2116 ;;
2117 -* ) ac_must_keep_next=true ;;
2118 esac
2119 fi
81ecdfbb 2120 as_fn_append ac_configure_args " '$ac_arg'"
c28c63d8
JB
2121 ;;
2122 esac
2123 done
2124done
81ecdfbb
RW
2125{ ac_configure_args0=; unset ac_configure_args0;}
2126{ ac_configure_args1=; unset ac_configure_args1;}
c28c63d8
JB
2127
2128# When interrupted or exit'd, cleanup temporary files, and complete
2129# config.log. We remove comments because anyway the quotes in there
2130# would cause problems or look ugly.
81ecdfbb
RW
2131# WARNING: Use '\'' to represent an apostrophe within the trap.
2132# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
c28c63d8
JB
2133trap 'exit_status=$?
2134 # Save into config.log some information that might help in debugging.
2135 {
2136 echo
2137
d0ac1c44 2138 $as_echo "## ---------------- ##
c28c63d8 2139## Cache variables. ##
d0ac1c44 2140## ---------------- ##"
c28c63d8
JB
2141 echo
2142 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2143(
2144 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2145 eval ac_val=\$$ac_var
2146 case $ac_val in #(
2147 *${as_nl}*)
2148 case $ac_var in #(
2149 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2150$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2151 esac
2152 case $ac_var in #(
2153 _ | IFS | as_nl) ;; #(
2154 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2155 *) { eval $ac_var=; unset $ac_var;} ;;
2156 esac ;;
2157 esac
2158 done
c28c63d8 2159 (set) 2>&1 |
81ecdfbb
RW
2160 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2161 *${as_nl}ac_space=\ *)
c28c63d8 2162 sed -n \
81ecdfbb
RW
2163 "s/'\''/'\''\\\\'\'''\''/g;
2164 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2165 ;; #(
c28c63d8 2166 *)
81ecdfbb 2167 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c28c63d8 2168 ;;
81ecdfbb
RW
2169 esac |
2170 sort
2171)
c28c63d8
JB
2172 echo
2173
d0ac1c44 2174 $as_echo "## ----------------- ##
c28c63d8 2175## Output variables. ##
d0ac1c44 2176## ----------------- ##"
c28c63d8
JB
2177 echo
2178 for ac_var in $ac_subst_vars
2179 do
81ecdfbb
RW
2180 eval ac_val=\$$ac_var
2181 case $ac_val in
2182 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2183 esac
2184 $as_echo "$ac_var='\''$ac_val'\''"
c28c63d8
JB
2185 done | sort
2186 echo
2187
2188 if test -n "$ac_subst_files"; then
d0ac1c44 2189 $as_echo "## ------------------- ##
81ecdfbb 2190## File substitutions. ##
d0ac1c44 2191## ------------------- ##"
c28c63d8
JB
2192 echo
2193 for ac_var in $ac_subst_files
2194 do
81ecdfbb
RW
2195 eval ac_val=\$$ac_var
2196 case $ac_val in
2197 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2198 esac
2199 $as_echo "$ac_var='\''$ac_val'\''"
c28c63d8
JB
2200 done | sort
2201 echo
2202 fi
2203
2204 if test -s confdefs.h; then
d0ac1c44 2205 $as_echo "## ----------- ##
c28c63d8 2206## confdefs.h. ##
d0ac1c44 2207## ----------- ##"
c28c63d8 2208 echo
81ecdfbb 2209 cat confdefs.h
c28c63d8
JB
2210 echo
2211 fi
2212 test "$ac_signal" != 0 &&
81ecdfbb
RW
2213 $as_echo "$as_me: caught signal $ac_signal"
2214 $as_echo "$as_me: exit $exit_status"
c28c63d8 2215 } >&5
81ecdfbb
RW
2216 rm -f core *.core core.conftest.* &&
2217 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
c28c63d8 2218 exit $exit_status
81ecdfbb 2219' 0
c28c63d8 2220for ac_signal in 1 2 13 15; do
81ecdfbb 2221 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
c28c63d8
JB
2222done
2223ac_signal=0
2224
2225# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2226rm -f -r conftest* confdefs.h
2227
2228$as_echo "/* confdefs.h */" > confdefs.h
c28c63d8
JB
2229
2230# Predefined preprocessor variables.
2231
2232cat >>confdefs.h <<_ACEOF
2233#define PACKAGE_NAME "$PACKAGE_NAME"
2234_ACEOF
2235
c28c63d8
JB
2236cat >>confdefs.h <<_ACEOF
2237#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2238_ACEOF
2239
c28c63d8
JB
2240cat >>confdefs.h <<_ACEOF
2241#define PACKAGE_VERSION "$PACKAGE_VERSION"
2242_ACEOF
2243
c28c63d8
JB
2244cat >>confdefs.h <<_ACEOF
2245#define PACKAGE_STRING "$PACKAGE_STRING"
2246_ACEOF
2247
c28c63d8
JB
2248cat >>confdefs.h <<_ACEOF
2249#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2250_ACEOF
2251
81ecdfbb
RW
2252cat >>confdefs.h <<_ACEOF
2253#define PACKAGE_URL "$PACKAGE_URL"
2254_ACEOF
2255
c28c63d8
JB
2256
2257# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2258# Prefer an explicitly selected file to automatically selected ones.
2259ac_site_file1=NONE
2260ac_site_file2=NONE
2261if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2262 # We do not want a PATH search for config.site.
2263 case $CONFIG_SITE in #((
2264 -*) ac_site_file1=./$CONFIG_SITE;;
2265 */*) ac_site_file1=$CONFIG_SITE;;
2266 *) ac_site_file1=./$CONFIG_SITE;;
2267 esac
81ecdfbb
RW
2268elif test "x$prefix" != xNONE; then
2269 ac_site_file1=$prefix/share/config.site
2270 ac_site_file2=$prefix/etc/config.site
2271else
2272 ac_site_file1=$ac_default_prefix/share/config.site
2273 ac_site_file2=$ac_default_prefix/etc/config.site
2274fi
2275for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2276do
2277 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2278 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2280$as_echo "$as_me: loading site script $ac_site_file" >&6;}
c28c63d8 2281 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2282 . "$ac_site_file" \
2283 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2284$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2285as_fn_error $? "failed to load site script $ac_site_file
2286See \`config.log' for more details" "$LINENO" 5; }
c28c63d8
JB
2287 fi
2288done
2289
2290if test -r "$cache_file"; then
d0ac1c44
SM
2291 # Some versions of bash will fail to source /dev/null (special files
2292 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2293 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2295$as_echo "$as_me: loading cache $cache_file" >&6;}
c28c63d8 2296 case $cache_file in
81ecdfbb
RW
2297 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2298 *) . "./$cache_file";;
c28c63d8
JB
2299 esac
2300 fi
2301else
81ecdfbb
RW
2302 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2303$as_echo "$as_me: creating cache $cache_file" >&6;}
c28c63d8
JB
2304 >$cache_file
2305fi
2306
2c2645d7
MF
2307as_fn_append ac_header_list " dlfcn.h"
2308as_fn_append ac_header_list " fcntl.h"
2309as_fn_append ac_header_list " fpu_control.h"
2310as_fn_append ac_header_list " unistd.h"
2311as_fn_append ac_header_list " sys/mman.h"
2312as_fn_append ac_header_list " sys/resource.h"
2313as_fn_append ac_header_list " sys/time.h"
2314as_fn_append ac_header_list " sys/times.h"
2315as_fn_append ac_header_list " sys/stat.h"
37e9f182
MF
2316as_fn_append ac_func_list " __setfpucw"
2317as_fn_append ac_func_list " ftruncate"
2318as_fn_append ac_func_list " getrusage"
2319as_fn_append ac_func_list " lstat"
2320as_fn_append ac_func_list " mmap"
2321as_fn_append ac_func_list " munmap"
2322as_fn_append ac_func_list " posix_fallocate"
2323as_fn_append ac_func_list " sigaction"
2324as_fn_append ac_func_list " time"
2325as_fn_append ac_func_list " truncate"
c28c63d8
JB
2326# Check that the precious variables saved in the cache have kept the same
2327# value.
2328ac_cache_corrupted=false
81ecdfbb 2329for ac_var in $ac_precious_vars; do
c28c63d8
JB
2330 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2331 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2332 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2333 eval ac_new_val=\$ac_env_${ac_var}_value
c28c63d8
JB
2334 case $ac_old_set,$ac_new_set in
2335 set,)
81ecdfbb
RW
2336 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2337$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
c28c63d8
JB
2338 ac_cache_corrupted=: ;;
2339 ,set)
81ecdfbb
RW
2340 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2341$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
c28c63d8
JB
2342 ac_cache_corrupted=: ;;
2343 ,);;
2344 *)
2345 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2346 # differences in whitespace do not lead to failure.
2347 ac_old_val_w=`echo x $ac_old_val`
2348 ac_new_val_w=`echo x $ac_new_val`
2349 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2350 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2351$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2352 ac_cache_corrupted=:
2353 else
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2355$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2356 eval $ac_var=\$ac_old_val
2357 fi
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2359$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2360 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2361$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
c28c63d8
JB
2362 fi;;
2363 esac
2364 # Pass precious variables to config.status.
2365 if test "$ac_new_set" = set; then
2366 case $ac_new_val in
81ecdfbb 2367 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
c28c63d8
JB
2368 *) ac_arg=$ac_var=$ac_new_val ;;
2369 esac
2370 case " $ac_configure_args " in
2371 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2372 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
c28c63d8
JB
2373 esac
2374 fi
2375done
2376if $ac_cache_corrupted; then
81ecdfbb
RW
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2378$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2379 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2380$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2381 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
c28c63d8 2382fi
81ecdfbb
RW
2383## -------------------- ##
2384## Main body of script. ##
2385## -------------------- ##
c28c63d8 2386
d6416cdc
RW
2387ac_ext=c
2388ac_cpp='$CPP $CPPFLAGS'
2389ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2390ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2391ac_compiler_gnu=$ac_cv_c_compiler_gnu
2392
c28c63d8 2393
6bb11ab3
L
2394
2395
2396
2397
2398
c2783492
MF
2399ac_aux_dir=
2400for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2401 if test -f "$ac_dir/install-sh"; then
2402 ac_aux_dir=$ac_dir
2403 ac_install_sh="$ac_aux_dir/install-sh -c"
2404 break
2405 elif test -f "$ac_dir/install.sh"; then
2406 ac_aux_dir=$ac_dir
2407 ac_install_sh="$ac_aux_dir/install.sh -c"
2408 break
2409 elif test -f "$ac_dir/shtool"; then
2410 ac_aux_dir=$ac_dir
2411 ac_install_sh="$ac_aux_dir/shtool install -c"
2412 break
2413 fi
2414done
2415if test -z "$ac_aux_dir"; then
2416 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2417fi
2418
2419# These three variables are undocumented and unsupported,
2420# and are intended to be withdrawn in a future Autoconf release.
2421# They can cause serious problems if a builder's source tree is in a directory
2422# whose full name contains unusual characters.
2423ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2424ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2425ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2426
2427
2428# Make sure we can run config.sub.
2429$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2430 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2431
2432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2433$as_echo_n "checking build system type... " >&6; }
2434if ${ac_cv_build+:} false; then :
2435 $as_echo_n "(cached) " >&6
2436else
2437 ac_build_alias=$build_alias
2438test "x$ac_build_alias" = x &&
2439 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2440test "x$ac_build_alias" = x &&
2441 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2442ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2443 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2444
2445fi
2446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2447$as_echo "$ac_cv_build" >&6; }
2448case $ac_cv_build in
2449*-*-*) ;;
2450*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2451esac
2452build=$ac_cv_build
2453ac_save_IFS=$IFS; IFS='-'
2454set x $ac_cv_build
2455shift
2456build_cpu=$1
2457build_vendor=$2
2458shift; shift
2459# Remember, the first character of IFS is used to create $*,
2460# except with old shells:
2461build_os=$*
2462IFS=$ac_save_IFS
2463case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2464
2465
2466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2467$as_echo_n "checking host system type... " >&6; }
2468if ${ac_cv_host+:} false; then :
2469 $as_echo_n "(cached) " >&6
2470else
2471 if test "x$host_alias" = x; then
2472 ac_cv_host=$ac_cv_build
2473else
2474 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2475 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2476fi
2477
2478fi
2479{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2480$as_echo "$ac_cv_host" >&6; }
2481case $ac_cv_host in
2482*-*-*) ;;
2483*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2484esac
2485host=$ac_cv_host
2486ac_save_IFS=$IFS; IFS='-'
2487set x $ac_cv_host
2488shift
2489host_cpu=$1
2490host_vendor=$2
2491shift; shift
2492# Remember, the first character of IFS is used to create $*,
2493# except with old shells:
2494host_os=$*
2495IFS=$ac_save_IFS
2496case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2497
2498
2499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2500$as_echo_n "checking target system type... " >&6; }
2501if ${ac_cv_target+:} false; then :
2502 $as_echo_n "(cached) " >&6
2503else
2504 if test "x$target_alias" = x; then
2505 ac_cv_target=$ac_cv_host
2506else
2507 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2508 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2509fi
2510
2511fi
2512{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2513$as_echo "$ac_cv_target" >&6; }
2514case $ac_cv_target in
2515*-*-*) ;;
2516*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2517esac
2518target=$ac_cv_target
2519ac_save_IFS=$IFS; IFS='-'
2520set x $ac_cv_target
2521shift
2522target_cpu=$1
2523target_vendor=$2
2524shift; shift
2525# Remember, the first character of IFS is used to create $*,
2526# except with old shells:
2527target_os=$*
2528IFS=$ac_save_IFS
2529case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2530
2531
2532# The aliases save the names the user supplied, while $host etc.
2533# will get canonicalized.
2534test -n "$target_alias" &&
2535 test "$program_prefix$program_suffix$program_transform_name" = \
2536 NONENONEs,x,x, &&
2537 program_prefix=${target_alias}-
6bb11ab3
L
2538ac_ext=c
2539ac_cpp='$CPP $CPPFLAGS'
2540ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2541ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2542ac_compiler_gnu=$ac_cv_c_compiler_gnu
2543if test -n "$ac_tool_prefix"; then
2544 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2545set dummy ${ac_tool_prefix}gcc; ac_word=$2
2546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2547$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2548if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2549 $as_echo_n "(cached) " >&6
2550else
2551 if test -n "$CC"; then
2552 ac_cv_prog_CC="$CC" # Let the user override the test.
2553else
2554as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2555for as_dir in $PATH
2556do
2557 IFS=$as_save_IFS
2558 test -z "$as_dir" && as_dir=.
2559 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2560 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2561 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2563 break 2
2564 fi
2565done
2566 done
2567IFS=$as_save_IFS
2568
2569fi
2570fi
2571CC=$ac_cv_prog_CC
2572if test -n "$CC"; then
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2574$as_echo "$CC" >&6; }
2575else
2576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2577$as_echo "no" >&6; }
2578fi
2579
2580
2581fi
2582if test -z "$ac_cv_prog_CC"; then
2583 ac_ct_CC=$CC
2584 # Extract the first word of "gcc", so it can be a program name with args.
2585set dummy gcc; ac_word=$2
2586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2587$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2588if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2589 $as_echo_n "(cached) " >&6
2590else
2591 if test -n "$ac_ct_CC"; then
2592 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2593else
2594as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2595for as_dir in $PATH
2596do
2597 IFS=$as_save_IFS
2598 test -z "$as_dir" && as_dir=.
2599 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2600 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2601 ac_cv_prog_ac_ct_CC="gcc"
2602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2603 break 2
2604 fi
2605done
2606 done
2607IFS=$as_save_IFS
2608
2609fi
2610fi
2611ac_ct_CC=$ac_cv_prog_ac_ct_CC
2612if test -n "$ac_ct_CC"; then
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2614$as_echo "$ac_ct_CC" >&6; }
2615else
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2617$as_echo "no" >&6; }
2618fi
2619
2620 if test "x$ac_ct_CC" = x; then
2621 CC=""
2622 else
2623 case $cross_compiling:$ac_tool_warned in
2624yes:)
2625{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2626$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2627ac_tool_warned=yes ;;
2628esac
2629 CC=$ac_ct_CC
2630 fi
2631else
2632 CC="$ac_cv_prog_CC"
2633fi
2634
2635if test -z "$CC"; then
2636 if test -n "$ac_tool_prefix"; then
2637 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2638set dummy ${ac_tool_prefix}cc; ac_word=$2
2639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2640$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2641if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2642 $as_echo_n "(cached) " >&6
2643else
2644 if test -n "$CC"; then
2645 ac_cv_prog_CC="$CC" # Let the user override the test.
2646else
2647as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2648for as_dir in $PATH
2649do
2650 IFS=$as_save_IFS
2651 test -z "$as_dir" && as_dir=.
2652 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2653 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2654 ac_cv_prog_CC="${ac_tool_prefix}cc"
2655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2656 break 2
2657 fi
2658done
2659 done
2660IFS=$as_save_IFS
2661
2662fi
2663fi
2664CC=$ac_cv_prog_CC
2665if test -n "$CC"; then
2666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2667$as_echo "$CC" >&6; }
2668else
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2670$as_echo "no" >&6; }
2671fi
2672
2673
2674 fi
2675fi
2676if test -z "$CC"; then
2677 # Extract the first word of "cc", so it can be a program name with args.
2678set dummy cc; ac_word=$2
2679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2680$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2681if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2682 $as_echo_n "(cached) " >&6
2683else
2684 if test -n "$CC"; then
2685 ac_cv_prog_CC="$CC" # Let the user override the test.
2686else
2687 ac_prog_rejected=no
2688as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2689for as_dir in $PATH
2690do
2691 IFS=$as_save_IFS
2692 test -z "$as_dir" && as_dir=.
2693 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2694 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2695 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2696 ac_prog_rejected=yes
2697 continue
2698 fi
2699 ac_cv_prog_CC="cc"
2700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2701 break 2
2702 fi
2703done
2704 done
2705IFS=$as_save_IFS
2706
2707if test $ac_prog_rejected = yes; then
2708 # We found a bogon in the path, so make sure we never use it.
2709 set dummy $ac_cv_prog_CC
2710 shift
2711 if test $# != 0; then
2712 # We chose a different compiler from the bogus one.
2713 # However, it has the same basename, so the bogon will be chosen
2714 # first if we set CC to just the basename; use the full file name.
2715 shift
2716 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2717 fi
2718fi
2719fi
2720fi
2721CC=$ac_cv_prog_CC
2722if test -n "$CC"; then
2723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2724$as_echo "$CC" >&6; }
2725else
2726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2727$as_echo "no" >&6; }
2728fi
2729
2730
2731fi
2732if test -z "$CC"; then
2733 if test -n "$ac_tool_prefix"; then
2734 for ac_prog in cl.exe
2735 do
2736 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2737set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2739$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2740if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
2741 $as_echo_n "(cached) " >&6
2742else
2743 if test -n "$CC"; then
2744 ac_cv_prog_CC="$CC" # Let the user override the test.
2745else
2746as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2747for as_dir in $PATH
2748do
2749 IFS=$as_save_IFS
2750 test -z "$as_dir" && as_dir=.
2751 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2752 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2753 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2755 break 2
2756 fi
2757done
2758 done
2759IFS=$as_save_IFS
2760
2761fi
2762fi
2763CC=$ac_cv_prog_CC
2764if test -n "$CC"; then
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2766$as_echo "$CC" >&6; }
2767else
2768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2769$as_echo "no" >&6; }
2770fi
2771
2772
2773 test -n "$CC" && break
2774 done
2775fi
2776if test -z "$CC"; then
2777 ac_ct_CC=$CC
2778 for ac_prog in cl.exe
2779do
2780 # Extract the first word of "$ac_prog", so it can be a program name with args.
2781set dummy $ac_prog; ac_word=$2
2782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2783$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2784if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
2785 $as_echo_n "(cached) " >&6
2786else
2787 if test -n "$ac_ct_CC"; then
2788 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2789else
2790as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2791for as_dir in $PATH
2792do
2793 IFS=$as_save_IFS
2794 test -z "$as_dir" && as_dir=.
2795 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2796 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
2797 ac_cv_prog_ac_ct_CC="$ac_prog"
2798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2799 break 2
2800 fi
2801done
2802 done
2803IFS=$as_save_IFS
2804
2805fi
2806fi
2807ac_ct_CC=$ac_cv_prog_ac_ct_CC
2808if test -n "$ac_ct_CC"; then
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2810$as_echo "$ac_ct_CC" >&6; }
2811else
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2813$as_echo "no" >&6; }
2814fi
2815
2816
2817 test -n "$ac_ct_CC" && break
2818done
2819
2820 if test "x$ac_ct_CC" = x; then
2821 CC=""
2822 else
2823 case $cross_compiling:$ac_tool_warned in
2824yes:)
2825{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2826$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2827ac_tool_warned=yes ;;
2828esac
2829 CC=$ac_ct_CC
2830 fi
2831fi
2832
2833fi
2834
2835
2836test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2837$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2838as_fn_error $? "no acceptable C compiler found in \$PATH
2839See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
2840
2841# Provide some information about the compiler.
2842$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2843set X $ac_compile
2844ac_compiler=$2
2845for ac_option in --version -v -V -qversion; do
2846 { { ac_try="$ac_compiler $ac_option >&5"
2847case "(($ac_try" in
2848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2849 *) ac_try_echo=$ac_try;;
2850esac
2851eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2852$as_echo "$ac_try_echo"; } >&5
2853 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2854 ac_status=$?
2855 if test -s conftest.err; then
2856 sed '10a\
2857... rest of stderr output deleted ...
2858 10q' conftest.err >conftest.er1
2859 cat conftest.er1 >&5
6bb11ab3 2860 fi
d0ac1c44 2861 rm -f conftest.er1 conftest.err
6bb11ab3
L
2862 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2863 test $ac_status = 0; }
2864done
2865
2866cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2867/* end confdefs.h. */
2868
2869int
2870main ()
2871{
2872
2873 ;
2874 return 0;
2875}
2876_ACEOF
2877ac_clean_files_save=$ac_clean_files
d0ac1c44 2878ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
2879# Try to create an executable without -o first, disregard a.out.
2880# It will help us diagnose broken compilers, and finding out an intuition
2881# of exeext.
d0ac1c44
SM
2882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2883$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
2884ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2885
2886# The possible output files:
2887ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2888
2889ac_rmfiles=
2890for ac_file in $ac_files
2891do
2892 case $ac_file in
2893 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2894 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2895 esac
2896done
2897rm -f $ac_rmfiles
2898
2899if { { ac_try="$ac_link_default"
2900case "(($ac_try" in
2901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2902 *) ac_try_echo=$ac_try;;
2903esac
2904eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2905$as_echo "$ac_try_echo"; } >&5
2906 (eval "$ac_link_default") 2>&5
2907 ac_status=$?
2908 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2909 test $ac_status = 0; }; then :
2910 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2911# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2912# in a Makefile. We should not override ac_cv_exeext if it was cached,
2913# so that the user can short-circuit this test for compilers unknown to
2914# Autoconf.
2915for ac_file in $ac_files ''
2916do
2917 test -f "$ac_file" || continue
2918 case $ac_file in
2919 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2920 ;;
2921 [ab].out )
2922 # We found the default executable, but exeext='' is most
2923 # certainly right.
2924 break;;
2925 *.* )
2926 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2927 then :; else
2928 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929 fi
2930 # We set ac_cv_exeext here because the later test for it is not
2931 # safe: cross compilers may not add the suffix if given an `-o'
2932 # argument, so we may need to know it at that point already.
2933 # Even if this section looks crufty: it has the advantage of
2934 # actually working.
2935 break;;
2936 * )
2937 break;;
2938 esac
2939done
2940test "$ac_cv_exeext" = no && ac_cv_exeext=
2941
2942else
2943 ac_file=''
2944fi
6bb11ab3 2945if test -z "$ac_file"; then :
d0ac1c44
SM
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2947$as_echo "no" >&6; }
2948$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
2949sed 's/^/| /' conftest.$ac_ext >&5
2950
2951{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2952$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2953as_fn_error 77 "C compiler cannot create executables
2954See \`config.log' for more details" "$LINENO" 5; }
2955else
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2957$as_echo "yes" >&6; }
6bb11ab3 2958fi
d0ac1c44
SM
2959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2960$as_echo_n "checking for C compiler default output file name... " >&6; }
2961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2962$as_echo "$ac_file" >&6; }
6bb11ab3
L
2963ac_exeext=$ac_cv_exeext
2964
d0ac1c44 2965rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 2966ac_clean_files=$ac_clean_files_save
6bb11ab3
L
2967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2968$as_echo_n "checking for suffix of executables... " >&6; }
2969if { { ac_try="$ac_link"
2970case "(($ac_try" in
2971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2972 *) ac_try_echo=$ac_try;;
2973esac
2974eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2975$as_echo "$ac_try_echo"; } >&5
2976 (eval "$ac_link") 2>&5
2977 ac_status=$?
2978 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2979 test $ac_status = 0; }; then :
2980 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2981# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2982# work properly (i.e., refer to `conftest.exe'), while it won't with
2983# `rm'.
2984for ac_file in conftest.exe conftest conftest.*; do
2985 test -f "$ac_file" || continue
2986 case $ac_file in
2987 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2988 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2989 break;;
2990 * ) break;;
2991 esac
2992done
2993else
2994 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2995$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2996as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2997See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 2998fi
d0ac1c44 2999rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
3000{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3001$as_echo "$ac_cv_exeext" >&6; }
3002
3003rm -f conftest.$ac_ext
3004EXEEXT=$ac_cv_exeext
3005ac_exeext=$EXEEXT
d0ac1c44
SM
3006cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3007/* end confdefs.h. */
3008#include <stdio.h>
3009int
3010main ()
3011{
3012FILE *f = fopen ("conftest.out", "w");
3013 return ferror (f) || fclose (f) != 0;
3014
3015 ;
3016 return 0;
3017}
3018_ACEOF
3019ac_clean_files="$ac_clean_files conftest.out"
3020# Check that the compiler produces executables we can run. If not, either
3021# the compiler is broken, or we cross compile.
3022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3023$as_echo_n "checking whether we are cross compiling... " >&6; }
3024if test "$cross_compiling" != yes; then
3025 { { ac_try="$ac_link"
3026case "(($ac_try" in
3027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3028 *) ac_try_echo=$ac_try;;
3029esac
3030eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3031$as_echo "$ac_try_echo"; } >&5
3032 (eval "$ac_link") 2>&5
3033 ac_status=$?
3034 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3035 test $ac_status = 0; }
3036 if { ac_try='./conftest$ac_cv_exeext'
3037 { { case "(($ac_try" in
3038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3039 *) ac_try_echo=$ac_try;;
3040esac
3041eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3042$as_echo "$ac_try_echo"; } >&5
3043 (eval "$ac_try") 2>&5
3044 ac_status=$?
3045 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3046 test $ac_status = 0; }; }; then
3047 cross_compiling=no
3048 else
3049 if test "$cross_compiling" = maybe; then
3050 cross_compiling=yes
3051 else
3052 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3053$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3054as_fn_error $? "cannot run C compiled programs.
3055If you meant to cross compile, use \`--host'.
3056See \`config.log' for more details" "$LINENO" 5; }
3057 fi
3058 fi
3059fi
3060{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3061$as_echo "$cross_compiling" >&6; }
3062
3063rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3064ac_clean_files=$ac_clean_files_save
6bb11ab3
L
3065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3066$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3067if ${ac_cv_objext+:} false; then :
6bb11ab3
L
3068 $as_echo_n "(cached) " >&6
3069else
3070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3071/* end confdefs.h. */
3072
3073int
3074main ()
3075{
3076
3077 ;
3078 return 0;
3079}
3080_ACEOF
3081rm -f conftest.o conftest.obj
3082if { { ac_try="$ac_compile"
3083case "(($ac_try" in
3084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3085 *) ac_try_echo=$ac_try;;
3086esac
3087eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3088$as_echo "$ac_try_echo"; } >&5
3089 (eval "$ac_compile") 2>&5
3090 ac_status=$?
3091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3092 test $ac_status = 0; }; then :
3093 for ac_file in conftest.o conftest.obj conftest.*; do
3094 test -f "$ac_file" || continue;
3095 case $ac_file in
3096 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3097 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3098 break;;
3099 esac
3100done
3101else
3102 $as_echo "$as_me: failed program was:" >&5
3103sed 's/^/| /' conftest.$ac_ext >&5
3104
3105{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3106$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3107as_fn_error $? "cannot compute suffix of object files: cannot compile
3108See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
3109fi
3110rm -f conftest.$ac_cv_objext conftest.$ac_ext
3111fi
3112{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3113$as_echo "$ac_cv_objext" >&6; }
3114OBJEXT=$ac_cv_objext
3115ac_objext=$OBJEXT
3116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3117$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3118if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
3119 $as_echo_n "(cached) " >&6
3120else
3121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3122/* end confdefs.h. */
3123
3124int
3125main ()
3126{
3127#ifndef __GNUC__
3128 choke me
3129#endif
3130
3131 ;
3132 return 0;
3133}
3134_ACEOF
3135if ac_fn_c_try_compile "$LINENO"; then :
3136 ac_compiler_gnu=yes
3137else
3138 ac_compiler_gnu=no
3139fi
3140rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3141ac_cv_c_compiler_gnu=$ac_compiler_gnu
3142
3143fi
3144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3145$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3146if test $ac_compiler_gnu = yes; then
3147 GCC=yes
3148else
3149 GCC=
3150fi
3151ac_test_CFLAGS=${CFLAGS+set}
3152ac_save_CFLAGS=$CFLAGS
3153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3154$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3155if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
3156 $as_echo_n "(cached) " >&6
3157else
3158 ac_save_c_werror_flag=$ac_c_werror_flag
3159 ac_c_werror_flag=yes
3160 ac_cv_prog_cc_g=no
3161 CFLAGS="-g"
3162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3163/* end confdefs.h. */
3164
3165int
3166main ()
3167{
3168
3169 ;
3170 return 0;
3171}
3172_ACEOF
3173if ac_fn_c_try_compile "$LINENO"; then :
3174 ac_cv_prog_cc_g=yes
3175else
3176 CFLAGS=""
3177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3178/* end confdefs.h. */
3179
3180int
3181main ()
3182{
3183
3184 ;
3185 return 0;
3186}
3187_ACEOF
3188if ac_fn_c_try_compile "$LINENO"; then :
3189
3190else
3191 ac_c_werror_flag=$ac_save_c_werror_flag
3192 CFLAGS="-g"
3193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3194/* end confdefs.h. */
3195
3196int
3197main ()
3198{
3199
3200 ;
3201 return 0;
3202}
3203_ACEOF
3204if ac_fn_c_try_compile "$LINENO"; then :
3205 ac_cv_prog_cc_g=yes
3206fi
3207rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3208fi
3209rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3210fi
3211rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3212 ac_c_werror_flag=$ac_save_c_werror_flag
3213fi
3214{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3215$as_echo "$ac_cv_prog_cc_g" >&6; }
3216if test "$ac_test_CFLAGS" = set; then
3217 CFLAGS=$ac_save_CFLAGS
3218elif test $ac_cv_prog_cc_g = yes; then
3219 if test "$GCC" = yes; then
3220 CFLAGS="-g -O2"
3221 else
3222 CFLAGS="-g"
3223 fi
3224else
3225 if test "$GCC" = yes; then
3226 CFLAGS="-O2"
3227 else
3228 CFLAGS=
3229 fi
3230fi
3231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3232$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3233if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
3234 $as_echo_n "(cached) " >&6
3235else
3236 ac_cv_prog_cc_c89=no
3237ac_save_CC=$CC
3238cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3239/* end confdefs.h. */
3240#include <stdarg.h>
3241#include <stdio.h>
d0ac1c44 3242struct stat;
6bb11ab3
L
3243/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3244struct buf { int x; };
3245FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246static char *e (p, i)
3247 char **p;
3248 int i;
3249{
3250 return p[i];
3251}
3252static char *f (char * (*g) (char **, int), char **p, ...)
3253{
3254 char *s;
3255 va_list v;
3256 va_start (v,p);
3257 s = g (p, va_arg (v,int));
3258 va_end (v);
3259 return s;
3260}
3261
3262/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3263 function prototypes and stuff, but not '\xHH' hex character constants.
3264 These don't provoke an error unfortunately, instead are silently treated
3265 as 'x'. The following induces an error, until -std is added to get
3266 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3267 array size at least. It's necessary to write '\x00'==0 to get something
3268 that's true only with -std. */
3269int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3270
3271/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272 inside strings and character constants. */
3273#define FOO(x) 'x'
3274int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3275
3276int test (int i, double x);
3277struct s1 {int (*f) (int a);};
3278struct s2 {int (*f) (double a);};
3279int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280int argc;
3281char **argv;
3282int
3283main ()
3284{
3285return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3286 ;
3287 return 0;
3288}
3289_ACEOF
3290for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3292do
3293 CC="$ac_save_CC $ac_arg"
3294 if ac_fn_c_try_compile "$LINENO"; then :
3295 ac_cv_prog_cc_c89=$ac_arg
3296fi
3297rm -f core conftest.err conftest.$ac_objext
3298 test "x$ac_cv_prog_cc_c89" != "xno" && break
3299done
3300rm -f conftest.$ac_ext
3301CC=$ac_save_CC
3302
3303fi
3304# AC_CACHE_VAL
3305case "x$ac_cv_prog_cc_c89" in
3306 x)
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3308$as_echo "none needed" >&6; } ;;
3309 xno)
3310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3311$as_echo "unsupported" >&6; } ;;
3312 *)
3313 CC="$CC $ac_cv_prog_cc_c89"
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3315$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3316esac
3317if test "x$ac_cv_prog_cc_c89" != xno; then :
3318
3319fi
3320
3321ac_ext=c
3322ac_cpp='$CPP $CPPFLAGS'
3323ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3324ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3325ac_compiler_gnu=$ac_cv_c_compiler_gnu
3326
c2783492 3327
ebe9564b
MF
3328ac_ext=c
3329ac_cpp='$CPP $CPPFLAGS'
3330ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3331ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3332ac_compiler_gnu=$ac_cv_c_compiler_gnu
3333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3334$as_echo_n "checking how to run the C preprocessor... " >&6; }
3335# On Suns, sometimes $CPP names a directory.
3336if test -n "$CPP" && test -d "$CPP"; then
3337 CPP=
3338fi
3339if test -z "$CPP"; then
3340 if ${ac_cv_prog_CPP+:} false; then :
3341 $as_echo_n "(cached) " >&6
3342else
3343 # Double quotes because CPP needs to be expanded
3344 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3345 do
3346 ac_preproc_ok=false
3347for ac_c_preproc_warn_flag in '' yes
3348do
3349 # Use a header file that comes with gcc, so configuring glibc
3350 # with a fresh cross-compiler works.
3351 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3352 # <limits.h> exists even on freestanding compilers.
3353 # On the NeXT, cc -E runs the code through the compiler's parser,
3354 # not just through cpp. "Syntax error" is here to catch this case.
3355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3356/* end confdefs.h. */
3357#ifdef __STDC__
3358# include <limits.h>
3359#else
3360# include <assert.h>
3361#endif
3362 Syntax error
3363_ACEOF
3364if ac_fn_c_try_cpp "$LINENO"; then :
3365
3366else
3367 # Broken: fails on valid input.
3368continue
3369fi
3370rm -f conftest.err conftest.i conftest.$ac_ext
3371
3372 # OK, works on sane cases. Now check whether nonexistent headers
3373 # can be detected and how.
3374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3375/* end confdefs.h. */
3376#include <ac_nonexistent.h>
3377_ACEOF
3378if ac_fn_c_try_cpp "$LINENO"; then :
3379 # Broken: success on invalid input.
3380continue
3381else
3382 # Passes both tests.
3383ac_preproc_ok=:
3384break
3385fi
3386rm -f conftest.err conftest.i conftest.$ac_ext
3387
3388done
3389# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3390rm -f conftest.i conftest.err conftest.$ac_ext
3391if $ac_preproc_ok; then :
3392 break
3393fi
3394
3395 done
3396 ac_cv_prog_CPP=$CPP
3397
3398fi
3399 CPP=$ac_cv_prog_CPP
3400else
3401 ac_cv_prog_CPP=$CPP
3402fi
3403{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3404$as_echo "$CPP" >&6; }
3405ac_preproc_ok=false
3406for ac_c_preproc_warn_flag in '' yes
3407do
3408 # Use a header file that comes with gcc, so configuring glibc
3409 # with a fresh cross-compiler works.
3410 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3411 # <limits.h> exists even on freestanding compilers.
3412 # On the NeXT, cc -E runs the code through the compiler's parser,
3413 # not just through cpp. "Syntax error" is here to catch this case.
3414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3415/* end confdefs.h. */
3416#ifdef __STDC__
3417# include <limits.h>
3418#else
3419# include <assert.h>
3420#endif
3421 Syntax error
3422_ACEOF
3423if ac_fn_c_try_cpp "$LINENO"; then :
3424
3425else
3426 # Broken: fails on valid input.
3427continue
3428fi
3429rm -f conftest.err conftest.i conftest.$ac_ext
3430
3431 # OK, works on sane cases. Now check whether nonexistent headers
3432 # can be detected and how.
3433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3434/* end confdefs.h. */
3435#include <ac_nonexistent.h>
3436_ACEOF
3437if ac_fn_c_try_cpp "$LINENO"; then :
3438 # Broken: success on invalid input.
3439continue
3440else
3441 # Passes both tests.
3442ac_preproc_ok=:
3443break
3444fi
3445rm -f conftest.err conftest.i conftest.$ac_ext
3446
3447done
3448# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3449rm -f conftest.i conftest.err conftest.$ac_ext
3450if $ac_preproc_ok; then :
3451
3452else
3453 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3454$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3455as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3456See \`config.log' for more details" "$LINENO" 5; }
3457fi
3458
3459ac_ext=c
3460ac_cpp='$CPP $CPPFLAGS'
3461ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3462ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3463ac_compiler_gnu=$ac_cv_c_compiler_gnu
3464
6bb11ab3
L
3465
3466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3467$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3468if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
3469 $as_echo_n "(cached) " >&6
3470else
3471 if test -z "$GREP"; then
3472 ac_path_GREP_found=false
3473 # Loop through the user's path and test for each of PROGNAME-LIST
3474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3475for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3476do
3477 IFS=$as_save_IFS
3478 test -z "$as_dir" && as_dir=.
3479 for ac_prog in grep ggrep; do
3480 for ac_exec_ext in '' $ac_executable_extensions; do
3481 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3482 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
3483# Check for GNU ac_path_GREP and select it if it is found.
3484 # Check for GNU $ac_path_GREP
3485case `"$ac_path_GREP" --version 2>&1` in
3486*GNU*)
3487 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3488*)
3489 ac_count=0
3490 $as_echo_n 0123456789 >"conftest.in"
3491 while :
3492 do
3493 cat "conftest.in" "conftest.in" >"conftest.tmp"
3494 mv "conftest.tmp" "conftest.in"
3495 cp "conftest.in" "conftest.nl"
3496 $as_echo 'GREP' >> "conftest.nl"
3497 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3498 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3499 as_fn_arith $ac_count + 1 && ac_count=$as_val
3500 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3501 # Best one so far, save it but keep looking for a better one
3502 ac_cv_path_GREP="$ac_path_GREP"
3503 ac_path_GREP_max=$ac_count
3504 fi
3505 # 10*(2^10) chars as input seems more than enough
3506 test $ac_count -gt 10 && break
3507 done
3508 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3509esac
3510
3511 $ac_path_GREP_found && break 3
3512 done
3513 done
3514 done
3515IFS=$as_save_IFS
3516 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3517 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3518 fi
3519else
3520 ac_cv_path_GREP=$GREP
3521fi
3522
3523fi
3524{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3525$as_echo "$ac_cv_path_GREP" >&6; }
3526 GREP="$ac_cv_path_GREP"
3527
3528
3529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3530$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3531if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
3532 $as_echo_n "(cached) " >&6
3533else
3534 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3535 then ac_cv_path_EGREP="$GREP -E"
3536 else
3537 if test -z "$EGREP"; then
3538 ac_path_EGREP_found=false
3539 # Loop through the user's path and test for each of PROGNAME-LIST
3540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3541for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3542do
3543 IFS=$as_save_IFS
3544 test -z "$as_dir" && as_dir=.
3545 for ac_prog in egrep; do
3546 for ac_exec_ext in '' $ac_executable_extensions; do
3547 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3548 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
3549# Check for GNU ac_path_EGREP and select it if it is found.
3550 # Check for GNU $ac_path_EGREP
3551case `"$ac_path_EGREP" --version 2>&1` in
3552*GNU*)
3553 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3554*)
3555 ac_count=0
3556 $as_echo_n 0123456789 >"conftest.in"
3557 while :
3558 do
3559 cat "conftest.in" "conftest.in" >"conftest.tmp"
3560 mv "conftest.tmp" "conftest.in"
3561 cp "conftest.in" "conftest.nl"
3562 $as_echo 'EGREP' >> "conftest.nl"
3563 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3564 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3565 as_fn_arith $ac_count + 1 && ac_count=$as_val
3566 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3567 # Best one so far, save it but keep looking for a better one
3568 ac_cv_path_EGREP="$ac_path_EGREP"
3569 ac_path_EGREP_max=$ac_count
3570 fi
3571 # 10*(2^10) chars as input seems more than enough
3572 test $ac_count -gt 10 && break
3573 done
3574 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3575esac
3576
3577 $ac_path_EGREP_found && break 3
3578 done
3579 done
3580 done
3581IFS=$as_save_IFS
3582 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3583 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
3584 fi
3585else
3586 ac_cv_path_EGREP=$EGREP
3587fi
3588
3589 fi
3590fi
3591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3592$as_echo "$ac_cv_path_EGREP" >&6; }
3593 EGREP="$ac_cv_path_EGREP"
3594
3595
3596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3597$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3598if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
3599 $as_echo_n "(cached) " >&6
3600else
3601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3602/* end confdefs.h. */
3603#include <stdlib.h>
3604#include <stdarg.h>
3605#include <string.h>
3606#include <float.h>
3607
3608int
3609main ()
3610{
3611
3612 ;
3613 return 0;
3614}
3615_ACEOF
3616if ac_fn_c_try_compile "$LINENO"; then :
3617 ac_cv_header_stdc=yes
3618else
3619 ac_cv_header_stdc=no
3620fi
3621rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3622
3623if test $ac_cv_header_stdc = yes; then
3624 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3626/* end confdefs.h. */
3627#include <string.h>
3628
3629_ACEOF
3630if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3631 $EGREP "memchr" >/dev/null 2>&1; then :
3632
3633else
3634 ac_cv_header_stdc=no
3635fi
3636rm -f conftest*
3637
3638fi
3639
3640if test $ac_cv_header_stdc = yes; then
3641 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3643/* end confdefs.h. */
3644#include <stdlib.h>
3645
3646_ACEOF
3647if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3648 $EGREP "free" >/dev/null 2>&1; then :
3649
3650else
3651 ac_cv_header_stdc=no
3652fi
3653rm -f conftest*
3654
3655fi
3656
3657if test $ac_cv_header_stdc = yes; then
3658 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3659 if test "$cross_compiling" = yes; then :
3660 :
3661else
3662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3663/* end confdefs.h. */
3664#include <ctype.h>
3665#include <stdlib.h>
3666#if ((' ' & 0x0FF) == 0x020)
3667# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3668# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3669#else
3670# define ISLOWER(c) \
3671 (('a' <= (c) && (c) <= 'i') \
3672 || ('j' <= (c) && (c) <= 'r') \
3673 || ('s' <= (c) && (c) <= 'z'))
3674# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3675#endif
3676
3677#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3678int
3679main ()
3680{
3681 int i;
3682 for (i = 0; i < 256; i++)
3683 if (XOR (islower (i), ISLOWER (i))
3684 || toupper (i) != TOUPPER (i))
3685 return 2;
3686 return 0;
3687}
3688_ACEOF
3689if ac_fn_c_try_run "$LINENO"; then :
3690
3691else
3692 ac_cv_header_stdc=no
3693fi
3694rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3695 conftest.$ac_objext conftest.beam conftest.$ac_ext
3696fi
3697
3698fi
3699fi
3700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3701$as_echo "$ac_cv_header_stdc" >&6; }
3702if test $ac_cv_header_stdc = yes; then
3703
3704$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3705
3706fi
3707
3708# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3709for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3710 inttypes.h stdint.h unistd.h
3711do :
3712 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3713ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3714"
d0ac1c44 3715if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
3716 cat >>confdefs.h <<_ACEOF
3717#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3718_ACEOF
3719
3720fi
3721
3722done
3723
3724
3725
3726 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3727if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
3728 MINIX=yes
3729else
3730 MINIX=
3731fi
3732
3733
3734 if test "$MINIX" = yes; then
3735
3736$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3737
3738
3739$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3740
3741
3742$as_echo "#define _MINIX 1" >>confdefs.h
3743
3744 fi
3745
3746
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3748$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3749if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
3750 $as_echo_n "(cached) " >&6
3751else
3752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3753/* end confdefs.h. */
3754
d0ac1c44
SM
3755# define __EXTENSIONS__ 1
3756 $ac_includes_default
6bb11ab3
L
3757int
3758main ()
3759{
3760
3761 ;
3762 return 0;
3763}
3764_ACEOF
3765if ac_fn_c_try_compile "$LINENO"; then :
3766 ac_cv_safe_to_define___extensions__=yes
3767else
3768 ac_cv_safe_to_define___extensions__=no
3769fi
3770rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3771fi
3772{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3773$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3774 test $ac_cv_safe_to_define___extensions__ = yes &&
3775 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3776
3777 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3778
3779 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3780
3781 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3782
3783 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3784
3785
3786test "$program_prefix" != NONE &&
3787 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3788# Use a double $ so make ignores it.
3789test "$program_suffix" != NONE &&
3790 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3791# Double any \ or $.
3792# By default was `s,x,x', remove it if useless.
3793ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3794program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3795
3796# Find a good install program. We prefer a C program (faster),
3797# so one script is as good as another. But avoid the broken or
3798# incompatible versions:
3799# SysV /etc/install, /usr/sbin/install
3800# SunOS /usr/etc/install
3801# IRIX /sbin/install
3802# AIX /bin/install
3803# AmigaOS /C/install, which installs bootblocks on floppy discs
3804# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3805# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3806# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3807# OS/2's system install, which has a completely different semantic
3808# ./install, which can be erroneously created by make from ./install.sh.
3809# Reject install programs that cannot install multiple files.
3810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3811$as_echo_n "checking for a BSD-compatible install... " >&6; }
3812if test -z "$INSTALL"; then
d0ac1c44 3813if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
3814 $as_echo_n "(cached) " >&6
3815else
3816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3817for as_dir in $PATH
3818do
3819 IFS=$as_save_IFS
3820 test -z "$as_dir" && as_dir=.
3821 # Account for people who put trailing slashes in PATH elements.
3822case $as_dir/ in #((
3823 ./ | .// | /[cC]/* | \
3824 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3825 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3826 /usr/ucb/* ) ;;
3827 *)
3828 # OSF1 and SCO ODT 3.0 have their own names for install.
3829 # Don't use installbsd from OSF since it installs stuff as root
3830 # by default.
3831 for ac_prog in ginstall scoinst install; do
3832 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3833 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
3834 if test $ac_prog = install &&
3835 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3836 # AIX install. It has an incompatible calling convention.
3837 :
3838 elif test $ac_prog = install &&
3839 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3840 # program-specific install script used by HP pwplus--don't use.
3841 :
3842 else
3843 rm -rf conftest.one conftest.two conftest.dir
3844 echo one > conftest.one
3845 echo two > conftest.two
3846 mkdir conftest.dir
3847 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3848 test -s conftest.one && test -s conftest.two &&
3849 test -s conftest.dir/conftest.one &&
3850 test -s conftest.dir/conftest.two
3851 then
3852 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3853 break 3
3854 fi
3855 fi
3856 fi
3857 done
3858 done
3859 ;;
3860esac
3861
3862 done
3863IFS=$as_save_IFS
3864
3865rm -rf conftest.one conftest.two conftest.dir
3866
3867fi
3868 if test "${ac_cv_path_install+set}" = set; then
3869 INSTALL=$ac_cv_path_install
3870 else
3871 # As a last resort, use the slow shell script. Don't cache a
3872 # value for INSTALL within a source directory, because that will
3873 # break other packages using the cache if that directory is
3874 # removed, or if the value is a relative name.
3875 INSTALL=$ac_install_sh
3876 fi
3877fi
3878{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3879$as_echo "$INSTALL" >&6; }
3880
3881# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3882# It thinks the first close brace ends the variable substitution.
3883test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3884
3885test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3886
3887test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3888
3889rm -rf .tst 2>/dev/null
3890mkdir .tst 2>/dev/null
3891if test -d .tst; then
3892 am__leading_dot=.
3893else
3894 am__leading_dot=_
3895fi
3896rmdir .tst 2>/dev/null
3897
3898DEPDIR="${am__leading_dot}deps"
37e9f182
MF
3899
3900
2c2645d7
MF
3901
3902
3903 for ac_header in $ac_header_list
3904do :
3905 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3906ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3907"
3908if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3909 cat >>confdefs.h <<_ACEOF
3910#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3911_ACEOF
3912
3913fi
3914
3915done
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
37e9f182
MF
3936
3937
3938 for ac_func in $ac_func_list
3939do :
3940 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3941ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
3942if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
3943 cat >>confdefs.h <<_ACEOF
3944#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3945_ACEOF
3946
3947fi
3948done
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
6bb11ab3
L
3969
3970case `pwd` in
3971 *\ * | *\ *)
3972 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3973$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3974esac
3975
3976
3977
3978macro_version='2.2.7a'
3979macro_revision='1.3134'
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993ltmain="$ac_aux_dir/ltmain.sh"
3994
3995# Backslashify metacharacters that are still active within
3996# double-quoted strings.
3997sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3998
3999# Same as above, but do not quote variable references.
4000double_quote_subst='s/\(["`\\]\)/\\\1/g'
4001
4002# Sed substitution to delay expansion of an escaped shell variable in a
4003# double_quote_subst'ed string.
4004delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4005
4006# Sed substitution to delay expansion of an escaped single quote.
4007delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4008
4009# Sed substitution to avoid accidental globbing in evaled expressions
4010no_glob_subst='s/\*/\\\*/g'
4011
4012ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4013ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4014ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4015
4016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4017$as_echo_n "checking how to print strings... " >&6; }
4018# Test print first, because it will be a builtin if present.
4019if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4020 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4021 ECHO='print -r --'
4022elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4023 ECHO='printf %s\n'
4024else
4025 # Use this function as a fallback that always works.
4026 func_fallback_echo ()
4027 {
4028 eval 'cat <<_LTECHO_EOF
4029$1
4030_LTECHO_EOF'
4031 }
4032 ECHO='func_fallback_echo'
4033fi
4034
4035# func_echo_all arg...
4036# Invoke $ECHO with all args, space-separated.
4037func_echo_all ()
4038{
4039 $ECHO ""
4040}
4041
4042case "$ECHO" in
4043 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4044$as_echo "printf" >&6; } ;;
4045 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4046$as_echo "print -r" >&6; } ;;
4047 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4048$as_echo "cat" >&6; } ;;
4049esac
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4065$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 4066if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
4067 $as_echo_n "(cached) " >&6
4068else
4069 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4070 for ac_i in 1 2 3 4 5 6 7; do
4071 ac_script="$ac_script$as_nl$ac_script"
4072 done
4073 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4074 { ac_script=; unset ac_script;}
4075 if test -z "$SED"; then
4076 ac_path_SED_found=false
4077 # Loop through the user's path and test for each of PROGNAME-LIST
4078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4079for as_dir in $PATH
4080do
4081 IFS=$as_save_IFS
4082 test -z "$as_dir" && as_dir=.
4083 for ac_prog in sed gsed; do
4084 for ac_exec_ext in '' $ac_executable_extensions; do
4085 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4086 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
4087# Check for GNU ac_path_SED and select it if it is found.
4088 # Check for GNU $ac_path_SED
4089case `"$ac_path_SED" --version 2>&1` in
4090*GNU*)
4091 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4092*)
4093 ac_count=0
4094 $as_echo_n 0123456789 >"conftest.in"
4095 while :
4096 do
4097 cat "conftest.in" "conftest.in" >"conftest.tmp"
4098 mv "conftest.tmp" "conftest.in"
4099 cp "conftest.in" "conftest.nl"
4100 $as_echo '' >> "conftest.nl"
4101 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4102 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4103 as_fn_arith $ac_count + 1 && ac_count=$as_val
4104 if test $ac_count -gt ${ac_path_SED_max-0}; then
4105 # Best one so far, save it but keep looking for a better one
4106 ac_cv_path_SED="$ac_path_SED"
4107 ac_path_SED_max=$ac_count
4108 fi
4109 # 10*(2^10) chars as input seems more than enough
4110 test $ac_count -gt 10 && break
4111 done
4112 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4113esac
4114
4115 $ac_path_SED_found && break 3
4116 done
4117 done
4118 done
4119IFS=$as_save_IFS
4120 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4121 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
4122 fi
4123else
4124 ac_cv_path_SED=$SED
4125fi
4126
4127fi
4128{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4129$as_echo "$ac_cv_path_SED" >&6; }
4130 SED="$ac_cv_path_SED"
4131 rm -f conftest.sed
4132
4133test -z "$SED" && SED=sed
4134Xsed="$SED -e 1s/^X//"
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4147$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4148if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
4149 $as_echo_n "(cached) " >&6
4150else
4151 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4152 then ac_cv_path_FGREP="$GREP -F"
4153 else
4154 if test -z "$FGREP"; then
4155 ac_path_FGREP_found=false
4156 # Loop through the user's path and test for each of PROGNAME-LIST
4157 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4158for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4159do
4160 IFS=$as_save_IFS
4161 test -z "$as_dir" && as_dir=.
4162 for ac_prog in fgrep; do
4163 for ac_exec_ext in '' $ac_executable_extensions; do
4164 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4165 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
4166# Check for GNU ac_path_FGREP and select it if it is found.
4167 # Check for GNU $ac_path_FGREP
4168case `"$ac_path_FGREP" --version 2>&1` in
4169*GNU*)
4170 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4171*)
4172 ac_count=0
4173 $as_echo_n 0123456789 >"conftest.in"
4174 while :
4175 do
4176 cat "conftest.in" "conftest.in" >"conftest.tmp"
4177 mv "conftest.tmp" "conftest.in"
4178 cp "conftest.in" "conftest.nl"
4179 $as_echo 'FGREP' >> "conftest.nl"
4180 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4181 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4182 as_fn_arith $ac_count + 1 && ac_count=$as_val
4183 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4184 # Best one so far, save it but keep looking for a better one
4185 ac_cv_path_FGREP="$ac_path_FGREP"
4186 ac_path_FGREP_max=$ac_count
4187 fi
4188 # 10*(2^10) chars as input seems more than enough
4189 test $ac_count -gt 10 && break
4190 done
4191 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4192esac
4193
4194 $ac_path_FGREP_found && break 3
4195 done
4196 done
4197 done
4198IFS=$as_save_IFS
4199 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4200 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
4201 fi
4202else
4203 ac_cv_path_FGREP=$FGREP
4204fi
4205
4206 fi
4207fi
4208{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4209$as_echo "$ac_cv_path_FGREP" >&6; }
4210 FGREP="$ac_cv_path_FGREP"
4211
4212
4213test -z "$GREP" && GREP=grep
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233# Check whether --with-gnu-ld was given.
4234if test "${with_gnu_ld+set}" = set; then :
4235 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4236else
4237 with_gnu_ld=no
4238fi
4239
4240ac_prog=ld
4241if test "$GCC" = yes; then
4242 # Check if gcc -print-prog-name=ld gives a path.
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4244$as_echo_n "checking for ld used by $CC... " >&6; }
4245 case $host in
4246 *-*-mingw*)
4247 # gcc leaves a trailing carriage return which upsets mingw
4248 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4249 *)
4250 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4251 esac
4252 case $ac_prog in
4253 # Accept absolute paths.
4254 [\\/]* | ?:[\\/]*)
4255 re_direlt='/[^/][^/]*/\.\./'
4256 # Canonicalize the pathname of ld
4257 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4258 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4259 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4260 done
4261 test -z "$LD" && LD="$ac_prog"
4262 ;;
4263 "")
4264 # If it fails, then pretend we aren't using GCC.
4265 ac_prog=ld
4266 ;;
4267 *)
4268 # If it is relative, then search for the first ld in PATH.
4269 with_gnu_ld=unknown
4270 ;;
4271 esac
4272elif test "$with_gnu_ld" = yes; then
4273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4274$as_echo_n "checking for GNU ld... " >&6; }
4275else
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4277$as_echo_n "checking for non-GNU ld... " >&6; }
4278fi
d0ac1c44 4279if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
4280 $as_echo_n "(cached) " >&6
4281else
4282 if test -z "$LD"; then
4283 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4284 for ac_dir in $PATH; do
4285 IFS="$lt_save_ifs"
4286 test -z "$ac_dir" && ac_dir=.
4287 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4288 lt_cv_path_LD="$ac_dir/$ac_prog"
4289 # Check to see if the program is GNU ld. I'd rather use --version,
4290 # but apparently some variants of GNU ld only accept -v.
4291 # Break only if it was the GNU/non-GNU ld that we prefer.
4292 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4293 *GNU* | *'with BFD'*)
4294 test "$with_gnu_ld" != no && break
4295 ;;
4296 *)
4297 test "$with_gnu_ld" != yes && break
4298 ;;
4299 esac
4300 fi
4301 done
4302 IFS="$lt_save_ifs"
4303else
4304 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4305fi
4306fi
4307
4308LD="$lt_cv_path_LD"
4309if test -n "$LD"; then
4310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4311$as_echo "$LD" >&6; }
4312else
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4314$as_echo "no" >&6; }
4315fi
d0ac1c44 4316test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
4317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4318$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4319if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
4320 $as_echo_n "(cached) " >&6
4321else
4322 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4323case `$LD -v 2>&1 </dev/null` in
4324*GNU* | *'with BFD'*)
4325 lt_cv_prog_gnu_ld=yes
4326 ;;
4327*)
4328 lt_cv_prog_gnu_ld=no
4329 ;;
4330esac
4331fi
4332{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4333$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4334with_gnu_ld=$lt_cv_prog_gnu_ld
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4345$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4346if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
4347 $as_echo_n "(cached) " >&6
4348else
4349 if test -n "$NM"; then
4350 # Let the user override the test.
4351 lt_cv_path_NM="$NM"
4352else
4353 lt_nm_to_check="${ac_tool_prefix}nm"
4354 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4355 lt_nm_to_check="$lt_nm_to_check nm"
4356 fi
4357 for lt_tmp_nm in $lt_nm_to_check; do
4358 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4359 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4360 IFS="$lt_save_ifs"
4361 test -z "$ac_dir" && ac_dir=.
4362 tmp_nm="$ac_dir/$lt_tmp_nm"
4363 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4364 # Check to see if the nm accepts a BSD-compat flag.
4365 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4366 # nm: unknown option "B" ignored
4367 # Tru64's nm complains that /dev/null is an invalid object file
4368 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4369 */dev/null* | *'Invalid file or object type'*)
4370 lt_cv_path_NM="$tmp_nm -B"
4371 break
4372 ;;
4373 *)
4374 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4375 */dev/null*)
4376 lt_cv_path_NM="$tmp_nm -p"
4377 break
4378 ;;
4379 *)
4380 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4381 continue # so that we can try to find one that supports BSD flags
4382 ;;
4383 esac
4384 ;;
4385 esac
4386 fi
4387 done
4388 IFS="$lt_save_ifs"
4389 done
4390 : ${lt_cv_path_NM=no}
4391fi
4392fi
4393{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4394$as_echo "$lt_cv_path_NM" >&6; }
4395if test "$lt_cv_path_NM" != "no"; then
4396 NM="$lt_cv_path_NM"
4397else
4398 # Didn't find any BSD compatible name lister, look for dumpbin.
4399 if test -n "$DUMPBIN"; then :
4400 # Let the user override the test.
4401 else
4402 if test -n "$ac_tool_prefix"; then
4403 for ac_prog in dumpbin "link -dump"
4404 do
4405 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4406set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4408$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4409if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
4410 $as_echo_n "(cached) " >&6
4411else
4412 if test -n "$DUMPBIN"; then
4413 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4414else
4415as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4416for as_dir in $PATH
4417do
4418 IFS=$as_save_IFS
4419 test -z "$as_dir" && as_dir=.
4420 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4421 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4422 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4424 break 2
4425 fi
4426done
4427 done
4428IFS=$as_save_IFS
4429
4430fi
4431fi
4432DUMPBIN=$ac_cv_prog_DUMPBIN
4433if test -n "$DUMPBIN"; then
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4435$as_echo "$DUMPBIN" >&6; }
4436else
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4438$as_echo "no" >&6; }
4439fi
4440
4441
4442 test -n "$DUMPBIN" && break
4443 done
4444fi
4445if test -z "$DUMPBIN"; then
4446 ac_ct_DUMPBIN=$DUMPBIN
4447 for ac_prog in dumpbin "link -dump"
4448do
4449 # Extract the first word of "$ac_prog", so it can be a program name with args.
4450set dummy $ac_prog; ac_word=$2
4451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4452$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4453if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
4454 $as_echo_n "(cached) " >&6
4455else
4456 if test -n "$ac_ct_DUMPBIN"; then
4457 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4458else
4459as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4460for as_dir in $PATH
4461do
4462 IFS=$as_save_IFS
4463 test -z "$as_dir" && as_dir=.
4464 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4465 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4466 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4468 break 2
4469 fi
4470done
4471 done
4472IFS=$as_save_IFS
4473
4474fi
4475fi
4476ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4477if test -n "$ac_ct_DUMPBIN"; then
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4479$as_echo "$ac_ct_DUMPBIN" >&6; }
4480else
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4482$as_echo "no" >&6; }
4483fi
4484
4485
4486 test -n "$ac_ct_DUMPBIN" && break
4487done
4488
4489 if test "x$ac_ct_DUMPBIN" = x; then
4490 DUMPBIN=":"
4491 else
4492 case $cross_compiling:$ac_tool_warned in
4493yes:)
4494{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4495$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4496ac_tool_warned=yes ;;
4497esac
4498 DUMPBIN=$ac_ct_DUMPBIN
4499 fi
4500fi
4501
4502 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4503 *COFF*)
4504 DUMPBIN="$DUMPBIN -symbols"
4505 ;;
4506 *)
4507 DUMPBIN=:
4508 ;;
4509 esac
4510 fi
4511
4512 if test "$DUMPBIN" != ":"; then
4513 NM="$DUMPBIN"
4514 fi
4515fi
4516test -z "$NM" && NM=nm
4517
4518
4519
4520
4521
4522
4523{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4524$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4525if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
4526 $as_echo_n "(cached) " >&6
4527else
4528 lt_cv_nm_interface="BSD nm"
4529 echo "int some_variable = 0;" > conftest.$ac_ext
4530 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4531 (eval "$ac_compile" 2>conftest.err)
4532 cat conftest.err >&5
4533 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4534 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4535 cat conftest.err >&5
4536 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4537 cat conftest.out >&5
4538 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4539 lt_cv_nm_interface="MS dumpbin"
4540 fi
4541 rm -f conftest*
4542fi
4543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4544$as_echo "$lt_cv_nm_interface" >&6; }
4545
4546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4547$as_echo_n "checking whether ln -s works... " >&6; }
4548LN_S=$as_ln_s
4549if test "$LN_S" = "ln -s"; then
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4551$as_echo "yes" >&6; }
4552else
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4554$as_echo "no, using $LN_S" >&6; }
4555fi
4556
4557# find the maximum length of command line arguments
4558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4559$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4560if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
4561 $as_echo_n "(cached) " >&6
4562else
4563 i=0
4564 teststring="ABCD"
4565
4566 case $build_os in
4567 msdosdjgpp*)
4568 # On DJGPP, this test can blow up pretty badly due to problems in libc
4569 # (any single argument exceeding 2000 bytes causes a buffer overrun
4570 # during glob expansion). Even if it were fixed, the result of this
4571 # check would be larger than it should be.
4572 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4573 ;;
4574
4575 gnu*)
4576 # Under GNU Hurd, this test is not required because there is
4577 # no limit to the length of command line arguments.
4578 # Libtool will interpret -1 as no limit whatsoever
4579 lt_cv_sys_max_cmd_len=-1;
4580 ;;
4581
4582 cygwin* | mingw* | cegcc*)
4583 # On Win9x/ME, this test blows up -- it succeeds, but takes
4584 # about 5 minutes as the teststring grows exponentially.
4585 # Worse, since 9x/ME are not pre-emptively multitasking,
4586 # you end up with a "frozen" computer, even though with patience
4587 # the test eventually succeeds (with a max line length of 256k).
4588 # Instead, let's just punt: use the minimum linelength reported by
4589 # all of the supported platforms: 8192 (on NT/2K/XP).
4590 lt_cv_sys_max_cmd_len=8192;
4591 ;;
4592
4593 mint*)
4594 # On MiNT this can take a long time and run out of memory.
4595 lt_cv_sys_max_cmd_len=8192;
4596 ;;
4597
4598 amigaos*)
4599 # On AmigaOS with pdksh, this test takes hours, literally.
4600 # So we just punt and use a minimum line length of 8192.
4601 lt_cv_sys_max_cmd_len=8192;
4602 ;;
4603
4604 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4605 # This has been around since 386BSD, at least. Likely further.
4606 if test -x /sbin/sysctl; then
4607 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4608 elif test -x /usr/sbin/sysctl; then
4609 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4610 else
4611 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4612 fi
4613 # And add a safety zone
4614 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4615 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4616 ;;
4617
4618 interix*)
4619 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4620 lt_cv_sys_max_cmd_len=196608
4621 ;;
4622
4623 osf*)
4624 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4625 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4626 # nice to cause kernel panics so lets avoid the loop below.
4627 # First set a reasonable default.
4628 lt_cv_sys_max_cmd_len=16384
4629 #
4630 if test -x /sbin/sysconfig; then
4631 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4632 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4633 esac
4634 fi
4635 ;;
4636 sco3.2v5*)
4637 lt_cv_sys_max_cmd_len=102400
4638 ;;
4639 sysv5* | sco5v6* | sysv4.2uw2*)
4640 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4641 if test -n "$kargmax"; then
4642 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4643 else
4644 lt_cv_sys_max_cmd_len=32768
4645 fi
4646 ;;
4647 *)
4648 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4649 if test -n "$lt_cv_sys_max_cmd_len"; then
4650 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4651 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4652 else
4653 # Make teststring a little bigger before we do anything with it.
4654 # a 1K string should be a reasonable start.
4655 for i in 1 2 3 4 5 6 7 8 ; do
4656 teststring=$teststring$teststring
4657 done
4658 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4659 # If test is not a shell built-in, we'll probably end up computing a
4660 # maximum length that is only half of the actual maximum length, but
4661 # we can't tell.
4662 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4663 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4664 test $i != 17 # 1/2 MB should be enough
4665 do
4666 i=`expr $i + 1`
4667 teststring=$teststring$teststring
4668 done
4669 # Only check the string length outside the loop.
4670 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4671 teststring=
4672 # Add a significant safety factor because C++ compilers can tack on
4673 # massive amounts of additional arguments before passing them to the
4674 # linker. It appears as though 1/2 is a usable value.
4675 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4676 fi
4677 ;;
4678 esac
4679
4680fi
4681
4682if test -n $lt_cv_sys_max_cmd_len ; then
4683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4684$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4685else
4686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4687$as_echo "none" >&6; }
4688fi
4689max_cmd_len=$lt_cv_sys_max_cmd_len
4690
4691
4692
4693
4694
4695
4696: ${CP="cp -f"}
4697: ${MV="mv -f"}
4698: ${RM="rm -f"}
4699
4700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4701$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4702# Try some XSI features
4703xsi_shell=no
4704( _lt_dummy="a/b/c"
4705 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4706 = c,a/b,, \
4707 && eval 'test $(( 1 + 1 )) -eq 2 \
4708 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4709 && xsi_shell=yes
4710{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4711$as_echo "$xsi_shell" >&6; }
4712
4713
4714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4715$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4716lt_shell_append=no
4717( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4718 >/dev/null 2>&1 \
4719 && lt_shell_append=yes
4720{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4721$as_echo "$lt_shell_append" >&6; }
4722
4723
4724if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4725 lt_unset=unset
4726else
4727 lt_unset=false
4728fi
4729
4730
4731
4732
4733
4734# test EBCDIC or ASCII
4735case `echo X|tr X '\101'` in
4736 A) # ASCII based system
4737 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4738 lt_SP2NL='tr \040 \012'
4739 lt_NL2SP='tr \015\012 \040\040'
4740 ;;
4741 *) # EBCDIC based system
4742 lt_SP2NL='tr \100 \n'
4743 lt_NL2SP='tr \r\n \100\100'
4744 ;;
4745esac
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4756$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4757if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
4758 $as_echo_n "(cached) " >&6
4759else
4760 lt_cv_ld_reload_flag='-r'
4761fi
4762{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4763$as_echo "$lt_cv_ld_reload_flag" >&6; }
4764reload_flag=$lt_cv_ld_reload_flag
4765case $reload_flag in
4766"" | " "*) ;;
4767*) reload_flag=" $reload_flag" ;;
4768esac
4769reload_cmds='$LD$reload_flag -o $output$reload_objs'
4770case $host_os in
4771 darwin*)
4772 if test "$GCC" = yes; then
4773 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4774 else
4775 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4776 fi
4777 ;;
4778esac
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788if test -n "$ac_tool_prefix"; then
4789 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4790set dummy ${ac_tool_prefix}objdump; ac_word=$2
4791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4792$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4793if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
4794 $as_echo_n "(cached) " >&6
4795else
4796 if test -n "$OBJDUMP"; then
4797 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4798else
4799as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4800for as_dir in $PATH
4801do
4802 IFS=$as_save_IFS
4803 test -z "$as_dir" && as_dir=.
4804 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4805 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4806 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4808 break 2
4809 fi
4810done
4811 done
4812IFS=$as_save_IFS
4813
4814fi
4815fi
4816OBJDUMP=$ac_cv_prog_OBJDUMP
4817if test -n "$OBJDUMP"; then
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4819$as_echo "$OBJDUMP" >&6; }
4820else
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4822$as_echo "no" >&6; }
4823fi
4824
4825
4826fi
4827if test -z "$ac_cv_prog_OBJDUMP"; then
4828 ac_ct_OBJDUMP=$OBJDUMP
4829 # Extract the first word of "objdump", so it can be a program name with args.
4830set dummy objdump; ac_word=$2
4831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4832$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4833if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
4834 $as_echo_n "(cached) " >&6
4835else
4836 if test -n "$ac_ct_OBJDUMP"; then
4837 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4838else
4839as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4840for as_dir in $PATH
4841do
4842 IFS=$as_save_IFS
4843 test -z "$as_dir" && as_dir=.
4844 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4845 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4846 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4848 break 2
4849 fi
4850done
4851 done
4852IFS=$as_save_IFS
4853
4854fi
4855fi
4856ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4857if test -n "$ac_ct_OBJDUMP"; then
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4859$as_echo "$ac_ct_OBJDUMP" >&6; }
4860else
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4862$as_echo "no" >&6; }
4863fi
4864
4865 if test "x$ac_ct_OBJDUMP" = x; then
4866 OBJDUMP="false"
4867 else
4868 case $cross_compiling:$ac_tool_warned in
4869yes:)
4870{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4871$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4872ac_tool_warned=yes ;;
4873esac
4874 OBJDUMP=$ac_ct_OBJDUMP
4875 fi
4876else
4877 OBJDUMP="$ac_cv_prog_OBJDUMP"
4878fi
4879
4880test -z "$OBJDUMP" && OBJDUMP=objdump
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4891$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4892if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
4893 $as_echo_n "(cached) " >&6
4894else
4895 lt_cv_file_magic_cmd='$MAGIC_CMD'
4896lt_cv_file_magic_test_file=
4897lt_cv_deplibs_check_method='unknown'
4898# Need to set the preceding variable on all platforms that support
4899# interlibrary dependencies.
4900# 'none' -- dependencies not supported.
4901# `unknown' -- same as none, but documents that we really don't know.
4902# 'pass_all' -- all dependencies passed with no checks.
4903# 'test_compile' -- check by making test program.
4904# 'file_magic [[regex]]' -- check by looking for files in library path
4905# which responds to the $file_magic_cmd with a given extended regex.
4906# If you have `file' or equivalent on your system and you're not sure
4907# whether `pass_all' will *always* work, you probably want this one.
4908
4909case $host_os in
4910aix[4-9]*)
4911 lt_cv_deplibs_check_method=pass_all
4912 ;;
4913
4914beos*)
4915 lt_cv_deplibs_check_method=pass_all
4916 ;;
4917
4918bsdi[45]*)
4919 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4920 lt_cv_file_magic_cmd='/usr/bin/file -L'
4921 lt_cv_file_magic_test_file=/shlib/libc.so
4922 ;;
4923
4924cygwin*)
4925 # func_win32_libid is a shell function defined in ltmain.sh
4926 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4927 lt_cv_file_magic_cmd='func_win32_libid'
4928 ;;
4929
4930mingw* | pw32*)
4931 # Base MSYS/MinGW do not provide the 'file' command needed by
4932 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4933 # unless we find 'file', for example because we are cross-compiling.
4934 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4935 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4936 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4937 lt_cv_file_magic_cmd='func_win32_libid'
4938 else
4939 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4940 lt_cv_file_magic_cmd='$OBJDUMP -f'
4941 fi
4942 ;;
4943
4944cegcc*)
4945 # use the weaker test based on 'objdump'. See mingw*.
4946 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4947 lt_cv_file_magic_cmd='$OBJDUMP -f'
4948 ;;
4949
4950darwin* | rhapsody*)
4951 lt_cv_deplibs_check_method=pass_all
4952 ;;
4953
4954freebsd* | dragonfly*)
4955 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4956 case $host_cpu in
4957 i*86 )
4958 # Not sure whether the presence of OpenBSD here was a mistake.
4959 # Let's accept both of them until this is cleared up.
4960 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4961 lt_cv_file_magic_cmd=/usr/bin/file
4962 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4963 ;;
4964 esac
4965 else
4966 lt_cv_deplibs_check_method=pass_all
4967 fi
4968 ;;
4969
4970gnu*)
4971 lt_cv_deplibs_check_method=pass_all
4972 ;;
4973
4974haiku*)
4975 lt_cv_deplibs_check_method=pass_all
4976 ;;
4977
4978hpux10.20* | hpux11*)
4979 lt_cv_file_magic_cmd=/usr/bin/file
4980 case $host_cpu in
4981 ia64*)
4982 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4983 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4984 ;;
4985 hppa*64*)
4986 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]'
4987 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4988 ;;
4989 *)
4990 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4991 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4992 ;;
4993 esac
4994 ;;
4995
4996interix[3-9]*)
4997 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4998 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4999 ;;
5000
5001irix5* | irix6* | nonstopux*)
5002 case $LD in
5003 *-32|*"-32 ") libmagic=32-bit;;
5004 *-n32|*"-n32 ") libmagic=N32;;
5005 *-64|*"-64 ") libmagic=64-bit;;
5006 *) libmagic=never-match;;
5007 esac
5008 lt_cv_deplibs_check_method=pass_all
5009 ;;
5010
5011# This must be Linux ELF.
5012linux* | k*bsd*-gnu | kopensolaris*-gnu)
5013 lt_cv_deplibs_check_method=pass_all
5014 ;;
5015
5016netbsd*)
5017 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5018 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5019 else
5020 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5021 fi
5022 ;;
5023
5024newos6*)
5025 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5026 lt_cv_file_magic_cmd=/usr/bin/file
5027 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5028 ;;
5029
5030*nto* | *qnx*)
5031 lt_cv_deplibs_check_method=pass_all
5032 ;;
5033
5034openbsd*)
5035 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5036 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5037 else
5038 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5039 fi
5040 ;;
5041
5042osf3* | osf4* | osf5*)
5043 lt_cv_deplibs_check_method=pass_all
5044 ;;
5045
5046rdos*)
5047 lt_cv_deplibs_check_method=pass_all
5048 ;;
5049
5050solaris*)
5051 lt_cv_deplibs_check_method=pass_all
5052 ;;
5053
5054sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5055 lt_cv_deplibs_check_method=pass_all
5056 ;;
5057
5058sysv4 | sysv4.3*)
5059 case $host_vendor in
5060 motorola)
5061 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]'
5062 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5063 ;;
5064 ncr)
5065 lt_cv_deplibs_check_method=pass_all
5066 ;;
5067 sequent)
5068 lt_cv_file_magic_cmd='/bin/file'
5069 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5070 ;;
5071 sni)
5072 lt_cv_file_magic_cmd='/bin/file'
5073 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5074 lt_cv_file_magic_test_file=/lib/libc.so
5075 ;;
5076 siemens)
5077 lt_cv_deplibs_check_method=pass_all
5078 ;;
5079 pc)
5080 lt_cv_deplibs_check_method=pass_all
5081 ;;
5082 esac
5083 ;;
5084
5085tpf*)
5086 lt_cv_deplibs_check_method=pass_all
5087 ;;
5088esac
5089
5090fi
5091{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5092$as_echo "$lt_cv_deplibs_check_method" >&6; }
5093file_magic_cmd=$lt_cv_file_magic_cmd
5094deplibs_check_method=$lt_cv_deplibs_check_method
5095test -z "$deplibs_check_method" && deplibs_check_method=unknown
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
68ed2854
MF
5108plugin_option=
5109plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5110for plugin in $plugin_names; do
5111 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5112 if test x$plugin_so = x$plugin; then
5113 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5114 fi
5115 if test x$plugin_so != x$plugin; then
5116 plugin_option="--plugin $plugin_so"
5117 break
5118 fi
5119done
5120
6bb11ab3
L
5121if test -n "$ac_tool_prefix"; then
5122 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5123set dummy ${ac_tool_prefix}ar; ac_word=$2
5124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5125$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5126if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
5127 $as_echo_n "(cached) " >&6
5128else
5129 if test -n "$AR"; then
5130 ac_cv_prog_AR="$AR" # Let the user override the test.
5131else
5132as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5133for as_dir in $PATH
5134do
5135 IFS=$as_save_IFS
5136 test -z "$as_dir" && as_dir=.
5137 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5138 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5139 ac_cv_prog_AR="${ac_tool_prefix}ar"
5140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5141 break 2
5142 fi
5143done
5144 done
5145IFS=$as_save_IFS
5146
5147fi
5148fi
5149AR=$ac_cv_prog_AR
5150if test -n "$AR"; then
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5152$as_echo "$AR" >&6; }
5153else
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5155$as_echo "no" >&6; }
5156fi
5157
5158
5159fi
5160if test -z "$ac_cv_prog_AR"; then
5161 ac_ct_AR=$AR
5162 # Extract the first word of "ar", so it can be a program name with args.
5163set dummy ar; ac_word=$2
5164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5165$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5166if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
5167 $as_echo_n "(cached) " >&6
5168else
5169 if test -n "$ac_ct_AR"; then
5170 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5171else
5172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5173for as_dir in $PATH
5174do
5175 IFS=$as_save_IFS
5176 test -z "$as_dir" && as_dir=.
5177 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5178 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5179 ac_cv_prog_ac_ct_AR="ar"
5180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5181 break 2
5182 fi
5183done
5184 done
5185IFS=$as_save_IFS
5186
5187fi
5188fi
5189ac_ct_AR=$ac_cv_prog_ac_ct_AR
5190if test -n "$ac_ct_AR"; then
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5192$as_echo "$ac_ct_AR" >&6; }
5193else
5194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5195$as_echo "no" >&6; }
5196fi
5197
5198 if test "x$ac_ct_AR" = x; then
5199 AR="false"
5200 else
5201 case $cross_compiling:$ac_tool_warned in
5202yes:)
5203{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5204$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5205ac_tool_warned=yes ;;
5206esac
5207 AR=$ac_ct_AR
5208 fi
5209else
5210 AR="$ac_cv_prog_AR"
5211fi
5212
5213test -z "$AR" && AR=ar
68ed2854
MF
5214if test -n "$plugin_option"; then
5215 if $AR --help 2>&1 | grep -q "\--plugin"; then
aa09469f
MF
5216 touch conftest.c
5217 $AR $plugin_option rc conftest.a conftest.c
5218 if test "$?" != 0; then
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5220$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5221 else
5222 AR="$AR $plugin_option"
5223 fi
5224 rm -f conftest.*
68ed2854
MF
5225 fi
5226fi
6bb11ab3
L
5227test -z "$AR_FLAGS" && AR_FLAGS=cru
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239if test -n "$ac_tool_prefix"; then
5240 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5241set dummy ${ac_tool_prefix}strip; ac_word=$2
5242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5243$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5244if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
5245 $as_echo_n "(cached) " >&6
5246else
5247 if test -n "$STRIP"; then
5248 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5249else
5250as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5251for as_dir in $PATH
5252do
5253 IFS=$as_save_IFS
5254 test -z "$as_dir" && as_dir=.
5255 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5256 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5257 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5258 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5259 break 2
5260 fi
5261done
5262 done
5263IFS=$as_save_IFS
5264
5265fi
5266fi
5267STRIP=$ac_cv_prog_STRIP
5268if test -n "$STRIP"; then
5269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5270$as_echo "$STRIP" >&6; }
5271else
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5273$as_echo "no" >&6; }
5274fi
5275
5276
5277fi
5278if test -z "$ac_cv_prog_STRIP"; then
5279 ac_ct_STRIP=$STRIP
5280 # Extract the first word of "strip", so it can be a program name with args.
5281set dummy strip; ac_word=$2
5282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5283$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5284if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
5285 $as_echo_n "(cached) " >&6
5286else
5287 if test -n "$ac_ct_STRIP"; then
5288 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5289else
5290as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5291for as_dir in $PATH
5292do
5293 IFS=$as_save_IFS
5294 test -z "$as_dir" && as_dir=.
5295 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5296 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5297 ac_cv_prog_ac_ct_STRIP="strip"
5298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5299 break 2
5300 fi
5301done
5302 done
5303IFS=$as_save_IFS
5304
5305fi
5306fi
5307ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5308if test -n "$ac_ct_STRIP"; then
5309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5310$as_echo "$ac_ct_STRIP" >&6; }
5311else
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5313$as_echo "no" >&6; }
5314fi
5315
5316 if test "x$ac_ct_STRIP" = x; then
5317 STRIP=":"
5318 else
5319 case $cross_compiling:$ac_tool_warned in
5320yes:)
5321{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5322$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5323ac_tool_warned=yes ;;
5324esac
5325 STRIP=$ac_ct_STRIP
5326 fi
5327else
5328 STRIP="$ac_cv_prog_STRIP"
5329fi
5330
5331test -z "$STRIP" && STRIP=:
5332
5333
5334
5335
5336
5337
5338if test -n "$ac_tool_prefix"; then
5339 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5340set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5342$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5343if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
5344 $as_echo_n "(cached) " >&6
5345else
5346 if test -n "$RANLIB"; then
5347 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5348else
5349as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5350for as_dir in $PATH
5351do
5352 IFS=$as_save_IFS
5353 test -z "$as_dir" && as_dir=.
5354 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5355 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5356 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5358 break 2
5359 fi
5360done
5361 done
5362IFS=$as_save_IFS
5363
5364fi
5365fi
5366RANLIB=$ac_cv_prog_RANLIB
5367if test -n "$RANLIB"; then
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5369$as_echo "$RANLIB" >&6; }
5370else
5371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5372$as_echo "no" >&6; }
5373fi
5374
5375
5376fi
5377if test -z "$ac_cv_prog_RANLIB"; then
5378 ac_ct_RANLIB=$RANLIB
5379 # Extract the first word of "ranlib", so it can be a program name with args.
5380set dummy ranlib; ac_word=$2
5381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5382$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5383if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
5384 $as_echo_n "(cached) " >&6
5385else
5386 if test -n "$ac_ct_RANLIB"; then
5387 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5388else
5389as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5390for as_dir in $PATH
5391do
5392 IFS=$as_save_IFS
5393 test -z "$as_dir" && as_dir=.
5394 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5395 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5396 ac_cv_prog_ac_ct_RANLIB="ranlib"
5397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5398 break 2
5399 fi
5400done
5401 done
5402IFS=$as_save_IFS
5403
5404fi
5405fi
5406ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5407if test -n "$ac_ct_RANLIB"; then
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5409$as_echo "$ac_ct_RANLIB" >&6; }
5410else
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5412$as_echo "no" >&6; }
5413fi
5414
5415 if test "x$ac_ct_RANLIB" = x; then
5416 RANLIB=":"
5417 else
5418 case $cross_compiling:$ac_tool_warned in
5419yes:)
5420{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5421$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5422ac_tool_warned=yes ;;
5423esac
5424 RANLIB=$ac_ct_RANLIB
5425 fi
5426else
5427 RANLIB="$ac_cv_prog_RANLIB"
5428fi
5429
5430test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5431if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5432 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5433 RANLIB="$RANLIB $plugin_option"
5434 fi
5435fi
6bb11ab3
L
5436
5437
5438
5439
5440
5441
5442# Determine commands to create old-style static archives.
5443old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5444old_postinstall_cmds='chmod 644 $oldlib'
5445old_postuninstall_cmds=
5446
5447if test -n "$RANLIB"; then
5448 case $host_os in
5449 openbsd*)
5450 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5451 ;;
5452 *)
5453 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5454 ;;
5455 esac
5456 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5457fi
5458
5459case $host_os in
5460 darwin*)
5461 lock_old_archive_extraction=yes ;;
5462 *)
5463 lock_old_archive_extraction=no ;;
5464esac
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486for ac_prog in gawk mawk nawk awk
5487do
5488 # Extract the first word of "$ac_prog", so it can be a program name with args.
5489set dummy $ac_prog; ac_word=$2
5490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5491$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5492if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
5493 $as_echo_n "(cached) " >&6
5494else
5495 if test -n "$AWK"; then
5496 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5497else
5498as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5499for as_dir in $PATH
5500do
5501 IFS=$as_save_IFS
5502 test -z "$as_dir" && as_dir=.
5503 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5504 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
5505 ac_cv_prog_AWK="$ac_prog"
5506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5507 break 2
5508 fi
5509done
5510 done
5511IFS=$as_save_IFS
5512
5513fi
5514fi
5515AWK=$ac_cv_prog_AWK
5516if test -n "$AWK"; then
5517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5518$as_echo "$AWK" >&6; }
5519else
5520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5521$as_echo "no" >&6; }
5522fi
5523
5524
5525 test -n "$AWK" && break
5526done
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546# If no C compiler was specified, use CC.
5547LTCC=${LTCC-"$CC"}
5548
5549# If no C compiler flags were specified, use CFLAGS.
5550LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5551
5552# Allow CC to be a program name with arguments.
5553compiler=$CC
5554
5555
5556# Check for command to grab the raw symbol name followed by C symbol from nm.
5557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5558$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5559if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
5560 $as_echo_n "(cached) " >&6
5561else
5562
5563# These are sane defaults that work on at least a few old systems.
5564# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5565
5566# Character class describing NM global symbol codes.
5567symcode='[BCDEGRST]'
5568
5569# Regexp to match symbols that can be accessed directly from C.
5570sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5571
5572# Define system-specific variables.
5573case $host_os in
5574aix*)
5575 symcode='[BCDT]'
5576 ;;
5577cygwin* | mingw* | pw32* | cegcc*)
5578 symcode='[ABCDGISTW]'
5579 ;;
5580hpux*)
5581 if test "$host_cpu" = ia64; then
5582 symcode='[ABCDEGRST]'
5583 fi
5584 ;;
5585irix* | nonstopux*)
5586 symcode='[BCDEGRST]'
5587 ;;
5588osf*)
5589 symcode='[BCDEGQRST]'
5590 ;;
5591solaris*)
5592 symcode='[BDRT]'
5593 ;;
5594sco3.2v5*)
5595 symcode='[DT]'
5596 ;;
5597sysv4.2uw2*)
5598 symcode='[DT]'
5599 ;;
5600sysv5* | sco5v6* | unixware* | OpenUNIX*)
5601 symcode='[ABDT]'
5602 ;;
5603sysv4)
5604 symcode='[DFNSTU]'
5605 ;;
5606esac
5607
5608# If we're using GNU nm, then use its standard symbol codes.
5609case `$NM -V 2>&1` in
5610*GNU* | *'with BFD'*)
5611 symcode='[ABCDGIRSTW]' ;;
5612esac
5613
5614# Transform an extracted symbol line into a proper C declaration.
5615# Some systems (esp. on ia64) link data and code symbols differently,
5616# so use this general approach.
5617lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5618
5619# Transform an extracted symbol line into symbol name and symbol address
5620lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5621lt_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'"
5622
5623# Handle CRLF in mingw tool chain
5624opt_cr=
5625case $build_os in
5626mingw*)
5627 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5628 ;;
5629esac
5630
5631# Try without a prefix underscore, then with it.
5632for ac_symprfx in "" "_"; do
5633
5634 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5635 symxfrm="\\1 $ac_symprfx\\2 \\2"
5636
5637 # Write the raw and C identifiers.
5638 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5639 # Fake it for dumpbin and say T for any non-static function
5640 # and D for any global variable.
5641 # Also find C++ and __fastcall symbols from MSVC++,
5642 # which start with @ or ?.
5643 lt_cv_sys_global_symbol_pipe="$AWK '"\
5644" {last_section=section; section=\$ 3};"\
5645" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5646" \$ 0!~/External *\|/{next};"\
5647" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5648" {if(hide[section]) next};"\
5649" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5650" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5651" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5652" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5653" ' prfx=^$ac_symprfx"
5654 else
5655 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5656 fi
5657
5658 # Check to see that the pipe works correctly.
5659 pipe_works=no
5660
5661 rm -f conftest*
5662 cat > conftest.$ac_ext <<_LT_EOF
5663#ifdef __cplusplus
5664extern "C" {
5665#endif
5666char nm_test_var;
5667void nm_test_func(void);
5668void nm_test_func(void){}
5669#ifdef __cplusplus
5670}
5671#endif
5672int main(){nm_test_var='a';nm_test_func();return(0);}
5673_LT_EOF
5674
5675 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5676 (eval $ac_compile) 2>&5
5677 ac_status=$?
5678 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5679 test $ac_status = 0; }; then
5680 # Now try to grab the symbols.
5681 nlist=conftest.nm
5682 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5683 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5684 ac_status=$?
5685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5686 test $ac_status = 0; } && test -s "$nlist"; then
5687 # Try sorting and uniquifying the output.
5688 if sort "$nlist" | uniq > "$nlist"T; then
5689 mv -f "$nlist"T "$nlist"
5690 else
5691 rm -f "$nlist"T
5692 fi
5693
5694 # Make sure that we snagged all the symbols we need.
5695 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5696 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5697 cat <<_LT_EOF > conftest.$ac_ext
5698#ifdef __cplusplus
5699extern "C" {
5700#endif
5701
5702_LT_EOF
5703 # Now generate the symbol file.
5704 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5705
5706 cat <<_LT_EOF >> conftest.$ac_ext
5707
5708/* The mapping between symbol names and symbols. */
5709const struct {
5710 const char *name;
5711 void *address;
5712}
5713lt__PROGRAM__LTX_preloaded_symbols[] =
5714{
5715 { "@PROGRAM@", (void *) 0 },
5716_LT_EOF
5717 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5718 cat <<\_LT_EOF >> conftest.$ac_ext
5719 {0, (void *) 0}
5720};
5721
5722/* This works around a problem in FreeBSD linker */
5723#ifdef FREEBSD_WORKAROUND
5724static const void *lt_preloaded_setup() {
5725 return lt__PROGRAM__LTX_preloaded_symbols;
5726}
5727#endif
5728
5729#ifdef __cplusplus
5730}
5731#endif
5732_LT_EOF
5733 # Now try linking the two files.
5734 mv conftest.$ac_objext conftstm.$ac_objext
5735 lt_save_LIBS="$LIBS"
5736 lt_save_CFLAGS="$CFLAGS"
5737 LIBS="conftstm.$ac_objext"
5738 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5739 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5740 (eval $ac_link) 2>&5
5741 ac_status=$?
5742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5743 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5744 pipe_works=yes
5745 fi
5746 LIBS="$lt_save_LIBS"
5747 CFLAGS="$lt_save_CFLAGS"
5748 else
5749 echo "cannot find nm_test_func in $nlist" >&5
5750 fi
5751 else
5752 echo "cannot find nm_test_var in $nlist" >&5
5753 fi
5754 else
5755 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5756 fi
5757 else
5758 echo "$progname: failed program was:" >&5
5759 cat conftest.$ac_ext >&5
5760 fi
5761 rm -rf conftest* conftst*
5762
5763 # Do not use the global_symbol_pipe unless it works.
5764 if test "$pipe_works" = yes; then
5765 break
5766 else
5767 lt_cv_sys_global_symbol_pipe=
5768 fi
5769done
5770
5771fi
5772
5773if test -z "$lt_cv_sys_global_symbol_pipe"; then
5774 lt_cv_sys_global_symbol_to_cdecl=
5775fi
5776if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5778$as_echo "failed" >&6; }
5779else
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5781$as_echo "ok" >&6; }
5782fi
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805# Check whether --enable-libtool-lock was given.
5806if test "${enable_libtool_lock+set}" = set; then :
5807 enableval=$enable_libtool_lock;
5808fi
5809
5810test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5811
5812# Some flags need to be propagated to the compiler or linker for good
5813# libtool support.
5814case $host in
5815ia64-*-hpux*)
5816 # Find out which ABI we are using.
5817 echo 'int i;' > conftest.$ac_ext
5818 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5819 (eval $ac_compile) 2>&5
5820 ac_status=$?
5821 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5822 test $ac_status = 0; }; then
5823 case `/usr/bin/file conftest.$ac_objext` in
5824 *ELF-32*)
5825 HPUX_IA64_MODE="32"
5826 ;;
5827 *ELF-64*)
5828 HPUX_IA64_MODE="64"
5829 ;;
5830 esac
5831 fi
5832 rm -rf conftest*
5833 ;;
5834*-*-irix6*)
5835 # Find out which ABI we are using.
5836 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5837 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5838 (eval $ac_compile) 2>&5
5839 ac_status=$?
5840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5841 test $ac_status = 0; }; then
5842 if test "$lt_cv_prog_gnu_ld" = yes; then
5843 case `/usr/bin/file conftest.$ac_objext` in
5844 *32-bit*)
5845 LD="${LD-ld} -melf32bsmip"
5846 ;;
5847 *N32*)
5848 LD="${LD-ld} -melf32bmipn32"
5849 ;;
5850 *64-bit*)
5851 LD="${LD-ld} -melf64bmip"
5852 ;;
5853 esac
5854 else
5855 case `/usr/bin/file conftest.$ac_objext` in
5856 *32-bit*)
5857 LD="${LD-ld} -32"
5858 ;;
5859 *N32*)
5860 LD="${LD-ld} -n32"
5861 ;;
5862 *64-bit*)
5863 LD="${LD-ld} -64"
5864 ;;
5865 esac
5866 fi
5867 fi
5868 rm -rf conftest*
5869 ;;
5870
bf3d9781 5871x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
5872s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5873 # Find out which ABI we are using.
5874 echo 'int i;' > conftest.$ac_ext
5875 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5876 (eval $ac_compile) 2>&5
5877 ac_status=$?
5878 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5879 test $ac_status = 0; }; then
5880 case `/usr/bin/file conftest.o` in
5881 *32-bit*)
5882 case $host in
5883 x86_64-*kfreebsd*-gnu)
5884 LD="${LD-ld} -m elf_i386_fbsd"
5885 ;;
5886 x86_64-*linux*)
5887 case `/usr/bin/file conftest.o` in
5888 *x86-64*)
5889 LD="${LD-ld} -m elf32_x86_64"
5890 ;;
5891 *)
5892 LD="${LD-ld} -m elf_i386"
5893 ;;
5894 esac
5895 ;;
bf3d9781
AM
5896 powerpc64le-*linux*)
5897 LD="${LD-ld} -m elf32lppclinux"
5898 ;;
5899 powerpc64-*linux*)
6bb11ab3
L
5900 LD="${LD-ld} -m elf32ppclinux"
5901 ;;
5902 s390x-*linux*)
5903 LD="${LD-ld} -m elf_s390"
5904 ;;
5905 sparc64-*linux*)
5906 LD="${LD-ld} -m elf32_sparc"
5907 ;;
5908 esac
5909 ;;
5910 *64-bit*)
5911 case $host in
5912 x86_64-*kfreebsd*-gnu)
5913 LD="${LD-ld} -m elf_x86_64_fbsd"
5914 ;;
5915 x86_64-*linux*)
5916 LD="${LD-ld} -m elf_x86_64"
5917 ;;
bf3d9781
AM
5918 powerpcle-*linux*)
5919 LD="${LD-ld} -m elf64lppc"
5920 ;;
5921 powerpc-*linux*)
6bb11ab3
L
5922 LD="${LD-ld} -m elf64ppc"
5923 ;;
5924 s390*-*linux*|s390*-*tpf*)
5925 LD="${LD-ld} -m elf64_s390"
5926 ;;
5927 sparc*-*linux*)
5928 LD="${LD-ld} -m elf64_sparc"
5929 ;;
5930 esac
5931 ;;
5932 esac
5933 fi
5934 rm -rf conftest*
5935 ;;
5936
5937*-*-sco3.2v5*)
5938 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5939 SAVE_CFLAGS="$CFLAGS"
5940 CFLAGS="$CFLAGS -belf"
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5942$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5943if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
5944 $as_echo_n "(cached) " >&6
5945else
5946 ac_ext=c
5947ac_cpp='$CPP $CPPFLAGS'
5948ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5949ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5950ac_compiler_gnu=$ac_cv_c_compiler_gnu
5951
5952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5953/* end confdefs.h. */
5954
5955int
5956main ()
5957{
5958
5959 ;
5960 return 0;
5961}
5962_ACEOF
5963if ac_fn_c_try_link "$LINENO"; then :
5964 lt_cv_cc_needs_belf=yes
5965else
5966 lt_cv_cc_needs_belf=no
5967fi
5968rm -f core conftest.err conftest.$ac_objext \
5969 conftest$ac_exeext conftest.$ac_ext
5970 ac_ext=c
5971ac_cpp='$CPP $CPPFLAGS'
5972ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5973ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5974ac_compiler_gnu=$ac_cv_c_compiler_gnu
5975
5976fi
5977{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5978$as_echo "$lt_cv_cc_needs_belf" >&6; }
5979 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5980 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5981 CFLAGS="$SAVE_CFLAGS"
5982 fi
5983 ;;
5984sparc*-*solaris*)
5985 # Find out which ABI we are using.
5986 echo 'int i;' > conftest.$ac_ext
5987 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5988 (eval $ac_compile) 2>&5
5989 ac_status=$?
5990 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5991 test $ac_status = 0; }; then
5992 case `/usr/bin/file conftest.o` in
5993 *64-bit*)
5994 case $lt_cv_prog_gnu_ld in
5995 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5996 *)
5997 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5998 LD="${LD-ld} -64"
5999 fi
6000 ;;
6001 esac
6002 ;;
6003 esac
6004 fi
6005 rm -rf conftest*
6006 ;;
6007esac
6008
6009need_locks="$enable_libtool_lock"
6010
6011
6012 case $host_os in
6013 rhapsody* | darwin*)
6014 if test -n "$ac_tool_prefix"; then
6015 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6016set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6018$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6019if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
6020 $as_echo_n "(cached) " >&6
6021else
6022 if test -n "$DSYMUTIL"; then
6023 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6024else
6025as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6026for as_dir in $PATH
6027do
6028 IFS=$as_save_IFS
6029 test -z "$as_dir" && as_dir=.
6030 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6031 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6032 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6034 break 2
6035 fi
6036done
6037 done
6038IFS=$as_save_IFS
6039
6040fi
6041fi
6042DSYMUTIL=$ac_cv_prog_DSYMUTIL
6043if test -n "$DSYMUTIL"; then
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6045$as_echo "$DSYMUTIL" >&6; }
6046else
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6048$as_echo "no" >&6; }
6049fi
6050
6051
6052fi
6053if test -z "$ac_cv_prog_DSYMUTIL"; then
6054 ac_ct_DSYMUTIL=$DSYMUTIL
6055 # Extract the first word of "dsymutil", so it can be a program name with args.
6056set dummy dsymutil; ac_word=$2
6057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6058$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6059if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
6060 $as_echo_n "(cached) " >&6
6061else
6062 if test -n "$ac_ct_DSYMUTIL"; then
6063 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6064else
6065as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6066for as_dir in $PATH
6067do
6068 IFS=$as_save_IFS
6069 test -z "$as_dir" && as_dir=.
6070 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6071 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6072 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6074 break 2
6075 fi
6076done
6077 done
6078IFS=$as_save_IFS
6079
6080fi
6081fi
6082ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6083if test -n "$ac_ct_DSYMUTIL"; then
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6085$as_echo "$ac_ct_DSYMUTIL" >&6; }
6086else
6087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6088$as_echo "no" >&6; }
6089fi
6090
6091 if test "x$ac_ct_DSYMUTIL" = x; then
6092 DSYMUTIL=":"
6093 else
6094 case $cross_compiling:$ac_tool_warned in
6095yes:)
6096{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6097$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6098ac_tool_warned=yes ;;
6099esac
6100 DSYMUTIL=$ac_ct_DSYMUTIL
6101 fi
6102else
6103 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6104fi
6105
6106 if test -n "$ac_tool_prefix"; then
6107 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6108set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6110$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6111if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
6112 $as_echo_n "(cached) " >&6
6113else
6114 if test -n "$NMEDIT"; then
6115 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6116else
6117as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6118for as_dir in $PATH
6119do
6120 IFS=$as_save_IFS
6121 test -z "$as_dir" && as_dir=.
6122 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6123 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6124 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6126 break 2
6127 fi
6128done
6129 done
6130IFS=$as_save_IFS
6131
6132fi
6133fi
6134NMEDIT=$ac_cv_prog_NMEDIT
6135if test -n "$NMEDIT"; then
6136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6137$as_echo "$NMEDIT" >&6; }
6138else
6139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6140$as_echo "no" >&6; }
6141fi
6142
6143
6144fi
6145if test -z "$ac_cv_prog_NMEDIT"; then
6146 ac_ct_NMEDIT=$NMEDIT
6147 # Extract the first word of "nmedit", so it can be a program name with args.
6148set dummy nmedit; ac_word=$2
6149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6150$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6151if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
6152 $as_echo_n "(cached) " >&6
6153else
6154 if test -n "$ac_ct_NMEDIT"; then
6155 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6156else
6157as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6158for as_dir in $PATH
6159do
6160 IFS=$as_save_IFS
6161 test -z "$as_dir" && as_dir=.
6162 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6163 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6164 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6166 break 2
6167 fi
6168done
6169 done
6170IFS=$as_save_IFS
6171
6172fi
6173fi
6174ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6175if test -n "$ac_ct_NMEDIT"; then
6176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6177$as_echo "$ac_ct_NMEDIT" >&6; }
6178else
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6180$as_echo "no" >&6; }
6181fi
6182
6183 if test "x$ac_ct_NMEDIT" = x; then
6184 NMEDIT=":"
6185 else
6186 case $cross_compiling:$ac_tool_warned in
6187yes:)
6188{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6189$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6190ac_tool_warned=yes ;;
6191esac
6192 NMEDIT=$ac_ct_NMEDIT
6193 fi
6194else
6195 NMEDIT="$ac_cv_prog_NMEDIT"
6196fi
6197
6198 if test -n "$ac_tool_prefix"; then
6199 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6200set dummy ${ac_tool_prefix}lipo; ac_word=$2
6201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6202$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6203if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
6204 $as_echo_n "(cached) " >&6
6205else
6206 if test -n "$LIPO"; then
6207 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6208else
6209as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6210for as_dir in $PATH
6211do
6212 IFS=$as_save_IFS
6213 test -z "$as_dir" && as_dir=.
6214 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6215 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6216 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6218 break 2
6219 fi
6220done
6221 done
6222IFS=$as_save_IFS
6223
6224fi
6225fi
6226LIPO=$ac_cv_prog_LIPO
6227if test -n "$LIPO"; then
6228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6229$as_echo "$LIPO" >&6; }
6230else
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6232$as_echo "no" >&6; }
6233fi
6234
6235
6236fi
6237if test -z "$ac_cv_prog_LIPO"; then
6238 ac_ct_LIPO=$LIPO
6239 # Extract the first word of "lipo", so it can be a program name with args.
6240set dummy lipo; ac_word=$2
6241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6242$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6243if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
6244 $as_echo_n "(cached) " >&6
6245else
6246 if test -n "$ac_ct_LIPO"; then
6247 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6248else
6249as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6250for as_dir in $PATH
6251do
6252 IFS=$as_save_IFS
6253 test -z "$as_dir" && as_dir=.
6254 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6255 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6256 ac_cv_prog_ac_ct_LIPO="lipo"
6257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6258 break 2
6259 fi
6260done
6261 done
6262IFS=$as_save_IFS
6263
6264fi
6265fi
6266ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6267if test -n "$ac_ct_LIPO"; then
6268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6269$as_echo "$ac_ct_LIPO" >&6; }
6270else
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6272$as_echo "no" >&6; }
6273fi
6274
6275 if test "x$ac_ct_LIPO" = x; then
6276 LIPO=":"
6277 else
6278 case $cross_compiling:$ac_tool_warned in
6279yes:)
6280{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6281$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6282ac_tool_warned=yes ;;
6283esac
6284 LIPO=$ac_ct_LIPO
6285 fi
6286else
6287 LIPO="$ac_cv_prog_LIPO"
6288fi
6289
6290 if test -n "$ac_tool_prefix"; then
6291 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6292set dummy ${ac_tool_prefix}otool; ac_word=$2
6293{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6294$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6295if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
6296 $as_echo_n "(cached) " >&6
6297else
6298 if test -n "$OTOOL"; then
6299 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6300else
6301as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6302for as_dir in $PATH
6303do
6304 IFS=$as_save_IFS
6305 test -z "$as_dir" && as_dir=.
6306 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6307 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6308 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6310 break 2
6311 fi
6312done
6313 done
6314IFS=$as_save_IFS
6315
6316fi
6317fi
6318OTOOL=$ac_cv_prog_OTOOL
6319if test -n "$OTOOL"; then
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6321$as_echo "$OTOOL" >&6; }
6322else
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6324$as_echo "no" >&6; }
6325fi
6326
6327
6328fi
6329if test -z "$ac_cv_prog_OTOOL"; then
6330 ac_ct_OTOOL=$OTOOL
6331 # Extract the first word of "otool", so it can be a program name with args.
6332set dummy otool; ac_word=$2
6333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6334$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6335if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
6336 $as_echo_n "(cached) " >&6
6337else
6338 if test -n "$ac_ct_OTOOL"; then
6339 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6340else
6341as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6342for as_dir in $PATH
6343do
6344 IFS=$as_save_IFS
6345 test -z "$as_dir" && as_dir=.
6346 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6347 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6348 ac_cv_prog_ac_ct_OTOOL="otool"
6349 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6350 break 2
6351 fi
6352done
6353 done
6354IFS=$as_save_IFS
6355
6356fi
6357fi
6358ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6359if test -n "$ac_ct_OTOOL"; then
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6361$as_echo "$ac_ct_OTOOL" >&6; }
6362else
6363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6364$as_echo "no" >&6; }
6365fi
6366
6367 if test "x$ac_ct_OTOOL" = x; then
6368 OTOOL=":"
6369 else
6370 case $cross_compiling:$ac_tool_warned in
6371yes:)
6372{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6373$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6374ac_tool_warned=yes ;;
6375esac
6376 OTOOL=$ac_ct_OTOOL
6377 fi
6378else
6379 OTOOL="$ac_cv_prog_OTOOL"
6380fi
6381
6382 if test -n "$ac_tool_prefix"; then
6383 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6384set dummy ${ac_tool_prefix}otool64; ac_word=$2
6385{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6386$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6387if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
6388 $as_echo_n "(cached) " >&6
6389else
6390 if test -n "$OTOOL64"; then
6391 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6392else
6393as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6394for as_dir in $PATH
6395do
6396 IFS=$as_save_IFS
6397 test -z "$as_dir" && as_dir=.
6398 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6399 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6400 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6402 break 2
6403 fi
6404done
6405 done
6406IFS=$as_save_IFS
6407
6408fi
6409fi
6410OTOOL64=$ac_cv_prog_OTOOL64
6411if test -n "$OTOOL64"; then
6412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6413$as_echo "$OTOOL64" >&6; }
6414else
6415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6416$as_echo "no" >&6; }
6417fi
6418
6419
6420fi
6421if test -z "$ac_cv_prog_OTOOL64"; then
6422 ac_ct_OTOOL64=$OTOOL64
6423 # Extract the first word of "otool64", so it can be a program name with args.
6424set dummy otool64; ac_word=$2
6425{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6426$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6427if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
6428 $as_echo_n "(cached) " >&6
6429else
6430 if test -n "$ac_ct_OTOOL64"; then
6431 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6432else
6433as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6434for as_dir in $PATH
6435do
6436 IFS=$as_save_IFS
6437 test -z "$as_dir" && as_dir=.
6438 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6439 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6440 ac_cv_prog_ac_ct_OTOOL64="otool64"
6441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6442 break 2
6443 fi
6444done
6445 done
6446IFS=$as_save_IFS
6447
6448fi
6449fi
6450ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6451if test -n "$ac_ct_OTOOL64"; then
6452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6453$as_echo "$ac_ct_OTOOL64" >&6; }
6454else
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6456$as_echo "no" >&6; }
6457fi
6458
6459 if test "x$ac_ct_OTOOL64" = x; then
6460 OTOOL64=":"
6461 else
6462 case $cross_compiling:$ac_tool_warned in
6463yes:)
6464{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6465$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6466ac_tool_warned=yes ;;
6467esac
6468 OTOOL64=$ac_ct_OTOOL64
6469 fi
6470else
6471 OTOOL64="$ac_cv_prog_OTOOL64"
6472fi
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6501$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6502if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
6503 $as_echo_n "(cached) " >&6
6504else
6505 lt_cv_apple_cc_single_mod=no
6506 if test -z "${LT_MULTI_MODULE}"; then
6507 # By default we will add the -single_module flag. You can override
6508 # by either setting the environment variable LT_MULTI_MODULE
6509 # non-empty at configure time, or by adding -multi_module to the
6510 # link flags.
6511 rm -rf libconftest.dylib*
6512 echo "int foo(void){return 1;}" > conftest.c
6513 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6514-dynamiclib -Wl,-single_module conftest.c" >&5
6515 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6516 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6517 _lt_result=$?
6518 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6519 lt_cv_apple_cc_single_mod=yes
6520 else
6521 cat conftest.err >&5
6522 fi
6523 rm -rf libconftest.dylib*
6524 rm -f conftest.*
6525 fi
6526fi
6527{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6528$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6530$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6531if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
6532 $as_echo_n "(cached) " >&6
6533else
6534 lt_cv_ld_exported_symbols_list=no
6535 save_LDFLAGS=$LDFLAGS
6536 echo "_main" > conftest.sym
6537 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6539/* end confdefs.h. */
6540
6541int
6542main ()
6543{
6544
6545 ;
6546 return 0;
6547}
6548_ACEOF
6549if ac_fn_c_try_link "$LINENO"; then :
6550 lt_cv_ld_exported_symbols_list=yes
6551else
6552 lt_cv_ld_exported_symbols_list=no
6553fi
6554rm -f core conftest.err conftest.$ac_objext \
6555 conftest$ac_exeext conftest.$ac_ext
6556 LDFLAGS="$save_LDFLAGS"
6557
6558fi
6559{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6560$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6562$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6563if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
6564 $as_echo_n "(cached) " >&6
6565else
6566 lt_cv_ld_force_load=no
6567 cat > conftest.c << _LT_EOF
6568int forced_loaded() { return 2;}
6569_LT_EOF
6570 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6571 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6572 echo "$AR cru libconftest.a conftest.o" >&5
6573 $AR cru libconftest.a conftest.o 2>&5
6574 cat > conftest.c << _LT_EOF
6575int main() { return 0;}
6576_LT_EOF
6577 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6578 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6579 _lt_result=$?
6580 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6581 lt_cv_ld_force_load=yes
6582 else
6583 cat conftest.err >&5
6584 fi
6585 rm -f conftest.err libconftest.a conftest conftest.c
6586 rm -rf conftest.dSYM
6587
6588fi
6589{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6590$as_echo "$lt_cv_ld_force_load" >&6; }
6591 case $host_os in
6592 rhapsody* | darwin1.[012])
6593 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6594 darwin1.*)
6595 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6596 darwin*) # darwin 5.x on
6597 # if running on 10.5 or later, the deployment target defaults
6598 # to the OS version, if on x86, and 10.4, the deployment
6599 # target defaults to 10.4. Don't you love it?
6600 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6601 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6602 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 6603 10.[012][,.]*)
6bb11ab3
L
6604 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6605 10.*)
6606 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6607 esac
6608 ;;
6609 esac
6610 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6611 _lt_dar_single_mod='$single_module'
6612 fi
6613 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6614 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6615 else
6616 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6617 fi
6618 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6619 _lt_dsymutil='~$DSYMUTIL $lib || :'
6620 else
6621 _lt_dsymutil=
6622 fi
6623 ;;
6624 esac
6625
6626for ac_header in dlfcn.h
6627do :
6628 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6629"
d0ac1c44 6630if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
6631 cat >>confdefs.h <<_ACEOF
6632#define HAVE_DLFCN_H 1
6633_ACEOF
6634
6635fi
6636
6637done
6638
6639
6640
ebe9564b 6641
6bb11ab3 6642
0cb8d851
MF
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6644$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6645if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
6646 $as_echo_n "(cached) " >&6
6647else
6648 ac_cv_c_bigendian=unknown
6649 # See if we're dealing with a universal compiler.
6650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6651/* end confdefs.h. */
6652#ifndef __APPLE_CC__
6653 not a universal capable compiler
6654 #endif
6655 typedef int dummy;
6656
6657_ACEOF
6658if ac_fn_c_try_compile "$LINENO"; then :
6659
6660 # Check for potential -arch flags. It is not universal unless
6661 # there are at least two -arch flags with different values.
6662 ac_arch=
6663 ac_prev=
6664 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6665 if test -n "$ac_prev"; then
6666 case $ac_word in
6667 i?86 | x86_64 | ppc | ppc64)
6668 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6669 ac_arch=$ac_word
6670 else
6671 ac_cv_c_bigendian=universal
6672 break
6673 fi
6674 ;;
6675 esac
6676 ac_prev=
6677 elif test "x$ac_word" = "x-arch"; then
6678 ac_prev=arch
6679 fi
6680 done
6681fi
6682rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6683 if test $ac_cv_c_bigendian = unknown; then
6684 # See if sys/param.h defines the BYTE_ORDER macro.
6685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6686/* end confdefs.h. */
6687#include <sys/types.h>
6688 #include <sys/param.h>
6689
6690int
6691main ()
6692{
6693#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6694 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6695 && LITTLE_ENDIAN)
6696 bogus endian macros
6697 #endif
6698
6699 ;
6700 return 0;
6701}
6702_ACEOF
6703if ac_fn_c_try_compile "$LINENO"; then :
6704 # It does; now see whether it defined to BIG_ENDIAN or not.
6705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6706/* end confdefs.h. */
6707#include <sys/types.h>
6708 #include <sys/param.h>
6709
6710int
6711main ()
6712{
6713#if BYTE_ORDER != BIG_ENDIAN
6714 not big endian
6715 #endif
6716
6717 ;
6718 return 0;
6719}
6720_ACEOF
6721if ac_fn_c_try_compile "$LINENO"; then :
6722 ac_cv_c_bigendian=yes
6723else
6724 ac_cv_c_bigendian=no
6725fi
6726rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6727fi
6728rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6729 fi
6730 if test $ac_cv_c_bigendian = unknown; then
6731 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6733/* end confdefs.h. */
6734#include <limits.h>
6735
6736int
6737main ()
6738{
6739#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6740 bogus endian macros
6741 #endif
6742
6743 ;
6744 return 0;
6745}
6746_ACEOF
6747if ac_fn_c_try_compile "$LINENO"; then :
6748 # It does; now see whether it defined to _BIG_ENDIAN or not.
6749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6750/* end confdefs.h. */
6751#include <limits.h>
6752
6753int
6754main ()
6755{
6756#ifndef _BIG_ENDIAN
6757 not big endian
6758 #endif
6759
6760 ;
6761 return 0;
6762}
6763_ACEOF
6764if ac_fn_c_try_compile "$LINENO"; then :
6765 ac_cv_c_bigendian=yes
6766else
6767 ac_cv_c_bigendian=no
6768fi
6769rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6770fi
6771rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6772 fi
6773 if test $ac_cv_c_bigendian = unknown; then
6774 # Compile a test program.
6775 if test "$cross_compiling" = yes; then :
6776 # Try to guess by grepping values from an object file.
6777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6778/* end confdefs.h. */
6779short int ascii_mm[] =
6780 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6781 short int ascii_ii[] =
6782 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6783 int use_ascii (int i) {
6784 return ascii_mm[i] + ascii_ii[i];
6785 }
6786 short int ebcdic_ii[] =
6787 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6788 short int ebcdic_mm[] =
6789 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6790 int use_ebcdic (int i) {
6791 return ebcdic_mm[i] + ebcdic_ii[i];
6792 }
6793 extern int foo;
6794
6795int
6796main ()
6797{
6798return use_ascii (foo) == use_ebcdic (foo);
6799 ;
6800 return 0;
6801}
6802_ACEOF
6803if ac_fn_c_try_compile "$LINENO"; then :
6804 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6805 ac_cv_c_bigendian=yes
6806 fi
6807 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6808 if test "$ac_cv_c_bigendian" = unknown; then
6809 ac_cv_c_bigendian=no
6810 else
6811 # finding both strings is unlikely to happen, but who knows?
6812 ac_cv_c_bigendian=unknown
6813 fi
6814 fi
6815fi
6816rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6817else
6818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6819/* end confdefs.h. */
6820$ac_includes_default
6821int
6822main ()
6823{
6824
6825 /* Are we little or big endian? From Harbison&Steele. */
6826 union
6827 {
6828 long int l;
6829 char c[sizeof (long int)];
6830 } u;
6831 u.l = 1;
6832 return u.c[sizeof (long int) - 1] == 1;
6833
6834 ;
6835 return 0;
6836}
6837_ACEOF
6838if ac_fn_c_try_run "$LINENO"; then :
6839 ac_cv_c_bigendian=no
6840else
6841 ac_cv_c_bigendian=yes
6842fi
6843rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6844 conftest.$ac_objext conftest.beam conftest.$ac_ext
6845fi
6846
6847 fi
6848fi
6849{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6850$as_echo "$ac_cv_c_bigendian" >&6; }
6851 case $ac_cv_c_bigendian in #(
6852 yes)
6853 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6854;; #(
6855 no)
6856 ;; #(
6857 universal)
6858
6859$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6860
6861 ;; #(
6862 *)
d0ac1c44 6863 as_fn_error $? "unknown endianness
0cb8d851
MF
6864 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6865 esac
6866
6bb11ab3
L
6867
6868
6869
c25ea03d
MF
6870if test "x$cross_compiling" = "xno"; then
6871 : "${CC_FOR_BUILD:=\$(CC)}"
6872 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6873 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d
MF
6874else
6875 : "${CC_FOR_BUILD:=gcc}"
6876 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6877 : "${LDLFAGS_FOR_BUILD:=}"
6bb11ab3
L
6878fi
6879
6880
6881
c25ea03d 6882
c2783492 6883
a3e2cc64
MF
6884if test -n "$ac_tool_prefix"; then
6885 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6886set dummy ${ac_tool_prefix}ar; ac_word=$2
6887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6888$as_echo_n "checking for $ac_word... " >&6; }
6889if ${ac_cv_prog_AR+:} false; then :
6890 $as_echo_n "(cached) " >&6
6891else
6892 if test -n "$AR"; then
6893 ac_cv_prog_AR="$AR" # Let the user override the test.
6894else
6895as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6896for as_dir in $PATH
6897do
6898 IFS=$as_save_IFS
6899 test -z "$as_dir" && as_dir=.
6900 for ac_exec_ext in '' $ac_executable_extensions; do
6901 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6902 ac_cv_prog_AR="${ac_tool_prefix}ar"
6903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6904 break 2
6905 fi
6906done
6907 done
6908IFS=$as_save_IFS
6909
6910fi
6911fi
6912AR=$ac_cv_prog_AR
6913if test -n "$AR"; then
6914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6915$as_echo "$AR" >&6; }
6916else
6917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6918$as_echo "no" >&6; }
6919fi
6920
6921
6922fi
6923if test -z "$ac_cv_prog_AR"; then
6924 ac_ct_AR=$AR
6925 # Extract the first word of "ar", so it can be a program name with args.
6926set dummy ar; ac_word=$2
6927{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6928$as_echo_n "checking for $ac_word... " >&6; }
6929if ${ac_cv_prog_ac_ct_AR+:} false; then :
6930 $as_echo_n "(cached) " >&6
6931else
6932 if test -n "$ac_ct_AR"; then
6933 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6934else
6935as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6936for as_dir in $PATH
6937do
6938 IFS=$as_save_IFS
6939 test -z "$as_dir" && as_dir=.
6940 for ac_exec_ext in '' $ac_executable_extensions; do
6941 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6942 ac_cv_prog_ac_ct_AR="ar"
6943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6944 break 2
6945 fi
6946done
6947 done
6948IFS=$as_save_IFS
6949
6950fi
6951fi
6952ac_ct_AR=$ac_cv_prog_ac_ct_AR
6953if test -n "$ac_ct_AR"; then
6954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6955$as_echo "$ac_ct_AR" >&6; }
6956else
6957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6958$as_echo "no" >&6; }
6959fi
6960
6961 if test "x$ac_ct_AR" = x; then
6962 AR=""
6963 else
6964 case $cross_compiling:$ac_tool_warned in
6965yes:)
6966{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6967$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6968ac_tool_warned=yes ;;
6969esac
6970 AR=$ac_ct_AR
6971 fi
6972else
6973 AR="$ac_cv_prog_AR"
6974fi
6bb11ab3
L
6975
6976if test -n "$ac_tool_prefix"; then
6977 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6978set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6980$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6981if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
6982 $as_echo_n "(cached) " >&6
6983else
6984 if test -n "$RANLIB"; then
6985 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6986else
6987as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6988for as_dir in $PATH
6989do
6990 IFS=$as_save_IFS
6991 test -z "$as_dir" && as_dir=.
6992 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6993 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6994 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6996 break 2
6997 fi
6998done
6999 done
7000IFS=$as_save_IFS
7001
7002fi
7003fi
7004RANLIB=$ac_cv_prog_RANLIB
7005if test -n "$RANLIB"; then
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7007$as_echo "$RANLIB" >&6; }
7008else
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7010$as_echo "no" >&6; }
7011fi
7012
7013
7014fi
7015if test -z "$ac_cv_prog_RANLIB"; then
7016 ac_ct_RANLIB=$RANLIB
7017 # Extract the first word of "ranlib", so it can be a program name with args.
7018set dummy ranlib; ac_word=$2
7019{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7020$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7021if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
7022 $as_echo_n "(cached) " >&6
7023else
7024 if test -n "$ac_ct_RANLIB"; then
7025 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7026else
7027as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7028for as_dir in $PATH
7029do
7030 IFS=$as_save_IFS
7031 test -z "$as_dir" && as_dir=.
7032 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7033 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7034 ac_cv_prog_ac_ct_RANLIB="ranlib"
7035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7036 break 2
7037 fi
7038done
7039 done
7040IFS=$as_save_IFS
7041
7042fi
7043fi
7044ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7045if test -n "$ac_ct_RANLIB"; then
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7047$as_echo "$ac_ct_RANLIB" >&6; }
7048else
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7050$as_echo "no" >&6; }
7051fi
7052
7053 if test "x$ac_ct_RANLIB" = x; then
7054 RANLIB=":"
7055 else
7056 case $cross_compiling:$ac_tool_warned in
7057yes:)
7058{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7059$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7060ac_tool_warned=yes ;;
7061esac
7062 RANLIB=$ac_ct_RANLIB
7063 fi
7064else
7065 RANLIB="$ac_cv_prog_RANLIB"
7066fi
7067
7068
46f900c0
MF
7069# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
7070# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
7071# is C99. So handle it ourselves.
7072:
7073C_DIALECT=
7074{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
7075$as_echo_n "checking whether C11 is supported by default... " >&6; }
7076cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7077/* end confdefs.h. */
7078
7079#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7080# error "C11 support not found"
7081#endif
7082
7083_ACEOF
7084if ac_fn_c_try_compile "$LINENO"; then :
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7086$as_echo "yes" >&6; }
7087else
7088
7089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7090$as_echo "no" >&6; }
7091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
7092$as_echo_n "checking for -std=c11 support... " >&6; }
7093 ac_save_CC="$CC"
7094 CC="$CC -std=c11"
7095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7096/* end confdefs.h. */
7097
7098#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7099# error "C11 support not found"
7100#endif
7101
7102_ACEOF
7103if ac_fn_c_try_compile "$LINENO"; then :
7104
7105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7106$as_echo "yes" >&6; }
7107 CC="$ac_save_CC"
7108 C_DIALECT="-std=c11"
7109
7110else
7111 as_fn_error $? "C11 is required" "$LINENO" 5
7112fi
7113rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7114fi
7115rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7116
7117
c2783492
MF
7118ac_config_headers="$ac_config_headers config.h:config.in"
7119
7120
6bb11ab3
L
7121# Some of the common include files depend on bfd.h, and bfd.h checks
7122# that config.h is included first by testing that the PACKAGE macro
7123# is defined.
7124PACKAGE=sim
7125
7126cat >>confdefs.h <<_ACEOF
7127#define PACKAGE "$PACKAGE"
7128_ACEOF
7129
7130
7131
7132# Dependency checking.
7133ac_config_commands="$ac_config_commands depdir"
7134
7135
7136depcc="$CC" am_compiler_list=
7137
7138am_depcomp=$ac_aux_dir/depcomp
7139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7140$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 7141if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
7142 $as_echo_n "(cached) " >&6
7143else
7144 if test -f "$am_depcomp"; then
7145 # We make a subdir and do the tests there. Otherwise we can end up
7146 # making bogus files that we don't know about and never remove. For
7147 # instance it was reported that on HP-UX the gcc test will end up
7148 # making a dummy file named `D' -- because `-MD' means `put the output
7149 # in D'.
7150 mkdir conftest.dir
7151 # Copy depcomp to subdir because otherwise we won't find it if we're
7152 # using a relative directory.
7153 cp "$am_depcomp" conftest.dir
7154 cd conftest.dir
7155 # We will build objects and dependencies in a subdirectory because
7156 # it helps to detect inapplicable dependency modes. For instance
7157 # both Tru64's cc and ICC support -MD to output dependencies as a
7158 # side effect of compilation, but ICC will put the dependencies in
7159 # the current directory while Tru64 will put them in the object
7160 # directory.
7161 mkdir sub
7162
7163 am_cv_CC_dependencies_compiler_type=none
7164 if test "$am_compiler_list" = ""; then
7165 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7166 fi
7167 for depmode in $am_compiler_list; do
7168 if test $depmode = none; then break; fi
7169
7170 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7171 # Setup a source with many dependencies, because some compilers
7172 # like to wrap large dependency lists on column 80 (with \), and
7173 # we should not choose a depcomp mode which is confused by this.
7174 #
7175 # We need to recreate these files for each test, as the compiler may
7176 # overwrite some of them when testing with obscure command lines.
7177 # This happens at least with the AIX C compiler.
7178 : > sub/conftest.c
7179 for i in 1 2 3 4 5 6; do
7180 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7181 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7182 # Solaris 8's {/usr,}/bin/sh.
7183 touch sub/conftst$i.h
7184 done
7185 echo "include sub/conftest.Po" > confmf
7186
7187 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7188 # mode. It turns out that the SunPro C++ compiler does not properly
7189 # handle `-M -o', and we need to detect this.
7190 depcmd="depmode=$depmode \
7191 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7192 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7193 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7194 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7195 if env $depcmd > conftest.err 2>&1 &&
7196 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7197 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7198 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7199 # icc doesn't choke on unknown options, it will just issue warnings
7200 # or remarks (even with -Werror). So we grep stderr for any message
7201 # that says an option was ignored or not supported.
7202 # When given -MP, icc 7.0 and 7.1 complain thusly:
7203 # icc: Command line warning: ignoring option '-M'; no argument required
7204 # The diagnosis changed in icc 8.0:
7205 # icc: Command line remark: option '-MP' not supported
7206 if (grep 'ignoring option' conftest.err ||
7207 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7208 am_cv_CC_dependencies_compiler_type=$depmode
7209 $as_echo "$as_me:$LINENO: success" >&5
7210 break
7211 fi
7212 fi
7213 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7214 sed -e 's/^/| /' < conftest.err >&5
7215 done
7216
7217 cd ..
7218 rm -rf conftest.dir
7219else
7220 am_cv_CC_dependencies_compiler_type=none
7221fi
7222
7223fi
7224{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7225$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7226if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7227then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
7228else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7229
7230fi
7231
7232
7233# Check for the 'make' the user wants to use.
7234for ac_prog in make
7235do
7236 # Extract the first word of "$ac_prog", so it can be a program name with args.
7237set dummy $ac_prog; ac_word=$2
7238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7239$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7240if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
7241 $as_echo_n "(cached) " >&6
7242else
7243 if test -n "$MAKE"; then
7244 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7245else
7246as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7247for as_dir in $PATH
7248do
7249 IFS=$as_save_IFS
7250 test -z "$as_dir" && as_dir=.
7251 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7252 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7253 ac_cv_prog_MAKE="$ac_prog"
7254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7255 break 2
7256 fi
7257done
7258 done
7259IFS=$as_save_IFS
7260
7261fi
7262fi
7263MAKE=$ac_cv_prog_MAKE
7264if test -n "$MAKE"; then
7265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7266$as_echo "$MAKE" >&6; }
7267else
7268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7269$as_echo "no" >&6; }
7270fi
7271
7272
7273 test -n "$MAKE" && break
7274done
7275
7276MAKE_IS_GNU=
7277case "`$MAKE --version 2>&1 | sed 1q`" in
7278 *GNU*)
7279 MAKE_IS_GNU=yes
7280 ;;
7281esac
7282 if test "$MAKE_IS_GNU" = yes; then
7283 GMAKE_TRUE=
7284 GMAKE_FALSE='#'
7285else
7286 GMAKE_TRUE='#'
7287 GMAKE_FALSE=
7288fi
7289
7290
7291ALL_LINGUAS=
7292# If we haven't got the data from the intl directory,
7293# assume NLS is disabled.
7294USE_NLS=no
7295LIBINTL=
7296LIBINTL_DEP=
7297INCINTL=
7298XGETTEXT=
7299GMSGFMT=
7300POSUB=
7301
7302if test -f ../../intl/config.intl; then
7303 . ../../intl/config.intl
7304fi
7305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7306$as_echo_n "checking whether NLS is requested... " >&6; }
7307if test x"$USE_NLS" != xyes; then
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7309$as_echo "no" >&6; }
7310else
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7312$as_echo "yes" >&6; }
7313
7314$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7315
7316
7317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7318$as_echo_n "checking for catalogs to be installed... " >&6; }
7319 # Look for .po and .gmo files in the source directory.
7320 CATALOGS=
7321 XLINGUAS=
7322 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7323 # If there aren't any .gmo files the shell will give us the
7324 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7325 # weeded out.
7326 case "$cat" in *\**)
7327 continue;;
7328 esac
7329 # The quadruple backslash is collapsed to a double backslash
7330 # by the backticks, then collapsed again by the double quotes,
7331 # leaving us with one backslash in the sed expression (right
7332 # before the dot that mustn't act as a wildcard).
7333 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7334 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7335 # The user is allowed to set LINGUAS to a list of languages to
7336 # install catalogs for. If it's empty that means "all of them."
7337 if test "x$LINGUAS" = x; then
7338 CATALOGS="$CATALOGS $cat"
7339 XLINGUAS="$XLINGUAS $lang"
7340 else
7341 case "$LINGUAS" in *$lang*)
7342 CATALOGS="$CATALOGS $cat"
7343 XLINGUAS="$XLINGUAS $lang"
7344 ;;
7345 esac
7346 fi
7347 done
7348 LINGUAS="$XLINGUAS"
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7350$as_echo "$LINGUAS" >&6; }
7351
7352
7353 DATADIRNAME=share
7354
7355 INSTOBJEXT=.mo
7356
7357 GENCAT=gencat
7358
7359 CATOBJEXT=.gmo
7360
7361fi
7362
7363# Check for common headers.
68ed2854 7364# NB: You can assume C11 headers exist.
6bb11ab3 7365
936df756
MF
7366
7367ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7368#include <sys/types.h>
7369#endif
7370#ifdef HAVE_SYS_STAT_H
7371#include <sys/stat.h>
7372#endif
7373"
d0ac1c44 7374if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
7375
7376cat >>confdefs.h <<_ACEOF
7377#define HAVE_STRUCT_STAT_ST_DEV 1
7378_ACEOF
7379
7380
7381fi
7382ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7383#include <sys/types.h>
7384#endif
7385#ifdef HAVE_SYS_STAT_H
7386#include <sys/stat.h>
7387#endif
7388"
d0ac1c44 7389if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
7390
7391cat >>confdefs.h <<_ACEOF
7392#define HAVE_STRUCT_STAT_ST_INO 1
7393_ACEOF
7394
7395
7396fi
7397ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7398#include <sys/types.h>
7399#endif
7400#ifdef HAVE_SYS_STAT_H
7401#include <sys/stat.h>
7402#endif
7403"
d0ac1c44 7404if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
7405
7406cat >>confdefs.h <<_ACEOF
7407#define HAVE_STRUCT_STAT_ST_MODE 1
7408_ACEOF
7409
7410
7411fi
7412ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7413#include <sys/types.h>
7414#endif
7415#ifdef HAVE_SYS_STAT_H
7416#include <sys/stat.h>
7417#endif
7418"
d0ac1c44 7419if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
7420
7421cat >>confdefs.h <<_ACEOF
7422#define HAVE_STRUCT_STAT_ST_NLINK 1
7423_ACEOF
7424
7425
7426fi
7427ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7428#include <sys/types.h>
7429#endif
7430#ifdef HAVE_SYS_STAT_H
7431#include <sys/stat.h>
7432#endif
7433"
d0ac1c44 7434if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
7435
7436cat >>confdefs.h <<_ACEOF
7437#define HAVE_STRUCT_STAT_ST_UID 1
7438_ACEOF
7439
7440
7441fi
7442ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7443#include <sys/types.h>
7444#endif
7445#ifdef HAVE_SYS_STAT_H
7446#include <sys/stat.h>
7447#endif
7448"
d0ac1c44 7449if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
7450
7451cat >>confdefs.h <<_ACEOF
7452#define HAVE_STRUCT_STAT_ST_GID 1
7453_ACEOF
7454
7455
7456fi
7457ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7458#include <sys/types.h>
7459#endif
7460#ifdef HAVE_SYS_STAT_H
7461#include <sys/stat.h>
7462#endif
7463"
d0ac1c44 7464if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
7465
7466cat >>confdefs.h <<_ACEOF
7467#define HAVE_STRUCT_STAT_ST_RDEV 1
7468_ACEOF
7469
7470
7471fi
7472ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7473#include <sys/types.h>
7474#endif
7475#ifdef HAVE_SYS_STAT_H
7476#include <sys/stat.h>
7477#endif
7478"
d0ac1c44 7479if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
7480
7481cat >>confdefs.h <<_ACEOF
7482#define HAVE_STRUCT_STAT_ST_SIZE 1
7483_ACEOF
7484
7485
7486fi
7487ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7488#include <sys/types.h>
7489#endif
7490#ifdef HAVE_SYS_STAT_H
7491#include <sys/stat.h>
7492#endif
7493"
d0ac1c44 7494if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
7495
7496cat >>confdefs.h <<_ACEOF
7497#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7498_ACEOF
7499
7500
7501fi
7502ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7503#include <sys/types.h>
7504#endif
7505#ifdef HAVE_SYS_STAT_H
7506#include <sys/stat.h>
7507#endif
7508"
d0ac1c44 7509if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
7510
7511cat >>confdefs.h <<_ACEOF
7512#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7513_ACEOF
7514
7515
7516fi
7517ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7518#include <sys/types.h>
7519#endif
7520#ifdef HAVE_SYS_STAT_H
7521#include <sys/stat.h>
7522#endif
7523"
d0ac1c44 7524if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
7525
7526cat >>confdefs.h <<_ACEOF
7527#define HAVE_STRUCT_STAT_ST_ATIME 1
7528_ACEOF
7529
7530
7531fi
7532ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7533#include <sys/types.h>
7534#endif
7535#ifdef HAVE_SYS_STAT_H
7536#include <sys/stat.h>
7537#endif
7538"
d0ac1c44 7539if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
7540
7541cat >>confdefs.h <<_ACEOF
7542#define HAVE_STRUCT_STAT_ST_MTIME 1
7543_ACEOF
7544
7545
7546fi
7547ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7548#include <sys/types.h>
7549#endif
7550#ifdef HAVE_SYS_STAT_H
7551#include <sys/stat.h>
7552#endif
7553"
d0ac1c44 7554if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
7555
7556cat >>confdefs.h <<_ACEOF
7557#define HAVE_STRUCT_STAT_ST_CTIME 1
7558_ACEOF
7559
7560
7561fi
7562
7563ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7564#include <sys/socket.h>
7565
7566"
d0ac1c44 7567if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
7568
7569cat >>confdefs.h <<_ACEOF
7570#define HAVE_SOCKLEN_T 1
7571_ACEOF
7572
7573
7574fi
7575
6bb11ab3
L
7576
7577# Check for socket libraries
7578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7579$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7580if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
7581 $as_echo_n "(cached) " >&6
7582else
7583 ac_check_lib_save_LIBS=$LIBS
7584LIBS="-lsocket $LIBS"
7585cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7586/* end confdefs.h. */
7587
7588/* Override any GCC internal prototype to avoid an error.
7589 Use char because int might match the return type of a GCC
7590 builtin and then its argument prototype would still apply. */
7591#ifdef __cplusplus
7592extern "C"
7593#endif
7594char bind ();
7595int
7596main ()
7597{
7598return bind ();
7599 ;
7600 return 0;
7601}
7602_ACEOF
7603if ac_fn_c_try_link "$LINENO"; then :
7604 ac_cv_lib_socket_bind=yes
7605else
7606 ac_cv_lib_socket_bind=no
7607fi
7608rm -f core conftest.err conftest.$ac_objext \
7609 conftest$ac_exeext conftest.$ac_ext
7610LIBS=$ac_check_lib_save_LIBS
7611fi
7612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7613$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7614if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
7615 cat >>confdefs.h <<_ACEOF
7616#define HAVE_LIBSOCKET 1
7617_ACEOF
7618
7619 LIBS="-lsocket $LIBS"
7620
7621fi
7622
7623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7624$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7625if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
7626 $as_echo_n "(cached) " >&6
7627else
7628 ac_check_lib_save_LIBS=$LIBS
7629LIBS="-lnsl $LIBS"
7630cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7631/* end confdefs.h. */
7632
7633/* Override any GCC internal prototype to avoid an error.
7634 Use char because int might match the return type of a GCC
7635 builtin and then its argument prototype would still apply. */
7636#ifdef __cplusplus
7637extern "C"
7638#endif
7639char gethostbyname ();
7640int
7641main ()
7642{
7643return gethostbyname ();
7644 ;
7645 return 0;
7646}
7647_ACEOF
7648if ac_fn_c_try_link "$LINENO"; then :
7649 ac_cv_lib_nsl_gethostbyname=yes
7650else
7651 ac_cv_lib_nsl_gethostbyname=no
7652fi
7653rm -f core conftest.err conftest.$ac_objext \
7654 conftest$ac_exeext conftest.$ac_ext
7655LIBS=$ac_check_lib_save_LIBS
7656fi
7657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7658$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7659if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
7660 cat >>confdefs.h <<_ACEOF
7661#define HAVE_LIBNSL 1
7662_ACEOF
7663
7664 LIBS="-lnsl $LIBS"
7665
7666fi
7667
7668
7669# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7670# using the same condition.
7671
aadc9410 7672 # Use the system's zlib library.
7fed4b0b
L
7673 zlibdir="-L\$(top_builddir)/../zlib"
7674 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 7675
aadc9410
MF
7676# Check whether --with-system-zlib was given.
7677if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
7678 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7679 zlibdir=
7680 zlibinc=
7681 fi
6bb11ab3
L
7682
7683fi
7684
6bb11ab3 7685
6bb11ab3 7686
6bb11ab3
L
7687
7688
7689# BFD uses libdl when when plugins enabled.
7690
faa743bb
RM
7691 maybe_plugins=no
7692 for ac_header in dlfcn.h
7693do :
7694 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7695"
d0ac1c44 7696if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
7697 cat >>confdefs.h <<_ACEOF
7698#define HAVE_DLFCN_H 1
7699_ACEOF
7700 maybe_plugins=yes
7701fi
7702
7703done
7704
7705 for ac_header in windows.h
7706do :
7707 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7708"
d0ac1c44 7709if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
7710 cat >>confdefs.h <<_ACEOF
7711#define HAVE_WINDOWS_H 1
7712_ACEOF
7713 maybe_plugins=yes
7714fi
7715
7716done
7717
7718
7719 # Check whether --enable-plugins was given.
6bb11ab3
L
7720if test "${enable_plugins+set}" = set; then :
7721 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
7722 no) plugins=no ;;
7723 *) plugins=yes
7724 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7725 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
7726 fi ;;
7727 esac
6bb11ab3 7728else
faa743bb
RM
7729 plugins=$maybe_plugins
7730
6bb11ab3
L
7731fi
7732
2974be62 7733 if test "$plugins" = "yes"; then
37f980dc
SM
7734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7735$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7736if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7737 $as_echo_n "(cached) " >&6
7738else
7739 ac_func_search_save_LIBS=$LIBS
7740cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7741/* end confdefs.h. */
7742
7743/* Override any GCC internal prototype to avoid an error.
7744 Use char because int might match the return type of a GCC
7745 builtin and then its argument prototype would still apply. */
7746#ifdef __cplusplus
7747extern "C"
7748#endif
37f980dc 7749char dlsym ();
2974be62
AM
7750int
7751main ()
7752{
37f980dc 7753return dlsym ();
2974be62
AM
7754 ;
7755 return 0;
7756}
7757_ACEOF
7758for ac_lib in '' dl; do
7759 if test -z "$ac_lib"; then
7760 ac_res="none required"
7761 else
7762 ac_res=-l$ac_lib
7763 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7764 fi
7765 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7766 ac_cv_search_dlsym=$ac_res
2974be62
AM
7767fi
7768rm -f core conftest.err conftest.$ac_objext \
7769 conftest$ac_exeext
d0ac1c44 7770 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7771 break
7772fi
7773done
d0ac1c44 7774if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
7775
7776else
37f980dc 7777 ac_cv_search_dlsym=no
2974be62
AM
7778fi
7779rm conftest.$ac_ext
7780LIBS=$ac_func_search_save_LIBS
7781fi
37f980dc
SM
7782{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7783$as_echo "$ac_cv_search_dlsym" >&6; }
7784ac_res=$ac_cv_search_dlsym
2974be62
AM
7785if test "$ac_res" != no; then :
7786 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7787
7788fi
7789
7790 fi
6bb11ab3
L
7791
7792 if test "$plugins" = yes; then
7793 PLUGINS_TRUE=
7794 PLUGINS_FALSE='#'
7795else
7796 PLUGINS_TRUE='#'
7797 PLUGINS_FALSE=
7798fi
7799
7800
7801
7802
7803
7804# Set options
7805enable_dlopen=yes
7806
7807
7808
7809
7810 enable_win32_dll=no
7811
7812
7813 # Check whether --enable-shared was given.
7814if test "${enable_shared+set}" = set; then :
7815 enableval=$enable_shared; p=${PACKAGE-default}
7816 case $enableval in
7817 yes) enable_shared=yes ;;
7818 no) enable_shared=no ;;
7819 *)
7820 enable_shared=no
7821 # Look at the argument we got. We use all the common list separators.
7822 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7823 for pkg in $enableval; do
7824 IFS="$lt_save_ifs"
7825 if test "X$pkg" = "X$p"; then
7826 enable_shared=yes
7827 fi
7828 done
7829 IFS="$lt_save_ifs"
7830 ;;
7831 esac
7832else
7833 enable_shared=yes
7834fi
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844 # Check whether --enable-static was given.
7845if test "${enable_static+set}" = set; then :
7846 enableval=$enable_static; p=${PACKAGE-default}
7847 case $enableval in
7848 yes) enable_static=yes ;;
7849 no) enable_static=no ;;
7850 *)
7851 enable_static=no
7852 # Look at the argument we got. We use all the common list separators.
7853 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7854 for pkg in $enableval; do
7855 IFS="$lt_save_ifs"
7856 if test "X$pkg" = "X$p"; then
7857 enable_static=yes
7858 fi
7859 done
7860 IFS="$lt_save_ifs"
7861 ;;
7862 esac
7863else
7864 enable_static=yes
7865fi
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876# Check whether --with-pic was given.
7877if test "${with_pic+set}" = set; then :
7878 withval=$with_pic; pic_mode="$withval"
7879else
7880 pic_mode=default
7881fi
7882
7883
7884test -z "$pic_mode" && pic_mode=default
7885
7886
7887
7888
7889
7890
7891
7892 # Check whether --enable-fast-install was given.
7893if test "${enable_fast_install+set}" = set; then :
7894 enableval=$enable_fast_install; p=${PACKAGE-default}
7895 case $enableval in
7896 yes) enable_fast_install=yes ;;
7897 no) enable_fast_install=no ;;
7898 *)
7899 enable_fast_install=no
7900 # Look at the argument we got. We use all the common list separators.
7901 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7902 for pkg in $enableval; do
7903 IFS="$lt_save_ifs"
7904 if test "X$pkg" = "X$p"; then
7905 enable_fast_install=yes
7906 fi
7907 done
7908 IFS="$lt_save_ifs"
7909 ;;
7910 esac
7911else
7912 enable_fast_install=yes
7913fi
7914
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925# This can be used to rebuild libtool when needed
7926LIBTOOL_DEPS="$ltmain"
7927
7928# Always use our own libtool.
7929LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7930
7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
7954
7955
7956test -z "$LN_S" && LN_S="ln -s"
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971if test -n "${ZSH_VERSION+set}" ; then
7972 setopt NO_GLOB_SUBST
c28c63d8 7973fi
c28c63d8 7974
6bb11ab3
L
7975{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7976$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7977if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
7978 $as_echo_n "(cached) " >&6
7979else
7980 rm -f .libs 2>/dev/null
7981mkdir .libs 2>/dev/null
7982if test -d .libs; then
7983 lt_cv_objdir=.libs
7984else
7985 # MS-DOS does not allow filenames that begin with a dot.
7986 lt_cv_objdir=_libs
7987fi
7988rmdir .libs 2>/dev/null
7989fi
7990{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7991$as_echo "$lt_cv_objdir" >&6; }
7992objdir=$lt_cv_objdir
7993
7994
7995
7996
7997
7998cat >>confdefs.h <<_ACEOF
7999#define LT_OBJDIR "$lt_cv_objdir/"
8000_ACEOF
8001
8002
8003
8004
8005case $host_os in
8006aix3*)
8007 # AIX sometimes has problems with the GCC collect2 program. For some
8008 # reason, if we set the COLLECT_NAMES environment variable, the problems
8009 # vanish in a puff of smoke.
8010 if test "X${COLLECT_NAMES+set}" != Xset; then
8011 COLLECT_NAMES=
8012 export COLLECT_NAMES
8013 fi
8014 ;;
81ecdfbb 8015esac
6bb11ab3
L
8016
8017# Global variables:
8018ofile=libtool
8019can_build_shared=yes
8020
8021# All known linkers require a `.a' archive for static linking (except MSVC,
8022# which needs '.lib').
8023libext=a
8024
8025with_gnu_ld="$lt_cv_prog_gnu_ld"
8026
8027old_CC="$CC"
8028old_CFLAGS="$CFLAGS"
8029
8030# Set sane defaults for various variables
8031test -z "$CC" && CC=cc
8032test -z "$LTCC" && LTCC=$CC
8033test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8034test -z "$LD" && LD=ld
8035test -z "$ac_objext" && ac_objext=o
8036
8037for cc_temp in $compiler""; do
8038 case $cc_temp in
8039 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8040 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8041 \-*) ;;
8042 *) break;;
8043 esac
8044done
8045cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8046
8047
8048# Only perform the check for file, if the check method requires it
8049test -z "$MAGIC_CMD" && MAGIC_CMD=file
8050case $deplibs_check_method in
8051file_magic*)
8052 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8054$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8055if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8056 $as_echo_n "(cached) " >&6
8057else
8058 case $MAGIC_CMD in
8059[\\/*] | ?:[\\/]*)
8060 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8061 ;;
8062*)
8063 lt_save_MAGIC_CMD="$MAGIC_CMD"
8064 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8065 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8066 for ac_dir in $ac_dummy; do
8067 IFS="$lt_save_ifs"
8068 test -z "$ac_dir" && ac_dir=.
8069 if test -f $ac_dir/${ac_tool_prefix}file; then
8070 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8071 if test -n "$file_magic_test_file"; then
8072 case $deplibs_check_method in
8073 "file_magic "*)
8074 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8075 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8076 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8077 $EGREP "$file_magic_regex" > /dev/null; then
8078 :
8079 else
8080 cat <<_LT_EOF 1>&2
8081
8082*** Warning: the command libtool uses to detect shared libraries,
8083*** $file_magic_cmd, produces output that libtool cannot recognize.
8084*** The result is that libtool may fail to recognize shared libraries
8085*** as such. This will affect the creation of libtool libraries that
8086*** depend on shared libraries, but programs linked with such libtool
8087*** libraries will work regardless of this problem. Nevertheless, you
8088*** may want to report the problem to your system manager and/or to
8089*** bug-libtool@gnu.org
8090
8091_LT_EOF
8092 fi ;;
8093 esac
8094 fi
8095 break
c28c63d8 8096 fi
6bb11ab3
L
8097 done
8098 IFS="$lt_save_ifs"
8099 MAGIC_CMD="$lt_save_MAGIC_CMD"
8100 ;;
8101esac
c28c63d8 8102fi
c28c63d8 8103
6bb11ab3
L
8104MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8105if test -n "$MAGIC_CMD"; then
8106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8107$as_echo "$MAGIC_CMD" >&6; }
8108else
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8110$as_echo "no" >&6; }
8111fi
81ecdfbb 8112
6bb11ab3
L
8113
8114
8115
8116
8117if test -z "$lt_cv_path_MAGIC_CMD"; then
8118 if test -n "$ac_tool_prefix"; then
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8120$as_echo_n "checking for file... " >&6; }
d0ac1c44 8121if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
8122 $as_echo_n "(cached) " >&6
8123else
8124 case $MAGIC_CMD in
8125[\\/*] | ?:[\\/]*)
8126 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8127 ;;
8128*)
8129 lt_save_MAGIC_CMD="$MAGIC_CMD"
8130 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8131 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8132 for ac_dir in $ac_dummy; do
8133 IFS="$lt_save_ifs"
8134 test -z "$ac_dir" && ac_dir=.
8135 if test -f $ac_dir/file; then
8136 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8137 if test -n "$file_magic_test_file"; then
8138 case $deplibs_check_method in
8139 "file_magic "*)
8140 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8141 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8142 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8143 $EGREP "$file_magic_regex" > /dev/null; then
8144 :
8145 else
8146 cat <<_LT_EOF 1>&2
8147
8148*** Warning: the command libtool uses to detect shared libraries,
8149*** $file_magic_cmd, produces output that libtool cannot recognize.
8150*** The result is that libtool may fail to recognize shared libraries
8151*** as such. This will affect the creation of libtool libraries that
8152*** depend on shared libraries, but programs linked with such libtool
8153*** libraries will work regardless of this problem. Nevertheless, you
8154*** may want to report the problem to your system manager and/or to
8155*** bug-libtool@gnu.org
8156
8157_LT_EOF
8158 fi ;;
8159 esac
8160 fi
8161 break
8162 fi
8163 done
8164 IFS="$lt_save_ifs"
8165 MAGIC_CMD="$lt_save_MAGIC_CMD"
8166 ;;
81ecdfbb 8167esac
6bb11ab3
L
8168fi
8169
8170MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8171if test -n "$MAGIC_CMD"; then
8172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8173$as_echo "$MAGIC_CMD" >&6; }
8174else
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8176$as_echo "no" >&6; }
8177fi
8178
8179
8180 else
8181 MAGIC_CMD=:
8182 fi
8183fi
8184
8185 fi
8186 ;;
8187esac
8188
8189# Use C for the default configuration in the libtool script
8190
8191lt_save_CC="$CC"
8192ac_ext=c
8193ac_cpp='$CPP $CPPFLAGS'
8194ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8195ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8196ac_compiler_gnu=$ac_cv_c_compiler_gnu
8197
8198
8199# Source file extension for C test sources.
8200ac_ext=c
8201
8202# Object file extension for compiled C test sources.
8203objext=o
8204objext=$objext
8205
8206# Code to be used in simple compile tests
8207lt_simple_compile_test_code="int some_variable = 0;"
8208
8209# Code to be used in simple link tests
8210lt_simple_link_test_code='int main(){return(0);}'
8211
8212
8213
8214
8215
8216
8217
8218# If no C compiler was specified, use CC.
8219LTCC=${LTCC-"$CC"}
8220
8221# If no C compiler flags were specified, use CFLAGS.
8222LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8223
8224# Allow CC to be a program name with arguments.
8225compiler=$CC
8226
8227# Save the default compiler, since it gets overwritten when the other
8228# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8229compiler_DEFAULT=$CC
8230
8231# save warnings/boilerplate of simple test code
8232ac_outfile=conftest.$ac_objext
8233echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8234eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8235_lt_compiler_boilerplate=`cat conftest.err`
8236$RM conftest*
8237
8238ac_outfile=conftest.$ac_objext
8239echo "$lt_simple_link_test_code" >conftest.$ac_ext
8240eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8241_lt_linker_boilerplate=`cat conftest.err`
8242$RM -r conftest*
8243
8244
8245## CAVEAT EMPTOR:
8246## There is no encapsulation within the following macros, do not change
8247## the running order or otherwise move them around unless you know exactly
8248## what you are doing...
8249if test -n "$compiler"; then
8250
8251lt_prog_compiler_no_builtin_flag=
8252
8253if test "$GCC" = yes; then
8254 case $cc_basename in
8255 nvcc*)
8256 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8257 *)
8258 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
c28c63d8 8259 esac
6bb11ab3
L
8260
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8262$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8263if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 8264 $as_echo_n "(cached) " >&6
c28c63d8 8265else
6bb11ab3
L
8266 lt_cv_prog_compiler_rtti_exceptions=no
8267 ac_outfile=conftest.$ac_objext
8268 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8269 lt_compiler_flag="-fno-rtti -fno-exceptions"
8270 # Insert the option either (1) after the last *FLAGS variable, or
8271 # (2) before a word containing "conftest.", or (3) at the end.
8272 # Note that $ac_compile itself does not contain backslashes and begins
8273 # with a dollar sign (not a hyphen), so the echo should work correctly.
8274 # The option is referenced via a variable to avoid confusing sed.
8275 lt_compile=`echo "$ac_compile" | $SED \
8276 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8277 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8278 -e 's:$: $lt_compiler_flag:'`
8279 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8280 (eval "$lt_compile" 2>conftest.err)
8281 ac_status=$?
8282 cat conftest.err >&5
8283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8284 if (exit $ac_status) && test -s "$ac_outfile"; then
8285 # The compiler can only warn and ignore the option if not recognized
8286 # So say no if there are warnings other than the usual output.
8287 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8288 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8289 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8290 lt_cv_prog_compiler_rtti_exceptions=yes
8291 fi
8292 fi
8293 $RM conftest*
8294
c28c63d8 8295fi
6bb11ab3
L
8296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8297$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8298
8299if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8300 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8301else
8302 :
8303fi
8304
8305fi
8306
8307
8308
8309
8310
8311
8312 lt_prog_compiler_wl=
8313lt_prog_compiler_pic=
8314lt_prog_compiler_static=
8315
8316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8317$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8318
8319 if test "$GCC" = yes; then
8320 lt_prog_compiler_wl='-Wl,'
8321 lt_prog_compiler_static='-static'
8322
8323 case $host_os in
8324 aix*)
8325 # All AIX code is PIC.
8326 if test "$host_cpu" = ia64; then
8327 # AIX 5 now supports IA64 processor
8328 lt_prog_compiler_static='-Bstatic'
8329 fi
8330 lt_prog_compiler_pic='-fPIC'
8331 ;;
8332
8333 amigaos*)
8334 case $host_cpu in
8335 powerpc)
8336 # see comment about AmigaOS4 .so support
8337 lt_prog_compiler_pic='-fPIC'
8338 ;;
8339 m68k)
8340 # FIXME: we need at least 68020 code to build shared libraries, but
8341 # adding the `-m68020' flag to GCC prevents building anything better,
8342 # like `-m68040'.
8343 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8344 ;;
8345 esac
8346 ;;
8347
8348 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8349 # PIC is the default for these OSes.
8350 ;;
8351
8352 mingw* | cygwin* | pw32* | os2* | cegcc*)
8353 # This hack is so that the source file can tell whether it is being
8354 # built for inclusion in a dll (and should export symbols for example).
8355 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8356 # (--disable-auto-import) libraries
8357 lt_prog_compiler_pic='-DDLL_EXPORT'
8358 ;;
8359
8360 darwin* | rhapsody*)
8361 # PIC is the default on this platform
8362 # Common symbols not allowed in MH_DYLIB files
8363 lt_prog_compiler_pic='-fno-common'
8364 ;;
8365
8366 haiku*)
8367 # PIC is the default for Haiku.
8368 # The "-static" flag exists, but is broken.
8369 lt_prog_compiler_static=
8370 ;;
8371
8372 hpux*)
8373 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8374 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8375 # sets the default TLS model and affects inlining.
8376 case $host_cpu in
8377 hppa*64*)
8378 # +Z the default
8379 ;;
8380 *)
8381 lt_prog_compiler_pic='-fPIC'
8382 ;;
8383 esac
8384 ;;
8385
8386 interix[3-9]*)
8387 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8388 # Instead, we relocate shared libraries at runtime.
8389 ;;
8390
8391 msdosdjgpp*)
8392 # Just because we use GCC doesn't mean we suddenly get shared libraries
8393 # on systems that don't support them.
8394 lt_prog_compiler_can_build_shared=no
8395 enable_shared=no
8396 ;;
8397
8398 *nto* | *qnx*)
8399 # QNX uses GNU C++, but need to define -shared option too, otherwise
8400 # it will coredump.
8401 lt_prog_compiler_pic='-fPIC -shared'
8402 ;;
8403
8404 sysv4*MP*)
8405 if test -d /usr/nec; then
8406 lt_prog_compiler_pic=-Kconform_pic
8407 fi
8408 ;;
8409
8410 *)
8411 lt_prog_compiler_pic='-fPIC'
8412 ;;
8413 esac
8414
8415 case $cc_basename in
8416 nvcc*) # Cuda Compiler Driver 2.2
8417 lt_prog_compiler_wl='-Xlinker '
8418 lt_prog_compiler_pic='-Xcompiler -fPIC'
8419 ;;
8420 esac
8421 else
8422 # PORTME Check for flag to pass linker flags through the system compiler.
8423 case $host_os in
8424 aix*)
8425 lt_prog_compiler_wl='-Wl,'
8426 if test "$host_cpu" = ia64; then
8427 # AIX 5 now supports IA64 processor
8428 lt_prog_compiler_static='-Bstatic'
8429 else
8430 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8431 fi
8432 ;;
8433
8434 mingw* | cygwin* | pw32* | os2* | cegcc*)
8435 # This hack is so that the source file can tell whether it is being
8436 # built for inclusion in a dll (and should export symbols for example).
8437 lt_prog_compiler_pic='-DDLL_EXPORT'
8438 ;;
8439
8440 hpux9* | hpux10* | hpux11*)
8441 lt_prog_compiler_wl='-Wl,'
8442 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8443 # not for PA HP-UX.
8444 case $host_cpu in
8445 hppa*64*|ia64*)
8446 # +Z the default
8447 ;;
8448 *)
8449 lt_prog_compiler_pic='+Z'
8450 ;;
8451 esac
8452 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8453 lt_prog_compiler_static='${wl}-a ${wl}archive'
8454 ;;
8455
8456 irix5* | irix6* | nonstopux*)
8457 lt_prog_compiler_wl='-Wl,'
8458 # PIC (with -KPIC) is the default.
8459 lt_prog_compiler_static='-non_shared'
8460 ;;
8461
8462 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8463 case $cc_basename in
8464 # old Intel for x86_64 which still supported -KPIC.
8465 ecc*)
8466 lt_prog_compiler_wl='-Wl,'
8467 lt_prog_compiler_pic='-KPIC'
8468 lt_prog_compiler_static='-static'
8469 ;;
8470 # icc used to be incompatible with GCC.
8471 # ICC 10 doesn't accept -KPIC any more.
8472 icc* | ifort*)
8473 lt_prog_compiler_wl='-Wl,'
8474 lt_prog_compiler_pic='-fPIC'
8475 lt_prog_compiler_static='-static'
8476 ;;
8477 # Lahey Fortran 8.1.
8478 lf95*)
8479 lt_prog_compiler_wl='-Wl,'
8480 lt_prog_compiler_pic='--shared'
8481 lt_prog_compiler_static='--static'
8482 ;;
8483 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8484 # Portland Group compilers (*not* the Pentium gcc compiler,
8485 # which looks to be a dead project)
8486 lt_prog_compiler_wl='-Wl,'
8487 lt_prog_compiler_pic='-fpic'
8488 lt_prog_compiler_static='-Bstatic'
8489 ;;
8490 ccc*)
8491 lt_prog_compiler_wl='-Wl,'
8492 # All Alpha code is PIC.
8493 lt_prog_compiler_static='-non_shared'
8494 ;;
8495 xl* | bgxl* | bgf* | mpixl*)
8496 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8497 lt_prog_compiler_wl='-Wl,'
8498 lt_prog_compiler_pic='-qpic'
8499 lt_prog_compiler_static='-qstaticlink'
8500 ;;
8501 *)
8502 case `$CC -V 2>&1 | sed 5q` in
8503 *Sun\ F* | *Sun*Fortran*)
8504 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8505 lt_prog_compiler_pic='-KPIC'
8506 lt_prog_compiler_static='-Bstatic'
8507 lt_prog_compiler_wl=''
8508 ;;
8509 *Sun\ C*)
8510 # Sun C 5.9
8511 lt_prog_compiler_pic='-KPIC'
8512 lt_prog_compiler_static='-Bstatic'
8513 lt_prog_compiler_wl='-Wl,'
8514 ;;
8515 esac
8516 ;;
8517 esac
8518 ;;
8519
8520 newsos6)
8521 lt_prog_compiler_pic='-KPIC'
8522 lt_prog_compiler_static='-Bstatic'
8523 ;;
8524
8525 *nto* | *qnx*)
8526 # QNX uses GNU C++, but need to define -shared option too, otherwise
8527 # it will coredump.
8528 lt_prog_compiler_pic='-fPIC -shared'
8529 ;;
8530
8531 osf3* | osf4* | osf5*)
8532 lt_prog_compiler_wl='-Wl,'
8533 # All OSF/1 code is PIC.
8534 lt_prog_compiler_static='-non_shared'
8535 ;;
8536
8537 rdos*)
8538 lt_prog_compiler_static='-non_shared'
8539 ;;
c28c63d8 8540
6bb11ab3
L
8541 solaris*)
8542 lt_prog_compiler_pic='-KPIC'
8543 lt_prog_compiler_static='-Bstatic'
8544 case $cc_basename in
8545 f77* | f90* | f95*)
8546 lt_prog_compiler_wl='-Qoption ld ';;
8547 *)
8548 lt_prog_compiler_wl='-Wl,';;
8549 esac
8550 ;;
c28c63d8 8551
6bb11ab3
L
8552 sunos4*)
8553 lt_prog_compiler_wl='-Qoption ld '
8554 lt_prog_compiler_pic='-PIC'
8555 lt_prog_compiler_static='-Bstatic'
8556 ;;
c28c63d8 8557
6bb11ab3
L
8558 sysv4 | sysv4.2uw2* | sysv4.3*)
8559 lt_prog_compiler_wl='-Wl,'
8560 lt_prog_compiler_pic='-KPIC'
8561 lt_prog_compiler_static='-Bstatic'
8562 ;;
8563
8564 sysv4*MP*)
8565 if test -d /usr/nec ;then
8566 lt_prog_compiler_pic='-Kconform_pic'
8567 lt_prog_compiler_static='-Bstatic'
8568 fi
8569 ;;
8570
8571 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8572 lt_prog_compiler_wl='-Wl,'
8573 lt_prog_compiler_pic='-KPIC'
8574 lt_prog_compiler_static='-Bstatic'
8575 ;;
8576
8577 unicos*)
8578 lt_prog_compiler_wl='-Wl,'
8579 lt_prog_compiler_can_build_shared=no
8580 ;;
8581
8582 uts4*)
8583 lt_prog_compiler_pic='-pic'
8584 lt_prog_compiler_static='-Bstatic'
8585 ;;
8586
8587 *)
8588 lt_prog_compiler_can_build_shared=no
8589 ;;
8590 esac
8591 fi
8592
8593case $host_os in
8594 # For platforms which do not support PIC, -DPIC is meaningless:
8595 *djgpp*)
8596 lt_prog_compiler_pic=
8597 ;;
8598 *)
8599 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8600 ;;
81ecdfbb 8601esac
6bb11ab3
L
8602{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8603$as_echo "$lt_prog_compiler_pic" >&6; }
8604
8605
8606
8607
8608
8609
8610#
8611# Check to make sure the PIC flag actually works.
8612#
8613if test -n "$lt_prog_compiler_pic"; then
8614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8615$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8616if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 8617 $as_echo_n "(cached) " >&6
c28c63d8 8618else
6bb11ab3
L
8619 lt_cv_prog_compiler_pic_works=no
8620 ac_outfile=conftest.$ac_objext
8621 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8622 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8623 # Insert the option either (1) after the last *FLAGS variable, or
8624 # (2) before a word containing "conftest.", or (3) at the end.
8625 # Note that $ac_compile itself does not contain backslashes and begins
8626 # with a dollar sign (not a hyphen), so the echo should work correctly.
8627 # The option is referenced via a variable to avoid confusing sed.
8628 lt_compile=`echo "$ac_compile" | $SED \
8629 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8630 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8631 -e 's:$: $lt_compiler_flag:'`
8632 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8633 (eval "$lt_compile" 2>conftest.err)
8634 ac_status=$?
8635 cat conftest.err >&5
8636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8637 if (exit $ac_status) && test -s "$ac_outfile"; then
8638 # The compiler can only warn and ignore the option if not recognized
8639 # So say no if there are warnings other than the usual output.
8640 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8641 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8642 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8643 lt_cv_prog_compiler_pic_works=yes
8644 fi
8645 fi
8646 $RM conftest*
c28c63d8 8647
c28c63d8 8648fi
6bb11ab3
L
8649{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8650$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8651
8652if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8653 case $lt_prog_compiler_pic in
8654 "" | " "*) ;;
8655 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8656 esac
8657else
8658 lt_prog_compiler_pic=
8659 lt_prog_compiler_can_build_shared=no
c28c63d8 8660fi
6bb11ab3
L
8661
8662fi
8663
8664
8665
8666
8667
8668
8669#
8670# Check to make sure the static flag actually works.
8671#
8672wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8674$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8675if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8676 $as_echo_n "(cached) " >&6
c28c63d8 8677else
6bb11ab3
L
8678 lt_cv_prog_compiler_static_works=no
8679 save_LDFLAGS="$LDFLAGS"
8680 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8681 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8682 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8683 # The linker can only warn and ignore the option if not recognized
8684 # So say no if there are warnings
8685 if test -s conftest.err; then
8686 # Append any errors to the config.log.
8687 cat conftest.err 1>&5
8688 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8689 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8690 if diff conftest.exp conftest.er2 >/dev/null; then
8691 lt_cv_prog_compiler_static_works=yes
8692 fi
8693 else
8694 lt_cv_prog_compiler_static_works=yes
8695 fi
8696 fi
8697 $RM -r conftest*
8698 LDFLAGS="$save_LDFLAGS"
c28c63d8 8699
6bb11ab3
L
8700fi
8701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8702$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
c28c63d8 8703
6bb11ab3
L
8704if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8705 :
c28c63d8 8706else
6bb11ab3 8707 lt_prog_compiler_static=
c28c63d8 8708fi
c28c63d8 8709
6bb11ab3
L
8710
8711
8712
8713
8714
8715
8716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8717$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8718if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 8719 $as_echo_n "(cached) " >&6
81ecdfbb 8720else
6bb11ab3
L
8721 lt_cv_prog_compiler_c_o=no
8722 $RM -r conftest 2>/dev/null
8723 mkdir conftest
8724 cd conftest
8725 mkdir out
8726 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8727
8728 lt_compiler_flag="-o out/conftest2.$ac_objext"
8729 # Insert the option either (1) after the last *FLAGS variable, or
8730 # (2) before a word containing "conftest.", or (3) at the end.
8731 # Note that $ac_compile itself does not contain backslashes and begins
8732 # with a dollar sign (not a hyphen), so the echo should work correctly.
8733 lt_compile=`echo "$ac_compile" | $SED \
8734 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8735 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8736 -e 's:$: $lt_compiler_flag:'`
8737 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8738 (eval "$lt_compile" 2>out/conftest.err)
8739 ac_status=$?
8740 cat out/conftest.err >&5
8741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8742 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8743 then
8744 # The compiler can only warn and ignore the option if not recognized
8745 # So say no if there are warnings
8746 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8747 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8748 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8749 lt_cv_prog_compiler_c_o=yes
8750 fi
8751 fi
8752 chmod u+w . 2>&5
8753 $RM conftest*
8754 # SGI C++ compiler will create directory out/ii_files/ for
8755 # template instantiation
8756 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8757 $RM out/* && rmdir out
8758 cd ..
8759 $RM -r conftest
8760 $RM conftest*
8761
81ecdfbb 8762fi
6bb11ab3
L
8763{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8764$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8765
8766
8767
8768
8769
8770
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8772$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8773if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
8774 $as_echo_n "(cached) " >&6
8775else
6bb11ab3
L
8776 lt_cv_prog_compiler_c_o=no
8777 $RM -r conftest 2>/dev/null
8778 mkdir conftest
8779 cd conftest
8780 mkdir out
8781 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8782
8783 lt_compiler_flag="-o out/conftest2.$ac_objext"
8784 # Insert the option either (1) after the last *FLAGS variable, or
8785 # (2) before a word containing "conftest.", or (3) at the end.
8786 # Note that $ac_compile itself does not contain backslashes and begins
8787 # with a dollar sign (not a hyphen), so the echo should work correctly.
8788 lt_compile=`echo "$ac_compile" | $SED \
8789 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8790 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8791 -e 's:$: $lt_compiler_flag:'`
8792 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8793 (eval "$lt_compile" 2>out/conftest.err)
8794 ac_status=$?
8795 cat out/conftest.err >&5
8796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8797 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8798 then
8799 # The compiler can only warn and ignore the option if not recognized
8800 # So say no if there are warnings
8801 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8802 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8803 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8804 lt_cv_prog_compiler_c_o=yes
8805 fi
8806 fi
8807 chmod u+w . 2>&5
8808 $RM conftest*
8809 # SGI C++ compiler will create directory out/ii_files/ for
8810 # template instantiation
8811 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8812 $RM out/* && rmdir out
8813 cd ..
8814 $RM -r conftest
8815 $RM conftest*
8816
8817fi
8818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8819$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8820
8821
8822
8823
8824hard_links="nottested"
8825if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8826 # do not overwrite the value of need_locks provided by the user
8827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8828$as_echo_n "checking if we can lock with hard links... " >&6; }
8829 hard_links=yes
8830 $RM conftest*
8831 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8832 touch conftest.a
8833 ln conftest.a conftest.b 2>&5 || hard_links=no
8834 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8836$as_echo "$hard_links" >&6; }
8837 if test "$hard_links" = no; then
8838 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8839$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8840 need_locks=warn
8841 fi
8842else
8843 need_locks=no
8844fi
8845
8846
8847
8848
8849
8850
8851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8852$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8853
8854 runpath_var=
8855 allow_undefined_flag=
8856 always_export_symbols=no
8857 archive_cmds=
8858 archive_expsym_cmds=
8859 compiler_needs_object=no
8860 enable_shared_with_static_runtimes=no
8861 export_dynamic_flag_spec=
8862 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8863 hardcode_automatic=no
8864 hardcode_direct=no
8865 hardcode_direct_absolute=no
8866 hardcode_libdir_flag_spec=
8867 hardcode_libdir_flag_spec_ld=
8868 hardcode_libdir_separator=
8869 hardcode_minus_L=no
8870 hardcode_shlibpath_var=unsupported
8871 inherit_rpath=no
8872 link_all_deplibs=unknown
8873 module_cmds=
8874 module_expsym_cmds=
8875 old_archive_from_new_cmds=
8876 old_archive_from_expsyms_cmds=
8877 thread_safe_flag_spec=
8878 whole_archive_flag_spec=
8879 # include_expsyms should be a list of space-separated symbols to be *always*
8880 # included in the symbol list
8881 include_expsyms=
8882 # exclude_expsyms can be an extended regexp of symbols to exclude
8883 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8884 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8885 # as well as any symbol that contains `d'.
8886 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8887 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8888 # platforms (ab)use it in PIC code, but their linkers get confused if
8889 # the symbol is explicitly referenced. Since portable code cannot
8890 # rely on this symbol name, it's probably fine to never include it in
8891 # preloaded symbol tables.
8892 # Exclude shared library initialization/finalization symbols.
8893 extract_expsyms_cmds=
8894
8895 case $host_os in
8896 cygwin* | mingw* | pw32* | cegcc*)
8897 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8898 # When not using gcc, we currently assume that we are using
8899 # Microsoft Visual C++.
8900 if test "$GCC" != yes; then
8901 with_gnu_ld=no
8902 fi
8903 ;;
8904 interix*)
8905 # we just hope/assume this is gcc and not c89 (= MSVC++)
8906 with_gnu_ld=yes
8907 ;;
8908 openbsd*)
8909 with_gnu_ld=no
8910 ;;
8911 esac
c28c63d8 8912
6bb11ab3
L
8913 ld_shlibs=yes
8914
8915 # On some targets, GNU ld is compatible enough with the native linker
8916 # that we're better off using the native interface for both.
8917 lt_use_gnu_ld_interface=no
8918 if test "$with_gnu_ld" = yes; then
8919 case $host_os in
8920 aix*)
8921 # The AIX port of GNU ld has always aspired to compatibility
8922 # with the native linker. However, as the warning in the GNU ld
8923 # block says, versions before 2.19.5* couldn't really create working
8924 # shared libraries, regardless of the interface used.
8925 case `$LD -v 2>&1` in
8926 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8927 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8928 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8929 *)
8930 lt_use_gnu_ld_interface=yes
8931 ;;
8932 esac
8933 ;;
8934 *)
8935 lt_use_gnu_ld_interface=yes
8936 ;;
8937 esac
8938 fi
c28c63d8 8939
6bb11ab3
L
8940 if test "$lt_use_gnu_ld_interface" = yes; then
8941 # If archive_cmds runs LD, not CC, wlarc should be empty
8942 wlarc='${wl}'
8943
8944 # Set some defaults for GNU ld with shared library support. These
8945 # are reset later if shared libraries are not supported. Putting them
8946 # here allows them to be overridden if necessary.
8947 runpath_var=LD_RUN_PATH
8948 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8949 export_dynamic_flag_spec='${wl}--export-dynamic'
8950 # ancient GNU ld didn't support --whole-archive et. al.
8951 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8952 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8953 else
8954 whole_archive_flag_spec=
8955 fi
8956 supports_anon_versioning=no
8957 case `$LD -v 2>&1` in
8958 *GNU\ gold*) supports_anon_versioning=yes ;;
8959 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8960 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8961 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8962 *\ 2.11.*) ;; # other 2.11 versions
8963 *) supports_anon_versioning=yes ;;
8964 esac
8965
8966 # See if GNU ld supports shared libraries.
8967 case $host_os in
8968 aix[3-9]*)
8969 # On AIX/PPC, the GNU linker is very broken
8970 if test "$host_cpu" != ia64; then
8971 ld_shlibs=no
8972 cat <<_LT_EOF 1>&2
8973
8974*** Warning: the GNU linker, at least up to release 2.19, is reported
8975*** to be unable to reliably create shared libraries on AIX.
8976*** Therefore, libtool is disabling shared libraries support. If you
8977*** really care for shared libraries, you may want to install binutils
8978*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8979*** You will then need to restart the configuration process.
8980
8981_LT_EOF
8982 fi
8983 ;;
8984
8985 amigaos*)
8986 case $host_cpu in
8987 powerpc)
8988 # see comment about AmigaOS4 .so support
8989 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8990 archive_expsym_cmds=''
8991 ;;
8992 m68k)
8993 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)'
8994 hardcode_libdir_flag_spec='-L$libdir'
8995 hardcode_minus_L=yes
8996 ;;
8997 esac
8998 ;;
8999
9000 beos*)
9001 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9002 allow_undefined_flag=unsupported
9003 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9004 # support --undefined. This deserves some investigation. FIXME
9005 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9006 else
9007 ld_shlibs=no
9008 fi
9009 ;;
9010
9011 cygwin* | mingw* | pw32* | cegcc*)
9012 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9013 # as there is no search path for DLLs.
9014 hardcode_libdir_flag_spec='-L$libdir'
9015 export_dynamic_flag_spec='${wl}--export-all-symbols'
9016 allow_undefined_flag=unsupported
9017 always_export_symbols=no
9018 enable_shared_with_static_runtimes=yes
9019 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9020
9021 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9022 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9023 # If the export-symbols file already is a .def file (1st line
9024 # is EXPORTS), use it as is; otherwise, prepend...
9025 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9026 cp $export_symbols $output_objdir/$soname.def;
9027 else
9028 echo EXPORTS > $output_objdir/$soname.def;
9029 cat $export_symbols >> $output_objdir/$soname.def;
9030 fi~
9031 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9032 else
9033 ld_shlibs=no
9034 fi
9035 ;;
9036
9037 haiku*)
9038 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9039 link_all_deplibs=yes
9040 ;;
9041
9042 interix[3-9]*)
9043 hardcode_direct=no
9044 hardcode_shlibpath_var=no
9045 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9046 export_dynamic_flag_spec='${wl}-E'
9047 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9048 # Instead, shared libraries are loaded at an image base (0x10000000 by
9049 # default) and relocated if they conflict, which is a slow very memory
9050 # consuming and fragmenting process. To avoid this, we pick a random,
9051 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9052 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9053 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9054 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'
9055 ;;
9056
9057 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9058 tmp_diet=no
9059 if test "$host_os" = linux-dietlibc; then
9060 case $cc_basename in
9061 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9062 esac
9063 fi
9064 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9065 && test "$tmp_diet" = no
9066 then
ae7d0cac 9067 tmp_addflag=' $pic_flag'
6bb11ab3
L
9068 tmp_sharedflag='-shared'
9069 case $cc_basename,$host_cpu in
9070 pgcc*) # Portland Group C compiler
9071 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'
9072 tmp_addflag=' $pic_flag'
9073 ;;
9074 pgf77* | pgf90* | pgf95* | pgfortran*)
9075 # Portland Group f77 and f90 compilers
9076 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'
9077 tmp_addflag=' $pic_flag -Mnomain' ;;
9078 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9079 tmp_addflag=' -i_dynamic' ;;
9080 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9081 tmp_addflag=' -i_dynamic -nofor_main' ;;
9082 ifc* | ifort*) # Intel Fortran compiler
9083 tmp_addflag=' -nofor_main' ;;
9084 lf95*) # Lahey Fortran 8.1
9085 whole_archive_flag_spec=
9086 tmp_sharedflag='--shared' ;;
9087 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9088 tmp_sharedflag='-qmkshrobj'
9089 tmp_addflag= ;;
9090 nvcc*) # Cuda Compiler Driver 2.2
9091 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'
9092 compiler_needs_object=yes
9093 ;;
9094 esac
9095 case `$CC -V 2>&1 | sed 5q` in
9096 *Sun\ C*) # Sun C 5.9
9097 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'
9098 compiler_needs_object=yes
9099 tmp_sharedflag='-G' ;;
9100 *Sun\ F*) # Sun Fortran 8.3
9101 tmp_sharedflag='-G' ;;
9102 esac
9103 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9104
9105 if test "x$supports_anon_versioning" = xyes; then
9106 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9107 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9108 echo "local: *; };" >> $output_objdir/$libname.ver~
9109 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9110 fi
9111
9112 case $cc_basename in
9113 xlf* | bgf* | bgxlf* | mpixlf*)
9114 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9115 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9116 hardcode_libdir_flag_spec=
9117 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9118 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9119 if test "x$supports_anon_versioning" = xyes; then
9120 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9121 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9122 echo "local: *; };" >> $output_objdir/$libname.ver~
9123 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9124 fi
9125 ;;
9126 esac
9127 else
9128 ld_shlibs=no
9129 fi
9130 ;;
9131
9132 netbsd*)
9133 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9134 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9135 wlarc=
9136 else
9137 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9138 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9139 fi
9140 ;;
9141
9142 solaris*)
9143 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9144 ld_shlibs=no
9145 cat <<_LT_EOF 1>&2
9146
9147*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9148*** create shared libraries on Solaris systems. Therefore, libtool
9149*** is disabling shared libraries support. We urge you to upgrade GNU
9150*** binutils to release 2.9.1 or newer. Another option is to modify
9151*** your PATH or compiler configuration so that the native linker is
9152*** used, and then restart.
9153
9154_LT_EOF
9155 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9156 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9157 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9158 else
9159 ld_shlibs=no
9160 fi
9161 ;;
9162
9163 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9164 case `$LD -v 2>&1` in
9165 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9166 ld_shlibs=no
9167 cat <<_LT_EOF 1>&2
9168
9169*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9170*** reliably create shared libraries on SCO systems. Therefore, libtool
9171*** is disabling shared libraries support. We urge you to upgrade GNU
9172*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9173*** your PATH or compiler configuration so that the native linker is
9174*** used, and then restart.
9175
9176_LT_EOF
9177 ;;
9178 *)
9179 # For security reasons, it is highly recommended that you always
9180 # use absolute paths for naming shared libraries, and exclude the
9181 # DT_RUNPATH tag from executables and libraries. But doing so
9182 # requires that you compile everything twice, which is a pain.
9183 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9184 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9185 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9186 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9187 else
9188 ld_shlibs=no
9189 fi
9190 ;;
9191 esac
9192 ;;
9193
9194 sunos4*)
9195 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9196 wlarc=
9197 hardcode_direct=yes
9198 hardcode_shlibpath_var=no
9199 ;;
9200
9201 *)
9202 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9203 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9204 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9205 else
9206 ld_shlibs=no
9207 fi
9208 ;;
9209 esac
9210
9211 if test "$ld_shlibs" = no; then
9212 runpath_var=
9213 hardcode_libdir_flag_spec=
9214 export_dynamic_flag_spec=
9215 whole_archive_flag_spec=
9216 fi
9217 else
9218 # PORTME fill in a description of your system's linker (not GNU ld)
9219 case $host_os in
9220 aix3*)
9221 allow_undefined_flag=unsupported
9222 always_export_symbols=yes
9223 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'
9224 # Note: this linker hardcodes the directories in LIBPATH if there
9225 # are no directories specified by -L.
9226 hardcode_minus_L=yes
9227 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9228 # Neither direct hardcoding nor static linking is supported with a
9229 # broken collect2.
9230 hardcode_direct=unsupported
9231 fi
9232 ;;
9233
9234 aix[4-9]*)
9235 if test "$host_cpu" = ia64; then
9236 # On IA64, the linker does run time linking by default, so we don't
9237 # have to do anything special.
9238 aix_use_runtimelinking=no
9239 exp_sym_flag='-Bexport'
9240 no_entry_flag=""
9241 else
9242 # If we're using GNU nm, then we don't want the "-C" option.
9243 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9244 # Also, AIX nm treats weak defined symbols like other global
9245 # defined symbols, whereas GNU nm marks them as "W".
9246 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9247 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'
9248 else
5c887dd5 9249 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
9250 fi
9251 aix_use_runtimelinking=no
9252
9253 # Test if we are trying to use run time linking or normal
9254 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9255 # need to do runtime linking.
9256 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9257 for ld_flag in $LDFLAGS; do
9258 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9259 aix_use_runtimelinking=yes
9260 break
9261 fi
9262 done
9263 ;;
9264 esac
9265
9266 exp_sym_flag='-bexport'
9267 no_entry_flag='-bnoentry'
9268 fi
9269
9270 # When large executables or shared objects are built, AIX ld can
9271 # have problems creating the table of contents. If linking a library
9272 # or program results in "error TOC overflow" add -mminimal-toc to
9273 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9274 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9275
9276 archive_cmds=''
9277 hardcode_direct=yes
9278 hardcode_direct_absolute=yes
9279 hardcode_libdir_separator=':'
9280 link_all_deplibs=yes
9281 file_list_spec='${wl}-f,'
9282
9283 if test "$GCC" = yes; then
9284 case $host_os in aix4.[012]|aix4.[012].*)
9285 # We only want to do this on AIX 4.2 and lower, the check
9286 # below for broken collect2 doesn't work under 4.3+
9287 collect2name=`${CC} -print-prog-name=collect2`
9288 if test -f "$collect2name" &&
9289 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9290 then
9291 # We have reworked collect2
9292 :
9293 else
9294 # We have old collect2
9295 hardcode_direct=unsupported
9296 # It fails to find uninstalled libraries when the uninstalled
9297 # path is not listed in the libpath. Setting hardcode_minus_L
9298 # to unsupported forces relinking
9299 hardcode_minus_L=yes
9300 hardcode_libdir_flag_spec='-L$libdir'
9301 hardcode_libdir_separator=
9302 fi
9303 ;;
9304 esac
9305 shared_flag='-shared'
9306 if test "$aix_use_runtimelinking" = yes; then
9307 shared_flag="$shared_flag "'${wl}-G'
9308 fi
9309 else
9310 # not using gcc
9311 if test "$host_cpu" = ia64; then
9312 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9313 # chokes on -Wl,-G. The following line is correct:
9314 shared_flag='-G'
9315 else
9316 if test "$aix_use_runtimelinking" = yes; then
9317 shared_flag='${wl}-G'
9318 else
9319 shared_flag='${wl}-bM:SRE'
9320 fi
9321 fi
9322 fi
9323
9324 export_dynamic_flag_spec='${wl}-bexpall'
9325 # It seems that -bexpall does not export symbols beginning with
9326 # underscore (_), so it is better to generate a list of symbols to export.
9327 always_export_symbols=yes
9328 if test "$aix_use_runtimelinking" = yes; then
9329 # Warning - without using the other runtime loading flags (-brtl),
9330 # -berok will link without error, but may produce a broken library.
9331 allow_undefined_flag='-berok'
9332 # Determine the default libpath from the value encoded in an
9333 # empty executable.
9334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
9335/* end confdefs.h. */
9336
9337int
9338main ()
9339{
9340
9341 ;
9342 return 0;
9343}
9344_ACEOF
6bb11ab3 9345if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 9346
6bb11ab3
L
9347lt_aix_libpath_sed='
9348 /Import File Strings/,/^$/ {
9349 /^0/ {
9350 s/^0 *\(.*\)$/\1/
9351 p
9352 }
9353 }'
9354aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9355# Check for a 64-bit object if we didn't find anything.
9356if test -z "$aix_libpath"; then
9357 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9358fi
9359fi
9360rm -f core conftest.err conftest.$ac_objext \
9361 conftest$ac_exeext conftest.$ac_ext
9362if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9363
9364 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9365 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"
9366 else
9367 if test "$host_cpu" = ia64; then
9368 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9369 allow_undefined_flag="-z nodefs"
9370 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"
9371 else
9372 # Determine the default libpath from the value encoded in an
9373 # empty executable.
81ecdfbb
RW
9374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9375/* end confdefs.h. */
9376
9377int
9378main ()
9379{
c28c63d8 9380
81ecdfbb
RW
9381 ;
9382 return 0;
9383}
9384_ACEOF
6bb11ab3
L
9385if ac_fn_c_try_link "$LINENO"; then :
9386
9387lt_aix_libpath_sed='
9388 /Import File Strings/,/^$/ {
9389 /^0/ {
9390 s/^0 *\(.*\)$/\1/
9391 p
9392 }
9393 }'
9394aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9395# Check for a 64-bit object if we didn't find anything.
9396if test -z "$aix_libpath"; then
9397 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
c28c63d8 9398fi
81ecdfbb 9399fi
6bb11ab3
L
9400rm -f core conftest.err conftest.$ac_objext \
9401 conftest$ac_exeext conftest.$ac_ext
9402if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9403
9404 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9405 # Warning - without using the other run time loading flags,
9406 # -berok will link without error, but may produce a broken library.
9407 no_undefined_flag=' ${wl}-bernotok'
9408 allow_undefined_flag=' ${wl}-berok'
9409 if test "$with_gnu_ld" = yes; then
9410 # We only use this code for GNU lds that support --whole-archive.
9411 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9412 else
9413 # Exported symbols can be pulled into shared objects from archives
9414 whole_archive_flag_spec='$convenience'
9415 fi
9416 archive_cmds_need_lc=yes
9417 # This is similar to how AIX traditionally builds its shared libraries.
9418 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'
9419 fi
9420 fi
9421 ;;
9422
9423 amigaos*)
9424 case $host_cpu in
9425 powerpc)
9426 # see comment about AmigaOS4 .so support
9427 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9428 archive_expsym_cmds=''
9429 ;;
9430 m68k)
9431 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)'
9432 hardcode_libdir_flag_spec='-L$libdir'
9433 hardcode_minus_L=yes
9434 ;;
9435 esac
9436 ;;
9437
9438 bsdi[45]*)
9439 export_dynamic_flag_spec=-rdynamic
9440 ;;
9441
9442 cygwin* | mingw* | pw32* | cegcc*)
9443 # When not using gcc, we currently assume that we are using
9444 # Microsoft Visual C++.
9445 # hardcode_libdir_flag_spec is actually meaningless, as there is
9446 # no search path for DLLs.
9447 hardcode_libdir_flag_spec=' '
9448 allow_undefined_flag=unsupported
9449 # Tell ltmain to make .lib files, not .a files.
9450 libext=lib
9451 # Tell ltmain to make .dll files, not .so files.
9452 shrext_cmds=".dll"
9453 # FIXME: Setting linknames here is a bad hack.
9454 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9455 # The linker will automatically build a .lib file if we build a DLL.
9456 old_archive_from_new_cmds='true'
9457 # FIXME: Should let the user specify the lib program.
9458 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9459 fix_srcfile_path='`cygpath -w "$srcfile"`'
9460 enable_shared_with_static_runtimes=yes
9461 ;;
9462
9463 darwin* | rhapsody*)
9464
9465
9466 archive_cmds_need_lc=no
9467 hardcode_direct=no
9468 hardcode_automatic=yes
9469 hardcode_shlibpath_var=unsupported
9470 if test "$lt_cv_ld_force_load" = "yes"; then
9471 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\"`'
c28c63d8 9472 else
6bb11ab3 9473 whole_archive_flag_spec=''
c28c63d8 9474 fi
6bb11ab3
L
9475 link_all_deplibs=yes
9476 allow_undefined_flag="$_lt_dar_allow_undefined"
9477 case $cc_basename in
9478 ifort*) _lt_dar_can_shared=yes ;;
9479 *) _lt_dar_can_shared=$GCC ;;
9480 esac
9481 if test "$_lt_dar_can_shared" = "yes"; then
9482 output_verbose_link_cmd=func_echo_all
9483 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9484 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9485 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}"
9486 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}"
9487
c28c63d8 9488 else
6bb11ab3 9489 ld_shlibs=no
c28c63d8 9490 fi
6bb11ab3
L
9491
9492 ;;
9493
9494 dgux*)
9495 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9496 hardcode_libdir_flag_spec='-L$libdir'
9497 hardcode_shlibpath_var=no
9498 ;;
9499
9500 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9501 # support. Future versions do this automatically, but an explicit c++rt0.o
9502 # does not break anything, and helps significantly (at the cost of a little
9503 # extra space).
9504 freebsd2.2*)
9505 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9506 hardcode_libdir_flag_spec='-R$libdir'
9507 hardcode_direct=yes
9508 hardcode_shlibpath_var=no
9509 ;;
9510
9511 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9512 freebsd2.*)
9513 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9514 hardcode_direct=yes
9515 hardcode_minus_L=yes
9516 hardcode_shlibpath_var=no
9517 ;;
9518
9519 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9520 freebsd* | dragonfly*)
9521 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9522 hardcode_libdir_flag_spec='-R$libdir'
9523 hardcode_direct=yes
9524 hardcode_shlibpath_var=no
9525 ;;
9526
9527 hpux9*)
9528 if test "$GCC" = yes; then
9529 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'
9530 else
9531 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'
9532 fi
9533 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9534 hardcode_libdir_separator=:
9535 hardcode_direct=yes
9536
9537 # hardcode_minus_L: Not really in the search PATH,
9538 # but as the default location of the library.
9539 hardcode_minus_L=yes
9540 export_dynamic_flag_spec='${wl}-E'
9541 ;;
9542
9543 hpux10*)
9544 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9545 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9546 else
9547 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9548 fi
9549 if test "$with_gnu_ld" = no; then
9550 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9551 hardcode_libdir_flag_spec_ld='+b $libdir'
9552 hardcode_libdir_separator=:
9553 hardcode_direct=yes
9554 hardcode_direct_absolute=yes
9555 export_dynamic_flag_spec='${wl}-E'
9556 # hardcode_minus_L: Not really in the search PATH,
9557 # but as the default location of the library.
9558 hardcode_minus_L=yes
9559 fi
9560 ;;
9561
9562 hpux11*)
9563 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9564 case $host_cpu in
9565 hppa*64*)
9566 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9567 ;;
9568 ia64*)
9569 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9570 ;;
9571 *)
9572 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9573 ;;
9574 esac
9575 else
9576 case $host_cpu in
9577 hppa*64*)
9578 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9579 ;;
9580 ia64*)
9581 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9582 ;;
9583 *)
9584
9585 # Older versions of the 11.00 compiler do not understand -b yet
9586 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9588$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9589if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 9590 $as_echo_n "(cached) " >&6
c28c63d8 9591else
6bb11ab3
L
9592 lt_cv_prog_compiler__b=no
9593 save_LDFLAGS="$LDFLAGS"
9594 LDFLAGS="$LDFLAGS -b"
9595 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9596 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9597 # The linker can only warn and ignore the option if not recognized
9598 # So say no if there are warnings
9599 if test -s conftest.err; then
9600 # Append any errors to the config.log.
9601 cat conftest.err 1>&5
9602 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9603 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9604 if diff conftest.exp conftest.er2 >/dev/null; then
9605 lt_cv_prog_compiler__b=yes
9606 fi
9607 else
9608 lt_cv_prog_compiler__b=yes
9609 fi
9610 fi
9611 $RM -r conftest*
9612 LDFLAGS="$save_LDFLAGS"
c28c63d8 9613
6bb11ab3
L
9614fi
9615{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9616$as_echo "$lt_cv_prog_compiler__b" >&6; }
c28c63d8 9617
6bb11ab3
L
9618if test x"$lt_cv_prog_compiler__b" = xyes; then
9619 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9620else
9621 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9622fi
81ecdfbb 9623
6bb11ab3
L
9624 ;;
9625 esac
9626 fi
9627 if test "$with_gnu_ld" = no; then
9628 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9629 hardcode_libdir_separator=:
9630
9631 case $host_cpu in
9632 hppa*64*|ia64*)
9633 hardcode_direct=no
9634 hardcode_shlibpath_var=no
9635 ;;
9636 *)
9637 hardcode_direct=yes
9638 hardcode_direct_absolute=yes
9639 export_dynamic_flag_spec='${wl}-E'
9640
9641 # hardcode_minus_L: Not really in the search PATH,
9642 # but as the default location of the library.
9643 hardcode_minus_L=yes
9644 ;;
9645 esac
9646 fi
9647 ;;
9648
9649 irix5* | irix6* | nonstopux*)
9650 if test "$GCC" = yes; then
9651 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'
9652 # Try to use the -exported_symbol ld option, if it does not
9653 # work, assume that -exports_file does not work either and
9654 # implicitly export all symbols.
9655 save_LDFLAGS="$LDFLAGS"
9656 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9658/* end confdefs.h. */
9659int foo(void) {}
c28c63d8 9660_ACEOF
6bb11ab3
L
9661if ac_fn_c_try_link "$LINENO"; then :
9662 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'
c28c63d8
JB
9663
9664fi
6bb11ab3
L
9665rm -f core conftest.err conftest.$ac_objext \
9666 conftest$ac_exeext conftest.$ac_ext
9667 LDFLAGS="$save_LDFLAGS"
9668 else
9669 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'
9670 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'
9671 fi
9672 archive_cmds_need_lc='no'
9673 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9674 hardcode_libdir_separator=:
9675 inherit_rpath=yes
9676 link_all_deplibs=yes
9677 ;;
9678
9679 netbsd*)
9680 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9681 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9682 else
9683 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9684 fi
9685 hardcode_libdir_flag_spec='-R$libdir'
9686 hardcode_direct=yes
9687 hardcode_shlibpath_var=no
9688 ;;
9689
9690 newsos6)
9691 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9692 hardcode_direct=yes
9693 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9694 hardcode_libdir_separator=:
9695 hardcode_shlibpath_var=no
9696 ;;
9697
9698 *nto* | *qnx*)
9699 ;;
9700
9701 openbsd*)
9702 if test -f /usr/libexec/ld.so; then
9703 hardcode_direct=yes
9704 hardcode_shlibpath_var=no
9705 hardcode_direct_absolute=yes
9706 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9707 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9708 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9709 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9710 export_dynamic_flag_spec='${wl}-E'
9711 else
9712 case $host_os in
9713 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9714 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9715 hardcode_libdir_flag_spec='-R$libdir'
9716 ;;
9717 *)
9718 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9719 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9720 ;;
9721 esac
9722 fi
9723 else
9724 ld_shlibs=no
9725 fi
9726 ;;
9727
9728 os2*)
9729 hardcode_libdir_flag_spec='-L$libdir'
9730 hardcode_minus_L=yes
9731 allow_undefined_flag=unsupported
9732 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'
9733 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9734 ;;
9735
9736 osf3*)
9737 if test "$GCC" = yes; then
9738 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9739 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'
9740 else
9741 allow_undefined_flag=' -expect_unresolved \*'
9742 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'
9743 fi
9744 archive_cmds_need_lc='no'
9745 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9746 hardcode_libdir_separator=:
9747 ;;
9748
9749 osf4* | osf5*) # as osf3* with the addition of -msym flag
9750 if test "$GCC" = yes; then
9751 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9752 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'
9753 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9754 else
9755 allow_undefined_flag=' -expect_unresolved \*'
9756 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'
9757 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~
9758 $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'
9759
9760 # Both c and cxx compiler support -rpath directly
9761 hardcode_libdir_flag_spec='-rpath $libdir'
9762 fi
9763 archive_cmds_need_lc='no'
9764 hardcode_libdir_separator=:
9765 ;;
9766
9767 solaris*)
9768 no_undefined_flag=' -z defs'
9769 if test "$GCC" = yes; then
9770 wlarc='${wl}'
9771 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9772 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9773 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9774 else
9775 case `$CC -V 2>&1` in
9776 *"Compilers 5.0"*)
9777 wlarc=''
9778 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9779 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9780 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9781 ;;
9782 *)
9783 wlarc='${wl}'
9784 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9785 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9786 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9787 ;;
9788 esac
9789 fi
9790 hardcode_libdir_flag_spec='-R$libdir'
9791 hardcode_shlibpath_var=no
9792 case $host_os in
9793 solaris2.[0-5] | solaris2.[0-5].*) ;;
9794 *)
9795 # The compiler driver will combine and reorder linker options,
9796 # but understands `-z linker_flag'. GCC discards it without `$wl',
9797 # but is careful enough not to reorder.
9798 # Supported since Solaris 2.6 (maybe 2.5.1?)
9799 if test "$GCC" = yes; then
9800 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9801 else
9802 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9803 fi
9804 ;;
9805 esac
9806 link_all_deplibs=yes
9807 ;;
9808
9809 sunos4*)
9810 if test "x$host_vendor" = xsequent; then
9811 # Use $CC to link under sequent, because it throws in some extra .o
9812 # files that make .init and .fini sections work.
9813 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9814 else
9815 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9816 fi
9817 hardcode_libdir_flag_spec='-L$libdir'
9818 hardcode_direct=yes
9819 hardcode_minus_L=yes
9820 hardcode_shlibpath_var=no
9821 ;;
9822
9823 sysv4)
9824 case $host_vendor in
9825 sni)
9826 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9827 hardcode_direct=yes # is this really true???
9828 ;;
9829 siemens)
9830 ## LD is ld it makes a PLAMLIB
9831 ## CC just makes a GrossModule.
9832 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9833 reload_cmds='$CC -r -o $output$reload_objs'
9834 hardcode_direct=no
9835 ;;
9836 motorola)
9837 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9838 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9839 ;;
9840 esac
9841 runpath_var='LD_RUN_PATH'
9842 hardcode_shlibpath_var=no
9843 ;;
9844
9845 sysv4.3*)
9846 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9847 hardcode_shlibpath_var=no
9848 export_dynamic_flag_spec='-Bexport'
9849 ;;
9850
9851 sysv4*MP*)
9852 if test -d /usr/nec; then
9853 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9854 hardcode_shlibpath_var=no
9855 runpath_var=LD_RUN_PATH
9856 hardcode_runpath_var=yes
9857 ld_shlibs=yes
9858 fi
9859 ;;
9860
9861 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9862 no_undefined_flag='${wl}-z,text'
9863 archive_cmds_need_lc=no
9864 hardcode_shlibpath_var=no
9865 runpath_var='LD_RUN_PATH'
9866
9867 if test "$GCC" = yes; then
9868 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9869 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9870 else
9871 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9872 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9873 fi
9874 ;;
9875
9876 sysv5* | sco3.2v5* | sco5v6*)
9877 # Note: We can NOT use -z defs as we might desire, because we do not
9878 # link with -lc, and that would cause any symbols used from libc to
9879 # always be unresolved, which means just about no library would
9880 # ever link correctly. If we're not using GNU ld we use -z text
9881 # though, which does catch some bad symbols but isn't as heavy-handed
9882 # as -z defs.
9883 no_undefined_flag='${wl}-z,text'
9884 allow_undefined_flag='${wl}-z,nodefs'
9885 archive_cmds_need_lc=no
9886 hardcode_shlibpath_var=no
9887 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9888 hardcode_libdir_separator=':'
9889 link_all_deplibs=yes
9890 export_dynamic_flag_spec='${wl}-Bexport'
9891 runpath_var='LD_RUN_PATH'
9892
9893 if test "$GCC" = yes; then
9894 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9895 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9896 else
9897 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9898 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9899 fi
9900 ;;
9901
9902 uts4*)
9903 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9904 hardcode_libdir_flag_spec='-L$libdir'
9905 hardcode_shlibpath_var=no
9906 ;;
9907
9908 *)
9909 ld_shlibs=no
9910 ;;
9911 esac
9912
9913 if test x$host_vendor = xsni; then
9914 case $host in
9915 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9916 export_dynamic_flag_spec='${wl}-Blargedynsym'
9917 ;;
9918 esac
9919 fi
9920 fi
9921
9922{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9923$as_echo "$ld_shlibs" >&6; }
9924test "$ld_shlibs" = no && can_build_shared=no
9925
9926with_gnu_ld=$with_gnu_ld
9927
9928
9929
9930
c28c63d8 9931
d6416cdc 9932
c28c63d8 9933
6ffe910a 9934
6ffe910a
MF
9935
9936
6ffe910a 9937
c28c63d8 9938
c28c63d8
JB
9939
9940
6bb11ab3
L
9941
9942#
9943# Do we need to explicitly link libc?
9944#
9945case "x$archive_cmds_need_lc" in
9946x|xyes)
9947 # Assume -lc should be added
9948 archive_cmds_need_lc=yes
9949
9950 if test "$enable_shared" = yes && test "$GCC" = yes; then
9951 case $archive_cmds in
9952 *'~'*)
9953 # FIXME: we may have to deal with multi-command sequences.
9954 ;;
9955 '$CC '*)
9956 # Test whether the compiler implicitly links with -lc since on some
9957 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9958 # to ld, don't add -lc before -lgcc.
9959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9960$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9961if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 9962 $as_echo_n "(cached) " >&6
c28c63d8 9963else
6bb11ab3
L
9964 $RM conftest*
9965 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9966
9967 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9968 (eval $ac_compile) 2>&5
9969 ac_status=$?
9970 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9971 test $ac_status = 0; } 2>conftest.err; then
9972 soname=conftest
9973 lib=conftest
9974 libobjs=conftest.$ac_objext
9975 deplibs=
9976 wl=$lt_prog_compiler_wl
9977 pic_flag=$lt_prog_compiler_pic
9978 compiler_flags=-v
9979 linker_flags=-v
9980 verstring=
9981 output_objdir=.
9982 libname=conftest
9983 lt_save_allow_undefined_flag=$allow_undefined_flag
9984 allow_undefined_flag=
9985 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9986 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9987 ac_status=$?
9988 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9989 test $ac_status = 0; }
9990 then
9991 lt_cv_archive_cmds_need_lc=no
9992 else
9993 lt_cv_archive_cmds_need_lc=yes
9994 fi
9995 allow_undefined_flag=$lt_save_allow_undefined_flag
9996 else
9997 cat conftest.err 1>&5
9998 fi
9999 $RM conftest*
c28c63d8 10000
6ffe910a 10001fi
6bb11ab3
L
10002{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10003$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10004 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10005 ;;
10006 esac
10007 fi
10008 ;;
6ffe910a 10009esac
c28c63d8
JB
10010
10011
6ffe910a 10012
c28c63d8 10013
81ecdfbb 10014
c28c63d8 10015
c28c63d8 10016
c28c63d8 10017
c28c63d8 10018
c28c63d8 10019
c28c63d8 10020
c28c63d8 10021
c28c63d8 10022
c28c63d8 10023
81ecdfbb 10024
c28c63d8 10025
c28c63d8
JB
10026
10027
81ecdfbb 10028
81ecdfbb 10029
81ecdfbb
RW
10030
10031
81ecdfbb 10032
81ecdfbb 10033
c28c63d8
JB
10034
10035
c28c63d8 10036
c28c63d8 10037
c28c63d8 10038
c28c63d8 10039
81ecdfbb 10040
c28c63d8 10041
c28c63d8 10042
c28c63d8 10043
81ecdfbb 10044
c28c63d8 10045
c28c63d8 10046
c28c63d8 10047
c28c63d8 10048
81ecdfbb 10049
c28c63d8 10050
c28c63d8 10051
c28c63d8 10052
c28c63d8
JB
10053
10054
c28c63d8
JB
10055
10056
6ffe910a 10057
2232061b
MF
10058
10059
2232061b 10060
2232061b
MF
10061
10062
2232061b
MF
10063
10064
2232061b 10065
2232061b
MF
10066
10067
6bb11ab3
L
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
10160
10161
10162
10163
10164
10165
10166
10167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10168$as_echo_n "checking dynamic linker characteristics... " >&6; }
10169
10170if test "$GCC" = yes; then
10171 case $host_os in
10172 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10173 *) lt_awk_arg="/^libraries:/" ;;
10174 esac
10175 case $host_os in
10176 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10177 *) lt_sed_strip_eq="s,=/,/,g" ;;
10178 esac
10179 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10180 case $lt_search_path_spec in
10181 *\;*)
10182 # if the path contains ";" then we assume it to be the separator
10183 # otherwise default to the standard path separator (i.e. ":") - it is
10184 # assumed that no part of a normal pathname contains ";" but that should
10185 # okay in the real world where ";" in dirpaths is itself problematic.
10186 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10187 ;;
10188 *)
10189 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10190 ;;
10191 esac
10192 # Ok, now we have the path, separated by spaces, we can step through it
10193 # and add multilib dir if necessary.
10194 lt_tmp_lt_search_path_spec=
10195 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10196 for lt_sys_path in $lt_search_path_spec; do
10197 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10198 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10199 else
10200 test -d "$lt_sys_path" && \
10201 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10202 fi
10203 done
10204 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10205BEGIN {RS=" "; FS="/|\n";} {
10206 lt_foo="";
10207 lt_count=0;
10208 for (lt_i = NF; lt_i > 0; lt_i--) {
10209 if ($lt_i != "" && $lt_i != ".") {
10210 if ($lt_i == "..") {
10211 lt_count++;
10212 } else {
10213 if (lt_count == 0) {
10214 lt_foo="/" $lt_i lt_foo;
10215 } else {
10216 lt_count--;
10217 }
10218 }
10219 }
10220 }
10221 if (lt_foo != "") { lt_freq[lt_foo]++; }
10222 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10223}'`
10224 # AWK program above erroneously prepends '/' to C:/dos/paths
10225 # for these hosts.
10226 case $host_os in
10227 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10228 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10229 esac
10230 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10231else
10232 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10233fi
10234library_names_spec=
10235libname_spec='lib$name'
10236soname_spec=
10237shrext_cmds=".so"
10238postinstall_cmds=
10239postuninstall_cmds=
10240finish_cmds=
10241finish_eval=
10242shlibpath_var=
10243shlibpath_overrides_runpath=unknown
10244version_type=none
10245dynamic_linker="$host_os ld.so"
10246sys_lib_dlsearch_path_spec="/lib /usr/lib"
10247need_lib_prefix=unknown
10248hardcode_into_libs=no
10249
10250# when you set need_version to no, make sure it does not cause -set_version
10251# flags to be left without arguments
10252need_version=unknown
10253
10254case $host_os in
10255aix3*)
10256 version_type=linux
10257 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10258 shlibpath_var=LIBPATH
10259
10260 # AIX 3 has no versioning support, so we append a major version to the name.
10261 soname_spec='${libname}${release}${shared_ext}$major'
10262 ;;
10263
10264aix[4-9]*)
10265 version_type=linux
10266 need_lib_prefix=no
10267 need_version=no
10268 hardcode_into_libs=yes
10269 if test "$host_cpu" = ia64; then
10270 # AIX 5 supports IA64
10271 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10272 shlibpath_var=LD_LIBRARY_PATH
10273 else
10274 # With GCC up to 2.95.x, collect2 would create an import file
10275 # for dependence libraries. The import file would start with
10276 # the line `#! .'. This would cause the generated library to
10277 # depend on `.', always an invalid library. This was fixed in
10278 # development snapshots of GCC prior to 3.0.
10279 case $host_os in
10280 aix4 | aix4.[01] | aix4.[01].*)
10281 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10282 echo ' yes '
10283 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10284 :
10285 else
10286 can_build_shared=no
10287 fi
10288 ;;
10289 esac
10290 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10291 # soname into executable. Probably we can add versioning support to
10292 # collect2, so additional links can be useful in future.
10293 if test "$aix_use_runtimelinking" = yes; then
10294 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10295 # instead of lib<name>.a to let people know that these are not
10296 # typical AIX shared libraries.
10297 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10298 else
10299 # We preserve .a as extension for shared libraries through AIX4.2
10300 # and later when we are not doing run time linking.
10301 library_names_spec='${libname}${release}.a $libname.a'
10302 soname_spec='${libname}${release}${shared_ext}$major'
10303 fi
10304 shlibpath_var=LIBPATH
10305 fi
10306 ;;
10307
10308amigaos*)
10309 case $host_cpu in
10310 powerpc)
10311 # Since July 2007 AmigaOS4 officially supports .so libraries.
10312 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10313 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10314 ;;
10315 m68k)
10316 library_names_spec='$libname.ixlibrary $libname.a'
10317 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10318 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'
10319 ;;
10320 esac
10321 ;;
10322
10323beos*)
10324 library_names_spec='${libname}${shared_ext}'
10325 dynamic_linker="$host_os ld.so"
10326 shlibpath_var=LIBRARY_PATH
10327 ;;
10328
10329bsdi[45]*)
10330 version_type=linux
10331 need_version=no
10332 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10333 soname_spec='${libname}${release}${shared_ext}$major'
10334 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10335 shlibpath_var=LD_LIBRARY_PATH
10336 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10337 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10338 # the default ld.so.conf also contains /usr/contrib/lib and
10339 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10340 # libtool to hard-code these into programs
10341 ;;
10342
10343cygwin* | mingw* | pw32* | cegcc*)
10344 version_type=windows
10345 shrext_cmds=".dll"
10346 need_version=no
10347 need_lib_prefix=no
10348
10349 case $GCC,$host_os in
10350 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10351 library_names_spec='$libname.dll.a'
10352 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10353 postinstall_cmds='base_file=`basename \${file}`~
10354 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10355 dldir=$destdir/`dirname \$dlpath`~
10356 test -d \$dldir || mkdir -p \$dldir~
10357 $install_prog $dir/$dlname \$dldir/$dlname~
10358 chmod a+x \$dldir/$dlname~
10359 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10360 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10361 fi'
10362 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10363 dlpath=$dir/\$dldll~
10364 $RM \$dlpath'
10365 shlibpath_overrides_runpath=yes
10366
10367 case $host_os in
10368 cygwin*)
10369 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10370 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10371
10372 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10373 ;;
10374 mingw* | cegcc*)
10375 # MinGW DLLs use traditional 'lib' prefix
10376 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10377 ;;
10378 pw32*)
10379 # pw32 DLLs use 'pw' prefix rather than 'lib'
10380 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10381 ;;
10382 esac
10383 ;;
10384
10385 *)
10386 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10387 ;;
10388 esac
10389 dynamic_linker='Win32 ld.exe'
10390 # FIXME: first we should search . and the directory the executable is in
10391 shlibpath_var=PATH
10392 ;;
10393
10394darwin* | rhapsody*)
10395 dynamic_linker="$host_os dyld"
10396 version_type=darwin
10397 need_lib_prefix=no
10398 need_version=no
10399 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10400 soname_spec='${libname}${release}${major}$shared_ext'
10401 shlibpath_overrides_runpath=yes
10402 shlibpath_var=DYLD_LIBRARY_PATH
10403 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10404
10405 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10406 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10407 ;;
10408
10409dgux*)
10410 version_type=linux
10411 need_lib_prefix=no
10412 need_version=no
10413 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10414 soname_spec='${libname}${release}${shared_ext}$major'
10415 shlibpath_var=LD_LIBRARY_PATH
10416 ;;
10417
10418freebsd* | dragonfly*)
10419 # DragonFly does not have aout. When/if they implement a new
10420 # versioning mechanism, adjust this.
10421 if test -x /usr/bin/objformat; then
10422 objformat=`/usr/bin/objformat`
10423 else
10424 case $host_os in
10425 freebsd[23].*) objformat=aout ;;
10426 *) objformat=elf ;;
10427 esac
10428 fi
10429 version_type=freebsd-$objformat
10430 case $version_type in
10431 freebsd-elf*)
10432 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10433 need_version=no
10434 need_lib_prefix=no
10435 ;;
10436 freebsd-*)
10437 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10438 need_version=yes
10439 ;;
10440 esac
10441 shlibpath_var=LD_LIBRARY_PATH
10442 case $host_os in
10443 freebsd2.*)
10444 shlibpath_overrides_runpath=yes
10445 ;;
10446 freebsd3.[01]* | freebsdelf3.[01]*)
10447 shlibpath_overrides_runpath=yes
10448 hardcode_into_libs=yes
10449 ;;
10450 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10451 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10452 shlibpath_overrides_runpath=no
10453 hardcode_into_libs=yes
10454 ;;
10455 *) # from 4.6 on, and DragonFly
10456 shlibpath_overrides_runpath=yes
10457 hardcode_into_libs=yes
10458 ;;
10459 esac
10460 ;;
10461
6bb11ab3
L
10462haiku*)
10463 version_type=linux
10464 need_lib_prefix=no
10465 need_version=no
10466 dynamic_linker="$host_os runtime_loader"
10467 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10468 soname_spec='${libname}${release}${shared_ext}$major'
10469 shlibpath_var=LIBRARY_PATH
10470 shlibpath_overrides_runpath=yes
10471 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10472 hardcode_into_libs=yes
10473 ;;
10474
10475hpux9* | hpux10* | hpux11*)
10476 # Give a soname corresponding to the major version so that dld.sl refuses to
10477 # link against other versions.
10478 version_type=sunos
10479 need_lib_prefix=no
10480 need_version=no
10481 case $host_cpu in
10482 ia64*)
10483 shrext_cmds='.so'
10484 hardcode_into_libs=yes
10485 dynamic_linker="$host_os dld.so"
10486 shlibpath_var=LD_LIBRARY_PATH
10487 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10488 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10489 soname_spec='${libname}${release}${shared_ext}$major'
10490 if test "X$HPUX_IA64_MODE" = X32; then
10491 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10492 else
10493 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10494 fi
10495 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10496 ;;
10497 hppa*64*)
10498 shrext_cmds='.sl'
10499 hardcode_into_libs=yes
10500 dynamic_linker="$host_os dld.sl"
10501 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10502 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10503 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10504 soname_spec='${libname}${release}${shared_ext}$major'
10505 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10506 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10507 ;;
10508 *)
10509 shrext_cmds='.sl'
10510 dynamic_linker="$host_os dld.sl"
10511 shlibpath_var=SHLIB_PATH
10512 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10513 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10514 soname_spec='${libname}${release}${shared_ext}$major'
10515 ;;
10516 esac
10517 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10518 postinstall_cmds='chmod 555 $lib'
10519 # or fails outright, so override atomically:
10520 install_override_mode=555
10521 ;;
10522
10523interix[3-9]*)
10524 version_type=linux
10525 need_lib_prefix=no
10526 need_version=no
10527 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10528 soname_spec='${libname}${release}${shared_ext}$major'
10529 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10530 shlibpath_var=LD_LIBRARY_PATH
10531 shlibpath_overrides_runpath=no
10532 hardcode_into_libs=yes
10533 ;;
10534
10535irix5* | irix6* | nonstopux*)
10536 case $host_os in
10537 nonstopux*) version_type=nonstopux ;;
10538 *)
10539 if test "$lt_cv_prog_gnu_ld" = yes; then
10540 version_type=linux
10541 else
10542 version_type=irix
10543 fi ;;
10544 esac
10545 need_lib_prefix=no
10546 need_version=no
10547 soname_spec='${libname}${release}${shared_ext}$major'
10548 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10549 case $host_os in
10550 irix5* | nonstopux*)
10551 libsuff= shlibsuff=
10552 ;;
10553 *)
10554 case $LD in # libtool.m4 will add one of these switches to LD
10555 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10556 libsuff= shlibsuff= libmagic=32-bit;;
10557 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10558 libsuff=32 shlibsuff=N32 libmagic=N32;;
10559 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10560 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10561 *) libsuff= shlibsuff= libmagic=never-match;;
10562 esac
10563 ;;
10564 esac
10565 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10566 shlibpath_overrides_runpath=no
10567 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10568 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10569 hardcode_into_libs=yes
10570 ;;
10571
10572# No shared lib support for Linux oldld, aout, or coff.
10573linux*oldld* | linux*aout* | linux*coff*)
10574 dynamic_linker=no
10575 ;;
10576
10577# This must be Linux ELF.
46f900c0 10578linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
10579 version_type=linux
10580 need_lib_prefix=no
10581 need_version=no
10582 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10583 soname_spec='${libname}${release}${shared_ext}$major'
10584 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10585 shlibpath_var=LD_LIBRARY_PATH
10586 shlibpath_overrides_runpath=no
10587
10588 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10589 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
10590 $as_echo_n "(cached) " >&6
10591else
6bb11ab3
L
10592 lt_cv_shlibpath_overrides_runpath=no
10593 save_LDFLAGS=$LDFLAGS
10594 save_libdir=$libdir
10595 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10596 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
10598/* end confdefs.h. */
10599
2232061b
MF
10600int
10601main ()
10602{
10603
10604 ;
10605 return 0;
10606}
10607_ACEOF
6bb11ab3
L
10608if ac_fn_c_try_link "$LINENO"; then :
10609 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10610 lt_cv_shlibpath_overrides_runpath=yes
2232061b 10611fi
2232061b 10612fi
6bb11ab3
L
10613rm -f core conftest.err conftest.$ac_objext \
10614 conftest$ac_exeext conftest.$ac_ext
10615 LDFLAGS=$save_LDFLAGS
10616 libdir=$save_libdir
2232061b 10617
6bb11ab3 10618fi
2232061b 10619
6bb11ab3 10620 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 10621
6bb11ab3
L
10622 # This implies no fast_install, which is unacceptable.
10623 # Some rework will be needed to allow for fast_install
10624 # before this can be enabled.
10625 hardcode_into_libs=yes
2232061b 10626
6bb11ab3
L
10627 # Append ld.so.conf contents to the search path
10628 if test -f /etc/ld.so.conf; then
10629 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' ' '`
10630 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10631 fi
2232061b 10632
6bb11ab3
L
10633 # We used to test for /lib/ld.so.1 and disable shared libraries on
10634 # powerpc, because MkLinux only supported shared libraries with the
10635 # GNU dynamic linker. Since this was broken with cross compilers,
10636 # most powerpc-linux boxes support dynamic linking these days and
10637 # people can always --disable-shared, the test was removed, and we
10638 # assume the GNU/Linux dynamic linker is in use.
10639 dynamic_linker='GNU/Linux ld.so'
10640 ;;
10641
10642netbsd*)
10643 version_type=sunos
10644 need_lib_prefix=no
10645 need_version=no
10646 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10647 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10648 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10649 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 10650 else
6bb11ab3
L
10651 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10652 soname_spec='${libname}${release}${shared_ext}$major'
10653 dynamic_linker='NetBSD ld.elf_so'
10654 fi
10655 shlibpath_var=LD_LIBRARY_PATH
10656 shlibpath_overrides_runpath=yes
10657 hardcode_into_libs=yes
10658 ;;
10659
10660newsos6)
10661 version_type=linux
10662 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10663 shlibpath_var=LD_LIBRARY_PATH
10664 shlibpath_overrides_runpath=yes
10665 ;;
10666
10667*nto* | *qnx*)
10668 version_type=qnx
10669 need_lib_prefix=no
10670 need_version=no
10671 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10672 soname_spec='${libname}${release}${shared_ext}$major'
10673 shlibpath_var=LD_LIBRARY_PATH
10674 shlibpath_overrides_runpath=no
10675 hardcode_into_libs=yes
10676 dynamic_linker='ldqnx.so'
10677 ;;
10678
10679openbsd*)
10680 version_type=sunos
10681 sys_lib_dlsearch_path_spec="/usr/lib"
10682 need_lib_prefix=no
10683 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10684 case $host_os in
10685 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10686 *) need_version=no ;;
10687 esac
10688 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10689 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10690 shlibpath_var=LD_LIBRARY_PATH
10691 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10692 case $host_os in
10693 openbsd2.[89] | openbsd2.[89].*)
10694 shlibpath_overrides_runpath=no
10695 ;;
10696 *)
10697 shlibpath_overrides_runpath=yes
10698 ;;
10699 esac
10700 else
10701 shlibpath_overrides_runpath=yes
10702 fi
10703 ;;
10704
10705os2*)
10706 libname_spec='$name'
10707 shrext_cmds=".dll"
10708 need_lib_prefix=no
10709 library_names_spec='$libname${shared_ext} $libname.a'
10710 dynamic_linker='OS/2 ld.exe'
10711 shlibpath_var=LIBPATH
10712 ;;
10713
10714osf3* | osf4* | osf5*)
10715 version_type=osf
10716 need_lib_prefix=no
10717 need_version=no
10718 soname_spec='${libname}${release}${shared_ext}$major'
10719 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10720 shlibpath_var=LD_LIBRARY_PATH
10721 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10722 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10723 ;;
10724
10725rdos*)
10726 dynamic_linker=no
10727 ;;
10728
10729solaris*)
10730 version_type=linux
10731 need_lib_prefix=no
10732 need_version=no
10733 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10734 soname_spec='${libname}${release}${shared_ext}$major'
10735 shlibpath_var=LD_LIBRARY_PATH
10736 shlibpath_overrides_runpath=yes
10737 hardcode_into_libs=yes
10738 # ldd complains unless libraries are executable
10739 postinstall_cmds='chmod +x $lib'
10740 ;;
10741
10742sunos4*)
10743 version_type=sunos
10744 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10745 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10746 shlibpath_var=LD_LIBRARY_PATH
10747 shlibpath_overrides_runpath=yes
10748 if test "$with_gnu_ld" = yes; then
10749 need_lib_prefix=no
10750 fi
10751 need_version=yes
10752 ;;
10753
10754sysv4 | sysv4.3*)
10755 version_type=linux
10756 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10757 soname_spec='${libname}${release}${shared_ext}$major'
10758 shlibpath_var=LD_LIBRARY_PATH
10759 case $host_vendor in
10760 sni)
10761 shlibpath_overrides_runpath=no
10762 need_lib_prefix=no
10763 runpath_var=LD_RUN_PATH
10764 ;;
10765 siemens)
10766 need_lib_prefix=no
10767 ;;
10768 motorola)
10769 need_lib_prefix=no
10770 need_version=no
10771 shlibpath_overrides_runpath=no
10772 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10773 ;;
10774 esac
10775 ;;
10776
10777sysv4*MP*)
10778 if test -d /usr/nec ;then
10779 version_type=linux
10780 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10781 soname_spec='$libname${shared_ext}.$major'
10782 shlibpath_var=LD_LIBRARY_PATH
2232061b 10783 fi
6bb11ab3
L
10784 ;;
10785
10786sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10787 version_type=freebsd-elf
10788 need_lib_prefix=no
10789 need_version=no
10790 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10791 soname_spec='${libname}${release}${shared_ext}$major'
10792 shlibpath_var=LD_LIBRARY_PATH
10793 shlibpath_overrides_runpath=yes
10794 hardcode_into_libs=yes
10795 if test "$with_gnu_ld" = yes; then
10796 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10797 else
10798 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10799 case $host_os in
10800 sco3.2v5*)
10801 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10802 ;;
10803 esac
10804 fi
10805 sys_lib_dlsearch_path_spec='/usr/lib'
10806 ;;
10807
10808tpf*)
10809 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10810 version_type=linux
10811 need_lib_prefix=no
10812 need_version=no
10813 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10814 shlibpath_var=LD_LIBRARY_PATH
10815 shlibpath_overrides_runpath=no
10816 hardcode_into_libs=yes
10817 ;;
10818
10819uts4*)
10820 version_type=linux
10821 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10822 soname_spec='${libname}${release}${shared_ext}$major'
10823 shlibpath_var=LD_LIBRARY_PATH
10824 ;;
10825
10826*)
10827 dynamic_linker=no
10828 ;;
10829esac
10830{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10831$as_echo "$dynamic_linker" >&6; }
10832test "$dynamic_linker" = no && can_build_shared=no
10833
10834variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10835if test "$GCC" = yes; then
10836 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 10837fi
2232061b 10838
6bb11ab3
L
10839if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10840 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10841fi
10842if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10843 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10844fi
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
10868
10869
10870
2232061b 10871
2232061b 10872
2232061b 10873
2232061b 10874
2232061b
MF
10875
10876
6ffe910a 10877
6ffe910a
MF
10878
10879
10880
10881
10882
2232061b 10883
6ffe910a
MF
10884
10885
10886
10887
6ffe910a 10888
6ffe910a 10889
6ffe910a
MF
10890
10891
6ffe910a 10892
6ffe910a 10893
6ffe910a
MF
10894
10895
5f3ef9d0 10896
5f3ef9d0
JB
10897
10898
10899
db2e4d67
MF
10900
10901
db2e4d67 10902
db2e4d67 10903
db2e4d67 10904
db2e4d67 10905
db2e4d67 10906
db2e4d67 10907
db2e4d67 10908
db2e4d67
MF
10909
10910
db2e4d67 10911
db2e4d67
MF
10912
10913
db2e4d67 10914
db2e4d67
MF
10915
10916
6ffe910a 10917
6ffe910a 10918
6ffe910a
MF
10919
10920
6ffe910a
MF
10921
10922
6ffe910a 10923
6ffe910a 10924
6ffe910a 10925
6ffe910a 10926
6ffe910a 10927
c28c63d8 10928
c28c63d8 10929
c28c63d8 10930
c28c63d8 10931
c28c63d8 10932
c28c63d8 10933
c28c63d8 10934
c28c63d8 10935
c28c63d8 10936
6bb11ab3
L
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10938$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10939hardcode_action=
10940if test -n "$hardcode_libdir_flag_spec" ||
10941 test -n "$runpath_var" ||
10942 test "X$hardcode_automatic" = "Xyes" ; then
c28c63d8 10943
6bb11ab3
L
10944 # We can hardcode non-existent directories.
10945 if test "$hardcode_direct" != no &&
10946 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10947 # have to relink, otherwise we might link with an installed library
10948 # when we should be linking with a yet-to-be-installed one
10949 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10950 test "$hardcode_minus_L" != no; then
10951 # Linking always hardcodes the temporary library directory.
10952 hardcode_action=relink
10953 else
10954 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10955 hardcode_action=immediate
10956 fi
10957else
10958 # We cannot hardcode anything, or else we can only hardcode existing
10959 # directories.
10960 hardcode_action=unsupported
c28c63d8 10961fi
6bb11ab3
L
10962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10963$as_echo "$hardcode_action" >&6; }
c28c63d8 10964
6bb11ab3
L
10965if test "$hardcode_action" = relink ||
10966 test "$inherit_rpath" = yes; then
10967 # Fast installation is not supported
10968 enable_fast_install=no
10969elif test "$shlibpath_overrides_runpath" = yes ||
10970 test "$enable_shared" = no; then
10971 # Fast installation is not necessary
10972 enable_fast_install=needless
10973fi
c28c63d8 10974
6bb11ab3
L
10975
10976
10977
10978
10979
10980 if test "x$enable_dlopen" != xyes; then
10981 enable_dlopen=unknown
10982 enable_dlopen_self=unknown
10983 enable_dlopen_self_static=unknown
10984else
10985 lt_cv_dlopen=no
10986 lt_cv_dlopen_libs=
10987
10988 case $host_os in
10989 beos*)
10990 lt_cv_dlopen="load_add_on"
10991 lt_cv_dlopen_libs=
10992 lt_cv_dlopen_self=yes
10993 ;;
10994
10995 mingw* | pw32* | cegcc*)
10996 lt_cv_dlopen="LoadLibrary"
10997 lt_cv_dlopen_libs=
10998 ;;
10999
11000 cygwin*)
11001 lt_cv_dlopen="dlopen"
11002 lt_cv_dlopen_libs=
11003 ;;
11004
11005 darwin*)
11006 # if libdl is installed we need to link against it
11007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11008$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11009if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
11010 $as_echo_n "(cached) " >&6
11011else
11012 ac_check_lib_save_LIBS=$LIBS
11013LIBS="-ldl $LIBS"
11014cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11015/* end confdefs.h. */
11016
11017/* Override any GCC internal prototype to avoid an error.
11018 Use char because int might match the return type of a GCC
11019 builtin and then its argument prototype would still apply. */
11020#ifdef __cplusplus
11021extern "C"
11022#endif
11023char dlopen ();
11024int
11025main ()
11026{
11027return dlopen ();
11028 ;
11029 return 0;
11030}
c28c63d8 11031_ACEOF
6bb11ab3
L
11032if ac_fn_c_try_link "$LINENO"; then :
11033 ac_cv_lib_dl_dlopen=yes
11034else
11035 ac_cv_lib_dl_dlopen=no
11036fi
11037rm -f core conftest.err conftest.$ac_objext \
11038 conftest$ac_exeext conftest.$ac_ext
11039LIBS=$ac_check_lib_save_LIBS
11040fi
11041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11042$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11043if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11044 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11045else
11046
11047 lt_cv_dlopen="dyld"
11048 lt_cv_dlopen_libs=
11049 lt_cv_dlopen_self=yes
c28c63d8
JB
11050
11051fi
c28c63d8 11052
6bb11ab3 11053 ;;
c28c63d8 11054
6bb11ab3
L
11055 *)
11056 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11057if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
11058 lt_cv_dlopen="shl_load"
11059else
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11061$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11062if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
11063 $as_echo_n "(cached) " >&6
11064else
11065 ac_check_lib_save_LIBS=$LIBS
11066LIBS="-ldld $LIBS"
11067cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11068/* end confdefs.h. */
11069
11070/* Override any GCC internal prototype to avoid an error.
11071 Use char because int might match the return type of a GCC
11072 builtin and then its argument prototype would still apply. */
11073#ifdef __cplusplus
11074extern "C"
11075#endif
11076char shl_load ();
11077int
11078main ()
11079{
11080return shl_load ();
11081 ;
11082 return 0;
11083}
11084_ACEOF
11085if ac_fn_c_try_link "$LINENO"; then :
11086 ac_cv_lib_dld_shl_load=yes
11087else
11088 ac_cv_lib_dld_shl_load=no
11089fi
11090rm -f core conftest.err conftest.$ac_objext \
11091 conftest$ac_exeext conftest.$ac_ext
11092LIBS=$ac_check_lib_save_LIBS
11093fi
11094{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11095$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11096if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
11097 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11098else
11099 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11100if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
11101 lt_cv_dlopen="dlopen"
11102else
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11104$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11105if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11106 $as_echo_n "(cached) " >&6
c28c63d8
JB
11107else
11108 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11109LIBS="-ldl $LIBS"
81ecdfbb 11110cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c28c63d8
JB
11111/* end confdefs.h. */
11112
81ecdfbb
RW
11113/* Override any GCC internal prototype to avoid an error.
11114 Use char because int might match the return type of a GCC
11115 builtin and then its argument prototype would still apply. */
c28c63d8
JB
11116#ifdef __cplusplus
11117extern "C"
11118#endif
6bb11ab3 11119char dlopen ();
c28c63d8
JB
11120int
11121main ()
11122{
6bb11ab3 11123return dlopen ();
c28c63d8
JB
11124 ;
11125 return 0;
11126}
11127_ACEOF
81ecdfbb 11128if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11129 ac_cv_lib_dl_dlopen=yes
c28c63d8 11130else
6bb11ab3 11131 ac_cv_lib_dl_dlopen=no
c28c63d8 11132fi
81ecdfbb
RW
11133rm -f core conftest.err conftest.$ac_objext \
11134 conftest$ac_exeext conftest.$ac_ext
c28c63d8
JB
11135LIBS=$ac_check_lib_save_LIBS
11136fi
6bb11ab3
L
11137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11138$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11139if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
11140 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11141else
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11143$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11144if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11145 $as_echo_n "(cached) " >&6
c28c63d8
JB
11146else
11147 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 11148LIBS="-lsvld $LIBS"
81ecdfbb 11149cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c28c63d8
JB
11150/* end confdefs.h. */
11151
81ecdfbb
RW
11152/* Override any GCC internal prototype to avoid an error.
11153 Use char because int might match the return type of a GCC
11154 builtin and then its argument prototype would still apply. */
c28c63d8
JB
11155#ifdef __cplusplus
11156extern "C"
11157#endif
6bb11ab3 11158char dlopen ();
c28c63d8
JB
11159int
11160main ()
11161{
6bb11ab3 11162return dlopen ();
c28c63d8
JB
11163 ;
11164 return 0;
11165}
11166_ACEOF
81ecdfbb 11167if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 11168 ac_cv_lib_svld_dlopen=yes
c28c63d8 11169else
6bb11ab3 11170 ac_cv_lib_svld_dlopen=no
c28c63d8 11171fi
81ecdfbb
RW
11172rm -f core conftest.err conftest.$ac_objext \
11173 conftest$ac_exeext conftest.$ac_ext
c28c63d8
JB
11174LIBS=$ac_check_lib_save_LIBS
11175fi
6bb11ab3
L
11176{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11177$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11178if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 11179 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 11180else
6bb11ab3
L
11181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11182$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11183if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11184 $as_echo_n "(cached) " >&6
c28c63d8 11185else
6bb11ab3
L
11186 ac_check_lib_save_LIBS=$LIBS
11187LIBS="-ldld $LIBS"
81ecdfbb 11188cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c28c63d8
JB
11189/* end confdefs.h. */
11190
81ecdfbb
RW
11191/* Override any GCC internal prototype to avoid an error.
11192 Use char because int might match the return type of a GCC
d6416cdc 11193 builtin and then its argument prototype would still apply. */
d6416cdc
RW
11194#ifdef __cplusplus
11195extern "C"
11196#endif
6bb11ab3 11197char dld_link ();
d6416cdc
RW
11198int
11199main ()
11200{
6bb11ab3 11201return dld_link ();
d6416cdc
RW
11202 ;
11203 return 0;
11204}
11205_ACEOF
6bb11ab3
L
11206if ac_fn_c_try_link "$LINENO"; then :
11207 ac_cv_lib_dld_dld_link=yes
11208else
11209 ac_cv_lib_dld_dld_link=no
11210fi
11211rm -f core conftest.err conftest.$ac_objext \
11212 conftest$ac_exeext conftest.$ac_ext
11213LIBS=$ac_check_lib_save_LIBS
11214fi
11215{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11216$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11217if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
11218 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11219fi
11220
11221
11222fi
11223
11224
11225fi
11226
11227
11228fi
11229
11230
11231fi
11232
11233
11234fi
11235
11236 ;;
11237 esac
11238
11239 if test "x$lt_cv_dlopen" != xno; then
11240 enable_dlopen=yes
d6416cdc 11241 else
6bb11ab3
L
11242 enable_dlopen=no
11243 fi
11244
11245 case $lt_cv_dlopen in
11246 dlopen)
11247 save_CPPFLAGS="$CPPFLAGS"
11248 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11249
11250 save_LDFLAGS="$LDFLAGS"
11251 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11252
11253 save_LIBS="$LIBS"
11254 LIBS="$lt_cv_dlopen_libs $LIBS"
11255
11256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11257$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11258if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
11259 $as_echo_n "(cached) " >&6
11260else
11261 if test "$cross_compiling" = yes; then :
11262 lt_cv_dlopen_self=cross
11263else
11264 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11265 lt_status=$lt_dlunknown
11266 cat > conftest.$ac_ext <<_LT_EOF
2c2645d7 11267#line 11267 "configure"
6bb11ab3
L
11268#include "confdefs.h"
11269
11270#if HAVE_DLFCN_H
11271#include <dlfcn.h>
11272#endif
11273
11274#include <stdio.h>
11275
11276#ifdef RTLD_GLOBAL
11277# define LT_DLGLOBAL RTLD_GLOBAL
11278#else
11279# ifdef DL_GLOBAL
11280# define LT_DLGLOBAL DL_GLOBAL
11281# else
11282# define LT_DLGLOBAL 0
11283# endif
11284#endif
11285
11286/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11287 find out it does not work in some platform. */
11288#ifndef LT_DLLAZY_OR_NOW
11289# ifdef RTLD_LAZY
11290# define LT_DLLAZY_OR_NOW RTLD_LAZY
11291# else
11292# ifdef DL_LAZY
11293# define LT_DLLAZY_OR_NOW DL_LAZY
11294# else
11295# ifdef RTLD_NOW
11296# define LT_DLLAZY_OR_NOW RTLD_NOW
11297# else
11298# ifdef DL_NOW
11299# define LT_DLLAZY_OR_NOW DL_NOW
11300# else
11301# define LT_DLLAZY_OR_NOW 0
11302# endif
11303# endif
11304# endif
11305# endif
11306#endif
11307
11308/* When -fvisbility=hidden is used, assume the code has been annotated
11309 correspondingly for the symbols needed. */
11310#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11311void fnord () __attribute__((visibility("default")));
11312#endif
11313
11314void fnord () { int i=42; }
11315int main ()
11316{
11317 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11318 int status = $lt_dlunknown;
11319
11320 if (self)
11321 {
11322 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11323 else
11324 {
11325 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11326 else puts (dlerror ());
11327 }
11328 /* dlclose (self); */
11329 }
11330 else
11331 puts (dlerror ());
11332
11333 return status;
11334}
11335_LT_EOF
11336 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11337 (eval $ac_link) 2>&5
11338 ac_status=$?
11339 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11340 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11341 (./conftest; exit; ) >&5 2>/dev/null
11342 lt_status=$?
11343 case x$lt_status in
11344 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11345 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11346 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11347 esac
11348 else :
11349 # compilation failed
11350 lt_cv_dlopen_self=no
d6416cdc 11351 fi
d6416cdc 11352fi
6bb11ab3
L
11353rm -fr conftest*
11354
11355
c28c63d8 11356fi
6bb11ab3
L
11357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11358$as_echo "$lt_cv_dlopen_self" >&6; }
c28c63d8 11359
6bb11ab3
L
11360 if test "x$lt_cv_dlopen_self" = xyes; then
11361 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11363$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11364if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 11365 $as_echo_n "(cached) " >&6
c28c63d8 11366else
6bb11ab3
L
11367 if test "$cross_compiling" = yes; then :
11368 lt_cv_dlopen_self_static=cross
11369else
11370 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11371 lt_status=$lt_dlunknown
11372 cat > conftest.$ac_ext <<_LT_EOF
2c2645d7 11373#line 11373 "configure"
6bb11ab3
L
11374#include "confdefs.h"
11375
11376#if HAVE_DLFCN_H
11377#include <dlfcn.h>
11378#endif
11379
11380#include <stdio.h>
11381
11382#ifdef RTLD_GLOBAL
11383# define LT_DLGLOBAL RTLD_GLOBAL
11384#else
11385# ifdef DL_GLOBAL
11386# define LT_DLGLOBAL DL_GLOBAL
11387# else
11388# define LT_DLGLOBAL 0
11389# endif
11390#endif
11391
11392/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11393 find out it does not work in some platform. */
11394#ifndef LT_DLLAZY_OR_NOW
11395# ifdef RTLD_LAZY
11396# define LT_DLLAZY_OR_NOW RTLD_LAZY
11397# else
11398# ifdef DL_LAZY
11399# define LT_DLLAZY_OR_NOW DL_LAZY
11400# else
11401# ifdef RTLD_NOW
11402# define LT_DLLAZY_OR_NOW RTLD_NOW
11403# else
11404# ifdef DL_NOW
11405# define LT_DLLAZY_OR_NOW DL_NOW
11406# else
11407# define LT_DLLAZY_OR_NOW 0
11408# endif
11409# endif
11410# endif
11411# endif
11412#endif
11413
11414/* When -fvisbility=hidden is used, assume the code has been annotated
11415 correspondingly for the symbols needed. */
11416#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11417void fnord () __attribute__((visibility("default")));
11418#endif
11419
11420void fnord () { int i=42; }
11421int main ()
11422{
11423 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11424 int status = $lt_dlunknown;
11425
11426 if (self)
11427 {
11428 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11429 else
11430 {
11431 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11432 else puts (dlerror ());
11433 }
11434 /* dlclose (self); */
11435 }
11436 else
11437 puts (dlerror ());
11438
11439 return status;
11440}
11441_LT_EOF
11442 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11443 (eval $ac_link) 2>&5
11444 ac_status=$?
11445 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11446 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11447 (./conftest; exit; ) >&5 2>/dev/null
11448 lt_status=$?
11449 case x$lt_status in
11450 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11451 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11452 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11453 esac
11454 else :
11455 # compilation failed
11456 lt_cv_dlopen_self_static=no
11457 fi
c28c63d8 11458fi
6bb11ab3
L
11459rm -fr conftest*
11460
11461
c28c63d8 11462fi
6bb11ab3
L
11463{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11464$as_echo "$lt_cv_dlopen_self_static" >&6; }
11465 fi
11466
11467 CPPFLAGS="$save_CPPFLAGS"
11468 LDFLAGS="$save_LDFLAGS"
11469 LIBS="$save_LIBS"
11470 ;;
11471 esac
11472
11473 case $lt_cv_dlopen_self in
11474 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11475 *) enable_dlopen_self=unknown ;;
11476 esac
11477
11478 case $lt_cv_dlopen_self_static in
11479 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11480 *) enable_dlopen_self_static=unknown ;;
11481 esac
11482fi
11483
11484
11485
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498
11499
11500striplib=
11501old_striplib=
11502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11503$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11504if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11505 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11506 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11508$as_echo "yes" >&6; }
11509else
11510# FIXME - insert some real tests, host_os isn't really good enough
11511 case $host_os in
11512 darwin*)
11513 if test -n "$STRIP" ; then
11514 striplib="$STRIP -x"
11515 old_striplib="$STRIP -S"
11516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11517$as_echo "yes" >&6; }
11518 else
11519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11520$as_echo "no" >&6; }
11521 fi
11522 ;;
11523 *)
11524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11525$as_echo "no" >&6; }
11526 ;;
11527 esac
11528fi
11529
11530
11531
11532
11533
11534
11535
11536
11537
11538
11539
11540
11541 # Report which library types will actually be built
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11543$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11545$as_echo "$can_build_shared" >&6; }
11546
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11548$as_echo_n "checking whether to build shared libraries... " >&6; }
11549 test "$can_build_shared" = "no" && enable_shared=no
11550
11551 # On AIX, shared libraries and static libraries use the same namespace, and
11552 # are all built from PIC.
11553 case $host_os in
11554 aix3*)
11555 test "$enable_shared" = yes && enable_static=no
11556 if test -n "$RANLIB"; then
11557 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11558 postinstall_cmds='$RANLIB $lib'
11559 fi
11560 ;;
11561
11562 aix[4-9]*)
11563 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11564 test "$enable_shared" = yes && enable_static=no
11565 fi
11566 ;;
11567 esac
11568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11569$as_echo "$enable_shared" >&6; }
11570
11571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11572$as_echo_n "checking whether to build static libraries... " >&6; }
11573 # Make sure either enable_shared or enable_static is yes.
11574 test "$enable_shared" = yes || enable_static=yes
11575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11576$as_echo "$enable_static" >&6; }
11577
11578
11579
11580
11581fi
11582ac_ext=c
11583ac_cpp='$CPP $CPPFLAGS'
11584ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11585ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11586ac_compiler_gnu=$ac_cv_c_compiler_gnu
11587
11588CC="$lt_save_CC"
11589
11590
11591
11592
11593
11594
11595
11596
11597
c28c63d8 11598
c28c63d8 11599
c28c63d8 11600
c28c63d8 11601
6bb11ab3
L
11602 ac_config_commands="$ac_config_commands libtool"
11603
11604
11605
11606
11607# Only expand once:
11608
11609
5912fadd 11610
c28c63d8 11611
c28c63d8
JB
11612
11613
31e6ad7d
MF
11614
11615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11616$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11617 # Check whether --enable-maintainer-mode was given.
81ecdfbb 11618if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
11619 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11620else
11621 USE_MAINTAINER_MODE=no
c28c63d8 11622fi
31e6ad7d
MF
11623
11624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11625$as_echo "$USE_MAINTAINER_MODE" >&6; }
11626 if test $USE_MAINTAINER_MODE = yes; then
11627 MAINTAINER_MODE_TRUE=
11628 MAINTAINER_MODE_FALSE='#'
c28c63d8 11629else
31e6ad7d
MF
11630 MAINTAINER_MODE_TRUE='#'
11631 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
11632fi
11633
31e6ad7d
MF
11634 MAINT=$MAINTAINER_MODE_TRUE
11635
11636
c28c63d8
JB
11637
11638
ce39bd38
MF
11639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11640$as_echo_n "checking for sim debug setting... " >&6; }
11641sim_debug="0"
81ecdfbb
RW
11642# Check whether --enable-sim-debug was given.
11643if test "${enable_sim_debug+set}" = set; then :
11644 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
11645 yes) sim_debug="7";;
11646 no) sim_debug="0";;
11647 *) sim_debug="($enableval)";;
c28c63d8 11648esac
c28c63d8 11649fi
ce39bd38
MF
11650if test "$sim_debug" != "0"; then
11651
11652cat >>confdefs.h <<_ACEOF
11653#define DEBUG $sim_debug
11654_ACEOF
11655
81ecdfbb
RW
11656fi
11657
ce39bd38
MF
11658cat >>confdefs.h <<_ACEOF
11659#define WITH_DEBUG $sim_debug
11660_ACEOF
11661
11662{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11663$as_echo "$sim_debug" >&6; }
c28c63d8
JB
11664
11665
ce39bd38
MF
11666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11667$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11668sim_stdio="0"
81ecdfbb
RW
11669# Check whether --enable-sim-stdio was given.
11670if test "${enable_sim_stdio+set}" = set; then :
11671 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
11672 yes) sim_stdio="DO_USE_STDIO";;
11673 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11674 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c28c63d8 11675esac
81ecdfbb
RW
11676fi
11677
ce39bd38
MF
11678cat >>confdefs.h <<_ACEOF
11679#define WITH_STDIO $sim_stdio
11680_ACEOF
11681
11682{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11683$as_echo "$sim_stdio" >&6; }
c28c63d8
JB
11684
11685
ce39bd38
MF
11686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11687$as_echo_n "checking for sim trace settings... " >&6; }
11688sim_trace="~TRACE_debug"
81ecdfbb
RW
11689# Check whether --enable-sim-trace was given.
11690if test "${enable_sim_trace+set}" = set; then :
11691 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
11692 yes) sim_trace="-1";;
11693 no) sim_trace="0";;
c28c63d8 11694 [-0-9]*)
ce39bd38 11695 sim_trace="'(${enableval})'";;
2232061b 11696 [[:lower:]]*)
c28c63d8
JB
11697 sim_trace=""
11698 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11699 if test x"$sim_trace" = x; then
ce39bd38 11700 sim_trace="(TRACE_$x"
c28c63d8
JB
11701 else
11702 sim_trace="${sim_trace}|TRACE_$x"
11703 fi
11704 done
ce39bd38 11705 sim_trace="$sim_trace)" ;;
c28c63d8 11706esac
81ecdfbb 11707fi
c28c63d8 11708
ce39bd38
MF
11709cat >>confdefs.h <<_ACEOF
11710#define WITH_TRACE $sim_trace
11711_ACEOF
11712
11713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11714$as_echo "$sim_trace" >&6; }
c28c63d8 11715
81ecdfbb 11716
ce39bd38
MF
11717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11718$as_echo_n "checking for sim profile settings... " >&6; }
11719profile="1"
11720sim_profile="-1"
81ecdfbb
RW
11721# Check whether --enable-sim-profile was given.
11722if test "${enable_sim_profile+set}" = set; then :
11723 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
11724 yes) profile="1" sim_profile="-1";;
11725 no) profile="0" sim_profile="0";;
c28c63d8 11726 [-0-9]*)
ce39bd38 11727 profile="(${enableval})" sim_profile="(${enableval})";;
c28c63d8 11728 [a-z]*)
ce39bd38 11729 profile="1"
c28c63d8
JB
11730 sim_profile=""
11731 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11732 if test x"$sim_profile" = x; then
ce39bd38 11733 sim_profile="(PROFILE_$x"
c28c63d8
JB
11734 else
11735 sim_profile="${sim_profile}|PROFILE_$x"
11736 fi
11737 done
ce39bd38 11738 sim_profile="$sim_profile)" ;;
c28c63d8 11739esac
81ecdfbb
RW
11740fi
11741
ce39bd38
MF
11742cat >>confdefs.h <<_ACEOF
11743#define PROFILE $profile
11744_ACEOF
c28c63d8
JB
11745
11746
ce39bd38
MF
11747cat >>confdefs.h <<_ACEOF
11748#define WITH_PROFILE $sim_profile
11749_ACEOF
11750
11751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11752$as_echo "$sim_profile" >&6; }
11753
11754
11755
11756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11757$as_echo_n "checking whether to enable sim asserts... " >&6; }
11758sim_assert="1"
35656e95
MF
11759# Check whether --enable-sim-assert was given.
11760if test "${enable_sim_assert+set}" = set; then :
11761 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
11762 yes) sim_assert="1";;
11763 no) sim_assert="0";;
d0ac1c44 11764 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 11765esac
35656e95
MF
11766fi
11767
ce39bd38
MF
11768cat >>confdefs.h <<_ACEOF
11769#define WITH_ASSERT $sim_assert
11770_ACEOF
11771
11772{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11773$as_echo "$sim_assert" >&6; }
11774
35656e95 11775
ce39bd38
MF
11776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11777$as_echo_n "checking default sim environment setting... " >&6; }
11778sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
11779# Check whether --enable-sim-environment was given.
11780if test "${enable_sim_environment+set}" = set; then :
11781 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
11782 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11783 user | USER) sim_environment="USER_ENVIRONMENT";;
11784 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11785 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11786 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 11787esac
16f7876d
MF
11788fi
11789
ce39bd38
MF
11790cat >>confdefs.h <<_ACEOF
11791#define WITH_ENVIRONMENT $sim_environment
11792_ACEOF
11793
11794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11795$as_echo "$sim_environment" >&6; }
11796
16f7876d 11797
347fe5bb
MF
11798sim_inline="-DDEFAULT_INLINE=0"
11799# Check whether --enable-sim-inline was given.
11800if test "${enable_sim_inline+set}" = set; then :
11801 enableval=$enable_sim_inline; sim_inline=""
11802case "$enableval" in
11803 no) sim_inline="-DDEFAULT_INLINE=0";;
11804 0) sim_inline="-DDEFAULT_INLINE=0";;
11805 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11806 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11807 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11808 new_flag=""
11809 case "$x" in
11810 *_INLINE=*) new_flag="-D$x";;
11811 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11812 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11813 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11814 esac
11815 if test x"$sim_inline" = x""; then
11816 sim_inline="$new_flag"
11817 else
11818 sim_inline="$sim_inline $new_flag"
11819 fi
11820 done;;
11821esac
11822if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11823 echo "Setting inline flags = $sim_inline" 6>&1
11824fi
11825fi
11826
11827
11828
c28c63d8 11829
81ecdfbb
RW
11830# Check whether --with-pkgversion was given.
11831if test "${with_pkgversion+set}" = set; then :
11832 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11833 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
c28c63d8
JB
11834 no) PKGVERSION= ;;
11835 *) PKGVERSION="($withval) " ;;
11836 esac
11837else
bf12d44e 11838 PKGVERSION="(SIM) "
c28c63d8 11839
81ecdfbb
RW
11840fi
11841
c28c63d8
JB
11842
11843
11844
11845
81ecdfbb
RW
11846# Check whether --with-bugurl was given.
11847if test "${with_bugurl+set}" = set; then :
11848 withval=$with_bugurl; case "$withval" in
d0ac1c44 11849 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
c28c63d8
JB
11850 no) BUGURL=
11851 ;;
11852 *) BUGURL="$withval"
11853 ;;
11854 esac
11855else
dfb856ba 11856 BUGURL="https://www.gnu.org/software/gdb/bugs/"
c28c63d8 11857
81ecdfbb
RW
11858fi
11859
c28c63d8
JB
11860 case ${BUGURL} in
11861 "")
11862 REPORT_BUGS_TO=
11863 REPORT_BUGS_TEXI=
11864 ;;
11865 *)
11866 REPORT_BUGS_TO="<$BUGURL>"
11867 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11868 ;;
11869 esac;
11870
11871
11872
11873
11874cat >>confdefs.h <<_ACEOF
11875#define PKGVERSION "$PKGVERSION"
11876_ACEOF
11877
11878
11879cat >>confdefs.h <<_ACEOF
11880#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11881_ACEOF
11882
11883
81ecdfbb
RW
11884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11885$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11886if ${ac_cv_type_signal+:} false; then :
81ecdfbb 11887 $as_echo_n "(cached) " >&6
c28c63d8 11888else
81ecdfbb 11889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
c28c63d8
JB
11890/* end confdefs.h. */
11891#include <sys/types.h>
11892#include <signal.h>
11893
11894int
11895main ()
11896{
81ecdfbb 11897return *(signal (0, 0)) (0) == 1;
c28c63d8
JB
11898 ;
11899 return 0;
11900}
11901_ACEOF
81ecdfbb
RW
11902if ac_fn_c_try_compile "$LINENO"; then :
11903 ac_cv_type_signal=int
d6416cdc 11904else
81ecdfbb 11905 ac_cv_type_signal=void
c28c63d8 11906fi
81ecdfbb 11907rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c28c63d8 11908fi
81ecdfbb
RW
11909{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11910$as_echo "$ac_cv_type_signal" >&6; }
c28c63d8
JB
11911
11912cat >>confdefs.h <<_ACEOF
11913#define RETSIGTYPE $ac_cv_type_signal
11914_ACEOF
11915
11916
11917
11918
11919
c28c63d8
JB
11920
11921
1ac72f06 11922wire_endian="BIG"
c28c63d8 11923default_endian=""
81ecdfbb
RW
11924# Check whether --enable-sim-endian was given.
11925if test "${enable_sim_endian+set}" = set; then :
11926 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
11927 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11928 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c28c63d8 11929 yes) if test x"$wire_endian" != x; then
1ac72f06 11930 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c28c63d8 11931 else
1ac72f06
MF
11932 if test x"$default_endian" != x; then
11933 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c28c63d8
JB
11934 else
11935 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 11936 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c28c63d8
JB
11937 fi
11938 fi;;
11939 no) if test x"$default_endian" != x; then
1ac72f06 11940 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c28c63d8
JB
11941 else
11942 if test x"$wire_endian" != x; then
1ac72f06 11943 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c28c63d8
JB
11944 else
11945 echo "No default endian for target $target" 1>&6
1ac72f06 11946 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c28c63d8
JB
11947 fi
11948 fi;;
d0ac1c44 11949 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c28c63d8
JB
11950esac
11951if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11952 echo "Setting endian flags = $sim_endian" 6>&1
11953fi
11954else
11955 if test x"$default_endian" != x; then
1ac72f06 11956 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c28c63d8
JB
11957else
11958 if test x"$wire_endian" != x; then
1ac72f06 11959 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c28c63d8
JB
11960 else
11961 sim_endian=
11962 fi
11963fi
81ecdfbb
RW
11964fi
11965
c28c63d8
JB
11966wire_alignment="STRICT_ALIGNMENT"
11967default_alignment="STRICT_ALIGNMENT"
11968
81ecdfbb
RW
11969# Check whether --enable-sim-alignment was given.
11970if test "${enable_sim_alignment+set}" = set; then :
11971 enableval=$enable_sim_alignment; case "${enableval}" in
c28c63d8
JB
11972 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11973 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11974 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11975 yes) if test x"$wire_alignment" != x; then
11976 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11977 else
11978 if test x"$default_alignment" != x; then
11979 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11980 else
11981 echo "No hard-wired alignment for target $target" 1>&6
11982 sim_alignment="-DWITH_ALIGNMENT=0"
11983 fi
11984 fi;;
11985 no) if test x"$default_alignment" != x; then
11986 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11987 else
11988 if test x"$wire_alignment" != x; then
11989 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11990 else
11991 echo "No default alignment for target $target" 1>&6
11992 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11993 fi
11994 fi;;
d0ac1c44 11995 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c28c63d8
JB
11996esac
11997if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11998 echo "Setting alignment flags = $sim_alignment" 6>&1
11999fi
12000else
12001 if test x"$default_alignment" != x; then
12002 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12003else
12004 if test x"$wire_alignment" != x; then
12005 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12006 else
12007 sim_alignment=
12008 fi
12009fi
81ecdfbb 12010fi
c28c63d8 12011
81ecdfbb 12012
c28c63d8 12013default_sim_scache="16384"
81ecdfbb
RW
12014# Check whether --enable-sim-scache was given.
12015if test "${enable_sim_scache+set}" = set; then :
12016 enableval=$enable_sim_scache; case "${enableval}" in
c28c63d8
JB
12017 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
12018 no) sim_scache="-DWITH_SCACHE=0" ;;
12019 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 12020 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
c28c63d8
JB
12021 sim_scache="";;
12022esac
12023if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
12024 echo "Setting scache size = $sim_scache" 6>&1
12025fi
12026else
12027 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
12028fi
12029
c28c63d8
JB
12030
12031
12032default_sim_default_model="lm32"
81ecdfbb
RW
12033# Check whether --enable-sim-default-model was given.
12034if test "${enable_sim_default_model+set}" = set; then :
12035 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 12036 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
c28c63d8
JB
12037 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
12038esac
12039if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
12040 echo "Setting default model = $sim_default_model" 6>&1
12041fi
12042else
12043 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb 12044fi
c28c63d8
JB
12045
12046
81ecdfbb 12047
5c1008a4
MF
12048# Check whether --enable-werror was given.
12049if test "${enable_werror+set}" = set; then :
12050 enableval=$enable_werror; case "${enableval}" in
12051 yes | y) ERROR_ON_WARNING="yes" ;;
12052 no | n) ERROR_ON_WARNING="no" ;;
12053 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12054 esac
12055fi
12056
12057
12058# Enable -Werror by default when using gcc
12059if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12060 ERROR_ON_WARNING=yes
12061fi
12062
12063WERROR_CFLAGS=""
12064
12065build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
12066-Wpointer-sign \
12067-Wno-unused -Wunused-value -Wunused-function \
12068-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
12069-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
12070-Wold-style-declaration -Wold-style-definition"
12071
12072# Enable -Wno-format by default when using gcc on mingw since many
12073# GCC versions complain about %I64.
12074case "${host}" in
12075 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
12076 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
12077esac
12078
12079# Check whether --enable-build-warnings was given.
12080if test "${enable_build_warnings+set}" = set; then :
12081 enableval=$enable_build_warnings; case "${enableval}" in
12082 yes) ;;
12083 no) build_warnings="-w";;
12084 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12085 build_warnings="${build_warnings} ${t}";;
12086 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12087 build_warnings="${t} ${build_warnings}";;
12088 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12089esac
12090if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12091 echo "Setting compiler warning flags = $build_warnings" 6>&1
12092fi
12093fi
12094# Check whether --enable-sim-build-warnings was given.
12095if test "${enable_sim_build_warnings+set}" = set; then :
12096 enableval=$enable_sim_build_warnings; case "${enableval}" in
12097 yes) ;;
12098 no) build_warnings="-w";;
12099 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12100 build_warnings="${build_warnings} ${t}";;
12101 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12102 build_warnings="${t} ${build_warnings}";;
12103 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12104esac
12105if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12106 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12107fi
12108fi
12109WARN_CFLAGS=""
12110if test "x${build_warnings}" != x -a "x$GCC" = xyes
12111then
12112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12113$as_echo_n "checking compiler warning flags... " >&6; }
12114 # Separate out the -Werror flag as some files just cannot be
12115 # compiled with it enabled.
12116 for w in ${build_warnings}; do
12117 case $w in
12118 -Werr*) WERROR_CFLAGS=-Werror ;;
12119 *) # Check that GCC accepts it
12120 saved_CFLAGS="$CFLAGS"
12121 CFLAGS="$CFLAGS $w"
12122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12123/* end confdefs.h. */
12124
12125int
12126main ()
12127{
12128
12129 ;
12130 return 0;
12131}
12132_ACEOF
12133if ac_fn_c_try_compile "$LINENO"; then :
12134 WARN_CFLAGS="${WARN_CFLAGS} $w"
12135fi
12136rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12137 CFLAGS="$saved_CFLAGS"
12138 esac
12139 done
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12141$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
12142fi
12143
12144
c28c63d8
JB
12145cgen_maint=no
12146cgen=guile
12147cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
12148# Check whether --enable-cgen-maint was given.
12149if test "${enable_cgen_maint+set}" = set; then :
12150 enableval=$enable_cgen_maint; case "${enableval}" in
c28c63d8
JB
12151 yes) cgen_maint=yes ;;
12152 no) cgen_maint=no ;;
12153 *)
7fb45a68
AB
12154 # Argument is a directory where cgen can be found. In some
12155 # future world cgen could be installable, but right now this
12156 # is not the case. Instead we assume the directory is a path
12157 # to the cgen source tree.
12158 cgen_maint=yes
12159 if test -r ${enableval}/iformat.scm; then
12160 # This looks like a cgen source tree.
12161 cgendir=${enableval}
12162 else
12163 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
12164 fi
c28c63d8
JB
12165 ;;
12166esac
81ecdfbb
RW
12167fi
12168if test x${cgen_maint} != xno ; then
c28c63d8
JB
12169 CGEN_MAINT=''
12170else
12171 CGEN_MAINT='#'
12172fi
12173
12174
12175
12176
12177
c28c63d8 12178if test ""; then
6ffe910a 12179 hardware=""
c28c63d8 12180else
6ffe910a 12181 hardware="cfi core pal glue"
c28c63d8 12182fi
6ffe910a 12183hardware="$hardware lm32cpu lm32timer lm32uart"
1517bd27 12184
c28c63d8
JB
12185sim_hw_cflags="-DWITH_HW=1"
12186sim_hw="$hardware"
12187sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 12188
81ecdfbb
RW
12189# Check whether --enable-sim-hardware was given.
12190if test "${enable_sim_hardware+set}" = set; then :
12191 enableval=$enable_sim_hardware;
30452bbe
MF
12192else
12193 enable_sim_hardware="yes"
1517bd27
MF
12194fi
12195
12196case ${enable_sim_hardware} in
64dd13df
MF
12197 yes|no) ;;
12198 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
12199 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
12200 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
c28c63d8 12201esac
1517bd27 12202
64dd13df 12203if test "$enable_sim_hardware" = no; then
c28c63d8
JB
12204 sim_hw_objs=
12205 sim_hw_cflags="-DWITH_HW=0"
12206 sim_hw=
12207else
12208 sim_hw_cflags="-DWITH_HW=1"
12209 # remove duplicates
12210 sim_hw=""
12211 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
12212 for i in $hardware ; do
12213 case " $sim_hw " in
12214 *" $i "*) ;;
12215 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
12216 esac
12217 done
1517bd27 12218 # mingw does not support sockser
1517bd27
MF
12219 case ${host} in
12220 *mingw*) ;;
49cd1634
MF
12221 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
12222 # that you instatiate. Instead, other code will call into it directly.
12223 # At some point, we should convert it over.
12224 sim_hw_objs="$sim_hw_objs dv-sockser.o"
c28c63d8 12225
1517bd27
MF
12226cat >>confdefs.h <<_ACEOF
12227#define HAVE_DV_SOCKSER 1
12228_ACEOF
81ecdfbb 12229
1517bd27
MF
12230 ;;
12231 esac
1517bd27
MF
12232 if test x"$silent" != x"yes"; then
12233 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
12234 fi
12235 case " $hardware " in
12236 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 12237$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 12238if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
12239 $as_echo_n "(cached) " >&6
12240else
12241 ac_check_lib_save_LIBS=$LIBS
12242LIBS="-lm $LIBS"
12243cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12244/* end confdefs.h. */
12245
12246/* Override any GCC internal prototype to avoid an error.
12247 Use char because int might match the return type of a GCC
12248 builtin and then its argument prototype would still apply. */
12249#ifdef __cplusplus
12250extern "C"
12251#endif
12252char log2 ();
12253int
12254main ()
12255{
12256return log2 ();
12257 ;
12258 return 0;
12259}
12260_ACEOF
12261if ac_fn_c_try_link "$LINENO"; then :
12262 ac_cv_lib_m_log2=yes
12263else
12264 ac_cv_lib_m_log2=no
12265fi
12266rm -f core conftest.err conftest.$ac_objext \
12267 conftest$ac_exeext conftest.$ac_ext
12268LIBS=$ac_check_lib_save_LIBS
12269fi
12270{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
12271$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 12272if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
12273 cat >>confdefs.h <<_ACEOF
12274#define HAVE_LIBM 1
12275_ACEOF
12276
12277 LIBS="-lm $LIBS"
12278
12279fi
12280;;
1517bd27
MF
12281 esac
12282fi
4399a56b 12283
c28c63d8
JB
12284
12285
c28c63d8
JB
12286cgen_breaks=""
12287if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12288cgen_breaks="break cgen_rtx_error";
12289fi
12290
81ecdfbb 12291ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
c28c63d8 12292
81ecdfbb 12293ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
c28c63d8 12294
81ecdfbb 12295ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
c28c63d8 12296
81ecdfbb 12297ac_config_commands="$ac_config_commands Makefile"
c28c63d8 12298
81ecdfbb 12299ac_config_commands="$ac_config_commands stamp-h"
c28c63d8 12300
760b3e8b
MF
12301
12302
12303
12304
12305
12306
12307
12308
12309
12310
12311
12312
c28c63d8
JB
12313cat >confcache <<\_ACEOF
12314# This file is a shell script that caches the results of configure
12315# tests run on this system so they can be shared between configure
12316# scripts and configure runs, see configure's option --config-cache.
12317# It is not useful on other systems. If it contains results you don't
12318# want to keep, you may remove or edit it.
12319#
12320# config.status only pays attention to the cache file if you give it
12321# the --recheck option to rerun configure.
12322#
12323# `ac_cv_env_foo' variables (set or unset) will be overridden when
12324# loading this file, other *unset* `ac_cv_foo' will be assigned the
12325# following values.
12326
12327_ACEOF
12328
12329# The following way of writing the cache mishandles newlines in values,
12330# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 12331# So, we kill variables containing newlines.
c28c63d8
JB
12332# Ultrix sh set writes to stderr and can't be redirected directly,
12333# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
12334(
12335 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12336 eval ac_val=\$$ac_var
12337 case $ac_val in #(
12338 *${as_nl}*)
12339 case $ac_var in #(
12340 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12341$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12342 esac
12343 case $ac_var in #(
12344 _ | IFS | as_nl) ;; #(
12345 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12346 *) { eval $ac_var=; unset $ac_var;} ;;
12347 esac ;;
12348 esac
12349 done
12350
c28c63d8 12351 (set) 2>&1 |
81ecdfbb
RW
12352 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12353 *${as_nl}ac_space=\ *)
12354 # `set' does not quote correctly, so add quotes: double-quote
12355 # substitution turns \\\\ into \\, and sed turns \\ into \.
c28c63d8
JB
12356 sed -n \
12357 "s/'/'\\\\''/g;
12358 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 12359 ;; #(
c28c63d8
JB
12360 *)
12361 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 12362 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
c28c63d8 12363 ;;
81ecdfbb
RW
12364 esac |
12365 sort
12366) |
c28c63d8 12367 sed '
81ecdfbb 12368 /^ac_cv_env_/b end
c28c63d8 12369 t clear
81ecdfbb 12370 :clear
c28c63d8
JB
12371 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12372 t end
81ecdfbb
RW
12373 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12374 :end' >>confcache
12375if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12376 if test -w "$cache_file"; then
d0ac1c44 12377 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
12378 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12379$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12380 if test ! -f "$cache_file" || test -h "$cache_file"; then
12381 cat confcache >"$cache_file"
12382 else
12383 case $cache_file in #(
12384 */* | ?:*)
12385 mv -f confcache "$cache_file"$$ &&
12386 mv -f "$cache_file"$$ "$cache_file" ;; #(
12387 *)
12388 mv -f confcache "$cache_file" ;;
12389 esac
12390 fi
12391 fi
c28c63d8 12392 else
81ecdfbb
RW
12393 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12394$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
c28c63d8
JB
12395 fi
12396fi
12397rm -f confcache
12398
12399test "x$prefix" = xNONE && prefix=$ac_default_prefix
12400# Let make expand exec_prefix.
12401test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12402
12403DEFS=-DHAVE_CONFIG_H
12404
12405ac_libobjs=
12406ac_ltlibobjs=
d0ac1c44 12407U=
c28c63d8
JB
12408for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12409 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
12410 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12411 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12412 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12413 # will be set to the directory where LIBOBJS objects are built.
12414 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12415 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
c28c63d8
JB
12416done
12417LIBOBJS=$ac_libobjs
12418
12419LTLIBOBJS=$ac_ltlibobjs
12420
12421
0cb8d851 12422
db2e4d67 12423if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 12424 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
12425Usually this means the macro was only invoked conditionally." "$LINENO" 5
12426fi
6bb11ab3 12427if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 12428 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
12429Usually this means the macro was only invoked conditionally." "$LINENO" 5
12430fi
31e6ad7d 12431if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 12432 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
12433Usually this means the macro was only invoked conditionally." "$LINENO" 5
12434fi
c28c63d8 12435
d0ac1c44 12436: "${CONFIG_STATUS=./config.status}"
81ecdfbb 12437ac_write_fail=0
c28c63d8
JB
12438ac_clean_files_save=$ac_clean_files
12439ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
12440{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12441$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12442as_write_fail=0
12443cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
c28c63d8
JB
12444#! $SHELL
12445# Generated by $as_me.
12446# Run this file to recreate the current configuration.
12447# Compiler output produced by configure, useful for debugging
12448# configure, is in config.log if it exists.
12449
12450debug=false
12451ac_cs_recheck=false
12452ac_cs_silent=false
c28c63d8 12453
81ecdfbb
RW
12454SHELL=\${CONFIG_SHELL-$SHELL}
12455export SHELL
12456_ASEOF
12457cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12458## -------------------- ##
12459## M4sh Initialization. ##
12460## -------------------- ##
12461
12462# Be more Bourne compatible
12463DUALCASE=1; export DUALCASE # for MKS sh
12464if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
c28c63d8
JB
12465 emulate sh
12466 NULLCMD=:
81ecdfbb 12467 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
c28c63d8
JB
12468 # is contrary to our usage. Disable this feature.
12469 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
12470 setopt NO_GLOB_SUBST
12471else
12472 case `(set -o) 2>/dev/null` in #(
12473 *posix*) :
12474 set -o posix ;; #(
12475 *) :
12476 ;;
12477esac
c28c63d8
JB
12478fi
12479
81ecdfbb
RW
12480
12481as_nl='
12482'
12483export as_nl
12484# Printing a long string crashes Solaris 7 /usr/bin/printf.
12485as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12486as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12487as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12488# Prefer a ksh shell builtin over an external printf program on Solaris,
12489# but without wasting forks for bash or zsh.
12490if test -z "$BASH_VERSION$ZSH_VERSION" \
12491 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12492 as_echo='print -r --'
12493 as_echo_n='print -rn --'
12494elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12495 as_echo='printf %s\n'
12496 as_echo_n='printf %s'
12497else
12498 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12499 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12500 as_echo_n='/usr/ucb/echo -n'
12501 else
12502 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12503 as_echo_n_body='eval
12504 arg=$1;
12505 case $arg in #(
12506 *"$as_nl"*)
12507 expr "X$arg" : "X\\(.*\\)$as_nl";
12508 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12509 esac;
12510 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12511 '
12512 export as_echo_n_body
12513 as_echo_n='sh -c $as_echo_n_body as_echo'
12514 fi
12515 export as_echo_body
12516 as_echo='sh -c $as_echo_body as_echo'
12517fi
12518
12519# The user is always right.
12520if test "${PATH_SEPARATOR+set}" != set; then
12521 PATH_SEPARATOR=:
12522 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12523 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12524 PATH_SEPARATOR=';'
12525 }
d6416cdc 12526fi
c28c63d8
JB
12527
12528
81ecdfbb
RW
12529# IFS
12530# We need space, tab and new line, in precisely that order. Quoting is
12531# there to prevent editors from complaining about space-tab.
12532# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12533# splitting by setting IFS to empty value.)
12534IFS=" "" $as_nl"
12535
12536# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12537as_myself=
81ecdfbb
RW
12538case $0 in #((
12539 *[\\/]* ) as_myself=$0 ;;
12540 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12541for as_dir in $PATH
12542do
12543 IFS=$as_save_IFS
12544 test -z "$as_dir" && as_dir=.
12545 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12546 done
12547IFS=$as_save_IFS
12548
12549 ;;
12550esac
12551# We did not find ourselves, most probably we were run as `sh COMMAND'
12552# in which case we are not to be found in the path.
12553if test "x$as_myself" = x; then
12554 as_myself=$0
12555fi
12556if test ! -f "$as_myself"; then
12557 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12558 exit 1
12559fi
12560
12561# Unset variables that we do not need and which cause bugs (e.g. in
12562# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12563# suppresses any "Segmentation fault" message there. '((' could
12564# trigger a bug in pdksh 5.2.14.
12565for as_var in BASH_ENV ENV MAIL MAILPATH
12566do eval test x\${$as_var+set} = xset \
12567 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12568done
d6416cdc
RW
12569PS1='$ '
12570PS2='> '
12571PS4='+ '
c28c63d8 12572
d6416cdc 12573# NLS nuisances.
81ecdfbb
RW
12574LC_ALL=C
12575export LC_ALL
12576LANGUAGE=C
12577export LANGUAGE
12578
12579# CDPATH.
12580(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12581
12582
d0ac1c44
SM
12583# as_fn_error STATUS ERROR [LINENO LOG_FD]
12584# ----------------------------------------
81ecdfbb
RW
12585# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12586# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12587# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
12588as_fn_error ()
12589{
d0ac1c44
SM
12590 as_status=$1; test $as_status -eq 0 && as_status=1
12591 if test "$4"; then
12592 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12593 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
c28c63d8 12594 fi
d0ac1c44 12595 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
12596 as_fn_exit $as_status
12597} # as_fn_error
12598
12599
12600# as_fn_set_status STATUS
12601# -----------------------
12602# Set $? to STATUS, without forking.
12603as_fn_set_status ()
12604{
12605 return $1
12606} # as_fn_set_status
12607
12608# as_fn_exit STATUS
12609# -----------------
12610# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12611as_fn_exit ()
12612{
12613 set +e
12614 as_fn_set_status $1
12615 exit $1
12616} # as_fn_exit
12617
12618# as_fn_unset VAR
12619# ---------------
12620# Portably unset VAR.
12621as_fn_unset ()
12622{
12623 { eval $1=; unset $1;}
12624}
12625as_unset=as_fn_unset
12626# as_fn_append VAR VALUE
12627# ----------------------
12628# Append the text in VALUE to the end of the definition contained in VAR. Take
12629# advantage of any shell optimizations that allow amortized linear growth over
12630# repeated appends, instead of the typical quadratic growth present in naive
12631# implementations.
12632if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12633 eval 'as_fn_append ()
12634 {
12635 eval $1+=\$2
12636 }'
12637else
12638 as_fn_append ()
12639 {
12640 eval $1=\$$1\$2
12641 }
12642fi # as_fn_append
12643
12644# as_fn_arith ARG...
12645# ------------------
12646# Perform arithmetic evaluation on the ARGs, and store the result in the
12647# global $as_val. Take advantage of shells that can avoid forks. The arguments
12648# must be portable across $(()) and expr.
12649if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12650 eval 'as_fn_arith ()
12651 {
12652 as_val=$(( $* ))
12653 }'
12654else
12655 as_fn_arith ()
12656 {
12657 as_val=`expr "$@" || test $? -eq 1`
12658 }
12659fi # as_fn_arith
c28c63d8 12660
81ecdfbb
RW
12661
12662if expr a : '\(a\)' >/dev/null 2>&1 &&
12663 test "X`expr 00001 : '.*\(...\)'`" = X001; then
c28c63d8
JB
12664 as_expr=expr
12665else
12666 as_expr=false
12667fi
12668
81ecdfbb 12669if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
c28c63d8
JB
12670 as_basename=basename
12671else
12672 as_basename=false
12673fi
12674
81ecdfbb
RW
12675if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12676 as_dirname=dirname
12677else
12678 as_dirname=false
12679fi
c28c63d8 12680
81ecdfbb 12681as_me=`$as_basename -- "$0" ||
c28c63d8
JB
12682$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12683 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
12684 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12685$as_echo X/"$0" |
12686 sed '/^.*\/\([^/][^/]*\)\/*$/{
12687 s//\1/
12688 q
12689 }
12690 /^X\/\(\/\/\)$/{
12691 s//\1/
12692 q
12693 }
12694 /^X\/\(\/\).*/{
12695 s//\1/
12696 q
12697 }
12698 s/.*/./; q'`
c28c63d8 12699
d6416cdc
RW
12700# Avoid depending upon Character Ranges.
12701as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12702as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12703as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12704as_cr_digits='0123456789'
12705as_cr_alnum=$as_cr_Letters$as_cr_digits
12706
81ecdfbb
RW
12707ECHO_C= ECHO_N= ECHO_T=
12708case `echo -n x` in #(((((
12709-n*)
12710 case `echo 'xy\c'` in
12711 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12712 xy) ECHO_C='\c';;
12713 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12714 ECHO_T=' ';;
12715 esac;;
12716*)
12717 ECHO_N='-n';;
c28c63d8 12718esac
d6416cdc 12719
81ecdfbb
RW
12720rm -f conf$$ conf$$.exe conf$$.file
12721if test -d conf$$.dir; then
12722 rm -f conf$$.dir/conf$$.file
c28c63d8 12723else
81ecdfbb
RW
12724 rm -f conf$$.dir
12725 mkdir conf$$.dir 2>/dev/null
c28c63d8 12726fi
81ecdfbb
RW
12727if (echo >conf$$.file) 2>/dev/null; then
12728 if ln -s conf$$.file conf$$ 2>/dev/null; then
d6416cdc 12729 as_ln_s='ln -s'
81ecdfbb
RW
12730 # ... but there are two gotchas:
12731 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12732 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12733 # In both cases, we have to default to `cp -pR'.
81ecdfbb 12734 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12735 as_ln_s='cp -pR'
81ecdfbb
RW
12736 elif ln conf$$.file conf$$ 2>/dev/null; then
12737 as_ln_s=ln
12738 else
d0ac1c44 12739 as_ln_s='cp -pR'
c28c63d8
JB
12740 fi
12741else
d0ac1c44 12742 as_ln_s='cp -pR'
c28c63d8 12743fi
81ecdfbb
RW
12744rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12745rmdir conf$$.dir 2>/dev/null
12746
12747
12748# as_fn_mkdir_p
12749# -------------
12750# Create "$as_dir" as a directory, including parents if necessary.
12751as_fn_mkdir_p ()
12752{
12753
12754 case $as_dir in #(
12755 -*) as_dir=./$as_dir;;
12756 esac
12757 test -d "$as_dir" || eval $as_mkdir_p || {
12758 as_dirs=
12759 while :; do
12760 case $as_dir in #(
12761 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12762 *) as_qdir=$as_dir;;
12763 esac
12764 as_dirs="'$as_qdir' $as_dirs"
12765 as_dir=`$as_dirname -- "$as_dir" ||
12766$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12767 X"$as_dir" : 'X\(//\)[^/]' \| \
12768 X"$as_dir" : 'X\(//\)$' \| \
12769 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12770$as_echo X"$as_dir" |
12771 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12772 s//\1/
12773 q
12774 }
12775 /^X\(\/\/\)[^/].*/{
12776 s//\1/
12777 q
12778 }
12779 /^X\(\/\/\)$/{
12780 s//\1/
12781 q
12782 }
12783 /^X\(\/\).*/{
12784 s//\1/
12785 q
12786 }
12787 s/.*/./; q'`
12788 test -d "$as_dir" && break
12789 done
12790 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12791 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
c28c63d8 12792
81ecdfbb
RW
12793
12794} # as_fn_mkdir_p
c28c63d8 12795if mkdir -p . 2>/dev/null; then
81ecdfbb 12796 as_mkdir_p='mkdir -p "$as_dir"'
c28c63d8
JB
12797else
12798 test -d ./-p && rmdir ./-p
12799 as_mkdir_p=false
12800fi
12801
d0ac1c44
SM
12802
12803# as_fn_executable_p FILE
12804# -----------------------
12805# Test if FILE is an executable regular file.
12806as_fn_executable_p ()
12807{
12808 test -f "$1" && test -x "$1"
12809} # as_fn_executable_p
12810as_test_x='test -x'
12811as_executable_p=as_fn_executable_p
c28c63d8
JB
12812
12813# Sed expression to map a string onto a valid CPP name.
12814as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12815
12816# Sed expression to map a string onto a valid variable name.
12817as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12818
12819
12820exec 6>&1
81ecdfbb
RW
12821## ----------------------------------- ##
12822## Main body of $CONFIG_STATUS script. ##
12823## ----------------------------------- ##
12824_ASEOF
12825test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12826
12827cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12828# Save the log message, to keep $0 and so on meaningful, and to
c28c63d8 12829# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
12830# values after options handling.
12831ac_log="
c28c63d8 12832This file was extended by $as_me, which was
d0ac1c44 12833generated by GNU Autoconf 2.69. Invocation command line was
c28c63d8
JB
12834
12835 CONFIG_FILES = $CONFIG_FILES
12836 CONFIG_HEADERS = $CONFIG_HEADERS
12837 CONFIG_LINKS = $CONFIG_LINKS
12838 CONFIG_COMMANDS = $CONFIG_COMMANDS
12839 $ $0 $@
12840
81ecdfbb
RW
12841on `(hostname || uname -n) 2>/dev/null | sed 1q`
12842"
12843
c28c63d8
JB
12844_ACEOF
12845
81ecdfbb
RW
12846case $ac_config_files in *"
12847"*) set x $ac_config_files; shift; ac_config_files=$*;;
12848esac
c28c63d8 12849
81ecdfbb
RW
12850case $ac_config_headers in *"
12851"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12852esac
c28c63d8
JB
12853
12854
81ecdfbb
RW
12855cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12856# Files that config.status was made for.
12857config_files="$ac_config_files"
12858config_headers="$ac_config_headers"
81ecdfbb 12859config_commands="$ac_config_commands"
c28c63d8 12860
81ecdfbb 12861_ACEOF
c28c63d8 12862
81ecdfbb 12863cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c28c63d8 12864ac_cs_usage="\
81ecdfbb
RW
12865\`$as_me' instantiates files and other configuration actions
12866from templates according to the current configuration. Unless the files
12867and actions are specified as TAGs, all are instantiated by default.
c28c63d8 12868
81ecdfbb 12869Usage: $0 [OPTION]... [TAG]...
c28c63d8
JB
12870
12871 -h, --help print this help, then exit
81ecdfbb 12872 -V, --version print version number and configuration settings, then exit
d0ac1c44 12873 --config print configuration, then exit
81ecdfbb
RW
12874 -q, --quiet, --silent
12875 do not print progress messages
c28c63d8
JB
12876 -d, --debug don't remove temporary files
12877 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
12878 --file=FILE[:TEMPLATE]
12879 instantiate the configuration file FILE
12880 --header=FILE[:TEMPLATE]
12881 instantiate the configuration header FILE
c28c63d8
JB
12882
12883Configuration files:
12884$config_files
12885
12886Configuration headers:
12887$config_headers
12888
c28c63d8
JB
12889Configuration commands:
12890$config_commands
12891
81ecdfbb 12892Report bugs to the package provider."
d6416cdc 12893
81ecdfbb
RW
12894_ACEOF
12895cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12896ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
c28c63d8
JB
12897ac_cs_version="\\
12898config.status
d0ac1c44
SM
12899configured by $0, generated by GNU Autoconf 2.69,
12900 with options \\"\$ac_cs_config\\"
c28c63d8 12901
d0ac1c44 12902Copyright (C) 2012 Free Software Foundation, Inc.
c28c63d8
JB
12903This config.status script is free software; the Free Software Foundation
12904gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
12905
12906ac_pwd='$ac_pwd'
12907srcdir='$srcdir'
12908INSTALL='$INSTALL'
6bb11ab3 12909AWK='$AWK'
81ecdfbb 12910test -n "\$AWK" || AWK=awk
c28c63d8
JB
12911_ACEOF
12912
81ecdfbb
RW
12913cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12914# The default lists apply if the user does not specify any file.
c28c63d8
JB
12915ac_need_defaults=:
12916while test $# != 0
12917do
12918 case $1 in
d0ac1c44 12919 --*=?*)
81ecdfbb
RW
12920 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12921 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
c28c63d8
JB
12922 ac_shift=:
12923 ;;
d0ac1c44
SM
12924 --*=)
12925 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12926 ac_optarg=
12927 ac_shift=:
12928 ;;
81ecdfbb 12929 *)
c28c63d8
JB
12930 ac_option=$1
12931 ac_optarg=$2
12932 ac_shift=shift
12933 ;;
12934 esac
12935
12936 case $ac_option in
12937 # Handling of the options.
12938 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12939 ac_cs_recheck=: ;;
81ecdfbb
RW
12940 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12941 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12942 --config | --confi | --conf | --con | --co | --c )
12943 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 12944 --debug | --debu | --deb | --de | --d | -d )
c28c63d8
JB
12945 debug=: ;;
12946 --file | --fil | --fi | --f )
12947 $ac_shift
81ecdfbb
RW
12948 case $ac_optarg in
12949 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12950 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
12951 esac
12952 as_fn_append CONFIG_FILES " '$ac_optarg'"
c28c63d8
JB
12953 ac_need_defaults=false;;
12954 --header | --heade | --head | --hea )
12955 $ac_shift
81ecdfbb
RW
12956 case $ac_optarg in
12957 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12958 esac
12959 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
c28c63d8 12960 ac_need_defaults=false;;
81ecdfbb
RW
12961 --he | --h)
12962 # Conflict between --help and --header
d0ac1c44 12963 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
12964Try \`$0 --help' for more information.";;
12965 --help | --hel | -h )
12966 $as_echo "$ac_cs_usage"; exit ;;
c28c63d8
JB
12967 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12968 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12969 ac_cs_silent=: ;;
12970
12971 # This is an error.
d0ac1c44 12972 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 12973Try \`$0 --help' for more information." ;;
c28c63d8 12974
81ecdfbb
RW
12975 *) as_fn_append ac_config_targets " $1"
12976 ac_need_defaults=false ;;
c28c63d8
JB
12977
12978 esac
12979 shift
12980done
12981
12982ac_configure_extra_args=
12983
12984if $ac_cs_silent; then
12985 exec 6>/dev/null
12986 ac_configure_extra_args="$ac_configure_extra_args --silent"
12987fi
12988
12989_ACEOF
81ecdfbb 12990cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
c28c63d8 12991if \$ac_cs_recheck; then
d0ac1c44 12992 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
12993 shift
12994 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12995 CONFIG_SHELL='$SHELL'
12996 export CONFIG_SHELL
12997 exec "\$@"
c28c63d8
JB
12998fi
12999
13000_ACEOF
81ecdfbb
RW
13001cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13002exec 5>>config.log
13003{
13004 echo
13005 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13006## Running $as_me. ##
13007_ASBOX
13008 $as_echo "$ac_log"
13009} >&5
c28c63d8 13010
81ecdfbb
RW
13011_ACEOF
13012cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
13013#
13014# INIT-COMMANDS
13015#
13016ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
13017
6bb11ab3
L
13018
13019# The HP-UX ksh and POSIX shell print the target directory to stdout
13020# if CDPATH is set.
13021(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13022
13023sed_quote_subst='$sed_quote_subst'
13024double_quote_subst='$double_quote_subst'
13025delay_variable_subst='$delay_variable_subst'
13026macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13027macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13028enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13029enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13030pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13031enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13032SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13033ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13034host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13035host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13036host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13037build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13038build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13039build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13040SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13041Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13042GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13043EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13044FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13045LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13046NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13047LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13048max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13049ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13050exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13051lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13052lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13053lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13054reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13055reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13056OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13057deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13058file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13059AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13060AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13061STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13062RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13063old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13064old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13065old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13066lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13067CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13068CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13069compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13070GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13071lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13072lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13073lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13074lt_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"`'
13075objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13076MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13077lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13078lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13079lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13080lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13081lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13082need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13083DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13084NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13085LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13086OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13087OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13088libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13089shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13090extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13091archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13092enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13093export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13094whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13095compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13096old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13097old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13098archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13099archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13100module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13101module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13102with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13103allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13104no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13105hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13106hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13107hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13108hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13109hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13110hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13111hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13112hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13113inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13114link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13115fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13116always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13117export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13118exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13119include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13120prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13121file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13122variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13123need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13124need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13125version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13126runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13127shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13128shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13129libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13130library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13131soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13132install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13133postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13134postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13135finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13136finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13137hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13138sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13139sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13140hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13141enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13142enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13143enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13144old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13145striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13146
13147LTCC='$LTCC'
13148LTCFLAGS='$LTCFLAGS'
13149compiler='$compiler_DEFAULT'
13150
13151# A function that is used when there is no print builtin or printf.
13152func_fallback_echo ()
13153{
13154 eval 'cat <<_LTECHO_EOF
13155\$1
13156_LTECHO_EOF'
13157}
13158
13159# Quote evaled strings.
13160for var in SHELL \
13161ECHO \
13162SED \
13163GREP \
13164EGREP \
13165FGREP \
13166LD \
13167NM \
13168LN_S \
13169lt_SP2NL \
13170lt_NL2SP \
13171reload_flag \
13172OBJDUMP \
13173deplibs_check_method \
13174file_magic_cmd \
13175AR \
13176AR_FLAGS \
13177STRIP \
13178RANLIB \
13179CC \
13180CFLAGS \
13181compiler \
13182lt_cv_sys_global_symbol_pipe \
13183lt_cv_sys_global_symbol_to_cdecl \
13184lt_cv_sys_global_symbol_to_c_name_address \
13185lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13186lt_prog_compiler_no_builtin_flag \
13187lt_prog_compiler_wl \
13188lt_prog_compiler_pic \
13189lt_prog_compiler_static \
13190lt_cv_prog_compiler_c_o \
13191need_locks \
13192DSYMUTIL \
13193NMEDIT \
13194LIPO \
13195OTOOL \
13196OTOOL64 \
13197shrext_cmds \
13198export_dynamic_flag_spec \
13199whole_archive_flag_spec \
13200compiler_needs_object \
13201with_gnu_ld \
13202allow_undefined_flag \
13203no_undefined_flag \
13204hardcode_libdir_flag_spec \
13205hardcode_libdir_flag_spec_ld \
13206hardcode_libdir_separator \
13207fix_srcfile_path \
13208exclude_expsyms \
13209include_expsyms \
13210file_list_spec \
13211variables_saved_for_relink \
13212libname_spec \
13213library_names_spec \
13214soname_spec \
13215install_override_mode \
13216finish_eval \
13217old_striplib \
13218striplib; do
13219 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13220 *[\\\\\\\`\\"\\\$]*)
13221 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13222 ;;
13223 *)
13224 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13225 ;;
13226 esac
13227done
13228
13229# Double-quote double-evaled strings.
13230for var in reload_cmds \
13231old_postinstall_cmds \
13232old_postuninstall_cmds \
13233old_archive_cmds \
13234extract_expsyms_cmds \
13235old_archive_from_new_cmds \
13236old_archive_from_expsyms_cmds \
13237archive_cmds \
13238archive_expsym_cmds \
13239module_cmds \
13240module_expsym_cmds \
13241export_symbols_cmds \
13242prelink_cmds \
13243postinstall_cmds \
13244postuninstall_cmds \
13245finish_cmds \
13246sys_lib_search_path_spec \
13247sys_lib_dlsearch_path_spec; do
13248 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13249 *[\\\\\\\`\\"\\\$]*)
13250 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13251 ;;
13252 *)
13253 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13254 ;;
13255 esac
13256done
13257
13258ac_aux_dir='$ac_aux_dir'
13259xsi_shell='$xsi_shell'
13260lt_shell_append='$lt_shell_append'
13261
13262# See if we are running on zsh, and set the options which allow our
13263# commands through without removal of \ escapes INIT.
13264if test -n "\${ZSH_VERSION+set}" ; then
13265 setopt NO_GLOB_SUBST
13266fi
13267
13268
13269 PACKAGE='$PACKAGE'
13270 VERSION='$VERSION'
13271 TIMESTAMP='$TIMESTAMP'
13272 RM='$RM'
13273 ofile='$ofile'
13274
13275
13276
13277
81ecdfbb 13278_ACEOF
c28c63d8 13279
81ecdfbb 13280cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c28c63d8 13281
81ecdfbb 13282# Handling of arguments.
c28c63d8
JB
13283for ac_config_target in $ac_config_targets
13284do
81ecdfbb
RW
13285 case $ac_config_target in
13286 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 13287 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 13288 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
13289 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13290 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13291 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13292 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13293 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13294
d0ac1c44 13295 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c28c63d8
JB
13296 esac
13297done
13298
81ecdfbb 13299
c28c63d8
JB
13300# If the user did not use the arguments to specify the items to instantiate,
13301# then the envvar interface is used. Set only those that are not.
13302# We use the long form for the default assignment because of an extremely
13303# bizarre bug on SunOS 4.1.3.
13304if $ac_need_defaults; then
13305 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13306 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
c28c63d8
JB
13307 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13308fi
13309
13310# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 13311# simply because there is no reason against having it here, and in addition,
c28c63d8 13312# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
13313# Hook for its removal unless debugging.
13314# Note that there is a small window in which the directory will not be cleaned:
13315# after its creation but before its name has been assigned to `$tmp'.
c28c63d8
JB
13316$debug ||
13317{
d0ac1c44 13318 tmp= ac_tmp=
81ecdfbb 13319 trap 'exit_status=$?
d0ac1c44
SM
13320 : "${ac_tmp:=$tmp}"
13321 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
13322' 0
13323 trap 'as_fn_exit 1' 1 2 13 15
c28c63d8
JB
13324}
13325# Create a (secure) tmp directory for tmp files.
13326
13327{
81ecdfbb 13328 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13329 test -d "$tmp"
c28c63d8
JB
13330} ||
13331{
81ecdfbb
RW
13332 tmp=./conf$$-$RANDOM
13333 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13334} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13335ac_tmp=$tmp
c28c63d8 13336
81ecdfbb
RW
13337# Set up the scripts for CONFIG_FILES section.
13338# No need to generate them if there are no CONFIG_FILES.
13339# This happens for instance with `./config.status config.h'.
13340if test -n "$CONFIG_FILES"; then
c28c63d8 13341
c28c63d8 13342
81ecdfbb
RW
13343ac_cr=`echo X | tr X '\015'`
13344# On cygwin, bash can eat \r inside `` if the user requested igncr.
13345# But we know of no other shell where ac_cr would be empty at this
13346# point, so we can use a bashism as a fallback.
13347if test "x$ac_cr" = x; then
13348 eval ac_cr=\$\'\\r\'
13349fi
13350ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13351if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13352 ac_cs_awk_cr='\\r'
81ecdfbb
RW
13353else
13354 ac_cs_awk_cr=$ac_cr
13355fi
c28c63d8 13356
d0ac1c44 13357echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
d6416cdc 13358_ACEOF
c28c63d8 13359
81ecdfbb
RW
13360
13361{
13362 echo "cat >conf$$subs.awk <<_ACEOF" &&
13363 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13364 echo "_ACEOF"
13365} >conf$$subs.sh ||
d0ac1c44
SM
13366 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13367ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
13368ac_delim='%!_!# '
13369for ac_last_try in false false false false false :; do
13370 . ./conf$$subs.sh ||
d0ac1c44 13371 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13372
13373 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13374 if test $ac_delim_n = $ac_delim_num; then
13375 break
13376 elif $ac_last_try; then
d0ac1c44 13377 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
13378 else
13379 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c28c63d8 13380 fi
81ecdfbb
RW
13381done
13382rm -f conf$$subs.sh
c28c63d8 13383
81ecdfbb 13384cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13385cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
c28c63d8 13386_ACEOF
81ecdfbb
RW
13387sed -n '
13388h
13389s/^/S["/; s/!.*/"]=/
13390p
13391g
13392s/^[^!]*!//
13393:repl
13394t repl
13395s/'"$ac_delim"'$//
13396t delim
13397:nl
13398h
d0ac1c44 13399s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13400t more1
13401s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13402p
13403n
13404b repl
13405:more1
13406s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13407p
13408g
13409s/.\{148\}//
13410t nl
13411:delim
13412h
d0ac1c44 13413s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
13414t more2
13415s/["\\]/\\&/g; s/^/"/; s/$/"/
13416p
13417b
13418:more2
13419s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13420p
13421g
13422s/.\{148\}//
13423t delim
13424' <conf$$subs.awk | sed '
13425/^[^""]/{
13426 N
13427 s/\n//
13428}
13429' >>$CONFIG_STATUS || ac_write_fail=1
13430rm -f conf$$subs.awk
13431cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13432_ACAWK
d0ac1c44 13433cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
13434 for (key in S) S_is_set[key] = 1
13435 FS = "\a"
c28c63d8 13436
81ecdfbb
RW
13437}
13438{
13439 line = $ 0
13440 nfields = split(line, field, "@")
13441 substed = 0
13442 len = length(field[1])
13443 for (i = 2; i < nfields; i++) {
13444 key = field[i]
13445 keylen = length(key)
13446 if (S_is_set[key]) {
13447 value = S[key]
13448 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13449 len += length(value) + length(field[++i])
13450 substed = 1
13451 } else
13452 len += 1 + keylen
13453 }
13454
13455 print line
13456}
c28c63d8 13457
81ecdfbb
RW
13458_ACAWK
13459_ACEOF
13460cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13461if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13462 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
d6416cdc 13463else
81ecdfbb 13464 cat
d0ac1c44
SM
13465fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13466 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 13467_ACEOF
c28c63d8 13468
d0ac1c44
SM
13469# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13470# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
13471# trailing colons and then remove the whole line if VPATH becomes empty
13472# (actually we leave an empty line to preserve line numbers).
13473if test "x$srcdir" = x.; then
d0ac1c44
SM
13474 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13475h
13476s///
13477s/^/:/
13478s/[ ]*$/:/
13479s/:\$(srcdir):/:/g
13480s/:\${srcdir}:/:/g
13481s/:@srcdir@:/:/g
13482s/^:*//
81ecdfbb 13483s/:*$//
d0ac1c44
SM
13484x
13485s/\(=[ ]*\).*/\1/
13486G
13487s/\n//
81ecdfbb
RW
13488s/^[^=]*=[ ]*$//
13489}'
13490fi
c28c63d8 13491
81ecdfbb
RW
13492cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13493fi # test -n "$CONFIG_FILES"
c28c63d8 13494
81ecdfbb
RW
13495# Set up the scripts for CONFIG_HEADERS section.
13496# No need to generate them if there are no CONFIG_HEADERS.
13497# This happens for instance with `./config.status Makefile'.
13498if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13499cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
13500BEGIN {
13501_ACEOF
c28c63d8 13502
81ecdfbb
RW
13503# Transform confdefs.h into an awk script `defines.awk', embedded as
13504# here-document in config.status, that substitutes the proper values into
13505# config.h.in to produce config.h.
d6416cdc 13506
81ecdfbb
RW
13507# Create a delimiter string that does not exist in confdefs.h, to ease
13508# handling of long lines.
13509ac_delim='%!_!# '
13510for ac_last_try in false false :; do
d0ac1c44
SM
13511 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13512 if test -z "$ac_tt"; then
81ecdfbb
RW
13513 break
13514 elif $ac_last_try; then
d0ac1c44 13515 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
c28c63d8 13516 else
81ecdfbb 13517 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c28c63d8 13518 fi
d6416cdc 13519done
81ecdfbb
RW
13520
13521# For the awk script, D is an array of macro values keyed by name,
13522# likewise P contains macro parameters if any. Preserve backslash
13523# newline sequences.
13524
13525ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13526sed -n '
13527s/.\{148\}/&'"$ac_delim"'/g
13528t rset
13529:rset
13530s/^[ ]*#[ ]*define[ ][ ]*/ /
13531t def
13532d
13533:def
13534s/\\$//
13535t bsnl
13536s/["\\]/\\&/g
13537s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13538D["\1"]=" \3"/p
13539s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13540d
13541:bsnl
13542s/["\\]/\\&/g
13543s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13544D["\1"]=" \3\\\\\\n"\\/p
13545t cont
13546s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13547t cont
13548d
13549:cont
13550n
13551s/.\{148\}/&'"$ac_delim"'/g
13552t clear
13553:clear
13554s/\\$//
13555t bsnlc
13556s/["\\]/\\&/g; s/^/"/; s/$/"/p
13557d
13558:bsnlc
13559s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13560b cont
13561' <confdefs.h | sed '
13562s/'"$ac_delim"'/"\\\
13563"/g' >>$CONFIG_STATUS || ac_write_fail=1
13564
13565cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13566 for (key in D) D_is_set[key] = 1
13567 FS = "\a"
13568}
13569/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13570 line = \$ 0
13571 split(line, arg, " ")
13572 if (arg[1] == "#") {
13573 defundef = arg[2]
13574 mac1 = arg[3]
13575 } else {
13576 defundef = substr(arg[1], 2)
13577 mac1 = arg[2]
13578 }
13579 split(mac1, mac2, "(") #)
13580 macro = mac2[1]
13581 prefix = substr(line, 1, index(line, defundef) - 1)
13582 if (D_is_set[macro]) {
13583 # Preserve the white space surrounding the "#".
13584 print prefix "define", macro P[macro] D[macro]
13585 next
13586 } else {
13587 # Replace #undef with comments. This is necessary, for example,
13588 # in the case of _POSIX_SOURCE, which is predefined and required
13589 # on some systems where configure will not decide to define it.
13590 if (defundef == "undef") {
13591 print "/*", prefix defundef, macro, "*/"
13592 next
13593 }
13594 }
13595}
13596{ print }
13597_ACAWK
c28c63d8 13598_ACEOF
81ecdfbb 13599cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13600 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 13601fi # test -n "$CONFIG_HEADERS"
c28c63d8
JB
13602
13603
99d8e879 13604eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
13605shift
13606for ac_tag
13607do
13608 case $ac_tag in
13609 :[FHLC]) ac_mode=$ac_tag; continue;;
13610 esac
13611 case $ac_mode$ac_tag in
13612 :[FHL]*:*);;
d0ac1c44 13613 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
13614 :[FH]-) ac_tag=-:-;;
13615 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c28c63d8 13616 esac
81ecdfbb
RW
13617 ac_save_IFS=$IFS
13618 IFS=:
13619 set x $ac_tag
13620 IFS=$ac_save_IFS
13621 shift
13622 ac_file=$1
13623 shift
c28c63d8 13624
81ecdfbb
RW
13625 case $ac_mode in
13626 :L) ac_source=$1;;
13627 :[FH])
13628 ac_file_inputs=
13629 for ac_f
13630 do
13631 case $ac_f in
d0ac1c44 13632 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
13633 *) # Look for the file first in the build tree, then in the source tree
13634 # (if the path is not absolute). The absolute path cannot be DOS-style,
13635 # because $ac_f cannot contain `:'.
13636 test -f "$ac_f" ||
13637 case $ac_f in
13638 [\\/$]*) false;;
13639 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13640 esac ||
d0ac1c44 13641 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
c28c63d8 13642 esac
81ecdfbb
RW
13643 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13644 as_fn_append ac_file_inputs " '$ac_f'"
13645 done
c28c63d8 13646
81ecdfbb
RW
13647 # Let's still pretend it is `configure' which instantiates (i.e., don't
13648 # use $as_me), people would be surprised to read:
13649 # /* config.h. Generated by config.status. */
13650 configure_input='Generated from '`
13651 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13652 `' by configure.'
13653 if test x"$ac_file" != x-; then
13654 configure_input="$ac_file. $configure_input"
13655 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13656$as_echo "$as_me: creating $ac_file" >&6;}
13657 fi
13658 # Neutralize special characters interpreted by sed in replacement strings.
13659 case $configure_input in #(
13660 *\&* | *\|* | *\\* )
13661 ac_sed_conf_input=`$as_echo "$configure_input" |
13662 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13663 *) ac_sed_conf_input=$configure_input;;
13664 esac
c28c63d8 13665
81ecdfbb 13666 case $ac_tag in
d0ac1c44
SM
13667 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13668 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
13669 esac
13670 ;;
13671 esac
c28c63d8 13672
81ecdfbb 13673 ac_dir=`$as_dirname -- "$ac_file" ||
c28c63d8
JB
13674$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13675 X"$ac_file" : 'X\(//\)[^/]' \| \
13676 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
13677 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13678$as_echo X"$ac_file" |
13679 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13680 s//\1/
13681 q
13682 }
13683 /^X\(\/\/\)[^/].*/{
13684 s//\1/
13685 q
13686 }
13687 /^X\(\/\/\)$/{
13688 s//\1/
13689 q
13690 }
13691 /^X\(\/\).*/{
13692 s//\1/
13693 q
13694 }
13695 s/.*/./; q'`
13696 as_dir="$ac_dir"; as_fn_mkdir_p
c28c63d8
JB
13697 ac_builddir=.
13698
81ecdfbb
RW
13699case "$ac_dir" in
13700.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13701*)
13702 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13703 # A ".." for each directory in $ac_dir_suffix.
13704 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13705 case $ac_top_builddir_sub in
13706 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13707 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13708 esac ;;
13709esac
13710ac_abs_top_builddir=$ac_pwd
13711ac_abs_builddir=$ac_pwd$ac_dir_suffix
13712# for backward compatibility:
13713ac_top_builddir=$ac_top_build_prefix
c28c63d8
JB
13714
13715case $srcdir in
81ecdfbb 13716 .) # We are building in place.
c28c63d8 13717 ac_srcdir=.
81ecdfbb
RW
13718 ac_top_srcdir=$ac_top_builddir_sub
13719 ac_abs_top_srcdir=$ac_pwd ;;
13720 [\\/]* | ?:[\\/]* ) # Absolute name.
c28c63d8 13721 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
13722 ac_top_srcdir=$srcdir
13723 ac_abs_top_srcdir=$srcdir ;;
13724 *) # Relative name.
13725 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13726 ac_top_srcdir=$ac_top_build_prefix$srcdir
13727 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
c28c63d8 13728esac
81ecdfbb 13729ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
c28c63d8
JB
13730
13731
81ecdfbb
RW
13732 case $ac_mode in
13733 :F)
13734 #
13735 # CONFIG_FILE
13736 #
c28c63d8 13737
81ecdfbb
RW
13738 case $INSTALL in
13739 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13740 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c28c63d8 13741 esac
81ecdfbb 13742_ACEOF
c28c63d8 13743
81ecdfbb
RW
13744cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13745# If the template does not know about datarootdir, expand it.
13746# FIXME: This hack should be removed a few years after 2.60.
13747ac_datarootdir_hack=; ac_datarootdir_seen=
13748ac_sed_dataroot='
13749/datarootdir/ {
13750 p
13751 q
13752}
13753/@datadir@/p
13754/@docdir@/p
13755/@infodir@/p
13756/@localedir@/p
13757/@mandir@/p'
13758case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13759*datarootdir*) ac_datarootdir_seen=yes;;
13760*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13761 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13762$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13763_ACEOF
13764cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13765 ac_datarootdir_hack='
13766 s&@datadir@&$datadir&g
13767 s&@docdir@&$docdir&g
13768 s&@infodir@&$infodir&g
13769 s&@localedir@&$localedir&g
13770 s&@mandir@&$mandir&g
13771 s&\\\${datarootdir}&$datarootdir&g' ;;
13772esac
d6416cdc 13773_ACEOF
c28c63d8 13774
81ecdfbb
RW
13775# Neutralize VPATH when `$srcdir' = `.'.
13776# Shell code in configure.ac might set extrasub.
13777# FIXME: do we really want to maintain this feature?
13778cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13779ac_sed_extra="$ac_vpsub
13780$extrasub
13781_ACEOF
13782cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13783:t
13784/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13785s|@configure_input@|$ac_sed_conf_input|;t t
13786s&@top_builddir@&$ac_top_builddir_sub&;t t
13787s&@top_build_prefix@&$ac_top_build_prefix&;t t
13788s&@srcdir@&$ac_srcdir&;t t
13789s&@abs_srcdir@&$ac_abs_srcdir&;t t
13790s&@top_srcdir@&$ac_top_srcdir&;t t
13791s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13792s&@builddir@&$ac_builddir&;t t
13793s&@abs_builddir@&$ac_abs_builddir&;t t
13794s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13795s&@INSTALL@&$ac_INSTALL&;t t
13796$ac_datarootdir_hack
13797"
d0ac1c44
SM
13798eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13799 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13800
13801test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13802 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13803 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13804 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 13805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13806which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 13807$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13808which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 13809
d0ac1c44 13810 rm -f "$ac_tmp/stdin"
81ecdfbb 13811 case $ac_file in
d0ac1c44
SM
13812 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13813 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 13814 esac \
d0ac1c44 13815 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
13816 ;;
13817 :H)
13818 #
13819 # CONFIG_HEADER
13820 #
13821 if test x"$ac_file" != x-; then
13822 {
13823 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13824 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13825 } >"$ac_tmp/config.h" \
13826 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13827 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
13828 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13829$as_echo "$as_me: $ac_file is unchanged" >&6;}
13830 else
13831 rm -f "$ac_file"
d0ac1c44
SM
13832 mv "$ac_tmp/config.h" "$ac_file" \
13833 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 13834 fi
c28c63d8 13835 else
81ecdfbb 13836 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13837 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13838 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
13839 fi
13840 ;;
c28c63d8 13841
81ecdfbb
RW
13842 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13843$as_echo "$as_me: executing $ac_file commands" >&6;}
13844 ;;
13845 esac
c28c63d8
JB
13846
13847
81ecdfbb 13848 case $ac_file$ac_mode in
db2e4d67 13849 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
13850 "libtool":C)
13851
13852 # See if we are running on zsh, and set the options which allow our
13853 # commands through without removal of \ escapes.
13854 if test -n "${ZSH_VERSION+set}" ; then
13855 setopt NO_GLOB_SUBST
13856 fi
13857
13858 cfgfile="${ofile}T"
13859 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13860 $RM "$cfgfile"
13861
13862 cat <<_LT_EOF >> "$cfgfile"
13863#! $SHELL
13864
13865# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13866# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13867# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13868# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13869#
13870# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13871# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13872# Written by Gordon Matzigkeit, 1996
13873#
13874# This file is part of GNU Libtool.
13875#
13876# GNU Libtool is free software; you can redistribute it and/or
13877# modify it under the terms of the GNU General Public License as
13878# published by the Free Software Foundation; either version 2 of
13879# the License, or (at your option) any later version.
13880#
13881# As a special exception to the GNU General Public License,
13882# if you distribute this file as part of a program or library that
13883# is built using GNU Libtool, you may include this file under the
13884# same distribution terms that you use for the rest of that program.
13885#
13886# GNU Libtool is distributed in the hope that it will be useful,
13887# but WITHOUT ANY WARRANTY; without even the implied warranty of
13888# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13889# GNU General Public License for more details.
13890#
13891# You should have received a copy of the GNU General Public License
13892# along with GNU Libtool; see the file COPYING. If not, a copy
13893# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13894# obtained by writing to the Free Software Foundation, Inc.,
13895# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13896
13897
13898# The names of the tagged configurations supported by this script.
13899available_tags=""
13900
13901# ### BEGIN LIBTOOL CONFIG
13902
13903# Which release of libtool.m4 was used?
13904macro_version=$macro_version
13905macro_revision=$macro_revision
13906
13907# Whether or not to build shared libraries.
13908build_libtool_libs=$enable_shared
13909
13910# Whether or not to build static libraries.
13911build_old_libs=$enable_static
13912
13913# What type of objects to build.
13914pic_mode=$pic_mode
13915
13916# Whether or not to optimize for fast installation.
13917fast_install=$enable_fast_install
13918
13919# Shell to use when invoking shell scripts.
13920SHELL=$lt_SHELL
13921
13922# An echo program that protects backslashes.
13923ECHO=$lt_ECHO
13924
13925# The host system.
13926host_alias=$host_alias
13927host=$host
13928host_os=$host_os
13929
13930# The build system.
13931build_alias=$build_alias
13932build=$build
13933build_os=$build_os
13934
13935# A sed program that does not truncate output.
13936SED=$lt_SED
13937
13938# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13939Xsed="\$SED -e 1s/^X//"
13940
13941# A grep program that handles long lines.
13942GREP=$lt_GREP
13943
13944# An ERE matcher.
13945EGREP=$lt_EGREP
13946
13947# A literal string matcher.
13948FGREP=$lt_FGREP
13949
13950# A BSD- or MS-compatible name lister.
13951NM=$lt_NM
13952
13953# Whether we need soft or hard links.
13954LN_S=$lt_LN_S
13955
13956# What is the maximum length of a command?
13957max_cmd_len=$max_cmd_len
13958
13959# Object file suffix (normally "o").
13960objext=$ac_objext
13961
13962# Executable file suffix (normally "").
13963exeext=$exeext
13964
13965# whether the shell understands "unset".
13966lt_unset=$lt_unset
13967
13968# turn spaces into newlines.
13969SP2NL=$lt_lt_SP2NL
13970
13971# turn newlines into spaces.
13972NL2SP=$lt_lt_NL2SP
13973
13974# An object symbol dumper.
13975OBJDUMP=$lt_OBJDUMP
13976
13977# Method to check whether dependent libraries are shared objects.
13978deplibs_check_method=$lt_deplibs_check_method
13979
13980# Command to use when deplibs_check_method == "file_magic".
13981file_magic_cmd=$lt_file_magic_cmd
13982
13983# The archiver.
13984AR=$lt_AR
13985AR_FLAGS=$lt_AR_FLAGS
13986
13987# A symbol stripping program.
13988STRIP=$lt_STRIP
13989
13990# Commands used to install an old-style archive.
13991RANLIB=$lt_RANLIB
13992old_postinstall_cmds=$lt_old_postinstall_cmds
13993old_postuninstall_cmds=$lt_old_postuninstall_cmds
13994
13995# Whether to use a lock for old archive extraction.
13996lock_old_archive_extraction=$lock_old_archive_extraction
13997
13998# A C compiler.
13999LTCC=$lt_CC
14000
14001# LTCC compiler flags.
14002LTCFLAGS=$lt_CFLAGS
14003
14004# Take the output of nm and produce a listing of raw symbols and C names.
14005global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14006
14007# Transform the output of nm in a proper C declaration.
14008global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14009
14010# Transform the output of nm in a C name address pair.
14011global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14012
14013# Transform the output of nm in a C name address pair when lib prefix is needed.
14014global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14015
14016# The name of the directory that contains temporary libtool files.
14017objdir=$objdir
14018
14019# Used to examine libraries when file_magic_cmd begins with "file".
14020MAGIC_CMD=$MAGIC_CMD
14021
14022# Must we lock files when doing compilation?
14023need_locks=$lt_need_locks
14024
14025# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14026DSYMUTIL=$lt_DSYMUTIL
14027
14028# Tool to change global to local symbols on Mac OS X.
14029NMEDIT=$lt_NMEDIT
14030
14031# Tool to manipulate fat objects and archives on Mac OS X.
14032LIPO=$lt_LIPO
14033
14034# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14035OTOOL=$lt_OTOOL
14036
14037# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14038OTOOL64=$lt_OTOOL64
14039
14040# Old archive suffix (normally "a").
14041libext=$libext
14042
14043# Shared library suffix (normally ".so").
14044shrext_cmds=$lt_shrext_cmds
14045
14046# The commands to extract the exported symbol list from a shared archive.
14047extract_expsyms_cmds=$lt_extract_expsyms_cmds
14048
14049# Variables whose values should be saved in libtool wrapper scripts and
14050# restored at link time.
14051variables_saved_for_relink=$lt_variables_saved_for_relink
14052
14053# Do we need the "lib" prefix for modules?
14054need_lib_prefix=$need_lib_prefix
14055
14056# Do we need a version for libraries?
14057need_version=$need_version
14058
14059# Library versioning type.
14060version_type=$version_type
14061
14062# Shared library runtime path variable.
14063runpath_var=$runpath_var
14064
14065# Shared library path variable.
14066shlibpath_var=$shlibpath_var
14067
14068# Is shlibpath searched before the hard-coded library search path?
14069shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14070
14071# Format of library name prefix.
14072libname_spec=$lt_libname_spec
14073
14074# List of archive names. First name is the real one, the rest are links.
14075# The last name is the one that the linker finds with -lNAME
14076library_names_spec=$lt_library_names_spec
14077
14078# The coded name of the library, if different from the real name.
14079soname_spec=$lt_soname_spec
14080
14081# Permission mode override for installation of shared libraries.
14082install_override_mode=$lt_install_override_mode
14083
14084# Command to use after installation of a shared archive.
14085postinstall_cmds=$lt_postinstall_cmds
14086
14087# Command to use after uninstallation of a shared archive.
14088postuninstall_cmds=$lt_postuninstall_cmds
14089
14090# Commands used to finish a libtool library installation in a directory.
14091finish_cmds=$lt_finish_cmds
14092
14093# As "finish_cmds", except a single script fragment to be evaled but
14094# not shown.
14095finish_eval=$lt_finish_eval
14096
14097# Whether we should hardcode library paths into libraries.
14098hardcode_into_libs=$hardcode_into_libs
14099
14100# Compile-time system search path for libraries.
14101sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14102
14103# Run-time system search path for libraries.
14104sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14105
14106# Whether dlopen is supported.
14107dlopen_support=$enable_dlopen
14108
14109# Whether dlopen of programs is supported.
14110dlopen_self=$enable_dlopen_self
14111
14112# Whether dlopen of statically linked programs is supported.
14113dlopen_self_static=$enable_dlopen_self_static
14114
14115# Commands to strip libraries.
14116old_striplib=$lt_old_striplib
14117striplib=$lt_striplib
14118
14119
14120# The linker used to build libraries.
14121LD=$lt_LD
14122
14123# How to create reloadable object files.
14124reload_flag=$lt_reload_flag
14125reload_cmds=$lt_reload_cmds
14126
14127# Commands used to build an old-style archive.
14128old_archive_cmds=$lt_old_archive_cmds
14129
14130# A language specific compiler.
14131CC=$lt_compiler
14132
14133# Is the compiler the GNU compiler?
14134with_gcc=$GCC
14135
14136# Compiler flag to turn off builtin functions.
14137no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14138
14139# How to pass a linker flag through the compiler.
14140wl=$lt_lt_prog_compiler_wl
14141
14142# Additional compiler flags for building library objects.
14143pic_flag=$lt_lt_prog_compiler_pic
14144
14145# Compiler flag to prevent dynamic linking.
14146link_static_flag=$lt_lt_prog_compiler_static
14147
14148# Does compiler simultaneously support -c and -o options?
14149compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14150
14151# Whether or not to add -lc for building shared libraries.
14152build_libtool_need_lc=$archive_cmds_need_lc
14153
14154# Whether or not to disallow shared libs when runtime libs are static.
14155allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14156
14157# Compiler flag to allow reflexive dlopens.
14158export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14159
14160# Compiler flag to generate shared objects directly from archives.
14161whole_archive_flag_spec=$lt_whole_archive_flag_spec
14162
14163# Whether the compiler copes with passing no objects directly.
14164compiler_needs_object=$lt_compiler_needs_object
14165
14166# Create an old-style archive from a shared archive.
14167old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14168
14169# Create a temporary old-style archive to link instead of a shared archive.
14170old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14171
14172# Commands used to build a shared archive.
14173archive_cmds=$lt_archive_cmds
14174archive_expsym_cmds=$lt_archive_expsym_cmds
14175
14176# Commands used to build a loadable module if different from building
14177# a shared archive.
14178module_cmds=$lt_module_cmds
14179module_expsym_cmds=$lt_module_expsym_cmds
14180
14181# Whether we are building with GNU ld or not.
14182with_gnu_ld=$lt_with_gnu_ld
14183
14184# Flag that allows shared libraries with undefined symbols to be built.
14185allow_undefined_flag=$lt_allow_undefined_flag
14186
14187# Flag that enforces no undefined symbols.
14188no_undefined_flag=$lt_no_undefined_flag
14189
14190# Flag to hardcode \$libdir into a binary during linking.
14191# This must work even if \$libdir does not exist
14192hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14193
14194# If ld is used when linking, flag to hardcode \$libdir into a binary
14195# during linking. This must work even if \$libdir does not exist.
14196hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14197
14198# Whether we need a single "-rpath" flag with a separated argument.
14199hardcode_libdir_separator=$lt_hardcode_libdir_separator
14200
14201# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14202# DIR into the resulting binary.
14203hardcode_direct=$hardcode_direct
14204
14205# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14206# DIR into the resulting binary and the resulting library dependency is
14207# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14208# library is relocated.
14209hardcode_direct_absolute=$hardcode_direct_absolute
14210
14211# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14212# into the resulting binary.
14213hardcode_minus_L=$hardcode_minus_L
14214
14215# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14216# into the resulting binary.
14217hardcode_shlibpath_var=$hardcode_shlibpath_var
14218
14219# Set to "yes" if building a shared library automatically hardcodes DIR
14220# into the library and all subsequent libraries and executables linked
14221# against it.
14222hardcode_automatic=$hardcode_automatic
14223
14224# Set to yes if linker adds runtime paths of dependent libraries
14225# to runtime path list.
14226inherit_rpath=$inherit_rpath
14227
14228# Whether libtool must link a program against all its dependency libraries.
14229link_all_deplibs=$link_all_deplibs
14230
14231# Fix the shell variable \$srcfile for the compiler.
14232fix_srcfile_path=$lt_fix_srcfile_path
14233
14234# Set to "yes" if exported symbols are required.
14235always_export_symbols=$always_export_symbols
14236
14237# The commands to list exported symbols.
14238export_symbols_cmds=$lt_export_symbols_cmds
14239
14240# Symbols that should not be listed in the preloaded symbols.
14241exclude_expsyms=$lt_exclude_expsyms
14242
14243# Symbols that must always be exported.
14244include_expsyms=$lt_include_expsyms
14245
14246# Commands necessary for linking programs (against libraries) with templates.
14247prelink_cmds=$lt_prelink_cmds
14248
14249# Specify filename containing input files.
14250file_list_spec=$lt_file_list_spec
14251
14252# How to hardcode a shared library path into an executable.
14253hardcode_action=$hardcode_action
14254
14255# ### END LIBTOOL CONFIG
14256
14257_LT_EOF
14258
14259 case $host_os in
14260 aix3*)
14261 cat <<\_LT_EOF >> "$cfgfile"
14262# AIX sometimes has problems with the GCC collect2 program. For some
14263# reason, if we set the COLLECT_NAMES environment variable, the problems
14264# vanish in a puff of smoke.
14265if test "X${COLLECT_NAMES+set}" != Xset; then
14266 COLLECT_NAMES=
14267 export COLLECT_NAMES
14268fi
14269_LT_EOF
14270 ;;
14271 esac
14272
14273
14274ltmain="$ac_aux_dir/ltmain.sh"
14275
14276
14277 # We use sed instead of cat because bash on DJGPP gets confused if
14278 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14279 # text mode, it properly converts lines to CR/LF. This bash problem
14280 # is reportedly fixed, but why not run on old versions too?
14281 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14282 || (rm -f "$cfgfile"; exit 1)
14283
14284 case $xsi_shell in
14285 yes)
14286 cat << \_LT_EOF >> "$cfgfile"
14287
14288# func_dirname file append nondir_replacement
14289# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14290# otherwise set result to NONDIR_REPLACEMENT.
14291func_dirname ()
14292{
14293 case ${1} in
14294 */*) func_dirname_result="${1%/*}${2}" ;;
14295 * ) func_dirname_result="${3}" ;;
14296 esac
14297}
14298
14299# func_basename file
14300func_basename ()
14301{
14302 func_basename_result="${1##*/}"
14303}
14304
14305# func_dirname_and_basename file append nondir_replacement
14306# perform func_basename and func_dirname in a single function
14307# call:
14308# dirname: Compute the dirname of FILE. If nonempty,
14309# add APPEND to the result, otherwise set result
14310# to NONDIR_REPLACEMENT.
14311# value returned in "$func_dirname_result"
14312# basename: Compute filename of FILE.
14313# value retuned in "$func_basename_result"
14314# Implementation must be kept synchronized with func_dirname
14315# and func_basename. For efficiency, we do not delegate to
14316# those functions but instead duplicate the functionality here.
14317func_dirname_and_basename ()
14318{
14319 case ${1} in
14320 */*) func_dirname_result="${1%/*}${2}" ;;
14321 * ) func_dirname_result="${3}" ;;
14322 esac
14323 func_basename_result="${1##*/}"
14324}
14325
14326# func_stripname prefix suffix name
14327# strip PREFIX and SUFFIX off of NAME.
14328# PREFIX and SUFFIX must not contain globbing or regex special
14329# characters, hashes, percent signs, but SUFFIX may contain a leading
14330# dot (in which case that matches only a dot).
14331func_stripname ()
14332{
14333 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14334 # positional parameters, so assign one to ordinary parameter first.
14335 func_stripname_result=${3}
14336 func_stripname_result=${func_stripname_result#"${1}"}
14337 func_stripname_result=${func_stripname_result%"${2}"}
14338}
14339
14340# func_opt_split
14341func_opt_split ()
14342{
14343 func_opt_split_opt=${1%%=*}
14344 func_opt_split_arg=${1#*=}
14345}
14346
14347# func_lo2o object
14348func_lo2o ()
14349{
14350 case ${1} in
14351 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14352 *) func_lo2o_result=${1} ;;
14353 esac
14354}
14355
14356# func_xform libobj-or-source
14357func_xform ()
14358{
14359 func_xform_result=${1%.*}.lo
14360}
14361
14362# func_arith arithmetic-term...
14363func_arith ()
14364{
14365 func_arith_result=$(( $* ))
14366}
14367
14368# func_len string
14369# STRING may not start with a hyphen.
14370func_len ()
14371{
14372 func_len_result=${#1}
14373}
14374
14375_LT_EOF
14376 ;;
14377 *) # Bourne compatible functions.
14378 cat << \_LT_EOF >> "$cfgfile"
14379
14380# func_dirname file append nondir_replacement
14381# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14382# otherwise set result to NONDIR_REPLACEMENT.
14383func_dirname ()
14384{
14385 # Extract subdirectory from the argument.
14386 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14387 if test "X$func_dirname_result" = "X${1}"; then
14388 func_dirname_result="${3}"
14389 else
14390 func_dirname_result="$func_dirname_result${2}"
14391 fi
14392}
14393
14394# func_basename file
14395func_basename ()
14396{
14397 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14398}
14399
14400
14401# func_stripname prefix suffix name
14402# strip PREFIX and SUFFIX off of NAME.
14403# PREFIX and SUFFIX must not contain globbing or regex special
14404# characters, hashes, percent signs, but SUFFIX may contain a leading
14405# dot (in which case that matches only a dot).
14406# func_strip_suffix prefix name
14407func_stripname ()
14408{
14409 case ${2} in
14410 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14411 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14412 esac
14413}
14414
14415# sed scripts:
14416my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14417my_sed_long_arg='1s/^-[^=]*=//'
14418
14419# func_opt_split
14420func_opt_split ()
14421{
14422 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14423 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14424}
14425
14426# func_lo2o object
14427func_lo2o ()
14428{
14429 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14430}
14431
14432# func_xform libobj-or-source
14433func_xform ()
14434{
14435 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14436}
14437
14438# func_arith arithmetic-term...
14439func_arith ()
14440{
14441 func_arith_result=`expr "$@"`
14442}
14443
14444# func_len string
14445# STRING may not start with a hyphen.
14446func_len ()
14447{
14448 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14449}
14450
14451_LT_EOF
14452esac
14453
14454case $lt_shell_append in
14455 yes)
14456 cat << \_LT_EOF >> "$cfgfile"
14457
14458# func_append var value
14459# Append VALUE to the end of shell variable VAR.
14460func_append ()
14461{
14462 eval "$1+=\$2"
14463}
14464_LT_EOF
14465 ;;
14466 *)
14467 cat << \_LT_EOF >> "$cfgfile"
14468
14469# func_append var value
14470# Append VALUE to the end of shell variable VAR.
14471func_append ()
14472{
14473 eval "$1=\$$1\$2"
14474}
14475
14476_LT_EOF
14477 ;;
14478 esac
14479
14480
14481 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14482 || (rm -f "$cfgfile"; exit 1)
14483
14484 mv -f "$cfgfile" "$ofile" ||
14485 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14486 chmod +x "$ofile"
14487
14488 ;;
81ecdfbb 14489 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
c28c63d8
JB
14490 rm -f Makesim1.tmp Makesim2.tmp Makefile
14491 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14492 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14493 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
14494 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14495 <Makefile.sim >Makefile
14496 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
14497 ;;
81ecdfbb
RW
14498 "stamp-h":C) echo > stamp-h ;;
14499
c28c63d8 14500 esac
81ecdfbb 14501done # for ac_tag
c28c63d8
JB
14502
14503
81ecdfbb 14504as_fn_exit 0
c28c63d8 14505_ACEOF
c28c63d8
JB
14506ac_clean_files=$ac_clean_files_save
14507
81ecdfbb 14508test $ac_write_fail = 0 ||
d0ac1c44 14509 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 14510
c28c63d8
JB
14511
14512# configure is writing to config.log, and then calls config.status.
14513# config.status does its own redirection, appending to config.log.
14514# Unfortunately, on DOS this fails, as config.log is still kept open
14515# by configure, so config.status won't be able to write to it; its
14516# output is simply discarded. So we exec the FD to /dev/null,
14517# effectively closing config.log, so it can be properly (re)opened and
14518# appended to by config.status. When coming back to configure, we
14519# need to make the FD available again.
14520if test "$no_create" != yes; then
14521 ac_cs_success=:
14522 ac_config_status_args=
14523 test "$silent" = yes &&
14524 ac_config_status_args="$ac_config_status_args --quiet"
14525 exec 5>/dev/null
14526 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14527 exec 5>>config.log
14528 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14529 # would make configure fail if this is the last instruction.
d0ac1c44 14530 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
14531fi
14532if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14533 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14534$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
c28c63d8 14535fi
c28c63d8
JB
14536
14537