]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/or1k/configure
bfd: add stdlib.h when using abort
[thirdparty/binutils-gdb.git] / sim / or1k / configure
CommitLineData
0cd79707
SH
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.
0cd79707
SH
7#
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
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 :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
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 }
79fi
80
81
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=
0cd79707
SH
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
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
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;}
0cd79707
SH
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"
0cd79707
SH
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
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"
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
219do
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
0cd79707
SH
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."
274 else
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."
279 fi
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
0cd79707
SH
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
0cd79707
SH
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# ----------------------------------------
0cd79707
SH
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.
0cd79707
SH
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
0cd79707 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
0cd79707
SH
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
429 as_expr=expr
430else
431 as_expr=false
432fi
433
434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436else
437 as_basename=false
438fi
439
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
445
446as_me=`$as_basename -- "$0" ||
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
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'`
464
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
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 |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
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; }
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
0cd79707
SH
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
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506}
507
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';;
519esac
520
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527fi
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
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'.
0cd79707 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
0cd79707
SH
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
0cd79707
SH
541 fi
542else
d0ac1c44 543 as_ln_s='cp -pR'
0cd79707
SH
544fi
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
547
548if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
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
0cd79707
SH
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
564SHELL=${CONFIG_SHELL-/bin/sh}
565
566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
0cd79707
SH
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
0cd79707
SH
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
579ac_clean_files=
580ac_config_libobj_dir=.
581LIBOBJS=
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
593PACKAGE_URL=
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
599#ifdef HAVE_SYS_TYPES_H
600# include <sys/types.h>
601#endif
602#ifdef HAVE_SYS_STAT_H
603# include <sys/stat.h>
604#endif
605#ifdef STDC_HEADERS
606# include <stdlib.h>
607# include <stddef.h>
608#else
609# ifdef HAVE_STDLIB_H
610# include <stdlib.h>
611# endif
612#endif
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
619#ifdef HAVE_STRINGS_H
620# include <strings.h>
621#endif
622#ifdef HAVE_INTTYPES_H
623# include <inttypes.h>
624#endif
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
629# include <unistd.h>
630#endif"
631
2c2645d7 632ac_header_list=
37e9f182 633ac_func_list=
0cd79707
SH
634ac_subst_vars='LTLIBOBJS
635LIBOBJS
760b3e8b
MF
636sim_reserved_bits
637sim_hw
638sim_hw_objs
639sim_hw_cflags
640sim_float
0cd79707
SH
641cgen_breaks
642cgen
643cgendir
644CGEN_MAINT
645REPORT_BUGS_TEXI
646REPORT_BUGS_TO
647PKGVERSION
648MAINT
649MAINTAINER_MODE_FALSE
650MAINTAINER_MODE_TRUE
651lt_cv_dlopen_libs
652OTOOL64
653OTOOL
654LIPO
655NMEDIT
656DSYMUTIL
657AWK
658STRIP
659OBJDUMP
660LN_S
661NM
662ac_ct_DUMPBIN
663DUMPBIN
664LD
665FGREP
666SED
667LIBTOOL
668PLUGINS_FALSE
669PLUGINS_TRUE
670zlibinc
671zlibdir
672CATOBJEXT
673GENCAT
674INSTOBJEXT
675DATADIRNAME
676CATALOGS
677POSUB
678GMSGFMT
679XGETTEXT
680INCINTL
681LIBINTL_DEP
682LIBINTL
683USE_NLS
0cd79707
SH
684CCDEPMODE
685DEPDIR
686am__leading_dot
687PACKAGE
46f900c0 688C_DIALECT
0cd79707
SH
689RANLIB
690AR
c2783492 691LDFLAGS_FOR_BUILD
c25ea03d 692CFLAGS_FOR_BUILD
0cd79707
SH
693CC_FOR_BUILD
694INSTALL_DATA
695INSTALL_SCRIPT
696INSTALL_PROGRAM
697EGREP
698GREP
c2783492
MF
699CPP
700OBJEXT
701EXEEXT
702ac_ct_CC
703CPPFLAGS
704LDFLAGS
705CFLAGS
706CC
0cd79707
SH
707target_os
708target_vendor
709target_cpu
710target
711host_os
712host_vendor
713host_cpu
714host
715build_os
716build_vendor
717build_cpu
718build
0cd79707
SH
719target_alias
720host_alias
721build_alias
722LIBS
723ECHO_T
724ECHO_N
725ECHO_C
726DEFS
727mandir
728localedir
729libdir
730psdir
731pdfdir
732dvidir
733htmldir
734infodir
735docdir
736oldincludedir
737includedir
738localstatedir
739sharedstatedir
740sysconfdir
741datadir
742datarootdir
743libexecdir
744sbindir
745bindir
746program_transform_name
747prefix
748exec_prefix
749PACKAGE_URL
750PACKAGE_BUGREPORT
751PACKAGE_STRING
752PACKAGE_VERSION
753PACKAGE_TARNAME
754PACKAGE_NAME
755PATH_SEPARATOR
136da8cd
MF
756SHELL
757WERROR_CFLAGS
758WARN_CFLAGS
136da8cd 759sim_scache
760b3e8b 760sim_inline
136da8cd 761sim_endian
760b3e8b 762sim_default_model
136da8cd
MF
763sim_bitsize
764sim_alignment'
0cd79707
SH
765ac_subst_files=''
766ac_user_opts='
767enable_option_checking
768with_system_zlib
769enable_plugins
770enable_shared
771enable_static
772with_pic
773enable_fast_install
774with_gnu_ld
775enable_libtool_lock
776enable_maintainer_mode
777enable_sim_debug
778enable_sim_stdio
779enable_sim_trace
780enable_sim_profile
781enable_sim_assert
782enable_sim_environment
783enable_sim_inline
784with_pkgversion
785with_bugurl
786enable_sim_endian
787enable_sim_alignment
788enable_sim_bitsize
789enable_sim_scache
790enable_sim_default_model
5c1008a4
MF
791enable_werror
792enable_build_warnings
793enable_sim_build_warnings
0cd79707
SH
794enable_cgen_maint
795'
796 ac_precious_vars='build_alias
797host_alias
798target_alias
799CC
800CFLAGS
801LDFLAGS
802LIBS
803CPPFLAGS
804CPP'
805
806
807# Initialize some variables set by options.
808ac_init_help=
809ac_init_version=false
810ac_unrecognized_opts=
811ac_unrecognized_sep=
812# The variables have the same names as the options, with
813# dashes changed to underlines.
814cache_file=/dev/null
815exec_prefix=NONE
816no_create=
817no_recursion=
818prefix=NONE
819program_prefix=NONE
820program_suffix=NONE
821program_transform_name=s,x,x,
822silent=
823site=
824srcdir=
825verbose=
826x_includes=NONE
827x_libraries=NONE
828
829# Installation directory options.
830# These are left unexpanded so users can "make install exec_prefix=/foo"
831# and all the variables that are supposed to be based on exec_prefix
832# by default will actually change.
833# Use braces instead of parens because sh, perl, etc. also accept them.
834# (The list follows the same order as the GNU Coding Standards.)
835bindir='${exec_prefix}/bin'
836sbindir='${exec_prefix}/sbin'
837libexecdir='${exec_prefix}/libexec'
838datarootdir='${prefix}/share'
839datadir='${datarootdir}'
840sysconfdir='${prefix}/etc'
841sharedstatedir='${prefix}/com'
842localstatedir='${prefix}/var'
843includedir='${prefix}/include'
844oldincludedir='/usr/include'
845docdir='${datarootdir}/doc/${PACKAGE}'
846infodir='${datarootdir}/info'
847htmldir='${docdir}'
848dvidir='${docdir}'
849pdfdir='${docdir}'
850psdir='${docdir}'
851libdir='${exec_prefix}/lib'
852localedir='${datarootdir}/locale'
853mandir='${datarootdir}/man'
854
855ac_prev=
856ac_dashdash=
857for ac_option
858do
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
861 eval $ac_prev=\$ac_option
862 ac_prev=
863 continue
864 fi
865
866 case $ac_option in
d0ac1c44
SM
867 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 *=) ac_optarg= ;;
869 *) ac_optarg=yes ;;
0cd79707
SH
870 esac
871
872 # Accept the important Cygnus configure options, so we can diagnose typos.
873
874 case $ac_dashdash$ac_option in
875 --)
876 ac_dashdash=yes ;;
877
878 -bindir | --bindir | --bindi | --bind | --bin | --bi)
879 ac_prev=bindir ;;
880 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
881 bindir=$ac_optarg ;;
882
883 -build | --build | --buil | --bui | --bu)
884 ac_prev=build_alias ;;
885 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
886 build_alias=$ac_optarg ;;
887
888 -cache-file | --cache-file | --cache-fil | --cache-fi \
889 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
890 ac_prev=cache_file ;;
891 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
892 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
893 cache_file=$ac_optarg ;;
894
895 --config-cache | -C)
896 cache_file=config.cache ;;
897
898 -datadir | --datadir | --datadi | --datad)
899 ac_prev=datadir ;;
900 -datadir=* | --datadir=* | --datadi=* | --datad=*)
901 datadir=$ac_optarg ;;
902
903 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
904 | --dataroo | --dataro | --datar)
905 ac_prev=datarootdir ;;
906 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
907 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
908 datarootdir=$ac_optarg ;;
909
910 -disable-* | --disable-*)
911 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
912 # Reject names that are not valid shell variable names.
913 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 914 as_fn_error $? "invalid feature name: $ac_useropt"
0cd79707
SH
915 ac_useropt_orig=$ac_useropt
916 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
917 case $ac_user_opts in
918 *"
919"enable_$ac_useropt"
920"*) ;;
921 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
922 ac_unrecognized_sep=', ';;
923 esac
924 eval enable_$ac_useropt=no ;;
925
926 -docdir | --docdir | --docdi | --doc | --do)
927 ac_prev=docdir ;;
928 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
929 docdir=$ac_optarg ;;
930
931 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
932 ac_prev=dvidir ;;
933 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
934 dvidir=$ac_optarg ;;
935
936 -enable-* | --enable-*)
937 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
938 # Reject names that are not valid shell variable names.
939 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 940 as_fn_error $? "invalid feature name: $ac_useropt"
0cd79707
SH
941 ac_useropt_orig=$ac_useropt
942 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
943 case $ac_user_opts in
944 *"
945"enable_$ac_useropt"
946"*) ;;
947 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
948 ac_unrecognized_sep=', ';;
949 esac
950 eval enable_$ac_useropt=\$ac_optarg ;;
951
952 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
953 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
954 | --exec | --exe | --ex)
955 ac_prev=exec_prefix ;;
956 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
957 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
958 | --exec=* | --exe=* | --ex=*)
959 exec_prefix=$ac_optarg ;;
960
961 -gas | --gas | --ga | --g)
962 # Obsolete; use --with-gas.
963 with_gas=yes ;;
964
965 -help | --help | --hel | --he | -h)
966 ac_init_help=long ;;
967 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
968 ac_init_help=recursive ;;
969 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
970 ac_init_help=short ;;
971
972 -host | --host | --hos | --ho)
973 ac_prev=host_alias ;;
974 -host=* | --host=* | --hos=* | --ho=*)
975 host_alias=$ac_optarg ;;
976
977 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
978 ac_prev=htmldir ;;
979 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
980 | --ht=*)
981 htmldir=$ac_optarg ;;
982
983 -includedir | --includedir | --includedi | --included | --include \
984 | --includ | --inclu | --incl | --inc)
985 ac_prev=includedir ;;
986 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
987 | --includ=* | --inclu=* | --incl=* | --inc=*)
988 includedir=$ac_optarg ;;
989
990 -infodir | --infodir | --infodi | --infod | --info | --inf)
991 ac_prev=infodir ;;
992 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
993 infodir=$ac_optarg ;;
994
995 -libdir | --libdir | --libdi | --libd)
996 ac_prev=libdir ;;
997 -libdir=* | --libdir=* | --libdi=* | --libd=*)
998 libdir=$ac_optarg ;;
999
1000 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1001 | --libexe | --libex | --libe)
1002 ac_prev=libexecdir ;;
1003 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1004 | --libexe=* | --libex=* | --libe=*)
1005 libexecdir=$ac_optarg ;;
1006
1007 -localedir | --localedir | --localedi | --localed | --locale)
1008 ac_prev=localedir ;;
1009 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1010 localedir=$ac_optarg ;;
1011
1012 -localstatedir | --localstatedir | --localstatedi | --localstated \
1013 | --localstate | --localstat | --localsta | --localst | --locals)
1014 ac_prev=localstatedir ;;
1015 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1016 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1017 localstatedir=$ac_optarg ;;
1018
1019 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1020 ac_prev=mandir ;;
1021 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1022 mandir=$ac_optarg ;;
1023
1024 -nfp | --nfp | --nf)
1025 # Obsolete; use --without-fp.
1026 with_fp=no ;;
1027
1028 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1029 | --no-cr | --no-c | -n)
1030 no_create=yes ;;
1031
1032 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1033 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1034 no_recursion=yes ;;
1035
1036 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1037 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1038 | --oldin | --oldi | --old | --ol | --o)
1039 ac_prev=oldincludedir ;;
1040 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1041 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1042 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1043 oldincludedir=$ac_optarg ;;
1044
1045 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1046 ac_prev=prefix ;;
1047 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1048 prefix=$ac_optarg ;;
1049
1050 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1051 | --program-pre | --program-pr | --program-p)
1052 ac_prev=program_prefix ;;
1053 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1054 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1055 program_prefix=$ac_optarg ;;
1056
1057 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1058 | --program-suf | --program-su | --program-s)
1059 ac_prev=program_suffix ;;
1060 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1061 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1062 program_suffix=$ac_optarg ;;
1063
1064 -program-transform-name | --program-transform-name \
1065 | --program-transform-nam | --program-transform-na \
1066 | --program-transform-n | --program-transform- \
1067 | --program-transform | --program-transfor \
1068 | --program-transfo | --program-transf \
1069 | --program-trans | --program-tran \
1070 | --progr-tra | --program-tr | --program-t)
1071 ac_prev=program_transform_name ;;
1072 -program-transform-name=* | --program-transform-name=* \
1073 | --program-transform-nam=* | --program-transform-na=* \
1074 | --program-transform-n=* | --program-transform-=* \
1075 | --program-transform=* | --program-transfor=* \
1076 | --program-transfo=* | --program-transf=* \
1077 | --program-trans=* | --program-tran=* \
1078 | --progr-tra=* | --program-tr=* | --program-t=*)
1079 program_transform_name=$ac_optarg ;;
1080
1081 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1082 ac_prev=pdfdir ;;
1083 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1084 pdfdir=$ac_optarg ;;
1085
1086 -psdir | --psdir | --psdi | --psd | --ps)
1087 ac_prev=psdir ;;
1088 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1089 psdir=$ac_optarg ;;
1090
1091 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1092 | -silent | --silent | --silen | --sile | --sil)
1093 silent=yes ;;
1094
1095 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1096 ac_prev=sbindir ;;
1097 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1098 | --sbi=* | --sb=*)
1099 sbindir=$ac_optarg ;;
1100
1101 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1102 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1103 | --sharedst | --shareds | --shared | --share | --shar \
1104 | --sha | --sh)
1105 ac_prev=sharedstatedir ;;
1106 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1107 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1108 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1109 | --sha=* | --sh=*)
1110 sharedstatedir=$ac_optarg ;;
1111
1112 -site | --site | --sit)
1113 ac_prev=site ;;
1114 -site=* | --site=* | --sit=*)
1115 site=$ac_optarg ;;
1116
1117 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1118 ac_prev=srcdir ;;
1119 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1120 srcdir=$ac_optarg ;;
1121
1122 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1123 | --syscon | --sysco | --sysc | --sys | --sy)
1124 ac_prev=sysconfdir ;;
1125 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1126 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1127 sysconfdir=$ac_optarg ;;
1128
1129 -target | --target | --targe | --targ | --tar | --ta | --t)
1130 ac_prev=target_alias ;;
1131 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1132 target_alias=$ac_optarg ;;
1133
1134 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1135 verbose=yes ;;
1136
1137 -version | --version | --versio | --versi | --vers | -V)
1138 ac_init_version=: ;;
1139
1140 -with-* | --with-*)
1141 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1142 # Reject names that are not valid shell variable names.
1143 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1144 as_fn_error $? "invalid package name: $ac_useropt"
0cd79707
SH
1145 ac_useropt_orig=$ac_useropt
1146 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1147 case $ac_user_opts in
1148 *"
1149"with_$ac_useropt"
1150"*) ;;
1151 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1152 ac_unrecognized_sep=', ';;
1153 esac
1154 eval with_$ac_useropt=\$ac_optarg ;;
1155
1156 -without-* | --without-*)
1157 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1158 # Reject names that are not valid shell variable names.
1159 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1160 as_fn_error $? "invalid package name: $ac_useropt"
0cd79707
SH
1161 ac_useropt_orig=$ac_useropt
1162 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1163 case $ac_user_opts in
1164 *"
1165"with_$ac_useropt"
1166"*) ;;
1167 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1168 ac_unrecognized_sep=', ';;
1169 esac
1170 eval with_$ac_useropt=no ;;
1171
1172 --x)
1173 # Obsolete; use --with-x.
1174 with_x=yes ;;
1175
1176 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1177 | --x-incl | --x-inc | --x-in | --x-i)
1178 ac_prev=x_includes ;;
1179 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1180 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1181 x_includes=$ac_optarg ;;
1182
1183 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1184 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1185 ac_prev=x_libraries ;;
1186 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1187 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1188 x_libraries=$ac_optarg ;;
1189
d0ac1c44
SM
1190 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1191Try \`$0 --help' for more information"
0cd79707
SH
1192 ;;
1193
1194 *=*)
1195 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1196 # Reject names that are not valid shell variable names.
1197 case $ac_envvar in #(
1198 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1199 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
0cd79707
SH
1200 esac
1201 eval $ac_envvar=\$ac_optarg
1202 export $ac_envvar ;;
1203
1204 *)
1205 # FIXME: should be removed in autoconf 3.0.
1206 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1207 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1208 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1209 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
0cd79707
SH
1210 ;;
1211
1212 esac
1213done
1214
1215if test -n "$ac_prev"; then
1216 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1217 as_fn_error $? "missing argument to $ac_option"
0cd79707
SH
1218fi
1219
1220if test -n "$ac_unrecognized_opts"; then
1221 case $enable_option_checking in
1222 no) ;;
d0ac1c44 1223 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
0cd79707
SH
1224 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1225 esac
1226fi
1227
1228# Check all directory arguments for consistency.
1229for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1230 datadir sysconfdir sharedstatedir localstatedir includedir \
1231 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1232 libdir localedir mandir
1233do
1234 eval ac_val=\$$ac_var
1235 # Remove trailing slashes.
1236 case $ac_val in
1237 */ )
1238 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1239 eval $ac_var=\$ac_val;;
1240 esac
1241 # Be sure to have absolute directory names.
1242 case $ac_val in
1243 [\\/$]* | ?:[\\/]* ) continue;;
1244 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1245 esac
d0ac1c44 1246 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
0cd79707
SH
1247done
1248
1249# There might be people who depend on the old broken behavior: `$host'
1250# used to hold the argument of --host etc.
1251# FIXME: To remove some day.
1252build=$build_alias
1253host=$host_alias
1254target=$target_alias
1255
1256# FIXME: To remove some day.
1257if test "x$host_alias" != x; then
1258 if test "x$build_alias" = x; then
1259 cross_compiling=maybe
1260 elif test "x$build_alias" != "x$host_alias"; then
1261 cross_compiling=yes
1262 fi
1263fi
1264
1265ac_tool_prefix=
1266test -n "$host_alias" && ac_tool_prefix=$host_alias-
1267
1268test "$silent" = yes && exec 6>/dev/null
1269
1270
1271ac_pwd=`pwd` && test -n "$ac_pwd" &&
1272ac_ls_di=`ls -di .` &&
1273ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1274 as_fn_error $? "working directory cannot be determined"
0cd79707 1275test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1276 as_fn_error $? "pwd does not report name of working directory"
0cd79707
SH
1277
1278
1279# Find the source files, if location was not specified.
1280if test -z "$srcdir"; then
1281 ac_srcdir_defaulted=yes
1282 # Try the directory containing this script, then the parent directory.
1283 ac_confdir=`$as_dirname -- "$as_myself" ||
1284$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1285 X"$as_myself" : 'X\(//\)[^/]' \| \
1286 X"$as_myself" : 'X\(//\)$' \| \
1287 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1288$as_echo X"$as_myself" |
1289 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1290 s//\1/
1291 q
1292 }
1293 /^X\(\/\/\)[^/].*/{
1294 s//\1/
1295 q
1296 }
1297 /^X\(\/\/\)$/{
1298 s//\1/
1299 q
1300 }
1301 /^X\(\/\).*/{
1302 s//\1/
1303 q
1304 }
1305 s/.*/./; q'`
1306 srcdir=$ac_confdir
1307 if test ! -r "$srcdir/$ac_unique_file"; then
1308 srcdir=..
1309 fi
1310else
1311 ac_srcdir_defaulted=no
1312fi
1313if test ! -r "$srcdir/$ac_unique_file"; then
1314 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1315 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
0cd79707
SH
1316fi
1317ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1318ac_abs_confdir=`(
d0ac1c44 1319 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
0cd79707
SH
1320 pwd)`
1321# When building in place, set srcdir=.
1322if test "$ac_abs_confdir" = "$ac_pwd"; then
1323 srcdir=.
1324fi
1325# Remove unnecessary trailing slashes from srcdir.
1326# Double slashes in file names in object file debugging info
1327# mess up M-x gdb in Emacs.
1328case $srcdir in
1329*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1330esac
1331for ac_var in $ac_precious_vars; do
1332 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1333 eval ac_env_${ac_var}_value=\$${ac_var}
1334 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1335 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1336done
1337
1338#
1339# Report the --help message.
1340#
1341if test "$ac_init_help" = "long"; then
1342 # Omit some internal or obsolete options to make the list less imposing.
1343 # This message is too long to be a string in the A/UX 3.1 sh.
1344 cat <<_ACEOF
1345\`configure' configures this package to adapt to many kinds of systems.
1346
1347Usage: $0 [OPTION]... [VAR=VALUE]...
1348
1349To assign environment variables (e.g., CC, CFLAGS...), specify them as
1350VAR=VALUE. See below for descriptions of some of the useful variables.
1351
1352Defaults for the options are specified in brackets.
1353
1354Configuration:
1355 -h, --help display this help and exit
1356 --help=short display options specific to this package
1357 --help=recursive display the short help of all the included packages
1358 -V, --version display version information and exit
d0ac1c44 1359 -q, --quiet, --silent do not print \`checking ...' messages
0cd79707
SH
1360 --cache-file=FILE cache test results in FILE [disabled]
1361 -C, --config-cache alias for \`--cache-file=config.cache'
1362 -n, --no-create do not create output files
1363 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1364
1365Installation directories:
1366 --prefix=PREFIX install architecture-independent files in PREFIX
1367 [$ac_default_prefix]
1368 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1369 [PREFIX]
1370
1371By default, \`make install' will install all the files in
1372\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1373an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1374for instance \`--prefix=\$HOME'.
1375
1376For better control, use the options below.
1377
1378Fine tuning of the installation directories:
1379 --bindir=DIR user executables [EPREFIX/bin]
1380 --sbindir=DIR system admin executables [EPREFIX/sbin]
1381 --libexecdir=DIR program executables [EPREFIX/libexec]
1382 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1383 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1384 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1385 --libdir=DIR object code libraries [EPREFIX/lib]
1386 --includedir=DIR C header files [PREFIX/include]
1387 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1388 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1389 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1390 --infodir=DIR info documentation [DATAROOTDIR/info]
1391 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1392 --mandir=DIR man documentation [DATAROOTDIR/man]
1393 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1394 --htmldir=DIR html documentation [DOCDIR]
1395 --dvidir=DIR dvi documentation [DOCDIR]
1396 --pdfdir=DIR pdf documentation [DOCDIR]
1397 --psdir=DIR ps documentation [DOCDIR]
1398_ACEOF
1399
1400 cat <<\_ACEOF
1401
1402Program names:
1403 --program-prefix=PREFIX prepend PREFIX to installed program names
1404 --program-suffix=SUFFIX append SUFFIX to installed program names
1405 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1406
1407System types:
1408 --build=BUILD configure for building on BUILD [guessed]
1409 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1410 --target=TARGET configure for building compilers for TARGET [HOST]
1411_ACEOF
1412fi
1413
1414if test -n "$ac_init_help"; then
1415
1416 cat <<\_ACEOF
1417
1418Optional Features:
1419 --disable-option-checking ignore unrecognized --enable/--with options
1420 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1421 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1422 --enable-plugins Enable support for plugins
1423 --enable-shared[=PKGS] build shared libraries [default=yes]
1424 --enable-static[=PKGS] build static libraries [default=yes]
1425 --enable-fast-install[=PKGS]
1426 optimize for fast installation [default=yes]
1427 --disable-libtool-lock avoid locking (might break parallel builds)
1428 --enable-maintainer-mode
1429 enable make rules and dependencies not useful (and
1430 sometimes confusing) to the casual installer
1431 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1432 itself)
1433 --enable-sim-stdio Specify whether to use stdio for console
1434 input/output
1435 --enable-sim-trace=opts Enable tracing of simulated programs
1436 --enable-sim-profile=opts
1437 Enable profiling flags
1438 --enable-sim-assert Specify whether to perform random assertions
1439 --enable-sim-environment=environment
1440 Specify mixed, user, virtual or operating
1441 environment
1442 --enable-sim-inline=inlines
1443 Specify which functions should be inlined
1444 --enable-sim-endian=endian
1445 Specify target byte endian orientation
1446 --enable-sim-alignment=align
1447 Specify strict, nonstrict or forced alignment of
1448 memory accesses
1449 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1450 --enable-sim-scache=size
1451 Specify simulator execution cache size
1452 --enable-sim-default-model=model
1453 Specify default model to simulate
5c1008a4
MF
1454 --enable-werror treat compile warnings as errors
1455 --enable-build-warnings enable build-time compiler warnings if gcc is used
1456 --enable-sim-build-warnings
1457 enable SIM specific build-time compiler warnings if
1458 gcc is used
0cd79707
SH
1459 --enable-cgen-maint=DIR build cgen generated files
1460
1461Optional Packages:
1462 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1463 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1464 --with-system-zlib use installed libz
1465 --with-pic try to use only PIC/non-PIC objects [default=use
1466 both]
1467 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1468 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1469 --with-bugurl=URL Direct users to URL to report a bug
1470
1471Some influential environment variables:
1472 CC C compiler command
1473 CFLAGS C compiler flags
1474 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1475 nonstandard directory <lib dir>
1476 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1477 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
0cd79707
SH
1478 you have headers in a nonstandard directory <include dir>
1479 CPP C preprocessor
1480
1481Use these variables to override the choices made by `configure' or to help
1482it to find libraries and programs with nonstandard names/locations.
1483
1484Report bugs to the package provider.
1485_ACEOF
1486ac_status=$?
1487fi
1488
1489if test "$ac_init_help" = "recursive"; then
1490 # If there are subdirs, report their specific --help.
1491 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1492 test -d "$ac_dir" ||
1493 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1494 continue
1495 ac_builddir=.
1496
1497case "$ac_dir" in
1498.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1499*)
1500 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1501 # A ".." for each directory in $ac_dir_suffix.
1502 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1503 case $ac_top_builddir_sub in
1504 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1505 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1506 esac ;;
1507esac
1508ac_abs_top_builddir=$ac_pwd
1509ac_abs_builddir=$ac_pwd$ac_dir_suffix
1510# for backward compatibility:
1511ac_top_builddir=$ac_top_build_prefix
1512
1513case $srcdir in
1514 .) # We are building in place.
1515 ac_srcdir=.
1516 ac_top_srcdir=$ac_top_builddir_sub
1517 ac_abs_top_srcdir=$ac_pwd ;;
1518 [\\/]* | ?:[\\/]* ) # Absolute name.
1519 ac_srcdir=$srcdir$ac_dir_suffix;
1520 ac_top_srcdir=$srcdir
1521 ac_abs_top_srcdir=$srcdir ;;
1522 *) # Relative name.
1523 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1524 ac_top_srcdir=$ac_top_build_prefix$srcdir
1525 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1526esac
1527ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1528
1529 cd "$ac_dir" || { ac_status=$?; continue; }
1530 # Check for guested configure.
1531 if test -f "$ac_srcdir/configure.gnu"; then
1532 echo &&
1533 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1534 elif test -f "$ac_srcdir/configure"; then
1535 echo &&
1536 $SHELL "$ac_srcdir/configure" --help=recursive
1537 else
1538 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1539 fi || ac_status=$?
1540 cd "$ac_pwd" || { ac_status=$?; break; }
1541 done
1542fi
1543
1544test -n "$ac_init_help" && exit $ac_status
1545if $ac_init_version; then
1546 cat <<\_ACEOF
1547configure
d0ac1c44 1548generated by GNU Autoconf 2.69
0cd79707 1549
d0ac1c44 1550Copyright (C) 2012 Free Software Foundation, Inc.
0cd79707
SH
1551This configure script is free software; the Free Software Foundation
1552gives unlimited permission to copy, distribute and modify it.
1553_ACEOF
1554 exit
1555fi
1556
1557## ------------------------ ##
1558## Autoconf initialization. ##
1559## ------------------------ ##
1560
1561# ac_fn_c_try_compile LINENO
1562# --------------------------
1563# Try to compile conftest.$ac_ext, and return whether this succeeded.
1564ac_fn_c_try_compile ()
1565{
1566 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1567 rm -f conftest.$ac_objext
1568 if { { ac_try="$ac_compile"
1569case "(($ac_try" in
1570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1571 *) ac_try_echo=$ac_try;;
1572esac
1573eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1574$as_echo "$ac_try_echo"; } >&5
1575 (eval "$ac_compile") 2>conftest.err
1576 ac_status=$?
1577 if test -s conftest.err; then
1578 grep -v '^ *+' conftest.err >conftest.er1
1579 cat conftest.er1 >&5
1580 mv -f conftest.er1 conftest.err
1581 fi
1582 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1583 test $ac_status = 0; } && {
1584 test -z "$ac_c_werror_flag" ||
1585 test ! -s conftest.err
1586 } && test -s conftest.$ac_objext; then :
1587 ac_retval=0
1588else
1589 $as_echo "$as_me: failed program was:" >&5
1590sed 's/^/| /' conftest.$ac_ext >&5
1591
1592 ac_retval=1
1593fi
d0ac1c44
SM
1594 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1595 as_fn_set_status $ac_retval
0cd79707
SH
1596
1597} # ac_fn_c_try_compile
1598
1599# ac_fn_c_try_cpp LINENO
1600# ----------------------
1601# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1602ac_fn_c_try_cpp ()
1603{
1604 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1605 if { { ac_try="$ac_cpp conftest.$ac_ext"
1606case "(($ac_try" in
1607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1608 *) ac_try_echo=$ac_try;;
1609esac
1610eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1611$as_echo "$ac_try_echo"; } >&5
1612 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1613 ac_status=$?
1614 if test -s conftest.err; then
1615 grep -v '^ *+' conftest.err >conftest.er1
1616 cat conftest.er1 >&5
1617 mv -f conftest.er1 conftest.err
1618 fi
1619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1620 test $ac_status = 0; } > conftest.i && {
0cd79707
SH
1621 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1622 test ! -s conftest.err
1623 }; then :
1624 ac_retval=0
1625else
1626 $as_echo "$as_me: failed program was:" >&5
1627sed 's/^/| /' conftest.$ac_ext >&5
1628
1629 ac_retval=1
1630fi
d0ac1c44
SM
1631 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1632 as_fn_set_status $ac_retval
0cd79707
SH
1633
1634} # ac_fn_c_try_cpp
1635
1636# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1637# -------------------------------------------------------
1638# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1639# the include files in INCLUDES and setting the cache variable VAR
1640# accordingly.
1641ac_fn_c_check_header_mongrel ()
1642{
1643 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1644 if eval \${$3+:} false; then :
0cd79707
SH
1645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1646$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1647if eval \${$3+:} false; then :
0cd79707
SH
1648 $as_echo_n "(cached) " >&6
1649fi
1650eval ac_res=\$$3
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1652$as_echo "$ac_res" >&6; }
1653else
1654 # Is the header compilable?
1655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1656$as_echo_n "checking $2 usability... " >&6; }
1657cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1658/* end confdefs.h. */
1659$4
1660#include <$2>
1661_ACEOF
1662if ac_fn_c_try_compile "$LINENO"; then :
1663 ac_header_compiler=yes
1664else
1665 ac_header_compiler=no
1666fi
1667rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1669$as_echo "$ac_header_compiler" >&6; }
1670
1671# Is the header present?
1672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1673$as_echo_n "checking $2 presence... " >&6; }
1674cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1675/* end confdefs.h. */
1676#include <$2>
1677_ACEOF
1678if ac_fn_c_try_cpp "$LINENO"; then :
1679 ac_header_preproc=yes
1680else
1681 ac_header_preproc=no
1682fi
d0ac1c44 1683rm -f conftest.err conftest.i conftest.$ac_ext
0cd79707
SH
1684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1685$as_echo "$ac_header_preproc" >&6; }
1686
1687# So? What about this header?
1688case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1689 yes:no: )
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1691$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1693$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1694 ;;
1695 no:yes:* )
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1697$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1699$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1701$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1703$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1705$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1706 ;;
1707esac
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1709$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1710if eval \${$3+:} false; then :
0cd79707
SH
1711 $as_echo_n "(cached) " >&6
1712else
1713 eval "$3=\$ac_header_compiler"
1714fi
1715eval ac_res=\$$3
1716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1717$as_echo "$ac_res" >&6; }
1718fi
d0ac1c44 1719 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
1720
1721} # ac_fn_c_check_header_mongrel
1722
1723# ac_fn_c_try_run LINENO
1724# ----------------------
1725# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1726# that executables *can* be run.
1727ac_fn_c_try_run ()
1728{
1729 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1730 if { { ac_try="$ac_link"
1731case "(($ac_try" in
1732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1733 *) ac_try_echo=$ac_try;;
1734esac
1735eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1736$as_echo "$ac_try_echo"; } >&5
1737 (eval "$ac_link") 2>&5
1738 ac_status=$?
1739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1741 { { case "(($ac_try" in
1742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1743 *) ac_try_echo=$ac_try;;
1744esac
1745eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1746$as_echo "$ac_try_echo"; } >&5
1747 (eval "$ac_try") 2>&5
1748 ac_status=$?
1749 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1750 test $ac_status = 0; }; }; then :
1751 ac_retval=0
1752else
1753 $as_echo "$as_me: program exited with status $ac_status" >&5
1754 $as_echo "$as_me: failed program was:" >&5
1755sed 's/^/| /' conftest.$ac_ext >&5
1756
1757 ac_retval=$ac_status
1758fi
1759 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1760 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1761 as_fn_set_status $ac_retval
0cd79707
SH
1762
1763} # ac_fn_c_try_run
1764
1765# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1766# -------------------------------------------------------
1767# Tests whether HEADER exists and can be compiled using the include files in
1768# INCLUDES, setting the cache variable VAR accordingly.
1769ac_fn_c_check_header_compile ()
1770{
1771 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1773$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1774if eval \${$3+:} false; then :
0cd79707
SH
1775 $as_echo_n "(cached) " >&6
1776else
1777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1778/* end confdefs.h. */
1779$4
1780#include <$2>
1781_ACEOF
1782if ac_fn_c_try_compile "$LINENO"; then :
1783 eval "$3=yes"
1784else
1785 eval "$3=no"
1786fi
1787rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1788fi
1789eval ac_res=\$$3
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1791$as_echo "$ac_res" >&6; }
d0ac1c44 1792 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
1793
1794} # ac_fn_c_check_header_compile
1795
1796# ac_fn_c_try_link LINENO
1797# -----------------------
1798# Try to link conftest.$ac_ext, and return whether this succeeded.
1799ac_fn_c_try_link ()
1800{
1801 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1802 rm -f conftest.$ac_objext conftest$ac_exeext
1803 if { { ac_try="$ac_link"
1804case "(($ac_try" in
1805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1806 *) ac_try_echo=$ac_try;;
1807esac
1808eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1809$as_echo "$ac_try_echo"; } >&5
1810 (eval "$ac_link") 2>conftest.err
1811 ac_status=$?
1812 if test -s conftest.err; then
1813 grep -v '^ *+' conftest.err >conftest.er1
1814 cat conftest.er1 >&5
1815 mv -f conftest.er1 conftest.err
1816 fi
1817 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1818 test $ac_status = 0; } && {
1819 test -z "$ac_c_werror_flag" ||
1820 test ! -s conftest.err
1821 } && test -s conftest$ac_exeext && {
1822 test "$cross_compiling" = yes ||
d0ac1c44 1823 test -x conftest$ac_exeext
0cd79707
SH
1824 }; then :
1825 ac_retval=0
1826else
1827 $as_echo "$as_me: failed program was:" >&5
1828sed 's/^/| /' conftest.$ac_ext >&5
1829
1830 ac_retval=1
1831fi
1832 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1833 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1834 # interfere with the next link command; also delete a directory that is
1835 # left behind by Apple's compiler. We do this before executing the actions.
1836 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1837 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1838 as_fn_set_status $ac_retval
0cd79707
SH
1839
1840} # ac_fn_c_try_link
1841
1842# ac_fn_c_check_func LINENO FUNC VAR
1843# ----------------------------------
1844# Tests whether FUNC exists, setting the cache variable VAR accordingly
1845ac_fn_c_check_func ()
1846{
1847 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1849$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1850if eval \${$3+:} false; then :
0cd79707
SH
1851 $as_echo_n "(cached) " >&6
1852else
1853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1854/* end confdefs.h. */
1855/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1856 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1857#define $2 innocuous_$2
1858
1859/* System header to define __stub macros and hopefully few prototypes,
1860 which can conflict with char $2 (); below.
1861 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1862 <limits.h> exists even on freestanding compilers. */
1863
1864#ifdef __STDC__
1865# include <limits.h>
1866#else
1867# include <assert.h>
1868#endif
1869
1870#undef $2
1871
1872/* Override any GCC internal prototype to avoid an error.
1873 Use char because int might match the return type of a GCC
1874 builtin and then its argument prototype would still apply. */
1875#ifdef __cplusplus
1876extern "C"
1877#endif
1878char $2 ();
1879/* The GNU C library defines this for functions which it implements
1880 to always fail with ENOSYS. Some functions are actually named
1881 something starting with __ and the normal name is an alias. */
1882#if defined __stub_$2 || defined __stub___$2
1883choke me
1884#endif
1885
1886int
1887main ()
1888{
1889return $2 ();
1890 ;
1891 return 0;
1892}
1893_ACEOF
1894if ac_fn_c_try_link "$LINENO"; then :
1895 eval "$3=yes"
1896else
1897 eval "$3=no"
1898fi
1899rm -f core conftest.err conftest.$ac_objext \
1900 conftest$ac_exeext conftest.$ac_ext
1901fi
1902eval ac_res=\$$3
1903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1904$as_echo "$ac_res" >&6; }
d0ac1c44 1905 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
1906
1907} # ac_fn_c_check_func
1908
1909# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1910# ----------------------------------------------------
1911# Tries to find if the field MEMBER exists in type AGGR, after including
1912# INCLUDES, setting cache variable VAR accordingly.
1913ac_fn_c_check_member ()
1914{
1915 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1917$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1918if eval \${$4+:} false; then :
0cd79707
SH
1919 $as_echo_n "(cached) " >&6
1920else
1921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1922/* end confdefs.h. */
1923$5
1924int
1925main ()
1926{
1927static $2 ac_aggr;
1928if (ac_aggr.$3)
1929return 0;
1930 ;
1931 return 0;
1932}
1933_ACEOF
1934if ac_fn_c_try_compile "$LINENO"; then :
1935 eval "$4=yes"
1936else
1937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1938/* end confdefs.h. */
1939$5
1940int
1941main ()
1942{
1943static $2 ac_aggr;
1944if (sizeof ac_aggr.$3)
1945return 0;
1946 ;
1947 return 0;
1948}
1949_ACEOF
1950if ac_fn_c_try_compile "$LINENO"; then :
1951 eval "$4=yes"
1952else
1953 eval "$4=no"
1954fi
1955rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1956fi
1957rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1958fi
1959eval ac_res=\$$4
1960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1961$as_echo "$ac_res" >&6; }
d0ac1c44 1962 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
1963
1964} # ac_fn_c_check_member
1965
1966# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1967# -------------------------------------------
1968# Tests whether TYPE exists after having included INCLUDES, setting cache
1969# variable VAR accordingly.
1970ac_fn_c_check_type ()
1971{
1972 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1974$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1975if eval \${$3+:} false; then :
0cd79707
SH
1976 $as_echo_n "(cached) " >&6
1977else
1978 eval "$3=no"
1979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1980/* end confdefs.h. */
1981$4
1982int
1983main ()
1984{
1985if (sizeof ($2))
1986 return 0;
1987 ;
1988 return 0;
1989}
1990_ACEOF
1991if ac_fn_c_try_compile "$LINENO"; then :
1992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1993/* end confdefs.h. */
1994$4
1995int
1996main ()
1997{
1998if (sizeof (($2)))
1999 return 0;
2000 ;
2001 return 0;
2002}
2003_ACEOF
2004if ac_fn_c_try_compile "$LINENO"; then :
2005
2006else
2007 eval "$3=yes"
2008fi
2009rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2010fi
2011rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2012fi
2013eval ac_res=\$$3
2014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2015$as_echo "$ac_res" >&6; }
d0ac1c44 2016 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
2017
2018} # ac_fn_c_check_type
2019cat >config.log <<_ACEOF
2020This file contains any messages produced by compilers while
2021running configure, to aid debugging if configure makes a mistake.
2022
2023It was created by $as_me, which was
d0ac1c44 2024generated by GNU Autoconf 2.69. Invocation command line was
0cd79707
SH
2025
2026 $ $0 $@
2027
2028_ACEOF
2029exec 5>>config.log
2030{
2031cat <<_ASUNAME
2032## --------- ##
2033## Platform. ##
2034## --------- ##
2035
2036hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2037uname -m = `(uname -m) 2>/dev/null || echo unknown`
2038uname -r = `(uname -r) 2>/dev/null || echo unknown`
2039uname -s = `(uname -s) 2>/dev/null || echo unknown`
2040uname -v = `(uname -v) 2>/dev/null || echo unknown`
2041
2042/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2043/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2044
2045/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2046/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2047/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2048/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2049/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2050/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2051/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2052
2053_ASUNAME
2054
2055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2056for as_dir in $PATH
2057do
2058 IFS=$as_save_IFS
2059 test -z "$as_dir" && as_dir=.
2060 $as_echo "PATH: $as_dir"
2061 done
2062IFS=$as_save_IFS
2063
2064} >&5
2065
2066cat >&5 <<_ACEOF
2067
2068
2069## ----------- ##
2070## Core tests. ##
2071## ----------- ##
2072
2073_ACEOF
2074
2075
2076# Keep a trace of the command line.
2077# Strip out --no-create and --no-recursion so they do not pile up.
2078# Strip out --silent because we don't want to record it for future runs.
2079# Also quote any args containing shell meta-characters.
2080# Make two passes to allow for proper duplicate-argument suppression.
2081ac_configure_args=
2082ac_configure_args0=
2083ac_configure_args1=
2084ac_must_keep_next=false
2085for ac_pass in 1 2
2086do
2087 for ac_arg
2088 do
2089 case $ac_arg in
2090 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2091 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2092 | -silent | --silent | --silen | --sile | --sil)
2093 continue ;;
2094 *\'*)
2095 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2096 esac
2097 case $ac_pass in
2098 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2099 2)
2100 as_fn_append ac_configure_args1 " '$ac_arg'"
2101 if test $ac_must_keep_next = true; then
2102 ac_must_keep_next=false # Got value, back to normal.
2103 else
2104 case $ac_arg in
2105 *=* | --config-cache | -C | -disable-* | --disable-* \
2106 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2107 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2108 | -with-* | --with-* | -without-* | --without-* | --x)
2109 case "$ac_configure_args0 " in
2110 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2111 esac
2112 ;;
2113 -* ) ac_must_keep_next=true ;;
2114 esac
2115 fi
2116 as_fn_append ac_configure_args " '$ac_arg'"
2117 ;;
2118 esac
2119 done
2120done
2121{ ac_configure_args0=; unset ac_configure_args0;}
2122{ ac_configure_args1=; unset ac_configure_args1;}
2123
2124# When interrupted or exit'd, cleanup temporary files, and complete
2125# config.log. We remove comments because anyway the quotes in there
2126# would cause problems or look ugly.
2127# WARNING: Use '\'' to represent an apostrophe within the trap.
2128# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2129trap 'exit_status=$?
2130 # Save into config.log some information that might help in debugging.
2131 {
2132 echo
2133
d0ac1c44 2134 $as_echo "## ---------------- ##
0cd79707 2135## Cache variables. ##
d0ac1c44 2136## ---------------- ##"
0cd79707
SH
2137 echo
2138 # The following way of writing the cache mishandles newlines in values,
2139(
2140 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2141 eval ac_val=\$$ac_var
2142 case $ac_val in #(
2143 *${as_nl}*)
2144 case $ac_var in #(
2145 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2146$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2147 esac
2148 case $ac_var in #(
2149 _ | IFS | as_nl) ;; #(
2150 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2151 *) { eval $ac_var=; unset $ac_var;} ;;
2152 esac ;;
2153 esac
2154 done
2155 (set) 2>&1 |
2156 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2157 *${as_nl}ac_space=\ *)
2158 sed -n \
2159 "s/'\''/'\''\\\\'\'''\''/g;
2160 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2161 ;; #(
2162 *)
2163 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2164 ;;
2165 esac |
2166 sort
2167)
2168 echo
2169
d0ac1c44 2170 $as_echo "## ----------------- ##
0cd79707 2171## Output variables. ##
d0ac1c44 2172## ----------------- ##"
0cd79707
SH
2173 echo
2174 for ac_var in $ac_subst_vars
2175 do
2176 eval ac_val=\$$ac_var
2177 case $ac_val in
2178 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2179 esac
2180 $as_echo "$ac_var='\''$ac_val'\''"
2181 done | sort
2182 echo
2183
2184 if test -n "$ac_subst_files"; then
d0ac1c44 2185 $as_echo "## ------------------- ##
0cd79707 2186## File substitutions. ##
d0ac1c44 2187## ------------------- ##"
0cd79707
SH
2188 echo
2189 for ac_var in $ac_subst_files
2190 do
2191 eval ac_val=\$$ac_var
2192 case $ac_val in
2193 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2194 esac
2195 $as_echo "$ac_var='\''$ac_val'\''"
2196 done | sort
2197 echo
2198 fi
2199
2200 if test -s confdefs.h; then
d0ac1c44 2201 $as_echo "## ----------- ##
0cd79707 2202## confdefs.h. ##
d0ac1c44 2203## ----------- ##"
0cd79707
SH
2204 echo
2205 cat confdefs.h
2206 echo
2207 fi
2208 test "$ac_signal" != 0 &&
2209 $as_echo "$as_me: caught signal $ac_signal"
2210 $as_echo "$as_me: exit $exit_status"
2211 } >&5
2212 rm -f core *.core core.conftest.* &&
2213 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2214 exit $exit_status
2215' 0
2216for ac_signal in 1 2 13 15; do
2217 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2218done
2219ac_signal=0
2220
2221# confdefs.h avoids OS command line length limits that DEFS can exceed.
2222rm -f -r conftest* confdefs.h
2223
2224$as_echo "/* confdefs.h */" > confdefs.h
2225
2226# Predefined preprocessor variables.
2227
2228cat >>confdefs.h <<_ACEOF
2229#define PACKAGE_NAME "$PACKAGE_NAME"
2230_ACEOF
2231
2232cat >>confdefs.h <<_ACEOF
2233#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2234_ACEOF
2235
2236cat >>confdefs.h <<_ACEOF
2237#define PACKAGE_VERSION "$PACKAGE_VERSION"
2238_ACEOF
2239
2240cat >>confdefs.h <<_ACEOF
2241#define PACKAGE_STRING "$PACKAGE_STRING"
2242_ACEOF
2243
2244cat >>confdefs.h <<_ACEOF
2245#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2246_ACEOF
2247
2248cat >>confdefs.h <<_ACEOF
2249#define PACKAGE_URL "$PACKAGE_URL"
2250_ACEOF
2251
2252
2253# Let the site file select an alternate cache file if it wants to.
2254# Prefer an explicitly selected file to automatically selected ones.
2255ac_site_file1=NONE
2256ac_site_file2=NONE
2257if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2258 # We do not want a PATH search for config.site.
2259 case $CONFIG_SITE in #((
2260 -*) ac_site_file1=./$CONFIG_SITE;;
2261 */*) ac_site_file1=$CONFIG_SITE;;
2262 *) ac_site_file1=./$CONFIG_SITE;;
2263 esac
0cd79707
SH
2264elif test "x$prefix" != xNONE; then
2265 ac_site_file1=$prefix/share/config.site
2266 ac_site_file2=$prefix/etc/config.site
2267else
2268 ac_site_file1=$ac_default_prefix/share/config.site
2269 ac_site_file2=$ac_default_prefix/etc/config.site
2270fi
2271for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2272do
2273 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2274 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
0cd79707
SH
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2276$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2277 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2278 . "$ac_site_file" \
2279 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2280$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2281as_fn_error $? "failed to load site script $ac_site_file
2282See \`config.log' for more details" "$LINENO" 5; }
0cd79707
SH
2283 fi
2284done
2285
2286if test -r "$cache_file"; then
d0ac1c44
SM
2287 # Some versions of bash will fail to source /dev/null (special files
2288 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2289 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
0cd79707
SH
2290 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2291$as_echo "$as_me: loading cache $cache_file" >&6;}
2292 case $cache_file in
2293 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2294 *) . "./$cache_file";;
2295 esac
2296 fi
2297else
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2299$as_echo "$as_me: creating cache $cache_file" >&6;}
2300 >$cache_file
2301fi
2302
2c2645d7
MF
2303as_fn_append ac_header_list " dlfcn.h"
2304as_fn_append ac_header_list " fcntl.h"
2305as_fn_append ac_header_list " fpu_control.h"
2306as_fn_append ac_header_list " unistd.h"
2307as_fn_append ac_header_list " sys/mman.h"
2308as_fn_append ac_header_list " sys/resource.h"
2c2645d7 2309as_fn_append ac_header_list " sys/stat.h"
37e9f182
MF
2310as_fn_append ac_func_list " __setfpucw"
2311as_fn_append ac_func_list " ftruncate"
2312as_fn_append ac_func_list " getrusage"
2313as_fn_append ac_func_list " lstat"
2314as_fn_append ac_func_list " mmap"
2315as_fn_append ac_func_list " munmap"
2316as_fn_append ac_func_list " posix_fallocate"
2317as_fn_append ac_func_list " sigaction"
2318as_fn_append ac_func_list " time"
2319as_fn_append ac_func_list " truncate"
0cd79707
SH
2320# Check that the precious variables saved in the cache have kept the same
2321# value.
2322ac_cache_corrupted=false
2323for ac_var in $ac_precious_vars; do
2324 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2325 eval ac_new_set=\$ac_env_${ac_var}_set
2326 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2327 eval ac_new_val=\$ac_env_${ac_var}_value
2328 case $ac_old_set,$ac_new_set in
2329 set,)
2330 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2331$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2332 ac_cache_corrupted=: ;;
2333 ,set)
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2335$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2336 ac_cache_corrupted=: ;;
2337 ,);;
2338 *)
2339 if test "x$ac_old_val" != "x$ac_new_val"; then
2340 # differences in whitespace do not lead to failure.
2341 ac_old_val_w=`echo x $ac_old_val`
2342 ac_new_val_w=`echo x $ac_new_val`
2343 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2344 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2345$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2346 ac_cache_corrupted=:
2347 else
2348 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2349$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2350 eval $ac_var=\$ac_old_val
2351 fi
2352 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2353$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2355$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2356 fi;;
2357 esac
2358 # Pass precious variables to config.status.
2359 if test "$ac_new_set" = set; then
2360 case $ac_new_val in
2361 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2362 *) ac_arg=$ac_var=$ac_new_val ;;
2363 esac
2364 case " $ac_configure_args " in
2365 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2366 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2367 esac
2368 fi
2369done
2370if $ac_cache_corrupted; then
2371 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2372$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2374$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2375 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
0cd79707
SH
2376fi
2377## -------------------- ##
2378## Main body of script. ##
2379## -------------------- ##
2380
2381ac_ext=c
2382ac_cpp='$CPP $CPPFLAGS'
2383ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2384ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2385ac_compiler_gnu=$ac_cv_c_compiler_gnu
2386
2387
0cd79707
SH
2388
2389
2390
2391
2392
c2783492
MF
2393ac_aux_dir=
2394for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2395 if test -f "$ac_dir/install-sh"; then
2396 ac_aux_dir=$ac_dir
2397 ac_install_sh="$ac_aux_dir/install-sh -c"
2398 break
2399 elif test -f "$ac_dir/install.sh"; then
2400 ac_aux_dir=$ac_dir
2401 ac_install_sh="$ac_aux_dir/install.sh -c"
2402 break
2403 elif test -f "$ac_dir/shtool"; then
2404 ac_aux_dir=$ac_dir
2405 ac_install_sh="$ac_aux_dir/shtool install -c"
2406 break
2407 fi
2408done
2409if test -z "$ac_aux_dir"; then
2410 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2411fi
2412
2413# These three variables are undocumented and unsupported,
2414# and are intended to be withdrawn in a future Autoconf release.
2415# They can cause serious problems if a builder's source tree is in a directory
2416# whose full name contains unusual characters.
2417ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2418ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2419ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2420
2421
2422# Make sure we can run config.sub.
2423$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2424 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2425
2426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2427$as_echo_n "checking build system type... " >&6; }
2428if ${ac_cv_build+:} false; then :
2429 $as_echo_n "(cached) " >&6
2430else
2431 ac_build_alias=$build_alias
2432test "x$ac_build_alias" = x &&
2433 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2434test "x$ac_build_alias" = x &&
2435 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2436ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2437 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2438
2439fi
2440{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2441$as_echo "$ac_cv_build" >&6; }
2442case $ac_cv_build in
2443*-*-*) ;;
2444*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2445esac
2446build=$ac_cv_build
2447ac_save_IFS=$IFS; IFS='-'
2448set x $ac_cv_build
2449shift
2450build_cpu=$1
2451build_vendor=$2
2452shift; shift
2453# Remember, the first character of IFS is used to create $*,
2454# except with old shells:
2455build_os=$*
2456IFS=$ac_save_IFS
2457case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2458
2459
2460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2461$as_echo_n "checking host system type... " >&6; }
2462if ${ac_cv_host+:} false; then :
2463 $as_echo_n "(cached) " >&6
2464else
2465 if test "x$host_alias" = x; then
2466 ac_cv_host=$ac_cv_build
2467else
2468 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2469 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2470fi
2471
2472fi
2473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2474$as_echo "$ac_cv_host" >&6; }
2475case $ac_cv_host in
2476*-*-*) ;;
2477*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2478esac
2479host=$ac_cv_host
2480ac_save_IFS=$IFS; IFS='-'
2481set x $ac_cv_host
2482shift
2483host_cpu=$1
2484host_vendor=$2
2485shift; shift
2486# Remember, the first character of IFS is used to create $*,
2487# except with old shells:
2488host_os=$*
2489IFS=$ac_save_IFS
2490case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2491
2492
2493{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2494$as_echo_n "checking target system type... " >&6; }
2495if ${ac_cv_target+:} false; then :
2496 $as_echo_n "(cached) " >&6
2497else
2498 if test "x$target_alias" = x; then
2499 ac_cv_target=$ac_cv_host
2500else
2501 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2502 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2503fi
2504
2505fi
2506{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2507$as_echo "$ac_cv_target" >&6; }
2508case $ac_cv_target in
2509*-*-*) ;;
2510*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2511esac
2512target=$ac_cv_target
2513ac_save_IFS=$IFS; IFS='-'
2514set x $ac_cv_target
2515shift
2516target_cpu=$1
2517target_vendor=$2
2518shift; shift
2519# Remember, the first character of IFS is used to create $*,
2520# except with old shells:
2521target_os=$*
2522IFS=$ac_save_IFS
2523case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2524
2525
2526# The aliases save the names the user supplied, while $host etc.
2527# will get canonicalized.
2528test -n "$target_alias" &&
2529 test "$program_prefix$program_suffix$program_transform_name" = \
2530 NONENONEs,x,x, &&
2531 program_prefix=${target_alias}-
0cd79707
SH
2532ac_ext=c
2533ac_cpp='$CPP $CPPFLAGS'
2534ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2535ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2536ac_compiler_gnu=$ac_cv_c_compiler_gnu
2537if test -n "$ac_tool_prefix"; then
2538 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2539set dummy ${ac_tool_prefix}gcc; ac_word=$2
2540{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2541$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2542if ${ac_cv_prog_CC+:} false; then :
0cd79707
SH
2543 $as_echo_n "(cached) " >&6
2544else
2545 if test -n "$CC"; then
2546 ac_cv_prog_CC="$CC" # Let the user override the test.
2547else
2548as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2549for as_dir in $PATH
2550do
2551 IFS=$as_save_IFS
2552 test -z "$as_dir" && as_dir=.
2553 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2554 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
2555 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2557 break 2
2558 fi
2559done
2560 done
2561IFS=$as_save_IFS
2562
2563fi
2564fi
2565CC=$ac_cv_prog_CC
2566if test -n "$CC"; then
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2568$as_echo "$CC" >&6; }
2569else
2570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2571$as_echo "no" >&6; }
2572fi
2573
2574
2575fi
2576if test -z "$ac_cv_prog_CC"; then
2577 ac_ct_CC=$CC
2578 # Extract the first word of "gcc", so it can be a program name with args.
2579set dummy gcc; ac_word=$2
2580{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2581$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2582if ${ac_cv_prog_ac_ct_CC+:} false; then :
0cd79707
SH
2583 $as_echo_n "(cached) " >&6
2584else
2585 if test -n "$ac_ct_CC"; then
2586 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2587else
2588as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2589for as_dir in $PATH
2590do
2591 IFS=$as_save_IFS
2592 test -z "$as_dir" && as_dir=.
2593 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2594 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
2595 ac_cv_prog_ac_ct_CC="gcc"
2596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2597 break 2
2598 fi
2599done
2600 done
2601IFS=$as_save_IFS
2602
2603fi
2604fi
2605ac_ct_CC=$ac_cv_prog_ac_ct_CC
2606if test -n "$ac_ct_CC"; then
2607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2608$as_echo "$ac_ct_CC" >&6; }
2609else
2610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2611$as_echo "no" >&6; }
2612fi
2613
2614 if test "x$ac_ct_CC" = x; then
2615 CC=""
2616 else
2617 case $cross_compiling:$ac_tool_warned in
2618yes:)
2619{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2620$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2621ac_tool_warned=yes ;;
2622esac
2623 CC=$ac_ct_CC
2624 fi
2625else
2626 CC="$ac_cv_prog_CC"
2627fi
2628
2629if test -z "$CC"; then
2630 if test -n "$ac_tool_prefix"; then
2631 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2632set dummy ${ac_tool_prefix}cc; ac_word=$2
2633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2634$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2635if ${ac_cv_prog_CC+:} false; then :
0cd79707
SH
2636 $as_echo_n "(cached) " >&6
2637else
2638 if test -n "$CC"; then
2639 ac_cv_prog_CC="$CC" # Let the user override the test.
2640else
2641as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2642for as_dir in $PATH
2643do
2644 IFS=$as_save_IFS
2645 test -z "$as_dir" && as_dir=.
2646 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2647 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
2648 ac_cv_prog_CC="${ac_tool_prefix}cc"
2649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2650 break 2
2651 fi
2652done
2653 done
2654IFS=$as_save_IFS
2655
2656fi
2657fi
2658CC=$ac_cv_prog_CC
2659if test -n "$CC"; then
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2661$as_echo "$CC" >&6; }
2662else
2663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2664$as_echo "no" >&6; }
2665fi
2666
2667
2668 fi
2669fi
2670if test -z "$CC"; then
2671 # Extract the first word of "cc", so it can be a program name with args.
2672set dummy cc; ac_word=$2
2673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2674$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2675if ${ac_cv_prog_CC+:} false; then :
0cd79707
SH
2676 $as_echo_n "(cached) " >&6
2677else
2678 if test -n "$CC"; then
2679 ac_cv_prog_CC="$CC" # Let the user override the test.
2680else
2681 ac_prog_rejected=no
2682as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2683for as_dir in $PATH
2684do
2685 IFS=$as_save_IFS
2686 test -z "$as_dir" && as_dir=.
2687 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2688 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
2689 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2690 ac_prog_rejected=yes
2691 continue
2692 fi
2693 ac_cv_prog_CC="cc"
2694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2695 break 2
2696 fi
2697done
2698 done
2699IFS=$as_save_IFS
2700
2701if test $ac_prog_rejected = yes; then
2702 # We found a bogon in the path, so make sure we never use it.
2703 set dummy $ac_cv_prog_CC
2704 shift
2705 if test $# != 0; then
2706 # We chose a different compiler from the bogus one.
2707 # However, it has the same basename, so the bogon will be chosen
2708 # first if we set CC to just the basename; use the full file name.
2709 shift
2710 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2711 fi
2712fi
2713fi
2714fi
2715CC=$ac_cv_prog_CC
2716if test -n "$CC"; then
2717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2718$as_echo "$CC" >&6; }
2719else
2720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2721$as_echo "no" >&6; }
2722fi
2723
2724
2725fi
2726if test -z "$CC"; then
2727 if test -n "$ac_tool_prefix"; then
2728 for ac_prog in cl.exe
2729 do
2730 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2731set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2733$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2734if ${ac_cv_prog_CC+:} false; then :
0cd79707
SH
2735 $as_echo_n "(cached) " >&6
2736else
2737 if test -n "$CC"; then
2738 ac_cv_prog_CC="$CC" # Let the user override the test.
2739else
2740as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2741for as_dir in $PATH
2742do
2743 IFS=$as_save_IFS
2744 test -z "$as_dir" && as_dir=.
2745 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2746 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
2747 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2749 break 2
2750 fi
2751done
2752 done
2753IFS=$as_save_IFS
2754
2755fi
2756fi
2757CC=$ac_cv_prog_CC
2758if test -n "$CC"; then
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2760$as_echo "$CC" >&6; }
2761else
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2763$as_echo "no" >&6; }
2764fi
2765
2766
2767 test -n "$CC" && break
2768 done
2769fi
2770if test -z "$CC"; then
2771 ac_ct_CC=$CC
2772 for ac_prog in cl.exe
2773do
2774 # Extract the first word of "$ac_prog", so it can be a program name with args.
2775set dummy $ac_prog; ac_word=$2
2776{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2777$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2778if ${ac_cv_prog_ac_ct_CC+:} false; then :
0cd79707
SH
2779 $as_echo_n "(cached) " >&6
2780else
2781 if test -n "$ac_ct_CC"; then
2782 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2783else
2784as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2785for as_dir in $PATH
2786do
2787 IFS=$as_save_IFS
2788 test -z "$as_dir" && as_dir=.
2789 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2790 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
2791 ac_cv_prog_ac_ct_CC="$ac_prog"
2792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2793 break 2
2794 fi
2795done
2796 done
2797IFS=$as_save_IFS
2798
2799fi
2800fi
2801ac_ct_CC=$ac_cv_prog_ac_ct_CC
2802if test -n "$ac_ct_CC"; then
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2804$as_echo "$ac_ct_CC" >&6; }
2805else
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2807$as_echo "no" >&6; }
2808fi
2809
2810
2811 test -n "$ac_ct_CC" && break
2812done
2813
2814 if test "x$ac_ct_CC" = x; then
2815 CC=""
2816 else
2817 case $cross_compiling:$ac_tool_warned in
2818yes:)
2819{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2820$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2821ac_tool_warned=yes ;;
2822esac
2823 CC=$ac_ct_CC
2824 fi
2825fi
2826
2827fi
2828
2829
2830test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2831$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2832as_fn_error $? "no acceptable C compiler found in \$PATH
2833See \`config.log' for more details" "$LINENO" 5; }
0cd79707
SH
2834
2835# Provide some information about the compiler.
2836$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2837set X $ac_compile
2838ac_compiler=$2
2839for ac_option in --version -v -V -qversion; do
2840 { { ac_try="$ac_compiler $ac_option >&5"
2841case "(($ac_try" in
2842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2843 *) ac_try_echo=$ac_try;;
2844esac
2845eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2846$as_echo "$ac_try_echo"; } >&5
2847 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2848 ac_status=$?
2849 if test -s conftest.err; then
2850 sed '10a\
2851... rest of stderr output deleted ...
2852 10q' conftest.err >conftest.er1
2853 cat conftest.er1 >&5
2854 fi
d0ac1c44 2855 rm -f conftest.er1 conftest.err
0cd79707
SH
2856 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2857 test $ac_status = 0; }
2858done
2859
2860cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2861/* end confdefs.h. */
2862
2863int
2864main ()
2865{
2866
2867 ;
2868 return 0;
2869}
2870_ACEOF
2871ac_clean_files_save=$ac_clean_files
d0ac1c44 2872ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
0cd79707
SH
2873# Try to create an executable without -o first, disregard a.out.
2874# It will help us diagnose broken compilers, and finding out an intuition
2875# of exeext.
d0ac1c44
SM
2876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2877$as_echo_n "checking whether the C compiler works... " >&6; }
0cd79707
SH
2878ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2879
2880# The possible output files:
2881ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2882
2883ac_rmfiles=
2884for ac_file in $ac_files
2885do
2886 case $ac_file in
2887 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2888 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2889 esac
2890done
2891rm -f $ac_rmfiles
2892
2893if { { ac_try="$ac_link_default"
2894case "(($ac_try" in
2895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2896 *) ac_try_echo=$ac_try;;
2897esac
2898eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2899$as_echo "$ac_try_echo"; } >&5
2900 (eval "$ac_link_default") 2>&5
2901 ac_status=$?
2902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2903 test $ac_status = 0; }; then :
2904 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2905# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2906# in a Makefile. We should not override ac_cv_exeext if it was cached,
2907# so that the user can short-circuit this test for compilers unknown to
2908# Autoconf.
2909for ac_file in $ac_files ''
2910do
2911 test -f "$ac_file" || continue
2912 case $ac_file in
2913 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2914 ;;
2915 [ab].out )
2916 # We found the default executable, but exeext='' is most
2917 # certainly right.
2918 break;;
2919 *.* )
2920 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2921 then :; else
2922 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2923 fi
2924 # We set ac_cv_exeext here because the later test for it is not
2925 # safe: cross compilers may not add the suffix if given an `-o'
2926 # argument, so we may need to know it at that point already.
2927 # Even if this section looks crufty: it has the advantage of
2928 # actually working.
2929 break;;
2930 * )
2931 break;;
2932 esac
2933done
2934test "$ac_cv_exeext" = no && ac_cv_exeext=
2935
2936else
2937 ac_file=''
2938fi
2939if test -z "$ac_file"; then :
d0ac1c44
SM
2940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2941$as_echo "no" >&6; }
2942$as_echo "$as_me: failed program was:" >&5
0cd79707
SH
2943sed 's/^/| /' conftest.$ac_ext >&5
2944
2945{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2946$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2947as_fn_error 77 "C compiler cannot create executables
2948See \`config.log' for more details" "$LINENO" 5; }
2949else
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2951$as_echo "yes" >&6; }
0cd79707 2952fi
d0ac1c44
SM
2953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2954$as_echo_n "checking for C compiler default output file name... " >&6; }
2955{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2956$as_echo "$ac_file" >&6; }
0cd79707
SH
2957ac_exeext=$ac_cv_exeext
2958
d0ac1c44 2959rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
0cd79707
SH
2960ac_clean_files=$ac_clean_files_save
2961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2962$as_echo_n "checking for suffix of executables... " >&6; }
2963if { { ac_try="$ac_link"
2964case "(($ac_try" in
2965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2966 *) ac_try_echo=$ac_try;;
2967esac
2968eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2969$as_echo "$ac_try_echo"; } >&5
2970 (eval "$ac_link") 2>&5
2971 ac_status=$?
2972 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2973 test $ac_status = 0; }; then :
2974 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2975# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2976# work properly (i.e., refer to `conftest.exe'), while it won't with
2977# `rm'.
2978for ac_file in conftest.exe conftest conftest.*; do
2979 test -f "$ac_file" || continue
2980 case $ac_file in
2981 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2982 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2983 break;;
2984 * ) break;;
2985 esac
2986done
2987else
2988 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2989$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2990as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2991See \`config.log' for more details" "$LINENO" 5; }
0cd79707 2992fi
d0ac1c44 2993rm -f conftest conftest$ac_cv_exeext
0cd79707
SH
2994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2995$as_echo "$ac_cv_exeext" >&6; }
2996
2997rm -f conftest.$ac_ext
2998EXEEXT=$ac_cv_exeext
2999ac_exeext=$EXEEXT
d0ac1c44
SM
3000cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3001/* end confdefs.h. */
3002#include <stdio.h>
3003int
3004main ()
3005{
3006FILE *f = fopen ("conftest.out", "w");
3007 return ferror (f) || fclose (f) != 0;
3008
3009 ;
3010 return 0;
3011}
3012_ACEOF
3013ac_clean_files="$ac_clean_files conftest.out"
3014# Check that the compiler produces executables we can run. If not, either
3015# the compiler is broken, or we cross compile.
3016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3017$as_echo_n "checking whether we are cross compiling... " >&6; }
3018if test "$cross_compiling" != yes; then
3019 { { ac_try="$ac_link"
3020case "(($ac_try" in
3021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3022 *) ac_try_echo=$ac_try;;
3023esac
3024eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3025$as_echo "$ac_try_echo"; } >&5
3026 (eval "$ac_link") 2>&5
3027 ac_status=$?
3028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3029 test $ac_status = 0; }
3030 if { ac_try='./conftest$ac_cv_exeext'
3031 { { case "(($ac_try" in
3032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3033 *) ac_try_echo=$ac_try;;
3034esac
3035eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3036$as_echo "$ac_try_echo"; } >&5
3037 (eval "$ac_try") 2>&5
3038 ac_status=$?
3039 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3040 test $ac_status = 0; }; }; then
3041 cross_compiling=no
3042 else
3043 if test "$cross_compiling" = maybe; then
3044 cross_compiling=yes
3045 else
3046 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3047$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3048as_fn_error $? "cannot run C compiled programs.
3049If you meant to cross compile, use \`--host'.
3050See \`config.log' for more details" "$LINENO" 5; }
3051 fi
3052 fi
3053fi
3054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3055$as_echo "$cross_compiling" >&6; }
3056
3057rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3058ac_clean_files=$ac_clean_files_save
0cd79707
SH
3059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3060$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3061if ${ac_cv_objext+:} false; then :
0cd79707
SH
3062 $as_echo_n "(cached) " >&6
3063else
3064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3065/* end confdefs.h. */
3066
3067int
3068main ()
3069{
3070
3071 ;
3072 return 0;
3073}
3074_ACEOF
3075rm -f conftest.o conftest.obj
3076if { { ac_try="$ac_compile"
3077case "(($ac_try" in
3078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3079 *) ac_try_echo=$ac_try;;
3080esac
3081eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3082$as_echo "$ac_try_echo"; } >&5
3083 (eval "$ac_compile") 2>&5
3084 ac_status=$?
3085 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3086 test $ac_status = 0; }; then :
3087 for ac_file in conftest.o conftest.obj conftest.*; do
3088 test -f "$ac_file" || continue;
3089 case $ac_file in
3090 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3091 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3092 break;;
3093 esac
3094done
3095else
3096 $as_echo "$as_me: failed program was:" >&5
3097sed 's/^/| /' conftest.$ac_ext >&5
3098
3099{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3100$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3101as_fn_error $? "cannot compute suffix of object files: cannot compile
3102See \`config.log' for more details" "$LINENO" 5; }
0cd79707
SH
3103fi
3104rm -f conftest.$ac_cv_objext conftest.$ac_ext
3105fi
3106{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3107$as_echo "$ac_cv_objext" >&6; }
3108OBJEXT=$ac_cv_objext
3109ac_objext=$OBJEXT
3110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3111$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3112if ${ac_cv_c_compiler_gnu+:} false; then :
0cd79707
SH
3113 $as_echo_n "(cached) " >&6
3114else
3115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3116/* end confdefs.h. */
3117
3118int
3119main ()
3120{
3121#ifndef __GNUC__
3122 choke me
3123#endif
3124
3125 ;
3126 return 0;
3127}
3128_ACEOF
3129if ac_fn_c_try_compile "$LINENO"; then :
3130 ac_compiler_gnu=yes
3131else
3132 ac_compiler_gnu=no
3133fi
3134rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3135ac_cv_c_compiler_gnu=$ac_compiler_gnu
3136
3137fi
3138{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3139$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3140if test $ac_compiler_gnu = yes; then
3141 GCC=yes
3142else
3143 GCC=
3144fi
3145ac_test_CFLAGS=${CFLAGS+set}
3146ac_save_CFLAGS=$CFLAGS
3147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3148$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3149if ${ac_cv_prog_cc_g+:} false; then :
0cd79707
SH
3150 $as_echo_n "(cached) " >&6
3151else
3152 ac_save_c_werror_flag=$ac_c_werror_flag
3153 ac_c_werror_flag=yes
3154 ac_cv_prog_cc_g=no
3155 CFLAGS="-g"
3156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3157/* end confdefs.h. */
3158
3159int
3160main ()
3161{
3162
3163 ;
3164 return 0;
3165}
3166_ACEOF
3167if ac_fn_c_try_compile "$LINENO"; then :
3168 ac_cv_prog_cc_g=yes
3169else
3170 CFLAGS=""
3171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3172/* end confdefs.h. */
3173
3174int
3175main ()
3176{
3177
3178 ;
3179 return 0;
3180}
3181_ACEOF
3182if ac_fn_c_try_compile "$LINENO"; then :
3183
3184else
3185 ac_c_werror_flag=$ac_save_c_werror_flag
3186 CFLAGS="-g"
3187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3188/* end confdefs.h. */
3189
3190int
3191main ()
3192{
3193
3194 ;
3195 return 0;
3196}
3197_ACEOF
3198if ac_fn_c_try_compile "$LINENO"; then :
3199 ac_cv_prog_cc_g=yes
3200fi
3201rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3202fi
3203rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3204fi
3205rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3206 ac_c_werror_flag=$ac_save_c_werror_flag
3207fi
3208{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3209$as_echo "$ac_cv_prog_cc_g" >&6; }
3210if test "$ac_test_CFLAGS" = set; then
3211 CFLAGS=$ac_save_CFLAGS
3212elif test $ac_cv_prog_cc_g = yes; then
3213 if test "$GCC" = yes; then
3214 CFLAGS="-g -O2"
3215 else
3216 CFLAGS="-g"
3217 fi
3218else
3219 if test "$GCC" = yes; then
3220 CFLAGS="-O2"
3221 else
3222 CFLAGS=
3223 fi
3224fi
3225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3226$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3227if ${ac_cv_prog_cc_c89+:} false; then :
0cd79707
SH
3228 $as_echo_n "(cached) " >&6
3229else
3230 ac_cv_prog_cc_c89=no
3231ac_save_CC=$CC
3232cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3233/* end confdefs.h. */
3234#include <stdarg.h>
3235#include <stdio.h>
d0ac1c44 3236struct stat;
0cd79707
SH
3237/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3238struct buf { int x; };
3239FILE * (*rcsopen) (struct buf *, struct stat *, int);
3240static char *e (p, i)
3241 char **p;
3242 int i;
3243{
3244 return p[i];
3245}
3246static char *f (char * (*g) (char **, int), char **p, ...)
3247{
3248 char *s;
3249 va_list v;
3250 va_start (v,p);
3251 s = g (p, va_arg (v,int));
3252 va_end (v);
3253 return s;
3254}
3255
3256/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3257 function prototypes and stuff, but not '\xHH' hex character constants.
3258 These don't provoke an error unfortunately, instead are silently treated
3259 as 'x'. The following induces an error, until -std is added to get
3260 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3261 array size at least. It's necessary to write '\x00'==0 to get something
3262 that's true only with -std. */
3263int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3264
3265/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3266 inside strings and character constants. */
3267#define FOO(x) 'x'
3268int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3269
3270int test (int i, double x);
3271struct s1 {int (*f) (int a);};
3272struct s2 {int (*f) (double a);};
3273int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3274int argc;
3275char **argv;
3276int
3277main ()
3278{
3279return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3280 ;
3281 return 0;
3282}
3283_ACEOF
3284for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3285 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3286do
3287 CC="$ac_save_CC $ac_arg"
3288 if ac_fn_c_try_compile "$LINENO"; then :
3289 ac_cv_prog_cc_c89=$ac_arg
3290fi
3291rm -f core conftest.err conftest.$ac_objext
3292 test "x$ac_cv_prog_cc_c89" != "xno" && break
3293done
3294rm -f conftest.$ac_ext
3295CC=$ac_save_CC
3296
3297fi
3298# AC_CACHE_VAL
3299case "x$ac_cv_prog_cc_c89" in
3300 x)
3301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3302$as_echo "none needed" >&6; } ;;
3303 xno)
3304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3305$as_echo "unsupported" >&6; } ;;
3306 *)
3307 CC="$CC $ac_cv_prog_cc_c89"
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3309$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3310esac
3311if test "x$ac_cv_prog_cc_c89" != xno; then :
3312
3313fi
3314
3315ac_ext=c
3316ac_cpp='$CPP $CPPFLAGS'
3317ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3318ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3319ac_compiler_gnu=$ac_cv_c_compiler_gnu
3320
c2783492 3321
ebe9564b
MF
3322ac_ext=c
3323ac_cpp='$CPP $CPPFLAGS'
3324ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3325ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3326ac_compiler_gnu=$ac_cv_c_compiler_gnu
3327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3328$as_echo_n "checking how to run the C preprocessor... " >&6; }
3329# On Suns, sometimes $CPP names a directory.
3330if test -n "$CPP" && test -d "$CPP"; then
3331 CPP=
3332fi
3333if test -z "$CPP"; then
3334 if ${ac_cv_prog_CPP+:} false; then :
3335 $as_echo_n "(cached) " >&6
3336else
3337 # Double quotes because CPP needs to be expanded
3338 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3339 do
3340 ac_preproc_ok=false
3341for ac_c_preproc_warn_flag in '' yes
3342do
3343 # Use a header file that comes with gcc, so configuring glibc
3344 # with a fresh cross-compiler works.
3345 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3346 # <limits.h> exists even on freestanding compilers.
3347 # On the NeXT, cc -E runs the code through the compiler's parser,
3348 # not just through cpp. "Syntax error" is here to catch this case.
3349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3350/* end confdefs.h. */
3351#ifdef __STDC__
3352# include <limits.h>
3353#else
3354# include <assert.h>
3355#endif
3356 Syntax error
3357_ACEOF
3358if ac_fn_c_try_cpp "$LINENO"; then :
3359
3360else
3361 # Broken: fails on valid input.
3362continue
3363fi
3364rm -f conftest.err conftest.i conftest.$ac_ext
3365
3366 # OK, works on sane cases. Now check whether nonexistent headers
3367 # can be detected and how.
3368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3369/* end confdefs.h. */
3370#include <ac_nonexistent.h>
3371_ACEOF
3372if ac_fn_c_try_cpp "$LINENO"; then :
3373 # Broken: success on invalid input.
3374continue
3375else
3376 # Passes both tests.
3377ac_preproc_ok=:
3378break
3379fi
3380rm -f conftest.err conftest.i conftest.$ac_ext
3381
3382done
3383# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3384rm -f conftest.i conftest.err conftest.$ac_ext
3385if $ac_preproc_ok; then :
3386 break
3387fi
3388
3389 done
3390 ac_cv_prog_CPP=$CPP
3391
3392fi
3393 CPP=$ac_cv_prog_CPP
3394else
3395 ac_cv_prog_CPP=$CPP
3396fi
3397{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3398$as_echo "$CPP" >&6; }
3399ac_preproc_ok=false
3400for ac_c_preproc_warn_flag in '' yes
3401do
3402 # Use a header file that comes with gcc, so configuring glibc
3403 # with a fresh cross-compiler works.
3404 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3405 # <limits.h> exists even on freestanding compilers.
3406 # On the NeXT, cc -E runs the code through the compiler's parser,
3407 # not just through cpp. "Syntax error" is here to catch this case.
3408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3409/* end confdefs.h. */
3410#ifdef __STDC__
3411# include <limits.h>
3412#else
3413# include <assert.h>
3414#endif
3415 Syntax error
3416_ACEOF
3417if ac_fn_c_try_cpp "$LINENO"; then :
3418
3419else
3420 # Broken: fails on valid input.
3421continue
3422fi
3423rm -f conftest.err conftest.i conftest.$ac_ext
3424
3425 # OK, works on sane cases. Now check whether nonexistent headers
3426 # can be detected and how.
3427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3428/* end confdefs.h. */
3429#include <ac_nonexistent.h>
3430_ACEOF
3431if ac_fn_c_try_cpp "$LINENO"; then :
3432 # Broken: success on invalid input.
3433continue
3434else
3435 # Passes both tests.
3436ac_preproc_ok=:
3437break
3438fi
3439rm -f conftest.err conftest.i conftest.$ac_ext
3440
3441done
3442# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3443rm -f conftest.i conftest.err conftest.$ac_ext
3444if $ac_preproc_ok; then :
3445
3446else
3447 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3448$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3449as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3450See \`config.log' for more details" "$LINENO" 5; }
3451fi
3452
3453ac_ext=c
3454ac_cpp='$CPP $CPPFLAGS'
3455ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3456ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3457ac_compiler_gnu=$ac_cv_c_compiler_gnu
3458
0cd79707
SH
3459
3460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3461$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3462if ${ac_cv_path_GREP+:} false; then :
0cd79707
SH
3463 $as_echo_n "(cached) " >&6
3464else
3465 if test -z "$GREP"; then
3466 ac_path_GREP_found=false
3467 # Loop through the user's path and test for each of PROGNAME-LIST
3468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3469for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3470do
3471 IFS=$as_save_IFS
3472 test -z "$as_dir" && as_dir=.
3473 for ac_prog in grep ggrep; do
3474 for ac_exec_ext in '' $ac_executable_extensions; do
3475 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3476 as_fn_executable_p "$ac_path_GREP" || continue
0cd79707
SH
3477# Check for GNU ac_path_GREP and select it if it is found.
3478 # Check for GNU $ac_path_GREP
3479case `"$ac_path_GREP" --version 2>&1` in
3480*GNU*)
3481 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3482*)
3483 ac_count=0
3484 $as_echo_n 0123456789 >"conftest.in"
3485 while :
3486 do
3487 cat "conftest.in" "conftest.in" >"conftest.tmp"
3488 mv "conftest.tmp" "conftest.in"
3489 cp "conftest.in" "conftest.nl"
3490 $as_echo 'GREP' >> "conftest.nl"
3491 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3492 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3493 as_fn_arith $ac_count + 1 && ac_count=$as_val
3494 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3495 # Best one so far, save it but keep looking for a better one
3496 ac_cv_path_GREP="$ac_path_GREP"
3497 ac_path_GREP_max=$ac_count
3498 fi
3499 # 10*(2^10) chars as input seems more than enough
3500 test $ac_count -gt 10 && break
3501 done
3502 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3503esac
3504
3505 $ac_path_GREP_found && break 3
3506 done
3507 done
3508 done
3509IFS=$as_save_IFS
3510 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3511 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
0cd79707
SH
3512 fi
3513else
3514 ac_cv_path_GREP=$GREP
3515fi
3516
3517fi
3518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3519$as_echo "$ac_cv_path_GREP" >&6; }
3520 GREP="$ac_cv_path_GREP"
3521
3522
3523{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3524$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3525if ${ac_cv_path_EGREP+:} false; then :
0cd79707
SH
3526 $as_echo_n "(cached) " >&6
3527else
3528 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3529 then ac_cv_path_EGREP="$GREP -E"
3530 else
3531 if test -z "$EGREP"; then
3532 ac_path_EGREP_found=false
3533 # Loop through the user's path and test for each of PROGNAME-LIST
3534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3535for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3536do
3537 IFS=$as_save_IFS
3538 test -z "$as_dir" && as_dir=.
3539 for ac_prog in egrep; do
3540 for ac_exec_ext in '' $ac_executable_extensions; do
3541 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3542 as_fn_executable_p "$ac_path_EGREP" || continue
0cd79707
SH
3543# Check for GNU ac_path_EGREP and select it if it is found.
3544 # Check for GNU $ac_path_EGREP
3545case `"$ac_path_EGREP" --version 2>&1` in
3546*GNU*)
3547 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3548*)
3549 ac_count=0
3550 $as_echo_n 0123456789 >"conftest.in"
3551 while :
3552 do
3553 cat "conftest.in" "conftest.in" >"conftest.tmp"
3554 mv "conftest.tmp" "conftest.in"
3555 cp "conftest.in" "conftest.nl"
3556 $as_echo 'EGREP' >> "conftest.nl"
3557 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3558 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3559 as_fn_arith $ac_count + 1 && ac_count=$as_val
3560 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3561 # Best one so far, save it but keep looking for a better one
3562 ac_cv_path_EGREP="$ac_path_EGREP"
3563 ac_path_EGREP_max=$ac_count
3564 fi
3565 # 10*(2^10) chars as input seems more than enough
3566 test $ac_count -gt 10 && break
3567 done
3568 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3569esac
3570
3571 $ac_path_EGREP_found && break 3
3572 done
3573 done
3574 done
3575IFS=$as_save_IFS
3576 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3577 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
0cd79707
SH
3578 fi
3579else
3580 ac_cv_path_EGREP=$EGREP
3581fi
3582
3583 fi
3584fi
3585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3586$as_echo "$ac_cv_path_EGREP" >&6; }
3587 EGREP="$ac_cv_path_EGREP"
3588
3589
3590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3591$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3592if ${ac_cv_header_stdc+:} false; then :
0cd79707
SH
3593 $as_echo_n "(cached) " >&6
3594else
3595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3596/* end confdefs.h. */
3597#include <stdlib.h>
3598#include <stdarg.h>
3599#include <string.h>
3600#include <float.h>
3601
3602int
3603main ()
3604{
3605
3606 ;
3607 return 0;
3608}
3609_ACEOF
3610if ac_fn_c_try_compile "$LINENO"; then :
3611 ac_cv_header_stdc=yes
3612else
3613 ac_cv_header_stdc=no
3614fi
3615rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3616
3617if test $ac_cv_header_stdc = yes; then
3618 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3620/* end confdefs.h. */
3621#include <string.h>
3622
3623_ACEOF
3624if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3625 $EGREP "memchr" >/dev/null 2>&1; then :
3626
3627else
3628 ac_cv_header_stdc=no
3629fi
3630rm -f conftest*
3631
3632fi
3633
3634if test $ac_cv_header_stdc = yes; then
3635 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3637/* end confdefs.h. */
3638#include <stdlib.h>
3639
3640_ACEOF
3641if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3642 $EGREP "free" >/dev/null 2>&1; then :
3643
3644else
3645 ac_cv_header_stdc=no
3646fi
3647rm -f conftest*
3648
3649fi
3650
3651if test $ac_cv_header_stdc = yes; then
3652 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3653 if test "$cross_compiling" = yes; then :
3654 :
3655else
3656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3657/* end confdefs.h. */
3658#include <ctype.h>
3659#include <stdlib.h>
3660#if ((' ' & 0x0FF) == 0x020)
3661# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3662# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3663#else
3664# define ISLOWER(c) \
3665 (('a' <= (c) && (c) <= 'i') \
3666 || ('j' <= (c) && (c) <= 'r') \
3667 || ('s' <= (c) && (c) <= 'z'))
3668# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3669#endif
3670
3671#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3672int
3673main ()
3674{
3675 int i;
3676 for (i = 0; i < 256; i++)
3677 if (XOR (islower (i), ISLOWER (i))
3678 || toupper (i) != TOUPPER (i))
3679 return 2;
3680 return 0;
3681}
3682_ACEOF
3683if ac_fn_c_try_run "$LINENO"; then :
3684
3685else
3686 ac_cv_header_stdc=no
3687fi
3688rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3689 conftest.$ac_objext conftest.beam conftest.$ac_ext
3690fi
3691
3692fi
3693fi
3694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3695$as_echo "$ac_cv_header_stdc" >&6; }
3696if test $ac_cv_header_stdc = yes; then
3697
3698$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3699
3700fi
3701
3702# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3703for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3704 inttypes.h stdint.h unistd.h
3705do :
3706 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3707ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3708"
d0ac1c44 3709if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
0cd79707
SH
3710 cat >>confdefs.h <<_ACEOF
3711#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3712_ACEOF
3713
3714fi
3715
3716done
3717
3718
3719
3720 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3721if test "x$ac_cv_header_minix_config_h" = xyes; then :
0cd79707
SH
3722 MINIX=yes
3723else
3724 MINIX=
3725fi
3726
3727
3728 if test "$MINIX" = yes; then
3729
3730$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3731
3732
3733$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3734
3735
3736$as_echo "#define _MINIX 1" >>confdefs.h
3737
3738 fi
3739
3740
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3742$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3743if ${ac_cv_safe_to_define___extensions__+:} false; then :
0cd79707
SH
3744 $as_echo_n "(cached) " >&6
3745else
3746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3747/* end confdefs.h. */
3748
d0ac1c44
SM
3749# define __EXTENSIONS__ 1
3750 $ac_includes_default
0cd79707
SH
3751int
3752main ()
3753{
3754
3755 ;
3756 return 0;
3757}
3758_ACEOF
3759if ac_fn_c_try_compile "$LINENO"; then :
3760 ac_cv_safe_to_define___extensions__=yes
3761else
3762 ac_cv_safe_to_define___extensions__=no
3763fi
3764rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3765fi
3766{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3767$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3768 test $ac_cv_safe_to_define___extensions__ = yes &&
3769 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3770
3771 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3772
3773 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3774
3775 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3776
3777 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3778
3779
3780test "$program_prefix" != NONE &&
3781 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3782# Use a double $ so make ignores it.
3783test "$program_suffix" != NONE &&
3784 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3785# Double any \ or $.
3786# By default was `s,x,x', remove it if useless.
3787ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3788program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3789
3790# Find a good install program. We prefer a C program (faster),
3791# so one script is as good as another. But avoid the broken or
3792# incompatible versions:
3793# SysV /etc/install, /usr/sbin/install
3794# SunOS /usr/etc/install
3795# IRIX /sbin/install
3796# AIX /bin/install
3797# AmigaOS /C/install, which installs bootblocks on floppy discs
3798# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3799# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3800# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3801# OS/2's system install, which has a completely different semantic
3802# ./install, which can be erroneously created by make from ./install.sh.
3803# Reject install programs that cannot install multiple files.
3804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3805$as_echo_n "checking for a BSD-compatible install... " >&6; }
3806if test -z "$INSTALL"; then
d0ac1c44 3807if ${ac_cv_path_install+:} false; then :
0cd79707
SH
3808 $as_echo_n "(cached) " >&6
3809else
3810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3811for as_dir in $PATH
3812do
3813 IFS=$as_save_IFS
3814 test -z "$as_dir" && as_dir=.
3815 # Account for people who put trailing slashes in PATH elements.
3816case $as_dir/ in #((
3817 ./ | .// | /[cC]/* | \
3818 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3819 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3820 /usr/ucb/* ) ;;
3821 *)
3822 # OSF1 and SCO ODT 3.0 have their own names for install.
3823 # Don't use installbsd from OSF since it installs stuff as root
3824 # by default.
3825 for ac_prog in ginstall scoinst install; do
3826 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3827 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
0cd79707
SH
3828 if test $ac_prog = install &&
3829 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3830 # AIX install. It has an incompatible calling convention.
3831 :
3832 elif test $ac_prog = install &&
3833 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3834 # program-specific install script used by HP pwplus--don't use.
3835 :
3836 else
3837 rm -rf conftest.one conftest.two conftest.dir
3838 echo one > conftest.one
3839 echo two > conftest.two
3840 mkdir conftest.dir
3841 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3842 test -s conftest.one && test -s conftest.two &&
3843 test -s conftest.dir/conftest.one &&
3844 test -s conftest.dir/conftest.two
3845 then
3846 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3847 break 3
3848 fi
3849 fi
3850 fi
3851 done
3852 done
3853 ;;
3854esac
3855
3856 done
3857IFS=$as_save_IFS
3858
3859rm -rf conftest.one conftest.two conftest.dir
3860
3861fi
3862 if test "${ac_cv_path_install+set}" = set; then
3863 INSTALL=$ac_cv_path_install
3864 else
3865 # As a last resort, use the slow shell script. Don't cache a
3866 # value for INSTALL within a source directory, because that will
3867 # break other packages using the cache if that directory is
3868 # removed, or if the value is a relative name.
3869 INSTALL=$ac_install_sh
3870 fi
3871fi
3872{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3873$as_echo "$INSTALL" >&6; }
3874
3875# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3876# It thinks the first close brace ends the variable substitution.
3877test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3878
3879test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3880
3881test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3882
3883rm -rf .tst 2>/dev/null
3884mkdir .tst 2>/dev/null
3885if test -d .tst; then
3886 am__leading_dot=.
3887else
3888 am__leading_dot=_
3889fi
3890rmdir .tst 2>/dev/null
3891
3892DEPDIR="${am__leading_dot}deps"
37e9f182
MF
3893
3894
2c2645d7
MF
3895
3896
3897 for ac_header in $ac_header_list
3898do :
3899 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3900ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3901"
3902if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3903 cat >>confdefs.h <<_ACEOF
3904#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3905_ACEOF
3906
3907fi
3908
3909done
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
37e9f182
MF
3926
3927
3928 for ac_func in $ac_func_list
3929do :
3930 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3931ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
3932if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
3933 cat >>confdefs.h <<_ACEOF
3934#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3935_ACEOF
3936
3937fi
3938done
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
0cd79707
SH
3959
3960case `pwd` in
3961 *\ * | *\ *)
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3963$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3964esac
3965
3966
3967
3968macro_version='2.2.7a'
3969macro_revision='1.3134'
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983ltmain="$ac_aux_dir/ltmain.sh"
3984
3985# Backslashify metacharacters that are still active within
3986# double-quoted strings.
3987sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3988
3989# Same as above, but do not quote variable references.
3990double_quote_subst='s/\(["`\\]\)/\\\1/g'
3991
3992# Sed substitution to delay expansion of an escaped shell variable in a
3993# double_quote_subst'ed string.
3994delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3995
3996# Sed substitution to delay expansion of an escaped single quote.
3997delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3998
3999# Sed substitution to avoid accidental globbing in evaled expressions
4000no_glob_subst='s/\*/\\\*/g'
4001
4002ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4003ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4004ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4005
4006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4007$as_echo_n "checking how to print strings... " >&6; }
4008# Test print first, because it will be a builtin if present.
4009if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4010 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4011 ECHO='print -r --'
4012elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4013 ECHO='printf %s\n'
4014else
4015 # Use this function as a fallback that always works.
4016 func_fallback_echo ()
4017 {
4018 eval 'cat <<_LTECHO_EOF
4019$1
4020_LTECHO_EOF'
4021 }
4022 ECHO='func_fallback_echo'
4023fi
4024
4025# func_echo_all arg...
4026# Invoke $ECHO with all args, space-separated.
4027func_echo_all ()
4028{
4029 $ECHO ""
4030}
4031
4032case "$ECHO" in
4033 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4034$as_echo "printf" >&6; } ;;
4035 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4036$as_echo "print -r" >&6; } ;;
4037 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4038$as_echo "cat" >&6; } ;;
4039esac
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4055$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 4056if ${ac_cv_path_SED+:} false; then :
0cd79707
SH
4057 $as_echo_n "(cached) " >&6
4058else
4059 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4060 for ac_i in 1 2 3 4 5 6 7; do
4061 ac_script="$ac_script$as_nl$ac_script"
4062 done
4063 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4064 { ac_script=; unset ac_script;}
4065 if test -z "$SED"; then
4066 ac_path_SED_found=false
4067 # Loop through the user's path and test for each of PROGNAME-LIST
4068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4069for as_dir in $PATH
4070do
4071 IFS=$as_save_IFS
4072 test -z "$as_dir" && as_dir=.
4073 for ac_prog in sed gsed; do
4074 for ac_exec_ext in '' $ac_executable_extensions; do
4075 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4076 as_fn_executable_p "$ac_path_SED" || continue
0cd79707
SH
4077# Check for GNU ac_path_SED and select it if it is found.
4078 # Check for GNU $ac_path_SED
4079case `"$ac_path_SED" --version 2>&1` in
4080*GNU*)
4081 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4082*)
4083 ac_count=0
4084 $as_echo_n 0123456789 >"conftest.in"
4085 while :
4086 do
4087 cat "conftest.in" "conftest.in" >"conftest.tmp"
4088 mv "conftest.tmp" "conftest.in"
4089 cp "conftest.in" "conftest.nl"
4090 $as_echo '' >> "conftest.nl"
4091 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4092 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4093 as_fn_arith $ac_count + 1 && ac_count=$as_val
4094 if test $ac_count -gt ${ac_path_SED_max-0}; then
4095 # Best one so far, save it but keep looking for a better one
4096 ac_cv_path_SED="$ac_path_SED"
4097 ac_path_SED_max=$ac_count
4098 fi
4099 # 10*(2^10) chars as input seems more than enough
4100 test $ac_count -gt 10 && break
4101 done
4102 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4103esac
4104
4105 $ac_path_SED_found && break 3
4106 done
4107 done
4108 done
4109IFS=$as_save_IFS
4110 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4111 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
0cd79707
SH
4112 fi
4113else
4114 ac_cv_path_SED=$SED
4115fi
4116
4117fi
4118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4119$as_echo "$ac_cv_path_SED" >&6; }
4120 SED="$ac_cv_path_SED"
4121 rm -f conftest.sed
4122
4123test -z "$SED" && SED=sed
4124Xsed="$SED -e 1s/^X//"
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4137$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4138if ${ac_cv_path_FGREP+:} false; then :
0cd79707
SH
4139 $as_echo_n "(cached) " >&6
4140else
4141 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4142 then ac_cv_path_FGREP="$GREP -F"
4143 else
4144 if test -z "$FGREP"; then
4145 ac_path_FGREP_found=false
4146 # Loop through the user's path and test for each of PROGNAME-LIST
4147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4148for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4149do
4150 IFS=$as_save_IFS
4151 test -z "$as_dir" && as_dir=.
4152 for ac_prog in fgrep; do
4153 for ac_exec_ext in '' $ac_executable_extensions; do
4154 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4155 as_fn_executable_p "$ac_path_FGREP" || continue
0cd79707
SH
4156# Check for GNU ac_path_FGREP and select it if it is found.
4157 # Check for GNU $ac_path_FGREP
4158case `"$ac_path_FGREP" --version 2>&1` in
4159*GNU*)
4160 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4161*)
4162 ac_count=0
4163 $as_echo_n 0123456789 >"conftest.in"
4164 while :
4165 do
4166 cat "conftest.in" "conftest.in" >"conftest.tmp"
4167 mv "conftest.tmp" "conftest.in"
4168 cp "conftest.in" "conftest.nl"
4169 $as_echo 'FGREP' >> "conftest.nl"
4170 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4171 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4172 as_fn_arith $ac_count + 1 && ac_count=$as_val
4173 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4174 # Best one so far, save it but keep looking for a better one
4175 ac_cv_path_FGREP="$ac_path_FGREP"
4176 ac_path_FGREP_max=$ac_count
4177 fi
4178 # 10*(2^10) chars as input seems more than enough
4179 test $ac_count -gt 10 && break
4180 done
4181 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4182esac
4183
4184 $ac_path_FGREP_found && break 3
4185 done
4186 done
4187 done
4188IFS=$as_save_IFS
4189 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4190 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
0cd79707
SH
4191 fi
4192else
4193 ac_cv_path_FGREP=$FGREP
4194fi
4195
4196 fi
4197fi
4198{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4199$as_echo "$ac_cv_path_FGREP" >&6; }
4200 FGREP="$ac_cv_path_FGREP"
4201
4202
4203test -z "$GREP" && GREP=grep
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223# Check whether --with-gnu-ld was given.
4224if test "${with_gnu_ld+set}" = set; then :
4225 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4226else
4227 with_gnu_ld=no
4228fi
4229
4230ac_prog=ld
4231if test "$GCC" = yes; then
4232 # Check if gcc -print-prog-name=ld gives a path.
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4234$as_echo_n "checking for ld used by $CC... " >&6; }
4235 case $host in
4236 *-*-mingw*)
4237 # gcc leaves a trailing carriage return which upsets mingw
4238 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4239 *)
4240 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4241 esac
4242 case $ac_prog in
4243 # Accept absolute paths.
4244 [\\/]* | ?:[\\/]*)
4245 re_direlt='/[^/][^/]*/\.\./'
4246 # Canonicalize the pathname of ld
4247 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4248 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4249 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4250 done
4251 test -z "$LD" && LD="$ac_prog"
4252 ;;
4253 "")
4254 # If it fails, then pretend we aren't using GCC.
4255 ac_prog=ld
4256 ;;
4257 *)
4258 # If it is relative, then search for the first ld in PATH.
4259 with_gnu_ld=unknown
4260 ;;
4261 esac
4262elif test "$with_gnu_ld" = yes; then
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4264$as_echo_n "checking for GNU ld... " >&6; }
4265else
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4267$as_echo_n "checking for non-GNU ld... " >&6; }
4268fi
d0ac1c44 4269if ${lt_cv_path_LD+:} false; then :
0cd79707
SH
4270 $as_echo_n "(cached) " >&6
4271else
4272 if test -z "$LD"; then
4273 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4274 for ac_dir in $PATH; do
4275 IFS="$lt_save_ifs"
4276 test -z "$ac_dir" && ac_dir=.
4277 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4278 lt_cv_path_LD="$ac_dir/$ac_prog"
4279 # Check to see if the program is GNU ld. I'd rather use --version,
4280 # but apparently some variants of GNU ld only accept -v.
4281 # Break only if it was the GNU/non-GNU ld that we prefer.
4282 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4283 *GNU* | *'with BFD'*)
4284 test "$with_gnu_ld" != no && break
4285 ;;
4286 *)
4287 test "$with_gnu_ld" != yes && break
4288 ;;
4289 esac
4290 fi
4291 done
4292 IFS="$lt_save_ifs"
4293else
4294 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4295fi
4296fi
4297
4298LD="$lt_cv_path_LD"
4299if test -n "$LD"; then
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4301$as_echo "$LD" >&6; }
4302else
4303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4304$as_echo "no" >&6; }
4305fi
d0ac1c44 4306test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
0cd79707
SH
4307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4308$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4309if ${lt_cv_prog_gnu_ld+:} false; then :
0cd79707
SH
4310 $as_echo_n "(cached) " >&6
4311else
4312 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4313case `$LD -v 2>&1 </dev/null` in
4314*GNU* | *'with BFD'*)
4315 lt_cv_prog_gnu_ld=yes
4316 ;;
4317*)
4318 lt_cv_prog_gnu_ld=no
4319 ;;
4320esac
4321fi
4322{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4323$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4324with_gnu_ld=$lt_cv_prog_gnu_ld
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4335$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4336if ${lt_cv_path_NM+:} false; then :
0cd79707
SH
4337 $as_echo_n "(cached) " >&6
4338else
4339 if test -n "$NM"; then
4340 # Let the user override the test.
4341 lt_cv_path_NM="$NM"
4342else
4343 lt_nm_to_check="${ac_tool_prefix}nm"
4344 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4345 lt_nm_to_check="$lt_nm_to_check nm"
4346 fi
4347 for lt_tmp_nm in $lt_nm_to_check; do
4348 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4349 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4350 IFS="$lt_save_ifs"
4351 test -z "$ac_dir" && ac_dir=.
4352 tmp_nm="$ac_dir/$lt_tmp_nm"
4353 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4354 # Check to see if the nm accepts a BSD-compat flag.
4355 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4356 # nm: unknown option "B" ignored
4357 # Tru64's nm complains that /dev/null is an invalid object file
4358 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4359 */dev/null* | *'Invalid file or object type'*)
4360 lt_cv_path_NM="$tmp_nm -B"
4361 break
4362 ;;
4363 *)
4364 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4365 */dev/null*)
4366 lt_cv_path_NM="$tmp_nm -p"
4367 break
4368 ;;
4369 *)
4370 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4371 continue # so that we can try to find one that supports BSD flags
4372 ;;
4373 esac
4374 ;;
4375 esac
4376 fi
4377 done
4378 IFS="$lt_save_ifs"
4379 done
4380 : ${lt_cv_path_NM=no}
4381fi
4382fi
4383{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4384$as_echo "$lt_cv_path_NM" >&6; }
4385if test "$lt_cv_path_NM" != "no"; then
4386 NM="$lt_cv_path_NM"
4387else
4388 # Didn't find any BSD compatible name lister, look for dumpbin.
4389 if test -n "$DUMPBIN"; then :
4390 # Let the user override the test.
4391 else
4392 if test -n "$ac_tool_prefix"; then
4393 for ac_prog in dumpbin "link -dump"
4394 do
4395 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4396set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4398$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4399if ${ac_cv_prog_DUMPBIN+:} false; then :
0cd79707
SH
4400 $as_echo_n "(cached) " >&6
4401else
4402 if test -n "$DUMPBIN"; then
4403 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4404else
4405as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4406for as_dir in $PATH
4407do
4408 IFS=$as_save_IFS
4409 test -z "$as_dir" && as_dir=.
4410 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4411 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4412 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4414 break 2
4415 fi
4416done
4417 done
4418IFS=$as_save_IFS
4419
4420fi
4421fi
4422DUMPBIN=$ac_cv_prog_DUMPBIN
4423if test -n "$DUMPBIN"; then
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4425$as_echo "$DUMPBIN" >&6; }
4426else
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4428$as_echo "no" >&6; }
4429fi
4430
4431
4432 test -n "$DUMPBIN" && break
4433 done
4434fi
4435if test -z "$DUMPBIN"; then
4436 ac_ct_DUMPBIN=$DUMPBIN
4437 for ac_prog in dumpbin "link -dump"
4438do
4439 # Extract the first word of "$ac_prog", so it can be a program name with args.
4440set dummy $ac_prog; ac_word=$2
4441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4442$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4443if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
0cd79707
SH
4444 $as_echo_n "(cached) " >&6
4445else
4446 if test -n "$ac_ct_DUMPBIN"; then
4447 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4448else
4449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4450for as_dir in $PATH
4451do
4452 IFS=$as_save_IFS
4453 test -z "$as_dir" && as_dir=.
4454 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4455 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4456 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4458 break 2
4459 fi
4460done
4461 done
4462IFS=$as_save_IFS
4463
4464fi
4465fi
4466ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4467if test -n "$ac_ct_DUMPBIN"; then
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4469$as_echo "$ac_ct_DUMPBIN" >&6; }
4470else
4471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4472$as_echo "no" >&6; }
4473fi
4474
4475
4476 test -n "$ac_ct_DUMPBIN" && break
4477done
4478
4479 if test "x$ac_ct_DUMPBIN" = x; then
4480 DUMPBIN=":"
4481 else
4482 case $cross_compiling:$ac_tool_warned in
4483yes:)
4484{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4485$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4486ac_tool_warned=yes ;;
4487esac
4488 DUMPBIN=$ac_ct_DUMPBIN
4489 fi
4490fi
4491
4492 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4493 *COFF*)
4494 DUMPBIN="$DUMPBIN -symbols"
4495 ;;
4496 *)
4497 DUMPBIN=:
4498 ;;
4499 esac
4500 fi
4501
4502 if test "$DUMPBIN" != ":"; then
4503 NM="$DUMPBIN"
4504 fi
4505fi
4506test -z "$NM" && NM=nm
4507
4508
4509
4510
4511
4512
4513{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4514$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4515if ${lt_cv_nm_interface+:} false; then :
0cd79707
SH
4516 $as_echo_n "(cached) " >&6
4517else
4518 lt_cv_nm_interface="BSD nm"
4519 echo "int some_variable = 0;" > conftest.$ac_ext
4520 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4521 (eval "$ac_compile" 2>conftest.err)
4522 cat conftest.err >&5
4523 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4524 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4525 cat conftest.err >&5
4526 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4527 cat conftest.out >&5
4528 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4529 lt_cv_nm_interface="MS dumpbin"
4530 fi
4531 rm -f conftest*
4532fi
4533{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4534$as_echo "$lt_cv_nm_interface" >&6; }
4535
4536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4537$as_echo_n "checking whether ln -s works... " >&6; }
4538LN_S=$as_ln_s
4539if test "$LN_S" = "ln -s"; then
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4541$as_echo "yes" >&6; }
4542else
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4544$as_echo "no, using $LN_S" >&6; }
4545fi
4546
4547# find the maximum length of command line arguments
4548{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4549$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4550if ${lt_cv_sys_max_cmd_len+:} false; then :
0cd79707
SH
4551 $as_echo_n "(cached) " >&6
4552else
4553 i=0
4554 teststring="ABCD"
4555
4556 case $build_os in
4557 msdosdjgpp*)
4558 # On DJGPP, this test can blow up pretty badly due to problems in libc
4559 # (any single argument exceeding 2000 bytes causes a buffer overrun
4560 # during glob expansion). Even if it were fixed, the result of this
4561 # check would be larger than it should be.
4562 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4563 ;;
4564
4565 gnu*)
4566 # Under GNU Hurd, this test is not required because there is
4567 # no limit to the length of command line arguments.
4568 # Libtool will interpret -1 as no limit whatsoever
4569 lt_cv_sys_max_cmd_len=-1;
4570 ;;
4571
4572 cygwin* | mingw* | cegcc*)
4573 # On Win9x/ME, this test blows up -- it succeeds, but takes
4574 # about 5 minutes as the teststring grows exponentially.
4575 # Worse, since 9x/ME are not pre-emptively multitasking,
4576 # you end up with a "frozen" computer, even though with patience
4577 # the test eventually succeeds (with a max line length of 256k).
4578 # Instead, let's just punt: use the minimum linelength reported by
4579 # all of the supported platforms: 8192 (on NT/2K/XP).
4580 lt_cv_sys_max_cmd_len=8192;
4581 ;;
4582
4583 mint*)
4584 # On MiNT this can take a long time and run out of memory.
4585 lt_cv_sys_max_cmd_len=8192;
4586 ;;
4587
4588 amigaos*)
4589 # On AmigaOS with pdksh, this test takes hours, literally.
4590 # So we just punt and use a minimum line length of 8192.
4591 lt_cv_sys_max_cmd_len=8192;
4592 ;;
4593
4594 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4595 # This has been around since 386BSD, at least. Likely further.
4596 if test -x /sbin/sysctl; then
4597 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4598 elif test -x /usr/sbin/sysctl; then
4599 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4600 else
4601 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4602 fi
4603 # And add a safety zone
4604 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4605 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4606 ;;
4607
4608 interix*)
4609 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4610 lt_cv_sys_max_cmd_len=196608
4611 ;;
4612
4613 osf*)
4614 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4615 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4616 # nice to cause kernel panics so lets avoid the loop below.
4617 # First set a reasonable default.
4618 lt_cv_sys_max_cmd_len=16384
4619 #
4620 if test -x /sbin/sysconfig; then
4621 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4622 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4623 esac
4624 fi
4625 ;;
4626 sco3.2v5*)
4627 lt_cv_sys_max_cmd_len=102400
4628 ;;
4629 sysv5* | sco5v6* | sysv4.2uw2*)
4630 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4631 if test -n "$kargmax"; then
4632 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4633 else
4634 lt_cv_sys_max_cmd_len=32768
4635 fi
4636 ;;
4637 *)
4638 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4639 if test -n "$lt_cv_sys_max_cmd_len"; then
4640 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4641 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4642 else
4643 # Make teststring a little bigger before we do anything with it.
4644 # a 1K string should be a reasonable start.
4645 for i in 1 2 3 4 5 6 7 8 ; do
4646 teststring=$teststring$teststring
4647 done
4648 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4649 # If test is not a shell built-in, we'll probably end up computing a
4650 # maximum length that is only half of the actual maximum length, but
4651 # we can't tell.
4652 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4653 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4654 test $i != 17 # 1/2 MB should be enough
4655 do
4656 i=`expr $i + 1`
4657 teststring=$teststring$teststring
4658 done
4659 # Only check the string length outside the loop.
4660 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4661 teststring=
4662 # Add a significant safety factor because C++ compilers can tack on
4663 # massive amounts of additional arguments before passing them to the
4664 # linker. It appears as though 1/2 is a usable value.
4665 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4666 fi
4667 ;;
4668 esac
4669
4670fi
4671
4672if test -n $lt_cv_sys_max_cmd_len ; then
4673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4674$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4675else
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4677$as_echo "none" >&6; }
4678fi
4679max_cmd_len=$lt_cv_sys_max_cmd_len
4680
4681
4682
4683
4684
4685
4686: ${CP="cp -f"}
4687: ${MV="mv -f"}
4688: ${RM="rm -f"}
4689
4690{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4691$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4692# Try some XSI features
4693xsi_shell=no
4694( _lt_dummy="a/b/c"
4695 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4696 = c,a/b,, \
4697 && eval 'test $(( 1 + 1 )) -eq 2 \
4698 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4699 && xsi_shell=yes
4700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4701$as_echo "$xsi_shell" >&6; }
4702
4703
4704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4705$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4706lt_shell_append=no
4707( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4708 >/dev/null 2>&1 \
4709 && lt_shell_append=yes
4710{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4711$as_echo "$lt_shell_append" >&6; }
4712
4713
4714if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4715 lt_unset=unset
4716else
4717 lt_unset=false
4718fi
4719
4720
4721
4722
4723
4724# test EBCDIC or ASCII
4725case `echo X|tr X '\101'` in
4726 A) # ASCII based system
4727 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4728 lt_SP2NL='tr \040 \012'
4729 lt_NL2SP='tr \015\012 \040\040'
4730 ;;
4731 *) # EBCDIC based system
4732 lt_SP2NL='tr \100 \n'
4733 lt_NL2SP='tr \r\n \100\100'
4734 ;;
4735esac
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4746$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4747if ${lt_cv_ld_reload_flag+:} false; then :
0cd79707
SH
4748 $as_echo_n "(cached) " >&6
4749else
4750 lt_cv_ld_reload_flag='-r'
4751fi
4752{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4753$as_echo "$lt_cv_ld_reload_flag" >&6; }
4754reload_flag=$lt_cv_ld_reload_flag
4755case $reload_flag in
4756"" | " "*) ;;
4757*) reload_flag=" $reload_flag" ;;
4758esac
4759reload_cmds='$LD$reload_flag -o $output$reload_objs'
4760case $host_os in
4761 darwin*)
4762 if test "$GCC" = yes; then
4763 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4764 else
4765 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4766 fi
4767 ;;
4768esac
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778if test -n "$ac_tool_prefix"; then
4779 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4780set dummy ${ac_tool_prefix}objdump; ac_word=$2
4781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4782$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4783if ${ac_cv_prog_OBJDUMP+:} false; then :
0cd79707
SH
4784 $as_echo_n "(cached) " >&6
4785else
4786 if test -n "$OBJDUMP"; then
4787 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4788else
4789as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4790for as_dir in $PATH
4791do
4792 IFS=$as_save_IFS
4793 test -z "$as_dir" && as_dir=.
4794 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4796 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4798 break 2
4799 fi
4800done
4801 done
4802IFS=$as_save_IFS
4803
4804fi
4805fi
4806OBJDUMP=$ac_cv_prog_OBJDUMP
4807if test -n "$OBJDUMP"; then
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4809$as_echo "$OBJDUMP" >&6; }
4810else
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4812$as_echo "no" >&6; }
4813fi
4814
4815
4816fi
4817if test -z "$ac_cv_prog_OBJDUMP"; then
4818 ac_ct_OBJDUMP=$OBJDUMP
4819 # Extract the first word of "objdump", so it can be a program name with args.
4820set dummy objdump; ac_word=$2
4821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4822$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4823if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
0cd79707
SH
4824 $as_echo_n "(cached) " >&6
4825else
4826 if test -n "$ac_ct_OBJDUMP"; then
4827 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4828else
4829as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4830for as_dir in $PATH
4831do
4832 IFS=$as_save_IFS
4833 test -z "$as_dir" && as_dir=.
4834 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4835 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4836 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4838 break 2
4839 fi
4840done
4841 done
4842IFS=$as_save_IFS
4843
4844fi
4845fi
4846ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4847if test -n "$ac_ct_OBJDUMP"; then
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4849$as_echo "$ac_ct_OBJDUMP" >&6; }
4850else
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4852$as_echo "no" >&6; }
4853fi
4854
4855 if test "x$ac_ct_OBJDUMP" = x; then
4856 OBJDUMP="false"
4857 else
4858 case $cross_compiling:$ac_tool_warned in
4859yes:)
4860{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4861$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4862ac_tool_warned=yes ;;
4863esac
4864 OBJDUMP=$ac_ct_OBJDUMP
4865 fi
4866else
4867 OBJDUMP="$ac_cv_prog_OBJDUMP"
4868fi
4869
4870test -z "$OBJDUMP" && OBJDUMP=objdump
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4881$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4882if ${lt_cv_deplibs_check_method+:} false; then :
0cd79707
SH
4883 $as_echo_n "(cached) " >&6
4884else
4885 lt_cv_file_magic_cmd='$MAGIC_CMD'
4886lt_cv_file_magic_test_file=
4887lt_cv_deplibs_check_method='unknown'
4888# Need to set the preceding variable on all platforms that support
4889# interlibrary dependencies.
4890# 'none' -- dependencies not supported.
4891# `unknown' -- same as none, but documents that we really don't know.
4892# 'pass_all' -- all dependencies passed with no checks.
4893# 'test_compile' -- check by making test program.
4894# 'file_magic [[regex]]' -- check by looking for files in library path
4895# which responds to the $file_magic_cmd with a given extended regex.
4896# If you have `file' or equivalent on your system and you're not sure
4897# whether `pass_all' will *always* work, you probably want this one.
4898
4899case $host_os in
4900aix[4-9]*)
4901 lt_cv_deplibs_check_method=pass_all
4902 ;;
4903
4904beos*)
4905 lt_cv_deplibs_check_method=pass_all
4906 ;;
4907
4908bsdi[45]*)
4909 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4910 lt_cv_file_magic_cmd='/usr/bin/file -L'
4911 lt_cv_file_magic_test_file=/shlib/libc.so
4912 ;;
4913
4914cygwin*)
4915 # func_win32_libid is a shell function defined in ltmain.sh
4916 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4917 lt_cv_file_magic_cmd='func_win32_libid'
4918 ;;
4919
4920mingw* | pw32*)
4921 # Base MSYS/MinGW do not provide the 'file' command needed by
4922 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4923 # unless we find 'file', for example because we are cross-compiling.
4924 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4925 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4926 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4927 lt_cv_file_magic_cmd='func_win32_libid'
4928 else
4929 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4930 lt_cv_file_magic_cmd='$OBJDUMP -f'
4931 fi
4932 ;;
4933
4934cegcc*)
4935 # use the weaker test based on 'objdump'. See mingw*.
4936 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4937 lt_cv_file_magic_cmd='$OBJDUMP -f'
4938 ;;
4939
4940darwin* | rhapsody*)
4941 lt_cv_deplibs_check_method=pass_all
4942 ;;
4943
4944freebsd* | dragonfly*)
4945 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4946 case $host_cpu in
4947 i*86 )
4948 # Not sure whether the presence of OpenBSD here was a mistake.
4949 # Let's accept both of them until this is cleared up.
4950 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4951 lt_cv_file_magic_cmd=/usr/bin/file
4952 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4953 ;;
4954 esac
4955 else
4956 lt_cv_deplibs_check_method=pass_all
4957 fi
4958 ;;
4959
4960gnu*)
4961 lt_cv_deplibs_check_method=pass_all
4962 ;;
4963
4964haiku*)
4965 lt_cv_deplibs_check_method=pass_all
4966 ;;
4967
4968hpux10.20* | hpux11*)
4969 lt_cv_file_magic_cmd=/usr/bin/file
4970 case $host_cpu in
4971 ia64*)
4972 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4973 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4974 ;;
4975 hppa*64*)
4976 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]'
4977 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4978 ;;
4979 *)
4980 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4981 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4982 ;;
4983 esac
4984 ;;
4985
4986interix[3-9]*)
4987 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4988 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4989 ;;
4990
4991irix5* | irix6* | nonstopux*)
4992 case $LD in
4993 *-32|*"-32 ") libmagic=32-bit;;
4994 *-n32|*"-n32 ") libmagic=N32;;
4995 *-64|*"-64 ") libmagic=64-bit;;
4996 *) libmagic=never-match;;
4997 esac
4998 lt_cv_deplibs_check_method=pass_all
4999 ;;
5000
5001# This must be Linux ELF.
5002linux* | k*bsd*-gnu | kopensolaris*-gnu)
5003 lt_cv_deplibs_check_method=pass_all
5004 ;;
5005
5006netbsd*)
5007 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5008 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5009 else
5010 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5011 fi
5012 ;;
5013
5014newos6*)
5015 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5016 lt_cv_file_magic_cmd=/usr/bin/file
5017 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5018 ;;
5019
5020*nto* | *qnx*)
5021 lt_cv_deplibs_check_method=pass_all
5022 ;;
5023
5024openbsd*)
5025 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5026 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5027 else
5028 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5029 fi
5030 ;;
5031
5032osf3* | osf4* | osf5*)
5033 lt_cv_deplibs_check_method=pass_all
5034 ;;
5035
5036rdos*)
5037 lt_cv_deplibs_check_method=pass_all
5038 ;;
5039
5040solaris*)
5041 lt_cv_deplibs_check_method=pass_all
5042 ;;
5043
5044sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5045 lt_cv_deplibs_check_method=pass_all
5046 ;;
5047
5048sysv4 | sysv4.3*)
5049 case $host_vendor in
5050 motorola)
5051 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]'
5052 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5053 ;;
5054 ncr)
5055 lt_cv_deplibs_check_method=pass_all
5056 ;;
5057 sequent)
5058 lt_cv_file_magic_cmd='/bin/file'
5059 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5060 ;;
5061 sni)
5062 lt_cv_file_magic_cmd='/bin/file'
5063 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5064 lt_cv_file_magic_test_file=/lib/libc.so
5065 ;;
5066 siemens)
5067 lt_cv_deplibs_check_method=pass_all
5068 ;;
5069 pc)
5070 lt_cv_deplibs_check_method=pass_all
5071 ;;
5072 esac
5073 ;;
5074
5075tpf*)
5076 lt_cv_deplibs_check_method=pass_all
5077 ;;
5078esac
5079
5080fi
5081{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5082$as_echo "$lt_cv_deplibs_check_method" >&6; }
5083file_magic_cmd=$lt_cv_file_magic_cmd
5084deplibs_check_method=$lt_cv_deplibs_check_method
5085test -z "$deplibs_check_method" && deplibs_check_method=unknown
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
68ed2854
MF
5098plugin_option=
5099plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5100for plugin in $plugin_names; do
5101 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5102 if test x$plugin_so = x$plugin; then
5103 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5104 fi
5105 if test x$plugin_so != x$plugin; then
5106 plugin_option="--plugin $plugin_so"
5107 break
5108 fi
5109done
5110
0cd79707
SH
5111if test -n "$ac_tool_prefix"; then
5112 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5113set dummy ${ac_tool_prefix}ar; ac_word=$2
5114{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5115$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5116if ${ac_cv_prog_AR+:} false; then :
0cd79707
SH
5117 $as_echo_n "(cached) " >&6
5118else
5119 if test -n "$AR"; then
5120 ac_cv_prog_AR="$AR" # Let the user override the test.
5121else
5122as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5123for as_dir in $PATH
5124do
5125 IFS=$as_save_IFS
5126 test -z "$as_dir" && as_dir=.
5127 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5128 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5129 ac_cv_prog_AR="${ac_tool_prefix}ar"
5130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5131 break 2
5132 fi
5133done
5134 done
5135IFS=$as_save_IFS
5136
5137fi
5138fi
5139AR=$ac_cv_prog_AR
5140if test -n "$AR"; then
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5142$as_echo "$AR" >&6; }
5143else
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5145$as_echo "no" >&6; }
5146fi
5147
5148
5149fi
5150if test -z "$ac_cv_prog_AR"; then
5151 ac_ct_AR=$AR
5152 # Extract the first word of "ar", so it can be a program name with args.
5153set dummy ar; ac_word=$2
5154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5155$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5156if ${ac_cv_prog_ac_ct_AR+:} false; then :
0cd79707
SH
5157 $as_echo_n "(cached) " >&6
5158else
5159 if test -n "$ac_ct_AR"; then
5160 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5161else
5162as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5163for as_dir in $PATH
5164do
5165 IFS=$as_save_IFS
5166 test -z "$as_dir" && as_dir=.
5167 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5168 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5169 ac_cv_prog_ac_ct_AR="ar"
5170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5171 break 2
5172 fi
5173done
5174 done
5175IFS=$as_save_IFS
5176
5177fi
5178fi
5179ac_ct_AR=$ac_cv_prog_ac_ct_AR
5180if test -n "$ac_ct_AR"; then
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5182$as_echo "$ac_ct_AR" >&6; }
5183else
5184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5185$as_echo "no" >&6; }
5186fi
5187
5188 if test "x$ac_ct_AR" = x; then
5189 AR="false"
5190 else
5191 case $cross_compiling:$ac_tool_warned in
5192yes:)
5193{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5194$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5195ac_tool_warned=yes ;;
5196esac
5197 AR=$ac_ct_AR
5198 fi
5199else
5200 AR="$ac_cv_prog_AR"
5201fi
5202
5203test -z "$AR" && AR=ar
68ed2854
MF
5204if test -n "$plugin_option"; then
5205 if $AR --help 2>&1 | grep -q "\--plugin"; then
f631b79a
MF
5206 touch conftest.c
5207 $AR $plugin_option rc conftest.a conftest.c
5208 if test "$?" != 0; then
5209 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5210$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5211 else
5212 AR="$AR $plugin_option"
5213 fi
5214 rm -f conftest.*
68ed2854
MF
5215 fi
5216fi
0cd79707
SH
5217test -z "$AR_FLAGS" && AR_FLAGS=cru
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229if test -n "$ac_tool_prefix"; then
5230 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5231set dummy ${ac_tool_prefix}strip; ac_word=$2
5232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5233$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5234if ${ac_cv_prog_STRIP+:} false; then :
0cd79707
SH
5235 $as_echo_n "(cached) " >&6
5236else
5237 if test -n "$STRIP"; then
5238 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5239else
5240as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5241for as_dir in $PATH
5242do
5243 IFS=$as_save_IFS
5244 test -z "$as_dir" && as_dir=.
5245 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5246 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5247 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5249 break 2
5250 fi
5251done
5252 done
5253IFS=$as_save_IFS
5254
5255fi
5256fi
5257STRIP=$ac_cv_prog_STRIP
5258if test -n "$STRIP"; then
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5260$as_echo "$STRIP" >&6; }
5261else
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5263$as_echo "no" >&6; }
5264fi
5265
5266
5267fi
5268if test -z "$ac_cv_prog_STRIP"; then
5269 ac_ct_STRIP=$STRIP
5270 # Extract the first word of "strip", so it can be a program name with args.
5271set dummy strip; ac_word=$2
5272{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5273$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5274if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
0cd79707
SH
5275 $as_echo_n "(cached) " >&6
5276else
5277 if test -n "$ac_ct_STRIP"; then
5278 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5279else
5280as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5281for as_dir in $PATH
5282do
5283 IFS=$as_save_IFS
5284 test -z "$as_dir" && as_dir=.
5285 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5286 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5287 ac_cv_prog_ac_ct_STRIP="strip"
5288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5289 break 2
5290 fi
5291done
5292 done
5293IFS=$as_save_IFS
5294
5295fi
5296fi
5297ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5298if test -n "$ac_ct_STRIP"; then
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5300$as_echo "$ac_ct_STRIP" >&6; }
5301else
5302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5303$as_echo "no" >&6; }
5304fi
5305
5306 if test "x$ac_ct_STRIP" = x; then
5307 STRIP=":"
5308 else
5309 case $cross_compiling:$ac_tool_warned in
5310yes:)
5311{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5312$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5313ac_tool_warned=yes ;;
5314esac
5315 STRIP=$ac_ct_STRIP
5316 fi
5317else
5318 STRIP="$ac_cv_prog_STRIP"
5319fi
5320
5321test -z "$STRIP" && STRIP=:
5322
5323
5324
5325
5326
5327
5328if test -n "$ac_tool_prefix"; then
5329 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5330set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5331{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5332$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5333if ${ac_cv_prog_RANLIB+:} false; then :
0cd79707
SH
5334 $as_echo_n "(cached) " >&6
5335else
5336 if test -n "$RANLIB"; then
5337 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5338else
5339as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5340for as_dir in $PATH
5341do
5342 IFS=$as_save_IFS
5343 test -z "$as_dir" && as_dir=.
5344 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5345 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5346 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5348 break 2
5349 fi
5350done
5351 done
5352IFS=$as_save_IFS
5353
5354fi
5355fi
5356RANLIB=$ac_cv_prog_RANLIB
5357if test -n "$RANLIB"; then
5358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5359$as_echo "$RANLIB" >&6; }
5360else
5361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5362$as_echo "no" >&6; }
5363fi
5364
5365
5366fi
5367if test -z "$ac_cv_prog_RANLIB"; then
5368 ac_ct_RANLIB=$RANLIB
5369 # Extract the first word of "ranlib", so it can be a program name with args.
5370set dummy ranlib; ac_word=$2
5371{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5372$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5373if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
0cd79707
SH
5374 $as_echo_n "(cached) " >&6
5375else
5376 if test -n "$ac_ct_RANLIB"; then
5377 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5378else
5379as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5380for as_dir in $PATH
5381do
5382 IFS=$as_save_IFS
5383 test -z "$as_dir" && as_dir=.
5384 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5385 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5386 ac_cv_prog_ac_ct_RANLIB="ranlib"
5387 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5388 break 2
5389 fi
5390done
5391 done
5392IFS=$as_save_IFS
5393
5394fi
5395fi
5396ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5397if test -n "$ac_ct_RANLIB"; then
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5399$as_echo "$ac_ct_RANLIB" >&6; }
5400else
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5402$as_echo "no" >&6; }
5403fi
5404
5405 if test "x$ac_ct_RANLIB" = x; then
5406 RANLIB=":"
5407 else
5408 case $cross_compiling:$ac_tool_warned in
5409yes:)
5410{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5411$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5412ac_tool_warned=yes ;;
5413esac
5414 RANLIB=$ac_ct_RANLIB
5415 fi
5416else
5417 RANLIB="$ac_cv_prog_RANLIB"
5418fi
5419
5420test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5421if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5422 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5423 RANLIB="$RANLIB $plugin_option"
5424 fi
5425fi
0cd79707
SH
5426
5427
5428
5429
5430
5431
5432# Determine commands to create old-style static archives.
5433old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5434old_postinstall_cmds='chmod 644 $oldlib'
5435old_postuninstall_cmds=
5436
5437if test -n "$RANLIB"; then
5438 case $host_os in
5439 openbsd*)
5440 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5441 ;;
5442 *)
5443 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5444 ;;
5445 esac
5446 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5447fi
5448
5449case $host_os in
5450 darwin*)
5451 lock_old_archive_extraction=yes ;;
5452 *)
5453 lock_old_archive_extraction=no ;;
5454esac
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476for ac_prog in gawk mawk nawk awk
5477do
5478 # Extract the first word of "$ac_prog", so it can be a program name with args.
5479set dummy $ac_prog; ac_word=$2
5480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5481$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5482if ${ac_cv_prog_AWK+:} false; then :
0cd79707
SH
5483 $as_echo_n "(cached) " >&6
5484else
5485 if test -n "$AWK"; then
5486 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5487else
5488as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5489for as_dir in $PATH
5490do
5491 IFS=$as_save_IFS
5492 test -z "$as_dir" && as_dir=.
5493 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5494 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5495 ac_cv_prog_AWK="$ac_prog"
5496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5497 break 2
5498 fi
5499done
5500 done
5501IFS=$as_save_IFS
5502
5503fi
5504fi
5505AWK=$ac_cv_prog_AWK
5506if test -n "$AWK"; then
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5508$as_echo "$AWK" >&6; }
5509else
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5511$as_echo "no" >&6; }
5512fi
5513
5514
5515 test -n "$AWK" && break
5516done
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536# If no C compiler was specified, use CC.
5537LTCC=${LTCC-"$CC"}
5538
5539# If no C compiler flags were specified, use CFLAGS.
5540LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5541
5542# Allow CC to be a program name with arguments.
5543compiler=$CC
5544
5545
5546# Check for command to grab the raw symbol name followed by C symbol from nm.
5547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5548$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5549if ${lt_cv_sys_global_symbol_pipe+:} false; then :
0cd79707
SH
5550 $as_echo_n "(cached) " >&6
5551else
5552
5553# These are sane defaults that work on at least a few old systems.
5554# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5555
5556# Character class describing NM global symbol codes.
5557symcode='[BCDEGRST]'
5558
5559# Regexp to match symbols that can be accessed directly from C.
5560sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5561
5562# Define system-specific variables.
5563case $host_os in
5564aix*)
5565 symcode='[BCDT]'
5566 ;;
5567cygwin* | mingw* | pw32* | cegcc*)
5568 symcode='[ABCDGISTW]'
5569 ;;
5570hpux*)
5571 if test "$host_cpu" = ia64; then
5572 symcode='[ABCDEGRST]'
5573 fi
5574 ;;
5575irix* | nonstopux*)
5576 symcode='[BCDEGRST]'
5577 ;;
5578osf*)
5579 symcode='[BCDEGQRST]'
5580 ;;
5581solaris*)
5582 symcode='[BDRT]'
5583 ;;
5584sco3.2v5*)
5585 symcode='[DT]'
5586 ;;
5587sysv4.2uw2*)
5588 symcode='[DT]'
5589 ;;
5590sysv5* | sco5v6* | unixware* | OpenUNIX*)
5591 symcode='[ABDT]'
5592 ;;
5593sysv4)
5594 symcode='[DFNSTU]'
5595 ;;
5596esac
5597
5598# If we're using GNU nm, then use its standard symbol codes.
5599case `$NM -V 2>&1` in
5600*GNU* | *'with BFD'*)
5601 symcode='[ABCDGIRSTW]' ;;
5602esac
5603
5604# Transform an extracted symbol line into a proper C declaration.
5605# Some systems (esp. on ia64) link data and code symbols differently,
5606# so use this general approach.
5607lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5608
5609# Transform an extracted symbol line into symbol name and symbol address
5610lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5611lt_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'"
5612
5613# Handle CRLF in mingw tool chain
5614opt_cr=
5615case $build_os in
5616mingw*)
5617 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5618 ;;
5619esac
5620
5621# Try without a prefix underscore, then with it.
5622for ac_symprfx in "" "_"; do
5623
5624 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5625 symxfrm="\\1 $ac_symprfx\\2 \\2"
5626
5627 # Write the raw and C identifiers.
5628 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5629 # Fake it for dumpbin and say T for any non-static function
5630 # and D for any global variable.
5631 # Also find C++ and __fastcall symbols from MSVC++,
5632 # which start with @ or ?.
5633 lt_cv_sys_global_symbol_pipe="$AWK '"\
5634" {last_section=section; section=\$ 3};"\
5635" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5636" \$ 0!~/External *\|/{next};"\
5637" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5638" {if(hide[section]) next};"\
5639" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5640" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5641" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5642" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5643" ' prfx=^$ac_symprfx"
5644 else
5645 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5646 fi
5647
5648 # Check to see that the pipe works correctly.
5649 pipe_works=no
5650
5651 rm -f conftest*
5652 cat > conftest.$ac_ext <<_LT_EOF
5653#ifdef __cplusplus
5654extern "C" {
5655#endif
5656char nm_test_var;
5657void nm_test_func(void);
5658void nm_test_func(void){}
5659#ifdef __cplusplus
5660}
5661#endif
5662int main(){nm_test_var='a';nm_test_func();return(0);}
5663_LT_EOF
5664
5665 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5666 (eval $ac_compile) 2>&5
5667 ac_status=$?
5668 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5669 test $ac_status = 0; }; then
5670 # Now try to grab the symbols.
5671 nlist=conftest.nm
5672 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5673 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5674 ac_status=$?
5675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5676 test $ac_status = 0; } && test -s "$nlist"; then
5677 # Try sorting and uniquifying the output.
5678 if sort "$nlist" | uniq > "$nlist"T; then
5679 mv -f "$nlist"T "$nlist"
5680 else
5681 rm -f "$nlist"T
5682 fi
5683
5684 # Make sure that we snagged all the symbols we need.
5685 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5686 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5687 cat <<_LT_EOF > conftest.$ac_ext
5688#ifdef __cplusplus
5689extern "C" {
5690#endif
5691
5692_LT_EOF
5693 # Now generate the symbol file.
5694 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5695
5696 cat <<_LT_EOF >> conftest.$ac_ext
5697
5698/* The mapping between symbol names and symbols. */
5699const struct {
5700 const char *name;
5701 void *address;
5702}
5703lt__PROGRAM__LTX_preloaded_symbols[] =
5704{
5705 { "@PROGRAM@", (void *) 0 },
5706_LT_EOF
5707 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5708 cat <<\_LT_EOF >> conftest.$ac_ext
5709 {0, (void *) 0}
5710};
5711
5712/* This works around a problem in FreeBSD linker */
5713#ifdef FREEBSD_WORKAROUND
5714static const void *lt_preloaded_setup() {
5715 return lt__PROGRAM__LTX_preloaded_symbols;
5716}
5717#endif
5718
5719#ifdef __cplusplus
5720}
5721#endif
5722_LT_EOF
5723 # Now try linking the two files.
5724 mv conftest.$ac_objext conftstm.$ac_objext
5725 lt_save_LIBS="$LIBS"
5726 lt_save_CFLAGS="$CFLAGS"
5727 LIBS="conftstm.$ac_objext"
5728 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5729 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5730 (eval $ac_link) 2>&5
5731 ac_status=$?
5732 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5733 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5734 pipe_works=yes
5735 fi
5736 LIBS="$lt_save_LIBS"
5737 CFLAGS="$lt_save_CFLAGS"
5738 else
5739 echo "cannot find nm_test_func in $nlist" >&5
5740 fi
5741 else
5742 echo "cannot find nm_test_var in $nlist" >&5
5743 fi
5744 else
5745 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5746 fi
5747 else
5748 echo "$progname: failed program was:" >&5
5749 cat conftest.$ac_ext >&5
5750 fi
5751 rm -rf conftest* conftst*
5752
5753 # Do not use the global_symbol_pipe unless it works.
5754 if test "$pipe_works" = yes; then
5755 break
5756 else
5757 lt_cv_sys_global_symbol_pipe=
5758 fi
5759done
5760
5761fi
5762
5763if test -z "$lt_cv_sys_global_symbol_pipe"; then
5764 lt_cv_sys_global_symbol_to_cdecl=
5765fi
5766if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5768$as_echo "failed" >&6; }
5769else
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5771$as_echo "ok" >&6; }
5772fi
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795# Check whether --enable-libtool-lock was given.
5796if test "${enable_libtool_lock+set}" = set; then :
5797 enableval=$enable_libtool_lock;
5798fi
5799
5800test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5801
5802# Some flags need to be propagated to the compiler or linker for good
5803# libtool support.
5804case $host in
5805ia64-*-hpux*)
5806 # Find out which ABI we are using.
5807 echo 'int i;' > conftest.$ac_ext
5808 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5809 (eval $ac_compile) 2>&5
5810 ac_status=$?
5811 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5812 test $ac_status = 0; }; then
5813 case `/usr/bin/file conftest.$ac_objext` in
5814 *ELF-32*)
5815 HPUX_IA64_MODE="32"
5816 ;;
5817 *ELF-64*)
5818 HPUX_IA64_MODE="64"
5819 ;;
5820 esac
5821 fi
5822 rm -rf conftest*
5823 ;;
5824*-*-irix6*)
5825 # Find out which ABI we are using.
5826 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5827 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5828 (eval $ac_compile) 2>&5
5829 ac_status=$?
5830 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5831 test $ac_status = 0; }; then
5832 if test "$lt_cv_prog_gnu_ld" = yes; then
5833 case `/usr/bin/file conftest.$ac_objext` in
5834 *32-bit*)
5835 LD="${LD-ld} -melf32bsmip"
5836 ;;
5837 *N32*)
5838 LD="${LD-ld} -melf32bmipn32"
5839 ;;
5840 *64-bit*)
5841 LD="${LD-ld} -melf64bmip"
5842 ;;
5843 esac
5844 else
5845 case `/usr/bin/file conftest.$ac_objext` in
5846 *32-bit*)
5847 LD="${LD-ld} -32"
5848 ;;
5849 *N32*)
5850 LD="${LD-ld} -n32"
5851 ;;
5852 *64-bit*)
5853 LD="${LD-ld} -64"
5854 ;;
5855 esac
5856 fi
5857 fi
5858 rm -rf conftest*
5859 ;;
5860
5861x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
5862s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5863 # Find out which ABI we are using.
5864 echo 'int i;' > conftest.$ac_ext
5865 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5866 (eval $ac_compile) 2>&5
5867 ac_status=$?
5868 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5869 test $ac_status = 0; }; then
5870 case `/usr/bin/file conftest.o` in
5871 *32-bit*)
5872 case $host in
5873 x86_64-*kfreebsd*-gnu)
5874 LD="${LD-ld} -m elf_i386_fbsd"
5875 ;;
5876 x86_64-*linux*)
5877 case `/usr/bin/file conftest.o` in
5878 *x86-64*)
5879 LD="${LD-ld} -m elf32_x86_64"
5880 ;;
5881 *)
5882 LD="${LD-ld} -m elf_i386"
5883 ;;
5884 esac
5885 ;;
5886 powerpc64le-*linux*)
5887 LD="${LD-ld} -m elf32lppclinux"
5888 ;;
5889 powerpc64-*linux*)
5890 LD="${LD-ld} -m elf32ppclinux"
5891 ;;
5892 s390x-*linux*)
5893 LD="${LD-ld} -m elf_s390"
5894 ;;
5895 sparc64-*linux*)
5896 LD="${LD-ld} -m elf32_sparc"
5897 ;;
5898 esac
5899 ;;
5900 *64-bit*)
5901 case $host in
5902 x86_64-*kfreebsd*-gnu)
5903 LD="${LD-ld} -m elf_x86_64_fbsd"
5904 ;;
5905 x86_64-*linux*)
5906 LD="${LD-ld} -m elf_x86_64"
5907 ;;
5908 powerpcle-*linux*)
5909 LD="${LD-ld} -m elf64lppc"
5910 ;;
5911 powerpc-*linux*)
5912 LD="${LD-ld} -m elf64ppc"
5913 ;;
5914 s390*-*linux*|s390*-*tpf*)
5915 LD="${LD-ld} -m elf64_s390"
5916 ;;
5917 sparc*-*linux*)
5918 LD="${LD-ld} -m elf64_sparc"
5919 ;;
5920 esac
5921 ;;
5922 esac
5923 fi
5924 rm -rf conftest*
5925 ;;
5926
5927*-*-sco3.2v5*)
5928 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5929 SAVE_CFLAGS="$CFLAGS"
5930 CFLAGS="$CFLAGS -belf"
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5932$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5933if ${lt_cv_cc_needs_belf+:} false; then :
0cd79707
SH
5934 $as_echo_n "(cached) " >&6
5935else
5936 ac_ext=c
5937ac_cpp='$CPP $CPPFLAGS'
5938ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5939ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5940ac_compiler_gnu=$ac_cv_c_compiler_gnu
5941
5942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5943/* end confdefs.h. */
5944
5945int
5946main ()
5947{
5948
5949 ;
5950 return 0;
5951}
5952_ACEOF
5953if ac_fn_c_try_link "$LINENO"; then :
5954 lt_cv_cc_needs_belf=yes
5955else
5956 lt_cv_cc_needs_belf=no
5957fi
5958rm -f core conftest.err conftest.$ac_objext \
5959 conftest$ac_exeext conftest.$ac_ext
5960 ac_ext=c
5961ac_cpp='$CPP $CPPFLAGS'
5962ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5963ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5964ac_compiler_gnu=$ac_cv_c_compiler_gnu
5965
5966fi
5967{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5968$as_echo "$lt_cv_cc_needs_belf" >&6; }
5969 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5970 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5971 CFLAGS="$SAVE_CFLAGS"
5972 fi
5973 ;;
5974sparc*-*solaris*)
5975 # Find out which ABI we are using.
5976 echo 'int i;' > conftest.$ac_ext
5977 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5978 (eval $ac_compile) 2>&5
5979 ac_status=$?
5980 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5981 test $ac_status = 0; }; then
5982 case `/usr/bin/file conftest.o` in
5983 *64-bit*)
5984 case $lt_cv_prog_gnu_ld in
5985 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5986 *)
5987 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5988 LD="${LD-ld} -64"
5989 fi
5990 ;;
5991 esac
5992 ;;
5993 esac
5994 fi
5995 rm -rf conftest*
5996 ;;
5997esac
5998
5999need_locks="$enable_libtool_lock"
6000
6001
6002 case $host_os in
6003 rhapsody* | darwin*)
6004 if test -n "$ac_tool_prefix"; then
6005 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6006set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6008$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6009if ${ac_cv_prog_DSYMUTIL+:} false; then :
0cd79707
SH
6010 $as_echo_n "(cached) " >&6
6011else
6012 if test -n "$DSYMUTIL"; then
6013 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6014else
6015as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6016for as_dir in $PATH
6017do
6018 IFS=$as_save_IFS
6019 test -z "$as_dir" && as_dir=.
6020 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6021 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6022 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6024 break 2
6025 fi
6026done
6027 done
6028IFS=$as_save_IFS
6029
6030fi
6031fi
6032DSYMUTIL=$ac_cv_prog_DSYMUTIL
6033if test -n "$DSYMUTIL"; then
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6035$as_echo "$DSYMUTIL" >&6; }
6036else
6037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6038$as_echo "no" >&6; }
6039fi
6040
6041
6042fi
6043if test -z "$ac_cv_prog_DSYMUTIL"; then
6044 ac_ct_DSYMUTIL=$DSYMUTIL
6045 # Extract the first word of "dsymutil", so it can be a program name with args.
6046set dummy dsymutil; ac_word=$2
6047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6048$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6049if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
0cd79707
SH
6050 $as_echo_n "(cached) " >&6
6051else
6052 if test -n "$ac_ct_DSYMUTIL"; then
6053 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6054else
6055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6056for as_dir in $PATH
6057do
6058 IFS=$as_save_IFS
6059 test -z "$as_dir" && as_dir=.
6060 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6062 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6064 break 2
6065 fi
6066done
6067 done
6068IFS=$as_save_IFS
6069
6070fi
6071fi
6072ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6073if test -n "$ac_ct_DSYMUTIL"; then
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6075$as_echo "$ac_ct_DSYMUTIL" >&6; }
6076else
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6078$as_echo "no" >&6; }
6079fi
6080
6081 if test "x$ac_ct_DSYMUTIL" = x; then
6082 DSYMUTIL=":"
6083 else
6084 case $cross_compiling:$ac_tool_warned in
6085yes:)
6086{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6087$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6088ac_tool_warned=yes ;;
6089esac
6090 DSYMUTIL=$ac_ct_DSYMUTIL
6091 fi
6092else
6093 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6094fi
6095
6096 if test -n "$ac_tool_prefix"; then
6097 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6098set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6100$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6101if ${ac_cv_prog_NMEDIT+:} false; then :
0cd79707
SH
6102 $as_echo_n "(cached) " >&6
6103else
6104 if test -n "$NMEDIT"; then
6105 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6106else
6107as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6108for as_dir in $PATH
6109do
6110 IFS=$as_save_IFS
6111 test -z "$as_dir" && as_dir=.
6112 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6113 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6114 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6116 break 2
6117 fi
6118done
6119 done
6120IFS=$as_save_IFS
6121
6122fi
6123fi
6124NMEDIT=$ac_cv_prog_NMEDIT
6125if test -n "$NMEDIT"; then
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6127$as_echo "$NMEDIT" >&6; }
6128else
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6130$as_echo "no" >&6; }
6131fi
6132
6133
6134fi
6135if test -z "$ac_cv_prog_NMEDIT"; then
6136 ac_ct_NMEDIT=$NMEDIT
6137 # Extract the first word of "nmedit", so it can be a program name with args.
6138set dummy nmedit; ac_word=$2
6139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6140$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6141if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
0cd79707
SH
6142 $as_echo_n "(cached) " >&6
6143else
6144 if test -n "$ac_ct_NMEDIT"; then
6145 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6146else
6147as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6148for as_dir in $PATH
6149do
6150 IFS=$as_save_IFS
6151 test -z "$as_dir" && as_dir=.
6152 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6153 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6154 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6156 break 2
6157 fi
6158done
6159 done
6160IFS=$as_save_IFS
6161
6162fi
6163fi
6164ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6165if test -n "$ac_ct_NMEDIT"; then
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6167$as_echo "$ac_ct_NMEDIT" >&6; }
6168else
6169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6170$as_echo "no" >&6; }
6171fi
6172
6173 if test "x$ac_ct_NMEDIT" = x; then
6174 NMEDIT=":"
6175 else
6176 case $cross_compiling:$ac_tool_warned in
6177yes:)
6178{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6179$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6180ac_tool_warned=yes ;;
6181esac
6182 NMEDIT=$ac_ct_NMEDIT
6183 fi
6184else
6185 NMEDIT="$ac_cv_prog_NMEDIT"
6186fi
6187
6188 if test -n "$ac_tool_prefix"; then
6189 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6190set dummy ${ac_tool_prefix}lipo; ac_word=$2
6191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6192$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6193if ${ac_cv_prog_LIPO+:} false; then :
0cd79707
SH
6194 $as_echo_n "(cached) " >&6
6195else
6196 if test -n "$LIPO"; then
6197 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6198else
6199as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6200for as_dir in $PATH
6201do
6202 IFS=$as_save_IFS
6203 test -z "$as_dir" && as_dir=.
6204 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6205 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6206 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6208 break 2
6209 fi
6210done
6211 done
6212IFS=$as_save_IFS
6213
6214fi
6215fi
6216LIPO=$ac_cv_prog_LIPO
6217if test -n "$LIPO"; then
6218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6219$as_echo "$LIPO" >&6; }
6220else
6221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6222$as_echo "no" >&6; }
6223fi
6224
6225
6226fi
6227if test -z "$ac_cv_prog_LIPO"; then
6228 ac_ct_LIPO=$LIPO
6229 # Extract the first word of "lipo", so it can be a program name with args.
6230set dummy lipo; ac_word=$2
6231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6232$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6233if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
0cd79707
SH
6234 $as_echo_n "(cached) " >&6
6235else
6236 if test -n "$ac_ct_LIPO"; then
6237 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6238else
6239as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6240for as_dir in $PATH
6241do
6242 IFS=$as_save_IFS
6243 test -z "$as_dir" && as_dir=.
6244 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6245 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6246 ac_cv_prog_ac_ct_LIPO="lipo"
6247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6248 break 2
6249 fi
6250done
6251 done
6252IFS=$as_save_IFS
6253
6254fi
6255fi
6256ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6257if test -n "$ac_ct_LIPO"; then
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6259$as_echo "$ac_ct_LIPO" >&6; }
6260else
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6262$as_echo "no" >&6; }
6263fi
6264
6265 if test "x$ac_ct_LIPO" = x; then
6266 LIPO=":"
6267 else
6268 case $cross_compiling:$ac_tool_warned in
6269yes:)
6270{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6271$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6272ac_tool_warned=yes ;;
6273esac
6274 LIPO=$ac_ct_LIPO
6275 fi
6276else
6277 LIPO="$ac_cv_prog_LIPO"
6278fi
6279
6280 if test -n "$ac_tool_prefix"; then
6281 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6282set dummy ${ac_tool_prefix}otool; ac_word=$2
6283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6284$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6285if ${ac_cv_prog_OTOOL+:} false; then :
0cd79707
SH
6286 $as_echo_n "(cached) " >&6
6287else
6288 if test -n "$OTOOL"; then
6289 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6290else
6291as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6292for as_dir in $PATH
6293do
6294 IFS=$as_save_IFS
6295 test -z "$as_dir" && as_dir=.
6296 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6297 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6298 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6300 break 2
6301 fi
6302done
6303 done
6304IFS=$as_save_IFS
6305
6306fi
6307fi
6308OTOOL=$ac_cv_prog_OTOOL
6309if test -n "$OTOOL"; then
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6311$as_echo "$OTOOL" >&6; }
6312else
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6314$as_echo "no" >&6; }
6315fi
6316
6317
6318fi
6319if test -z "$ac_cv_prog_OTOOL"; then
6320 ac_ct_OTOOL=$OTOOL
6321 # Extract the first word of "otool", so it can be a program name with args.
6322set dummy otool; ac_word=$2
6323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6324$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6325if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
0cd79707
SH
6326 $as_echo_n "(cached) " >&6
6327else
6328 if test -n "$ac_ct_OTOOL"; then
6329 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6330else
6331as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6332for as_dir in $PATH
6333do
6334 IFS=$as_save_IFS
6335 test -z "$as_dir" && as_dir=.
6336 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6338 ac_cv_prog_ac_ct_OTOOL="otool"
6339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6340 break 2
6341 fi
6342done
6343 done
6344IFS=$as_save_IFS
6345
6346fi
6347fi
6348ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6349if test -n "$ac_ct_OTOOL"; then
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6351$as_echo "$ac_ct_OTOOL" >&6; }
6352else
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6354$as_echo "no" >&6; }
6355fi
6356
6357 if test "x$ac_ct_OTOOL" = x; then
6358 OTOOL=":"
6359 else
6360 case $cross_compiling:$ac_tool_warned in
6361yes:)
6362{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6363$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6364ac_tool_warned=yes ;;
6365esac
6366 OTOOL=$ac_ct_OTOOL
6367 fi
6368else
6369 OTOOL="$ac_cv_prog_OTOOL"
6370fi
6371
6372 if test -n "$ac_tool_prefix"; then
6373 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6374set dummy ${ac_tool_prefix}otool64; ac_word=$2
6375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6376$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6377if ${ac_cv_prog_OTOOL64+:} false; then :
0cd79707
SH
6378 $as_echo_n "(cached) " >&6
6379else
6380 if test -n "$OTOOL64"; then
6381 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6382else
6383as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6384for as_dir in $PATH
6385do
6386 IFS=$as_save_IFS
6387 test -z "$as_dir" && as_dir=.
6388 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6389 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6390 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6392 break 2
6393 fi
6394done
6395 done
6396IFS=$as_save_IFS
6397
6398fi
6399fi
6400OTOOL64=$ac_cv_prog_OTOOL64
6401if test -n "$OTOOL64"; then
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6403$as_echo "$OTOOL64" >&6; }
6404else
6405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6406$as_echo "no" >&6; }
6407fi
6408
6409
6410fi
6411if test -z "$ac_cv_prog_OTOOL64"; then
6412 ac_ct_OTOOL64=$OTOOL64
6413 # Extract the first word of "otool64", so it can be a program name with args.
6414set dummy otool64; ac_word=$2
6415{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6416$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6417if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
0cd79707
SH
6418 $as_echo_n "(cached) " >&6
6419else
6420 if test -n "$ac_ct_OTOOL64"; then
6421 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6422else
6423as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6424for as_dir in $PATH
6425do
6426 IFS=$as_save_IFS
6427 test -z "$as_dir" && as_dir=.
6428 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6429 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6430 ac_cv_prog_ac_ct_OTOOL64="otool64"
6431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6432 break 2
6433 fi
6434done
6435 done
6436IFS=$as_save_IFS
6437
6438fi
6439fi
6440ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6441if test -n "$ac_ct_OTOOL64"; then
6442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6443$as_echo "$ac_ct_OTOOL64" >&6; }
6444else
6445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6446$as_echo "no" >&6; }
6447fi
6448
6449 if test "x$ac_ct_OTOOL64" = x; then
6450 OTOOL64=":"
6451 else
6452 case $cross_compiling:$ac_tool_warned in
6453yes:)
6454{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6455$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6456ac_tool_warned=yes ;;
6457esac
6458 OTOOL64=$ac_ct_OTOOL64
6459 fi
6460else
6461 OTOOL64="$ac_cv_prog_OTOOL64"
6462fi
6463
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6491$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6492if ${lt_cv_apple_cc_single_mod+:} false; then :
0cd79707
SH
6493 $as_echo_n "(cached) " >&6
6494else
6495 lt_cv_apple_cc_single_mod=no
6496 if test -z "${LT_MULTI_MODULE}"; then
6497 # By default we will add the -single_module flag. You can override
6498 # by either setting the environment variable LT_MULTI_MODULE
6499 # non-empty at configure time, or by adding -multi_module to the
6500 # link flags.
6501 rm -rf libconftest.dylib*
6502 echo "int foo(void){return 1;}" > conftest.c
6503 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6504-dynamiclib -Wl,-single_module conftest.c" >&5
6505 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6506 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6507 _lt_result=$?
6508 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6509 lt_cv_apple_cc_single_mod=yes
6510 else
6511 cat conftest.err >&5
6512 fi
6513 rm -rf libconftest.dylib*
6514 rm -f conftest.*
6515 fi
6516fi
6517{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6518$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6520$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6521if ${lt_cv_ld_exported_symbols_list+:} false; then :
0cd79707
SH
6522 $as_echo_n "(cached) " >&6
6523else
6524 lt_cv_ld_exported_symbols_list=no
6525 save_LDFLAGS=$LDFLAGS
6526 echo "_main" > conftest.sym
6527 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6529/* end confdefs.h. */
6530
6531int
6532main ()
6533{
6534
6535 ;
6536 return 0;
6537}
6538_ACEOF
6539if ac_fn_c_try_link "$LINENO"; then :
6540 lt_cv_ld_exported_symbols_list=yes
6541else
6542 lt_cv_ld_exported_symbols_list=no
6543fi
6544rm -f core conftest.err conftest.$ac_objext \
6545 conftest$ac_exeext conftest.$ac_ext
6546 LDFLAGS="$save_LDFLAGS"
6547
6548fi
6549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6550$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6552$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6553if ${lt_cv_ld_force_load+:} false; then :
0cd79707
SH
6554 $as_echo_n "(cached) " >&6
6555else
6556 lt_cv_ld_force_load=no
6557 cat > conftest.c << _LT_EOF
6558int forced_loaded() { return 2;}
6559_LT_EOF
6560 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6561 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6562 echo "$AR cru libconftest.a conftest.o" >&5
6563 $AR cru libconftest.a conftest.o 2>&5
6564 cat > conftest.c << _LT_EOF
6565int main() { return 0;}
6566_LT_EOF
6567 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6568 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6569 _lt_result=$?
6570 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6571 lt_cv_ld_force_load=yes
6572 else
6573 cat conftest.err >&5
6574 fi
6575 rm -f conftest.err libconftest.a conftest conftest.c
6576 rm -rf conftest.dSYM
6577
6578fi
6579{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6580$as_echo "$lt_cv_ld_force_load" >&6; }
6581 case $host_os in
6582 rhapsody* | darwin1.[012])
6583 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6584 darwin1.*)
6585 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6586 darwin*) # darwin 5.x on
6587 # if running on 10.5 or later, the deployment target defaults
6588 # to the OS version, if on x86, and 10.4, the deployment
6589 # target defaults to 10.4. Don't you love it?
6590 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6591 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6592 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6593 10.[012][,.]*)
6594 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6595 10.*)
6596 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6597 esac
6598 ;;
6599 esac
6600 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6601 _lt_dar_single_mod='$single_module'
6602 fi
6603 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6604 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6605 else
6606 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6607 fi
6608 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6609 _lt_dsymutil='~$DSYMUTIL $lib || :'
6610 else
6611 _lt_dsymutil=
6612 fi
6613 ;;
6614 esac
6615
6616for ac_header in dlfcn.h
6617do :
6618 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6619"
d0ac1c44 6620if test "x$ac_cv_header_dlfcn_h" = xyes; then :
0cd79707
SH
6621 cat >>confdefs.h <<_ACEOF
6622#define HAVE_DLFCN_H 1
6623_ACEOF
6624
6625fi
6626
6627done
6628
6629
6630
ebe9564b 6631
0cd79707
SH
6632
6633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6634$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6635if ${ac_cv_c_bigendian+:} false; then :
0cd79707
SH
6636 $as_echo_n "(cached) " >&6
6637else
6638 ac_cv_c_bigendian=unknown
6639 # See if we're dealing with a universal compiler.
6640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6641/* end confdefs.h. */
6642#ifndef __APPLE_CC__
6643 not a universal capable compiler
6644 #endif
6645 typedef int dummy;
6646
6647_ACEOF
6648if ac_fn_c_try_compile "$LINENO"; then :
6649
6650 # Check for potential -arch flags. It is not universal unless
6651 # there are at least two -arch flags with different values.
6652 ac_arch=
6653 ac_prev=
6654 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6655 if test -n "$ac_prev"; then
6656 case $ac_word in
6657 i?86 | x86_64 | ppc | ppc64)
6658 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6659 ac_arch=$ac_word
6660 else
6661 ac_cv_c_bigendian=universal
6662 break
6663 fi
6664 ;;
6665 esac
6666 ac_prev=
6667 elif test "x$ac_word" = "x-arch"; then
6668 ac_prev=arch
6669 fi
6670 done
6671fi
6672rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6673 if test $ac_cv_c_bigendian = unknown; then
6674 # See if sys/param.h defines the BYTE_ORDER macro.
6675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6676/* end confdefs.h. */
6677#include <sys/types.h>
6678 #include <sys/param.h>
6679
6680int
6681main ()
6682{
6683#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6684 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6685 && LITTLE_ENDIAN)
6686 bogus endian macros
6687 #endif
6688
6689 ;
6690 return 0;
6691}
6692_ACEOF
6693if ac_fn_c_try_compile "$LINENO"; then :
6694 # It does; now see whether it defined to BIG_ENDIAN or not.
6695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6696/* end confdefs.h. */
6697#include <sys/types.h>
6698 #include <sys/param.h>
6699
6700int
6701main ()
6702{
6703#if BYTE_ORDER != BIG_ENDIAN
6704 not big endian
6705 #endif
6706
6707 ;
6708 return 0;
6709}
6710_ACEOF
6711if ac_fn_c_try_compile "$LINENO"; then :
6712 ac_cv_c_bigendian=yes
6713else
6714 ac_cv_c_bigendian=no
6715fi
6716rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6717fi
6718rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6719 fi
6720 if test $ac_cv_c_bigendian = unknown; then
6721 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6723/* end confdefs.h. */
6724#include <limits.h>
6725
6726int
6727main ()
6728{
6729#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6730 bogus endian macros
6731 #endif
6732
6733 ;
6734 return 0;
6735}
6736_ACEOF
6737if ac_fn_c_try_compile "$LINENO"; then :
6738 # It does; now see whether it defined to _BIG_ENDIAN or not.
6739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6740/* end confdefs.h. */
6741#include <limits.h>
6742
6743int
6744main ()
6745{
6746#ifndef _BIG_ENDIAN
6747 not big endian
6748 #endif
6749
6750 ;
6751 return 0;
6752}
6753_ACEOF
6754if ac_fn_c_try_compile "$LINENO"; then :
6755 ac_cv_c_bigendian=yes
6756else
6757 ac_cv_c_bigendian=no
6758fi
6759rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6760fi
6761rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6762 fi
6763 if test $ac_cv_c_bigendian = unknown; then
6764 # Compile a test program.
6765 if test "$cross_compiling" = yes; then :
6766 # Try to guess by grepping values from an object file.
6767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6768/* end confdefs.h. */
6769short int ascii_mm[] =
6770 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6771 short int ascii_ii[] =
6772 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6773 int use_ascii (int i) {
6774 return ascii_mm[i] + ascii_ii[i];
6775 }
6776 short int ebcdic_ii[] =
6777 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6778 short int ebcdic_mm[] =
6779 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6780 int use_ebcdic (int i) {
6781 return ebcdic_mm[i] + ebcdic_ii[i];
6782 }
6783 extern int foo;
6784
6785int
6786main ()
6787{
6788return use_ascii (foo) == use_ebcdic (foo);
6789 ;
6790 return 0;
6791}
6792_ACEOF
6793if ac_fn_c_try_compile "$LINENO"; then :
6794 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6795 ac_cv_c_bigendian=yes
6796 fi
6797 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6798 if test "$ac_cv_c_bigendian" = unknown; then
6799 ac_cv_c_bigendian=no
6800 else
6801 # finding both strings is unlikely to happen, but who knows?
6802 ac_cv_c_bigendian=unknown
6803 fi
6804 fi
6805fi
6806rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6807else
6808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6809/* end confdefs.h. */
6810$ac_includes_default
6811int
6812main ()
6813{
6814
6815 /* Are we little or big endian? From Harbison&Steele. */
6816 union
6817 {
6818 long int l;
6819 char c[sizeof (long int)];
6820 } u;
6821 u.l = 1;
6822 return u.c[sizeof (long int) - 1] == 1;
6823
6824 ;
6825 return 0;
6826}
6827_ACEOF
6828if ac_fn_c_try_run "$LINENO"; then :
6829 ac_cv_c_bigendian=no
6830else
6831 ac_cv_c_bigendian=yes
6832fi
6833rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6834 conftest.$ac_objext conftest.beam conftest.$ac_ext
6835fi
6836
6837 fi
6838fi
6839{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6840$as_echo "$ac_cv_c_bigendian" >&6; }
6841 case $ac_cv_c_bigendian in #(
6842 yes)
6843 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6844;; #(
6845 no)
6846 ;; #(
6847 universal)
6848
6849$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6850
6851 ;; #(
6852 *)
d0ac1c44 6853 as_fn_error $? "unknown endianness
0cd79707
SH
6854 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6855 esac
6856
6857
6858
6859
c25ea03d
MF
6860if test "x$cross_compiling" = "xno"; then
6861 : "${CC_FOR_BUILD:=\$(CC)}"
6862 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6863 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d
MF
6864else
6865 : "${CC_FOR_BUILD:=gcc}"
6866 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6867 : "${LDLFAGS_FOR_BUILD:=}"
0cd79707
SH
6868fi
6869
6870
6871
c25ea03d 6872
c2783492 6873
a3e2cc64
MF
6874if test -n "$ac_tool_prefix"; then
6875 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6876set dummy ${ac_tool_prefix}ar; ac_word=$2
6877{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6878$as_echo_n "checking for $ac_word... " >&6; }
6879if ${ac_cv_prog_AR+:} false; then :
6880 $as_echo_n "(cached) " >&6
6881else
6882 if test -n "$AR"; then
6883 ac_cv_prog_AR="$AR" # Let the user override the test.
6884else
6885as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6886for as_dir in $PATH
6887do
6888 IFS=$as_save_IFS
6889 test -z "$as_dir" && as_dir=.
6890 for ac_exec_ext in '' $ac_executable_extensions; do
6891 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6892 ac_cv_prog_AR="${ac_tool_prefix}ar"
6893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6894 break 2
6895 fi
6896done
6897 done
6898IFS=$as_save_IFS
6899
6900fi
6901fi
6902AR=$ac_cv_prog_AR
6903if test -n "$AR"; then
6904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6905$as_echo "$AR" >&6; }
6906else
6907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6908$as_echo "no" >&6; }
6909fi
6910
6911
6912fi
6913if test -z "$ac_cv_prog_AR"; then
6914 ac_ct_AR=$AR
6915 # Extract the first word of "ar", so it can be a program name with args.
6916set dummy ar; ac_word=$2
6917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6918$as_echo_n "checking for $ac_word... " >&6; }
6919if ${ac_cv_prog_ac_ct_AR+:} false; then :
6920 $as_echo_n "(cached) " >&6
6921else
6922 if test -n "$ac_ct_AR"; then
6923 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6924else
6925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6926for as_dir in $PATH
6927do
6928 IFS=$as_save_IFS
6929 test -z "$as_dir" && as_dir=.
6930 for ac_exec_ext in '' $ac_executable_extensions; do
6931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6932 ac_cv_prog_ac_ct_AR="ar"
6933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6934 break 2
6935 fi
6936done
6937 done
6938IFS=$as_save_IFS
6939
6940fi
6941fi
6942ac_ct_AR=$ac_cv_prog_ac_ct_AR
6943if test -n "$ac_ct_AR"; then
6944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6945$as_echo "$ac_ct_AR" >&6; }
6946else
6947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6948$as_echo "no" >&6; }
6949fi
6950
6951 if test "x$ac_ct_AR" = x; then
6952 AR=""
6953 else
6954 case $cross_compiling:$ac_tool_warned in
6955yes:)
6956{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6957$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6958ac_tool_warned=yes ;;
6959esac
6960 AR=$ac_ct_AR
6961 fi
6962else
6963 AR="$ac_cv_prog_AR"
6964fi
0cd79707
SH
6965
6966if test -n "$ac_tool_prefix"; then
6967 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6968set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6970$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6971if ${ac_cv_prog_RANLIB+:} false; then :
0cd79707
SH
6972 $as_echo_n "(cached) " >&6
6973else
6974 if test -n "$RANLIB"; then
6975 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6976else
6977as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6978for as_dir in $PATH
6979do
6980 IFS=$as_save_IFS
6981 test -z "$as_dir" && as_dir=.
6982 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6983 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6984 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6986 break 2
6987 fi
6988done
6989 done
6990IFS=$as_save_IFS
6991
6992fi
6993fi
6994RANLIB=$ac_cv_prog_RANLIB
6995if test -n "$RANLIB"; then
6996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6997$as_echo "$RANLIB" >&6; }
6998else
6999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7000$as_echo "no" >&6; }
7001fi
7002
7003
7004fi
7005if test -z "$ac_cv_prog_RANLIB"; then
7006 ac_ct_RANLIB=$RANLIB
7007 # Extract the first word of "ranlib", so it can be a program name with args.
7008set dummy ranlib; ac_word=$2
7009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7010$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7011if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
0cd79707
SH
7012 $as_echo_n "(cached) " >&6
7013else
7014 if test -n "$ac_ct_RANLIB"; then
7015 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7016else
7017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7018for as_dir in $PATH
7019do
7020 IFS=$as_save_IFS
7021 test -z "$as_dir" && as_dir=.
7022 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7023 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
7024 ac_cv_prog_ac_ct_RANLIB="ranlib"
7025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7026 break 2
7027 fi
7028done
7029 done
7030IFS=$as_save_IFS
7031
7032fi
7033fi
7034ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7035if test -n "$ac_ct_RANLIB"; then
7036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7037$as_echo "$ac_ct_RANLIB" >&6; }
7038else
7039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7040$as_echo "no" >&6; }
7041fi
7042
7043 if test "x$ac_ct_RANLIB" = x; then
7044 RANLIB=":"
7045 else
7046 case $cross_compiling:$ac_tool_warned in
7047yes:)
7048{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7049$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7050ac_tool_warned=yes ;;
7051esac
7052 RANLIB=$ac_ct_RANLIB
7053 fi
7054else
7055 RANLIB="$ac_cv_prog_RANLIB"
7056fi
7057
7058
46f900c0
MF
7059# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
7060# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
7061# is C99. So handle it ourselves.
7062:
7063C_DIALECT=
7064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
7065$as_echo_n "checking whether C11 is supported by default... " >&6; }
7066cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7067/* end confdefs.h. */
7068
7069#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7070# error "C11 support not found"
7071#endif
7072
7073_ACEOF
7074if ac_fn_c_try_compile "$LINENO"; then :
7075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7076$as_echo "yes" >&6; }
7077else
7078
7079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7080$as_echo "no" >&6; }
7081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
7082$as_echo_n "checking for -std=c11 support... " >&6; }
7083 ac_save_CC="$CC"
7084 CC="$CC -std=c11"
7085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7086/* end confdefs.h. */
7087
7088#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7089# error "C11 support not found"
7090#endif
7091
7092_ACEOF
7093if ac_fn_c_try_compile "$LINENO"; then :
7094
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7096$as_echo "yes" >&6; }
7097 CC="$ac_save_CC"
7098 C_DIALECT="-std=c11"
7099
7100else
7101 as_fn_error $? "C11 is required" "$LINENO" 5
7102fi
7103rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7104fi
7105rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7106
7107
c2783492
MF
7108ac_config_headers="$ac_config_headers config.h:config.in"
7109
7110
0cd79707
SH
7111# Some of the common include files depend on bfd.h, and bfd.h checks
7112# that config.h is included first by testing that the PACKAGE macro
7113# is defined.
7114PACKAGE=sim
7115
7116cat >>confdefs.h <<_ACEOF
7117#define PACKAGE "$PACKAGE"
7118_ACEOF
7119
7120
7121
7122# Dependency checking.
7123ac_config_commands="$ac_config_commands depdir"
7124
7125
7126depcc="$CC" am_compiler_list=
7127
7128am_depcomp=$ac_aux_dir/depcomp
7129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7130$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 7131if ${am_cv_CC_dependencies_compiler_type+:} false; then :
0cd79707
SH
7132 $as_echo_n "(cached) " >&6
7133else
7134 if test -f "$am_depcomp"; then
7135 # We make a subdir and do the tests there. Otherwise we can end up
7136 # making bogus files that we don't know about and never remove. For
7137 # instance it was reported that on HP-UX the gcc test will end up
7138 # making a dummy file named `D' -- because `-MD' means `put the output
7139 # in D'.
7140 mkdir conftest.dir
7141 # Copy depcomp to subdir because otherwise we won't find it if we're
7142 # using a relative directory.
7143 cp "$am_depcomp" conftest.dir
7144 cd conftest.dir
7145 # We will build objects and dependencies in a subdirectory because
7146 # it helps to detect inapplicable dependency modes. For instance
7147 # both Tru64's cc and ICC support -MD to output dependencies as a
7148 # side effect of compilation, but ICC will put the dependencies in
7149 # the current directory while Tru64 will put them in the object
7150 # directory.
7151 mkdir sub
7152
7153 am_cv_CC_dependencies_compiler_type=none
7154 if test "$am_compiler_list" = ""; then
7155 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7156 fi
7157 for depmode in $am_compiler_list; do
7158 if test $depmode = none; then break; fi
7159
7160 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7161 # Setup a source with many dependencies, because some compilers
7162 # like to wrap large dependency lists on column 80 (with \), and
7163 # we should not choose a depcomp mode which is confused by this.
7164 #
7165 # We need to recreate these files for each test, as the compiler may
7166 # overwrite some of them when testing with obscure command lines.
7167 # This happens at least with the AIX C compiler.
7168 : > sub/conftest.c
7169 for i in 1 2 3 4 5 6; do
7170 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7171 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7172 # Solaris 8's {/usr,}/bin/sh.
7173 touch sub/conftst$i.h
7174 done
7175 echo "include sub/conftest.Po" > confmf
7176
7177 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7178 # mode. It turns out that the SunPro C++ compiler does not properly
7179 # handle `-M -o', and we need to detect this.
7180 depcmd="depmode=$depmode \
7181 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7182 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7183 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7184 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7185 if env $depcmd > conftest.err 2>&1 &&
7186 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7187 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7188 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7189 # icc doesn't choke on unknown options, it will just issue warnings
7190 # or remarks (even with -Werror). So we grep stderr for any message
7191 # that says an option was ignored or not supported.
7192 # When given -MP, icc 7.0 and 7.1 complain thusly:
7193 # icc: Command line warning: ignoring option '-M'; no argument required
7194 # The diagnosis changed in icc 8.0:
7195 # icc: Command line remark: option '-MP' not supported
7196 if (grep 'ignoring option' conftest.err ||
7197 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7198 am_cv_CC_dependencies_compiler_type=$depmode
7199 $as_echo "$as_me:$LINENO: success" >&5
7200 break
7201 fi
7202 fi
7203 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7204 sed -e 's/^/| /' < conftest.err >&5
7205 done
7206
7207 cd ..
7208 rm -rf conftest.dir
7209else
7210 am_cv_CC_dependencies_compiler_type=none
7211fi
7212
7213fi
7214{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7215$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7216if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7217then as_fn_error $? "no usable dependency style found" "$LINENO" 5
0cd79707
SH
7218else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7219
7220fi
7221
7222
0cd79707
SH
7223ALL_LINGUAS=
7224# If we haven't got the data from the intl directory,
7225# assume NLS is disabled.
7226USE_NLS=no
7227LIBINTL=
7228LIBINTL_DEP=
7229INCINTL=
7230XGETTEXT=
7231GMSGFMT=
7232POSUB=
7233
7234if test -f ../../intl/config.intl; then
7235 . ../../intl/config.intl
7236fi
7237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7238$as_echo_n "checking whether NLS is requested... " >&6; }
7239if test x"$USE_NLS" != xyes; then
7240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7241$as_echo "no" >&6; }
7242else
7243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7244$as_echo "yes" >&6; }
7245
7246$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7247
7248
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7250$as_echo_n "checking for catalogs to be installed... " >&6; }
7251 # Look for .po and .gmo files in the source directory.
7252 CATALOGS=
7253 XLINGUAS=
7254 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7255 # If there aren't any .gmo files the shell will give us the
7256 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7257 # weeded out.
7258 case "$cat" in *\**)
7259 continue;;
7260 esac
7261 # The quadruple backslash is collapsed to a double backslash
7262 # by the backticks, then collapsed again by the double quotes,
7263 # leaving us with one backslash in the sed expression (right
7264 # before the dot that mustn't act as a wildcard).
7265 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7266 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7267 # The user is allowed to set LINGUAS to a list of languages to
7268 # install catalogs for. If it's empty that means "all of them."
7269 if test "x$LINGUAS" = x; then
7270 CATALOGS="$CATALOGS $cat"
7271 XLINGUAS="$XLINGUAS $lang"
7272 else
7273 case "$LINGUAS" in *$lang*)
7274 CATALOGS="$CATALOGS $cat"
7275 XLINGUAS="$XLINGUAS $lang"
7276 ;;
7277 esac
7278 fi
7279 done
7280 LINGUAS="$XLINGUAS"
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7282$as_echo "$LINGUAS" >&6; }
7283
7284
7285 DATADIRNAME=share
7286
7287 INSTOBJEXT=.mo
7288
7289 GENCAT=gencat
7290
7291 CATOBJEXT=.gmo
7292
7293fi
7294
7295# Check for common headers.
68ed2854 7296# NB: You can assume C11 headers exist.
0cd79707 7297
0cd79707
SH
7298
7299ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7300#include <sys/types.h>
7301#endif
7302#ifdef HAVE_SYS_STAT_H
7303#include <sys/stat.h>
7304#endif
7305"
d0ac1c44 7306if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
0cd79707
SH
7307
7308cat >>confdefs.h <<_ACEOF
7309#define HAVE_STRUCT_STAT_ST_DEV 1
7310_ACEOF
7311
7312
7313fi
7314ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7315#include <sys/types.h>
7316#endif
7317#ifdef HAVE_SYS_STAT_H
7318#include <sys/stat.h>
7319#endif
7320"
d0ac1c44 7321if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
0cd79707
SH
7322
7323cat >>confdefs.h <<_ACEOF
7324#define HAVE_STRUCT_STAT_ST_INO 1
7325_ACEOF
7326
7327
7328fi
7329ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7330#include <sys/types.h>
7331#endif
7332#ifdef HAVE_SYS_STAT_H
7333#include <sys/stat.h>
7334#endif
7335"
d0ac1c44 7336if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
0cd79707
SH
7337
7338cat >>confdefs.h <<_ACEOF
7339#define HAVE_STRUCT_STAT_ST_MODE 1
7340_ACEOF
7341
7342
7343fi
7344ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7345#include <sys/types.h>
7346#endif
7347#ifdef HAVE_SYS_STAT_H
7348#include <sys/stat.h>
7349#endif
7350"
d0ac1c44 7351if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
0cd79707
SH
7352
7353cat >>confdefs.h <<_ACEOF
7354#define HAVE_STRUCT_STAT_ST_NLINK 1
7355_ACEOF
7356
7357
7358fi
7359ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7360#include <sys/types.h>
7361#endif
7362#ifdef HAVE_SYS_STAT_H
7363#include <sys/stat.h>
7364#endif
7365"
d0ac1c44 7366if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
0cd79707
SH
7367
7368cat >>confdefs.h <<_ACEOF
7369#define HAVE_STRUCT_STAT_ST_UID 1
7370_ACEOF
7371
7372
7373fi
7374ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7375#include <sys/types.h>
7376#endif
7377#ifdef HAVE_SYS_STAT_H
7378#include <sys/stat.h>
7379#endif
7380"
d0ac1c44 7381if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
0cd79707
SH
7382
7383cat >>confdefs.h <<_ACEOF
7384#define HAVE_STRUCT_STAT_ST_GID 1
7385_ACEOF
7386
7387
7388fi
7389ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7390#include <sys/types.h>
7391#endif
7392#ifdef HAVE_SYS_STAT_H
7393#include <sys/stat.h>
7394#endif
7395"
d0ac1c44 7396if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
0cd79707
SH
7397
7398cat >>confdefs.h <<_ACEOF
7399#define HAVE_STRUCT_STAT_ST_RDEV 1
7400_ACEOF
7401
7402
7403fi
7404ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7405#include <sys/types.h>
7406#endif
7407#ifdef HAVE_SYS_STAT_H
7408#include <sys/stat.h>
7409#endif
7410"
d0ac1c44 7411if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
0cd79707
SH
7412
7413cat >>confdefs.h <<_ACEOF
7414#define HAVE_STRUCT_STAT_ST_SIZE 1
7415_ACEOF
7416
7417
7418fi
7419ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7420#include <sys/types.h>
7421#endif
7422#ifdef HAVE_SYS_STAT_H
7423#include <sys/stat.h>
7424#endif
7425"
d0ac1c44 7426if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
0cd79707
SH
7427
7428cat >>confdefs.h <<_ACEOF
7429#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7430_ACEOF
7431
7432
7433fi
7434ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7435#include <sys/types.h>
7436#endif
7437#ifdef HAVE_SYS_STAT_H
7438#include <sys/stat.h>
7439#endif
7440"
d0ac1c44 7441if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
0cd79707
SH
7442
7443cat >>confdefs.h <<_ACEOF
7444#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7445_ACEOF
7446
7447
7448fi
7449ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7450#include <sys/types.h>
7451#endif
7452#ifdef HAVE_SYS_STAT_H
7453#include <sys/stat.h>
7454#endif
7455"
d0ac1c44 7456if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
0cd79707
SH
7457
7458cat >>confdefs.h <<_ACEOF
7459#define HAVE_STRUCT_STAT_ST_ATIME 1
7460_ACEOF
7461
7462
7463fi
7464ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7465#include <sys/types.h>
7466#endif
7467#ifdef HAVE_SYS_STAT_H
7468#include <sys/stat.h>
7469#endif
7470"
d0ac1c44 7471if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
0cd79707
SH
7472
7473cat >>confdefs.h <<_ACEOF
7474#define HAVE_STRUCT_STAT_ST_MTIME 1
7475_ACEOF
7476
7477
7478fi
7479ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7480#include <sys/types.h>
7481#endif
7482#ifdef HAVE_SYS_STAT_H
7483#include <sys/stat.h>
7484#endif
7485"
d0ac1c44 7486if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
0cd79707
SH
7487
7488cat >>confdefs.h <<_ACEOF
7489#define HAVE_STRUCT_STAT_ST_CTIME 1
7490_ACEOF
7491
7492
7493fi
7494
7495ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7496#include <sys/socket.h>
7497
7498"
d0ac1c44 7499if test "x$ac_cv_type_socklen_t" = xyes; then :
0cd79707
SH
7500
7501cat >>confdefs.h <<_ACEOF
7502#define HAVE_SOCKLEN_T 1
7503_ACEOF
7504
7505
7506fi
7507
7508
7509# Check for socket libraries
7510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7511$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7512if ${ac_cv_lib_socket_bind+:} false; then :
0cd79707
SH
7513 $as_echo_n "(cached) " >&6
7514else
7515 ac_check_lib_save_LIBS=$LIBS
7516LIBS="-lsocket $LIBS"
7517cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7518/* end confdefs.h. */
7519
7520/* Override any GCC internal prototype to avoid an error.
7521 Use char because int might match the return type of a GCC
7522 builtin and then its argument prototype would still apply. */
7523#ifdef __cplusplus
7524extern "C"
7525#endif
7526char bind ();
7527int
7528main ()
7529{
7530return bind ();
7531 ;
7532 return 0;
7533}
7534_ACEOF
7535if ac_fn_c_try_link "$LINENO"; then :
7536 ac_cv_lib_socket_bind=yes
7537else
7538 ac_cv_lib_socket_bind=no
7539fi
7540rm -f core conftest.err conftest.$ac_objext \
7541 conftest$ac_exeext conftest.$ac_ext
7542LIBS=$ac_check_lib_save_LIBS
7543fi
7544{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7545$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7546if test "x$ac_cv_lib_socket_bind" = xyes; then :
0cd79707
SH
7547 cat >>confdefs.h <<_ACEOF
7548#define HAVE_LIBSOCKET 1
7549_ACEOF
7550
7551 LIBS="-lsocket $LIBS"
7552
7553fi
7554
7555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7556$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7557if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
0cd79707
SH
7558 $as_echo_n "(cached) " >&6
7559else
7560 ac_check_lib_save_LIBS=$LIBS
7561LIBS="-lnsl $LIBS"
7562cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7563/* end confdefs.h. */
7564
7565/* Override any GCC internal prototype to avoid an error.
7566 Use char because int might match the return type of a GCC
7567 builtin and then its argument prototype would still apply. */
7568#ifdef __cplusplus
7569extern "C"
7570#endif
7571char gethostbyname ();
7572int
7573main ()
7574{
7575return gethostbyname ();
7576 ;
7577 return 0;
7578}
7579_ACEOF
7580if ac_fn_c_try_link "$LINENO"; then :
7581 ac_cv_lib_nsl_gethostbyname=yes
7582else
7583 ac_cv_lib_nsl_gethostbyname=no
7584fi
7585rm -f core conftest.err conftest.$ac_objext \
7586 conftest$ac_exeext conftest.$ac_ext
7587LIBS=$ac_check_lib_save_LIBS
7588fi
7589{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7590$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7591if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
0cd79707
SH
7592 cat >>confdefs.h <<_ACEOF
7593#define HAVE_LIBNSL 1
7594_ACEOF
7595
7596 LIBS="-lnsl $LIBS"
7597
7598fi
7599
7600
7601# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7602# using the same condition.
7603
7604 # Use the system's zlib library.
7605 zlibdir="-L\$(top_builddir)/../zlib"
7606 zlibinc="-I\$(top_srcdir)/../zlib"
7607
7608# Check whether --with-system-zlib was given.
7609if test "${with_system_zlib+set}" = set; then :
7610 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7611 zlibdir=
7612 zlibinc=
7613 fi
7614
7615fi
7616
7617
7618
7619
7620
7621# BFD uses libdl when when plugins enabled.
7622
7623 maybe_plugins=no
7624 for ac_header in dlfcn.h
7625do :
7626 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7627"
d0ac1c44 7628if test "x$ac_cv_header_dlfcn_h" = xyes; then :
0cd79707
SH
7629 cat >>confdefs.h <<_ACEOF
7630#define HAVE_DLFCN_H 1
7631_ACEOF
7632 maybe_plugins=yes
7633fi
7634
7635done
7636
7637 for ac_header in windows.h
7638do :
7639 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7640"
d0ac1c44 7641if test "x$ac_cv_header_windows_h" = xyes; then :
0cd79707
SH
7642 cat >>confdefs.h <<_ACEOF
7643#define HAVE_WINDOWS_H 1
7644_ACEOF
7645 maybe_plugins=yes
7646fi
7647
7648done
7649
7650
7651 # Check whether --enable-plugins was given.
7652if test "${enable_plugins+set}" = set; then :
7653 enableval=$enable_plugins; case "${enableval}" in
7654 no) plugins=no ;;
7655 *) plugins=yes
7656 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7657 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
0cd79707
SH
7658 fi ;;
7659 esac
7660else
7661 plugins=$maybe_plugins
7662
7663fi
7664
7665 if test "$plugins" = "yes"; then
37f980dc
SM
7666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7667$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7668if ${ac_cv_search_dlsym+:} false; then :
0cd79707
SH
7669 $as_echo_n "(cached) " >&6
7670else
7671 ac_func_search_save_LIBS=$LIBS
7672cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7673/* end confdefs.h. */
7674
7675/* Override any GCC internal prototype to avoid an error.
7676 Use char because int might match the return type of a GCC
7677 builtin and then its argument prototype would still apply. */
7678#ifdef __cplusplus
7679extern "C"
7680#endif
37f980dc 7681char dlsym ();
0cd79707
SH
7682int
7683main ()
7684{
37f980dc 7685return dlsym ();
0cd79707
SH
7686 ;
7687 return 0;
7688}
7689_ACEOF
7690for ac_lib in '' dl; do
7691 if test -z "$ac_lib"; then
7692 ac_res="none required"
7693 else
7694 ac_res=-l$ac_lib
7695 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7696 fi
7697 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7698 ac_cv_search_dlsym=$ac_res
0cd79707
SH
7699fi
7700rm -f core conftest.err conftest.$ac_objext \
7701 conftest$ac_exeext
d0ac1c44 7702 if ${ac_cv_search_dlsym+:} false; then :
0cd79707
SH
7703 break
7704fi
7705done
d0ac1c44 7706if ${ac_cv_search_dlsym+:} false; then :
0cd79707
SH
7707
7708else
37f980dc 7709 ac_cv_search_dlsym=no
0cd79707
SH
7710fi
7711rm conftest.$ac_ext
7712LIBS=$ac_func_search_save_LIBS
7713fi
37f980dc
SM
7714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7715$as_echo "$ac_cv_search_dlsym" >&6; }
7716ac_res=$ac_cv_search_dlsym
0cd79707
SH
7717if test "$ac_res" != no; then :
7718 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7719
7720fi
7721
7722 fi
7723
7724 if test "$plugins" = yes; then
7725 PLUGINS_TRUE=
7726 PLUGINS_FALSE='#'
7727else
7728 PLUGINS_TRUE='#'
7729 PLUGINS_FALSE=
7730fi
7731
7732
7733
7734
7735
7736# Set options
7737enable_dlopen=yes
7738
7739
7740
7741
7742 enable_win32_dll=no
7743
7744
7745 # Check whether --enable-shared was given.
7746if test "${enable_shared+set}" = set; then :
7747 enableval=$enable_shared; p=${PACKAGE-default}
7748 case $enableval in
7749 yes) enable_shared=yes ;;
7750 no) enable_shared=no ;;
7751 *)
7752 enable_shared=no
7753 # Look at the argument we got. We use all the common list separators.
7754 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7755 for pkg in $enableval; do
7756 IFS="$lt_save_ifs"
7757 if test "X$pkg" = "X$p"; then
7758 enable_shared=yes
7759 fi
7760 done
7761 IFS="$lt_save_ifs"
7762 ;;
7763 esac
7764else
7765 enable_shared=yes
7766fi
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776 # Check whether --enable-static was given.
7777if test "${enable_static+set}" = set; then :
7778 enableval=$enable_static; p=${PACKAGE-default}
7779 case $enableval in
7780 yes) enable_static=yes ;;
7781 no) enable_static=no ;;
7782 *)
7783 enable_static=no
7784 # Look at the argument we got. We use all the common list separators.
7785 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7786 for pkg in $enableval; do
7787 IFS="$lt_save_ifs"
7788 if test "X$pkg" = "X$p"; then
7789 enable_static=yes
7790 fi
7791 done
7792 IFS="$lt_save_ifs"
7793 ;;
7794 esac
7795else
7796 enable_static=yes
7797fi
7798
7799
7800
7801
7802
7803
7804
7805
7806
7807
7808# Check whether --with-pic was given.
7809if test "${with_pic+set}" = set; then :
7810 withval=$with_pic; pic_mode="$withval"
7811else
7812 pic_mode=default
7813fi
7814
7815
7816test -z "$pic_mode" && pic_mode=default
7817
7818
7819
7820
7821
7822
7823
7824 # Check whether --enable-fast-install was given.
7825if test "${enable_fast_install+set}" = set; then :
7826 enableval=$enable_fast_install; p=${PACKAGE-default}
7827 case $enableval in
7828 yes) enable_fast_install=yes ;;
7829 no) enable_fast_install=no ;;
7830 *)
7831 enable_fast_install=no
7832 # Look at the argument we got. We use all the common list separators.
7833 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7834 for pkg in $enableval; do
7835 IFS="$lt_save_ifs"
7836 if test "X$pkg" = "X$p"; then
7837 enable_fast_install=yes
7838 fi
7839 done
7840 IFS="$lt_save_ifs"
7841 ;;
7842 esac
7843else
7844 enable_fast_install=yes
7845fi
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857# This can be used to rebuild libtool when needed
7858LIBTOOL_DEPS="$ltmain"
7859
7860# Always use our own libtool.
7861LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888test -z "$LN_S" && LN_S="ln -s"
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903if test -n "${ZSH_VERSION+set}" ; then
7904 setopt NO_GLOB_SUBST
7905fi
7906
7907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7908$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7909if ${lt_cv_objdir+:} false; then :
0cd79707
SH
7910 $as_echo_n "(cached) " >&6
7911else
7912 rm -f .libs 2>/dev/null
7913mkdir .libs 2>/dev/null
7914if test -d .libs; then
7915 lt_cv_objdir=.libs
7916else
7917 # MS-DOS does not allow filenames that begin with a dot.
7918 lt_cv_objdir=_libs
7919fi
7920rmdir .libs 2>/dev/null
7921fi
7922{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7923$as_echo "$lt_cv_objdir" >&6; }
7924objdir=$lt_cv_objdir
7925
7926
7927
7928
7929
7930cat >>confdefs.h <<_ACEOF
7931#define LT_OBJDIR "$lt_cv_objdir/"
7932_ACEOF
7933
7934
7935
7936
7937case $host_os in
7938aix3*)
7939 # AIX sometimes has problems with the GCC collect2 program. For some
7940 # reason, if we set the COLLECT_NAMES environment variable, the problems
7941 # vanish in a puff of smoke.
7942 if test "X${COLLECT_NAMES+set}" != Xset; then
7943 COLLECT_NAMES=
7944 export COLLECT_NAMES
7945 fi
7946 ;;
7947esac
7948
7949# Global variables:
7950ofile=libtool
7951can_build_shared=yes
7952
7953# All known linkers require a `.a' archive for static linking (except MSVC,
7954# which needs '.lib').
7955libext=a
7956
7957with_gnu_ld="$lt_cv_prog_gnu_ld"
7958
7959old_CC="$CC"
7960old_CFLAGS="$CFLAGS"
7961
7962# Set sane defaults for various variables
7963test -z "$CC" && CC=cc
7964test -z "$LTCC" && LTCC=$CC
7965test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7966test -z "$LD" && LD=ld
7967test -z "$ac_objext" && ac_objext=o
7968
7969for cc_temp in $compiler""; do
7970 case $cc_temp in
7971 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7972 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7973 \-*) ;;
7974 *) break;;
7975 esac
7976done
7977cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7978
7979
7980# Only perform the check for file, if the check method requires it
7981test -z "$MAGIC_CMD" && MAGIC_CMD=file
7982case $deplibs_check_method in
7983file_magic*)
7984 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7986$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7987if ${lt_cv_path_MAGIC_CMD+:} false; then :
0cd79707
SH
7988 $as_echo_n "(cached) " >&6
7989else
7990 case $MAGIC_CMD in
7991[\\/*] | ?:[\\/]*)
7992 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7993 ;;
7994*)
7995 lt_save_MAGIC_CMD="$MAGIC_CMD"
7996 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7997 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7998 for ac_dir in $ac_dummy; do
7999 IFS="$lt_save_ifs"
8000 test -z "$ac_dir" && ac_dir=.
8001 if test -f $ac_dir/${ac_tool_prefix}file; then
8002 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8003 if test -n "$file_magic_test_file"; then
8004 case $deplibs_check_method in
8005 "file_magic "*)
8006 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8007 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8008 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8009 $EGREP "$file_magic_regex" > /dev/null; then
8010 :
8011 else
8012 cat <<_LT_EOF 1>&2
8013
8014*** Warning: the command libtool uses to detect shared libraries,
8015*** $file_magic_cmd, produces output that libtool cannot recognize.
8016*** The result is that libtool may fail to recognize shared libraries
8017*** as such. This will affect the creation of libtool libraries that
8018*** depend on shared libraries, but programs linked with such libtool
8019*** libraries will work regardless of this problem. Nevertheless, you
8020*** may want to report the problem to your system manager and/or to
8021*** bug-libtool@gnu.org
8022
8023_LT_EOF
8024 fi ;;
8025 esac
8026 fi
8027 break
8028 fi
8029 done
8030 IFS="$lt_save_ifs"
8031 MAGIC_CMD="$lt_save_MAGIC_CMD"
8032 ;;
8033esac
8034fi
8035
8036MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8037if test -n "$MAGIC_CMD"; then
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8039$as_echo "$MAGIC_CMD" >&6; }
8040else
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8042$as_echo "no" >&6; }
8043fi
8044
8045
8046
8047
8048
8049if test -z "$lt_cv_path_MAGIC_CMD"; then
8050 if test -n "$ac_tool_prefix"; then
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8052$as_echo_n "checking for file... " >&6; }
d0ac1c44 8053if ${lt_cv_path_MAGIC_CMD+:} false; then :
0cd79707
SH
8054 $as_echo_n "(cached) " >&6
8055else
8056 case $MAGIC_CMD in
8057[\\/*] | ?:[\\/]*)
8058 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8059 ;;
8060*)
8061 lt_save_MAGIC_CMD="$MAGIC_CMD"
8062 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8063 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8064 for ac_dir in $ac_dummy; do
8065 IFS="$lt_save_ifs"
8066 test -z "$ac_dir" && ac_dir=.
8067 if test -f $ac_dir/file; then
8068 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8069 if test -n "$file_magic_test_file"; then
8070 case $deplibs_check_method in
8071 "file_magic "*)
8072 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8073 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8074 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8075 $EGREP "$file_magic_regex" > /dev/null; then
8076 :
8077 else
8078 cat <<_LT_EOF 1>&2
8079
8080*** Warning: the command libtool uses to detect shared libraries,
8081*** $file_magic_cmd, produces output that libtool cannot recognize.
8082*** The result is that libtool may fail to recognize shared libraries
8083*** as such. This will affect the creation of libtool libraries that
8084*** depend on shared libraries, but programs linked with such libtool
8085*** libraries will work regardless of this problem. Nevertheless, you
8086*** may want to report the problem to your system manager and/or to
8087*** bug-libtool@gnu.org
8088
8089_LT_EOF
8090 fi ;;
8091 esac
8092 fi
8093 break
8094 fi
8095 done
8096 IFS="$lt_save_ifs"
8097 MAGIC_CMD="$lt_save_MAGIC_CMD"
8098 ;;
8099esac
8100fi
8101
8102MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8103if test -n "$MAGIC_CMD"; then
8104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8105$as_echo "$MAGIC_CMD" >&6; }
8106else
8107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8108$as_echo "no" >&6; }
8109fi
8110
8111
8112 else
8113 MAGIC_CMD=:
8114 fi
8115fi
8116
8117 fi
8118 ;;
8119esac
8120
8121# Use C for the default configuration in the libtool script
8122
8123lt_save_CC="$CC"
8124ac_ext=c
8125ac_cpp='$CPP $CPPFLAGS'
8126ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8127ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8128ac_compiler_gnu=$ac_cv_c_compiler_gnu
8129
8130
8131# Source file extension for C test sources.
8132ac_ext=c
8133
8134# Object file extension for compiled C test sources.
8135objext=o
8136objext=$objext
8137
8138# Code to be used in simple compile tests
8139lt_simple_compile_test_code="int some_variable = 0;"
8140
8141# Code to be used in simple link tests
8142lt_simple_link_test_code='int main(){return(0);}'
8143
8144
8145
8146
8147
8148
8149
8150# If no C compiler was specified, use CC.
8151LTCC=${LTCC-"$CC"}
8152
8153# If no C compiler flags were specified, use CFLAGS.
8154LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8155
8156# Allow CC to be a program name with arguments.
8157compiler=$CC
8158
8159# Save the default compiler, since it gets overwritten when the other
8160# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8161compiler_DEFAULT=$CC
8162
8163# save warnings/boilerplate of simple test code
8164ac_outfile=conftest.$ac_objext
8165echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8166eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8167_lt_compiler_boilerplate=`cat conftest.err`
8168$RM conftest*
8169
8170ac_outfile=conftest.$ac_objext
8171echo "$lt_simple_link_test_code" >conftest.$ac_ext
8172eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8173_lt_linker_boilerplate=`cat conftest.err`
8174$RM -r conftest*
8175
8176
8177## CAVEAT EMPTOR:
8178## There is no encapsulation within the following macros, do not change
8179## the running order or otherwise move them around unless you know exactly
8180## what you are doing...
8181if test -n "$compiler"; then
8182
8183lt_prog_compiler_no_builtin_flag=
8184
8185if test "$GCC" = yes; then
8186 case $cc_basename in
8187 nvcc*)
8188 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8189 *)
8190 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8191 esac
8192
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8194$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8195if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
0cd79707
SH
8196 $as_echo_n "(cached) " >&6
8197else
8198 lt_cv_prog_compiler_rtti_exceptions=no
8199 ac_outfile=conftest.$ac_objext
8200 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8201 lt_compiler_flag="-fno-rtti -fno-exceptions"
8202 # Insert the option either (1) after the last *FLAGS variable, or
8203 # (2) before a word containing "conftest.", or (3) at the end.
8204 # Note that $ac_compile itself does not contain backslashes and begins
8205 # with a dollar sign (not a hyphen), so the echo should work correctly.
8206 # The option is referenced via a variable to avoid confusing sed.
8207 lt_compile=`echo "$ac_compile" | $SED \
8208 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8209 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8210 -e 's:$: $lt_compiler_flag:'`
8211 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8212 (eval "$lt_compile" 2>conftest.err)
8213 ac_status=$?
8214 cat conftest.err >&5
8215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8216 if (exit $ac_status) && test -s "$ac_outfile"; then
8217 # The compiler can only warn and ignore the option if not recognized
8218 # So say no if there are warnings other than the usual output.
8219 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8220 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8221 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8222 lt_cv_prog_compiler_rtti_exceptions=yes
8223 fi
8224 fi
8225 $RM conftest*
8226
8227fi
8228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8229$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8230
8231if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8232 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8233else
8234 :
8235fi
8236
8237fi
8238
8239
8240
8241
8242
8243
8244 lt_prog_compiler_wl=
8245lt_prog_compiler_pic=
8246lt_prog_compiler_static=
8247
8248{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8249$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8250
8251 if test "$GCC" = yes; then
8252 lt_prog_compiler_wl='-Wl,'
8253 lt_prog_compiler_static='-static'
8254
8255 case $host_os in
8256 aix*)
8257 # All AIX code is PIC.
8258 if test "$host_cpu" = ia64; then
8259 # AIX 5 now supports IA64 processor
8260 lt_prog_compiler_static='-Bstatic'
8261 fi
8262 lt_prog_compiler_pic='-fPIC'
8263 ;;
8264
8265 amigaos*)
8266 case $host_cpu in
8267 powerpc)
8268 # see comment about AmigaOS4 .so support
8269 lt_prog_compiler_pic='-fPIC'
8270 ;;
8271 m68k)
8272 # FIXME: we need at least 68020 code to build shared libraries, but
8273 # adding the `-m68020' flag to GCC prevents building anything better,
8274 # like `-m68040'.
8275 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8276 ;;
8277 esac
8278 ;;
8279
8280 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8281 # PIC is the default for these OSes.
8282 ;;
8283
8284 mingw* | cygwin* | pw32* | os2* | cegcc*)
8285 # This hack is so that the source file can tell whether it is being
8286 # built for inclusion in a dll (and should export symbols for example).
8287 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8288 # (--disable-auto-import) libraries
8289 lt_prog_compiler_pic='-DDLL_EXPORT'
8290 ;;
8291
8292 darwin* | rhapsody*)
8293 # PIC is the default on this platform
8294 # Common symbols not allowed in MH_DYLIB files
8295 lt_prog_compiler_pic='-fno-common'
8296 ;;
8297
8298 haiku*)
8299 # PIC is the default for Haiku.
8300 # The "-static" flag exists, but is broken.
8301 lt_prog_compiler_static=
8302 ;;
8303
8304 hpux*)
8305 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8306 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8307 # sets the default TLS model and affects inlining.
8308 case $host_cpu in
8309 hppa*64*)
8310 # +Z the default
8311 ;;
8312 *)
8313 lt_prog_compiler_pic='-fPIC'
8314 ;;
8315 esac
8316 ;;
8317
8318 interix[3-9]*)
8319 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8320 # Instead, we relocate shared libraries at runtime.
8321 ;;
8322
8323 msdosdjgpp*)
8324 # Just because we use GCC doesn't mean we suddenly get shared libraries
8325 # on systems that don't support them.
8326 lt_prog_compiler_can_build_shared=no
8327 enable_shared=no
8328 ;;
8329
8330 *nto* | *qnx*)
8331 # QNX uses GNU C++, but need to define -shared option too, otherwise
8332 # it will coredump.
8333 lt_prog_compiler_pic='-fPIC -shared'
8334 ;;
8335
8336 sysv4*MP*)
8337 if test -d /usr/nec; then
8338 lt_prog_compiler_pic=-Kconform_pic
8339 fi
8340 ;;
8341
8342 *)
8343 lt_prog_compiler_pic='-fPIC'
8344 ;;
8345 esac
8346
8347 case $cc_basename in
8348 nvcc*) # Cuda Compiler Driver 2.2
8349 lt_prog_compiler_wl='-Xlinker '
8350 lt_prog_compiler_pic='-Xcompiler -fPIC'
8351 ;;
8352 esac
8353 else
8354 # PORTME Check for flag to pass linker flags through the system compiler.
8355 case $host_os in
8356 aix*)
8357 lt_prog_compiler_wl='-Wl,'
8358 if test "$host_cpu" = ia64; then
8359 # AIX 5 now supports IA64 processor
8360 lt_prog_compiler_static='-Bstatic'
8361 else
8362 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8363 fi
8364 ;;
8365
8366 mingw* | cygwin* | pw32* | os2* | cegcc*)
8367 # This hack is so that the source file can tell whether it is being
8368 # built for inclusion in a dll (and should export symbols for example).
8369 lt_prog_compiler_pic='-DDLL_EXPORT'
8370 ;;
8371
8372 hpux9* | hpux10* | hpux11*)
8373 lt_prog_compiler_wl='-Wl,'
8374 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8375 # not for PA HP-UX.
8376 case $host_cpu in
8377 hppa*64*|ia64*)
8378 # +Z the default
8379 ;;
8380 *)
8381 lt_prog_compiler_pic='+Z'
8382 ;;
8383 esac
8384 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8385 lt_prog_compiler_static='${wl}-a ${wl}archive'
8386 ;;
8387
8388 irix5* | irix6* | nonstopux*)
8389 lt_prog_compiler_wl='-Wl,'
8390 # PIC (with -KPIC) is the default.
8391 lt_prog_compiler_static='-non_shared'
8392 ;;
8393
8394 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8395 case $cc_basename in
8396 # old Intel for x86_64 which still supported -KPIC.
8397 ecc*)
8398 lt_prog_compiler_wl='-Wl,'
8399 lt_prog_compiler_pic='-KPIC'
8400 lt_prog_compiler_static='-static'
8401 ;;
8402 # icc used to be incompatible with GCC.
8403 # ICC 10 doesn't accept -KPIC any more.
8404 icc* | ifort*)
8405 lt_prog_compiler_wl='-Wl,'
8406 lt_prog_compiler_pic='-fPIC'
8407 lt_prog_compiler_static='-static'
8408 ;;
8409 # Lahey Fortran 8.1.
8410 lf95*)
8411 lt_prog_compiler_wl='-Wl,'
8412 lt_prog_compiler_pic='--shared'
8413 lt_prog_compiler_static='--static'
8414 ;;
8415 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8416 # Portland Group compilers (*not* the Pentium gcc compiler,
8417 # which looks to be a dead project)
8418 lt_prog_compiler_wl='-Wl,'
8419 lt_prog_compiler_pic='-fpic'
8420 lt_prog_compiler_static='-Bstatic'
8421 ;;
8422 ccc*)
8423 lt_prog_compiler_wl='-Wl,'
8424 # All Alpha code is PIC.
8425 lt_prog_compiler_static='-non_shared'
8426 ;;
8427 xl* | bgxl* | bgf* | mpixl*)
8428 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8429 lt_prog_compiler_wl='-Wl,'
8430 lt_prog_compiler_pic='-qpic'
8431 lt_prog_compiler_static='-qstaticlink'
8432 ;;
8433 *)
8434 case `$CC -V 2>&1 | sed 5q` in
8435 *Sun\ F* | *Sun*Fortran*)
8436 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8437 lt_prog_compiler_pic='-KPIC'
8438 lt_prog_compiler_static='-Bstatic'
8439 lt_prog_compiler_wl=''
8440 ;;
8441 *Sun\ C*)
8442 # Sun C 5.9
8443 lt_prog_compiler_pic='-KPIC'
8444 lt_prog_compiler_static='-Bstatic'
8445 lt_prog_compiler_wl='-Wl,'
8446 ;;
8447 esac
8448 ;;
8449 esac
8450 ;;
8451
8452 newsos6)
8453 lt_prog_compiler_pic='-KPIC'
8454 lt_prog_compiler_static='-Bstatic'
8455 ;;
8456
8457 *nto* | *qnx*)
8458 # QNX uses GNU C++, but need to define -shared option too, otherwise
8459 # it will coredump.
8460 lt_prog_compiler_pic='-fPIC -shared'
8461 ;;
8462
8463 osf3* | osf4* | osf5*)
8464 lt_prog_compiler_wl='-Wl,'
8465 # All OSF/1 code is PIC.
8466 lt_prog_compiler_static='-non_shared'
8467 ;;
8468
8469 rdos*)
8470 lt_prog_compiler_static='-non_shared'
8471 ;;
8472
8473 solaris*)
8474 lt_prog_compiler_pic='-KPIC'
8475 lt_prog_compiler_static='-Bstatic'
8476 case $cc_basename in
8477 f77* | f90* | f95*)
8478 lt_prog_compiler_wl='-Qoption ld ';;
8479 *)
8480 lt_prog_compiler_wl='-Wl,';;
8481 esac
8482 ;;
8483
8484 sunos4*)
8485 lt_prog_compiler_wl='-Qoption ld '
8486 lt_prog_compiler_pic='-PIC'
8487 lt_prog_compiler_static='-Bstatic'
8488 ;;
8489
8490 sysv4 | sysv4.2uw2* | sysv4.3*)
8491 lt_prog_compiler_wl='-Wl,'
8492 lt_prog_compiler_pic='-KPIC'
8493 lt_prog_compiler_static='-Bstatic'
8494 ;;
8495
8496 sysv4*MP*)
8497 if test -d /usr/nec ;then
8498 lt_prog_compiler_pic='-Kconform_pic'
8499 lt_prog_compiler_static='-Bstatic'
8500 fi
8501 ;;
8502
8503 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8504 lt_prog_compiler_wl='-Wl,'
8505 lt_prog_compiler_pic='-KPIC'
8506 lt_prog_compiler_static='-Bstatic'
8507 ;;
8508
8509 unicos*)
8510 lt_prog_compiler_wl='-Wl,'
8511 lt_prog_compiler_can_build_shared=no
8512 ;;
8513
8514 uts4*)
8515 lt_prog_compiler_pic='-pic'
8516 lt_prog_compiler_static='-Bstatic'
8517 ;;
8518
8519 *)
8520 lt_prog_compiler_can_build_shared=no
8521 ;;
8522 esac
8523 fi
8524
8525case $host_os in
8526 # For platforms which do not support PIC, -DPIC is meaningless:
8527 *djgpp*)
8528 lt_prog_compiler_pic=
8529 ;;
8530 *)
8531 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8532 ;;
8533esac
8534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8535$as_echo "$lt_prog_compiler_pic" >&6; }
8536
8537
8538
8539
8540
8541
8542#
8543# Check to make sure the PIC flag actually works.
8544#
8545if test -n "$lt_prog_compiler_pic"; then
8546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8547$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8548if ${lt_cv_prog_compiler_pic_works+:} false; then :
0cd79707
SH
8549 $as_echo_n "(cached) " >&6
8550else
8551 lt_cv_prog_compiler_pic_works=no
8552 ac_outfile=conftest.$ac_objext
8553 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8554 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8555 # Insert the option either (1) after the last *FLAGS variable, or
8556 # (2) before a word containing "conftest.", or (3) at the end.
8557 # Note that $ac_compile itself does not contain backslashes and begins
8558 # with a dollar sign (not a hyphen), so the echo should work correctly.
8559 # The option is referenced via a variable to avoid confusing sed.
8560 lt_compile=`echo "$ac_compile" | $SED \
8561 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8562 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8563 -e 's:$: $lt_compiler_flag:'`
8564 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8565 (eval "$lt_compile" 2>conftest.err)
8566 ac_status=$?
8567 cat conftest.err >&5
8568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8569 if (exit $ac_status) && test -s "$ac_outfile"; then
8570 # The compiler can only warn and ignore the option if not recognized
8571 # So say no if there are warnings other than the usual output.
8572 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8573 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8574 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8575 lt_cv_prog_compiler_pic_works=yes
8576 fi
8577 fi
8578 $RM conftest*
8579
8580fi
8581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8582$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8583
8584if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8585 case $lt_prog_compiler_pic in
8586 "" | " "*) ;;
8587 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8588 esac
8589else
8590 lt_prog_compiler_pic=
8591 lt_prog_compiler_can_build_shared=no
8592fi
8593
8594fi
8595
8596
8597
8598
8599
8600
8601#
8602# Check to make sure the static flag actually works.
8603#
8604wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8606$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8607if ${lt_cv_prog_compiler_static_works+:} false; then :
0cd79707
SH
8608 $as_echo_n "(cached) " >&6
8609else
8610 lt_cv_prog_compiler_static_works=no
8611 save_LDFLAGS="$LDFLAGS"
8612 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8613 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8614 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8615 # The linker can only warn and ignore the option if not recognized
8616 # So say no if there are warnings
8617 if test -s conftest.err; then
8618 # Append any errors to the config.log.
8619 cat conftest.err 1>&5
8620 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8621 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8622 if diff conftest.exp conftest.er2 >/dev/null; then
8623 lt_cv_prog_compiler_static_works=yes
8624 fi
8625 else
8626 lt_cv_prog_compiler_static_works=yes
8627 fi
8628 fi
8629 $RM -r conftest*
8630 LDFLAGS="$save_LDFLAGS"
8631
8632fi
8633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8634$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8635
8636if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8637 :
8638else
8639 lt_prog_compiler_static=
8640fi
8641
8642
8643
8644
8645
8646
8647
8648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8649$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8650if ${lt_cv_prog_compiler_c_o+:} false; then :
0cd79707
SH
8651 $as_echo_n "(cached) " >&6
8652else
8653 lt_cv_prog_compiler_c_o=no
8654 $RM -r conftest 2>/dev/null
8655 mkdir conftest
8656 cd conftest
8657 mkdir out
8658 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8659
8660 lt_compiler_flag="-o out/conftest2.$ac_objext"
8661 # Insert the option either (1) after the last *FLAGS variable, or
8662 # (2) before a word containing "conftest.", or (3) at the end.
8663 # Note that $ac_compile itself does not contain backslashes and begins
8664 # with a dollar sign (not a hyphen), so the echo should work correctly.
8665 lt_compile=`echo "$ac_compile" | $SED \
8666 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8667 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8668 -e 's:$: $lt_compiler_flag:'`
8669 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8670 (eval "$lt_compile" 2>out/conftest.err)
8671 ac_status=$?
8672 cat out/conftest.err >&5
8673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8674 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8675 then
8676 # The compiler can only warn and ignore the option if not recognized
8677 # So say no if there are warnings
8678 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8679 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8680 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8681 lt_cv_prog_compiler_c_o=yes
8682 fi
8683 fi
8684 chmod u+w . 2>&5
8685 $RM conftest*
8686 # SGI C++ compiler will create directory out/ii_files/ for
8687 # template instantiation
8688 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8689 $RM out/* && rmdir out
8690 cd ..
8691 $RM -r conftest
8692 $RM conftest*
8693
8694fi
8695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8696$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8697
8698
8699
8700
8701
8702
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8704$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8705if ${lt_cv_prog_compiler_c_o+:} false; then :
0cd79707
SH
8706 $as_echo_n "(cached) " >&6
8707else
8708 lt_cv_prog_compiler_c_o=no
8709 $RM -r conftest 2>/dev/null
8710 mkdir conftest
8711 cd conftest
8712 mkdir out
8713 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8714
8715 lt_compiler_flag="-o out/conftest2.$ac_objext"
8716 # Insert the option either (1) after the last *FLAGS variable, or
8717 # (2) before a word containing "conftest.", or (3) at the end.
8718 # Note that $ac_compile itself does not contain backslashes and begins
8719 # with a dollar sign (not a hyphen), so the echo should work correctly.
8720 lt_compile=`echo "$ac_compile" | $SED \
8721 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8722 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8723 -e 's:$: $lt_compiler_flag:'`
8724 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8725 (eval "$lt_compile" 2>out/conftest.err)
8726 ac_status=$?
8727 cat out/conftest.err >&5
8728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8729 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8730 then
8731 # The compiler can only warn and ignore the option if not recognized
8732 # So say no if there are warnings
8733 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8734 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8735 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8736 lt_cv_prog_compiler_c_o=yes
8737 fi
8738 fi
8739 chmod u+w . 2>&5
8740 $RM conftest*
8741 # SGI C++ compiler will create directory out/ii_files/ for
8742 # template instantiation
8743 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8744 $RM out/* && rmdir out
8745 cd ..
8746 $RM -r conftest
8747 $RM conftest*
8748
8749fi
8750{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8751$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8752
8753
8754
8755
8756hard_links="nottested"
8757if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8758 # do not overwrite the value of need_locks provided by the user
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8760$as_echo_n "checking if we can lock with hard links... " >&6; }
8761 hard_links=yes
8762 $RM conftest*
8763 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8764 touch conftest.a
8765 ln conftest.a conftest.b 2>&5 || hard_links=no
8766 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8768$as_echo "$hard_links" >&6; }
8769 if test "$hard_links" = no; then
8770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8771$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8772 need_locks=warn
8773 fi
8774else
8775 need_locks=no
8776fi
8777
8778
8779
8780
8781
8782
8783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8784$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8785
8786 runpath_var=
8787 allow_undefined_flag=
8788 always_export_symbols=no
8789 archive_cmds=
8790 archive_expsym_cmds=
8791 compiler_needs_object=no
8792 enable_shared_with_static_runtimes=no
8793 export_dynamic_flag_spec=
8794 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8795 hardcode_automatic=no
8796 hardcode_direct=no
8797 hardcode_direct_absolute=no
8798 hardcode_libdir_flag_spec=
8799 hardcode_libdir_flag_spec_ld=
8800 hardcode_libdir_separator=
8801 hardcode_minus_L=no
8802 hardcode_shlibpath_var=unsupported
8803 inherit_rpath=no
8804 link_all_deplibs=unknown
8805 module_cmds=
8806 module_expsym_cmds=
8807 old_archive_from_new_cmds=
8808 old_archive_from_expsyms_cmds=
8809 thread_safe_flag_spec=
8810 whole_archive_flag_spec=
8811 # include_expsyms should be a list of space-separated symbols to be *always*
8812 # included in the symbol list
8813 include_expsyms=
8814 # exclude_expsyms can be an extended regexp of symbols to exclude
8815 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8816 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8817 # as well as any symbol that contains `d'.
8818 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8819 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8820 # platforms (ab)use it in PIC code, but their linkers get confused if
8821 # the symbol is explicitly referenced. Since portable code cannot
8822 # rely on this symbol name, it's probably fine to never include it in
8823 # preloaded symbol tables.
8824 # Exclude shared library initialization/finalization symbols.
8825 extract_expsyms_cmds=
8826
8827 case $host_os in
8828 cygwin* | mingw* | pw32* | cegcc*)
8829 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8830 # When not using gcc, we currently assume that we are using
8831 # Microsoft Visual C++.
8832 if test "$GCC" != yes; then
8833 with_gnu_ld=no
8834 fi
8835 ;;
8836 interix*)
8837 # we just hope/assume this is gcc and not c89 (= MSVC++)
8838 with_gnu_ld=yes
8839 ;;
8840 openbsd*)
8841 with_gnu_ld=no
8842 ;;
8843 esac
8844
8845 ld_shlibs=yes
8846
8847 # On some targets, GNU ld is compatible enough with the native linker
8848 # that we're better off using the native interface for both.
8849 lt_use_gnu_ld_interface=no
8850 if test "$with_gnu_ld" = yes; then
8851 case $host_os in
8852 aix*)
8853 # The AIX port of GNU ld has always aspired to compatibility
8854 # with the native linker. However, as the warning in the GNU ld
8855 # block says, versions before 2.19.5* couldn't really create working
8856 # shared libraries, regardless of the interface used.
8857 case `$LD -v 2>&1` in
8858 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8859 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8860 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8861 *)
8862 lt_use_gnu_ld_interface=yes
8863 ;;
8864 esac
8865 ;;
8866 *)
8867 lt_use_gnu_ld_interface=yes
8868 ;;
8869 esac
8870 fi
8871
8872 if test "$lt_use_gnu_ld_interface" = yes; then
8873 # If archive_cmds runs LD, not CC, wlarc should be empty
8874 wlarc='${wl}'
8875
8876 # Set some defaults for GNU ld with shared library support. These
8877 # are reset later if shared libraries are not supported. Putting them
8878 # here allows them to be overridden if necessary.
8879 runpath_var=LD_RUN_PATH
8880 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8881 export_dynamic_flag_spec='${wl}--export-dynamic'
8882 # ancient GNU ld didn't support --whole-archive et. al.
8883 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8884 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8885 else
8886 whole_archive_flag_spec=
8887 fi
8888 supports_anon_versioning=no
8889 case `$LD -v 2>&1` in
8890 *GNU\ gold*) supports_anon_versioning=yes ;;
8891 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8892 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8893 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8894 *\ 2.11.*) ;; # other 2.11 versions
8895 *) supports_anon_versioning=yes ;;
8896 esac
8897
8898 # See if GNU ld supports shared libraries.
8899 case $host_os in
8900 aix[3-9]*)
8901 # On AIX/PPC, the GNU linker is very broken
8902 if test "$host_cpu" != ia64; then
8903 ld_shlibs=no
8904 cat <<_LT_EOF 1>&2
8905
8906*** Warning: the GNU linker, at least up to release 2.19, is reported
8907*** to be unable to reliably create shared libraries on AIX.
8908*** Therefore, libtool is disabling shared libraries support. If you
8909*** really care for shared libraries, you may want to install binutils
8910*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8911*** You will then need to restart the configuration process.
8912
8913_LT_EOF
8914 fi
8915 ;;
8916
8917 amigaos*)
8918 case $host_cpu in
8919 powerpc)
8920 # see comment about AmigaOS4 .so support
8921 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8922 archive_expsym_cmds=''
8923 ;;
8924 m68k)
8925 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)'
8926 hardcode_libdir_flag_spec='-L$libdir'
8927 hardcode_minus_L=yes
8928 ;;
8929 esac
8930 ;;
8931
8932 beos*)
8933 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8934 allow_undefined_flag=unsupported
8935 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8936 # support --undefined. This deserves some investigation. FIXME
8937 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8938 else
8939 ld_shlibs=no
8940 fi
8941 ;;
8942
8943 cygwin* | mingw* | pw32* | cegcc*)
8944 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8945 # as there is no search path for DLLs.
8946 hardcode_libdir_flag_spec='-L$libdir'
8947 export_dynamic_flag_spec='${wl}--export-all-symbols'
8948 allow_undefined_flag=unsupported
8949 always_export_symbols=no
8950 enable_shared_with_static_runtimes=yes
8951 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8952
8953 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8954 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8955 # If the export-symbols file already is a .def file (1st line
8956 # is EXPORTS), use it as is; otherwise, prepend...
8957 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8958 cp $export_symbols $output_objdir/$soname.def;
8959 else
8960 echo EXPORTS > $output_objdir/$soname.def;
8961 cat $export_symbols >> $output_objdir/$soname.def;
8962 fi~
8963 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8964 else
8965 ld_shlibs=no
8966 fi
8967 ;;
8968
8969 haiku*)
8970 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8971 link_all_deplibs=yes
8972 ;;
8973
8974 interix[3-9]*)
8975 hardcode_direct=no
8976 hardcode_shlibpath_var=no
8977 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8978 export_dynamic_flag_spec='${wl}-E'
8979 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8980 # Instead, shared libraries are loaded at an image base (0x10000000 by
8981 # default) and relocated if they conflict, which is a slow very memory
8982 # consuming and fragmenting process. To avoid this, we pick a random,
8983 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8984 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8985 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8986 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'
8987 ;;
8988
8989 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8990 tmp_diet=no
8991 if test "$host_os" = linux-dietlibc; then
8992 case $cc_basename in
8993 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8994 esac
8995 fi
8996 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8997 && test "$tmp_diet" = no
8998 then
8999 tmp_addflag=' $pic_flag'
9000 tmp_sharedflag='-shared'
9001 case $cc_basename,$host_cpu in
9002 pgcc*) # Portland Group C compiler
9003 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'
9004 tmp_addflag=' $pic_flag'
9005 ;;
9006 pgf77* | pgf90* | pgf95* | pgfortran*)
9007 # Portland Group f77 and f90 compilers
9008 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'
9009 tmp_addflag=' $pic_flag -Mnomain' ;;
9010 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9011 tmp_addflag=' -i_dynamic' ;;
9012 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9013 tmp_addflag=' -i_dynamic -nofor_main' ;;
9014 ifc* | ifort*) # Intel Fortran compiler
9015 tmp_addflag=' -nofor_main' ;;
9016 lf95*) # Lahey Fortran 8.1
9017 whole_archive_flag_spec=
9018 tmp_sharedflag='--shared' ;;
9019 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9020 tmp_sharedflag='-qmkshrobj'
9021 tmp_addflag= ;;
9022 nvcc*) # Cuda Compiler Driver 2.2
9023 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'
9024 compiler_needs_object=yes
9025 ;;
9026 esac
9027 case `$CC -V 2>&1 | sed 5q` in
9028 *Sun\ C*) # Sun C 5.9
9029 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'
9030 compiler_needs_object=yes
9031 tmp_sharedflag='-G' ;;
9032 *Sun\ F*) # Sun Fortran 8.3
9033 tmp_sharedflag='-G' ;;
9034 esac
9035 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9036
9037 if test "x$supports_anon_versioning" = xyes; then
9038 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9039 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9040 echo "local: *; };" >> $output_objdir/$libname.ver~
9041 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9042 fi
9043
9044 case $cc_basename in
9045 xlf* | bgf* | bgxlf* | mpixlf*)
9046 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9047 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9048 hardcode_libdir_flag_spec=
9049 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9050 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9051 if test "x$supports_anon_versioning" = xyes; then
9052 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9053 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9054 echo "local: *; };" >> $output_objdir/$libname.ver~
9055 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9056 fi
9057 ;;
9058 esac
9059 else
9060 ld_shlibs=no
9061 fi
9062 ;;
9063
9064 netbsd*)
9065 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9066 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9067 wlarc=
9068 else
9069 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9070 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9071 fi
9072 ;;
9073
9074 solaris*)
9075 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9076 ld_shlibs=no
9077 cat <<_LT_EOF 1>&2
9078
9079*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9080*** create shared libraries on Solaris systems. Therefore, libtool
9081*** is disabling shared libraries support. We urge you to upgrade GNU
9082*** binutils to release 2.9.1 or newer. Another option is to modify
9083*** your PATH or compiler configuration so that the native linker is
9084*** used, and then restart.
9085
9086_LT_EOF
9087 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9088 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9089 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9090 else
9091 ld_shlibs=no
9092 fi
9093 ;;
9094
9095 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9096 case `$LD -v 2>&1` in
9097 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9098 ld_shlibs=no
9099 cat <<_LT_EOF 1>&2
9100
9101*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9102*** reliably create shared libraries on SCO systems. Therefore, libtool
9103*** is disabling shared libraries support. We urge you to upgrade GNU
9104*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9105*** your PATH or compiler configuration so that the native linker is
9106*** used, and then restart.
9107
9108_LT_EOF
9109 ;;
9110 *)
9111 # For security reasons, it is highly recommended that you always
9112 # use absolute paths for naming shared libraries, and exclude the
9113 # DT_RUNPATH tag from executables and libraries. But doing so
9114 # requires that you compile everything twice, which is a pain.
9115 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9116 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9117 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9118 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9119 else
9120 ld_shlibs=no
9121 fi
9122 ;;
9123 esac
9124 ;;
9125
9126 sunos4*)
9127 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9128 wlarc=
9129 hardcode_direct=yes
9130 hardcode_shlibpath_var=no
9131 ;;
9132
9133 *)
9134 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9135 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9136 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9137 else
9138 ld_shlibs=no
9139 fi
9140 ;;
9141 esac
9142
9143 if test "$ld_shlibs" = no; then
9144 runpath_var=
9145 hardcode_libdir_flag_spec=
9146 export_dynamic_flag_spec=
9147 whole_archive_flag_spec=
9148 fi
9149 else
9150 # PORTME fill in a description of your system's linker (not GNU ld)
9151 case $host_os in
9152 aix3*)
9153 allow_undefined_flag=unsupported
9154 always_export_symbols=yes
9155 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'
9156 # Note: this linker hardcodes the directories in LIBPATH if there
9157 # are no directories specified by -L.
9158 hardcode_minus_L=yes
9159 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9160 # Neither direct hardcoding nor static linking is supported with a
9161 # broken collect2.
9162 hardcode_direct=unsupported
9163 fi
9164 ;;
9165
9166 aix[4-9]*)
9167 if test "$host_cpu" = ia64; then
9168 # On IA64, the linker does run time linking by default, so we don't
9169 # have to do anything special.
9170 aix_use_runtimelinking=no
9171 exp_sym_flag='-Bexport'
9172 no_entry_flag=""
9173 else
9174 # If we're using GNU nm, then we don't want the "-C" option.
9175 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9176 # Also, AIX nm treats weak defined symbols like other global
9177 # defined symbols, whereas GNU nm marks them as "W".
9178 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9179 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'
9180 else
9181 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'
9182 fi
9183 aix_use_runtimelinking=no
9184
9185 # Test if we are trying to use run time linking or normal
9186 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9187 # need to do runtime linking.
9188 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9189 for ld_flag in $LDFLAGS; do
9190 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9191 aix_use_runtimelinking=yes
9192 break
9193 fi
9194 done
9195 ;;
9196 esac
9197
9198 exp_sym_flag='-bexport'
9199 no_entry_flag='-bnoentry'
9200 fi
9201
9202 # When large executables or shared objects are built, AIX ld can
9203 # have problems creating the table of contents. If linking a library
9204 # or program results in "error TOC overflow" add -mminimal-toc to
9205 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9206 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9207
9208 archive_cmds=''
9209 hardcode_direct=yes
9210 hardcode_direct_absolute=yes
9211 hardcode_libdir_separator=':'
9212 link_all_deplibs=yes
9213 file_list_spec='${wl}-f,'
9214
9215 if test "$GCC" = yes; then
9216 case $host_os in aix4.[012]|aix4.[012].*)
9217 # We only want to do this on AIX 4.2 and lower, the check
9218 # below for broken collect2 doesn't work under 4.3+
9219 collect2name=`${CC} -print-prog-name=collect2`
9220 if test -f "$collect2name" &&
9221 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9222 then
9223 # We have reworked collect2
9224 :
9225 else
9226 # We have old collect2
9227 hardcode_direct=unsupported
9228 # It fails to find uninstalled libraries when the uninstalled
9229 # path is not listed in the libpath. Setting hardcode_minus_L
9230 # to unsupported forces relinking
9231 hardcode_minus_L=yes
9232 hardcode_libdir_flag_spec='-L$libdir'
9233 hardcode_libdir_separator=
9234 fi
9235 ;;
9236 esac
9237 shared_flag='-shared'
9238 if test "$aix_use_runtimelinking" = yes; then
9239 shared_flag="$shared_flag "'${wl}-G'
9240 fi
9241 else
9242 # not using gcc
9243 if test "$host_cpu" = ia64; then
9244 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9245 # chokes on -Wl,-G. The following line is correct:
9246 shared_flag='-G'
9247 else
9248 if test "$aix_use_runtimelinking" = yes; then
9249 shared_flag='${wl}-G'
9250 else
9251 shared_flag='${wl}-bM:SRE'
9252 fi
9253 fi
9254 fi
9255
9256 export_dynamic_flag_spec='${wl}-bexpall'
9257 # It seems that -bexpall does not export symbols beginning with
9258 # underscore (_), so it is better to generate a list of symbols to export.
9259 always_export_symbols=yes
9260 if test "$aix_use_runtimelinking" = yes; then
9261 # Warning - without using the other runtime loading flags (-brtl),
9262 # -berok will link without error, but may produce a broken library.
9263 allow_undefined_flag='-berok'
9264 # Determine the default libpath from the value encoded in an
9265 # empty executable.
9266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9267/* end confdefs.h. */
9268
9269int
9270main ()
9271{
9272
9273 ;
9274 return 0;
9275}
9276_ACEOF
9277if ac_fn_c_try_link "$LINENO"; then :
9278
9279lt_aix_libpath_sed='
9280 /Import File Strings/,/^$/ {
9281 /^0/ {
9282 s/^0 *\(.*\)$/\1/
9283 p
9284 }
9285 }'
9286aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9287# Check for a 64-bit object if we didn't find anything.
9288if test -z "$aix_libpath"; then
9289 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9290fi
9291fi
9292rm -f core conftest.err conftest.$ac_objext \
9293 conftest$ac_exeext conftest.$ac_ext
9294if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9295
9296 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9297 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"
9298 else
9299 if test "$host_cpu" = ia64; then
9300 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9301 allow_undefined_flag="-z nodefs"
9302 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"
9303 else
9304 # Determine the default libpath from the value encoded in an
9305 # empty executable.
9306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9307/* end confdefs.h. */
9308
9309int
9310main ()
9311{
9312
9313 ;
9314 return 0;
9315}
9316_ACEOF
9317if ac_fn_c_try_link "$LINENO"; then :
9318
9319lt_aix_libpath_sed='
9320 /Import File Strings/,/^$/ {
9321 /^0/ {
9322 s/^0 *\(.*\)$/\1/
9323 p
9324 }
9325 }'
9326aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9327# Check for a 64-bit object if we didn't find anything.
9328if test -z "$aix_libpath"; then
9329 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9330fi
9331fi
9332rm -f core conftest.err conftest.$ac_objext \
9333 conftest$ac_exeext conftest.$ac_ext
9334if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9335
9336 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9337 # Warning - without using the other run time loading flags,
9338 # -berok will link without error, but may produce a broken library.
9339 no_undefined_flag=' ${wl}-bernotok'
9340 allow_undefined_flag=' ${wl}-berok'
9341 if test "$with_gnu_ld" = yes; then
9342 # We only use this code for GNU lds that support --whole-archive.
9343 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9344 else
9345 # Exported symbols can be pulled into shared objects from archives
9346 whole_archive_flag_spec='$convenience'
9347 fi
9348 archive_cmds_need_lc=yes
9349 # This is similar to how AIX traditionally builds its shared libraries.
9350 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'
9351 fi
9352 fi
9353 ;;
9354
9355 amigaos*)
9356 case $host_cpu in
9357 powerpc)
9358 # see comment about AmigaOS4 .so support
9359 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9360 archive_expsym_cmds=''
9361 ;;
9362 m68k)
9363 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)'
9364 hardcode_libdir_flag_spec='-L$libdir'
9365 hardcode_minus_L=yes
9366 ;;
9367 esac
9368 ;;
9369
9370 bsdi[45]*)
9371 export_dynamic_flag_spec=-rdynamic
9372 ;;
9373
9374 cygwin* | mingw* | pw32* | cegcc*)
9375 # When not using gcc, we currently assume that we are using
9376 # Microsoft Visual C++.
9377 # hardcode_libdir_flag_spec is actually meaningless, as there is
9378 # no search path for DLLs.
9379 hardcode_libdir_flag_spec=' '
9380 allow_undefined_flag=unsupported
9381 # Tell ltmain to make .lib files, not .a files.
9382 libext=lib
9383 # Tell ltmain to make .dll files, not .so files.
9384 shrext_cmds=".dll"
9385 # FIXME: Setting linknames here is a bad hack.
9386 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9387 # The linker will automatically build a .lib file if we build a DLL.
9388 old_archive_from_new_cmds='true'
9389 # FIXME: Should let the user specify the lib program.
9390 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9391 fix_srcfile_path='`cygpath -w "$srcfile"`'
9392 enable_shared_with_static_runtimes=yes
9393 ;;
9394
9395 darwin* | rhapsody*)
9396
9397
9398 archive_cmds_need_lc=no
9399 hardcode_direct=no
9400 hardcode_automatic=yes
9401 hardcode_shlibpath_var=unsupported
9402 if test "$lt_cv_ld_force_load" = "yes"; then
9403 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\"`'
9404 else
9405 whole_archive_flag_spec=''
9406 fi
9407 link_all_deplibs=yes
9408 allow_undefined_flag="$_lt_dar_allow_undefined"
9409 case $cc_basename in
9410 ifort*) _lt_dar_can_shared=yes ;;
9411 *) _lt_dar_can_shared=$GCC ;;
9412 esac
9413 if test "$_lt_dar_can_shared" = "yes"; then
9414 output_verbose_link_cmd=func_echo_all
9415 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9416 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9417 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}"
9418 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}"
9419
9420 else
9421 ld_shlibs=no
9422 fi
9423
9424 ;;
9425
9426 dgux*)
9427 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9428 hardcode_libdir_flag_spec='-L$libdir'
9429 hardcode_shlibpath_var=no
9430 ;;
9431
9432 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9433 # support. Future versions do this automatically, but an explicit c++rt0.o
9434 # does not break anything, and helps significantly (at the cost of a little
9435 # extra space).
9436 freebsd2.2*)
9437 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9438 hardcode_libdir_flag_spec='-R$libdir'
9439 hardcode_direct=yes
9440 hardcode_shlibpath_var=no
9441 ;;
9442
9443 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9444 freebsd2.*)
9445 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9446 hardcode_direct=yes
9447 hardcode_minus_L=yes
9448 hardcode_shlibpath_var=no
9449 ;;
9450
9451 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9452 freebsd* | dragonfly*)
9453 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9454 hardcode_libdir_flag_spec='-R$libdir'
9455 hardcode_direct=yes
9456 hardcode_shlibpath_var=no
9457 ;;
9458
9459 hpux9*)
9460 if test "$GCC" = yes; then
9461 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'
9462 else
9463 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'
9464 fi
9465 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9466 hardcode_libdir_separator=:
9467 hardcode_direct=yes
9468
9469 # hardcode_minus_L: Not really in the search PATH,
9470 # but as the default location of the library.
9471 hardcode_minus_L=yes
9472 export_dynamic_flag_spec='${wl}-E'
9473 ;;
9474
9475 hpux10*)
9476 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9477 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9478 else
9479 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9480 fi
9481 if test "$with_gnu_ld" = no; then
9482 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9483 hardcode_libdir_flag_spec_ld='+b $libdir'
9484 hardcode_libdir_separator=:
9485 hardcode_direct=yes
9486 hardcode_direct_absolute=yes
9487 export_dynamic_flag_spec='${wl}-E'
9488 # hardcode_minus_L: Not really in the search PATH,
9489 # but as the default location of the library.
9490 hardcode_minus_L=yes
9491 fi
9492 ;;
9493
9494 hpux11*)
9495 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9496 case $host_cpu in
9497 hppa*64*)
9498 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9499 ;;
9500 ia64*)
9501 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9502 ;;
9503 *)
9504 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9505 ;;
9506 esac
9507 else
9508 case $host_cpu in
9509 hppa*64*)
9510 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9511 ;;
9512 ia64*)
9513 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9514 ;;
9515 *)
9516
9517 # Older versions of the 11.00 compiler do not understand -b yet
9518 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9520$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9521if ${lt_cv_prog_compiler__b+:} false; then :
0cd79707
SH
9522 $as_echo_n "(cached) " >&6
9523else
9524 lt_cv_prog_compiler__b=no
9525 save_LDFLAGS="$LDFLAGS"
9526 LDFLAGS="$LDFLAGS -b"
9527 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9528 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9529 # The linker can only warn and ignore the option if not recognized
9530 # So say no if there are warnings
9531 if test -s conftest.err; then
9532 # Append any errors to the config.log.
9533 cat conftest.err 1>&5
9534 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9535 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9536 if diff conftest.exp conftest.er2 >/dev/null; then
9537 lt_cv_prog_compiler__b=yes
9538 fi
9539 else
9540 lt_cv_prog_compiler__b=yes
9541 fi
9542 fi
9543 $RM -r conftest*
9544 LDFLAGS="$save_LDFLAGS"
9545
9546fi
9547{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9548$as_echo "$lt_cv_prog_compiler__b" >&6; }
9549
9550if test x"$lt_cv_prog_compiler__b" = xyes; then
9551 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9552else
9553 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9554fi
9555
9556 ;;
9557 esac
9558 fi
9559 if test "$with_gnu_ld" = no; then
9560 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9561 hardcode_libdir_separator=:
9562
9563 case $host_cpu in
9564 hppa*64*|ia64*)
9565 hardcode_direct=no
9566 hardcode_shlibpath_var=no
9567 ;;
9568 *)
9569 hardcode_direct=yes
9570 hardcode_direct_absolute=yes
9571 export_dynamic_flag_spec='${wl}-E'
9572
9573 # hardcode_minus_L: Not really in the search PATH,
9574 # but as the default location of the library.
9575 hardcode_minus_L=yes
9576 ;;
9577 esac
9578 fi
9579 ;;
9580
9581 irix5* | irix6* | nonstopux*)
9582 if test "$GCC" = yes; then
9583 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'
9584 # Try to use the -exported_symbol ld option, if it does not
9585 # work, assume that -exports_file does not work either and
9586 # implicitly export all symbols.
9587 save_LDFLAGS="$LDFLAGS"
9588 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9590/* end confdefs.h. */
9591int foo(void) {}
9592_ACEOF
9593if ac_fn_c_try_link "$LINENO"; then :
9594 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'
9595
9596fi
9597rm -f core conftest.err conftest.$ac_objext \
9598 conftest$ac_exeext conftest.$ac_ext
9599 LDFLAGS="$save_LDFLAGS"
9600 else
9601 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'
9602 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'
9603 fi
9604 archive_cmds_need_lc='no'
9605 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9606 hardcode_libdir_separator=:
9607 inherit_rpath=yes
9608 link_all_deplibs=yes
9609 ;;
9610
9611 netbsd*)
9612 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9613 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9614 else
9615 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9616 fi
9617 hardcode_libdir_flag_spec='-R$libdir'
9618 hardcode_direct=yes
9619 hardcode_shlibpath_var=no
9620 ;;
9621
9622 newsos6)
9623 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9624 hardcode_direct=yes
9625 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9626 hardcode_libdir_separator=:
9627 hardcode_shlibpath_var=no
9628 ;;
9629
9630 *nto* | *qnx*)
9631 ;;
9632
9633 openbsd*)
9634 if test -f /usr/libexec/ld.so; then
9635 hardcode_direct=yes
9636 hardcode_shlibpath_var=no
9637 hardcode_direct_absolute=yes
9638 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9639 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9640 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9641 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9642 export_dynamic_flag_spec='${wl}-E'
9643 else
9644 case $host_os in
9645 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9646 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9647 hardcode_libdir_flag_spec='-R$libdir'
9648 ;;
9649 *)
9650 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9651 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9652 ;;
9653 esac
9654 fi
9655 else
9656 ld_shlibs=no
9657 fi
9658 ;;
9659
9660 os2*)
9661 hardcode_libdir_flag_spec='-L$libdir'
9662 hardcode_minus_L=yes
9663 allow_undefined_flag=unsupported
9664 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'
9665 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9666 ;;
9667
9668 osf3*)
9669 if test "$GCC" = yes; then
9670 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9671 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'
9672 else
9673 allow_undefined_flag=' -expect_unresolved \*'
9674 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'
9675 fi
9676 archive_cmds_need_lc='no'
9677 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9678 hardcode_libdir_separator=:
9679 ;;
9680
9681 osf4* | osf5*) # as osf3* with the addition of -msym flag
9682 if test "$GCC" = yes; then
9683 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9684 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'
9685 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9686 else
9687 allow_undefined_flag=' -expect_unresolved \*'
9688 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'
9689 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~
9690 $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'
9691
9692 # Both c and cxx compiler support -rpath directly
9693 hardcode_libdir_flag_spec='-rpath $libdir'
9694 fi
9695 archive_cmds_need_lc='no'
9696 hardcode_libdir_separator=:
9697 ;;
9698
9699 solaris*)
9700 no_undefined_flag=' -z defs'
9701 if test "$GCC" = yes; then
9702 wlarc='${wl}'
9703 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9704 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9705 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9706 else
9707 case `$CC -V 2>&1` in
9708 *"Compilers 5.0"*)
9709 wlarc=''
9710 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9711 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9712 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9713 ;;
9714 *)
9715 wlarc='${wl}'
9716 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9717 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9718 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9719 ;;
9720 esac
9721 fi
9722 hardcode_libdir_flag_spec='-R$libdir'
9723 hardcode_shlibpath_var=no
9724 case $host_os in
9725 solaris2.[0-5] | solaris2.[0-5].*) ;;
9726 *)
9727 # The compiler driver will combine and reorder linker options,
9728 # but understands `-z linker_flag'. GCC discards it without `$wl',
9729 # but is careful enough not to reorder.
9730 # Supported since Solaris 2.6 (maybe 2.5.1?)
9731 if test "$GCC" = yes; then
9732 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9733 else
9734 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9735 fi
9736 ;;
9737 esac
9738 link_all_deplibs=yes
9739 ;;
9740
9741 sunos4*)
9742 if test "x$host_vendor" = xsequent; then
9743 # Use $CC to link under sequent, because it throws in some extra .o
9744 # files that make .init and .fini sections work.
9745 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9746 else
9747 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9748 fi
9749 hardcode_libdir_flag_spec='-L$libdir'
9750 hardcode_direct=yes
9751 hardcode_minus_L=yes
9752 hardcode_shlibpath_var=no
9753 ;;
9754
9755 sysv4)
9756 case $host_vendor in
9757 sni)
9758 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9759 hardcode_direct=yes # is this really true???
9760 ;;
9761 siemens)
9762 ## LD is ld it makes a PLAMLIB
9763 ## CC just makes a GrossModule.
9764 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9765 reload_cmds='$CC -r -o $output$reload_objs'
9766 hardcode_direct=no
9767 ;;
9768 motorola)
9769 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9770 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9771 ;;
9772 esac
9773 runpath_var='LD_RUN_PATH'
9774 hardcode_shlibpath_var=no
9775 ;;
9776
9777 sysv4.3*)
9778 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9779 hardcode_shlibpath_var=no
9780 export_dynamic_flag_spec='-Bexport'
9781 ;;
9782
9783 sysv4*MP*)
9784 if test -d /usr/nec; then
9785 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9786 hardcode_shlibpath_var=no
9787 runpath_var=LD_RUN_PATH
9788 hardcode_runpath_var=yes
9789 ld_shlibs=yes
9790 fi
9791 ;;
9792
9793 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9794 no_undefined_flag='${wl}-z,text'
9795 archive_cmds_need_lc=no
9796 hardcode_shlibpath_var=no
9797 runpath_var='LD_RUN_PATH'
9798
9799 if test "$GCC" = yes; then
9800 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9801 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9802 else
9803 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9804 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9805 fi
9806 ;;
9807
9808 sysv5* | sco3.2v5* | sco5v6*)
9809 # Note: We can NOT use -z defs as we might desire, because we do not
9810 # link with -lc, and that would cause any symbols used from libc to
9811 # always be unresolved, which means just about no library would
9812 # ever link correctly. If we're not using GNU ld we use -z text
9813 # though, which does catch some bad symbols but isn't as heavy-handed
9814 # as -z defs.
9815 no_undefined_flag='${wl}-z,text'
9816 allow_undefined_flag='${wl}-z,nodefs'
9817 archive_cmds_need_lc=no
9818 hardcode_shlibpath_var=no
9819 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9820 hardcode_libdir_separator=':'
9821 link_all_deplibs=yes
9822 export_dynamic_flag_spec='${wl}-Bexport'
9823 runpath_var='LD_RUN_PATH'
9824
9825 if test "$GCC" = yes; then
9826 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9827 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9828 else
9829 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9830 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9831 fi
9832 ;;
9833
9834 uts4*)
9835 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9836 hardcode_libdir_flag_spec='-L$libdir'
9837 hardcode_shlibpath_var=no
9838 ;;
9839
9840 *)
9841 ld_shlibs=no
9842 ;;
9843 esac
9844
9845 if test x$host_vendor = xsni; then
9846 case $host in
9847 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9848 export_dynamic_flag_spec='${wl}-Blargedynsym'
9849 ;;
9850 esac
9851 fi
9852 fi
9853
9854{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9855$as_echo "$ld_shlibs" >&6; }
9856test "$ld_shlibs" = no && can_build_shared=no
9857
9858with_gnu_ld=$with_gnu_ld
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874#
9875# Do we need to explicitly link libc?
9876#
9877case "x$archive_cmds_need_lc" in
9878x|xyes)
9879 # Assume -lc should be added
9880 archive_cmds_need_lc=yes
9881
9882 if test "$enable_shared" = yes && test "$GCC" = yes; then
9883 case $archive_cmds in
9884 *'~'*)
9885 # FIXME: we may have to deal with multi-command sequences.
9886 ;;
9887 '$CC '*)
9888 # Test whether the compiler implicitly links with -lc since on some
9889 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9890 # to ld, don't add -lc before -lgcc.
9891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9892$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9893if ${lt_cv_archive_cmds_need_lc+:} false; then :
0cd79707
SH
9894 $as_echo_n "(cached) " >&6
9895else
9896 $RM conftest*
9897 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9898
9899 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9900 (eval $ac_compile) 2>&5
9901 ac_status=$?
9902 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9903 test $ac_status = 0; } 2>conftest.err; then
9904 soname=conftest
9905 lib=conftest
9906 libobjs=conftest.$ac_objext
9907 deplibs=
9908 wl=$lt_prog_compiler_wl
9909 pic_flag=$lt_prog_compiler_pic
9910 compiler_flags=-v
9911 linker_flags=-v
9912 verstring=
9913 output_objdir=.
9914 libname=conftest
9915 lt_save_allow_undefined_flag=$allow_undefined_flag
9916 allow_undefined_flag=
9917 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9918 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9919 ac_status=$?
9920 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9921 test $ac_status = 0; }
9922 then
9923 lt_cv_archive_cmds_need_lc=no
9924 else
9925 lt_cv_archive_cmds_need_lc=yes
9926 fi
9927 allow_undefined_flag=$lt_save_allow_undefined_flag
9928 else
9929 cat conftest.err 1>&5
9930 fi
9931 $RM conftest*
9932
9933fi
9934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9935$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9936 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9937 ;;
9938 esac
9939 fi
9940 ;;
9941esac
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10100$as_echo_n "checking dynamic linker characteristics... " >&6; }
10101
10102if test "$GCC" = yes; then
10103 case $host_os in
10104 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10105 *) lt_awk_arg="/^libraries:/" ;;
10106 esac
10107 case $host_os in
10108 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10109 *) lt_sed_strip_eq="s,=/,/,g" ;;
10110 esac
10111 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10112 case $lt_search_path_spec in
10113 *\;*)
10114 # if the path contains ";" then we assume it to be the separator
10115 # otherwise default to the standard path separator (i.e. ":") - it is
10116 # assumed that no part of a normal pathname contains ";" but that should
10117 # okay in the real world where ";" in dirpaths is itself problematic.
10118 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10119 ;;
10120 *)
10121 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10122 ;;
10123 esac
10124 # Ok, now we have the path, separated by spaces, we can step through it
10125 # and add multilib dir if necessary.
10126 lt_tmp_lt_search_path_spec=
10127 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10128 for lt_sys_path in $lt_search_path_spec; do
10129 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10130 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10131 else
10132 test -d "$lt_sys_path" && \
10133 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10134 fi
10135 done
10136 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10137BEGIN {RS=" "; FS="/|\n";} {
10138 lt_foo="";
10139 lt_count=0;
10140 for (lt_i = NF; lt_i > 0; lt_i--) {
10141 if ($lt_i != "" && $lt_i != ".") {
10142 if ($lt_i == "..") {
10143 lt_count++;
10144 } else {
10145 if (lt_count == 0) {
10146 lt_foo="/" $lt_i lt_foo;
10147 } else {
10148 lt_count--;
10149 }
10150 }
10151 }
10152 }
10153 if (lt_foo != "") { lt_freq[lt_foo]++; }
10154 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10155}'`
10156 # AWK program above erroneously prepends '/' to C:/dos/paths
10157 # for these hosts.
10158 case $host_os in
10159 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10160 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10161 esac
10162 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10163else
10164 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10165fi
10166library_names_spec=
10167libname_spec='lib$name'
10168soname_spec=
10169shrext_cmds=".so"
10170postinstall_cmds=
10171postuninstall_cmds=
10172finish_cmds=
10173finish_eval=
10174shlibpath_var=
10175shlibpath_overrides_runpath=unknown
10176version_type=none
10177dynamic_linker="$host_os ld.so"
10178sys_lib_dlsearch_path_spec="/lib /usr/lib"
10179need_lib_prefix=unknown
10180hardcode_into_libs=no
10181
10182# when you set need_version to no, make sure it does not cause -set_version
10183# flags to be left without arguments
10184need_version=unknown
10185
10186case $host_os in
10187aix3*)
10188 version_type=linux
10189 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10190 shlibpath_var=LIBPATH
10191
10192 # AIX 3 has no versioning support, so we append a major version to the name.
10193 soname_spec='${libname}${release}${shared_ext}$major'
10194 ;;
10195
10196aix[4-9]*)
10197 version_type=linux
10198 need_lib_prefix=no
10199 need_version=no
10200 hardcode_into_libs=yes
10201 if test "$host_cpu" = ia64; then
10202 # AIX 5 supports IA64
10203 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10204 shlibpath_var=LD_LIBRARY_PATH
10205 else
10206 # With GCC up to 2.95.x, collect2 would create an import file
10207 # for dependence libraries. The import file would start with
10208 # the line `#! .'. This would cause the generated library to
10209 # depend on `.', always an invalid library. This was fixed in
10210 # development snapshots of GCC prior to 3.0.
10211 case $host_os in
10212 aix4 | aix4.[01] | aix4.[01].*)
10213 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10214 echo ' yes '
10215 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10216 :
10217 else
10218 can_build_shared=no
10219 fi
10220 ;;
10221 esac
10222 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10223 # soname into executable. Probably we can add versioning support to
10224 # collect2, so additional links can be useful in future.
10225 if test "$aix_use_runtimelinking" = yes; then
10226 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10227 # instead of lib<name>.a to let people know that these are not
10228 # typical AIX shared libraries.
10229 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10230 else
10231 # We preserve .a as extension for shared libraries through AIX4.2
10232 # and later when we are not doing run time linking.
10233 library_names_spec='${libname}${release}.a $libname.a'
10234 soname_spec='${libname}${release}${shared_ext}$major'
10235 fi
10236 shlibpath_var=LIBPATH
10237 fi
10238 ;;
10239
10240amigaos*)
10241 case $host_cpu in
10242 powerpc)
10243 # Since July 2007 AmigaOS4 officially supports .so libraries.
10244 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10245 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10246 ;;
10247 m68k)
10248 library_names_spec='$libname.ixlibrary $libname.a'
10249 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10250 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'
10251 ;;
10252 esac
10253 ;;
10254
10255beos*)
10256 library_names_spec='${libname}${shared_ext}'
10257 dynamic_linker="$host_os ld.so"
10258 shlibpath_var=LIBRARY_PATH
10259 ;;
10260
10261bsdi[45]*)
10262 version_type=linux
10263 need_version=no
10264 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10265 soname_spec='${libname}${release}${shared_ext}$major'
10266 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10267 shlibpath_var=LD_LIBRARY_PATH
10268 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10269 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10270 # the default ld.so.conf also contains /usr/contrib/lib and
10271 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10272 # libtool to hard-code these into programs
10273 ;;
10274
10275cygwin* | mingw* | pw32* | cegcc*)
10276 version_type=windows
10277 shrext_cmds=".dll"
10278 need_version=no
10279 need_lib_prefix=no
10280
10281 case $GCC,$host_os in
10282 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10283 library_names_spec='$libname.dll.a'
10284 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10285 postinstall_cmds='base_file=`basename \${file}`~
10286 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10287 dldir=$destdir/`dirname \$dlpath`~
10288 test -d \$dldir || mkdir -p \$dldir~
10289 $install_prog $dir/$dlname \$dldir/$dlname~
10290 chmod a+x \$dldir/$dlname~
10291 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10292 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10293 fi'
10294 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10295 dlpath=$dir/\$dldll~
10296 $RM \$dlpath'
10297 shlibpath_overrides_runpath=yes
10298
10299 case $host_os in
10300 cygwin*)
10301 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10302 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10303
10304 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10305 ;;
10306 mingw* | cegcc*)
10307 # MinGW DLLs use traditional 'lib' prefix
10308 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10309 ;;
10310 pw32*)
10311 # pw32 DLLs use 'pw' prefix rather than 'lib'
10312 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10313 ;;
10314 esac
10315 ;;
10316
10317 *)
10318 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10319 ;;
10320 esac
10321 dynamic_linker='Win32 ld.exe'
10322 # FIXME: first we should search . and the directory the executable is in
10323 shlibpath_var=PATH
10324 ;;
10325
10326darwin* | rhapsody*)
10327 dynamic_linker="$host_os dyld"
10328 version_type=darwin
10329 need_lib_prefix=no
10330 need_version=no
10331 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10332 soname_spec='${libname}${release}${major}$shared_ext'
10333 shlibpath_overrides_runpath=yes
10334 shlibpath_var=DYLD_LIBRARY_PATH
10335 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10336
10337 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10338 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10339 ;;
10340
10341dgux*)
10342 version_type=linux
10343 need_lib_prefix=no
10344 need_version=no
10345 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10346 soname_spec='${libname}${release}${shared_ext}$major'
10347 shlibpath_var=LD_LIBRARY_PATH
10348 ;;
10349
10350freebsd* | dragonfly*)
10351 # DragonFly does not have aout. When/if they implement a new
10352 # versioning mechanism, adjust this.
10353 if test -x /usr/bin/objformat; then
10354 objformat=`/usr/bin/objformat`
10355 else
10356 case $host_os in
10357 freebsd[23].*) objformat=aout ;;
10358 *) objformat=elf ;;
10359 esac
10360 fi
10361 version_type=freebsd-$objformat
10362 case $version_type in
10363 freebsd-elf*)
10364 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10365 need_version=no
10366 need_lib_prefix=no
10367 ;;
10368 freebsd-*)
10369 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10370 need_version=yes
10371 ;;
10372 esac
10373 shlibpath_var=LD_LIBRARY_PATH
10374 case $host_os in
10375 freebsd2.*)
10376 shlibpath_overrides_runpath=yes
10377 ;;
10378 freebsd3.[01]* | freebsdelf3.[01]*)
10379 shlibpath_overrides_runpath=yes
10380 hardcode_into_libs=yes
10381 ;;
10382 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10383 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10384 shlibpath_overrides_runpath=no
10385 hardcode_into_libs=yes
10386 ;;
10387 *) # from 4.6 on, and DragonFly
10388 shlibpath_overrides_runpath=yes
10389 hardcode_into_libs=yes
10390 ;;
10391 esac
10392 ;;
10393
0cd79707
SH
10394haiku*)
10395 version_type=linux
10396 need_lib_prefix=no
10397 need_version=no
10398 dynamic_linker="$host_os runtime_loader"
10399 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10400 soname_spec='${libname}${release}${shared_ext}$major'
10401 shlibpath_var=LIBRARY_PATH
10402 shlibpath_overrides_runpath=yes
10403 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10404 hardcode_into_libs=yes
10405 ;;
10406
10407hpux9* | hpux10* | hpux11*)
10408 # Give a soname corresponding to the major version so that dld.sl refuses to
10409 # link against other versions.
10410 version_type=sunos
10411 need_lib_prefix=no
10412 need_version=no
10413 case $host_cpu in
10414 ia64*)
10415 shrext_cmds='.so'
10416 hardcode_into_libs=yes
10417 dynamic_linker="$host_os dld.so"
10418 shlibpath_var=LD_LIBRARY_PATH
10419 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10420 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10421 soname_spec='${libname}${release}${shared_ext}$major'
10422 if test "X$HPUX_IA64_MODE" = X32; then
10423 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10424 else
10425 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10426 fi
10427 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10428 ;;
10429 hppa*64*)
10430 shrext_cmds='.sl'
10431 hardcode_into_libs=yes
10432 dynamic_linker="$host_os dld.sl"
10433 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10434 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10435 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10436 soname_spec='${libname}${release}${shared_ext}$major'
10437 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10438 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10439 ;;
10440 *)
10441 shrext_cmds='.sl'
10442 dynamic_linker="$host_os dld.sl"
10443 shlibpath_var=SHLIB_PATH
10444 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10445 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10446 soname_spec='${libname}${release}${shared_ext}$major'
10447 ;;
10448 esac
10449 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10450 postinstall_cmds='chmod 555 $lib'
10451 # or fails outright, so override atomically:
10452 install_override_mode=555
10453 ;;
10454
10455interix[3-9]*)
10456 version_type=linux
10457 need_lib_prefix=no
10458 need_version=no
10459 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10460 soname_spec='${libname}${release}${shared_ext}$major'
10461 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10462 shlibpath_var=LD_LIBRARY_PATH
10463 shlibpath_overrides_runpath=no
10464 hardcode_into_libs=yes
10465 ;;
10466
10467irix5* | irix6* | nonstopux*)
10468 case $host_os in
10469 nonstopux*) version_type=nonstopux ;;
10470 *)
10471 if test "$lt_cv_prog_gnu_ld" = yes; then
10472 version_type=linux
10473 else
10474 version_type=irix
10475 fi ;;
10476 esac
10477 need_lib_prefix=no
10478 need_version=no
10479 soname_spec='${libname}${release}${shared_ext}$major'
10480 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10481 case $host_os in
10482 irix5* | nonstopux*)
10483 libsuff= shlibsuff=
10484 ;;
10485 *)
10486 case $LD in # libtool.m4 will add one of these switches to LD
10487 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10488 libsuff= shlibsuff= libmagic=32-bit;;
10489 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10490 libsuff=32 shlibsuff=N32 libmagic=N32;;
10491 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10492 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10493 *) libsuff= shlibsuff= libmagic=never-match;;
10494 esac
10495 ;;
10496 esac
10497 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10498 shlibpath_overrides_runpath=no
10499 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10500 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10501 hardcode_into_libs=yes
10502 ;;
10503
10504# No shared lib support for Linux oldld, aout, or coff.
10505linux*oldld* | linux*aout* | linux*coff*)
10506 dynamic_linker=no
10507 ;;
10508
10509# This must be Linux ELF.
46f900c0 10510linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
0cd79707
SH
10511 version_type=linux
10512 need_lib_prefix=no
10513 need_version=no
10514 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10515 soname_spec='${libname}${release}${shared_ext}$major'
10516 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10517 shlibpath_var=LD_LIBRARY_PATH
10518 shlibpath_overrides_runpath=no
10519
10520 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10521 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
0cd79707
SH
10522 $as_echo_n "(cached) " >&6
10523else
10524 lt_cv_shlibpath_overrides_runpath=no
10525 save_LDFLAGS=$LDFLAGS
10526 save_libdir=$libdir
10527 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10528 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10530/* end confdefs.h. */
10531
10532int
10533main ()
10534{
10535
10536 ;
10537 return 0;
10538}
10539_ACEOF
10540if ac_fn_c_try_link "$LINENO"; then :
10541 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10542 lt_cv_shlibpath_overrides_runpath=yes
10543fi
10544fi
10545rm -f core conftest.err conftest.$ac_objext \
10546 conftest$ac_exeext conftest.$ac_ext
10547 LDFLAGS=$save_LDFLAGS
10548 libdir=$save_libdir
10549
10550fi
10551
10552 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10553
10554 # This implies no fast_install, which is unacceptable.
10555 # Some rework will be needed to allow for fast_install
10556 # before this can be enabled.
10557 hardcode_into_libs=yes
10558
10559 # Append ld.so.conf contents to the search path
10560 if test -f /etc/ld.so.conf; then
10561 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' ' '`
10562 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10563 fi
10564
10565 # We used to test for /lib/ld.so.1 and disable shared libraries on
10566 # powerpc, because MkLinux only supported shared libraries with the
10567 # GNU dynamic linker. Since this was broken with cross compilers,
10568 # most powerpc-linux boxes support dynamic linking these days and
10569 # people can always --disable-shared, the test was removed, and we
10570 # assume the GNU/Linux dynamic linker is in use.
10571 dynamic_linker='GNU/Linux ld.so'
10572 ;;
10573
10574netbsd*)
10575 version_type=sunos
10576 need_lib_prefix=no
10577 need_version=no
10578 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10579 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10580 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10581 dynamic_linker='NetBSD (a.out) ld.so'
10582 else
10583 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10584 soname_spec='${libname}${release}${shared_ext}$major'
10585 dynamic_linker='NetBSD ld.elf_so'
10586 fi
10587 shlibpath_var=LD_LIBRARY_PATH
10588 shlibpath_overrides_runpath=yes
10589 hardcode_into_libs=yes
10590 ;;
10591
10592newsos6)
10593 version_type=linux
10594 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10595 shlibpath_var=LD_LIBRARY_PATH
10596 shlibpath_overrides_runpath=yes
10597 ;;
10598
10599*nto* | *qnx*)
10600 version_type=qnx
10601 need_lib_prefix=no
10602 need_version=no
10603 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10604 soname_spec='${libname}${release}${shared_ext}$major'
10605 shlibpath_var=LD_LIBRARY_PATH
10606 shlibpath_overrides_runpath=no
10607 hardcode_into_libs=yes
10608 dynamic_linker='ldqnx.so'
10609 ;;
10610
10611openbsd*)
10612 version_type=sunos
10613 sys_lib_dlsearch_path_spec="/usr/lib"
10614 need_lib_prefix=no
10615 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10616 case $host_os in
10617 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10618 *) need_version=no ;;
10619 esac
10620 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10621 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10622 shlibpath_var=LD_LIBRARY_PATH
10623 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10624 case $host_os in
10625 openbsd2.[89] | openbsd2.[89].*)
10626 shlibpath_overrides_runpath=no
10627 ;;
10628 *)
10629 shlibpath_overrides_runpath=yes
10630 ;;
10631 esac
10632 else
10633 shlibpath_overrides_runpath=yes
10634 fi
10635 ;;
10636
10637os2*)
10638 libname_spec='$name'
10639 shrext_cmds=".dll"
10640 need_lib_prefix=no
10641 library_names_spec='$libname${shared_ext} $libname.a'
10642 dynamic_linker='OS/2 ld.exe'
10643 shlibpath_var=LIBPATH
10644 ;;
10645
10646osf3* | osf4* | osf5*)
10647 version_type=osf
10648 need_lib_prefix=no
10649 need_version=no
10650 soname_spec='${libname}${release}${shared_ext}$major'
10651 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10652 shlibpath_var=LD_LIBRARY_PATH
10653 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10654 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10655 ;;
10656
10657rdos*)
10658 dynamic_linker=no
10659 ;;
10660
10661solaris*)
10662 version_type=linux
10663 need_lib_prefix=no
10664 need_version=no
10665 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10666 soname_spec='${libname}${release}${shared_ext}$major'
10667 shlibpath_var=LD_LIBRARY_PATH
10668 shlibpath_overrides_runpath=yes
10669 hardcode_into_libs=yes
10670 # ldd complains unless libraries are executable
10671 postinstall_cmds='chmod +x $lib'
10672 ;;
10673
10674sunos4*)
10675 version_type=sunos
10676 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10677 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10678 shlibpath_var=LD_LIBRARY_PATH
10679 shlibpath_overrides_runpath=yes
10680 if test "$with_gnu_ld" = yes; then
10681 need_lib_prefix=no
10682 fi
10683 need_version=yes
10684 ;;
10685
10686sysv4 | sysv4.3*)
10687 version_type=linux
10688 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10689 soname_spec='${libname}${release}${shared_ext}$major'
10690 shlibpath_var=LD_LIBRARY_PATH
10691 case $host_vendor in
10692 sni)
10693 shlibpath_overrides_runpath=no
10694 need_lib_prefix=no
10695 runpath_var=LD_RUN_PATH
10696 ;;
10697 siemens)
10698 need_lib_prefix=no
10699 ;;
10700 motorola)
10701 need_lib_prefix=no
10702 need_version=no
10703 shlibpath_overrides_runpath=no
10704 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10705 ;;
10706 esac
10707 ;;
10708
10709sysv4*MP*)
10710 if test -d /usr/nec ;then
10711 version_type=linux
10712 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10713 soname_spec='$libname${shared_ext}.$major'
10714 shlibpath_var=LD_LIBRARY_PATH
10715 fi
10716 ;;
10717
10718sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10719 version_type=freebsd-elf
10720 need_lib_prefix=no
10721 need_version=no
10722 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10723 soname_spec='${libname}${release}${shared_ext}$major'
10724 shlibpath_var=LD_LIBRARY_PATH
10725 shlibpath_overrides_runpath=yes
10726 hardcode_into_libs=yes
10727 if test "$with_gnu_ld" = yes; then
10728 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10729 else
10730 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10731 case $host_os in
10732 sco3.2v5*)
10733 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10734 ;;
10735 esac
10736 fi
10737 sys_lib_dlsearch_path_spec='/usr/lib'
10738 ;;
10739
10740tpf*)
10741 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10742 version_type=linux
10743 need_lib_prefix=no
10744 need_version=no
10745 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10746 shlibpath_var=LD_LIBRARY_PATH
10747 shlibpath_overrides_runpath=no
10748 hardcode_into_libs=yes
10749 ;;
10750
10751uts4*)
10752 version_type=linux
10753 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10754 soname_spec='${libname}${release}${shared_ext}$major'
10755 shlibpath_var=LD_LIBRARY_PATH
10756 ;;
10757
10758*)
10759 dynamic_linker=no
10760 ;;
10761esac
10762{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10763$as_echo "$dynamic_linker" >&6; }
10764test "$dynamic_linker" = no && can_build_shared=no
10765
10766variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10767if test "$GCC" = yes; then
10768 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10769fi
10770
10771if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10772 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10773fi
10774if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10775 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10776fi
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
10868
10869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10870$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10871hardcode_action=
10872if test -n "$hardcode_libdir_flag_spec" ||
10873 test -n "$runpath_var" ||
10874 test "X$hardcode_automatic" = "Xyes" ; then
10875
10876 # We can hardcode non-existent directories.
10877 if test "$hardcode_direct" != no &&
10878 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10879 # have to relink, otherwise we might link with an installed library
10880 # when we should be linking with a yet-to-be-installed one
10881 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10882 test "$hardcode_minus_L" != no; then
10883 # Linking always hardcodes the temporary library directory.
10884 hardcode_action=relink
10885 else
10886 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10887 hardcode_action=immediate
10888 fi
10889else
10890 # We cannot hardcode anything, or else we can only hardcode existing
10891 # directories.
10892 hardcode_action=unsupported
10893fi
10894{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10895$as_echo "$hardcode_action" >&6; }
10896
10897if test "$hardcode_action" = relink ||
10898 test "$inherit_rpath" = yes; then
10899 # Fast installation is not supported
10900 enable_fast_install=no
10901elif test "$shlibpath_overrides_runpath" = yes ||
10902 test "$enable_shared" = no; then
10903 # Fast installation is not necessary
10904 enable_fast_install=needless
10905fi
10906
10907
10908
10909
10910
10911
10912 if test "x$enable_dlopen" != xyes; then
10913 enable_dlopen=unknown
10914 enable_dlopen_self=unknown
10915 enable_dlopen_self_static=unknown
10916else
10917 lt_cv_dlopen=no
10918 lt_cv_dlopen_libs=
10919
10920 case $host_os in
10921 beos*)
10922 lt_cv_dlopen="load_add_on"
10923 lt_cv_dlopen_libs=
10924 lt_cv_dlopen_self=yes
10925 ;;
10926
10927 mingw* | pw32* | cegcc*)
10928 lt_cv_dlopen="LoadLibrary"
10929 lt_cv_dlopen_libs=
10930 ;;
10931
10932 cygwin*)
10933 lt_cv_dlopen="dlopen"
10934 lt_cv_dlopen_libs=
10935 ;;
10936
10937 darwin*)
10938 # if libdl is installed we need to link against it
10939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10940$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10941if ${ac_cv_lib_dl_dlopen+:} false; then :
0cd79707
SH
10942 $as_echo_n "(cached) " >&6
10943else
10944 ac_check_lib_save_LIBS=$LIBS
10945LIBS="-ldl $LIBS"
10946cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10947/* end confdefs.h. */
10948
10949/* Override any GCC internal prototype to avoid an error.
10950 Use char because int might match the return type of a GCC
10951 builtin and then its argument prototype would still apply. */
10952#ifdef __cplusplus
10953extern "C"
10954#endif
10955char dlopen ();
10956int
10957main ()
10958{
10959return dlopen ();
10960 ;
10961 return 0;
10962}
10963_ACEOF
10964if ac_fn_c_try_link "$LINENO"; then :
10965 ac_cv_lib_dl_dlopen=yes
10966else
10967 ac_cv_lib_dl_dlopen=no
10968fi
10969rm -f core conftest.err conftest.$ac_objext \
10970 conftest$ac_exeext conftest.$ac_ext
10971LIBS=$ac_check_lib_save_LIBS
10972fi
10973{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10974$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10975if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
0cd79707
SH
10976 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10977else
10978
10979 lt_cv_dlopen="dyld"
10980 lt_cv_dlopen_libs=
10981 lt_cv_dlopen_self=yes
10982
10983fi
10984
10985 ;;
10986
10987 *)
10988 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10989if test "x$ac_cv_func_shl_load" = xyes; then :
0cd79707
SH
10990 lt_cv_dlopen="shl_load"
10991else
10992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10993$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10994if ${ac_cv_lib_dld_shl_load+:} false; then :
0cd79707
SH
10995 $as_echo_n "(cached) " >&6
10996else
10997 ac_check_lib_save_LIBS=$LIBS
10998LIBS="-ldld $LIBS"
10999cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11000/* end confdefs.h. */
11001
11002/* Override any GCC internal prototype to avoid an error.
11003 Use char because int might match the return type of a GCC
11004 builtin and then its argument prototype would still apply. */
11005#ifdef __cplusplus
11006extern "C"
11007#endif
11008char shl_load ();
11009int
11010main ()
11011{
11012return shl_load ();
11013 ;
11014 return 0;
11015}
11016_ACEOF
11017if ac_fn_c_try_link "$LINENO"; then :
11018 ac_cv_lib_dld_shl_load=yes
11019else
11020 ac_cv_lib_dld_shl_load=no
11021fi
11022rm -f core conftest.err conftest.$ac_objext \
11023 conftest$ac_exeext conftest.$ac_ext
11024LIBS=$ac_check_lib_save_LIBS
11025fi
11026{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11027$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11028if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
0cd79707
SH
11029 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11030else
11031 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11032if test "x$ac_cv_func_dlopen" = xyes; then :
0cd79707
SH
11033 lt_cv_dlopen="dlopen"
11034else
11035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11036$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11037if ${ac_cv_lib_dl_dlopen+:} false; then :
0cd79707
SH
11038 $as_echo_n "(cached) " >&6
11039else
11040 ac_check_lib_save_LIBS=$LIBS
11041LIBS="-ldl $LIBS"
11042cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11043/* end confdefs.h. */
11044
11045/* Override any GCC internal prototype to avoid an error.
11046 Use char because int might match the return type of a GCC
11047 builtin and then its argument prototype would still apply. */
11048#ifdef __cplusplus
11049extern "C"
11050#endif
11051char dlopen ();
11052int
11053main ()
11054{
11055return dlopen ();
11056 ;
11057 return 0;
11058}
11059_ACEOF
11060if ac_fn_c_try_link "$LINENO"; then :
11061 ac_cv_lib_dl_dlopen=yes
11062else
11063 ac_cv_lib_dl_dlopen=no
11064fi
11065rm -f core conftest.err conftest.$ac_objext \
11066 conftest$ac_exeext conftest.$ac_ext
11067LIBS=$ac_check_lib_save_LIBS
11068fi
11069{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11070$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11071if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
0cd79707
SH
11072 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11073else
11074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11075$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11076if ${ac_cv_lib_svld_dlopen+:} false; then :
0cd79707
SH
11077 $as_echo_n "(cached) " >&6
11078else
11079 ac_check_lib_save_LIBS=$LIBS
11080LIBS="-lsvld $LIBS"
11081cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11082/* end confdefs.h. */
11083
11084/* Override any GCC internal prototype to avoid an error.
11085 Use char because int might match the return type of a GCC
11086 builtin and then its argument prototype would still apply. */
11087#ifdef __cplusplus
11088extern "C"
11089#endif
11090char dlopen ();
11091int
11092main ()
11093{
11094return dlopen ();
11095 ;
11096 return 0;
11097}
11098_ACEOF
11099if ac_fn_c_try_link "$LINENO"; then :
11100 ac_cv_lib_svld_dlopen=yes
11101else
11102 ac_cv_lib_svld_dlopen=no
11103fi
11104rm -f core conftest.err conftest.$ac_objext \
11105 conftest$ac_exeext conftest.$ac_ext
11106LIBS=$ac_check_lib_save_LIBS
11107fi
11108{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11109$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11110if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
0cd79707
SH
11111 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11112else
11113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11114$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11115if ${ac_cv_lib_dld_dld_link+:} false; then :
0cd79707
SH
11116 $as_echo_n "(cached) " >&6
11117else
11118 ac_check_lib_save_LIBS=$LIBS
11119LIBS="-ldld $LIBS"
11120cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11121/* end confdefs.h. */
11122
11123/* Override any GCC internal prototype to avoid an error.
11124 Use char because int might match the return type of a GCC
11125 builtin and then its argument prototype would still apply. */
11126#ifdef __cplusplus
11127extern "C"
11128#endif
11129char dld_link ();
11130int
11131main ()
11132{
11133return dld_link ();
11134 ;
11135 return 0;
11136}
11137_ACEOF
11138if ac_fn_c_try_link "$LINENO"; then :
11139 ac_cv_lib_dld_dld_link=yes
11140else
11141 ac_cv_lib_dld_dld_link=no
11142fi
11143rm -f core conftest.err conftest.$ac_objext \
11144 conftest$ac_exeext conftest.$ac_ext
11145LIBS=$ac_check_lib_save_LIBS
11146fi
11147{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11148$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11149if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
0cd79707
SH
11150 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11151fi
11152
11153
11154fi
11155
11156
11157fi
11158
11159
11160fi
11161
11162
11163fi
11164
11165
11166fi
11167
11168 ;;
11169 esac
11170
11171 if test "x$lt_cv_dlopen" != xno; then
11172 enable_dlopen=yes
11173 else
11174 enable_dlopen=no
11175 fi
11176
11177 case $lt_cv_dlopen in
11178 dlopen)
11179 save_CPPFLAGS="$CPPFLAGS"
11180 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11181
11182 save_LDFLAGS="$LDFLAGS"
11183 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11184
11185 save_LIBS="$LIBS"
11186 LIBS="$lt_cv_dlopen_libs $LIBS"
11187
11188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11189$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11190if ${lt_cv_dlopen_self+:} false; then :
0cd79707
SH
11191 $as_echo_n "(cached) " >&6
11192else
11193 if test "$cross_compiling" = yes; then :
11194 lt_cv_dlopen_self=cross
11195else
11196 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11197 lt_status=$lt_dlunknown
11198 cat > conftest.$ac_ext <<_LT_EOF
19f6a43c 11199#line 11199 "configure"
0cd79707
SH
11200#include "confdefs.h"
11201
11202#if HAVE_DLFCN_H
11203#include <dlfcn.h>
11204#endif
11205
11206#include <stdio.h>
11207
11208#ifdef RTLD_GLOBAL
11209# define LT_DLGLOBAL RTLD_GLOBAL
11210#else
11211# ifdef DL_GLOBAL
11212# define LT_DLGLOBAL DL_GLOBAL
11213# else
11214# define LT_DLGLOBAL 0
11215# endif
11216#endif
11217
11218/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11219 find out it does not work in some platform. */
11220#ifndef LT_DLLAZY_OR_NOW
11221# ifdef RTLD_LAZY
11222# define LT_DLLAZY_OR_NOW RTLD_LAZY
11223# else
11224# ifdef DL_LAZY
11225# define LT_DLLAZY_OR_NOW DL_LAZY
11226# else
11227# ifdef RTLD_NOW
11228# define LT_DLLAZY_OR_NOW RTLD_NOW
11229# else
11230# ifdef DL_NOW
11231# define LT_DLLAZY_OR_NOW DL_NOW
11232# else
11233# define LT_DLLAZY_OR_NOW 0
11234# endif
11235# endif
11236# endif
11237# endif
11238#endif
11239
11240/* When -fvisbility=hidden is used, assume the code has been annotated
11241 correspondingly for the symbols needed. */
11242#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11243void fnord () __attribute__((visibility("default")));
11244#endif
11245
11246void fnord () { int i=42; }
11247int main ()
11248{
11249 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11250 int status = $lt_dlunknown;
11251
11252 if (self)
11253 {
11254 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11255 else
11256 {
11257 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11258 else puts (dlerror ());
11259 }
11260 /* dlclose (self); */
11261 }
11262 else
11263 puts (dlerror ());
11264
11265 return status;
11266}
11267_LT_EOF
11268 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11269 (eval $ac_link) 2>&5
11270 ac_status=$?
11271 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11272 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11273 (./conftest; exit; ) >&5 2>/dev/null
11274 lt_status=$?
11275 case x$lt_status in
11276 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11277 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11278 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11279 esac
11280 else :
11281 # compilation failed
11282 lt_cv_dlopen_self=no
11283 fi
11284fi
11285rm -fr conftest*
11286
11287
11288fi
11289{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11290$as_echo "$lt_cv_dlopen_self" >&6; }
11291
11292 if test "x$lt_cv_dlopen_self" = xyes; then
11293 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11295$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11296if ${lt_cv_dlopen_self_static+:} false; then :
0cd79707
SH
11297 $as_echo_n "(cached) " >&6
11298else
11299 if test "$cross_compiling" = yes; then :
11300 lt_cv_dlopen_self_static=cross
11301else
11302 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11303 lt_status=$lt_dlunknown
11304 cat > conftest.$ac_ext <<_LT_EOF
19f6a43c 11305#line 11305 "configure"
0cd79707
SH
11306#include "confdefs.h"
11307
11308#if HAVE_DLFCN_H
11309#include <dlfcn.h>
11310#endif
11311
11312#include <stdio.h>
11313
11314#ifdef RTLD_GLOBAL
11315# define LT_DLGLOBAL RTLD_GLOBAL
11316#else
11317# ifdef DL_GLOBAL
11318# define LT_DLGLOBAL DL_GLOBAL
11319# else
11320# define LT_DLGLOBAL 0
11321# endif
11322#endif
11323
11324/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11325 find out it does not work in some platform. */
11326#ifndef LT_DLLAZY_OR_NOW
11327# ifdef RTLD_LAZY
11328# define LT_DLLAZY_OR_NOW RTLD_LAZY
11329# else
11330# ifdef DL_LAZY
11331# define LT_DLLAZY_OR_NOW DL_LAZY
11332# else
11333# ifdef RTLD_NOW
11334# define LT_DLLAZY_OR_NOW RTLD_NOW
11335# else
11336# ifdef DL_NOW
11337# define LT_DLLAZY_OR_NOW DL_NOW
11338# else
11339# define LT_DLLAZY_OR_NOW 0
11340# endif
11341# endif
11342# endif
11343# endif
11344#endif
11345
11346/* When -fvisbility=hidden is used, assume the code has been annotated
11347 correspondingly for the symbols needed. */
11348#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11349void fnord () __attribute__((visibility("default")));
11350#endif
11351
11352void fnord () { int i=42; }
11353int main ()
11354{
11355 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11356 int status = $lt_dlunknown;
11357
11358 if (self)
11359 {
11360 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11361 else
11362 {
11363 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11364 else puts (dlerror ());
11365 }
11366 /* dlclose (self); */
11367 }
11368 else
11369 puts (dlerror ());
11370
11371 return status;
11372}
11373_LT_EOF
11374 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11375 (eval $ac_link) 2>&5
11376 ac_status=$?
11377 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11378 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11379 (./conftest; exit; ) >&5 2>/dev/null
11380 lt_status=$?
11381 case x$lt_status in
11382 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11383 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11384 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11385 esac
11386 else :
11387 # compilation failed
11388 lt_cv_dlopen_self_static=no
11389 fi
11390fi
11391rm -fr conftest*
11392
11393
11394fi
11395{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11396$as_echo "$lt_cv_dlopen_self_static" >&6; }
11397 fi
11398
11399 CPPFLAGS="$save_CPPFLAGS"
11400 LDFLAGS="$save_LDFLAGS"
11401 LIBS="$save_LIBS"
11402 ;;
11403 esac
11404
11405 case $lt_cv_dlopen_self in
11406 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11407 *) enable_dlopen_self=unknown ;;
11408 esac
11409
11410 case $lt_cv_dlopen_self_static in
11411 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11412 *) enable_dlopen_self_static=unknown ;;
11413 esac
11414fi
11415
11416
11417
11418
11419
11420
11421
11422
11423
11424
11425
11426
11427
11428
11429
11430
11431
11432striplib=
11433old_striplib=
11434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11435$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11436if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11437 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11438 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11440$as_echo "yes" >&6; }
11441else
11442# FIXME - insert some real tests, host_os isn't really good enough
11443 case $host_os in
11444 darwin*)
11445 if test -n "$STRIP" ; then
11446 striplib="$STRIP -x"
11447 old_striplib="$STRIP -S"
11448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11449$as_echo "yes" >&6; }
11450 else
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11452$as_echo "no" >&6; }
11453 fi
11454 ;;
11455 *)
11456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11457$as_echo "no" >&6; }
11458 ;;
11459 esac
11460fi
11461
11462
11463
11464
11465
11466
11467
11468
11469
11470
11471
11472
11473 # Report which library types will actually be built
11474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11475$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11477$as_echo "$can_build_shared" >&6; }
11478
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11480$as_echo_n "checking whether to build shared libraries... " >&6; }
11481 test "$can_build_shared" = "no" && enable_shared=no
11482
11483 # On AIX, shared libraries and static libraries use the same namespace, and
11484 # are all built from PIC.
11485 case $host_os in
11486 aix3*)
11487 test "$enable_shared" = yes && enable_static=no
11488 if test -n "$RANLIB"; then
11489 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11490 postinstall_cmds='$RANLIB $lib'
11491 fi
11492 ;;
11493
11494 aix[4-9]*)
11495 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11496 test "$enable_shared" = yes && enable_static=no
11497 fi
11498 ;;
11499 esac
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11501$as_echo "$enable_shared" >&6; }
11502
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11504$as_echo_n "checking whether to build static libraries... " >&6; }
11505 # Make sure either enable_shared or enable_static is yes.
11506 test "$enable_shared" = yes || enable_static=yes
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11508$as_echo "$enable_static" >&6; }
11509
11510
11511
11512
11513fi
11514ac_ext=c
11515ac_cpp='$CPP $CPPFLAGS'
11516ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11517ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11518ac_compiler_gnu=$ac_cv_c_compiler_gnu
11519
11520CC="$lt_save_CC"
11521
11522
11523
11524
11525
11526
11527
11528
11529
11530
11531
11532
11533
11534 ac_config_commands="$ac_config_commands libtool"
11535
11536
11537
11538
11539# Only expand once:
11540
11541
11542
11543
0cd79707
SH
11544
11545
11546
11547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11548$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11549 # Check whether --enable-maintainer-mode was given.
11550if test "${enable_maintainer_mode+set}" = set; then :
11551 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11552else
11553 USE_MAINTAINER_MODE=no
11554fi
11555
11556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11557$as_echo "$USE_MAINTAINER_MODE" >&6; }
11558 if test $USE_MAINTAINER_MODE = yes; then
11559 MAINTAINER_MODE_TRUE=
11560 MAINTAINER_MODE_FALSE='#'
11561else
11562 MAINTAINER_MODE_TRUE='#'
11563 MAINTAINER_MODE_FALSE=
11564fi
11565
11566 MAINT=$MAINTAINER_MODE_TRUE
11567
11568
11569
11570
11571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11572$as_echo_n "checking for sim debug setting... " >&6; }
11573sim_debug="0"
11574# Check whether --enable-sim-debug was given.
11575if test "${enable_sim_debug+set}" = set; then :
11576 enableval=$enable_sim_debug; case "${enableval}" in
11577 yes) sim_debug="7";;
11578 no) sim_debug="0";;
11579 *) sim_debug="($enableval)";;
11580esac
11581fi
11582if test "$sim_debug" != "0"; then
11583
11584cat >>confdefs.h <<_ACEOF
11585#define DEBUG $sim_debug
11586_ACEOF
11587
11588fi
11589
11590cat >>confdefs.h <<_ACEOF
11591#define WITH_DEBUG $sim_debug
11592_ACEOF
11593
11594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11595$as_echo "$sim_debug" >&6; }
11596
11597
11598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11599$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11600sim_stdio="0"
11601# Check whether --enable-sim-stdio was given.
11602if test "${enable_sim_stdio+set}" = set; then :
11603 enableval=$enable_sim_stdio; case "${enableval}" in
11604 yes) sim_stdio="DO_USE_STDIO";;
11605 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11606 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
0cd79707
SH
11607esac
11608fi
11609
11610cat >>confdefs.h <<_ACEOF
11611#define WITH_STDIO $sim_stdio
11612_ACEOF
11613
11614{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11615$as_echo "$sim_stdio" >&6; }
11616
11617
11618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11619$as_echo_n "checking for sim trace settings... " >&6; }
11620sim_trace="~TRACE_debug"
11621# Check whether --enable-sim-trace was given.
11622if test "${enable_sim_trace+set}" = set; then :
11623 enableval=$enable_sim_trace; case "${enableval}" in
11624 yes) sim_trace="-1";;
11625 no) sim_trace="0";;
11626 [-0-9]*)
11627 sim_trace="'(${enableval})'";;
11628 [[:lower:]]*)
11629 sim_trace=""
11630 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11631 if test x"$sim_trace" = x; then
11632 sim_trace="(TRACE_$x"
11633 else
11634 sim_trace="${sim_trace}|TRACE_$x"
11635 fi
11636 done
11637 sim_trace="$sim_trace)" ;;
11638esac
11639fi
11640
11641cat >>confdefs.h <<_ACEOF
11642#define WITH_TRACE $sim_trace
11643_ACEOF
11644
11645{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11646$as_echo "$sim_trace" >&6; }
11647
11648
11649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11650$as_echo_n "checking for sim profile settings... " >&6; }
11651profile="1"
11652sim_profile="-1"
11653# Check whether --enable-sim-profile was given.
11654if test "${enable_sim_profile+set}" = set; then :
11655 enableval=$enable_sim_profile; case "${enableval}" in
11656 yes) profile="1" sim_profile="-1";;
11657 no) profile="0" sim_profile="0";;
11658 [-0-9]*)
11659 profile="(${enableval})" sim_profile="(${enableval})";;
11660 [a-z]*)
11661 profile="1"
11662 sim_profile=""
11663 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11664 if test x"$sim_profile" = x; then
11665 sim_profile="(PROFILE_$x"
11666 else
11667 sim_profile="${sim_profile}|PROFILE_$x"
11668 fi
11669 done
11670 sim_profile="$sim_profile)" ;;
11671esac
11672fi
11673
11674cat >>confdefs.h <<_ACEOF
11675#define PROFILE $profile
11676_ACEOF
11677
11678
11679cat >>confdefs.h <<_ACEOF
11680#define WITH_PROFILE $sim_profile
11681_ACEOF
11682
11683{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11684$as_echo "$sim_profile" >&6; }
11685
11686
11687
11688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11689$as_echo_n "checking whether to enable sim asserts... " >&6; }
11690sim_assert="1"
11691# Check whether --enable-sim-assert was given.
11692if test "${enable_sim_assert+set}" = set; then :
11693 enableval=$enable_sim_assert; case "${enableval}" in
11694 yes) sim_assert="1";;
11695 no) sim_assert="0";;
d0ac1c44 11696 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
0cd79707
SH
11697esac
11698fi
11699
11700cat >>confdefs.h <<_ACEOF
11701#define WITH_ASSERT $sim_assert
11702_ACEOF
11703
11704{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11705$as_echo "$sim_assert" >&6; }
11706
11707
11708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11709$as_echo_n "checking default sim environment setting... " >&6; }
11710sim_environment="ALL_ENVIRONMENT"
11711# Check whether --enable-sim-environment was given.
11712if test "${enable_sim_environment+set}" = set; then :
11713 enableval=$enable_sim_environment; case "${enableval}" in
11714 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11715 user | USER) sim_environment="USER_ENVIRONMENT";;
11716 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11717 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11718 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
0cd79707
SH
11719esac
11720fi
11721
11722cat >>confdefs.h <<_ACEOF
11723#define WITH_ENVIRONMENT $sim_environment
11724_ACEOF
11725
11726{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11727$as_echo "$sim_environment" >&6; }
11728
11729
11730sim_inline="-DDEFAULT_INLINE=0"
11731# Check whether --enable-sim-inline was given.
11732if test "${enable_sim_inline+set}" = set; then :
11733 enableval=$enable_sim_inline; sim_inline=""
11734case "$enableval" in
11735 no) sim_inline="-DDEFAULT_INLINE=0";;
11736 0) sim_inline="-DDEFAULT_INLINE=0";;
11737 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11738 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11739 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11740 new_flag=""
11741 case "$x" in
11742 *_INLINE=*) new_flag="-D$x";;
11743 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11744 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11745 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11746 esac
11747 if test x"$sim_inline" = x""; then
11748 sim_inline="$new_flag"
11749 else
11750 sim_inline="$sim_inline $new_flag"
11751 fi
11752 done;;
11753esac
11754if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11755 echo "Setting inline flags = $sim_inline" 6>&1
11756fi
11757fi
11758
11759
11760
11761
11762# Check whether --with-pkgversion was given.
11763if test "${with_pkgversion+set}" = set; then :
11764 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11765 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
0cd79707
SH
11766 no) PKGVERSION= ;;
11767 *) PKGVERSION="($withval) " ;;
11768 esac
11769else
11770 PKGVERSION="(SIM) "
11771
11772fi
11773
11774
11775
11776
11777
11778# Check whether --with-bugurl was given.
11779if test "${with_bugurl+set}" = set; then :
11780 withval=$with_bugurl; case "$withval" in
d0ac1c44 11781 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
0cd79707
SH
11782 no) BUGURL=
11783 ;;
11784 *) BUGURL="$withval"
11785 ;;
11786 esac
11787else
dfb856ba 11788 BUGURL="https://www.gnu.org/software/gdb/bugs/"
0cd79707
SH
11789
11790fi
11791
11792 case ${BUGURL} in
11793 "")
11794 REPORT_BUGS_TO=
11795 REPORT_BUGS_TEXI=
11796 ;;
11797 *)
11798 REPORT_BUGS_TO="<$BUGURL>"
11799 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11800 ;;
11801 esac;
11802
11803
11804
11805
11806cat >>confdefs.h <<_ACEOF
11807#define PKGVERSION "$PKGVERSION"
11808_ACEOF
11809
11810
11811cat >>confdefs.h <<_ACEOF
11812#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11813_ACEOF
11814
11815
11816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11817$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11818if ${ac_cv_type_signal+:} false; then :
0cd79707
SH
11819 $as_echo_n "(cached) " >&6
11820else
11821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11822/* end confdefs.h. */
11823#include <sys/types.h>
11824#include <signal.h>
11825
11826int
11827main ()
11828{
11829return *(signal (0, 0)) (0) == 1;
11830 ;
11831 return 0;
11832}
11833_ACEOF
11834if ac_fn_c_try_compile "$LINENO"; then :
11835 ac_cv_type_signal=int
11836else
11837 ac_cv_type_signal=void
11838fi
11839rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11840fi
11841{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11842$as_echo "$ac_cv_type_signal" >&6; }
11843
11844cat >>confdefs.h <<_ACEOF
11845#define RETSIGTYPE $ac_cv_type_signal
11846_ACEOF
11847
11848
11849
11850
11851
11852
11853
0cd79707
SH
11854wire_endian="BIG"
11855default_endian=""
11856# Check whether --enable-sim-endian was given.
11857if test "${enable_sim_endian+set}" = set; then :
11858 enableval=$enable_sim_endian; case "${enableval}" in
11859 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11860 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
11861 yes) if test x"$wire_endian" != x; then
11862 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11863 else
11864 if test x"$default_endian" != x; then
11865 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11866 else
11867 echo "No hard-wired endian for target $target" 1>&6
11868 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11869 fi
11870 fi;;
11871 no) if test x"$default_endian" != x; then
11872 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11873 else
11874 if test x"$wire_endian" != x; then
11875 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11876 else
11877 echo "No default endian for target $target" 1>&6
11878 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11879 fi
11880 fi;;
d0ac1c44 11881 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
0cd79707
SH
11882esac
11883if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11884 echo "Setting endian flags = $sim_endian" 6>&1
11885fi
11886else
11887 if test x"$default_endian" != x; then
11888 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11889else
11890 if test x"$wire_endian" != x; then
11891 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11892 else
11893 sim_endian=
11894 fi
11895fi
11896fi
11897
11898wire_alignment="STRICT_ALIGNMENT"
11899default_alignment=""
11900
11901# Check whether --enable-sim-alignment was given.
11902if test "${enable_sim_alignment+set}" = set; then :
11903 enableval=$enable_sim_alignment; case "${enableval}" in
11904 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11905 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11906 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11907 yes) if test x"$wire_alignment" != x; then
11908 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11909 else
11910 if test x"$default_alignment" != x; then
11911 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11912 else
11913 echo "No hard-wired alignment for target $target" 1>&6
11914 sim_alignment="-DWITH_ALIGNMENT=0"
11915 fi
11916 fi;;
11917 no) if test x"$default_alignment" != x; then
11918 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11919 else
11920 if test x"$wire_alignment" != x; then
11921 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11922 else
11923 echo "No default alignment for target $target" 1>&6
11924 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11925 fi
11926 fi;;
d0ac1c44 11927 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
0cd79707
SH
11928esac
11929if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11930 echo "Setting alignment flags = $sim_alignment" 6>&1
11931fi
11932else
11933 if test x"$default_alignment" != x; then
11934 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11935else
11936 if test x"$wire_alignment" != x; then
11937 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11938 else
11939 sim_alignment=
11940 fi
11941fi
11942fi
11943
11944wire_word_bitsize="32"
11945wire_word_msb="31"
11946wire_address_bitsize="32"
11947wire_cell_bitsize=""
11948# Check whether --enable-sim-bitsize was given.
11949if test "${enable_sim_bitsize+set}" = set; then :
11950 enableval=$enable_sim_bitsize; sim_bitsize=
11951case "${enableval}" in
11952 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
11953 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
11954 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
11955 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
11956 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
11957 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
11958 else
11959 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
11960 fi ;;
11961 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
11962 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
11963 else
11964 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
11965 fi ;;
d0ac1c44 11966 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
0cd79707
SH
11967esac
11968# address bitsize
11969tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
11970case x"${tmp}" in
11971 x ) ;;
11972 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
11973 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 11974 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
0cd79707
SH
11975esac
11976# cell bitsize
11977tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
11978case x"${tmp}" in
11979 x ) ;;
11980 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
11981 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 11982 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
0cd79707
SH
11983esac
11984if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
11985 echo "Setting bitsize flags = $sim_bitsize" 6>&1
11986fi
11987else
11988 sim_bitsize=""
11989if test x"$wire_word_bitsize" != x; then
11990 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
11991fi
11992if test x"$wire_word_msb" != x; then
11993 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
11994fi
11995if test x"$wire_address_bitsize" != x; then
11996 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
11997fi
11998if test x"$wire_cell_bitsize" != x; then
11999 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
12000fi
12001fi
12002
12003
12004default_sim_scache="16384"
12005# Check whether --enable-sim-scache was given.
12006if test "${enable_sim_scache+set}" = set; then :
12007 enableval=$enable_sim_scache; case "${enableval}" in
12008 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
12009 no) sim_scache="-DWITH_SCACHE=0" ;;
12010 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 12011 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
0cd79707
SH
12012 sim_scache="";;
12013esac
12014if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
12015 echo "Setting scache size = $sim_scache" 6>&1
12016fi
12017else
12018 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
12019fi
12020
12021
12022
12023default_sim_default_model="or1200"
12024# Check whether --enable-sim-default-model was given.
12025if test "${enable_sim_default_model+set}" = set; then :
12026 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 12027 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
0cd79707
SH
12028 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
12029esac
12030if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
12031 echo "Setting default model = $sim_default_model" 6>&1
12032fi
12033else
12034 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
12035fi
12036
12037
12038
5c1008a4
MF
12039# Check whether --enable-werror was given.
12040if test "${enable_werror+set}" = set; then :
12041 enableval=$enable_werror; case "${enableval}" in
12042 yes | y) ERROR_ON_WARNING="yes" ;;
12043 no | n) ERROR_ON_WARNING="no" ;;
12044 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12045 esac
12046fi
12047
12048
12049# Enable -Werror by default when using gcc
12050if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12051 ERROR_ON_WARNING=yes
12052fi
12053
12054WERROR_CFLAGS=""
12055
12056build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
12057-Wpointer-sign \
12058-Wno-unused -Wunused-value -Wunused-function \
12059-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
12060-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
12061-Wold-style-declaration -Wold-style-definition"
12062
12063# Enable -Wno-format by default when using gcc on mingw since many
12064# GCC versions complain about %I64.
12065case "${host}" in
12066 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
12067 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
12068esac
12069
12070# Check whether --enable-build-warnings was given.
12071if test "${enable_build_warnings+set}" = set; then :
12072 enableval=$enable_build_warnings; case "${enableval}" in
12073 yes) ;;
12074 no) build_warnings="-w";;
12075 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12076 build_warnings="${build_warnings} ${t}";;
12077 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12078 build_warnings="${t} ${build_warnings}";;
12079 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12080esac
12081if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12082 echo "Setting compiler warning flags = $build_warnings" 6>&1
12083fi
12084fi
12085# Check whether --enable-sim-build-warnings was given.
12086if test "${enable_sim_build_warnings+set}" = set; then :
12087 enableval=$enable_sim_build_warnings; case "${enableval}" in
12088 yes) ;;
12089 no) build_warnings="-w";;
12090 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12091 build_warnings="${build_warnings} ${t}";;
12092 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12093 build_warnings="${t} ${build_warnings}";;
12094 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12095esac
12096if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12097 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12098fi
12099fi
12100WARN_CFLAGS=""
12101if test "x${build_warnings}" != x -a "x$GCC" = xyes
12102then
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12104$as_echo_n "checking compiler warning flags... " >&6; }
12105 # Separate out the -Werror flag as some files just cannot be
12106 # compiled with it enabled.
12107 for w in ${build_warnings}; do
12108 case $w in
12109 -Werr*) WERROR_CFLAGS=-Werror ;;
12110 *) # Check that GCC accepts it
12111 saved_CFLAGS="$CFLAGS"
1f195bc3 12112 CFLAGS="$CFLAGS -Werror $w"
5c1008a4
MF
12113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12114/* end confdefs.h. */
12115
12116int
12117main ()
12118{
12119
12120 ;
12121 return 0;
12122}
12123_ACEOF
12124if ac_fn_c_try_compile "$LINENO"; then :
12125 WARN_CFLAGS="${WARN_CFLAGS} $w"
12126fi
12127rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12128 CFLAGS="$saved_CFLAGS"
12129 esac
12130 done
12131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12132$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
12133fi
12134
12135
0cd79707
SH
12136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
12137$as_echo_n "checking default sim environment setting... " >&6; }
12138sim_environment="ALL_ENVIRONMENT"
12139# Check whether --enable-sim-environment was given.
12140if test "${enable_sim_environment+set}" = set; then :
12141 enableval=$enable_sim_environment; case "${enableval}" in
12142 all | ALL) sim_environment="ALL_ENVIRONMENT";;
12143 user | USER) sim_environment="USER_ENVIRONMENT";;
12144 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
12145 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 12146 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
0cd79707
SH
12147esac
12148fi
12149
12150cat >>confdefs.h <<_ACEOF
12151#define WITH_ENVIRONMENT $sim_environment
12152_ACEOF
12153
12154{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
12155$as_echo "$sim_environment" >&6; }
12156
12157
0cd79707
SH
12158cgen_maint=no
12159cgen=guile
12160cgendir='$(srcdir)/../../cgen'
12161# Check whether --enable-cgen-maint was given.
12162if test "${enable_cgen_maint+set}" = set; then :
12163 enableval=$enable_cgen_maint; case "${enableval}" in
12164 yes) cgen_maint=yes ;;
12165 no) cgen_maint=no ;;
12166 *)
7fb45a68
AB
12167 # Argument is a directory where cgen can be found. In some
12168 # future world cgen could be installable, but right now this
12169 # is not the case. Instead we assume the directory is a path
12170 # to the cgen source tree.
12171 cgen_maint=yes
12172 if test -r ${enableval}/iformat.scm; then
12173 # This looks like a cgen source tree.
12174 cgendir=${enableval}
12175 else
12176 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
12177 fi
0cd79707
SH
12178 ;;
12179esac
12180fi
12181if test x${cgen_maint} != xno ; then
12182 CGEN_MAINT=''
12183else
12184 CGEN_MAINT='#'
12185fi
12186
12187
12188
12189
12190
12191
12192cgen_breaks=""
12193if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12194cgen_breaks="break cgen_rtx_error";
12195fi
12196
12197ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
12198
12199ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
12200
12201ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
12202
12203ac_config_commands="$ac_config_commands Makefile"
12204
12205ac_config_commands="$ac_config_commands stamp-h"
12206
760b3e8b
MF
12207
12208
12209
12210
12211
12212
12213
12214
12215
12216
12217
12218
0cd79707
SH
12219cat >confcache <<\_ACEOF
12220# This file is a shell script that caches the results of configure
12221# tests run on this system so they can be shared between configure
12222# scripts and configure runs, see configure's option --config-cache.
12223# It is not useful on other systems. If it contains results you don't
12224# want to keep, you may remove or edit it.
12225#
12226# config.status only pays attention to the cache file if you give it
12227# the --recheck option to rerun configure.
12228#
12229# `ac_cv_env_foo' variables (set or unset) will be overridden when
12230# loading this file, other *unset* `ac_cv_foo' will be assigned the
12231# following values.
12232
12233_ACEOF
12234
12235# The following way of writing the cache mishandles newlines in values,
12236# but we know of no workaround that is simple, portable, and efficient.
12237# So, we kill variables containing newlines.
12238# Ultrix sh set writes to stderr and can't be redirected directly,
12239# and sets the high bit in the cache file unless we assign to the vars.
12240(
12241 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12242 eval ac_val=\$$ac_var
12243 case $ac_val in #(
12244 *${as_nl}*)
12245 case $ac_var in #(
12246 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12247$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12248 esac
12249 case $ac_var in #(
12250 _ | IFS | as_nl) ;; #(
12251 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12252 *) { eval $ac_var=; unset $ac_var;} ;;
12253 esac ;;
12254 esac
12255 done
12256
12257 (set) 2>&1 |
12258 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12259 *${as_nl}ac_space=\ *)
12260 # `set' does not quote correctly, so add quotes: double-quote
12261 # substitution turns \\\\ into \\, and sed turns \\ into \.
12262 sed -n \
12263 "s/'/'\\\\''/g;
12264 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12265 ;; #(
12266 *)
12267 # `set' quotes correctly as required by POSIX, so do not add quotes.
12268 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12269 ;;
12270 esac |
12271 sort
12272) |
12273 sed '
12274 /^ac_cv_env_/b end
12275 t clear
12276 :clear
12277 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12278 t end
12279 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12280 :end' >>confcache
12281if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12282 if test -w "$cache_file"; then
d0ac1c44 12283 if test "x$cache_file" != "x/dev/null"; then
0cd79707
SH
12284 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12285$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12286 if test ! -f "$cache_file" || test -h "$cache_file"; then
12287 cat confcache >"$cache_file"
12288 else
12289 case $cache_file in #(
12290 */* | ?:*)
12291 mv -f confcache "$cache_file"$$ &&
12292 mv -f "$cache_file"$$ "$cache_file" ;; #(
12293 *)
12294 mv -f confcache "$cache_file" ;;
12295 esac
12296 fi
12297 fi
0cd79707
SH
12298 else
12299 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12300$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12301 fi
12302fi
12303rm -f confcache
12304
12305test "x$prefix" = xNONE && prefix=$ac_default_prefix
12306# Let make expand exec_prefix.
12307test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12308
12309DEFS=-DHAVE_CONFIG_H
12310
12311ac_libobjs=
12312ac_ltlibobjs=
d0ac1c44 12313U=
0cd79707
SH
12314for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12315 # 1. Remove the extension, and $U if already installed.
12316 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12317 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12318 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12319 # will be set to the directory where LIBOBJS objects are built.
12320 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12321 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12322done
12323LIBOBJS=$ac_libobjs
12324
12325LTLIBOBJS=$ac_ltlibobjs
12326
12327
12328
0cd79707 12329if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 12330 as_fn_error $? "conditional \"PLUGINS\" was never defined.
0cd79707
SH
12331Usually this means the macro was only invoked conditionally." "$LINENO" 5
12332fi
12333if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 12334 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
0cd79707
SH
12335Usually this means the macro was only invoked conditionally." "$LINENO" 5
12336fi
12337
d0ac1c44 12338: "${CONFIG_STATUS=./config.status}"
0cd79707
SH
12339ac_write_fail=0
12340ac_clean_files_save=$ac_clean_files
12341ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12342{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12343$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12344as_write_fail=0
12345cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12346#! $SHELL
12347# Generated by $as_me.
12348# Run this file to recreate the current configuration.
12349# Compiler output produced by configure, useful for debugging
12350# configure, is in config.log if it exists.
12351
12352debug=false
12353ac_cs_recheck=false
12354ac_cs_silent=false
12355
12356SHELL=\${CONFIG_SHELL-$SHELL}
12357export SHELL
12358_ASEOF
12359cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12360## -------------------- ##
12361## M4sh Initialization. ##
12362## -------------------- ##
12363
12364# Be more Bourne compatible
12365DUALCASE=1; export DUALCASE # for MKS sh
12366if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12367 emulate sh
12368 NULLCMD=:
12369 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12370 # is contrary to our usage. Disable this feature.
12371 alias -g '${1+"$@"}'='"$@"'
12372 setopt NO_GLOB_SUBST
12373else
12374 case `(set -o) 2>/dev/null` in #(
12375 *posix*) :
12376 set -o posix ;; #(
12377 *) :
12378 ;;
12379esac
12380fi
12381
12382
12383as_nl='
12384'
12385export as_nl
12386# Printing a long string crashes Solaris 7 /usr/bin/printf.
12387as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12388as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12389as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12390# Prefer a ksh shell builtin over an external printf program on Solaris,
12391# but without wasting forks for bash or zsh.
12392if test -z "$BASH_VERSION$ZSH_VERSION" \
12393 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12394 as_echo='print -r --'
12395 as_echo_n='print -rn --'
12396elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12397 as_echo='printf %s\n'
12398 as_echo_n='printf %s'
12399else
12400 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12401 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12402 as_echo_n='/usr/ucb/echo -n'
12403 else
12404 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12405 as_echo_n_body='eval
12406 arg=$1;
12407 case $arg in #(
12408 *"$as_nl"*)
12409 expr "X$arg" : "X\\(.*\\)$as_nl";
12410 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12411 esac;
12412 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12413 '
12414 export as_echo_n_body
12415 as_echo_n='sh -c $as_echo_n_body as_echo'
12416 fi
12417 export as_echo_body
12418 as_echo='sh -c $as_echo_body as_echo'
12419fi
12420
12421# The user is always right.
12422if test "${PATH_SEPARATOR+set}" != set; then
12423 PATH_SEPARATOR=:
12424 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12425 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12426 PATH_SEPARATOR=';'
12427 }
12428fi
12429
12430
12431# IFS
12432# We need space, tab and new line, in precisely that order. Quoting is
12433# there to prevent editors from complaining about space-tab.
12434# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12435# splitting by setting IFS to empty value.)
12436IFS=" "" $as_nl"
12437
12438# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12439as_myself=
0cd79707
SH
12440case $0 in #((
12441 *[\\/]* ) as_myself=$0 ;;
12442 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12443for as_dir in $PATH
12444do
12445 IFS=$as_save_IFS
12446 test -z "$as_dir" && as_dir=.
12447 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12448 done
12449IFS=$as_save_IFS
12450
12451 ;;
12452esac
12453# We did not find ourselves, most probably we were run as `sh COMMAND'
12454# in which case we are not to be found in the path.
12455if test "x$as_myself" = x; then
12456 as_myself=$0
12457fi
12458if test ! -f "$as_myself"; then
12459 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12460 exit 1
12461fi
12462
12463# Unset variables that we do not need and which cause bugs (e.g. in
12464# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12465# suppresses any "Segmentation fault" message there. '((' could
12466# trigger a bug in pdksh 5.2.14.
12467for as_var in BASH_ENV ENV MAIL MAILPATH
12468do eval test x\${$as_var+set} = xset \
12469 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12470done
12471PS1='$ '
12472PS2='> '
12473PS4='+ '
12474
12475# NLS nuisances.
12476LC_ALL=C
12477export LC_ALL
12478LANGUAGE=C
12479export LANGUAGE
12480
12481# CDPATH.
12482(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12483
12484
d0ac1c44
SM
12485# as_fn_error STATUS ERROR [LINENO LOG_FD]
12486# ----------------------------------------
0cd79707
SH
12487# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12488# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12489# script with STATUS, using 1 if that was 0.
0cd79707
SH
12490as_fn_error ()
12491{
d0ac1c44
SM
12492 as_status=$1; test $as_status -eq 0 && as_status=1
12493 if test "$4"; then
12494 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12495 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
0cd79707 12496 fi
d0ac1c44 12497 $as_echo "$as_me: error: $2" >&2
0cd79707
SH
12498 as_fn_exit $as_status
12499} # as_fn_error
12500
12501
12502# as_fn_set_status STATUS
12503# -----------------------
12504# Set $? to STATUS, without forking.
12505as_fn_set_status ()
12506{
12507 return $1
12508} # as_fn_set_status
12509
12510# as_fn_exit STATUS
12511# -----------------
12512# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12513as_fn_exit ()
12514{
12515 set +e
12516 as_fn_set_status $1
12517 exit $1
12518} # as_fn_exit
12519
12520# as_fn_unset VAR
12521# ---------------
12522# Portably unset VAR.
12523as_fn_unset ()
12524{
12525 { eval $1=; unset $1;}
12526}
12527as_unset=as_fn_unset
12528# as_fn_append VAR VALUE
12529# ----------------------
12530# Append the text in VALUE to the end of the definition contained in VAR. Take
12531# advantage of any shell optimizations that allow amortized linear growth over
12532# repeated appends, instead of the typical quadratic growth present in naive
12533# implementations.
12534if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12535 eval 'as_fn_append ()
12536 {
12537 eval $1+=\$2
12538 }'
12539else
12540 as_fn_append ()
12541 {
12542 eval $1=\$$1\$2
12543 }
12544fi # as_fn_append
12545
12546# as_fn_arith ARG...
12547# ------------------
12548# Perform arithmetic evaluation on the ARGs, and store the result in the
12549# global $as_val. Take advantage of shells that can avoid forks. The arguments
12550# must be portable across $(()) and expr.
12551if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12552 eval 'as_fn_arith ()
12553 {
12554 as_val=$(( $* ))
12555 }'
12556else
12557 as_fn_arith ()
12558 {
12559 as_val=`expr "$@" || test $? -eq 1`
12560 }
12561fi # as_fn_arith
12562
12563
12564if expr a : '\(a\)' >/dev/null 2>&1 &&
12565 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12566 as_expr=expr
12567else
12568 as_expr=false
12569fi
12570
12571if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12572 as_basename=basename
12573else
12574 as_basename=false
12575fi
12576
12577if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12578 as_dirname=dirname
12579else
12580 as_dirname=false
12581fi
12582
12583as_me=`$as_basename -- "$0" ||
12584$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12585 X"$0" : 'X\(//\)$' \| \
12586 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12587$as_echo X/"$0" |
12588 sed '/^.*\/\([^/][^/]*\)\/*$/{
12589 s//\1/
12590 q
12591 }
12592 /^X\/\(\/\/\)$/{
12593 s//\1/
12594 q
12595 }
12596 /^X\/\(\/\).*/{
12597 s//\1/
12598 q
12599 }
12600 s/.*/./; q'`
12601
12602# Avoid depending upon Character Ranges.
12603as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12604as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12605as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12606as_cr_digits='0123456789'
12607as_cr_alnum=$as_cr_Letters$as_cr_digits
12608
12609ECHO_C= ECHO_N= ECHO_T=
12610case `echo -n x` in #(((((
12611-n*)
12612 case `echo 'xy\c'` in
12613 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12614 xy) ECHO_C='\c';;
12615 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12616 ECHO_T=' ';;
12617 esac;;
12618*)
12619 ECHO_N='-n';;
12620esac
12621
12622rm -f conf$$ conf$$.exe conf$$.file
12623if test -d conf$$.dir; then
12624 rm -f conf$$.dir/conf$$.file
12625else
12626 rm -f conf$$.dir
12627 mkdir conf$$.dir 2>/dev/null
12628fi
12629if (echo >conf$$.file) 2>/dev/null; then
12630 if ln -s conf$$.file conf$$ 2>/dev/null; then
12631 as_ln_s='ln -s'
12632 # ... but there are two gotchas:
12633 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12634 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12635 # In both cases, we have to default to `cp -pR'.
0cd79707 12636 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12637 as_ln_s='cp -pR'
0cd79707
SH
12638 elif ln conf$$.file conf$$ 2>/dev/null; then
12639 as_ln_s=ln
12640 else
d0ac1c44 12641 as_ln_s='cp -pR'
0cd79707
SH
12642 fi
12643else
d0ac1c44 12644 as_ln_s='cp -pR'
0cd79707
SH
12645fi
12646rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12647rmdir conf$$.dir 2>/dev/null
12648
12649
12650# as_fn_mkdir_p
12651# -------------
12652# Create "$as_dir" as a directory, including parents if necessary.
12653as_fn_mkdir_p ()
12654{
12655
12656 case $as_dir in #(
12657 -*) as_dir=./$as_dir;;
12658 esac
12659 test -d "$as_dir" || eval $as_mkdir_p || {
12660 as_dirs=
12661 while :; do
12662 case $as_dir in #(
12663 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12664 *) as_qdir=$as_dir;;
12665 esac
12666 as_dirs="'$as_qdir' $as_dirs"
12667 as_dir=`$as_dirname -- "$as_dir" ||
12668$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12669 X"$as_dir" : 'X\(//\)[^/]' \| \
12670 X"$as_dir" : 'X\(//\)$' \| \
12671 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12672$as_echo X"$as_dir" |
12673 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12674 s//\1/
12675 q
12676 }
12677 /^X\(\/\/\)[^/].*/{
12678 s//\1/
12679 q
12680 }
12681 /^X\(\/\/\)$/{
12682 s//\1/
12683 q
12684 }
12685 /^X\(\/\).*/{
12686 s//\1/
12687 q
12688 }
12689 s/.*/./; q'`
12690 test -d "$as_dir" && break
12691 done
12692 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12693 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
0cd79707
SH
12694
12695
12696} # as_fn_mkdir_p
12697if mkdir -p . 2>/dev/null; then
12698 as_mkdir_p='mkdir -p "$as_dir"'
12699else
12700 test -d ./-p && rmdir ./-p
12701 as_mkdir_p=false
12702fi
12703
d0ac1c44
SM
12704
12705# as_fn_executable_p FILE
12706# -----------------------
12707# Test if FILE is an executable regular file.
12708as_fn_executable_p ()
12709{
12710 test -f "$1" && test -x "$1"
12711} # as_fn_executable_p
12712as_test_x='test -x'
12713as_executable_p=as_fn_executable_p
0cd79707
SH
12714
12715# Sed expression to map a string onto a valid CPP name.
12716as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12717
12718# Sed expression to map a string onto a valid variable name.
12719as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12720
12721
12722exec 6>&1
12723## ----------------------------------- ##
12724## Main body of $CONFIG_STATUS script. ##
12725## ----------------------------------- ##
12726_ASEOF
12727test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12728
12729cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12730# Save the log message, to keep $0 and so on meaningful, and to
12731# report actual input values of CONFIG_FILES etc. instead of their
12732# values after options handling.
12733ac_log="
12734This file was extended by $as_me, which was
d0ac1c44 12735generated by GNU Autoconf 2.69. Invocation command line was
0cd79707
SH
12736
12737 CONFIG_FILES = $CONFIG_FILES
12738 CONFIG_HEADERS = $CONFIG_HEADERS
12739 CONFIG_LINKS = $CONFIG_LINKS
12740 CONFIG_COMMANDS = $CONFIG_COMMANDS
12741 $ $0 $@
12742
12743on `(hostname || uname -n) 2>/dev/null | sed 1q`
12744"
12745
12746_ACEOF
12747
12748case $ac_config_files in *"
12749"*) set x $ac_config_files; shift; ac_config_files=$*;;
12750esac
12751
12752case $ac_config_headers in *"
12753"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12754esac
12755
12756
12757cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12758# Files that config.status was made for.
12759config_files="$ac_config_files"
12760config_headers="$ac_config_headers"
12761config_commands="$ac_config_commands"
12762
12763_ACEOF
12764
12765cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12766ac_cs_usage="\
12767\`$as_me' instantiates files and other configuration actions
12768from templates according to the current configuration. Unless the files
12769and actions are specified as TAGs, all are instantiated by default.
12770
12771Usage: $0 [OPTION]... [TAG]...
12772
12773 -h, --help print this help, then exit
12774 -V, --version print version number and configuration settings, then exit
d0ac1c44 12775 --config print configuration, then exit
0cd79707
SH
12776 -q, --quiet, --silent
12777 do not print progress messages
12778 -d, --debug don't remove temporary files
12779 --recheck update $as_me by reconfiguring in the same conditions
12780 --file=FILE[:TEMPLATE]
12781 instantiate the configuration file FILE
12782 --header=FILE[:TEMPLATE]
12783 instantiate the configuration header FILE
12784
12785Configuration files:
12786$config_files
12787
12788Configuration headers:
12789$config_headers
12790
12791Configuration commands:
12792$config_commands
12793
12794Report bugs to the package provider."
12795
12796_ACEOF
12797cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12798ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
0cd79707
SH
12799ac_cs_version="\\
12800config.status
d0ac1c44
SM
12801configured by $0, generated by GNU Autoconf 2.69,
12802 with options \\"\$ac_cs_config\\"
0cd79707 12803
d0ac1c44 12804Copyright (C) 2012 Free Software Foundation, Inc.
0cd79707
SH
12805This config.status script is free software; the Free Software Foundation
12806gives unlimited permission to copy, distribute and modify it."
12807
12808ac_pwd='$ac_pwd'
12809srcdir='$srcdir'
12810INSTALL='$INSTALL'
12811AWK='$AWK'
12812test -n "\$AWK" || AWK=awk
12813_ACEOF
12814
12815cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12816# The default lists apply if the user does not specify any file.
12817ac_need_defaults=:
12818while test $# != 0
12819do
12820 case $1 in
d0ac1c44 12821 --*=?*)
0cd79707
SH
12822 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12823 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12824 ac_shift=:
12825 ;;
d0ac1c44
SM
12826 --*=)
12827 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12828 ac_optarg=
12829 ac_shift=:
12830 ;;
0cd79707
SH
12831 *)
12832 ac_option=$1
12833 ac_optarg=$2
12834 ac_shift=shift
12835 ;;
12836 esac
12837
12838 case $ac_option in
12839 # Handling of the options.
12840 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12841 ac_cs_recheck=: ;;
12842 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12843 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12844 --config | --confi | --conf | --con | --co | --c )
12845 $as_echo "$ac_cs_config"; exit ;;
0cd79707
SH
12846 --debug | --debu | --deb | --de | --d | -d )
12847 debug=: ;;
12848 --file | --fil | --fi | --f )
12849 $ac_shift
12850 case $ac_optarg in
12851 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12852 '') as_fn_error $? "missing file argument" ;;
0cd79707
SH
12853 esac
12854 as_fn_append CONFIG_FILES " '$ac_optarg'"
12855 ac_need_defaults=false;;
12856 --header | --heade | --head | --hea )
12857 $ac_shift
12858 case $ac_optarg in
12859 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12860 esac
12861 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12862 ac_need_defaults=false;;
12863 --he | --h)
12864 # Conflict between --help and --header
d0ac1c44 12865 as_fn_error $? "ambiguous option: \`$1'
0cd79707
SH
12866Try \`$0 --help' for more information.";;
12867 --help | --hel | -h )
12868 $as_echo "$ac_cs_usage"; exit ;;
12869 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12870 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12871 ac_cs_silent=: ;;
12872
12873 # This is an error.
d0ac1c44 12874 -*) as_fn_error $? "unrecognized option: \`$1'
0cd79707
SH
12875Try \`$0 --help' for more information." ;;
12876
12877 *) as_fn_append ac_config_targets " $1"
12878 ac_need_defaults=false ;;
12879
12880 esac
12881 shift
12882done
12883
12884ac_configure_extra_args=
12885
12886if $ac_cs_silent; then
12887 exec 6>/dev/null
12888 ac_configure_extra_args="$ac_configure_extra_args --silent"
12889fi
12890
12891_ACEOF
12892cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12893if \$ac_cs_recheck; then
d0ac1c44 12894 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
0cd79707
SH
12895 shift
12896 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12897 CONFIG_SHELL='$SHELL'
12898 export CONFIG_SHELL
12899 exec "\$@"
12900fi
12901
12902_ACEOF
12903cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12904exec 5>>config.log
12905{
12906 echo
12907 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12908## Running $as_me. ##
12909_ASBOX
12910 $as_echo "$ac_log"
12911} >&5
12912
12913_ACEOF
12914cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12915#
12916# INIT-COMMANDS
12917#
12918ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12919
12920
12921# The HP-UX ksh and POSIX shell print the target directory to stdout
12922# if CDPATH is set.
12923(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12924
12925sed_quote_subst='$sed_quote_subst'
12926double_quote_subst='$double_quote_subst'
12927delay_variable_subst='$delay_variable_subst'
12928macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12929macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12930enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12931enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12932pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12933enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12934SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12935ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12936host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12937host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12938host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12939build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12940build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12941build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12942SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12943Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12944GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12945EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12946FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12947LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12948NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12949LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12950max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12951ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12952exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12953lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12954lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12955lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12956reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12957reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12958OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12959deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12960file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12961AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12962AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12963STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12964RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12965old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12966old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12967old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12968lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12969CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12970CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12971compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12972GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12973lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12974lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12975lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12976lt_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"`'
12977objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12978MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12979lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12980lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12981lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12982lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12983lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12984need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12985DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12986NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12987LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12988OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12989OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12990libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12991shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12992extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12993archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12994enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12995export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12996whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12997compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12998old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12999old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13000archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13001archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13002module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13003module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13004with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13005allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13006no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13007hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13008hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13009hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13010hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13011hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13012hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13013hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13014hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13015inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13016link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13017fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13018always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13019export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13020exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13021include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13022prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13023file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13024variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13025need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13026need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13027version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13028runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13029shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13030shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13031libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13032library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13033soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13034install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13035postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13036postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13037finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13038finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13039hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13040sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13041sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13042hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13043enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13044enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13045enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13046old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13047striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13048
13049LTCC='$LTCC'
13050LTCFLAGS='$LTCFLAGS'
13051compiler='$compiler_DEFAULT'
13052
13053# A function that is used when there is no print builtin or printf.
13054func_fallback_echo ()
13055{
13056 eval 'cat <<_LTECHO_EOF
13057\$1
13058_LTECHO_EOF'
13059}
13060
13061# Quote evaled strings.
13062for var in SHELL \
13063ECHO \
13064SED \
13065GREP \
13066EGREP \
13067FGREP \
13068LD \
13069NM \
13070LN_S \
13071lt_SP2NL \
13072lt_NL2SP \
13073reload_flag \
13074OBJDUMP \
13075deplibs_check_method \
13076file_magic_cmd \
13077AR \
13078AR_FLAGS \
13079STRIP \
13080RANLIB \
13081CC \
13082CFLAGS \
13083compiler \
13084lt_cv_sys_global_symbol_pipe \
13085lt_cv_sys_global_symbol_to_cdecl \
13086lt_cv_sys_global_symbol_to_c_name_address \
13087lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13088lt_prog_compiler_no_builtin_flag \
13089lt_prog_compiler_wl \
13090lt_prog_compiler_pic \
13091lt_prog_compiler_static \
13092lt_cv_prog_compiler_c_o \
13093need_locks \
13094DSYMUTIL \
13095NMEDIT \
13096LIPO \
13097OTOOL \
13098OTOOL64 \
13099shrext_cmds \
13100export_dynamic_flag_spec \
13101whole_archive_flag_spec \
13102compiler_needs_object \
13103with_gnu_ld \
13104allow_undefined_flag \
13105no_undefined_flag \
13106hardcode_libdir_flag_spec \
13107hardcode_libdir_flag_spec_ld \
13108hardcode_libdir_separator \
13109fix_srcfile_path \
13110exclude_expsyms \
13111include_expsyms \
13112file_list_spec \
13113variables_saved_for_relink \
13114libname_spec \
13115library_names_spec \
13116soname_spec \
13117install_override_mode \
13118finish_eval \
13119old_striplib \
13120striplib; do
13121 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13122 *[\\\\\\\`\\"\\\$]*)
13123 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13124 ;;
13125 *)
13126 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13127 ;;
13128 esac
13129done
13130
13131# Double-quote double-evaled strings.
13132for var in reload_cmds \
13133old_postinstall_cmds \
13134old_postuninstall_cmds \
13135old_archive_cmds \
13136extract_expsyms_cmds \
13137old_archive_from_new_cmds \
13138old_archive_from_expsyms_cmds \
13139archive_cmds \
13140archive_expsym_cmds \
13141module_cmds \
13142module_expsym_cmds \
13143export_symbols_cmds \
13144prelink_cmds \
13145postinstall_cmds \
13146postuninstall_cmds \
13147finish_cmds \
13148sys_lib_search_path_spec \
13149sys_lib_dlsearch_path_spec; do
13150 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13151 *[\\\\\\\`\\"\\\$]*)
13152 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13153 ;;
13154 *)
13155 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13156 ;;
13157 esac
13158done
13159
13160ac_aux_dir='$ac_aux_dir'
13161xsi_shell='$xsi_shell'
13162lt_shell_append='$lt_shell_append'
13163
13164# See if we are running on zsh, and set the options which allow our
13165# commands through without removal of \ escapes INIT.
13166if test -n "\${ZSH_VERSION+set}" ; then
13167 setopt NO_GLOB_SUBST
13168fi
13169
13170
13171 PACKAGE='$PACKAGE'
13172 VERSION='$VERSION'
13173 TIMESTAMP='$TIMESTAMP'
13174 RM='$RM'
13175 ofile='$ofile'
13176
13177
13178
13179
13180_ACEOF
13181
13182cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13183
13184# Handling of arguments.
13185for ac_config_target in $ac_config_targets
13186do
13187 case $ac_config_target in
13188 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13189 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
13190 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13191 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13192 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13193 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13194 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13195 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13196
d0ac1c44 13197 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
0cd79707
SH
13198 esac
13199done
13200
13201
13202# If the user did not use the arguments to specify the items to instantiate,
13203# then the envvar interface is used. Set only those that are not.
13204# We use the long form for the default assignment because of an extremely
13205# bizarre bug on SunOS 4.1.3.
13206if $ac_need_defaults; then
13207 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13208 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13209 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13210fi
13211
13212# Have a temporary directory for convenience. Make it in the build tree
13213# simply because there is no reason against having it here, and in addition,
13214# creating and moving files from /tmp can sometimes cause problems.
13215# Hook for its removal unless debugging.
13216# Note that there is a small window in which the directory will not be cleaned:
13217# after its creation but before its name has been assigned to `$tmp'.
13218$debug ||
13219{
d0ac1c44 13220 tmp= ac_tmp=
0cd79707 13221 trap 'exit_status=$?
d0ac1c44
SM
13222 : "${ac_tmp:=$tmp}"
13223 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
0cd79707
SH
13224' 0
13225 trap 'as_fn_exit 1' 1 2 13 15
13226}
13227# Create a (secure) tmp directory for tmp files.
13228
13229{
13230 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13231 test -d "$tmp"
0cd79707
SH
13232} ||
13233{
13234 tmp=./conf$$-$RANDOM
13235 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13236} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13237ac_tmp=$tmp
0cd79707
SH
13238
13239# Set up the scripts for CONFIG_FILES section.
13240# No need to generate them if there are no CONFIG_FILES.
13241# This happens for instance with `./config.status config.h'.
13242if test -n "$CONFIG_FILES"; then
13243
13244
13245ac_cr=`echo X | tr X '\015'`
13246# On cygwin, bash can eat \r inside `` if the user requested igncr.
13247# But we know of no other shell where ac_cr would be empty at this
13248# point, so we can use a bashism as a fallback.
13249if test "x$ac_cr" = x; then
13250 eval ac_cr=\$\'\\r\'
13251fi
13252ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13253if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13254 ac_cs_awk_cr='\\r'
0cd79707
SH
13255else
13256 ac_cs_awk_cr=$ac_cr
13257fi
13258
d0ac1c44 13259echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
0cd79707
SH
13260_ACEOF
13261
13262
13263{
13264 echo "cat >conf$$subs.awk <<_ACEOF" &&
13265 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13266 echo "_ACEOF"
13267} >conf$$subs.sh ||
d0ac1c44
SM
13268 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13269ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
0cd79707
SH
13270ac_delim='%!_!# '
13271for ac_last_try in false false false false false :; do
13272 . ./conf$$subs.sh ||
d0ac1c44 13273 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
0cd79707
SH
13274
13275 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13276 if test $ac_delim_n = $ac_delim_num; then
13277 break
13278 elif $ac_last_try; then
d0ac1c44 13279 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
0cd79707
SH
13280 else
13281 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13282 fi
13283done
13284rm -f conf$$subs.sh
13285
13286cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13287cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
0cd79707
SH
13288_ACEOF
13289sed -n '
13290h
13291s/^/S["/; s/!.*/"]=/
13292p
13293g
13294s/^[^!]*!//
13295:repl
13296t repl
13297s/'"$ac_delim"'$//
13298t delim
13299:nl
13300h
d0ac1c44 13301s/\(.\{148\}\)..*/\1/
0cd79707
SH
13302t more1
13303s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13304p
13305n
13306b repl
13307:more1
13308s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13309p
13310g
13311s/.\{148\}//
13312t nl
13313:delim
13314h
d0ac1c44 13315s/\(.\{148\}\)..*/\1/
0cd79707
SH
13316t more2
13317s/["\\]/\\&/g; s/^/"/; s/$/"/
13318p
13319b
13320:more2
13321s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13322p
13323g
13324s/.\{148\}//
13325t delim
13326' <conf$$subs.awk | sed '
13327/^[^""]/{
13328 N
13329 s/\n//
13330}
13331' >>$CONFIG_STATUS || ac_write_fail=1
13332rm -f conf$$subs.awk
13333cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13334_ACAWK
d0ac1c44 13335cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
0cd79707
SH
13336 for (key in S) S_is_set[key] = 1
13337 FS = "\a"
13338
13339}
13340{
13341 line = $ 0
13342 nfields = split(line, field, "@")
13343 substed = 0
13344 len = length(field[1])
13345 for (i = 2; i < nfields; i++) {
13346 key = field[i]
13347 keylen = length(key)
13348 if (S_is_set[key]) {
13349 value = S[key]
13350 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13351 len += length(value) + length(field[++i])
13352 substed = 1
13353 } else
13354 len += 1 + keylen
13355 }
13356
13357 print line
13358}
13359
13360_ACAWK
13361_ACEOF
13362cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13363if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13364 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13365else
13366 cat
d0ac1c44
SM
13367fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13368 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
0cd79707
SH
13369_ACEOF
13370
d0ac1c44
SM
13371# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13372# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
0cd79707
SH
13373# trailing colons and then remove the whole line if VPATH becomes empty
13374# (actually we leave an empty line to preserve line numbers).
13375if test "x$srcdir" = x.; then
d0ac1c44
SM
13376 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13377h
13378s///
13379s/^/:/
13380s/[ ]*$/:/
13381s/:\$(srcdir):/:/g
13382s/:\${srcdir}:/:/g
13383s/:@srcdir@:/:/g
13384s/^:*//
0cd79707 13385s/:*$//
d0ac1c44
SM
13386x
13387s/\(=[ ]*\).*/\1/
13388G
13389s/\n//
0cd79707
SH
13390s/^[^=]*=[ ]*$//
13391}'
13392fi
13393
13394cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13395fi # test -n "$CONFIG_FILES"
13396
13397# Set up the scripts for CONFIG_HEADERS section.
13398# No need to generate them if there are no CONFIG_HEADERS.
13399# This happens for instance with `./config.status Makefile'.
13400if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13401cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
0cd79707
SH
13402BEGIN {
13403_ACEOF
13404
13405# Transform confdefs.h into an awk script `defines.awk', embedded as
13406# here-document in config.status, that substitutes the proper values into
13407# config.h.in to produce config.h.
13408
13409# Create a delimiter string that does not exist in confdefs.h, to ease
13410# handling of long lines.
13411ac_delim='%!_!# '
13412for ac_last_try in false false :; do
d0ac1c44
SM
13413 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13414 if test -z "$ac_tt"; then
0cd79707
SH
13415 break
13416 elif $ac_last_try; then
d0ac1c44 13417 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
0cd79707
SH
13418 else
13419 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13420 fi
13421done
13422
13423# For the awk script, D is an array of macro values keyed by name,
13424# likewise P contains macro parameters if any. Preserve backslash
13425# newline sequences.
13426
13427ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13428sed -n '
13429s/.\{148\}/&'"$ac_delim"'/g
13430t rset
13431:rset
13432s/^[ ]*#[ ]*define[ ][ ]*/ /
13433t def
13434d
13435:def
13436s/\\$//
13437t bsnl
13438s/["\\]/\\&/g
13439s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13440D["\1"]=" \3"/p
13441s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13442d
13443:bsnl
13444s/["\\]/\\&/g
13445s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13446D["\1"]=" \3\\\\\\n"\\/p
13447t cont
13448s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13449t cont
13450d
13451:cont
13452n
13453s/.\{148\}/&'"$ac_delim"'/g
13454t clear
13455:clear
13456s/\\$//
13457t bsnlc
13458s/["\\]/\\&/g; s/^/"/; s/$/"/p
13459d
13460:bsnlc
13461s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13462b cont
13463' <confdefs.h | sed '
13464s/'"$ac_delim"'/"\\\
13465"/g' >>$CONFIG_STATUS || ac_write_fail=1
13466
13467cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13468 for (key in D) D_is_set[key] = 1
13469 FS = "\a"
13470}
13471/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13472 line = \$ 0
13473 split(line, arg, " ")
13474 if (arg[1] == "#") {
13475 defundef = arg[2]
13476 mac1 = arg[3]
13477 } else {
13478 defundef = substr(arg[1], 2)
13479 mac1 = arg[2]
13480 }
13481 split(mac1, mac2, "(") #)
13482 macro = mac2[1]
13483 prefix = substr(line, 1, index(line, defundef) - 1)
13484 if (D_is_set[macro]) {
13485 # Preserve the white space surrounding the "#".
13486 print prefix "define", macro P[macro] D[macro]
13487 next
13488 } else {
13489 # Replace #undef with comments. This is necessary, for example,
13490 # in the case of _POSIX_SOURCE, which is predefined and required
13491 # on some systems where configure will not decide to define it.
13492 if (defundef == "undef") {
13493 print "/*", prefix defundef, macro, "*/"
13494 next
13495 }
13496 }
13497}
13498{ print }
13499_ACAWK
13500_ACEOF
13501cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13502 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
0cd79707
SH
13503fi # test -n "$CONFIG_HEADERS"
13504
13505
13506eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13507shift
13508for ac_tag
13509do
13510 case $ac_tag in
13511 :[FHLC]) ac_mode=$ac_tag; continue;;
13512 esac
13513 case $ac_mode$ac_tag in
13514 :[FHL]*:*);;
d0ac1c44 13515 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
0cd79707
SH
13516 :[FH]-) ac_tag=-:-;;
13517 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13518 esac
13519 ac_save_IFS=$IFS
13520 IFS=:
13521 set x $ac_tag
13522 IFS=$ac_save_IFS
13523 shift
13524 ac_file=$1
13525 shift
13526
13527 case $ac_mode in
13528 :L) ac_source=$1;;
13529 :[FH])
13530 ac_file_inputs=
13531 for ac_f
13532 do
13533 case $ac_f in
d0ac1c44 13534 -) ac_f="$ac_tmp/stdin";;
0cd79707
SH
13535 *) # Look for the file first in the build tree, then in the source tree
13536 # (if the path is not absolute). The absolute path cannot be DOS-style,
13537 # because $ac_f cannot contain `:'.
13538 test -f "$ac_f" ||
13539 case $ac_f in
13540 [\\/$]*) false;;
13541 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13542 esac ||
d0ac1c44 13543 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
0cd79707
SH
13544 esac
13545 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13546 as_fn_append ac_file_inputs " '$ac_f'"
13547 done
13548
13549 # Let's still pretend it is `configure' which instantiates (i.e., don't
13550 # use $as_me), people would be surprised to read:
13551 # /* config.h. Generated by config.status. */
13552 configure_input='Generated from '`
13553 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13554 `' by configure.'
13555 if test x"$ac_file" != x-; then
13556 configure_input="$ac_file. $configure_input"
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13558$as_echo "$as_me: creating $ac_file" >&6;}
13559 fi
13560 # Neutralize special characters interpreted by sed in replacement strings.
13561 case $configure_input in #(
13562 *\&* | *\|* | *\\* )
13563 ac_sed_conf_input=`$as_echo "$configure_input" |
13564 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13565 *) ac_sed_conf_input=$configure_input;;
13566 esac
13567
13568 case $ac_tag in
d0ac1c44
SM
13569 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13570 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
0cd79707
SH
13571 esac
13572 ;;
13573 esac
13574
13575 ac_dir=`$as_dirname -- "$ac_file" ||
13576$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13577 X"$ac_file" : 'X\(//\)[^/]' \| \
13578 X"$ac_file" : 'X\(//\)$' \| \
13579 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13580$as_echo X"$ac_file" |
13581 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13582 s//\1/
13583 q
13584 }
13585 /^X\(\/\/\)[^/].*/{
13586 s//\1/
13587 q
13588 }
13589 /^X\(\/\/\)$/{
13590 s//\1/
13591 q
13592 }
13593 /^X\(\/\).*/{
13594 s//\1/
13595 q
13596 }
13597 s/.*/./; q'`
13598 as_dir="$ac_dir"; as_fn_mkdir_p
13599 ac_builddir=.
13600
13601case "$ac_dir" in
13602.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13603*)
13604 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13605 # A ".." for each directory in $ac_dir_suffix.
13606 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13607 case $ac_top_builddir_sub in
13608 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13609 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13610 esac ;;
13611esac
13612ac_abs_top_builddir=$ac_pwd
13613ac_abs_builddir=$ac_pwd$ac_dir_suffix
13614# for backward compatibility:
13615ac_top_builddir=$ac_top_build_prefix
13616
13617case $srcdir in
13618 .) # We are building in place.
13619 ac_srcdir=.
13620 ac_top_srcdir=$ac_top_builddir_sub
13621 ac_abs_top_srcdir=$ac_pwd ;;
13622 [\\/]* | ?:[\\/]* ) # Absolute name.
13623 ac_srcdir=$srcdir$ac_dir_suffix;
13624 ac_top_srcdir=$srcdir
13625 ac_abs_top_srcdir=$srcdir ;;
13626 *) # Relative name.
13627 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13628 ac_top_srcdir=$ac_top_build_prefix$srcdir
13629 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13630esac
13631ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13632
13633
13634 case $ac_mode in
13635 :F)
13636 #
13637 # CONFIG_FILE
13638 #
13639
13640 case $INSTALL in
13641 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13642 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13643 esac
13644_ACEOF
13645
13646cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13647# If the template does not know about datarootdir, expand it.
13648# FIXME: This hack should be removed a few years after 2.60.
13649ac_datarootdir_hack=; ac_datarootdir_seen=
13650ac_sed_dataroot='
13651/datarootdir/ {
13652 p
13653 q
13654}
13655/@datadir@/p
13656/@docdir@/p
13657/@infodir@/p
13658/@localedir@/p
13659/@mandir@/p'
13660case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13661*datarootdir*) ac_datarootdir_seen=yes;;
13662*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13664$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13665_ACEOF
13666cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13667 ac_datarootdir_hack='
13668 s&@datadir@&$datadir&g
13669 s&@docdir@&$docdir&g
13670 s&@infodir@&$infodir&g
13671 s&@localedir@&$localedir&g
13672 s&@mandir@&$mandir&g
13673 s&\\\${datarootdir}&$datarootdir&g' ;;
13674esac
13675_ACEOF
13676
13677# Neutralize VPATH when `$srcdir' = `.'.
13678# Shell code in configure.ac might set extrasub.
13679# FIXME: do we really want to maintain this feature?
13680cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13681ac_sed_extra="$ac_vpsub
13682$extrasub
13683_ACEOF
13684cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13685:t
13686/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13687s|@configure_input@|$ac_sed_conf_input|;t t
13688s&@top_builddir@&$ac_top_builddir_sub&;t t
13689s&@top_build_prefix@&$ac_top_build_prefix&;t t
13690s&@srcdir@&$ac_srcdir&;t t
13691s&@abs_srcdir@&$ac_abs_srcdir&;t t
13692s&@top_srcdir@&$ac_top_srcdir&;t t
13693s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13694s&@builddir@&$ac_builddir&;t t
13695s&@abs_builddir@&$ac_abs_builddir&;t t
13696s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13697s&@INSTALL@&$ac_INSTALL&;t t
13698$ac_datarootdir_hack
13699"
d0ac1c44
SM
13700eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13701 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
0cd79707
SH
13702
13703test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13704 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13705 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13706 "$ac_tmp/out"`; test -z "$ac_out"; } &&
0cd79707 13707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13708which seems to be undefined. Please make sure it is defined" >&5
0cd79707 13709$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13710which seems to be undefined. Please make sure it is defined" >&2;}
0cd79707 13711
d0ac1c44 13712 rm -f "$ac_tmp/stdin"
0cd79707 13713 case $ac_file in
d0ac1c44
SM
13714 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13715 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
0cd79707 13716 esac \
d0ac1c44 13717 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
0cd79707
SH
13718 ;;
13719 :H)
13720 #
13721 # CONFIG_HEADER
13722 #
13723 if test x"$ac_file" != x-; then
13724 {
13725 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13726 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13727 } >"$ac_tmp/config.h" \
13728 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13729 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
0cd79707
SH
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13731$as_echo "$as_me: $ac_file is unchanged" >&6;}
13732 else
13733 rm -f "$ac_file"
d0ac1c44
SM
13734 mv "$ac_tmp/config.h" "$ac_file" \
13735 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
0cd79707
SH
13736 fi
13737 else
13738 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13739 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13740 || as_fn_error $? "could not create -" "$LINENO" 5
0cd79707
SH
13741 fi
13742 ;;
13743
13744 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13745$as_echo "$as_me: executing $ac_file commands" >&6;}
13746 ;;
13747 esac
13748
13749
13750 case $ac_file$ac_mode in
13751 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
13752 "libtool":C)
13753
13754 # See if we are running on zsh, and set the options which allow our
13755 # commands through without removal of \ escapes.
13756 if test -n "${ZSH_VERSION+set}" ; then
13757 setopt NO_GLOB_SUBST
13758 fi
13759
13760 cfgfile="${ofile}T"
13761 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13762 $RM "$cfgfile"
13763
13764 cat <<_LT_EOF >> "$cfgfile"
13765#! $SHELL
13766
13767# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13768# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13769# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13770# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13771#
13772# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13773# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13774# Written by Gordon Matzigkeit, 1996
13775#
13776# This file is part of GNU Libtool.
13777#
13778# GNU Libtool is free software; you can redistribute it and/or
13779# modify it under the terms of the GNU General Public License as
13780# published by the Free Software Foundation; either version 2 of
13781# the License, or (at your option) any later version.
13782#
13783# As a special exception to the GNU General Public License,
13784# if you distribute this file as part of a program or library that
13785# is built using GNU Libtool, you may include this file under the
13786# same distribution terms that you use for the rest of that program.
13787#
13788# GNU Libtool is distributed in the hope that it will be useful,
13789# but WITHOUT ANY WARRANTY; without even the implied warranty of
13790# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13791# GNU General Public License for more details.
13792#
13793# You should have received a copy of the GNU General Public License
13794# along with GNU Libtool; see the file COPYING. If not, a copy
13795# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13796# obtained by writing to the Free Software Foundation, Inc.,
13797# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13798
13799
13800# The names of the tagged configurations supported by this script.
13801available_tags=""
13802
13803# ### BEGIN LIBTOOL CONFIG
13804
13805# Which release of libtool.m4 was used?
13806macro_version=$macro_version
13807macro_revision=$macro_revision
13808
13809# Whether or not to build shared libraries.
13810build_libtool_libs=$enable_shared
13811
13812# Whether or not to build static libraries.
13813build_old_libs=$enable_static
13814
13815# What type of objects to build.
13816pic_mode=$pic_mode
13817
13818# Whether or not to optimize for fast installation.
13819fast_install=$enable_fast_install
13820
13821# Shell to use when invoking shell scripts.
13822SHELL=$lt_SHELL
13823
13824# An echo program that protects backslashes.
13825ECHO=$lt_ECHO
13826
13827# The host system.
13828host_alias=$host_alias
13829host=$host
13830host_os=$host_os
13831
13832# The build system.
13833build_alias=$build_alias
13834build=$build
13835build_os=$build_os
13836
13837# A sed program that does not truncate output.
13838SED=$lt_SED
13839
13840# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13841Xsed="\$SED -e 1s/^X//"
13842
13843# A grep program that handles long lines.
13844GREP=$lt_GREP
13845
13846# An ERE matcher.
13847EGREP=$lt_EGREP
13848
13849# A literal string matcher.
13850FGREP=$lt_FGREP
13851
13852# A BSD- or MS-compatible name lister.
13853NM=$lt_NM
13854
13855# Whether we need soft or hard links.
13856LN_S=$lt_LN_S
13857
13858# What is the maximum length of a command?
13859max_cmd_len=$max_cmd_len
13860
13861# Object file suffix (normally "o").
13862objext=$ac_objext
13863
13864# Executable file suffix (normally "").
13865exeext=$exeext
13866
13867# whether the shell understands "unset".
13868lt_unset=$lt_unset
13869
13870# turn spaces into newlines.
13871SP2NL=$lt_lt_SP2NL
13872
13873# turn newlines into spaces.
13874NL2SP=$lt_lt_NL2SP
13875
13876# An object symbol dumper.
13877OBJDUMP=$lt_OBJDUMP
13878
13879# Method to check whether dependent libraries are shared objects.
13880deplibs_check_method=$lt_deplibs_check_method
13881
13882# Command to use when deplibs_check_method == "file_magic".
13883file_magic_cmd=$lt_file_magic_cmd
13884
13885# The archiver.
13886AR=$lt_AR
13887AR_FLAGS=$lt_AR_FLAGS
13888
13889# A symbol stripping program.
13890STRIP=$lt_STRIP
13891
13892# Commands used to install an old-style archive.
13893RANLIB=$lt_RANLIB
13894old_postinstall_cmds=$lt_old_postinstall_cmds
13895old_postuninstall_cmds=$lt_old_postuninstall_cmds
13896
13897# Whether to use a lock for old archive extraction.
13898lock_old_archive_extraction=$lock_old_archive_extraction
13899
13900# A C compiler.
13901LTCC=$lt_CC
13902
13903# LTCC compiler flags.
13904LTCFLAGS=$lt_CFLAGS
13905
13906# Take the output of nm and produce a listing of raw symbols and C names.
13907global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13908
13909# Transform the output of nm in a proper C declaration.
13910global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13911
13912# Transform the output of nm in a C name address pair.
13913global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13914
13915# Transform the output of nm in a C name address pair when lib prefix is needed.
13916global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13917
13918# The name of the directory that contains temporary libtool files.
13919objdir=$objdir
13920
13921# Used to examine libraries when file_magic_cmd begins with "file".
13922MAGIC_CMD=$MAGIC_CMD
13923
13924# Must we lock files when doing compilation?
13925need_locks=$lt_need_locks
13926
13927# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13928DSYMUTIL=$lt_DSYMUTIL
13929
13930# Tool to change global to local symbols on Mac OS X.
13931NMEDIT=$lt_NMEDIT
13932
13933# Tool to manipulate fat objects and archives on Mac OS X.
13934LIPO=$lt_LIPO
13935
13936# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13937OTOOL=$lt_OTOOL
13938
13939# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13940OTOOL64=$lt_OTOOL64
13941
13942# Old archive suffix (normally "a").
13943libext=$libext
13944
13945# Shared library suffix (normally ".so").
13946shrext_cmds=$lt_shrext_cmds
13947
13948# The commands to extract the exported symbol list from a shared archive.
13949extract_expsyms_cmds=$lt_extract_expsyms_cmds
13950
13951# Variables whose values should be saved in libtool wrapper scripts and
13952# restored at link time.
13953variables_saved_for_relink=$lt_variables_saved_for_relink
13954
13955# Do we need the "lib" prefix for modules?
13956need_lib_prefix=$need_lib_prefix
13957
13958# Do we need a version for libraries?
13959need_version=$need_version
13960
13961# Library versioning type.
13962version_type=$version_type
13963
13964# Shared library runtime path variable.
13965runpath_var=$runpath_var
13966
13967# Shared library path variable.
13968shlibpath_var=$shlibpath_var
13969
13970# Is shlibpath searched before the hard-coded library search path?
13971shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13972
13973# Format of library name prefix.
13974libname_spec=$lt_libname_spec
13975
13976# List of archive names. First name is the real one, the rest are links.
13977# The last name is the one that the linker finds with -lNAME
13978library_names_spec=$lt_library_names_spec
13979
13980# The coded name of the library, if different from the real name.
13981soname_spec=$lt_soname_spec
13982
13983# Permission mode override for installation of shared libraries.
13984install_override_mode=$lt_install_override_mode
13985
13986# Command to use after installation of a shared archive.
13987postinstall_cmds=$lt_postinstall_cmds
13988
13989# Command to use after uninstallation of a shared archive.
13990postuninstall_cmds=$lt_postuninstall_cmds
13991
13992# Commands used to finish a libtool library installation in a directory.
13993finish_cmds=$lt_finish_cmds
13994
13995# As "finish_cmds", except a single script fragment to be evaled but
13996# not shown.
13997finish_eval=$lt_finish_eval
13998
13999# Whether we should hardcode library paths into libraries.
14000hardcode_into_libs=$hardcode_into_libs
14001
14002# Compile-time system search path for libraries.
14003sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14004
14005# Run-time system search path for libraries.
14006sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14007
14008# Whether dlopen is supported.
14009dlopen_support=$enable_dlopen
14010
14011# Whether dlopen of programs is supported.
14012dlopen_self=$enable_dlopen_self
14013
14014# Whether dlopen of statically linked programs is supported.
14015dlopen_self_static=$enable_dlopen_self_static
14016
14017# Commands to strip libraries.
14018old_striplib=$lt_old_striplib
14019striplib=$lt_striplib
14020
14021
14022# The linker used to build libraries.
14023LD=$lt_LD
14024
14025# How to create reloadable object files.
14026reload_flag=$lt_reload_flag
14027reload_cmds=$lt_reload_cmds
14028
14029# Commands used to build an old-style archive.
14030old_archive_cmds=$lt_old_archive_cmds
14031
14032# A language specific compiler.
14033CC=$lt_compiler
14034
14035# Is the compiler the GNU compiler?
14036with_gcc=$GCC
14037
14038# Compiler flag to turn off builtin functions.
14039no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14040
14041# How to pass a linker flag through the compiler.
14042wl=$lt_lt_prog_compiler_wl
14043
14044# Additional compiler flags for building library objects.
14045pic_flag=$lt_lt_prog_compiler_pic
14046
14047# Compiler flag to prevent dynamic linking.
14048link_static_flag=$lt_lt_prog_compiler_static
14049
14050# Does compiler simultaneously support -c and -o options?
14051compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14052
14053# Whether or not to add -lc for building shared libraries.
14054build_libtool_need_lc=$archive_cmds_need_lc
14055
14056# Whether or not to disallow shared libs when runtime libs are static.
14057allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14058
14059# Compiler flag to allow reflexive dlopens.
14060export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14061
14062# Compiler flag to generate shared objects directly from archives.
14063whole_archive_flag_spec=$lt_whole_archive_flag_spec
14064
14065# Whether the compiler copes with passing no objects directly.
14066compiler_needs_object=$lt_compiler_needs_object
14067
14068# Create an old-style archive from a shared archive.
14069old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14070
14071# Create a temporary old-style archive to link instead of a shared archive.
14072old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14073
14074# Commands used to build a shared archive.
14075archive_cmds=$lt_archive_cmds
14076archive_expsym_cmds=$lt_archive_expsym_cmds
14077
14078# Commands used to build a loadable module if different from building
14079# a shared archive.
14080module_cmds=$lt_module_cmds
14081module_expsym_cmds=$lt_module_expsym_cmds
14082
14083# Whether we are building with GNU ld or not.
14084with_gnu_ld=$lt_with_gnu_ld
14085
14086# Flag that allows shared libraries with undefined symbols to be built.
14087allow_undefined_flag=$lt_allow_undefined_flag
14088
14089# Flag that enforces no undefined symbols.
14090no_undefined_flag=$lt_no_undefined_flag
14091
14092# Flag to hardcode \$libdir into a binary during linking.
14093# This must work even if \$libdir does not exist
14094hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14095
14096# If ld is used when linking, flag to hardcode \$libdir into a binary
14097# during linking. This must work even if \$libdir does not exist.
14098hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14099
14100# Whether we need a single "-rpath" flag with a separated argument.
14101hardcode_libdir_separator=$lt_hardcode_libdir_separator
14102
14103# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14104# DIR into the resulting binary.
14105hardcode_direct=$hardcode_direct
14106
14107# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14108# DIR into the resulting binary and the resulting library dependency is
14109# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14110# library is relocated.
14111hardcode_direct_absolute=$hardcode_direct_absolute
14112
14113# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14114# into the resulting binary.
14115hardcode_minus_L=$hardcode_minus_L
14116
14117# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14118# into the resulting binary.
14119hardcode_shlibpath_var=$hardcode_shlibpath_var
14120
14121# Set to "yes" if building a shared library automatically hardcodes DIR
14122# into the library and all subsequent libraries and executables linked
14123# against it.
14124hardcode_automatic=$hardcode_automatic
14125
14126# Set to yes if linker adds runtime paths of dependent libraries
14127# to runtime path list.
14128inherit_rpath=$inherit_rpath
14129
14130# Whether libtool must link a program against all its dependency libraries.
14131link_all_deplibs=$link_all_deplibs
14132
14133# Fix the shell variable \$srcfile for the compiler.
14134fix_srcfile_path=$lt_fix_srcfile_path
14135
14136# Set to "yes" if exported symbols are required.
14137always_export_symbols=$always_export_symbols
14138
14139# The commands to list exported symbols.
14140export_symbols_cmds=$lt_export_symbols_cmds
14141
14142# Symbols that should not be listed in the preloaded symbols.
14143exclude_expsyms=$lt_exclude_expsyms
14144
14145# Symbols that must always be exported.
14146include_expsyms=$lt_include_expsyms
14147
14148# Commands necessary for linking programs (against libraries) with templates.
14149prelink_cmds=$lt_prelink_cmds
14150
14151# Specify filename containing input files.
14152file_list_spec=$lt_file_list_spec
14153
14154# How to hardcode a shared library path into an executable.
14155hardcode_action=$hardcode_action
14156
14157# ### END LIBTOOL CONFIG
14158
14159_LT_EOF
14160
14161 case $host_os in
14162 aix3*)
14163 cat <<\_LT_EOF >> "$cfgfile"
14164# AIX sometimes has problems with the GCC collect2 program. For some
14165# reason, if we set the COLLECT_NAMES environment variable, the problems
14166# vanish in a puff of smoke.
14167if test "X${COLLECT_NAMES+set}" != Xset; then
14168 COLLECT_NAMES=
14169 export COLLECT_NAMES
14170fi
14171_LT_EOF
14172 ;;
14173 esac
14174
14175
14176ltmain="$ac_aux_dir/ltmain.sh"
14177
14178
14179 # We use sed instead of cat because bash on DJGPP gets confused if
14180 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14181 # text mode, it properly converts lines to CR/LF. This bash problem
14182 # is reportedly fixed, but why not run on old versions too?
14183 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14184 || (rm -f "$cfgfile"; exit 1)
14185
14186 case $xsi_shell in
14187 yes)
14188 cat << \_LT_EOF >> "$cfgfile"
14189
14190# func_dirname file append nondir_replacement
14191# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14192# otherwise set result to NONDIR_REPLACEMENT.
14193func_dirname ()
14194{
14195 case ${1} in
14196 */*) func_dirname_result="${1%/*}${2}" ;;
14197 * ) func_dirname_result="${3}" ;;
14198 esac
14199}
14200
14201# func_basename file
14202func_basename ()
14203{
14204 func_basename_result="${1##*/}"
14205}
14206
14207# func_dirname_and_basename file append nondir_replacement
14208# perform func_basename and func_dirname in a single function
14209# call:
14210# dirname: Compute the dirname of FILE. If nonempty,
14211# add APPEND to the result, otherwise set result
14212# to NONDIR_REPLACEMENT.
14213# value returned in "$func_dirname_result"
14214# basename: Compute filename of FILE.
14215# value retuned in "$func_basename_result"
14216# Implementation must be kept synchronized with func_dirname
14217# and func_basename. For efficiency, we do not delegate to
14218# those functions but instead duplicate the functionality here.
14219func_dirname_and_basename ()
14220{
14221 case ${1} in
14222 */*) func_dirname_result="${1%/*}${2}" ;;
14223 * ) func_dirname_result="${3}" ;;
14224 esac
14225 func_basename_result="${1##*/}"
14226}
14227
14228# func_stripname prefix suffix name
14229# strip PREFIX and SUFFIX off of NAME.
14230# PREFIX and SUFFIX must not contain globbing or regex special
14231# characters, hashes, percent signs, but SUFFIX may contain a leading
14232# dot (in which case that matches only a dot).
14233func_stripname ()
14234{
14235 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14236 # positional parameters, so assign one to ordinary parameter first.
14237 func_stripname_result=${3}
14238 func_stripname_result=${func_stripname_result#"${1}"}
14239 func_stripname_result=${func_stripname_result%"${2}"}
14240}
14241
14242# func_opt_split
14243func_opt_split ()
14244{
14245 func_opt_split_opt=${1%%=*}
14246 func_opt_split_arg=${1#*=}
14247}
14248
14249# func_lo2o object
14250func_lo2o ()
14251{
14252 case ${1} in
14253 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14254 *) func_lo2o_result=${1} ;;
14255 esac
14256}
14257
14258# func_xform libobj-or-source
14259func_xform ()
14260{
14261 func_xform_result=${1%.*}.lo
14262}
14263
14264# func_arith arithmetic-term...
14265func_arith ()
14266{
14267 func_arith_result=$(( $* ))
14268}
14269
14270# func_len string
14271# STRING may not start with a hyphen.
14272func_len ()
14273{
14274 func_len_result=${#1}
14275}
14276
14277_LT_EOF
14278 ;;
14279 *) # Bourne compatible functions.
14280 cat << \_LT_EOF >> "$cfgfile"
14281
14282# func_dirname file append nondir_replacement
14283# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14284# otherwise set result to NONDIR_REPLACEMENT.
14285func_dirname ()
14286{
14287 # Extract subdirectory from the argument.
14288 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14289 if test "X$func_dirname_result" = "X${1}"; then
14290 func_dirname_result="${3}"
14291 else
14292 func_dirname_result="$func_dirname_result${2}"
14293 fi
14294}
14295
14296# func_basename file
14297func_basename ()
14298{
14299 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14300}
14301
14302
14303# func_stripname prefix suffix name
14304# strip PREFIX and SUFFIX off of NAME.
14305# PREFIX and SUFFIX must not contain globbing or regex special
14306# characters, hashes, percent signs, but SUFFIX may contain a leading
14307# dot (in which case that matches only a dot).
14308# func_strip_suffix prefix name
14309func_stripname ()
14310{
14311 case ${2} in
14312 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14313 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14314 esac
14315}
14316
14317# sed scripts:
14318my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14319my_sed_long_arg='1s/^-[^=]*=//'
14320
14321# func_opt_split
14322func_opt_split ()
14323{
14324 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14325 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14326}
14327
14328# func_lo2o object
14329func_lo2o ()
14330{
14331 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14332}
14333
14334# func_xform libobj-or-source
14335func_xform ()
14336{
14337 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14338}
14339
14340# func_arith arithmetic-term...
14341func_arith ()
14342{
14343 func_arith_result=`expr "$@"`
14344}
14345
14346# func_len string
14347# STRING may not start with a hyphen.
14348func_len ()
14349{
14350 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14351}
14352
14353_LT_EOF
14354esac
14355
14356case $lt_shell_append in
14357 yes)
14358 cat << \_LT_EOF >> "$cfgfile"
14359
14360# func_append var value
14361# Append VALUE to the end of shell variable VAR.
14362func_append ()
14363{
14364 eval "$1+=\$2"
14365}
14366_LT_EOF
14367 ;;
14368 *)
14369 cat << \_LT_EOF >> "$cfgfile"
14370
14371# func_append var value
14372# Append VALUE to the end of shell variable VAR.
14373func_append ()
14374{
14375 eval "$1=\$$1\$2"
14376}
14377
14378_LT_EOF
14379 ;;
14380 esac
14381
14382
14383 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14384 || (rm -f "$cfgfile"; exit 1)
14385
14386 mv -f "$cfgfile" "$ofile" ||
14387 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14388 chmod +x "$ofile"
14389
14390 ;;
14391 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
14392 rm -f Makesim1.tmp Makesim2.tmp Makefile
14393 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14394 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14395 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
14396 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14397 <Makefile.sim >Makefile
14398 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
14399 ;;
14400 "stamp-h":C) echo > stamp-h ;;
14401
14402 esac
14403done # for ac_tag
14404
14405
14406as_fn_exit 0
14407_ACEOF
14408ac_clean_files=$ac_clean_files_save
14409
14410test $ac_write_fail = 0 ||
d0ac1c44 14411 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
0cd79707
SH
14412
14413
14414# configure is writing to config.log, and then calls config.status.
14415# config.status does its own redirection, appending to config.log.
14416# Unfortunately, on DOS this fails, as config.log is still kept open
14417# by configure, so config.status won't be able to write to it; its
14418# output is simply discarded. So we exec the FD to /dev/null,
14419# effectively closing config.log, so it can be properly (re)opened and
14420# appended to by config.status. When coming back to configure, we
14421# need to make the FD available again.
14422if test "$no_create" != yes; then
14423 ac_cs_success=:
14424 ac_config_status_args=
14425 test "$silent" = yes &&
14426 ac_config_status_args="$ac_config_status_args --quiet"
14427 exec 5>/dev/null
14428 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14429 exec 5>>config.log
14430 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14431 # would make configure fail if this is the last instruction.
d0ac1c44 14432 $ac_cs_success || as_fn_exit 1
0cd79707
SH
14433fi
14434if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14436$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14437fi
14438
14439