sim: add support for build-time ar & ranlib
[deliverable/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 636sim_reserved_bits
760b3e8b 637sim_float
0cd79707
SH
638cgen_breaks
639cgen
640cgendir
641CGEN_MAINT
642REPORT_BUGS_TEXI
643REPORT_BUGS_TO
644PKGVERSION
645MAINT
646MAINTAINER_MODE_FALSE
647MAINTAINER_MODE_TRUE
648lt_cv_dlopen_libs
649OTOOL64
650OTOOL
651LIPO
652NMEDIT
653DSYMUTIL
654AWK
655STRIP
656OBJDUMP
657LN_S
658NM
659ac_ct_DUMPBIN
660DUMPBIN
661LD
662FGREP
663SED
664LIBTOOL
665PLUGINS_FALSE
666PLUGINS_TRUE
667zlibinc
668zlibdir
669CATOBJEXT
670GENCAT
671INSTOBJEXT
672DATADIRNAME
673CATALOGS
674POSUB
675GMSGFMT
676XGETTEXT
677INCINTL
678LIBINTL_DEP
679LIBINTL
680USE_NLS
0cd79707
SH
681CCDEPMODE
682DEPDIR
683am__leading_dot
684PACKAGE
46f900c0 685C_DIALECT
0cd79707
SH
686RANLIB
687AR
c2783492 688LDFLAGS_FOR_BUILD
c25ea03d 689CFLAGS_FOR_BUILD
aa0fca16 690RANLIB_FOR_BUILD
0cd79707 691CC_FOR_BUILD
aa0fca16 692AR_FOR_BUILD
0cd79707
SH
693INSTALL_DATA
694INSTALL_SCRIPT
695INSTALL_PROGRAM
696EGREP
697GREP
c2783492
MF
698CPP
699OBJEXT
700EXEEXT
701ac_ct_CC
702CPPFLAGS
703LDFLAGS
704CFLAGS
705CC
0cd79707
SH
706target_os
707target_vendor
708target_cpu
709target
710host_os
711host_vendor
712host_cpu
713host
714build_os
715build_vendor
716build_cpu
717build
0cd79707
SH
718target_alias
719host_alias
720build_alias
721LIBS
722ECHO_T
723ECHO_N
724ECHO_C
725DEFS
726mandir
727localedir
728libdir
729psdir
730pdfdir
731dvidir
732htmldir
733infodir
734docdir
735oldincludedir
736includedir
737localstatedir
738sharedstatedir
739sysconfdir
740datadir
741datarootdir
742libexecdir
743sbindir
744bindir
745program_transform_name
746prefix
747exec_prefix
748PACKAGE_URL
749PACKAGE_BUGREPORT
750PACKAGE_STRING
751PACKAGE_VERSION
752PACKAGE_TARNAME
753PACKAGE_NAME
754PATH_SEPARATOR
136da8cd
MF
755SHELL
756WERROR_CFLAGS
757WARN_CFLAGS
136da8cd 758sim_scache
760b3e8b 759sim_inline
66d055c7
MF
760sim_hw
761sim_hw_objs
762sim_hw_cflags
136da8cd 763sim_endian
760b3e8b 764sim_default_model
136da8cd
MF
765sim_bitsize
766sim_alignment'
0cd79707
SH
767ac_subst_files=''
768ac_user_opts='
769enable_option_checking
770with_system_zlib
771enable_plugins
772enable_shared
773enable_static
774with_pic
775enable_fast_install
776with_gnu_ld
777enable_libtool_lock
778enable_maintainer_mode
779enable_sim_debug
780enable_sim_stdio
781enable_sim_trace
782enable_sim_profile
783enable_sim_assert
784enable_sim_environment
785enable_sim_inline
786with_pkgversion
787with_bugurl
788enable_sim_endian
789enable_sim_alignment
790enable_sim_bitsize
791enable_sim_scache
792enable_sim_default_model
5c1008a4
MF
793enable_werror
794enable_build_warnings
795enable_sim_build_warnings
0cd79707 796enable_cgen_maint
66d055c7 797enable_sim_hardware
0cd79707
SH
798'
799 ac_precious_vars='build_alias
800host_alias
801target_alias
802CC
803CFLAGS
804LDFLAGS
805LIBS
806CPPFLAGS
807CPP'
808
809
810# Initialize some variables set by options.
811ac_init_help=
812ac_init_version=false
813ac_unrecognized_opts=
814ac_unrecognized_sep=
815# The variables have the same names as the options, with
816# dashes changed to underlines.
817cache_file=/dev/null
818exec_prefix=NONE
819no_create=
820no_recursion=
821prefix=NONE
822program_prefix=NONE
823program_suffix=NONE
824program_transform_name=s,x,x,
825silent=
826site=
827srcdir=
828verbose=
829x_includes=NONE
830x_libraries=NONE
831
832# Installation directory options.
833# These are left unexpanded so users can "make install exec_prefix=/foo"
834# and all the variables that are supposed to be based on exec_prefix
835# by default will actually change.
836# Use braces instead of parens because sh, perl, etc. also accept them.
837# (The list follows the same order as the GNU Coding Standards.)
838bindir='${exec_prefix}/bin'
839sbindir='${exec_prefix}/sbin'
840libexecdir='${exec_prefix}/libexec'
841datarootdir='${prefix}/share'
842datadir='${datarootdir}'
843sysconfdir='${prefix}/etc'
844sharedstatedir='${prefix}/com'
845localstatedir='${prefix}/var'
846includedir='${prefix}/include'
847oldincludedir='/usr/include'
848docdir='${datarootdir}/doc/${PACKAGE}'
849infodir='${datarootdir}/info'
850htmldir='${docdir}'
851dvidir='${docdir}'
852pdfdir='${docdir}'
853psdir='${docdir}'
854libdir='${exec_prefix}/lib'
855localedir='${datarootdir}/locale'
856mandir='${datarootdir}/man'
857
858ac_prev=
859ac_dashdash=
860for ac_option
861do
862 # If the previous option needs an argument, assign it.
863 if test -n "$ac_prev"; then
864 eval $ac_prev=\$ac_option
865 ac_prev=
866 continue
867 fi
868
869 case $ac_option in
d0ac1c44
SM
870 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
871 *=) ac_optarg= ;;
872 *) ac_optarg=yes ;;
0cd79707
SH
873 esac
874
875 # Accept the important Cygnus configure options, so we can diagnose typos.
876
877 case $ac_dashdash$ac_option in
878 --)
879 ac_dashdash=yes ;;
880
881 -bindir | --bindir | --bindi | --bind | --bin | --bi)
882 ac_prev=bindir ;;
883 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
884 bindir=$ac_optarg ;;
885
886 -build | --build | --buil | --bui | --bu)
887 ac_prev=build_alias ;;
888 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
889 build_alias=$ac_optarg ;;
890
891 -cache-file | --cache-file | --cache-fil | --cache-fi \
892 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
893 ac_prev=cache_file ;;
894 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
895 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
896 cache_file=$ac_optarg ;;
897
898 --config-cache | -C)
899 cache_file=config.cache ;;
900
901 -datadir | --datadir | --datadi | --datad)
902 ac_prev=datadir ;;
903 -datadir=* | --datadir=* | --datadi=* | --datad=*)
904 datadir=$ac_optarg ;;
905
906 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
907 | --dataroo | --dataro | --datar)
908 ac_prev=datarootdir ;;
909 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
910 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
911 datarootdir=$ac_optarg ;;
912
913 -disable-* | --disable-*)
914 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
915 # Reject names that are not valid shell variable names.
916 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 917 as_fn_error $? "invalid feature name: $ac_useropt"
0cd79707
SH
918 ac_useropt_orig=$ac_useropt
919 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
920 case $ac_user_opts in
921 *"
922"enable_$ac_useropt"
923"*) ;;
924 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
925 ac_unrecognized_sep=', ';;
926 esac
927 eval enable_$ac_useropt=no ;;
928
929 -docdir | --docdir | --docdi | --doc | --do)
930 ac_prev=docdir ;;
931 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
932 docdir=$ac_optarg ;;
933
934 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
935 ac_prev=dvidir ;;
936 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
937 dvidir=$ac_optarg ;;
938
939 -enable-* | --enable-*)
940 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
941 # Reject names that are not valid shell variable names.
942 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 943 as_fn_error $? "invalid feature name: $ac_useropt"
0cd79707
SH
944 ac_useropt_orig=$ac_useropt
945 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
946 case $ac_user_opts in
947 *"
948"enable_$ac_useropt"
949"*) ;;
950 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
951 ac_unrecognized_sep=', ';;
952 esac
953 eval enable_$ac_useropt=\$ac_optarg ;;
954
955 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
956 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
957 | --exec | --exe | --ex)
958 ac_prev=exec_prefix ;;
959 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
960 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
961 | --exec=* | --exe=* | --ex=*)
962 exec_prefix=$ac_optarg ;;
963
964 -gas | --gas | --ga | --g)
965 # Obsolete; use --with-gas.
966 with_gas=yes ;;
967
968 -help | --help | --hel | --he | -h)
969 ac_init_help=long ;;
970 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
971 ac_init_help=recursive ;;
972 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
973 ac_init_help=short ;;
974
975 -host | --host | --hos | --ho)
976 ac_prev=host_alias ;;
977 -host=* | --host=* | --hos=* | --ho=*)
978 host_alias=$ac_optarg ;;
979
980 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
981 ac_prev=htmldir ;;
982 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
983 | --ht=*)
984 htmldir=$ac_optarg ;;
985
986 -includedir | --includedir | --includedi | --included | --include \
987 | --includ | --inclu | --incl | --inc)
988 ac_prev=includedir ;;
989 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
990 | --includ=* | --inclu=* | --incl=* | --inc=*)
991 includedir=$ac_optarg ;;
992
993 -infodir | --infodir | --infodi | --infod | --info | --inf)
994 ac_prev=infodir ;;
995 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
996 infodir=$ac_optarg ;;
997
998 -libdir | --libdir | --libdi | --libd)
999 ac_prev=libdir ;;
1000 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1001 libdir=$ac_optarg ;;
1002
1003 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1004 | --libexe | --libex | --libe)
1005 ac_prev=libexecdir ;;
1006 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1007 | --libexe=* | --libex=* | --libe=*)
1008 libexecdir=$ac_optarg ;;
1009
1010 -localedir | --localedir | --localedi | --localed | --locale)
1011 ac_prev=localedir ;;
1012 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1013 localedir=$ac_optarg ;;
1014
1015 -localstatedir | --localstatedir | --localstatedi | --localstated \
1016 | --localstate | --localstat | --localsta | --localst | --locals)
1017 ac_prev=localstatedir ;;
1018 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1019 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1020 localstatedir=$ac_optarg ;;
1021
1022 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1023 ac_prev=mandir ;;
1024 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1025 mandir=$ac_optarg ;;
1026
1027 -nfp | --nfp | --nf)
1028 # Obsolete; use --without-fp.
1029 with_fp=no ;;
1030
1031 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1032 | --no-cr | --no-c | -n)
1033 no_create=yes ;;
1034
1035 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1036 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1037 no_recursion=yes ;;
1038
1039 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1040 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1041 | --oldin | --oldi | --old | --ol | --o)
1042 ac_prev=oldincludedir ;;
1043 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1044 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1045 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1046 oldincludedir=$ac_optarg ;;
1047
1048 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1049 ac_prev=prefix ;;
1050 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1051 prefix=$ac_optarg ;;
1052
1053 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1054 | --program-pre | --program-pr | --program-p)
1055 ac_prev=program_prefix ;;
1056 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1057 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1058 program_prefix=$ac_optarg ;;
1059
1060 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1061 | --program-suf | --program-su | --program-s)
1062 ac_prev=program_suffix ;;
1063 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1064 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1065 program_suffix=$ac_optarg ;;
1066
1067 -program-transform-name | --program-transform-name \
1068 | --program-transform-nam | --program-transform-na \
1069 | --program-transform-n | --program-transform- \
1070 | --program-transform | --program-transfor \
1071 | --program-transfo | --program-transf \
1072 | --program-trans | --program-tran \
1073 | --progr-tra | --program-tr | --program-t)
1074 ac_prev=program_transform_name ;;
1075 -program-transform-name=* | --program-transform-name=* \
1076 | --program-transform-nam=* | --program-transform-na=* \
1077 | --program-transform-n=* | --program-transform-=* \
1078 | --program-transform=* | --program-transfor=* \
1079 | --program-transfo=* | --program-transf=* \
1080 | --program-trans=* | --program-tran=* \
1081 | --progr-tra=* | --program-tr=* | --program-t=*)
1082 program_transform_name=$ac_optarg ;;
1083
1084 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1085 ac_prev=pdfdir ;;
1086 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1087 pdfdir=$ac_optarg ;;
1088
1089 -psdir | --psdir | --psdi | --psd | --ps)
1090 ac_prev=psdir ;;
1091 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1092 psdir=$ac_optarg ;;
1093
1094 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1095 | -silent | --silent | --silen | --sile | --sil)
1096 silent=yes ;;
1097
1098 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1099 ac_prev=sbindir ;;
1100 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1101 | --sbi=* | --sb=*)
1102 sbindir=$ac_optarg ;;
1103
1104 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1105 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1106 | --sharedst | --shareds | --shared | --share | --shar \
1107 | --sha | --sh)
1108 ac_prev=sharedstatedir ;;
1109 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1110 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1111 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1112 | --sha=* | --sh=*)
1113 sharedstatedir=$ac_optarg ;;
1114
1115 -site | --site | --sit)
1116 ac_prev=site ;;
1117 -site=* | --site=* | --sit=*)
1118 site=$ac_optarg ;;
1119
1120 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1121 ac_prev=srcdir ;;
1122 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1123 srcdir=$ac_optarg ;;
1124
1125 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1126 | --syscon | --sysco | --sysc | --sys | --sy)
1127 ac_prev=sysconfdir ;;
1128 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1129 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1130 sysconfdir=$ac_optarg ;;
1131
1132 -target | --target | --targe | --targ | --tar | --ta | --t)
1133 ac_prev=target_alias ;;
1134 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1135 target_alias=$ac_optarg ;;
1136
1137 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1138 verbose=yes ;;
1139
1140 -version | --version | --versio | --versi | --vers | -V)
1141 ac_init_version=: ;;
1142
1143 -with-* | --with-*)
1144 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1145 # Reject names that are not valid shell variable names.
1146 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1147 as_fn_error $? "invalid package name: $ac_useropt"
0cd79707
SH
1148 ac_useropt_orig=$ac_useropt
1149 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1150 case $ac_user_opts in
1151 *"
1152"with_$ac_useropt"
1153"*) ;;
1154 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1155 ac_unrecognized_sep=', ';;
1156 esac
1157 eval with_$ac_useropt=\$ac_optarg ;;
1158
1159 -without-* | --without-*)
1160 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1161 # Reject names that are not valid shell variable names.
1162 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1163 as_fn_error $? "invalid package name: $ac_useropt"
0cd79707
SH
1164 ac_useropt_orig=$ac_useropt
1165 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1166 case $ac_user_opts in
1167 *"
1168"with_$ac_useropt"
1169"*) ;;
1170 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1171 ac_unrecognized_sep=', ';;
1172 esac
1173 eval with_$ac_useropt=no ;;
1174
1175 --x)
1176 # Obsolete; use --with-x.
1177 with_x=yes ;;
1178
1179 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1180 | --x-incl | --x-inc | --x-in | --x-i)
1181 ac_prev=x_includes ;;
1182 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1183 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1184 x_includes=$ac_optarg ;;
1185
1186 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1187 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1188 ac_prev=x_libraries ;;
1189 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1190 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1191 x_libraries=$ac_optarg ;;
1192
d0ac1c44
SM
1193 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1194Try \`$0 --help' for more information"
0cd79707
SH
1195 ;;
1196
1197 *=*)
1198 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1199 # Reject names that are not valid shell variable names.
1200 case $ac_envvar in #(
1201 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1202 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
0cd79707
SH
1203 esac
1204 eval $ac_envvar=\$ac_optarg
1205 export $ac_envvar ;;
1206
1207 *)
1208 # FIXME: should be removed in autoconf 3.0.
1209 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1210 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1211 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1212 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
0cd79707
SH
1213 ;;
1214
1215 esac
1216done
1217
1218if test -n "$ac_prev"; then
1219 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1220 as_fn_error $? "missing argument to $ac_option"
0cd79707
SH
1221fi
1222
1223if test -n "$ac_unrecognized_opts"; then
1224 case $enable_option_checking in
1225 no) ;;
d0ac1c44 1226 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
0cd79707
SH
1227 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1228 esac
1229fi
1230
1231# Check all directory arguments for consistency.
1232for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1233 datadir sysconfdir sharedstatedir localstatedir includedir \
1234 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1235 libdir localedir mandir
1236do
1237 eval ac_val=\$$ac_var
1238 # Remove trailing slashes.
1239 case $ac_val in
1240 */ )
1241 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1242 eval $ac_var=\$ac_val;;
1243 esac
1244 # Be sure to have absolute directory names.
1245 case $ac_val in
1246 [\\/$]* | ?:[\\/]* ) continue;;
1247 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1248 esac
d0ac1c44 1249 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
0cd79707
SH
1250done
1251
1252# There might be people who depend on the old broken behavior: `$host'
1253# used to hold the argument of --host etc.
1254# FIXME: To remove some day.
1255build=$build_alias
1256host=$host_alias
1257target=$target_alias
1258
1259# FIXME: To remove some day.
1260if test "x$host_alias" != x; then
1261 if test "x$build_alias" = x; then
1262 cross_compiling=maybe
1263 elif test "x$build_alias" != "x$host_alias"; then
1264 cross_compiling=yes
1265 fi
1266fi
1267
1268ac_tool_prefix=
1269test -n "$host_alias" && ac_tool_prefix=$host_alias-
1270
1271test "$silent" = yes && exec 6>/dev/null
1272
1273
1274ac_pwd=`pwd` && test -n "$ac_pwd" &&
1275ac_ls_di=`ls -di .` &&
1276ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1277 as_fn_error $? "working directory cannot be determined"
0cd79707 1278test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1279 as_fn_error $? "pwd does not report name of working directory"
0cd79707
SH
1280
1281
1282# Find the source files, if location was not specified.
1283if test -z "$srcdir"; then
1284 ac_srcdir_defaulted=yes
1285 # Try the directory containing this script, then the parent directory.
1286 ac_confdir=`$as_dirname -- "$as_myself" ||
1287$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1288 X"$as_myself" : 'X\(//\)[^/]' \| \
1289 X"$as_myself" : 'X\(//\)$' \| \
1290 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1291$as_echo X"$as_myself" |
1292 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1293 s//\1/
1294 q
1295 }
1296 /^X\(\/\/\)[^/].*/{
1297 s//\1/
1298 q
1299 }
1300 /^X\(\/\/\)$/{
1301 s//\1/
1302 q
1303 }
1304 /^X\(\/\).*/{
1305 s//\1/
1306 q
1307 }
1308 s/.*/./; q'`
1309 srcdir=$ac_confdir
1310 if test ! -r "$srcdir/$ac_unique_file"; then
1311 srcdir=..
1312 fi
1313else
1314 ac_srcdir_defaulted=no
1315fi
1316if test ! -r "$srcdir/$ac_unique_file"; then
1317 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1318 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
0cd79707
SH
1319fi
1320ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1321ac_abs_confdir=`(
d0ac1c44 1322 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
0cd79707
SH
1323 pwd)`
1324# When building in place, set srcdir=.
1325if test "$ac_abs_confdir" = "$ac_pwd"; then
1326 srcdir=.
1327fi
1328# Remove unnecessary trailing slashes from srcdir.
1329# Double slashes in file names in object file debugging info
1330# mess up M-x gdb in Emacs.
1331case $srcdir in
1332*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1333esac
1334for ac_var in $ac_precious_vars; do
1335 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1336 eval ac_env_${ac_var}_value=\$${ac_var}
1337 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1338 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1339done
1340
1341#
1342# Report the --help message.
1343#
1344if test "$ac_init_help" = "long"; then
1345 # Omit some internal or obsolete options to make the list less imposing.
1346 # This message is too long to be a string in the A/UX 3.1 sh.
1347 cat <<_ACEOF
1348\`configure' configures this package to adapt to many kinds of systems.
1349
1350Usage: $0 [OPTION]... [VAR=VALUE]...
1351
1352To assign environment variables (e.g., CC, CFLAGS...), specify them as
1353VAR=VALUE. See below for descriptions of some of the useful variables.
1354
1355Defaults for the options are specified in brackets.
1356
1357Configuration:
1358 -h, --help display this help and exit
1359 --help=short display options specific to this package
1360 --help=recursive display the short help of all the included packages
1361 -V, --version display version information and exit
d0ac1c44 1362 -q, --quiet, --silent do not print \`checking ...' messages
0cd79707
SH
1363 --cache-file=FILE cache test results in FILE [disabled]
1364 -C, --config-cache alias for \`--cache-file=config.cache'
1365 -n, --no-create do not create output files
1366 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1367
1368Installation directories:
1369 --prefix=PREFIX install architecture-independent files in PREFIX
1370 [$ac_default_prefix]
1371 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1372 [PREFIX]
1373
1374By default, \`make install' will install all the files in
1375\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1376an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1377for instance \`--prefix=\$HOME'.
1378
1379For better control, use the options below.
1380
1381Fine tuning of the installation directories:
1382 --bindir=DIR user executables [EPREFIX/bin]
1383 --sbindir=DIR system admin executables [EPREFIX/sbin]
1384 --libexecdir=DIR program executables [EPREFIX/libexec]
1385 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1386 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1387 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1388 --libdir=DIR object code libraries [EPREFIX/lib]
1389 --includedir=DIR C header files [PREFIX/include]
1390 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1391 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1392 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1393 --infodir=DIR info documentation [DATAROOTDIR/info]
1394 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1395 --mandir=DIR man documentation [DATAROOTDIR/man]
1396 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1397 --htmldir=DIR html documentation [DOCDIR]
1398 --dvidir=DIR dvi documentation [DOCDIR]
1399 --pdfdir=DIR pdf documentation [DOCDIR]
1400 --psdir=DIR ps documentation [DOCDIR]
1401_ACEOF
1402
1403 cat <<\_ACEOF
1404
1405Program names:
1406 --program-prefix=PREFIX prepend PREFIX to installed program names
1407 --program-suffix=SUFFIX append SUFFIX to installed program names
1408 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1409
1410System types:
1411 --build=BUILD configure for building on BUILD [guessed]
1412 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1413 --target=TARGET configure for building compilers for TARGET [HOST]
1414_ACEOF
1415fi
1416
1417if test -n "$ac_init_help"; then
1418
1419 cat <<\_ACEOF
1420
1421Optional Features:
1422 --disable-option-checking ignore unrecognized --enable/--with options
1423 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1424 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1425 --enable-plugins Enable support for plugins
1426 --enable-shared[=PKGS] build shared libraries [default=yes]
1427 --enable-static[=PKGS] build static libraries [default=yes]
1428 --enable-fast-install[=PKGS]
1429 optimize for fast installation [default=yes]
1430 --disable-libtool-lock avoid locking (might break parallel builds)
1431 --enable-maintainer-mode
1432 enable make rules and dependencies not useful (and
1433 sometimes confusing) to the casual installer
1434 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1435 itself)
1436 --enable-sim-stdio Specify whether to use stdio for console
1437 input/output
1438 --enable-sim-trace=opts Enable tracing of simulated programs
1439 --enable-sim-profile=opts
1440 Enable profiling flags
1441 --enable-sim-assert Specify whether to perform random assertions
1442 --enable-sim-environment=environment
1443 Specify mixed, user, virtual or operating
1444 environment
1445 --enable-sim-inline=inlines
1446 Specify which functions should be inlined
1447 --enable-sim-endian=endian
1448 Specify target byte endian orientation
1449 --enable-sim-alignment=align
1450 Specify strict, nonstrict or forced alignment of
1451 memory accesses
1452 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1453 --enable-sim-scache=size
1454 Specify simulator execution cache size
1455 --enable-sim-default-model=model
1456 Specify default model to simulate
5c1008a4
MF
1457 --enable-werror treat compile warnings as errors
1458 --enable-build-warnings enable build-time compiler warnings if gcc is used
1459 --enable-sim-build-warnings
1460 enable SIM specific build-time compiler warnings if
1461 gcc is used
0cd79707 1462 --enable-cgen-maint=DIR build cgen generated files
66d055c7
MF
1463 --enable-sim-hardware=LIST
1464 Specify the hardware to be included in the build.
0cd79707
SH
1465
1466Optional Packages:
1467 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1468 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1469 --with-system-zlib use installed libz
1470 --with-pic try to use only PIC/non-PIC objects [default=use
1471 both]
1472 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1473 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1474 --with-bugurl=URL Direct users to URL to report a bug
1475
1476Some influential environment variables:
1477 CC C compiler command
1478 CFLAGS C compiler flags
1479 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1480 nonstandard directory <lib dir>
1481 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1482 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
0cd79707
SH
1483 you have headers in a nonstandard directory <include dir>
1484 CPP C preprocessor
1485
1486Use these variables to override the choices made by `configure' or to help
1487it to find libraries and programs with nonstandard names/locations.
1488
1489Report bugs to the package provider.
1490_ACEOF
1491ac_status=$?
1492fi
1493
1494if test "$ac_init_help" = "recursive"; then
1495 # If there are subdirs, report their specific --help.
1496 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1497 test -d "$ac_dir" ||
1498 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1499 continue
1500 ac_builddir=.
1501
1502case "$ac_dir" in
1503.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1504*)
1505 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1506 # A ".." for each directory in $ac_dir_suffix.
1507 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1508 case $ac_top_builddir_sub in
1509 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1510 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1511 esac ;;
1512esac
1513ac_abs_top_builddir=$ac_pwd
1514ac_abs_builddir=$ac_pwd$ac_dir_suffix
1515# for backward compatibility:
1516ac_top_builddir=$ac_top_build_prefix
1517
1518case $srcdir in
1519 .) # We are building in place.
1520 ac_srcdir=.
1521 ac_top_srcdir=$ac_top_builddir_sub
1522 ac_abs_top_srcdir=$ac_pwd ;;
1523 [\\/]* | ?:[\\/]* ) # Absolute name.
1524 ac_srcdir=$srcdir$ac_dir_suffix;
1525 ac_top_srcdir=$srcdir
1526 ac_abs_top_srcdir=$srcdir ;;
1527 *) # Relative name.
1528 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1529 ac_top_srcdir=$ac_top_build_prefix$srcdir
1530 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1531esac
1532ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1533
1534 cd "$ac_dir" || { ac_status=$?; continue; }
1535 # Check for guested configure.
1536 if test -f "$ac_srcdir/configure.gnu"; then
1537 echo &&
1538 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1539 elif test -f "$ac_srcdir/configure"; then
1540 echo &&
1541 $SHELL "$ac_srcdir/configure" --help=recursive
1542 else
1543 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1544 fi || ac_status=$?
1545 cd "$ac_pwd" || { ac_status=$?; break; }
1546 done
1547fi
1548
1549test -n "$ac_init_help" && exit $ac_status
1550if $ac_init_version; then
1551 cat <<\_ACEOF
1552configure
d0ac1c44 1553generated by GNU Autoconf 2.69
0cd79707 1554
d0ac1c44 1555Copyright (C) 2012 Free Software Foundation, Inc.
0cd79707
SH
1556This configure script is free software; the Free Software Foundation
1557gives unlimited permission to copy, distribute and modify it.
1558_ACEOF
1559 exit
1560fi
1561
1562## ------------------------ ##
1563## Autoconf initialization. ##
1564## ------------------------ ##
1565
1566# ac_fn_c_try_compile LINENO
1567# --------------------------
1568# Try to compile conftest.$ac_ext, and return whether this succeeded.
1569ac_fn_c_try_compile ()
1570{
1571 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1572 rm -f conftest.$ac_objext
1573 if { { ac_try="$ac_compile"
1574case "(($ac_try" in
1575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1576 *) ac_try_echo=$ac_try;;
1577esac
1578eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1579$as_echo "$ac_try_echo"; } >&5
1580 (eval "$ac_compile") 2>conftest.err
1581 ac_status=$?
1582 if test -s conftest.err; then
1583 grep -v '^ *+' conftest.err >conftest.er1
1584 cat conftest.er1 >&5
1585 mv -f conftest.er1 conftest.err
1586 fi
1587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1588 test $ac_status = 0; } && {
1589 test -z "$ac_c_werror_flag" ||
1590 test ! -s conftest.err
1591 } && test -s conftest.$ac_objext; then :
1592 ac_retval=0
1593else
1594 $as_echo "$as_me: failed program was:" >&5
1595sed 's/^/| /' conftest.$ac_ext >&5
1596
1597 ac_retval=1
1598fi
d0ac1c44
SM
1599 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1600 as_fn_set_status $ac_retval
0cd79707
SH
1601
1602} # ac_fn_c_try_compile
1603
1604# ac_fn_c_try_cpp LINENO
1605# ----------------------
1606# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1607ac_fn_c_try_cpp ()
1608{
1609 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610 if { { ac_try="$ac_cpp conftest.$ac_ext"
1611case "(($ac_try" in
1612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1613 *) ac_try_echo=$ac_try;;
1614esac
1615eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1616$as_echo "$ac_try_echo"; } >&5
1617 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1618 ac_status=$?
1619 if test -s conftest.err; then
1620 grep -v '^ *+' conftest.err >conftest.er1
1621 cat conftest.er1 >&5
1622 mv -f conftest.er1 conftest.err
1623 fi
1624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1625 test $ac_status = 0; } > conftest.i && {
0cd79707
SH
1626 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1627 test ! -s conftest.err
1628 }; then :
1629 ac_retval=0
1630else
1631 $as_echo "$as_me: failed program was:" >&5
1632sed 's/^/| /' conftest.$ac_ext >&5
1633
1634 ac_retval=1
1635fi
d0ac1c44
SM
1636 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1637 as_fn_set_status $ac_retval
0cd79707
SH
1638
1639} # ac_fn_c_try_cpp
1640
1641# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1642# -------------------------------------------------------
1643# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1644# the include files in INCLUDES and setting the cache variable VAR
1645# accordingly.
1646ac_fn_c_check_header_mongrel ()
1647{
1648 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1649 if eval \${$3+:} false; then :
0cd79707
SH
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1651$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1652if eval \${$3+:} false; then :
0cd79707
SH
1653 $as_echo_n "(cached) " >&6
1654fi
1655eval ac_res=\$$3
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1657$as_echo "$ac_res" >&6; }
1658else
1659 # Is the header compilable?
1660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1661$as_echo_n "checking $2 usability... " >&6; }
1662cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1663/* end confdefs.h. */
1664$4
1665#include <$2>
1666_ACEOF
1667if ac_fn_c_try_compile "$LINENO"; then :
1668 ac_header_compiler=yes
1669else
1670 ac_header_compiler=no
1671fi
1672rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1674$as_echo "$ac_header_compiler" >&6; }
1675
1676# Is the header present?
1677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1678$as_echo_n "checking $2 presence... " >&6; }
1679cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1680/* end confdefs.h. */
1681#include <$2>
1682_ACEOF
1683if ac_fn_c_try_cpp "$LINENO"; then :
1684 ac_header_preproc=yes
1685else
1686 ac_header_preproc=no
1687fi
d0ac1c44 1688rm -f conftest.err conftest.i conftest.$ac_ext
0cd79707
SH
1689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1690$as_echo "$ac_header_preproc" >&6; }
1691
1692# So? What about this header?
1693case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1694 yes:no: )
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1696$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1698$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1699 ;;
1700 no:yes:* )
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1702$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1704$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1706$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1708$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1710$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1711 ;;
1712esac
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1714$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1715if eval \${$3+:} false; then :
0cd79707
SH
1716 $as_echo_n "(cached) " >&6
1717else
1718 eval "$3=\$ac_header_compiler"
1719fi
1720eval ac_res=\$$3
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1722$as_echo "$ac_res" >&6; }
1723fi
d0ac1c44 1724 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
1725
1726} # ac_fn_c_check_header_mongrel
1727
1728# ac_fn_c_try_run LINENO
1729# ----------------------
1730# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1731# that executables *can* be run.
1732ac_fn_c_try_run ()
1733{
1734 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1735 if { { ac_try="$ac_link"
1736case "(($ac_try" in
1737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1738 *) ac_try_echo=$ac_try;;
1739esac
1740eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1741$as_echo "$ac_try_echo"; } >&5
1742 (eval "$ac_link") 2>&5
1743 ac_status=$?
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1746 { { case "(($ac_try" in
1747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1748 *) ac_try_echo=$ac_try;;
1749esac
1750eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1751$as_echo "$ac_try_echo"; } >&5
1752 (eval "$ac_try") 2>&5
1753 ac_status=$?
1754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1755 test $ac_status = 0; }; }; then :
1756 ac_retval=0
1757else
1758 $as_echo "$as_me: program exited with status $ac_status" >&5
1759 $as_echo "$as_me: failed program was:" >&5
1760sed 's/^/| /' conftest.$ac_ext >&5
1761
1762 ac_retval=$ac_status
1763fi
1764 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1765 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1766 as_fn_set_status $ac_retval
0cd79707
SH
1767
1768} # ac_fn_c_try_run
1769
1770# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1771# -------------------------------------------------------
1772# Tests whether HEADER exists and can be compiled using the include files in
1773# INCLUDES, setting the cache variable VAR accordingly.
1774ac_fn_c_check_header_compile ()
1775{
1776 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1778$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1779if eval \${$3+:} false; then :
0cd79707
SH
1780 $as_echo_n "(cached) " >&6
1781else
1782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1783/* end confdefs.h. */
1784$4
1785#include <$2>
1786_ACEOF
1787if ac_fn_c_try_compile "$LINENO"; then :
1788 eval "$3=yes"
1789else
1790 eval "$3=no"
1791fi
1792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1793fi
1794eval ac_res=\$$3
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1796$as_echo "$ac_res" >&6; }
d0ac1c44 1797 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
1798
1799} # ac_fn_c_check_header_compile
1800
1801# ac_fn_c_try_link LINENO
1802# -----------------------
1803# Try to link conftest.$ac_ext, and return whether this succeeded.
1804ac_fn_c_try_link ()
1805{
1806 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1807 rm -f conftest.$ac_objext conftest$ac_exeext
1808 if { { ac_try="$ac_link"
1809case "(($ac_try" in
1810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1811 *) ac_try_echo=$ac_try;;
1812esac
1813eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1814$as_echo "$ac_try_echo"; } >&5
1815 (eval "$ac_link") 2>conftest.err
1816 ac_status=$?
1817 if test -s conftest.err; then
1818 grep -v '^ *+' conftest.err >conftest.er1
1819 cat conftest.er1 >&5
1820 mv -f conftest.er1 conftest.err
1821 fi
1822 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1823 test $ac_status = 0; } && {
1824 test -z "$ac_c_werror_flag" ||
1825 test ! -s conftest.err
1826 } && test -s conftest$ac_exeext && {
1827 test "$cross_compiling" = yes ||
d0ac1c44 1828 test -x conftest$ac_exeext
0cd79707
SH
1829 }; then :
1830 ac_retval=0
1831else
1832 $as_echo "$as_me: failed program was:" >&5
1833sed 's/^/| /' conftest.$ac_ext >&5
1834
1835 ac_retval=1
1836fi
1837 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1838 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1839 # interfere with the next link command; also delete a directory that is
1840 # left behind by Apple's compiler. We do this before executing the actions.
1841 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1842 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1843 as_fn_set_status $ac_retval
0cd79707
SH
1844
1845} # ac_fn_c_try_link
1846
1847# ac_fn_c_check_func LINENO FUNC VAR
1848# ----------------------------------
1849# Tests whether FUNC exists, setting the cache variable VAR accordingly
1850ac_fn_c_check_func ()
1851{
1852 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1854$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1855if eval \${$3+:} false; then :
0cd79707
SH
1856 $as_echo_n "(cached) " >&6
1857else
1858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1859/* end confdefs.h. */
1860/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1861 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1862#define $2 innocuous_$2
1863
1864/* System header to define __stub macros and hopefully few prototypes,
1865 which can conflict with char $2 (); below.
1866 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1867 <limits.h> exists even on freestanding compilers. */
1868
1869#ifdef __STDC__
1870# include <limits.h>
1871#else
1872# include <assert.h>
1873#endif
1874
1875#undef $2
1876
1877/* Override any GCC internal prototype to avoid an error.
1878 Use char because int might match the return type of a GCC
1879 builtin and then its argument prototype would still apply. */
1880#ifdef __cplusplus
1881extern "C"
1882#endif
1883char $2 ();
1884/* The GNU C library defines this for functions which it implements
1885 to always fail with ENOSYS. Some functions are actually named
1886 something starting with __ and the normal name is an alias. */
1887#if defined __stub_$2 || defined __stub___$2
1888choke me
1889#endif
1890
1891int
1892main ()
1893{
1894return $2 ();
1895 ;
1896 return 0;
1897}
1898_ACEOF
1899if ac_fn_c_try_link "$LINENO"; then :
1900 eval "$3=yes"
1901else
1902 eval "$3=no"
1903fi
1904rm -f core conftest.err conftest.$ac_objext \
1905 conftest$ac_exeext conftest.$ac_ext
1906fi
1907eval ac_res=\$$3
1908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1909$as_echo "$ac_res" >&6; }
d0ac1c44 1910 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
1911
1912} # ac_fn_c_check_func
1913
1914# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1915# ----------------------------------------------------
1916# Tries to find if the field MEMBER exists in type AGGR, after including
1917# INCLUDES, setting cache variable VAR accordingly.
1918ac_fn_c_check_member ()
1919{
1920 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1922$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1923if eval \${$4+:} false; then :
0cd79707
SH
1924 $as_echo_n "(cached) " >&6
1925else
1926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1927/* end confdefs.h. */
1928$5
1929int
1930main ()
1931{
1932static $2 ac_aggr;
1933if (ac_aggr.$3)
1934return 0;
1935 ;
1936 return 0;
1937}
1938_ACEOF
1939if ac_fn_c_try_compile "$LINENO"; then :
1940 eval "$4=yes"
1941else
1942 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1943/* end confdefs.h. */
1944$5
1945int
1946main ()
1947{
1948static $2 ac_aggr;
1949if (sizeof ac_aggr.$3)
1950return 0;
1951 ;
1952 return 0;
1953}
1954_ACEOF
1955if ac_fn_c_try_compile "$LINENO"; then :
1956 eval "$4=yes"
1957else
1958 eval "$4=no"
1959fi
1960rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1961fi
1962rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1963fi
1964eval ac_res=\$$4
1965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1966$as_echo "$ac_res" >&6; }
d0ac1c44 1967 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
1968
1969} # ac_fn_c_check_member
1970
1971# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1972# -------------------------------------------
1973# Tests whether TYPE exists after having included INCLUDES, setting cache
1974# variable VAR accordingly.
1975ac_fn_c_check_type ()
1976{
1977 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1979$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1980if eval \${$3+:} false; then :
0cd79707
SH
1981 $as_echo_n "(cached) " >&6
1982else
1983 eval "$3=no"
1984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1985/* end confdefs.h. */
1986$4
1987int
1988main ()
1989{
1990if (sizeof ($2))
1991 return 0;
1992 ;
1993 return 0;
1994}
1995_ACEOF
1996if ac_fn_c_try_compile "$LINENO"; then :
1997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1998/* end confdefs.h. */
1999$4
2000int
2001main ()
2002{
2003if (sizeof (($2)))
2004 return 0;
2005 ;
2006 return 0;
2007}
2008_ACEOF
2009if ac_fn_c_try_compile "$LINENO"; then :
2010
2011else
2012 eval "$3=yes"
2013fi
2014rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2015fi
2016rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2017fi
2018eval ac_res=\$$3
2019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2020$as_echo "$ac_res" >&6; }
d0ac1c44 2021 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
0cd79707
SH
2022
2023} # ac_fn_c_check_type
2024cat >config.log <<_ACEOF
2025This file contains any messages produced by compilers while
2026running configure, to aid debugging if configure makes a mistake.
2027
2028It was created by $as_me, which was
d0ac1c44 2029generated by GNU Autoconf 2.69. Invocation command line was
0cd79707
SH
2030
2031 $ $0 $@
2032
2033_ACEOF
2034exec 5>>config.log
2035{
2036cat <<_ASUNAME
2037## --------- ##
2038## Platform. ##
2039## --------- ##
2040
2041hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2042uname -m = `(uname -m) 2>/dev/null || echo unknown`
2043uname -r = `(uname -r) 2>/dev/null || echo unknown`
2044uname -s = `(uname -s) 2>/dev/null || echo unknown`
2045uname -v = `(uname -v) 2>/dev/null || echo unknown`
2046
2047/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2048/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2049
2050/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2051/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2052/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2053/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2054/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2055/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2056/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2057
2058_ASUNAME
2059
2060as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2061for as_dir in $PATH
2062do
2063 IFS=$as_save_IFS
2064 test -z "$as_dir" && as_dir=.
2065 $as_echo "PATH: $as_dir"
2066 done
2067IFS=$as_save_IFS
2068
2069} >&5
2070
2071cat >&5 <<_ACEOF
2072
2073
2074## ----------- ##
2075## Core tests. ##
2076## ----------- ##
2077
2078_ACEOF
2079
2080
2081# Keep a trace of the command line.
2082# Strip out --no-create and --no-recursion so they do not pile up.
2083# Strip out --silent because we don't want to record it for future runs.
2084# Also quote any args containing shell meta-characters.
2085# Make two passes to allow for proper duplicate-argument suppression.
2086ac_configure_args=
2087ac_configure_args0=
2088ac_configure_args1=
2089ac_must_keep_next=false
2090for ac_pass in 1 2
2091do
2092 for ac_arg
2093 do
2094 case $ac_arg in
2095 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2096 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2097 | -silent | --silent | --silen | --sile | --sil)
2098 continue ;;
2099 *\'*)
2100 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2101 esac
2102 case $ac_pass in
2103 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2104 2)
2105 as_fn_append ac_configure_args1 " '$ac_arg'"
2106 if test $ac_must_keep_next = true; then
2107 ac_must_keep_next=false # Got value, back to normal.
2108 else
2109 case $ac_arg in
2110 *=* | --config-cache | -C | -disable-* | --disable-* \
2111 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2112 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2113 | -with-* | --with-* | -without-* | --without-* | --x)
2114 case "$ac_configure_args0 " in
2115 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2116 esac
2117 ;;
2118 -* ) ac_must_keep_next=true ;;
2119 esac
2120 fi
2121 as_fn_append ac_configure_args " '$ac_arg'"
2122 ;;
2123 esac
2124 done
2125done
2126{ ac_configure_args0=; unset ac_configure_args0;}
2127{ ac_configure_args1=; unset ac_configure_args1;}
2128
2129# When interrupted or exit'd, cleanup temporary files, and complete
2130# config.log. We remove comments because anyway the quotes in there
2131# would cause problems or look ugly.
2132# WARNING: Use '\'' to represent an apostrophe within the trap.
2133# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2134trap 'exit_status=$?
2135 # Save into config.log some information that might help in debugging.
2136 {
2137 echo
2138
d0ac1c44 2139 $as_echo "## ---------------- ##
0cd79707 2140## Cache variables. ##
d0ac1c44 2141## ---------------- ##"
0cd79707
SH
2142 echo
2143 # The following way of writing the cache mishandles newlines in values,
2144(
2145 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2146 eval ac_val=\$$ac_var
2147 case $ac_val in #(
2148 *${as_nl}*)
2149 case $ac_var in #(
2150 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2151$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2152 esac
2153 case $ac_var in #(
2154 _ | IFS | as_nl) ;; #(
2155 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2156 *) { eval $ac_var=; unset $ac_var;} ;;
2157 esac ;;
2158 esac
2159 done
2160 (set) 2>&1 |
2161 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2162 *${as_nl}ac_space=\ *)
2163 sed -n \
2164 "s/'\''/'\''\\\\'\'''\''/g;
2165 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2166 ;; #(
2167 *)
2168 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2169 ;;
2170 esac |
2171 sort
2172)
2173 echo
2174
d0ac1c44 2175 $as_echo "## ----------------- ##
0cd79707 2176## Output variables. ##
d0ac1c44 2177## ----------------- ##"
0cd79707
SH
2178 echo
2179 for ac_var in $ac_subst_vars
2180 do
2181 eval ac_val=\$$ac_var
2182 case $ac_val in
2183 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2184 esac
2185 $as_echo "$ac_var='\''$ac_val'\''"
2186 done | sort
2187 echo
2188
2189 if test -n "$ac_subst_files"; then
d0ac1c44 2190 $as_echo "## ------------------- ##
0cd79707 2191## File substitutions. ##
d0ac1c44 2192## ------------------- ##"
0cd79707
SH
2193 echo
2194 for ac_var in $ac_subst_files
2195 do
2196 eval ac_val=\$$ac_var
2197 case $ac_val in
2198 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2199 esac
2200 $as_echo "$ac_var='\''$ac_val'\''"
2201 done | sort
2202 echo
2203 fi
2204
2205 if test -s confdefs.h; then
d0ac1c44 2206 $as_echo "## ----------- ##
0cd79707 2207## confdefs.h. ##
d0ac1c44 2208## ----------- ##"
0cd79707
SH
2209 echo
2210 cat confdefs.h
2211 echo
2212 fi
2213 test "$ac_signal" != 0 &&
2214 $as_echo "$as_me: caught signal $ac_signal"
2215 $as_echo "$as_me: exit $exit_status"
2216 } >&5
2217 rm -f core *.core core.conftest.* &&
2218 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2219 exit $exit_status
2220' 0
2221for ac_signal in 1 2 13 15; do
2222 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2223done
2224ac_signal=0
2225
2226# confdefs.h avoids OS command line length limits that DEFS can exceed.
2227rm -f -r conftest* confdefs.h
2228
2229$as_echo "/* confdefs.h */" > confdefs.h
2230
2231# Predefined preprocessor variables.
2232
2233cat >>confdefs.h <<_ACEOF
2234#define PACKAGE_NAME "$PACKAGE_NAME"
2235_ACEOF
2236
2237cat >>confdefs.h <<_ACEOF
2238#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2239_ACEOF
2240
2241cat >>confdefs.h <<_ACEOF
2242#define PACKAGE_VERSION "$PACKAGE_VERSION"
2243_ACEOF
2244
2245cat >>confdefs.h <<_ACEOF
2246#define PACKAGE_STRING "$PACKAGE_STRING"
2247_ACEOF
2248
2249cat >>confdefs.h <<_ACEOF
2250#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2251_ACEOF
2252
2253cat >>confdefs.h <<_ACEOF
2254#define PACKAGE_URL "$PACKAGE_URL"
2255_ACEOF
2256
2257
2258# Let the site file select an alternate cache file if it wants to.
2259# Prefer an explicitly selected file to automatically selected ones.
2260ac_site_file1=NONE
2261ac_site_file2=NONE
2262if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2263 # We do not want a PATH search for config.site.
2264 case $CONFIG_SITE in #((
2265 -*) ac_site_file1=./$CONFIG_SITE;;
2266 */*) ac_site_file1=$CONFIG_SITE;;
2267 *) ac_site_file1=./$CONFIG_SITE;;
2268 esac
0cd79707
SH
2269elif test "x$prefix" != xNONE; then
2270 ac_site_file1=$prefix/share/config.site
2271 ac_site_file2=$prefix/etc/config.site
2272else
2273 ac_site_file1=$ac_default_prefix/share/config.site
2274 ac_site_file2=$ac_default_prefix/etc/config.site
2275fi
2276for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2277do
2278 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2279 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
0cd79707
SH
2280 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2281$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2282 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2283 . "$ac_site_file" \
2284 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2285$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2286as_fn_error $? "failed to load site script $ac_site_file
2287See \`config.log' for more details" "$LINENO" 5; }
0cd79707
SH
2288 fi
2289done
2290
2291if test -r "$cache_file"; then
d0ac1c44
SM
2292 # Some versions of bash will fail to source /dev/null (special files
2293 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2294 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
0cd79707
SH
2295 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2296$as_echo "$as_me: loading cache $cache_file" >&6;}
2297 case $cache_file in
2298 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2299 *) . "./$cache_file";;
2300 esac
2301 fi
2302else
2303 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2304$as_echo "$as_me: creating cache $cache_file" >&6;}
2305 >$cache_file
2306fi
2307
2c2645d7
MF
2308as_fn_append ac_header_list " dlfcn.h"
2309as_fn_append ac_header_list " fcntl.h"
2310as_fn_append ac_header_list " fpu_control.h"
2311as_fn_append ac_header_list " unistd.h"
2312as_fn_append ac_header_list " sys/mman.h"
2313as_fn_append ac_header_list " sys/resource.h"
2c2645d7 2314as_fn_append ac_header_list " sys/stat.h"
37e9f182
MF
2315as_fn_append ac_func_list " __setfpucw"
2316as_fn_append ac_func_list " ftruncate"
2317as_fn_append ac_func_list " getrusage"
2318as_fn_append ac_func_list " lstat"
2319as_fn_append ac_func_list " mmap"
2320as_fn_append ac_func_list " munmap"
2321as_fn_append ac_func_list " posix_fallocate"
2322as_fn_append ac_func_list " sigaction"
fe348617 2323as_fn_append ac_func_list " strsignal"
37e9f182
MF
2324as_fn_append ac_func_list " time"
2325as_fn_append ac_func_list " truncate"
0cd79707
SH
2326# Check that the precious variables saved in the cache have kept the same
2327# value.
2328ac_cache_corrupted=false
2329for ac_var in $ac_precious_vars; do
2330 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2331 eval ac_new_set=\$ac_env_${ac_var}_set
2332 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2333 eval ac_new_val=\$ac_env_${ac_var}_value
2334 case $ac_old_set,$ac_new_set in
2335 set,)
2336 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2337$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2338 ac_cache_corrupted=: ;;
2339 ,set)
2340 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2341$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2342 ac_cache_corrupted=: ;;
2343 ,);;
2344 *)
2345 if test "x$ac_old_val" != "x$ac_new_val"; then
2346 # differences in whitespace do not lead to failure.
2347 ac_old_val_w=`echo x $ac_old_val`
2348 ac_new_val_w=`echo x $ac_new_val`
2349 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2350 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2351$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2352 ac_cache_corrupted=:
2353 else
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2355$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2356 eval $ac_var=\$ac_old_val
2357 fi
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2359$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2360 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2361$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2362 fi;;
2363 esac
2364 # Pass precious variables to config.status.
2365 if test "$ac_new_set" = set; then
2366 case $ac_new_val in
2367 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2368 *) ac_arg=$ac_var=$ac_new_val ;;
2369 esac
2370 case " $ac_configure_args " in
2371 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2372 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2373 esac
2374 fi
2375done
2376if $ac_cache_corrupted; then
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2378$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2379 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2380$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2381 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
0cd79707
SH
2382fi
2383## -------------------- ##
2384## Main body of script. ##
2385## -------------------- ##
2386
2387ac_ext=c
2388ac_cpp='$CPP $CPPFLAGS'
2389ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2390ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2391ac_compiler_gnu=$ac_cv_c_compiler_gnu
2392
2393
0cd79707
SH
2394
2395
2396
2397
2398
c2783492
MF
2399ac_aux_dir=
2400for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2401 if test -f "$ac_dir/install-sh"; then
2402 ac_aux_dir=$ac_dir
2403 ac_install_sh="$ac_aux_dir/install-sh -c"
2404 break
2405 elif test -f "$ac_dir/install.sh"; then
2406 ac_aux_dir=$ac_dir
2407 ac_install_sh="$ac_aux_dir/install.sh -c"
2408 break
2409 elif test -f "$ac_dir/shtool"; then
2410 ac_aux_dir=$ac_dir
2411 ac_install_sh="$ac_aux_dir/shtool install -c"
2412 break
2413 fi
2414done
2415if test -z "$ac_aux_dir"; then
2416 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2417fi
2418
2419# These three variables are undocumented and unsupported,
2420# and are intended to be withdrawn in a future Autoconf release.
2421# They can cause serious problems if a builder's source tree is in a directory
2422# whose full name contains unusual characters.
2423ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2424ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2425ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2426
2427
2428# Make sure we can run config.sub.
2429$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2430 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2431
2432{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2433$as_echo_n "checking build system type... " >&6; }
2434if ${ac_cv_build+:} false; then :
2435 $as_echo_n "(cached) " >&6
2436else
2437 ac_build_alias=$build_alias
2438test "x$ac_build_alias" = x &&
2439 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2440test "x$ac_build_alias" = x &&
2441 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2442ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2443 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2444
2445fi
2446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2447$as_echo "$ac_cv_build" >&6; }
2448case $ac_cv_build in
2449*-*-*) ;;
2450*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2451esac
2452build=$ac_cv_build
2453ac_save_IFS=$IFS; IFS='-'
2454set x $ac_cv_build
2455shift
2456build_cpu=$1
2457build_vendor=$2
2458shift; shift
2459# Remember, the first character of IFS is used to create $*,
2460# except with old shells:
2461build_os=$*
2462IFS=$ac_save_IFS
2463case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2464
2465
2466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2467$as_echo_n "checking host system type... " >&6; }
2468if ${ac_cv_host+:} false; then :
2469 $as_echo_n "(cached) " >&6
2470else
2471 if test "x$host_alias" = x; then
2472 ac_cv_host=$ac_cv_build
2473else
2474 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2475 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2476fi
2477
2478fi
2479{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2480$as_echo "$ac_cv_host" >&6; }
2481case $ac_cv_host in
2482*-*-*) ;;
2483*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2484esac
2485host=$ac_cv_host
2486ac_save_IFS=$IFS; IFS='-'
2487set x $ac_cv_host
2488shift
2489host_cpu=$1
2490host_vendor=$2
2491shift; shift
2492# Remember, the first character of IFS is used to create $*,
2493# except with old shells:
2494host_os=$*
2495IFS=$ac_save_IFS
2496case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2497
2498
2499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2500$as_echo_n "checking target system type... " >&6; }
2501if ${ac_cv_target+:} false; then :
2502 $as_echo_n "(cached) " >&6
2503else
2504 if test "x$target_alias" = x; then
2505 ac_cv_target=$ac_cv_host
2506else
2507 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2508 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2509fi
2510
2511fi
2512{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2513$as_echo "$ac_cv_target" >&6; }
2514case $ac_cv_target in
2515*-*-*) ;;
2516*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2517esac
2518target=$ac_cv_target
2519ac_save_IFS=$IFS; IFS='-'
2520set x $ac_cv_target
2521shift
2522target_cpu=$1
2523target_vendor=$2
2524shift; shift
2525# Remember, the first character of IFS is used to create $*,
2526# except with old shells:
2527target_os=$*
2528IFS=$ac_save_IFS
2529case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2530
2531
2532# The aliases save the names the user supplied, while $host etc.
2533# will get canonicalized.
2534test -n "$target_alias" &&
2535 test "$program_prefix$program_suffix$program_transform_name" = \
2536 NONENONEs,x,x, &&
2537 program_prefix=${target_alias}-
0cd79707
SH
2538ac_ext=c
2539ac_cpp='$CPP $CPPFLAGS'
2540ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2541ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2542ac_compiler_gnu=$ac_cv_c_compiler_gnu
2543if test -n "$ac_tool_prefix"; then
2544 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2545set dummy ${ac_tool_prefix}gcc; ac_word=$2
2546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2547$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2548if ${ac_cv_prog_CC+:} false; then :
0cd79707
SH
2549 $as_echo_n "(cached) " >&6
2550else
2551 if test -n "$CC"; then
2552 ac_cv_prog_CC="$CC" # Let the user override the test.
2553else
2554as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2555for as_dir in $PATH
2556do
2557 IFS=$as_save_IFS
2558 test -z "$as_dir" && as_dir=.
2559 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2560 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
2561 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2563 break 2
2564 fi
2565done
2566 done
2567IFS=$as_save_IFS
2568
2569fi
2570fi
2571CC=$ac_cv_prog_CC
2572if test -n "$CC"; then
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2574$as_echo "$CC" >&6; }
2575else
2576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2577$as_echo "no" >&6; }
2578fi
2579
2580
2581fi
2582if test -z "$ac_cv_prog_CC"; then
2583 ac_ct_CC=$CC
2584 # Extract the first word of "gcc", so it can be a program name with args.
2585set dummy gcc; ac_word=$2
2586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2587$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2588if ${ac_cv_prog_ac_ct_CC+:} false; then :
0cd79707
SH
2589 $as_echo_n "(cached) " >&6
2590else
2591 if test -n "$ac_ct_CC"; then
2592 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2593else
2594as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2595for as_dir in $PATH
2596do
2597 IFS=$as_save_IFS
2598 test -z "$as_dir" && as_dir=.
2599 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2600 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
2601 ac_cv_prog_ac_ct_CC="gcc"
2602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2603 break 2
2604 fi
2605done
2606 done
2607IFS=$as_save_IFS
2608
2609fi
2610fi
2611ac_ct_CC=$ac_cv_prog_ac_ct_CC
2612if test -n "$ac_ct_CC"; then
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2614$as_echo "$ac_ct_CC" >&6; }
2615else
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2617$as_echo "no" >&6; }
2618fi
2619
2620 if test "x$ac_ct_CC" = x; then
2621 CC=""
2622 else
2623 case $cross_compiling:$ac_tool_warned in
2624yes:)
2625{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2626$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2627ac_tool_warned=yes ;;
2628esac
2629 CC=$ac_ct_CC
2630 fi
2631else
2632 CC="$ac_cv_prog_CC"
2633fi
2634
2635if test -z "$CC"; then
2636 if test -n "$ac_tool_prefix"; then
2637 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2638set dummy ${ac_tool_prefix}cc; ac_word=$2
2639{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2640$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2641if ${ac_cv_prog_CC+:} false; then :
0cd79707
SH
2642 $as_echo_n "(cached) " >&6
2643else
2644 if test -n "$CC"; then
2645 ac_cv_prog_CC="$CC" # Let the user override the test.
2646else
2647as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2648for as_dir in $PATH
2649do
2650 IFS=$as_save_IFS
2651 test -z "$as_dir" && as_dir=.
2652 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2653 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
2654 ac_cv_prog_CC="${ac_tool_prefix}cc"
2655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2656 break 2
2657 fi
2658done
2659 done
2660IFS=$as_save_IFS
2661
2662fi
2663fi
2664CC=$ac_cv_prog_CC
2665if test -n "$CC"; then
2666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2667$as_echo "$CC" >&6; }
2668else
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2670$as_echo "no" >&6; }
2671fi
2672
2673
2674 fi
2675fi
2676if test -z "$CC"; then
2677 # Extract the first word of "cc", so it can be a program name with args.
2678set dummy cc; ac_word=$2
2679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2680$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2681if ${ac_cv_prog_CC+:} false; then :
0cd79707
SH
2682 $as_echo_n "(cached) " >&6
2683else
2684 if test -n "$CC"; then
2685 ac_cv_prog_CC="$CC" # Let the user override the test.
2686else
2687 ac_prog_rejected=no
2688as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2689for as_dir in $PATH
2690do
2691 IFS=$as_save_IFS
2692 test -z "$as_dir" && as_dir=.
2693 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2694 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
2695 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2696 ac_prog_rejected=yes
2697 continue
2698 fi
2699 ac_cv_prog_CC="cc"
2700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2701 break 2
2702 fi
2703done
2704 done
2705IFS=$as_save_IFS
2706
2707if test $ac_prog_rejected = yes; then
2708 # We found a bogon in the path, so make sure we never use it.
2709 set dummy $ac_cv_prog_CC
2710 shift
2711 if test $# != 0; then
2712 # We chose a different compiler from the bogus one.
2713 # However, it has the same basename, so the bogon will be chosen
2714 # first if we set CC to just the basename; use the full file name.
2715 shift
2716 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2717 fi
2718fi
2719fi
2720fi
2721CC=$ac_cv_prog_CC
2722if test -n "$CC"; then
2723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2724$as_echo "$CC" >&6; }
2725else
2726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2727$as_echo "no" >&6; }
2728fi
2729
2730
2731fi
2732if test -z "$CC"; then
2733 if test -n "$ac_tool_prefix"; then
2734 for ac_prog in cl.exe
2735 do
2736 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2737set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2739$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2740if ${ac_cv_prog_CC+:} false; then :
0cd79707
SH
2741 $as_echo_n "(cached) " >&6
2742else
2743 if test -n "$CC"; then
2744 ac_cv_prog_CC="$CC" # Let the user override the test.
2745else
2746as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2747for as_dir in $PATH
2748do
2749 IFS=$as_save_IFS
2750 test -z "$as_dir" && as_dir=.
2751 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2752 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
2753 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2755 break 2
2756 fi
2757done
2758 done
2759IFS=$as_save_IFS
2760
2761fi
2762fi
2763CC=$ac_cv_prog_CC
2764if test -n "$CC"; then
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2766$as_echo "$CC" >&6; }
2767else
2768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2769$as_echo "no" >&6; }
2770fi
2771
2772
2773 test -n "$CC" && break
2774 done
2775fi
2776if test -z "$CC"; then
2777 ac_ct_CC=$CC
2778 for ac_prog in cl.exe
2779do
2780 # Extract the first word of "$ac_prog", so it can be a program name with args.
2781set dummy $ac_prog; ac_word=$2
2782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2783$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2784if ${ac_cv_prog_ac_ct_CC+:} false; then :
0cd79707
SH
2785 $as_echo_n "(cached) " >&6
2786else
2787 if test -n "$ac_ct_CC"; then
2788 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2789else
2790as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2791for as_dir in $PATH
2792do
2793 IFS=$as_save_IFS
2794 test -z "$as_dir" && as_dir=.
2795 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2796 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
2797 ac_cv_prog_ac_ct_CC="$ac_prog"
2798 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2799 break 2
2800 fi
2801done
2802 done
2803IFS=$as_save_IFS
2804
2805fi
2806fi
2807ac_ct_CC=$ac_cv_prog_ac_ct_CC
2808if test -n "$ac_ct_CC"; then
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2810$as_echo "$ac_ct_CC" >&6; }
2811else
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2813$as_echo "no" >&6; }
2814fi
2815
2816
2817 test -n "$ac_ct_CC" && break
2818done
2819
2820 if test "x$ac_ct_CC" = x; then
2821 CC=""
2822 else
2823 case $cross_compiling:$ac_tool_warned in
2824yes:)
2825{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2826$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2827ac_tool_warned=yes ;;
2828esac
2829 CC=$ac_ct_CC
2830 fi
2831fi
2832
2833fi
2834
2835
2836test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2837$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2838as_fn_error $? "no acceptable C compiler found in \$PATH
2839See \`config.log' for more details" "$LINENO" 5; }
0cd79707
SH
2840
2841# Provide some information about the compiler.
2842$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2843set X $ac_compile
2844ac_compiler=$2
2845for ac_option in --version -v -V -qversion; do
2846 { { ac_try="$ac_compiler $ac_option >&5"
2847case "(($ac_try" in
2848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2849 *) ac_try_echo=$ac_try;;
2850esac
2851eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2852$as_echo "$ac_try_echo"; } >&5
2853 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2854 ac_status=$?
2855 if test -s conftest.err; then
2856 sed '10a\
2857... rest of stderr output deleted ...
2858 10q' conftest.err >conftest.er1
2859 cat conftest.er1 >&5
2860 fi
d0ac1c44 2861 rm -f conftest.er1 conftest.err
0cd79707
SH
2862 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2863 test $ac_status = 0; }
2864done
2865
2866cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2867/* end confdefs.h. */
2868
2869int
2870main ()
2871{
2872
2873 ;
2874 return 0;
2875}
2876_ACEOF
2877ac_clean_files_save=$ac_clean_files
d0ac1c44 2878ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
0cd79707
SH
2879# Try to create an executable without -o first, disregard a.out.
2880# It will help us diagnose broken compilers, and finding out an intuition
2881# of exeext.
d0ac1c44
SM
2882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2883$as_echo_n "checking whether the C compiler works... " >&6; }
0cd79707
SH
2884ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2885
2886# The possible output files:
2887ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2888
2889ac_rmfiles=
2890for ac_file in $ac_files
2891do
2892 case $ac_file in
2893 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2894 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2895 esac
2896done
2897rm -f $ac_rmfiles
2898
2899if { { ac_try="$ac_link_default"
2900case "(($ac_try" in
2901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2902 *) ac_try_echo=$ac_try;;
2903esac
2904eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2905$as_echo "$ac_try_echo"; } >&5
2906 (eval "$ac_link_default") 2>&5
2907 ac_status=$?
2908 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2909 test $ac_status = 0; }; then :
2910 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2911# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2912# in a Makefile. We should not override ac_cv_exeext if it was cached,
2913# so that the user can short-circuit this test for compilers unknown to
2914# Autoconf.
2915for ac_file in $ac_files ''
2916do
2917 test -f "$ac_file" || continue
2918 case $ac_file in
2919 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2920 ;;
2921 [ab].out )
2922 # We found the default executable, but exeext='' is most
2923 # certainly right.
2924 break;;
2925 *.* )
2926 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2927 then :; else
2928 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929 fi
2930 # We set ac_cv_exeext here because the later test for it is not
2931 # safe: cross compilers may not add the suffix if given an `-o'
2932 # argument, so we may need to know it at that point already.
2933 # Even if this section looks crufty: it has the advantage of
2934 # actually working.
2935 break;;
2936 * )
2937 break;;
2938 esac
2939done
2940test "$ac_cv_exeext" = no && ac_cv_exeext=
2941
2942else
2943 ac_file=''
2944fi
2945if test -z "$ac_file"; then :
d0ac1c44
SM
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2947$as_echo "no" >&6; }
2948$as_echo "$as_me: failed program was:" >&5
0cd79707
SH
2949sed 's/^/| /' conftest.$ac_ext >&5
2950
2951{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2952$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2953as_fn_error 77 "C compiler cannot create executables
2954See \`config.log' for more details" "$LINENO" 5; }
2955else
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2957$as_echo "yes" >&6; }
0cd79707 2958fi
d0ac1c44
SM
2959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2960$as_echo_n "checking for C compiler default output file name... " >&6; }
2961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2962$as_echo "$ac_file" >&6; }
0cd79707
SH
2963ac_exeext=$ac_cv_exeext
2964
d0ac1c44 2965rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
0cd79707
SH
2966ac_clean_files=$ac_clean_files_save
2967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2968$as_echo_n "checking for suffix of executables... " >&6; }
2969if { { ac_try="$ac_link"
2970case "(($ac_try" in
2971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2972 *) ac_try_echo=$ac_try;;
2973esac
2974eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2975$as_echo "$ac_try_echo"; } >&5
2976 (eval "$ac_link") 2>&5
2977 ac_status=$?
2978 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2979 test $ac_status = 0; }; then :
2980 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2981# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2982# work properly (i.e., refer to `conftest.exe'), while it won't with
2983# `rm'.
2984for ac_file in conftest.exe conftest conftest.*; do
2985 test -f "$ac_file" || continue
2986 case $ac_file in
2987 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2988 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2989 break;;
2990 * ) break;;
2991 esac
2992done
2993else
2994 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2995$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
2996as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2997See \`config.log' for more details" "$LINENO" 5; }
0cd79707 2998fi
d0ac1c44 2999rm -f conftest conftest$ac_cv_exeext
0cd79707
SH
3000{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3001$as_echo "$ac_cv_exeext" >&6; }
3002
3003rm -f conftest.$ac_ext
3004EXEEXT=$ac_cv_exeext
3005ac_exeext=$EXEEXT
d0ac1c44
SM
3006cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3007/* end confdefs.h. */
3008#include <stdio.h>
3009int
3010main ()
3011{
3012FILE *f = fopen ("conftest.out", "w");
3013 return ferror (f) || fclose (f) != 0;
3014
3015 ;
3016 return 0;
3017}
3018_ACEOF
3019ac_clean_files="$ac_clean_files conftest.out"
3020# Check that the compiler produces executables we can run. If not, either
3021# the compiler is broken, or we cross compile.
3022{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3023$as_echo_n "checking whether we are cross compiling... " >&6; }
3024if test "$cross_compiling" != yes; then
3025 { { ac_try="$ac_link"
3026case "(($ac_try" in
3027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3028 *) ac_try_echo=$ac_try;;
3029esac
3030eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3031$as_echo "$ac_try_echo"; } >&5
3032 (eval "$ac_link") 2>&5
3033 ac_status=$?
3034 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3035 test $ac_status = 0; }
3036 if { ac_try='./conftest$ac_cv_exeext'
3037 { { case "(($ac_try" in
3038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3039 *) ac_try_echo=$ac_try;;
3040esac
3041eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3042$as_echo "$ac_try_echo"; } >&5
3043 (eval "$ac_try") 2>&5
3044 ac_status=$?
3045 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3046 test $ac_status = 0; }; }; then
3047 cross_compiling=no
3048 else
3049 if test "$cross_compiling" = maybe; then
3050 cross_compiling=yes
3051 else
3052 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3053$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3054as_fn_error $? "cannot run C compiled programs.
3055If you meant to cross compile, use \`--host'.
3056See \`config.log' for more details" "$LINENO" 5; }
3057 fi
3058 fi
3059fi
3060{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3061$as_echo "$cross_compiling" >&6; }
3062
3063rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3064ac_clean_files=$ac_clean_files_save
0cd79707
SH
3065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3066$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3067if ${ac_cv_objext+:} false; then :
0cd79707
SH
3068 $as_echo_n "(cached) " >&6
3069else
3070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3071/* end confdefs.h. */
3072
3073int
3074main ()
3075{
3076
3077 ;
3078 return 0;
3079}
3080_ACEOF
3081rm -f conftest.o conftest.obj
3082if { { ac_try="$ac_compile"
3083case "(($ac_try" in
3084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3085 *) ac_try_echo=$ac_try;;
3086esac
3087eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3088$as_echo "$ac_try_echo"; } >&5
3089 (eval "$ac_compile") 2>&5
3090 ac_status=$?
3091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3092 test $ac_status = 0; }; then :
3093 for ac_file in conftest.o conftest.obj conftest.*; do
3094 test -f "$ac_file" || continue;
3095 case $ac_file in
3096 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3097 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3098 break;;
3099 esac
3100done
3101else
3102 $as_echo "$as_me: failed program was:" >&5
3103sed 's/^/| /' conftest.$ac_ext >&5
3104
3105{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3106$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3107as_fn_error $? "cannot compute suffix of object files: cannot compile
3108See \`config.log' for more details" "$LINENO" 5; }
0cd79707
SH
3109fi
3110rm -f conftest.$ac_cv_objext conftest.$ac_ext
3111fi
3112{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3113$as_echo "$ac_cv_objext" >&6; }
3114OBJEXT=$ac_cv_objext
3115ac_objext=$OBJEXT
3116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3117$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3118if ${ac_cv_c_compiler_gnu+:} false; then :
0cd79707
SH
3119 $as_echo_n "(cached) " >&6
3120else
3121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3122/* end confdefs.h. */
3123
3124int
3125main ()
3126{
3127#ifndef __GNUC__
3128 choke me
3129#endif
3130
3131 ;
3132 return 0;
3133}
3134_ACEOF
3135if ac_fn_c_try_compile "$LINENO"; then :
3136 ac_compiler_gnu=yes
3137else
3138 ac_compiler_gnu=no
3139fi
3140rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3141ac_cv_c_compiler_gnu=$ac_compiler_gnu
3142
3143fi
3144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3145$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3146if test $ac_compiler_gnu = yes; then
3147 GCC=yes
3148else
3149 GCC=
3150fi
3151ac_test_CFLAGS=${CFLAGS+set}
3152ac_save_CFLAGS=$CFLAGS
3153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3154$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3155if ${ac_cv_prog_cc_g+:} false; then :
0cd79707
SH
3156 $as_echo_n "(cached) " >&6
3157else
3158 ac_save_c_werror_flag=$ac_c_werror_flag
3159 ac_c_werror_flag=yes
3160 ac_cv_prog_cc_g=no
3161 CFLAGS="-g"
3162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3163/* end confdefs.h. */
3164
3165int
3166main ()
3167{
3168
3169 ;
3170 return 0;
3171}
3172_ACEOF
3173if ac_fn_c_try_compile "$LINENO"; then :
3174 ac_cv_prog_cc_g=yes
3175else
3176 CFLAGS=""
3177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3178/* end confdefs.h. */
3179
3180int
3181main ()
3182{
3183
3184 ;
3185 return 0;
3186}
3187_ACEOF
3188if ac_fn_c_try_compile "$LINENO"; then :
3189
3190else
3191 ac_c_werror_flag=$ac_save_c_werror_flag
3192 CFLAGS="-g"
3193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3194/* end confdefs.h. */
3195
3196int
3197main ()
3198{
3199
3200 ;
3201 return 0;
3202}
3203_ACEOF
3204if ac_fn_c_try_compile "$LINENO"; then :
3205 ac_cv_prog_cc_g=yes
3206fi
3207rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3208fi
3209rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3210fi
3211rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3212 ac_c_werror_flag=$ac_save_c_werror_flag
3213fi
3214{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3215$as_echo "$ac_cv_prog_cc_g" >&6; }
3216if test "$ac_test_CFLAGS" = set; then
3217 CFLAGS=$ac_save_CFLAGS
3218elif test $ac_cv_prog_cc_g = yes; then
3219 if test "$GCC" = yes; then
3220 CFLAGS="-g -O2"
3221 else
3222 CFLAGS="-g"
3223 fi
3224else
3225 if test "$GCC" = yes; then
3226 CFLAGS="-O2"
3227 else
3228 CFLAGS=
3229 fi
3230fi
3231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3232$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3233if ${ac_cv_prog_cc_c89+:} false; then :
0cd79707
SH
3234 $as_echo_n "(cached) " >&6
3235else
3236 ac_cv_prog_cc_c89=no
3237ac_save_CC=$CC
3238cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3239/* end confdefs.h. */
3240#include <stdarg.h>
3241#include <stdio.h>
d0ac1c44 3242struct stat;
0cd79707
SH
3243/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3244struct buf { int x; };
3245FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246static char *e (p, i)
3247 char **p;
3248 int i;
3249{
3250 return p[i];
3251}
3252static char *f (char * (*g) (char **, int), char **p, ...)
3253{
3254 char *s;
3255 va_list v;
3256 va_start (v,p);
3257 s = g (p, va_arg (v,int));
3258 va_end (v);
3259 return s;
3260}
3261
3262/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3263 function prototypes and stuff, but not '\xHH' hex character constants.
3264 These don't provoke an error unfortunately, instead are silently treated
3265 as 'x'. The following induces an error, until -std is added to get
3266 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3267 array size at least. It's necessary to write '\x00'==0 to get something
3268 that's true only with -std. */
3269int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3270
3271/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272 inside strings and character constants. */
3273#define FOO(x) 'x'
3274int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3275
3276int test (int i, double x);
3277struct s1 {int (*f) (int a);};
3278struct s2 {int (*f) (double a);};
3279int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280int argc;
3281char **argv;
3282int
3283main ()
3284{
3285return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3286 ;
3287 return 0;
3288}
3289_ACEOF
3290for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3292do
3293 CC="$ac_save_CC $ac_arg"
3294 if ac_fn_c_try_compile "$LINENO"; then :
3295 ac_cv_prog_cc_c89=$ac_arg
3296fi
3297rm -f core conftest.err conftest.$ac_objext
3298 test "x$ac_cv_prog_cc_c89" != "xno" && break
3299done
3300rm -f conftest.$ac_ext
3301CC=$ac_save_CC
3302
3303fi
3304# AC_CACHE_VAL
3305case "x$ac_cv_prog_cc_c89" in
3306 x)
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3308$as_echo "none needed" >&6; } ;;
3309 xno)
3310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3311$as_echo "unsupported" >&6; } ;;
3312 *)
3313 CC="$CC $ac_cv_prog_cc_c89"
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3315$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3316esac
3317if test "x$ac_cv_prog_cc_c89" != xno; then :
3318
3319fi
3320
3321ac_ext=c
3322ac_cpp='$CPP $CPPFLAGS'
3323ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3324ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3325ac_compiler_gnu=$ac_cv_c_compiler_gnu
3326
c2783492 3327
ebe9564b
MF
3328ac_ext=c
3329ac_cpp='$CPP $CPPFLAGS'
3330ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3331ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3332ac_compiler_gnu=$ac_cv_c_compiler_gnu
3333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3334$as_echo_n "checking how to run the C preprocessor... " >&6; }
3335# On Suns, sometimes $CPP names a directory.
3336if test -n "$CPP" && test -d "$CPP"; then
3337 CPP=
3338fi
3339if test -z "$CPP"; then
3340 if ${ac_cv_prog_CPP+:} false; then :
3341 $as_echo_n "(cached) " >&6
3342else
3343 # Double quotes because CPP needs to be expanded
3344 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3345 do
3346 ac_preproc_ok=false
3347for ac_c_preproc_warn_flag in '' yes
3348do
3349 # Use a header file that comes with gcc, so configuring glibc
3350 # with a fresh cross-compiler works.
3351 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3352 # <limits.h> exists even on freestanding compilers.
3353 # On the NeXT, cc -E runs the code through the compiler's parser,
3354 # not just through cpp. "Syntax error" is here to catch this case.
3355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3356/* end confdefs.h. */
3357#ifdef __STDC__
3358# include <limits.h>
3359#else
3360# include <assert.h>
3361#endif
3362 Syntax error
3363_ACEOF
3364if ac_fn_c_try_cpp "$LINENO"; then :
3365
3366else
3367 # Broken: fails on valid input.
3368continue
3369fi
3370rm -f conftest.err conftest.i conftest.$ac_ext
3371
3372 # OK, works on sane cases. Now check whether nonexistent headers
3373 # can be detected and how.
3374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3375/* end confdefs.h. */
3376#include <ac_nonexistent.h>
3377_ACEOF
3378if ac_fn_c_try_cpp "$LINENO"; then :
3379 # Broken: success on invalid input.
3380continue
3381else
3382 # Passes both tests.
3383ac_preproc_ok=:
3384break
3385fi
3386rm -f conftest.err conftest.i conftest.$ac_ext
3387
3388done
3389# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3390rm -f conftest.i conftest.err conftest.$ac_ext
3391if $ac_preproc_ok; then :
3392 break
3393fi
3394
3395 done
3396 ac_cv_prog_CPP=$CPP
3397
3398fi
3399 CPP=$ac_cv_prog_CPP
3400else
3401 ac_cv_prog_CPP=$CPP
3402fi
3403{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3404$as_echo "$CPP" >&6; }
3405ac_preproc_ok=false
3406for ac_c_preproc_warn_flag in '' yes
3407do
3408 # Use a header file that comes with gcc, so configuring glibc
3409 # with a fresh cross-compiler works.
3410 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3411 # <limits.h> exists even on freestanding compilers.
3412 # On the NeXT, cc -E runs the code through the compiler's parser,
3413 # not just through cpp. "Syntax error" is here to catch this case.
3414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3415/* end confdefs.h. */
3416#ifdef __STDC__
3417# include <limits.h>
3418#else
3419# include <assert.h>
3420#endif
3421 Syntax error
3422_ACEOF
3423if ac_fn_c_try_cpp "$LINENO"; then :
3424
3425else
3426 # Broken: fails on valid input.
3427continue
3428fi
3429rm -f conftest.err conftest.i conftest.$ac_ext
3430
3431 # OK, works on sane cases. Now check whether nonexistent headers
3432 # can be detected and how.
3433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3434/* end confdefs.h. */
3435#include <ac_nonexistent.h>
3436_ACEOF
3437if ac_fn_c_try_cpp "$LINENO"; then :
3438 # Broken: success on invalid input.
3439continue
3440else
3441 # Passes both tests.
3442ac_preproc_ok=:
3443break
3444fi
3445rm -f conftest.err conftest.i conftest.$ac_ext
3446
3447done
3448# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3449rm -f conftest.i conftest.err conftest.$ac_ext
3450if $ac_preproc_ok; then :
3451
3452else
3453 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3454$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3455as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3456See \`config.log' for more details" "$LINENO" 5; }
3457fi
3458
3459ac_ext=c
3460ac_cpp='$CPP $CPPFLAGS'
3461ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3462ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3463ac_compiler_gnu=$ac_cv_c_compiler_gnu
3464
0cd79707
SH
3465
3466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3467$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 3468if ${ac_cv_path_GREP+:} false; then :
0cd79707
SH
3469 $as_echo_n "(cached) " >&6
3470else
3471 if test -z "$GREP"; then
3472 ac_path_GREP_found=false
3473 # Loop through the user's path and test for each of PROGNAME-LIST
3474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3475for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3476do
3477 IFS=$as_save_IFS
3478 test -z "$as_dir" && as_dir=.
3479 for ac_prog in grep ggrep; do
3480 for ac_exec_ext in '' $ac_executable_extensions; do
3481 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3482 as_fn_executable_p "$ac_path_GREP" || continue
0cd79707
SH
3483# Check for GNU ac_path_GREP and select it if it is found.
3484 # Check for GNU $ac_path_GREP
3485case `"$ac_path_GREP" --version 2>&1` in
3486*GNU*)
3487 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3488*)
3489 ac_count=0
3490 $as_echo_n 0123456789 >"conftest.in"
3491 while :
3492 do
3493 cat "conftest.in" "conftest.in" >"conftest.tmp"
3494 mv "conftest.tmp" "conftest.in"
3495 cp "conftest.in" "conftest.nl"
3496 $as_echo 'GREP' >> "conftest.nl"
3497 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3498 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3499 as_fn_arith $ac_count + 1 && ac_count=$as_val
3500 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3501 # Best one so far, save it but keep looking for a better one
3502 ac_cv_path_GREP="$ac_path_GREP"
3503 ac_path_GREP_max=$ac_count
3504 fi
3505 # 10*(2^10) chars as input seems more than enough
3506 test $ac_count -gt 10 && break
3507 done
3508 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3509esac
3510
3511 $ac_path_GREP_found && break 3
3512 done
3513 done
3514 done
3515IFS=$as_save_IFS
3516 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 3517 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
0cd79707
SH
3518 fi
3519else
3520 ac_cv_path_GREP=$GREP
3521fi
3522
3523fi
3524{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3525$as_echo "$ac_cv_path_GREP" >&6; }
3526 GREP="$ac_cv_path_GREP"
3527
3528
3529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3530$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 3531if ${ac_cv_path_EGREP+:} false; then :
0cd79707
SH
3532 $as_echo_n "(cached) " >&6
3533else
3534 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3535 then ac_cv_path_EGREP="$GREP -E"
3536 else
3537 if test -z "$EGREP"; then
3538 ac_path_EGREP_found=false
3539 # Loop through the user's path and test for each of PROGNAME-LIST
3540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3541for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3542do
3543 IFS=$as_save_IFS
3544 test -z "$as_dir" && as_dir=.
3545 for ac_prog in egrep; do
3546 for ac_exec_ext in '' $ac_executable_extensions; do
3547 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 3548 as_fn_executable_p "$ac_path_EGREP" || continue
0cd79707
SH
3549# Check for GNU ac_path_EGREP and select it if it is found.
3550 # Check for GNU $ac_path_EGREP
3551case `"$ac_path_EGREP" --version 2>&1` in
3552*GNU*)
3553 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3554*)
3555 ac_count=0
3556 $as_echo_n 0123456789 >"conftest.in"
3557 while :
3558 do
3559 cat "conftest.in" "conftest.in" >"conftest.tmp"
3560 mv "conftest.tmp" "conftest.in"
3561 cp "conftest.in" "conftest.nl"
3562 $as_echo 'EGREP' >> "conftest.nl"
3563 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3564 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3565 as_fn_arith $ac_count + 1 && ac_count=$as_val
3566 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3567 # Best one so far, save it but keep looking for a better one
3568 ac_cv_path_EGREP="$ac_path_EGREP"
3569 ac_path_EGREP_max=$ac_count
3570 fi
3571 # 10*(2^10) chars as input seems more than enough
3572 test $ac_count -gt 10 && break
3573 done
3574 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3575esac
3576
3577 $ac_path_EGREP_found && break 3
3578 done
3579 done
3580 done
3581IFS=$as_save_IFS
3582 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 3583 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
0cd79707
SH
3584 fi
3585else
3586 ac_cv_path_EGREP=$EGREP
3587fi
3588
3589 fi
3590fi
3591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3592$as_echo "$ac_cv_path_EGREP" >&6; }
3593 EGREP="$ac_cv_path_EGREP"
3594
3595
3596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3597$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 3598if ${ac_cv_header_stdc+:} false; then :
0cd79707
SH
3599 $as_echo_n "(cached) " >&6
3600else
3601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3602/* end confdefs.h. */
3603#include <stdlib.h>
3604#include <stdarg.h>
3605#include <string.h>
3606#include <float.h>
3607
3608int
3609main ()
3610{
3611
3612 ;
3613 return 0;
3614}
3615_ACEOF
3616if ac_fn_c_try_compile "$LINENO"; then :
3617 ac_cv_header_stdc=yes
3618else
3619 ac_cv_header_stdc=no
3620fi
3621rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3622
3623if test $ac_cv_header_stdc = yes; then
3624 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3626/* end confdefs.h. */
3627#include <string.h>
3628
3629_ACEOF
3630if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3631 $EGREP "memchr" >/dev/null 2>&1; then :
3632
3633else
3634 ac_cv_header_stdc=no
3635fi
3636rm -f conftest*
3637
3638fi
3639
3640if test $ac_cv_header_stdc = yes; then
3641 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3643/* end confdefs.h. */
3644#include <stdlib.h>
3645
3646_ACEOF
3647if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3648 $EGREP "free" >/dev/null 2>&1; then :
3649
3650else
3651 ac_cv_header_stdc=no
3652fi
3653rm -f conftest*
3654
3655fi
3656
3657if test $ac_cv_header_stdc = yes; then
3658 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3659 if test "$cross_compiling" = yes; then :
3660 :
3661else
3662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3663/* end confdefs.h. */
3664#include <ctype.h>
3665#include <stdlib.h>
3666#if ((' ' & 0x0FF) == 0x020)
3667# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3668# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3669#else
3670# define ISLOWER(c) \
3671 (('a' <= (c) && (c) <= 'i') \
3672 || ('j' <= (c) && (c) <= 'r') \
3673 || ('s' <= (c) && (c) <= 'z'))
3674# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3675#endif
3676
3677#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3678int
3679main ()
3680{
3681 int i;
3682 for (i = 0; i < 256; i++)
3683 if (XOR (islower (i), ISLOWER (i))
3684 || toupper (i) != TOUPPER (i))
3685 return 2;
3686 return 0;
3687}
3688_ACEOF
3689if ac_fn_c_try_run "$LINENO"; then :
3690
3691else
3692 ac_cv_header_stdc=no
3693fi
3694rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3695 conftest.$ac_objext conftest.beam conftest.$ac_ext
3696fi
3697
3698fi
3699fi
3700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3701$as_echo "$ac_cv_header_stdc" >&6; }
3702if test $ac_cv_header_stdc = yes; then
3703
3704$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3705
3706fi
3707
3708# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3709for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3710 inttypes.h stdint.h unistd.h
3711do :
3712 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3713ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3714"
d0ac1c44 3715if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
0cd79707
SH
3716 cat >>confdefs.h <<_ACEOF
3717#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3718_ACEOF
3719
3720fi
3721
3722done
3723
3724
3725
3726 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 3727if test "x$ac_cv_header_minix_config_h" = xyes; then :
0cd79707
SH
3728 MINIX=yes
3729else
3730 MINIX=
3731fi
3732
3733
3734 if test "$MINIX" = yes; then
3735
3736$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3737
3738
3739$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3740
3741
3742$as_echo "#define _MINIX 1" >>confdefs.h
3743
3744 fi
3745
3746
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3748$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 3749if ${ac_cv_safe_to_define___extensions__+:} false; then :
0cd79707
SH
3750 $as_echo_n "(cached) " >&6
3751else
3752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3753/* end confdefs.h. */
3754
d0ac1c44
SM
3755# define __EXTENSIONS__ 1
3756 $ac_includes_default
0cd79707
SH
3757int
3758main ()
3759{
3760
3761 ;
3762 return 0;
3763}
3764_ACEOF
3765if ac_fn_c_try_compile "$LINENO"; then :
3766 ac_cv_safe_to_define___extensions__=yes
3767else
3768 ac_cv_safe_to_define___extensions__=no
3769fi
3770rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3771fi
3772{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3773$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3774 test $ac_cv_safe_to_define___extensions__ = yes &&
3775 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3776
3777 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3778
3779 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3780
3781 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3782
3783 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3784
3785
3786test "$program_prefix" != NONE &&
3787 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3788# Use a double $ so make ignores it.
3789test "$program_suffix" != NONE &&
3790 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3791# Double any \ or $.
3792# By default was `s,x,x', remove it if useless.
3793ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3794program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3795
3796# Find a good install program. We prefer a C program (faster),
3797# so one script is as good as another. But avoid the broken or
3798# incompatible versions:
3799# SysV /etc/install, /usr/sbin/install
3800# SunOS /usr/etc/install
3801# IRIX /sbin/install
3802# AIX /bin/install
3803# AmigaOS /C/install, which installs bootblocks on floppy discs
3804# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3805# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3806# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3807# OS/2's system install, which has a completely different semantic
3808# ./install, which can be erroneously created by make from ./install.sh.
3809# Reject install programs that cannot install multiple files.
3810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3811$as_echo_n "checking for a BSD-compatible install... " >&6; }
3812if test -z "$INSTALL"; then
d0ac1c44 3813if ${ac_cv_path_install+:} false; then :
0cd79707
SH
3814 $as_echo_n "(cached) " >&6
3815else
3816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3817for as_dir in $PATH
3818do
3819 IFS=$as_save_IFS
3820 test -z "$as_dir" && as_dir=.
3821 # Account for people who put trailing slashes in PATH elements.
3822case $as_dir/ in #((
3823 ./ | .// | /[cC]/* | \
3824 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3825 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3826 /usr/ucb/* ) ;;
3827 *)
3828 # OSF1 and SCO ODT 3.0 have their own names for install.
3829 # Don't use installbsd from OSF since it installs stuff as root
3830 # by default.
3831 for ac_prog in ginstall scoinst install; do
3832 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3833 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
0cd79707
SH
3834 if test $ac_prog = install &&
3835 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3836 # AIX install. It has an incompatible calling convention.
3837 :
3838 elif test $ac_prog = install &&
3839 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3840 # program-specific install script used by HP pwplus--don't use.
3841 :
3842 else
3843 rm -rf conftest.one conftest.two conftest.dir
3844 echo one > conftest.one
3845 echo two > conftest.two
3846 mkdir conftest.dir
3847 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3848 test -s conftest.one && test -s conftest.two &&
3849 test -s conftest.dir/conftest.one &&
3850 test -s conftest.dir/conftest.two
3851 then
3852 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3853 break 3
3854 fi
3855 fi
3856 fi
3857 done
3858 done
3859 ;;
3860esac
3861
3862 done
3863IFS=$as_save_IFS
3864
3865rm -rf conftest.one conftest.two conftest.dir
3866
3867fi
3868 if test "${ac_cv_path_install+set}" = set; then
3869 INSTALL=$ac_cv_path_install
3870 else
3871 # As a last resort, use the slow shell script. Don't cache a
3872 # value for INSTALL within a source directory, because that will
3873 # break other packages using the cache if that directory is
3874 # removed, or if the value is a relative name.
3875 INSTALL=$ac_install_sh
3876 fi
3877fi
3878{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3879$as_echo "$INSTALL" >&6; }
3880
3881# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3882# It thinks the first close brace ends the variable substitution.
3883test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3884
3885test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3886
3887test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3888
3889rm -rf .tst 2>/dev/null
3890mkdir .tst 2>/dev/null
3891if test -d .tst; then
3892 am__leading_dot=.
3893else
3894 am__leading_dot=_
3895fi
3896rmdir .tst 2>/dev/null
3897
3898DEPDIR="${am__leading_dot}deps"
37e9f182
MF
3899
3900
2c2645d7
MF
3901
3902
3903 for ac_header in $ac_header_list
3904do :
3905 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3906ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3907"
3908if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3909 cat >>confdefs.h <<_ACEOF
3910#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3911_ACEOF
3912
3913fi
3914
3915done
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
37e9f182
MF
3932
3933
3934 for ac_func in $ac_func_list
3935do :
3936 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3937ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
3938if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
3939 cat >>confdefs.h <<_ACEOF
3940#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3941_ACEOF
3942
3943fi
3944done
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
fe348617
MF
3963
3964
37e9f182
MF
3965
3966
0cd79707
SH
3967
3968case `pwd` in
3969 *\ * | *\ *)
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3971$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3972esac
3973
3974
3975
3976macro_version='2.2.7a'
3977macro_revision='1.3134'
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991ltmain="$ac_aux_dir/ltmain.sh"
3992
3993# Backslashify metacharacters that are still active within
3994# double-quoted strings.
3995sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3996
3997# Same as above, but do not quote variable references.
3998double_quote_subst='s/\(["`\\]\)/\\\1/g'
3999
4000# Sed substitution to delay expansion of an escaped shell variable in a
4001# double_quote_subst'ed string.
4002delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4003
4004# Sed substitution to delay expansion of an escaped single quote.
4005delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4006
4007# Sed substitution to avoid accidental globbing in evaled expressions
4008no_glob_subst='s/\*/\\\*/g'
4009
4010ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4011ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4012ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4013
4014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4015$as_echo_n "checking how to print strings... " >&6; }
4016# Test print first, because it will be a builtin if present.
4017if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4018 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4019 ECHO='print -r --'
4020elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4021 ECHO='printf %s\n'
4022else
4023 # Use this function as a fallback that always works.
4024 func_fallback_echo ()
4025 {
4026 eval 'cat <<_LTECHO_EOF
4027$1
4028_LTECHO_EOF'
4029 }
4030 ECHO='func_fallback_echo'
4031fi
4032
4033# func_echo_all arg...
4034# Invoke $ECHO with all args, space-separated.
4035func_echo_all ()
4036{
4037 $ECHO ""
4038}
4039
4040case "$ECHO" in
4041 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4042$as_echo "printf" >&6; } ;;
4043 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4044$as_echo "print -r" >&6; } ;;
4045 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4046$as_echo "cat" >&6; } ;;
4047esac
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4063$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 4064if ${ac_cv_path_SED+:} false; then :
0cd79707
SH
4065 $as_echo_n "(cached) " >&6
4066else
4067 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4068 for ac_i in 1 2 3 4 5 6 7; do
4069 ac_script="$ac_script$as_nl$ac_script"
4070 done
4071 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4072 { ac_script=; unset ac_script;}
4073 if test -z "$SED"; then
4074 ac_path_SED_found=false
4075 # Loop through the user's path and test for each of PROGNAME-LIST
4076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4077for as_dir in $PATH
4078do
4079 IFS=$as_save_IFS
4080 test -z "$as_dir" && as_dir=.
4081 for ac_prog in sed gsed; do
4082 for ac_exec_ext in '' $ac_executable_extensions; do
4083 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4084 as_fn_executable_p "$ac_path_SED" || continue
0cd79707
SH
4085# Check for GNU ac_path_SED and select it if it is found.
4086 # Check for GNU $ac_path_SED
4087case `"$ac_path_SED" --version 2>&1` in
4088*GNU*)
4089 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4090*)
4091 ac_count=0
4092 $as_echo_n 0123456789 >"conftest.in"
4093 while :
4094 do
4095 cat "conftest.in" "conftest.in" >"conftest.tmp"
4096 mv "conftest.tmp" "conftest.in"
4097 cp "conftest.in" "conftest.nl"
4098 $as_echo '' >> "conftest.nl"
4099 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4100 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4101 as_fn_arith $ac_count + 1 && ac_count=$as_val
4102 if test $ac_count -gt ${ac_path_SED_max-0}; then
4103 # Best one so far, save it but keep looking for a better one
4104 ac_cv_path_SED="$ac_path_SED"
4105 ac_path_SED_max=$ac_count
4106 fi
4107 # 10*(2^10) chars as input seems more than enough
4108 test $ac_count -gt 10 && break
4109 done
4110 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4111esac
4112
4113 $ac_path_SED_found && break 3
4114 done
4115 done
4116 done
4117IFS=$as_save_IFS
4118 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4119 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
0cd79707
SH
4120 fi
4121else
4122 ac_cv_path_SED=$SED
4123fi
4124
4125fi
4126{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4127$as_echo "$ac_cv_path_SED" >&6; }
4128 SED="$ac_cv_path_SED"
4129 rm -f conftest.sed
4130
4131test -z "$SED" && SED=sed
4132Xsed="$SED -e 1s/^X//"
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4145$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4146if ${ac_cv_path_FGREP+:} false; then :
0cd79707
SH
4147 $as_echo_n "(cached) " >&6
4148else
4149 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4150 then ac_cv_path_FGREP="$GREP -F"
4151 else
4152 if test -z "$FGREP"; then
4153 ac_path_FGREP_found=false
4154 # Loop through the user's path and test for each of PROGNAME-LIST
4155 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4156for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4157do
4158 IFS=$as_save_IFS
4159 test -z "$as_dir" && as_dir=.
4160 for ac_prog in fgrep; do
4161 for ac_exec_ext in '' $ac_executable_extensions; do
4162 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4163 as_fn_executable_p "$ac_path_FGREP" || continue
0cd79707
SH
4164# Check for GNU ac_path_FGREP and select it if it is found.
4165 # Check for GNU $ac_path_FGREP
4166case `"$ac_path_FGREP" --version 2>&1` in
4167*GNU*)
4168 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4169*)
4170 ac_count=0
4171 $as_echo_n 0123456789 >"conftest.in"
4172 while :
4173 do
4174 cat "conftest.in" "conftest.in" >"conftest.tmp"
4175 mv "conftest.tmp" "conftest.in"
4176 cp "conftest.in" "conftest.nl"
4177 $as_echo 'FGREP' >> "conftest.nl"
4178 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4179 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4180 as_fn_arith $ac_count + 1 && ac_count=$as_val
4181 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4182 # Best one so far, save it but keep looking for a better one
4183 ac_cv_path_FGREP="$ac_path_FGREP"
4184 ac_path_FGREP_max=$ac_count
4185 fi
4186 # 10*(2^10) chars as input seems more than enough
4187 test $ac_count -gt 10 && break
4188 done
4189 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4190esac
4191
4192 $ac_path_FGREP_found && break 3
4193 done
4194 done
4195 done
4196IFS=$as_save_IFS
4197 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4198 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
0cd79707
SH
4199 fi
4200else
4201 ac_cv_path_FGREP=$FGREP
4202fi
4203
4204 fi
4205fi
4206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4207$as_echo "$ac_cv_path_FGREP" >&6; }
4208 FGREP="$ac_cv_path_FGREP"
4209
4210
4211test -z "$GREP" && GREP=grep
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231# Check whether --with-gnu-ld was given.
4232if test "${with_gnu_ld+set}" = set; then :
4233 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4234else
4235 with_gnu_ld=no
4236fi
4237
4238ac_prog=ld
4239if test "$GCC" = yes; then
4240 # Check if gcc -print-prog-name=ld gives a path.
4241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4242$as_echo_n "checking for ld used by $CC... " >&6; }
4243 case $host in
4244 *-*-mingw*)
4245 # gcc leaves a trailing carriage return which upsets mingw
4246 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4247 *)
4248 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4249 esac
4250 case $ac_prog in
4251 # Accept absolute paths.
4252 [\\/]* | ?:[\\/]*)
4253 re_direlt='/[^/][^/]*/\.\./'
4254 # Canonicalize the pathname of ld
4255 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4256 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4257 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4258 done
4259 test -z "$LD" && LD="$ac_prog"
4260 ;;
4261 "")
4262 # If it fails, then pretend we aren't using GCC.
4263 ac_prog=ld
4264 ;;
4265 *)
4266 # If it is relative, then search for the first ld in PATH.
4267 with_gnu_ld=unknown
4268 ;;
4269 esac
4270elif test "$with_gnu_ld" = yes; then
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4272$as_echo_n "checking for GNU ld... " >&6; }
4273else
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4275$as_echo_n "checking for non-GNU ld... " >&6; }
4276fi
d0ac1c44 4277if ${lt_cv_path_LD+:} false; then :
0cd79707
SH
4278 $as_echo_n "(cached) " >&6
4279else
4280 if test -z "$LD"; then
4281 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4282 for ac_dir in $PATH; do
4283 IFS="$lt_save_ifs"
4284 test -z "$ac_dir" && ac_dir=.
4285 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4286 lt_cv_path_LD="$ac_dir/$ac_prog"
4287 # Check to see if the program is GNU ld. I'd rather use --version,
4288 # but apparently some variants of GNU ld only accept -v.
4289 # Break only if it was the GNU/non-GNU ld that we prefer.
4290 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4291 *GNU* | *'with BFD'*)
4292 test "$with_gnu_ld" != no && break
4293 ;;
4294 *)
4295 test "$with_gnu_ld" != yes && break
4296 ;;
4297 esac
4298 fi
4299 done
4300 IFS="$lt_save_ifs"
4301else
4302 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4303fi
4304fi
4305
4306LD="$lt_cv_path_LD"
4307if test -n "$LD"; then
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4309$as_echo "$LD" >&6; }
4310else
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4312$as_echo "no" >&6; }
4313fi
d0ac1c44 4314test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
0cd79707
SH
4315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4316$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 4317if ${lt_cv_prog_gnu_ld+:} false; then :
0cd79707
SH
4318 $as_echo_n "(cached) " >&6
4319else
4320 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4321case `$LD -v 2>&1 </dev/null` in
4322*GNU* | *'with BFD'*)
4323 lt_cv_prog_gnu_ld=yes
4324 ;;
4325*)
4326 lt_cv_prog_gnu_ld=no
4327 ;;
4328esac
4329fi
4330{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4331$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4332with_gnu_ld=$lt_cv_prog_gnu_ld
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4343$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 4344if ${lt_cv_path_NM+:} false; then :
0cd79707
SH
4345 $as_echo_n "(cached) " >&6
4346else
4347 if test -n "$NM"; then
4348 # Let the user override the test.
4349 lt_cv_path_NM="$NM"
4350else
4351 lt_nm_to_check="${ac_tool_prefix}nm"
4352 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4353 lt_nm_to_check="$lt_nm_to_check nm"
4354 fi
4355 for lt_tmp_nm in $lt_nm_to_check; do
4356 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4357 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4358 IFS="$lt_save_ifs"
4359 test -z "$ac_dir" && ac_dir=.
4360 tmp_nm="$ac_dir/$lt_tmp_nm"
4361 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4362 # Check to see if the nm accepts a BSD-compat flag.
4363 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4364 # nm: unknown option "B" ignored
4365 # Tru64's nm complains that /dev/null is an invalid object file
4366 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4367 */dev/null* | *'Invalid file or object type'*)
4368 lt_cv_path_NM="$tmp_nm -B"
4369 break
4370 ;;
4371 *)
4372 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4373 */dev/null*)
4374 lt_cv_path_NM="$tmp_nm -p"
4375 break
4376 ;;
4377 *)
4378 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4379 continue # so that we can try to find one that supports BSD flags
4380 ;;
4381 esac
4382 ;;
4383 esac
4384 fi
4385 done
4386 IFS="$lt_save_ifs"
4387 done
4388 : ${lt_cv_path_NM=no}
4389fi
4390fi
4391{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4392$as_echo "$lt_cv_path_NM" >&6; }
4393if test "$lt_cv_path_NM" != "no"; then
4394 NM="$lt_cv_path_NM"
4395else
4396 # Didn't find any BSD compatible name lister, look for dumpbin.
4397 if test -n "$DUMPBIN"; then :
4398 # Let the user override the test.
4399 else
4400 if test -n "$ac_tool_prefix"; then
4401 for ac_prog in dumpbin "link -dump"
4402 do
4403 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4404set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4406$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4407if ${ac_cv_prog_DUMPBIN+:} false; then :
0cd79707
SH
4408 $as_echo_n "(cached) " >&6
4409else
4410 if test -n "$DUMPBIN"; then
4411 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4412else
4413as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4414for as_dir in $PATH
4415do
4416 IFS=$as_save_IFS
4417 test -z "$as_dir" && as_dir=.
4418 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4419 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4420 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4421 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4422 break 2
4423 fi
4424done
4425 done
4426IFS=$as_save_IFS
4427
4428fi
4429fi
4430DUMPBIN=$ac_cv_prog_DUMPBIN
4431if test -n "$DUMPBIN"; then
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4433$as_echo "$DUMPBIN" >&6; }
4434else
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4436$as_echo "no" >&6; }
4437fi
4438
4439
4440 test -n "$DUMPBIN" && break
4441 done
4442fi
4443if test -z "$DUMPBIN"; then
4444 ac_ct_DUMPBIN=$DUMPBIN
4445 for ac_prog in dumpbin "link -dump"
4446do
4447 # Extract the first word of "$ac_prog", so it can be a program name with args.
4448set dummy $ac_prog; ac_word=$2
4449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4450$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4451if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
0cd79707
SH
4452 $as_echo_n "(cached) " >&6
4453else
4454 if test -n "$ac_ct_DUMPBIN"; then
4455 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4456else
4457as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4458for as_dir in $PATH
4459do
4460 IFS=$as_save_IFS
4461 test -z "$as_dir" && as_dir=.
4462 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4463 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4464 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4466 break 2
4467 fi
4468done
4469 done
4470IFS=$as_save_IFS
4471
4472fi
4473fi
4474ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4475if test -n "$ac_ct_DUMPBIN"; then
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4477$as_echo "$ac_ct_DUMPBIN" >&6; }
4478else
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4480$as_echo "no" >&6; }
4481fi
4482
4483
4484 test -n "$ac_ct_DUMPBIN" && break
4485done
4486
4487 if test "x$ac_ct_DUMPBIN" = x; then
4488 DUMPBIN=":"
4489 else
4490 case $cross_compiling:$ac_tool_warned in
4491yes:)
4492{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4493$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4494ac_tool_warned=yes ;;
4495esac
4496 DUMPBIN=$ac_ct_DUMPBIN
4497 fi
4498fi
4499
4500 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4501 *COFF*)
4502 DUMPBIN="$DUMPBIN -symbols"
4503 ;;
4504 *)
4505 DUMPBIN=:
4506 ;;
4507 esac
4508 fi
4509
4510 if test "$DUMPBIN" != ":"; then
4511 NM="$DUMPBIN"
4512 fi
4513fi
4514test -z "$NM" && NM=nm
4515
4516
4517
4518
4519
4520
4521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4522$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 4523if ${lt_cv_nm_interface+:} false; then :
0cd79707
SH
4524 $as_echo_n "(cached) " >&6
4525else
4526 lt_cv_nm_interface="BSD nm"
4527 echo "int some_variable = 0;" > conftest.$ac_ext
4528 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4529 (eval "$ac_compile" 2>conftest.err)
4530 cat conftest.err >&5
4531 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4532 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4533 cat conftest.err >&5
4534 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4535 cat conftest.out >&5
4536 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4537 lt_cv_nm_interface="MS dumpbin"
4538 fi
4539 rm -f conftest*
4540fi
4541{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4542$as_echo "$lt_cv_nm_interface" >&6; }
4543
4544{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4545$as_echo_n "checking whether ln -s works... " >&6; }
4546LN_S=$as_ln_s
4547if test "$LN_S" = "ln -s"; then
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4549$as_echo "yes" >&6; }
4550else
4551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4552$as_echo "no, using $LN_S" >&6; }
4553fi
4554
4555# find the maximum length of command line arguments
4556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4557$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 4558if ${lt_cv_sys_max_cmd_len+:} false; then :
0cd79707
SH
4559 $as_echo_n "(cached) " >&6
4560else
4561 i=0
4562 teststring="ABCD"
4563
4564 case $build_os in
4565 msdosdjgpp*)
4566 # On DJGPP, this test can blow up pretty badly due to problems in libc
4567 # (any single argument exceeding 2000 bytes causes a buffer overrun
4568 # during glob expansion). Even if it were fixed, the result of this
4569 # check would be larger than it should be.
4570 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4571 ;;
4572
4573 gnu*)
4574 # Under GNU Hurd, this test is not required because there is
4575 # no limit to the length of command line arguments.
4576 # Libtool will interpret -1 as no limit whatsoever
4577 lt_cv_sys_max_cmd_len=-1;
4578 ;;
4579
4580 cygwin* | mingw* | cegcc*)
4581 # On Win9x/ME, this test blows up -- it succeeds, but takes
4582 # about 5 minutes as the teststring grows exponentially.
4583 # Worse, since 9x/ME are not pre-emptively multitasking,
4584 # you end up with a "frozen" computer, even though with patience
4585 # the test eventually succeeds (with a max line length of 256k).
4586 # Instead, let's just punt: use the minimum linelength reported by
4587 # all of the supported platforms: 8192 (on NT/2K/XP).
4588 lt_cv_sys_max_cmd_len=8192;
4589 ;;
4590
4591 mint*)
4592 # On MiNT this can take a long time and run out of memory.
4593 lt_cv_sys_max_cmd_len=8192;
4594 ;;
4595
4596 amigaos*)
4597 # On AmigaOS with pdksh, this test takes hours, literally.
4598 # So we just punt and use a minimum line length of 8192.
4599 lt_cv_sys_max_cmd_len=8192;
4600 ;;
4601
4602 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4603 # This has been around since 386BSD, at least. Likely further.
4604 if test -x /sbin/sysctl; then
4605 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4606 elif test -x /usr/sbin/sysctl; then
4607 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4608 else
4609 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4610 fi
4611 # And add a safety zone
4612 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4613 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4614 ;;
4615
4616 interix*)
4617 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4618 lt_cv_sys_max_cmd_len=196608
4619 ;;
4620
4621 osf*)
4622 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4623 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4624 # nice to cause kernel panics so lets avoid the loop below.
4625 # First set a reasonable default.
4626 lt_cv_sys_max_cmd_len=16384
4627 #
4628 if test -x /sbin/sysconfig; then
4629 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4630 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4631 esac
4632 fi
4633 ;;
4634 sco3.2v5*)
4635 lt_cv_sys_max_cmd_len=102400
4636 ;;
4637 sysv5* | sco5v6* | sysv4.2uw2*)
4638 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4639 if test -n "$kargmax"; then
4640 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4641 else
4642 lt_cv_sys_max_cmd_len=32768
4643 fi
4644 ;;
4645 *)
4646 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4647 if test -n "$lt_cv_sys_max_cmd_len"; then
4648 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4649 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4650 else
4651 # Make teststring a little bigger before we do anything with it.
4652 # a 1K string should be a reasonable start.
4653 for i in 1 2 3 4 5 6 7 8 ; do
4654 teststring=$teststring$teststring
4655 done
4656 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4657 # If test is not a shell built-in, we'll probably end up computing a
4658 # maximum length that is only half of the actual maximum length, but
4659 # we can't tell.
4660 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4661 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4662 test $i != 17 # 1/2 MB should be enough
4663 do
4664 i=`expr $i + 1`
4665 teststring=$teststring$teststring
4666 done
4667 # Only check the string length outside the loop.
4668 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4669 teststring=
4670 # Add a significant safety factor because C++ compilers can tack on
4671 # massive amounts of additional arguments before passing them to the
4672 # linker. It appears as though 1/2 is a usable value.
4673 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4674 fi
4675 ;;
4676 esac
4677
4678fi
4679
4680if test -n $lt_cv_sys_max_cmd_len ; then
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4682$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4683else
4684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4685$as_echo "none" >&6; }
4686fi
4687max_cmd_len=$lt_cv_sys_max_cmd_len
4688
4689
4690
4691
4692
4693
4694: ${CP="cp -f"}
4695: ${MV="mv -f"}
4696: ${RM="rm -f"}
4697
4698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4699$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4700# Try some XSI features
4701xsi_shell=no
4702( _lt_dummy="a/b/c"
4703 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4704 = c,a/b,, \
4705 && eval 'test $(( 1 + 1 )) -eq 2 \
4706 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4707 && xsi_shell=yes
4708{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4709$as_echo "$xsi_shell" >&6; }
4710
4711
4712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4713$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4714lt_shell_append=no
4715( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4716 >/dev/null 2>&1 \
4717 && lt_shell_append=yes
4718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4719$as_echo "$lt_shell_append" >&6; }
4720
4721
4722if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4723 lt_unset=unset
4724else
4725 lt_unset=false
4726fi
4727
4728
4729
4730
4731
4732# test EBCDIC or ASCII
4733case `echo X|tr X '\101'` in
4734 A) # ASCII based system
4735 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4736 lt_SP2NL='tr \040 \012'
4737 lt_NL2SP='tr \015\012 \040\040'
4738 ;;
4739 *) # EBCDIC based system
4740 lt_SP2NL='tr \100 \n'
4741 lt_NL2SP='tr \r\n \100\100'
4742 ;;
4743esac
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4754$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 4755if ${lt_cv_ld_reload_flag+:} false; then :
0cd79707
SH
4756 $as_echo_n "(cached) " >&6
4757else
4758 lt_cv_ld_reload_flag='-r'
4759fi
4760{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4761$as_echo "$lt_cv_ld_reload_flag" >&6; }
4762reload_flag=$lt_cv_ld_reload_flag
4763case $reload_flag in
4764"" | " "*) ;;
4765*) reload_flag=" $reload_flag" ;;
4766esac
4767reload_cmds='$LD$reload_flag -o $output$reload_objs'
4768case $host_os in
4769 darwin*)
4770 if test "$GCC" = yes; then
4771 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4772 else
4773 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4774 fi
4775 ;;
4776esac
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786if test -n "$ac_tool_prefix"; then
4787 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4788set dummy ${ac_tool_prefix}objdump; ac_word=$2
4789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4790$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4791if ${ac_cv_prog_OBJDUMP+:} false; then :
0cd79707
SH
4792 $as_echo_n "(cached) " >&6
4793else
4794 if test -n "$OBJDUMP"; then
4795 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4796else
4797as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4798for as_dir in $PATH
4799do
4800 IFS=$as_save_IFS
4801 test -z "$as_dir" && as_dir=.
4802 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4803 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4804 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4806 break 2
4807 fi
4808done
4809 done
4810IFS=$as_save_IFS
4811
4812fi
4813fi
4814OBJDUMP=$ac_cv_prog_OBJDUMP
4815if test -n "$OBJDUMP"; then
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4817$as_echo "$OBJDUMP" >&6; }
4818else
4819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4820$as_echo "no" >&6; }
4821fi
4822
4823
4824fi
4825if test -z "$ac_cv_prog_OBJDUMP"; then
4826 ac_ct_OBJDUMP=$OBJDUMP
4827 # Extract the first word of "objdump", so it can be a program name with args.
4828set dummy objdump; ac_word=$2
4829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4830$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4831if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
0cd79707
SH
4832 $as_echo_n "(cached) " >&6
4833else
4834 if test -n "$ac_ct_OBJDUMP"; then
4835 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4836else
4837as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4838for as_dir in $PATH
4839do
4840 IFS=$as_save_IFS
4841 test -z "$as_dir" && as_dir=.
4842 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4843 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
4844 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4846 break 2
4847 fi
4848done
4849 done
4850IFS=$as_save_IFS
4851
4852fi
4853fi
4854ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4855if test -n "$ac_ct_OBJDUMP"; then
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4857$as_echo "$ac_ct_OBJDUMP" >&6; }
4858else
4859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4860$as_echo "no" >&6; }
4861fi
4862
4863 if test "x$ac_ct_OBJDUMP" = x; then
4864 OBJDUMP="false"
4865 else
4866 case $cross_compiling:$ac_tool_warned in
4867yes:)
4868{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4869$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4870ac_tool_warned=yes ;;
4871esac
4872 OBJDUMP=$ac_ct_OBJDUMP
4873 fi
4874else
4875 OBJDUMP="$ac_cv_prog_OBJDUMP"
4876fi
4877
4878test -z "$OBJDUMP" && OBJDUMP=objdump
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4889$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 4890if ${lt_cv_deplibs_check_method+:} false; then :
0cd79707
SH
4891 $as_echo_n "(cached) " >&6
4892else
4893 lt_cv_file_magic_cmd='$MAGIC_CMD'
4894lt_cv_file_magic_test_file=
4895lt_cv_deplibs_check_method='unknown'
4896# Need to set the preceding variable on all platforms that support
4897# interlibrary dependencies.
4898# 'none' -- dependencies not supported.
4899# `unknown' -- same as none, but documents that we really don't know.
4900# 'pass_all' -- all dependencies passed with no checks.
4901# 'test_compile' -- check by making test program.
4902# 'file_magic [[regex]]' -- check by looking for files in library path
4903# which responds to the $file_magic_cmd with a given extended regex.
4904# If you have `file' or equivalent on your system and you're not sure
4905# whether `pass_all' will *always* work, you probably want this one.
4906
4907case $host_os in
4908aix[4-9]*)
4909 lt_cv_deplibs_check_method=pass_all
4910 ;;
4911
4912beos*)
4913 lt_cv_deplibs_check_method=pass_all
4914 ;;
4915
4916bsdi[45]*)
4917 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4918 lt_cv_file_magic_cmd='/usr/bin/file -L'
4919 lt_cv_file_magic_test_file=/shlib/libc.so
4920 ;;
4921
4922cygwin*)
4923 # func_win32_libid is a shell function defined in ltmain.sh
4924 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4925 lt_cv_file_magic_cmd='func_win32_libid'
4926 ;;
4927
4928mingw* | pw32*)
4929 # Base MSYS/MinGW do not provide the 'file' command needed by
4930 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4931 # unless we find 'file', for example because we are cross-compiling.
4932 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4933 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4934 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4935 lt_cv_file_magic_cmd='func_win32_libid'
4936 else
4937 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4938 lt_cv_file_magic_cmd='$OBJDUMP -f'
4939 fi
4940 ;;
4941
4942cegcc*)
4943 # use the weaker test based on 'objdump'. See mingw*.
4944 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4945 lt_cv_file_magic_cmd='$OBJDUMP -f'
4946 ;;
4947
4948darwin* | rhapsody*)
4949 lt_cv_deplibs_check_method=pass_all
4950 ;;
4951
4952freebsd* | dragonfly*)
4953 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4954 case $host_cpu in
4955 i*86 )
4956 # Not sure whether the presence of OpenBSD here was a mistake.
4957 # Let's accept both of them until this is cleared up.
4958 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4959 lt_cv_file_magic_cmd=/usr/bin/file
4960 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4961 ;;
4962 esac
4963 else
4964 lt_cv_deplibs_check_method=pass_all
4965 fi
4966 ;;
4967
4968gnu*)
4969 lt_cv_deplibs_check_method=pass_all
4970 ;;
4971
4972haiku*)
4973 lt_cv_deplibs_check_method=pass_all
4974 ;;
4975
4976hpux10.20* | hpux11*)
4977 lt_cv_file_magic_cmd=/usr/bin/file
4978 case $host_cpu in
4979 ia64*)
4980 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4981 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4982 ;;
4983 hppa*64*)
4984 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]'
4985 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4986 ;;
4987 *)
4988 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4989 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4990 ;;
4991 esac
4992 ;;
4993
4994interix[3-9]*)
4995 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4996 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4997 ;;
4998
4999irix5* | irix6* | nonstopux*)
5000 case $LD in
5001 *-32|*"-32 ") libmagic=32-bit;;
5002 *-n32|*"-n32 ") libmagic=N32;;
5003 *-64|*"-64 ") libmagic=64-bit;;
5004 *) libmagic=never-match;;
5005 esac
5006 lt_cv_deplibs_check_method=pass_all
5007 ;;
5008
5009# This must be Linux ELF.
5010linux* | k*bsd*-gnu | kopensolaris*-gnu)
5011 lt_cv_deplibs_check_method=pass_all
5012 ;;
5013
5014netbsd*)
5015 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5016 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5017 else
5018 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5019 fi
5020 ;;
5021
5022newos6*)
5023 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5024 lt_cv_file_magic_cmd=/usr/bin/file
5025 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5026 ;;
5027
5028*nto* | *qnx*)
5029 lt_cv_deplibs_check_method=pass_all
5030 ;;
5031
5032openbsd*)
5033 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5034 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5035 else
5036 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5037 fi
5038 ;;
5039
5040osf3* | osf4* | osf5*)
5041 lt_cv_deplibs_check_method=pass_all
5042 ;;
5043
5044rdos*)
5045 lt_cv_deplibs_check_method=pass_all
5046 ;;
5047
5048solaris*)
5049 lt_cv_deplibs_check_method=pass_all
5050 ;;
5051
5052sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5053 lt_cv_deplibs_check_method=pass_all
5054 ;;
5055
5056sysv4 | sysv4.3*)
5057 case $host_vendor in
5058 motorola)
5059 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]'
5060 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5061 ;;
5062 ncr)
5063 lt_cv_deplibs_check_method=pass_all
5064 ;;
5065 sequent)
5066 lt_cv_file_magic_cmd='/bin/file'
5067 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5068 ;;
5069 sni)
5070 lt_cv_file_magic_cmd='/bin/file'
5071 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5072 lt_cv_file_magic_test_file=/lib/libc.so
5073 ;;
5074 siemens)
5075 lt_cv_deplibs_check_method=pass_all
5076 ;;
5077 pc)
5078 lt_cv_deplibs_check_method=pass_all
5079 ;;
5080 esac
5081 ;;
5082
5083tpf*)
5084 lt_cv_deplibs_check_method=pass_all
5085 ;;
5086esac
5087
5088fi
5089{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5090$as_echo "$lt_cv_deplibs_check_method" >&6; }
5091file_magic_cmd=$lt_cv_file_magic_cmd
5092deplibs_check_method=$lt_cv_deplibs_check_method
5093test -z "$deplibs_check_method" && deplibs_check_method=unknown
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
68ed2854
MF
5106plugin_option=
5107plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5108for plugin in $plugin_names; do
5109 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5110 if test x$plugin_so = x$plugin; then
5111 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5112 fi
5113 if test x$plugin_so != x$plugin; then
5114 plugin_option="--plugin $plugin_so"
5115 break
5116 fi
5117done
5118
0cd79707
SH
5119if test -n "$ac_tool_prefix"; then
5120 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5121set dummy ${ac_tool_prefix}ar; ac_word=$2
5122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5123$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5124if ${ac_cv_prog_AR+:} false; then :
0cd79707
SH
5125 $as_echo_n "(cached) " >&6
5126else
5127 if test -n "$AR"; then
5128 ac_cv_prog_AR="$AR" # Let the user override the test.
5129else
5130as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5131for as_dir in $PATH
5132do
5133 IFS=$as_save_IFS
5134 test -z "$as_dir" && as_dir=.
5135 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5136 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5137 ac_cv_prog_AR="${ac_tool_prefix}ar"
5138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5139 break 2
5140 fi
5141done
5142 done
5143IFS=$as_save_IFS
5144
5145fi
5146fi
5147AR=$ac_cv_prog_AR
5148if test -n "$AR"; then
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5150$as_echo "$AR" >&6; }
5151else
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5153$as_echo "no" >&6; }
5154fi
5155
5156
5157fi
5158if test -z "$ac_cv_prog_AR"; then
5159 ac_ct_AR=$AR
5160 # Extract the first word of "ar", so it can be a program name with args.
5161set dummy ar; ac_word=$2
5162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5163$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5164if ${ac_cv_prog_ac_ct_AR+:} false; then :
0cd79707
SH
5165 $as_echo_n "(cached) " >&6
5166else
5167 if test -n "$ac_ct_AR"; then
5168 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5169else
5170as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5171for as_dir in $PATH
5172do
5173 IFS=$as_save_IFS
5174 test -z "$as_dir" && as_dir=.
5175 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5177 ac_cv_prog_ac_ct_AR="ar"
5178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5179 break 2
5180 fi
5181done
5182 done
5183IFS=$as_save_IFS
5184
5185fi
5186fi
5187ac_ct_AR=$ac_cv_prog_ac_ct_AR
5188if test -n "$ac_ct_AR"; then
5189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5190$as_echo "$ac_ct_AR" >&6; }
5191else
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5193$as_echo "no" >&6; }
5194fi
5195
5196 if test "x$ac_ct_AR" = x; then
5197 AR="false"
5198 else
5199 case $cross_compiling:$ac_tool_warned in
5200yes:)
5201{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5202$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5203ac_tool_warned=yes ;;
5204esac
5205 AR=$ac_ct_AR
5206 fi
5207else
5208 AR="$ac_cv_prog_AR"
5209fi
5210
5211test -z "$AR" && AR=ar
68ed2854
MF
5212if test -n "$plugin_option"; then
5213 if $AR --help 2>&1 | grep -q "\--plugin"; then
f631b79a
MF
5214 touch conftest.c
5215 $AR $plugin_option rc conftest.a conftest.c
5216 if test "$?" != 0; then
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5218$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5219 else
5220 AR="$AR $plugin_option"
5221 fi
5222 rm -f conftest.*
68ed2854
MF
5223 fi
5224fi
0cd79707
SH
5225test -z "$AR_FLAGS" && AR_FLAGS=cru
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237if test -n "$ac_tool_prefix"; then
5238 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5239set dummy ${ac_tool_prefix}strip; ac_word=$2
5240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5241$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5242if ${ac_cv_prog_STRIP+:} false; then :
0cd79707
SH
5243 $as_echo_n "(cached) " >&6
5244else
5245 if test -n "$STRIP"; then
5246 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5247else
5248as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5249for as_dir in $PATH
5250do
5251 IFS=$as_save_IFS
5252 test -z "$as_dir" && as_dir=.
5253 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5254 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5255 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5257 break 2
5258 fi
5259done
5260 done
5261IFS=$as_save_IFS
5262
5263fi
5264fi
5265STRIP=$ac_cv_prog_STRIP
5266if test -n "$STRIP"; then
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5268$as_echo "$STRIP" >&6; }
5269else
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5271$as_echo "no" >&6; }
5272fi
5273
5274
5275fi
5276if test -z "$ac_cv_prog_STRIP"; then
5277 ac_ct_STRIP=$STRIP
5278 # Extract the first word of "strip", so it can be a program name with args.
5279set dummy strip; ac_word=$2
5280{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5281$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5282if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
0cd79707
SH
5283 $as_echo_n "(cached) " >&6
5284else
5285 if test -n "$ac_ct_STRIP"; then
5286 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5287else
5288as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5289for as_dir in $PATH
5290do
5291 IFS=$as_save_IFS
5292 test -z "$as_dir" && as_dir=.
5293 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5294 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5295 ac_cv_prog_ac_ct_STRIP="strip"
5296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5297 break 2
5298 fi
5299done
5300 done
5301IFS=$as_save_IFS
5302
5303fi
5304fi
5305ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5306if test -n "$ac_ct_STRIP"; then
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5308$as_echo "$ac_ct_STRIP" >&6; }
5309else
5310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5311$as_echo "no" >&6; }
5312fi
5313
5314 if test "x$ac_ct_STRIP" = x; then
5315 STRIP=":"
5316 else
5317 case $cross_compiling:$ac_tool_warned in
5318yes:)
5319{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5320$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5321ac_tool_warned=yes ;;
5322esac
5323 STRIP=$ac_ct_STRIP
5324 fi
5325else
5326 STRIP="$ac_cv_prog_STRIP"
5327fi
5328
5329test -z "$STRIP" && STRIP=:
5330
5331
5332
5333
5334
5335
5336if test -n "$ac_tool_prefix"; then
5337 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5338set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5340$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5341if ${ac_cv_prog_RANLIB+:} false; then :
0cd79707
SH
5342 $as_echo_n "(cached) " >&6
5343else
5344 if test -n "$RANLIB"; then
5345 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5346else
5347as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5348for as_dir in $PATH
5349do
5350 IFS=$as_save_IFS
5351 test -z "$as_dir" && as_dir=.
5352 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5353 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5354 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5356 break 2
5357 fi
5358done
5359 done
5360IFS=$as_save_IFS
5361
5362fi
5363fi
5364RANLIB=$ac_cv_prog_RANLIB
5365if test -n "$RANLIB"; then
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5367$as_echo "$RANLIB" >&6; }
5368else
5369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5370$as_echo "no" >&6; }
5371fi
5372
5373
5374fi
5375if test -z "$ac_cv_prog_RANLIB"; then
5376 ac_ct_RANLIB=$RANLIB
5377 # Extract the first word of "ranlib", so it can be a program name with args.
5378set dummy ranlib; ac_word=$2
5379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5380$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5381if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
0cd79707
SH
5382 $as_echo_n "(cached) " >&6
5383else
5384 if test -n "$ac_ct_RANLIB"; then
5385 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5386else
5387as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5388for as_dir in $PATH
5389do
5390 IFS=$as_save_IFS
5391 test -z "$as_dir" && as_dir=.
5392 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5393 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5394 ac_cv_prog_ac_ct_RANLIB="ranlib"
5395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5396 break 2
5397 fi
5398done
5399 done
5400IFS=$as_save_IFS
5401
5402fi
5403fi
5404ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5405if test -n "$ac_ct_RANLIB"; then
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5407$as_echo "$ac_ct_RANLIB" >&6; }
5408else
5409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5410$as_echo "no" >&6; }
5411fi
5412
5413 if test "x$ac_ct_RANLIB" = x; then
5414 RANLIB=":"
5415 else
5416 case $cross_compiling:$ac_tool_warned in
5417yes:)
5418{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5419$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5420ac_tool_warned=yes ;;
5421esac
5422 RANLIB=$ac_ct_RANLIB
5423 fi
5424else
5425 RANLIB="$ac_cv_prog_RANLIB"
5426fi
5427
5428test -z "$RANLIB" && RANLIB=:
68ed2854
MF
5429if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5430 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5431 RANLIB="$RANLIB $plugin_option"
5432 fi
5433fi
0cd79707
SH
5434
5435
5436
5437
5438
5439
5440# Determine commands to create old-style static archives.
5441old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5442old_postinstall_cmds='chmod 644 $oldlib'
5443old_postuninstall_cmds=
5444
5445if test -n "$RANLIB"; then
5446 case $host_os in
5447 openbsd*)
5448 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5449 ;;
5450 *)
5451 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5452 ;;
5453 esac
5454 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5455fi
5456
5457case $host_os in
5458 darwin*)
5459 lock_old_archive_extraction=yes ;;
5460 *)
5461 lock_old_archive_extraction=no ;;
5462esac
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484for ac_prog in gawk mawk nawk awk
5485do
5486 # Extract the first word of "$ac_prog", so it can be a program name with args.
5487set dummy $ac_prog; ac_word=$2
5488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5489$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5490if ${ac_cv_prog_AWK+:} false; then :
0cd79707
SH
5491 $as_echo_n "(cached) " >&6
5492else
5493 if test -n "$AWK"; then
5494 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5495else
5496as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5497for as_dir in $PATH
5498do
5499 IFS=$as_save_IFS
5500 test -z "$as_dir" && as_dir=.
5501 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5502 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
5503 ac_cv_prog_AWK="$ac_prog"
5504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5505 break 2
5506 fi
5507done
5508 done
5509IFS=$as_save_IFS
5510
5511fi
5512fi
5513AWK=$ac_cv_prog_AWK
5514if test -n "$AWK"; then
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5516$as_echo "$AWK" >&6; }
5517else
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5519$as_echo "no" >&6; }
5520fi
5521
5522
5523 test -n "$AWK" && break
5524done
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544# If no C compiler was specified, use CC.
5545LTCC=${LTCC-"$CC"}
5546
5547# If no C compiler flags were specified, use CFLAGS.
5548LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5549
5550# Allow CC to be a program name with arguments.
5551compiler=$CC
5552
5553
5554# Check for command to grab the raw symbol name followed by C symbol from nm.
5555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5556$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 5557if ${lt_cv_sys_global_symbol_pipe+:} false; then :
0cd79707
SH
5558 $as_echo_n "(cached) " >&6
5559else
5560
5561# These are sane defaults that work on at least a few old systems.
5562# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5563
5564# Character class describing NM global symbol codes.
5565symcode='[BCDEGRST]'
5566
5567# Regexp to match symbols that can be accessed directly from C.
5568sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5569
5570# Define system-specific variables.
5571case $host_os in
5572aix*)
5573 symcode='[BCDT]'
5574 ;;
5575cygwin* | mingw* | pw32* | cegcc*)
5576 symcode='[ABCDGISTW]'
5577 ;;
5578hpux*)
5579 if test "$host_cpu" = ia64; then
5580 symcode='[ABCDEGRST]'
5581 fi
5582 ;;
5583irix* | nonstopux*)
5584 symcode='[BCDEGRST]'
5585 ;;
5586osf*)
5587 symcode='[BCDEGQRST]'
5588 ;;
5589solaris*)
5590 symcode='[BDRT]'
5591 ;;
5592sco3.2v5*)
5593 symcode='[DT]'
5594 ;;
5595sysv4.2uw2*)
5596 symcode='[DT]'
5597 ;;
5598sysv5* | sco5v6* | unixware* | OpenUNIX*)
5599 symcode='[ABDT]'
5600 ;;
5601sysv4)
5602 symcode='[DFNSTU]'
5603 ;;
5604esac
5605
5606# If we're using GNU nm, then use its standard symbol codes.
5607case `$NM -V 2>&1` in
5608*GNU* | *'with BFD'*)
5609 symcode='[ABCDGIRSTW]' ;;
5610esac
5611
5612# Transform an extracted symbol line into a proper C declaration.
5613# Some systems (esp. on ia64) link data and code symbols differently,
5614# so use this general approach.
5615lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5616
5617# Transform an extracted symbol line into symbol name and symbol address
5618lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5619lt_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'"
5620
5621# Handle CRLF in mingw tool chain
5622opt_cr=
5623case $build_os in
5624mingw*)
5625 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5626 ;;
5627esac
5628
5629# Try without a prefix underscore, then with it.
5630for ac_symprfx in "" "_"; do
5631
5632 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5633 symxfrm="\\1 $ac_symprfx\\2 \\2"
5634
5635 # Write the raw and C identifiers.
5636 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5637 # Fake it for dumpbin and say T for any non-static function
5638 # and D for any global variable.
5639 # Also find C++ and __fastcall symbols from MSVC++,
5640 # which start with @ or ?.
5641 lt_cv_sys_global_symbol_pipe="$AWK '"\
5642" {last_section=section; section=\$ 3};"\
5643" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5644" \$ 0!~/External *\|/{next};"\
5645" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5646" {if(hide[section]) next};"\
5647" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5648" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5649" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5650" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5651" ' prfx=^$ac_symprfx"
5652 else
5653 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5654 fi
5655
5656 # Check to see that the pipe works correctly.
5657 pipe_works=no
5658
5659 rm -f conftest*
5660 cat > conftest.$ac_ext <<_LT_EOF
5661#ifdef __cplusplus
5662extern "C" {
5663#endif
5664char nm_test_var;
5665void nm_test_func(void);
5666void nm_test_func(void){}
5667#ifdef __cplusplus
5668}
5669#endif
5670int main(){nm_test_var='a';nm_test_func();return(0);}
5671_LT_EOF
5672
5673 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5674 (eval $ac_compile) 2>&5
5675 ac_status=$?
5676 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5677 test $ac_status = 0; }; then
5678 # Now try to grab the symbols.
5679 nlist=conftest.nm
5680 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5681 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5682 ac_status=$?
5683 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5684 test $ac_status = 0; } && test -s "$nlist"; then
5685 # Try sorting and uniquifying the output.
5686 if sort "$nlist" | uniq > "$nlist"T; then
5687 mv -f "$nlist"T "$nlist"
5688 else
5689 rm -f "$nlist"T
5690 fi
5691
5692 # Make sure that we snagged all the symbols we need.
5693 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5694 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5695 cat <<_LT_EOF > conftest.$ac_ext
5696#ifdef __cplusplus
5697extern "C" {
5698#endif
5699
5700_LT_EOF
5701 # Now generate the symbol file.
5702 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5703
5704 cat <<_LT_EOF >> conftest.$ac_ext
5705
5706/* The mapping between symbol names and symbols. */
5707const struct {
5708 const char *name;
5709 void *address;
5710}
5711lt__PROGRAM__LTX_preloaded_symbols[] =
5712{
5713 { "@PROGRAM@", (void *) 0 },
5714_LT_EOF
5715 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5716 cat <<\_LT_EOF >> conftest.$ac_ext
5717 {0, (void *) 0}
5718};
5719
5720/* This works around a problem in FreeBSD linker */
5721#ifdef FREEBSD_WORKAROUND
5722static const void *lt_preloaded_setup() {
5723 return lt__PROGRAM__LTX_preloaded_symbols;
5724}
5725#endif
5726
5727#ifdef __cplusplus
5728}
5729#endif
5730_LT_EOF
5731 # Now try linking the two files.
5732 mv conftest.$ac_objext conftstm.$ac_objext
5733 lt_save_LIBS="$LIBS"
5734 lt_save_CFLAGS="$CFLAGS"
5735 LIBS="conftstm.$ac_objext"
5736 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5737 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5738 (eval $ac_link) 2>&5
5739 ac_status=$?
5740 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5741 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5742 pipe_works=yes
5743 fi
5744 LIBS="$lt_save_LIBS"
5745 CFLAGS="$lt_save_CFLAGS"
5746 else
5747 echo "cannot find nm_test_func in $nlist" >&5
5748 fi
5749 else
5750 echo "cannot find nm_test_var in $nlist" >&5
5751 fi
5752 else
5753 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5754 fi
5755 else
5756 echo "$progname: failed program was:" >&5
5757 cat conftest.$ac_ext >&5
5758 fi
5759 rm -rf conftest* conftst*
5760
5761 # Do not use the global_symbol_pipe unless it works.
5762 if test "$pipe_works" = yes; then
5763 break
5764 else
5765 lt_cv_sys_global_symbol_pipe=
5766 fi
5767done
5768
5769fi
5770
5771if test -z "$lt_cv_sys_global_symbol_pipe"; then
5772 lt_cv_sys_global_symbol_to_cdecl=
5773fi
5774if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5776$as_echo "failed" >&6; }
5777else
5778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5779$as_echo "ok" >&6; }
5780fi
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803# Check whether --enable-libtool-lock was given.
5804if test "${enable_libtool_lock+set}" = set; then :
5805 enableval=$enable_libtool_lock;
5806fi
5807
5808test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5809
5810# Some flags need to be propagated to the compiler or linker for good
5811# libtool support.
5812case $host in
5813ia64-*-hpux*)
5814 # Find out which ABI we are using.
5815 echo 'int i;' > conftest.$ac_ext
5816 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5817 (eval $ac_compile) 2>&5
5818 ac_status=$?
5819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5820 test $ac_status = 0; }; then
5821 case `/usr/bin/file conftest.$ac_objext` in
5822 *ELF-32*)
5823 HPUX_IA64_MODE="32"
5824 ;;
5825 *ELF-64*)
5826 HPUX_IA64_MODE="64"
5827 ;;
5828 esac
5829 fi
5830 rm -rf conftest*
5831 ;;
5832*-*-irix6*)
5833 # Find out which ABI we are using.
5834 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5835 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5836 (eval $ac_compile) 2>&5
5837 ac_status=$?
5838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5839 test $ac_status = 0; }; then
5840 if test "$lt_cv_prog_gnu_ld" = yes; then
5841 case `/usr/bin/file conftest.$ac_objext` in
5842 *32-bit*)
5843 LD="${LD-ld} -melf32bsmip"
5844 ;;
5845 *N32*)
5846 LD="${LD-ld} -melf32bmipn32"
5847 ;;
5848 *64-bit*)
5849 LD="${LD-ld} -melf64bmip"
5850 ;;
5851 esac
5852 else
5853 case `/usr/bin/file conftest.$ac_objext` in
5854 *32-bit*)
5855 LD="${LD-ld} -32"
5856 ;;
5857 *N32*)
5858 LD="${LD-ld} -n32"
5859 ;;
5860 *64-bit*)
5861 LD="${LD-ld} -64"
5862 ;;
5863 esac
5864 fi
5865 fi
5866 rm -rf conftest*
5867 ;;
5868
5869x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
5870s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5871 # Find out which ABI we are using.
5872 echo 'int i;' > conftest.$ac_ext
5873 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5874 (eval $ac_compile) 2>&5
5875 ac_status=$?
5876 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5877 test $ac_status = 0; }; then
5878 case `/usr/bin/file conftest.o` in
5879 *32-bit*)
5880 case $host in
5881 x86_64-*kfreebsd*-gnu)
5882 LD="${LD-ld} -m elf_i386_fbsd"
5883 ;;
5884 x86_64-*linux*)
5885 case `/usr/bin/file conftest.o` in
5886 *x86-64*)
5887 LD="${LD-ld} -m elf32_x86_64"
5888 ;;
5889 *)
5890 LD="${LD-ld} -m elf_i386"
5891 ;;
5892 esac
5893 ;;
5894 powerpc64le-*linux*)
5895 LD="${LD-ld} -m elf32lppclinux"
5896 ;;
5897 powerpc64-*linux*)
5898 LD="${LD-ld} -m elf32ppclinux"
5899 ;;
5900 s390x-*linux*)
5901 LD="${LD-ld} -m elf_s390"
5902 ;;
5903 sparc64-*linux*)
5904 LD="${LD-ld} -m elf32_sparc"
5905 ;;
5906 esac
5907 ;;
5908 *64-bit*)
5909 case $host in
5910 x86_64-*kfreebsd*-gnu)
5911 LD="${LD-ld} -m elf_x86_64_fbsd"
5912 ;;
5913 x86_64-*linux*)
5914 LD="${LD-ld} -m elf_x86_64"
5915 ;;
5916 powerpcle-*linux*)
5917 LD="${LD-ld} -m elf64lppc"
5918 ;;
5919 powerpc-*linux*)
5920 LD="${LD-ld} -m elf64ppc"
5921 ;;
5922 s390*-*linux*|s390*-*tpf*)
5923 LD="${LD-ld} -m elf64_s390"
5924 ;;
5925 sparc*-*linux*)
5926 LD="${LD-ld} -m elf64_sparc"
5927 ;;
5928 esac
5929 ;;
5930 esac
5931 fi
5932 rm -rf conftest*
5933 ;;
5934
5935*-*-sco3.2v5*)
5936 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5937 SAVE_CFLAGS="$CFLAGS"
5938 CFLAGS="$CFLAGS -belf"
5939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5940$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 5941if ${lt_cv_cc_needs_belf+:} false; then :
0cd79707
SH
5942 $as_echo_n "(cached) " >&6
5943else
5944 ac_ext=c
5945ac_cpp='$CPP $CPPFLAGS'
5946ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5947ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5948ac_compiler_gnu=$ac_cv_c_compiler_gnu
5949
5950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5951/* end confdefs.h. */
5952
5953int
5954main ()
5955{
5956
5957 ;
5958 return 0;
5959}
5960_ACEOF
5961if ac_fn_c_try_link "$LINENO"; then :
5962 lt_cv_cc_needs_belf=yes
5963else
5964 lt_cv_cc_needs_belf=no
5965fi
5966rm -f core conftest.err conftest.$ac_objext \
5967 conftest$ac_exeext conftest.$ac_ext
5968 ac_ext=c
5969ac_cpp='$CPP $CPPFLAGS'
5970ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5971ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5972ac_compiler_gnu=$ac_cv_c_compiler_gnu
5973
5974fi
5975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5976$as_echo "$lt_cv_cc_needs_belf" >&6; }
5977 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5978 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5979 CFLAGS="$SAVE_CFLAGS"
5980 fi
5981 ;;
5982sparc*-*solaris*)
5983 # Find out which ABI we are using.
5984 echo 'int i;' > conftest.$ac_ext
5985 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5986 (eval $ac_compile) 2>&5
5987 ac_status=$?
5988 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5989 test $ac_status = 0; }; then
5990 case `/usr/bin/file conftest.o` in
5991 *64-bit*)
5992 case $lt_cv_prog_gnu_ld in
5993 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5994 *)
5995 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5996 LD="${LD-ld} -64"
5997 fi
5998 ;;
5999 esac
6000 ;;
6001 esac
6002 fi
6003 rm -rf conftest*
6004 ;;
6005esac
6006
6007need_locks="$enable_libtool_lock"
6008
6009
6010 case $host_os in
6011 rhapsody* | darwin*)
6012 if test -n "$ac_tool_prefix"; then
6013 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6014set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6016$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6017if ${ac_cv_prog_DSYMUTIL+:} false; then :
0cd79707
SH
6018 $as_echo_n "(cached) " >&6
6019else
6020 if test -n "$DSYMUTIL"; then
6021 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6022else
6023as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6024for as_dir in $PATH
6025do
6026 IFS=$as_save_IFS
6027 test -z "$as_dir" && as_dir=.
6028 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6029 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6030 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6032 break 2
6033 fi
6034done
6035 done
6036IFS=$as_save_IFS
6037
6038fi
6039fi
6040DSYMUTIL=$ac_cv_prog_DSYMUTIL
6041if test -n "$DSYMUTIL"; then
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6043$as_echo "$DSYMUTIL" >&6; }
6044else
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6046$as_echo "no" >&6; }
6047fi
6048
6049
6050fi
6051if test -z "$ac_cv_prog_DSYMUTIL"; then
6052 ac_ct_DSYMUTIL=$DSYMUTIL
6053 # Extract the first word of "dsymutil", so it can be a program name with args.
6054set dummy dsymutil; ac_word=$2
6055{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6056$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6057if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
0cd79707
SH
6058 $as_echo_n "(cached) " >&6
6059else
6060 if test -n "$ac_ct_DSYMUTIL"; then
6061 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6062else
6063as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6064for as_dir in $PATH
6065do
6066 IFS=$as_save_IFS
6067 test -z "$as_dir" && as_dir=.
6068 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6069 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6070 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6072 break 2
6073 fi
6074done
6075 done
6076IFS=$as_save_IFS
6077
6078fi
6079fi
6080ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6081if test -n "$ac_ct_DSYMUTIL"; then
6082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6083$as_echo "$ac_ct_DSYMUTIL" >&6; }
6084else
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6086$as_echo "no" >&6; }
6087fi
6088
6089 if test "x$ac_ct_DSYMUTIL" = x; then
6090 DSYMUTIL=":"
6091 else
6092 case $cross_compiling:$ac_tool_warned in
6093yes:)
6094{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6095$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6096ac_tool_warned=yes ;;
6097esac
6098 DSYMUTIL=$ac_ct_DSYMUTIL
6099 fi
6100else
6101 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6102fi
6103
6104 if test -n "$ac_tool_prefix"; then
6105 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6106set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6107{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6108$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6109if ${ac_cv_prog_NMEDIT+:} false; then :
0cd79707
SH
6110 $as_echo_n "(cached) " >&6
6111else
6112 if test -n "$NMEDIT"; then
6113 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6114else
6115as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6116for as_dir in $PATH
6117do
6118 IFS=$as_save_IFS
6119 test -z "$as_dir" && as_dir=.
6120 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6121 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6122 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6124 break 2
6125 fi
6126done
6127 done
6128IFS=$as_save_IFS
6129
6130fi
6131fi
6132NMEDIT=$ac_cv_prog_NMEDIT
6133if test -n "$NMEDIT"; then
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6135$as_echo "$NMEDIT" >&6; }
6136else
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6138$as_echo "no" >&6; }
6139fi
6140
6141
6142fi
6143if test -z "$ac_cv_prog_NMEDIT"; then
6144 ac_ct_NMEDIT=$NMEDIT
6145 # Extract the first word of "nmedit", so it can be a program name with args.
6146set dummy nmedit; ac_word=$2
6147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6148$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6149if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
0cd79707
SH
6150 $as_echo_n "(cached) " >&6
6151else
6152 if test -n "$ac_ct_NMEDIT"; then
6153 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6154else
6155as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6156for as_dir in $PATH
6157do
6158 IFS=$as_save_IFS
6159 test -z "$as_dir" && as_dir=.
6160 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6161 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6162 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6164 break 2
6165 fi
6166done
6167 done
6168IFS=$as_save_IFS
6169
6170fi
6171fi
6172ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6173if test -n "$ac_ct_NMEDIT"; then
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6175$as_echo "$ac_ct_NMEDIT" >&6; }
6176else
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6178$as_echo "no" >&6; }
6179fi
6180
6181 if test "x$ac_ct_NMEDIT" = x; then
6182 NMEDIT=":"
6183 else
6184 case $cross_compiling:$ac_tool_warned in
6185yes:)
6186{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6187$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6188ac_tool_warned=yes ;;
6189esac
6190 NMEDIT=$ac_ct_NMEDIT
6191 fi
6192else
6193 NMEDIT="$ac_cv_prog_NMEDIT"
6194fi
6195
6196 if test -n "$ac_tool_prefix"; then
6197 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6198set dummy ${ac_tool_prefix}lipo; ac_word=$2
6199{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6200$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6201if ${ac_cv_prog_LIPO+:} false; then :
0cd79707
SH
6202 $as_echo_n "(cached) " >&6
6203else
6204 if test -n "$LIPO"; then
6205 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6206else
6207as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6208for as_dir in $PATH
6209do
6210 IFS=$as_save_IFS
6211 test -z "$as_dir" && as_dir=.
6212 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6213 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6214 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6216 break 2
6217 fi
6218done
6219 done
6220IFS=$as_save_IFS
6221
6222fi
6223fi
6224LIPO=$ac_cv_prog_LIPO
6225if test -n "$LIPO"; then
6226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6227$as_echo "$LIPO" >&6; }
6228else
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6230$as_echo "no" >&6; }
6231fi
6232
6233
6234fi
6235if test -z "$ac_cv_prog_LIPO"; then
6236 ac_ct_LIPO=$LIPO
6237 # Extract the first word of "lipo", so it can be a program name with args.
6238set dummy lipo; ac_word=$2
6239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6240$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6241if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
0cd79707
SH
6242 $as_echo_n "(cached) " >&6
6243else
6244 if test -n "$ac_ct_LIPO"; then
6245 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6246else
6247as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6248for as_dir in $PATH
6249do
6250 IFS=$as_save_IFS
6251 test -z "$as_dir" && as_dir=.
6252 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6253 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6254 ac_cv_prog_ac_ct_LIPO="lipo"
6255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6256 break 2
6257 fi
6258done
6259 done
6260IFS=$as_save_IFS
6261
6262fi
6263fi
6264ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6265if test -n "$ac_ct_LIPO"; then
6266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6267$as_echo "$ac_ct_LIPO" >&6; }
6268else
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6270$as_echo "no" >&6; }
6271fi
6272
6273 if test "x$ac_ct_LIPO" = x; then
6274 LIPO=":"
6275 else
6276 case $cross_compiling:$ac_tool_warned in
6277yes:)
6278{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6279$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6280ac_tool_warned=yes ;;
6281esac
6282 LIPO=$ac_ct_LIPO
6283 fi
6284else
6285 LIPO="$ac_cv_prog_LIPO"
6286fi
6287
6288 if test -n "$ac_tool_prefix"; then
6289 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6290set dummy ${ac_tool_prefix}otool; ac_word=$2
6291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6292$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6293if ${ac_cv_prog_OTOOL+:} false; then :
0cd79707
SH
6294 $as_echo_n "(cached) " >&6
6295else
6296 if test -n "$OTOOL"; then
6297 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6298else
6299as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6300for as_dir in $PATH
6301do
6302 IFS=$as_save_IFS
6303 test -z "$as_dir" && as_dir=.
6304 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6305 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6306 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6308 break 2
6309 fi
6310done
6311 done
6312IFS=$as_save_IFS
6313
6314fi
6315fi
6316OTOOL=$ac_cv_prog_OTOOL
6317if test -n "$OTOOL"; then
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6319$as_echo "$OTOOL" >&6; }
6320else
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6322$as_echo "no" >&6; }
6323fi
6324
6325
6326fi
6327if test -z "$ac_cv_prog_OTOOL"; then
6328 ac_ct_OTOOL=$OTOOL
6329 # Extract the first word of "otool", so it can be a program name with args.
6330set dummy otool; ac_word=$2
6331{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6332$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6333if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
0cd79707
SH
6334 $as_echo_n "(cached) " >&6
6335else
6336 if test -n "$ac_ct_OTOOL"; then
6337 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6338else
6339as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6340for as_dir in $PATH
6341do
6342 IFS=$as_save_IFS
6343 test -z "$as_dir" && as_dir=.
6344 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6345 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6346 ac_cv_prog_ac_ct_OTOOL="otool"
6347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6348 break 2
6349 fi
6350done
6351 done
6352IFS=$as_save_IFS
6353
6354fi
6355fi
6356ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6357if test -n "$ac_ct_OTOOL"; then
6358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6359$as_echo "$ac_ct_OTOOL" >&6; }
6360else
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6362$as_echo "no" >&6; }
6363fi
6364
6365 if test "x$ac_ct_OTOOL" = x; then
6366 OTOOL=":"
6367 else
6368 case $cross_compiling:$ac_tool_warned in
6369yes:)
6370{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6371$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6372ac_tool_warned=yes ;;
6373esac
6374 OTOOL=$ac_ct_OTOOL
6375 fi
6376else
6377 OTOOL="$ac_cv_prog_OTOOL"
6378fi
6379
6380 if test -n "$ac_tool_prefix"; then
6381 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6382set dummy ${ac_tool_prefix}otool64; ac_word=$2
6383{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6384$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6385if ${ac_cv_prog_OTOOL64+:} false; then :
0cd79707
SH
6386 $as_echo_n "(cached) " >&6
6387else
6388 if test -n "$OTOOL64"; then
6389 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6390else
6391as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6392for as_dir in $PATH
6393do
6394 IFS=$as_save_IFS
6395 test -z "$as_dir" && as_dir=.
6396 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6397 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6398 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6400 break 2
6401 fi
6402done
6403 done
6404IFS=$as_save_IFS
6405
6406fi
6407fi
6408OTOOL64=$ac_cv_prog_OTOOL64
6409if test -n "$OTOOL64"; then
6410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6411$as_echo "$OTOOL64" >&6; }
6412else
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6414$as_echo "no" >&6; }
6415fi
6416
6417
6418fi
6419if test -z "$ac_cv_prog_OTOOL64"; then
6420 ac_ct_OTOOL64=$OTOOL64
6421 # Extract the first word of "otool64", so it can be a program name with args.
6422set dummy otool64; ac_word=$2
6423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6424$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6425if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
0cd79707
SH
6426 $as_echo_n "(cached) " >&6
6427else
6428 if test -n "$ac_ct_OTOOL64"; then
6429 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6430else
6431as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6432for as_dir in $PATH
6433do
6434 IFS=$as_save_IFS
6435 test -z "$as_dir" && as_dir=.
6436 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6437 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6438 ac_cv_prog_ac_ct_OTOOL64="otool64"
6439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6440 break 2
6441 fi
6442done
6443 done
6444IFS=$as_save_IFS
6445
6446fi
6447fi
6448ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6449if test -n "$ac_ct_OTOOL64"; then
6450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6451$as_echo "$ac_ct_OTOOL64" >&6; }
6452else
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6454$as_echo "no" >&6; }
6455fi
6456
6457 if test "x$ac_ct_OTOOL64" = x; then
6458 OTOOL64=":"
6459 else
6460 case $cross_compiling:$ac_tool_warned in
6461yes:)
6462{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6463$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6464ac_tool_warned=yes ;;
6465esac
6466 OTOOL64=$ac_ct_OTOOL64
6467 fi
6468else
6469 OTOOL64="$ac_cv_prog_OTOOL64"
6470fi
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6499$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 6500if ${lt_cv_apple_cc_single_mod+:} false; then :
0cd79707
SH
6501 $as_echo_n "(cached) " >&6
6502else
6503 lt_cv_apple_cc_single_mod=no
6504 if test -z "${LT_MULTI_MODULE}"; then
6505 # By default we will add the -single_module flag. You can override
6506 # by either setting the environment variable LT_MULTI_MODULE
6507 # non-empty at configure time, or by adding -multi_module to the
6508 # link flags.
6509 rm -rf libconftest.dylib*
6510 echo "int foo(void){return 1;}" > conftest.c
6511 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6512-dynamiclib -Wl,-single_module conftest.c" >&5
6513 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6514 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6515 _lt_result=$?
6516 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6517 lt_cv_apple_cc_single_mod=yes
6518 else
6519 cat conftest.err >&5
6520 fi
6521 rm -rf libconftest.dylib*
6522 rm -f conftest.*
6523 fi
6524fi
6525{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6526$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6528$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 6529if ${lt_cv_ld_exported_symbols_list+:} false; then :
0cd79707
SH
6530 $as_echo_n "(cached) " >&6
6531else
6532 lt_cv_ld_exported_symbols_list=no
6533 save_LDFLAGS=$LDFLAGS
6534 echo "_main" > conftest.sym
6535 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6537/* end confdefs.h. */
6538
6539int
6540main ()
6541{
6542
6543 ;
6544 return 0;
6545}
6546_ACEOF
6547if ac_fn_c_try_link "$LINENO"; then :
6548 lt_cv_ld_exported_symbols_list=yes
6549else
6550 lt_cv_ld_exported_symbols_list=no
6551fi
6552rm -f core conftest.err conftest.$ac_objext \
6553 conftest$ac_exeext conftest.$ac_ext
6554 LDFLAGS="$save_LDFLAGS"
6555
6556fi
6557{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6558$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6560$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 6561if ${lt_cv_ld_force_load+:} false; then :
0cd79707
SH
6562 $as_echo_n "(cached) " >&6
6563else
6564 lt_cv_ld_force_load=no
6565 cat > conftest.c << _LT_EOF
6566int forced_loaded() { return 2;}
6567_LT_EOF
6568 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6569 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6570 echo "$AR cru libconftest.a conftest.o" >&5
6571 $AR cru libconftest.a conftest.o 2>&5
6572 cat > conftest.c << _LT_EOF
6573int main() { return 0;}
6574_LT_EOF
6575 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6576 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6577 _lt_result=$?
6578 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6579 lt_cv_ld_force_load=yes
6580 else
6581 cat conftest.err >&5
6582 fi
6583 rm -f conftest.err libconftest.a conftest conftest.c
6584 rm -rf conftest.dSYM
6585
6586fi
6587{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6588$as_echo "$lt_cv_ld_force_load" >&6; }
6589 case $host_os in
6590 rhapsody* | darwin1.[012])
6591 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6592 darwin1.*)
6593 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6594 darwin*) # darwin 5.x on
6595 # if running on 10.5 or later, the deployment target defaults
6596 # to the OS version, if on x86, and 10.4, the deployment
6597 # target defaults to 10.4. Don't you love it?
6598 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6599 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6600 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6601 10.[012][,.]*)
6602 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6603 10.*)
6604 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6605 esac
6606 ;;
6607 esac
6608 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6609 _lt_dar_single_mod='$single_module'
6610 fi
6611 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6612 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6613 else
6614 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6615 fi
6616 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6617 _lt_dsymutil='~$DSYMUTIL $lib || :'
6618 else
6619 _lt_dsymutil=
6620 fi
6621 ;;
6622 esac
6623
6624for ac_header in dlfcn.h
6625do :
6626 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6627"
d0ac1c44 6628if test "x$ac_cv_header_dlfcn_h" = xyes; then :
0cd79707
SH
6629 cat >>confdefs.h <<_ACEOF
6630#define HAVE_DLFCN_H 1
6631_ACEOF
6632
6633fi
6634
6635done
6636
6637
6638
ebe9564b 6639
0cd79707
SH
6640
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6642$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 6643if ${ac_cv_c_bigendian+:} false; then :
0cd79707
SH
6644 $as_echo_n "(cached) " >&6
6645else
6646 ac_cv_c_bigendian=unknown
6647 # See if we're dealing with a universal compiler.
6648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6649/* end confdefs.h. */
6650#ifndef __APPLE_CC__
6651 not a universal capable compiler
6652 #endif
6653 typedef int dummy;
6654
6655_ACEOF
6656if ac_fn_c_try_compile "$LINENO"; then :
6657
6658 # Check for potential -arch flags. It is not universal unless
6659 # there are at least two -arch flags with different values.
6660 ac_arch=
6661 ac_prev=
6662 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6663 if test -n "$ac_prev"; then
6664 case $ac_word in
6665 i?86 | x86_64 | ppc | ppc64)
6666 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6667 ac_arch=$ac_word
6668 else
6669 ac_cv_c_bigendian=universal
6670 break
6671 fi
6672 ;;
6673 esac
6674 ac_prev=
6675 elif test "x$ac_word" = "x-arch"; then
6676 ac_prev=arch
6677 fi
6678 done
6679fi
6680rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6681 if test $ac_cv_c_bigendian = unknown; then
6682 # See if sys/param.h defines the BYTE_ORDER macro.
6683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6684/* end confdefs.h. */
6685#include <sys/types.h>
6686 #include <sys/param.h>
6687
6688int
6689main ()
6690{
6691#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6692 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6693 && LITTLE_ENDIAN)
6694 bogus endian macros
6695 #endif
6696
6697 ;
6698 return 0;
6699}
6700_ACEOF
6701if ac_fn_c_try_compile "$LINENO"; then :
6702 # It does; now see whether it defined to BIG_ENDIAN or not.
6703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6704/* end confdefs.h. */
6705#include <sys/types.h>
6706 #include <sys/param.h>
6707
6708int
6709main ()
6710{
6711#if BYTE_ORDER != BIG_ENDIAN
6712 not big endian
6713 #endif
6714
6715 ;
6716 return 0;
6717}
6718_ACEOF
6719if ac_fn_c_try_compile "$LINENO"; then :
6720 ac_cv_c_bigendian=yes
6721else
6722 ac_cv_c_bigendian=no
6723fi
6724rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6725fi
6726rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6727 fi
6728 if test $ac_cv_c_bigendian = unknown; then
6729 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6731/* end confdefs.h. */
6732#include <limits.h>
6733
6734int
6735main ()
6736{
6737#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6738 bogus endian macros
6739 #endif
6740
6741 ;
6742 return 0;
6743}
6744_ACEOF
6745if ac_fn_c_try_compile "$LINENO"; then :
6746 # It does; now see whether it defined to _BIG_ENDIAN or not.
6747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6748/* end confdefs.h. */
6749#include <limits.h>
6750
6751int
6752main ()
6753{
6754#ifndef _BIG_ENDIAN
6755 not big endian
6756 #endif
6757
6758 ;
6759 return 0;
6760}
6761_ACEOF
6762if ac_fn_c_try_compile "$LINENO"; then :
6763 ac_cv_c_bigendian=yes
6764else
6765 ac_cv_c_bigendian=no
6766fi
6767rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6768fi
6769rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6770 fi
6771 if test $ac_cv_c_bigendian = unknown; then
6772 # Compile a test program.
6773 if test "$cross_compiling" = yes; then :
6774 # Try to guess by grepping values from an object file.
6775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6776/* end confdefs.h. */
6777short int ascii_mm[] =
6778 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6779 short int ascii_ii[] =
6780 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6781 int use_ascii (int i) {
6782 return ascii_mm[i] + ascii_ii[i];
6783 }
6784 short int ebcdic_ii[] =
6785 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6786 short int ebcdic_mm[] =
6787 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6788 int use_ebcdic (int i) {
6789 return ebcdic_mm[i] + ebcdic_ii[i];
6790 }
6791 extern int foo;
6792
6793int
6794main ()
6795{
6796return use_ascii (foo) == use_ebcdic (foo);
6797 ;
6798 return 0;
6799}
6800_ACEOF
6801if ac_fn_c_try_compile "$LINENO"; then :
6802 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6803 ac_cv_c_bigendian=yes
6804 fi
6805 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6806 if test "$ac_cv_c_bigendian" = unknown; then
6807 ac_cv_c_bigendian=no
6808 else
6809 # finding both strings is unlikely to happen, but who knows?
6810 ac_cv_c_bigendian=unknown
6811 fi
6812 fi
6813fi
6814rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6815else
6816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6817/* end confdefs.h. */
6818$ac_includes_default
6819int
6820main ()
6821{
6822
6823 /* Are we little or big endian? From Harbison&Steele. */
6824 union
6825 {
6826 long int l;
6827 char c[sizeof (long int)];
6828 } u;
6829 u.l = 1;
6830 return u.c[sizeof (long int) - 1] == 1;
6831
6832 ;
6833 return 0;
6834}
6835_ACEOF
6836if ac_fn_c_try_run "$LINENO"; then :
6837 ac_cv_c_bigendian=no
6838else
6839 ac_cv_c_bigendian=yes
6840fi
6841rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6842 conftest.$ac_objext conftest.beam conftest.$ac_ext
6843fi
6844
6845 fi
6846fi
6847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6848$as_echo "$ac_cv_c_bigendian" >&6; }
6849 case $ac_cv_c_bigendian in #(
6850 yes)
6851 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6852;; #(
6853 no)
6854 ;; #(
6855 universal)
6856
6857$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6858
6859 ;; #(
6860 *)
d0ac1c44 6861 as_fn_error $? "unknown endianness
0cd79707
SH
6862 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6863 esac
6864
6865
6866
6867
c25ea03d 6868if test "x$cross_compiling" = "xno"; then
aa0fca16 6869 : "${AR_FOR_BUILD:=\$(AR)}"
c25ea03d 6870 : "${CC_FOR_BUILD:=\$(CC)}"
aa0fca16 6871 : "${RANLIB_FOR_BUILD:=\$(RANLIB)}"
c25ea03d 6872 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6873 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d 6874else
aa0fca16 6875 : "${AR_FOR_BUILD:=ar}"
c25ea03d 6876 : "${CC_FOR_BUILD:=gcc}"
aa0fca16 6877 : "${RANLIB_FOR_BUILD:=ranlib}"
c25ea03d 6878 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6879 : "${LDLFAGS_FOR_BUILD:=}"
0cd79707
SH
6880fi
6881
6882
6883
c25ea03d 6884
c2783492 6885
aa0fca16
MF
6886
6887
a3e2cc64
MF
6888if test -n "$ac_tool_prefix"; then
6889 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6890set dummy ${ac_tool_prefix}ar; ac_word=$2
6891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6892$as_echo_n "checking for $ac_word... " >&6; }
6893if ${ac_cv_prog_AR+:} false; then :
6894 $as_echo_n "(cached) " >&6
6895else
6896 if test -n "$AR"; then
6897 ac_cv_prog_AR="$AR" # Let the user override the test.
6898else
6899as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6900for as_dir in $PATH
6901do
6902 IFS=$as_save_IFS
6903 test -z "$as_dir" && as_dir=.
6904 for ac_exec_ext in '' $ac_executable_extensions; do
6905 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6906 ac_cv_prog_AR="${ac_tool_prefix}ar"
6907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6908 break 2
6909 fi
6910done
6911 done
6912IFS=$as_save_IFS
6913
6914fi
6915fi
6916AR=$ac_cv_prog_AR
6917if test -n "$AR"; then
6918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6919$as_echo "$AR" >&6; }
6920else
6921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6922$as_echo "no" >&6; }
6923fi
6924
6925
6926fi
6927if test -z "$ac_cv_prog_AR"; then
6928 ac_ct_AR=$AR
6929 # Extract the first word of "ar", so it can be a program name with args.
6930set dummy ar; ac_word=$2
6931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6932$as_echo_n "checking for $ac_word... " >&6; }
6933if ${ac_cv_prog_ac_ct_AR+:} false; then :
6934 $as_echo_n "(cached) " >&6
6935else
6936 if test -n "$ac_ct_AR"; then
6937 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6938else
6939as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6940for as_dir in $PATH
6941do
6942 IFS=$as_save_IFS
6943 test -z "$as_dir" && as_dir=.
6944 for ac_exec_ext in '' $ac_executable_extensions; do
6945 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6946 ac_cv_prog_ac_ct_AR="ar"
6947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6948 break 2
6949 fi
6950done
6951 done
6952IFS=$as_save_IFS
6953
6954fi
6955fi
6956ac_ct_AR=$ac_cv_prog_ac_ct_AR
6957if test -n "$ac_ct_AR"; then
6958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6959$as_echo "$ac_ct_AR" >&6; }
6960else
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6962$as_echo "no" >&6; }
6963fi
6964
6965 if test "x$ac_ct_AR" = x; then
6966 AR=""
6967 else
6968 case $cross_compiling:$ac_tool_warned in
6969yes:)
6970{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6971$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6972ac_tool_warned=yes ;;
6973esac
6974 AR=$ac_ct_AR
6975 fi
6976else
6977 AR="$ac_cv_prog_AR"
6978fi
0cd79707
SH
6979
6980if test -n "$ac_tool_prefix"; then
6981 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6982set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6984$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6985if ${ac_cv_prog_RANLIB+:} false; then :
0cd79707
SH
6986 $as_echo_n "(cached) " >&6
6987else
6988 if test -n "$RANLIB"; then
6989 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6990else
6991as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6992for as_dir in $PATH
6993do
6994 IFS=$as_save_IFS
6995 test -z "$as_dir" && as_dir=.
6996 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6997 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
6998 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7000 break 2
7001 fi
7002done
7003 done
7004IFS=$as_save_IFS
7005
7006fi
7007fi
7008RANLIB=$ac_cv_prog_RANLIB
7009if test -n "$RANLIB"; then
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7011$as_echo "$RANLIB" >&6; }
7012else
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7014$as_echo "no" >&6; }
7015fi
7016
7017
7018fi
7019if test -z "$ac_cv_prog_RANLIB"; then
7020 ac_ct_RANLIB=$RANLIB
7021 # Extract the first word of "ranlib", so it can be a program name with args.
7022set dummy ranlib; ac_word=$2
7023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7024$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7025if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
0cd79707
SH
7026 $as_echo_n "(cached) " >&6
7027else
7028 if test -n "$ac_ct_RANLIB"; then
7029 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7030else
7031as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7032for as_dir in $PATH
7033do
7034 IFS=$as_save_IFS
7035 test -z "$as_dir" && as_dir=.
7036 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7037 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
0cd79707
SH
7038 ac_cv_prog_ac_ct_RANLIB="ranlib"
7039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7040 break 2
7041 fi
7042done
7043 done
7044IFS=$as_save_IFS
7045
7046fi
7047fi
7048ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7049if test -n "$ac_ct_RANLIB"; then
7050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7051$as_echo "$ac_ct_RANLIB" >&6; }
7052else
7053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7054$as_echo "no" >&6; }
7055fi
7056
7057 if test "x$ac_ct_RANLIB" = x; then
7058 RANLIB=":"
7059 else
7060 case $cross_compiling:$ac_tool_warned in
7061yes:)
7062{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7063$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7064ac_tool_warned=yes ;;
7065esac
7066 RANLIB=$ac_ct_RANLIB
7067 fi
7068else
7069 RANLIB="$ac_cv_prog_RANLIB"
7070fi
7071
7072
46f900c0
MF
7073# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
7074# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
7075# is C99. So handle it ourselves.
7076:
7077C_DIALECT=
7078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
7079$as_echo_n "checking whether C11 is supported by default... " >&6; }
7080cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7081/* end confdefs.h. */
7082
7083#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7084# error "C11 support not found"
7085#endif
7086
7087_ACEOF
7088if ac_fn_c_try_compile "$LINENO"; then :
7089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7090$as_echo "yes" >&6; }
7091else
7092
7093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7094$as_echo "no" >&6; }
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
7096$as_echo_n "checking for -std=c11 support... " >&6; }
7097 ac_save_CC="$CC"
7098 CC="$CC -std=c11"
7099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7100/* end confdefs.h. */
7101
7102#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7103# error "C11 support not found"
7104#endif
7105
7106_ACEOF
7107if ac_fn_c_try_compile "$LINENO"; then :
7108
7109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7110$as_echo "yes" >&6; }
7111 CC="$ac_save_CC"
7112 C_DIALECT="-std=c11"
7113
7114else
7115 as_fn_error $? "C11 is required" "$LINENO" 5
7116fi
7117rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7118fi
7119rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7120
7121
c2783492
MF
7122ac_config_headers="$ac_config_headers config.h:config.in"
7123
7124
0cd79707
SH
7125# Some of the common include files depend on bfd.h, and bfd.h checks
7126# that config.h is included first by testing that the PACKAGE macro
7127# is defined.
7128PACKAGE=sim
7129
7130cat >>confdefs.h <<_ACEOF
7131#define PACKAGE "$PACKAGE"
7132_ACEOF
7133
7134
7135
7136# Dependency checking.
7137ac_config_commands="$ac_config_commands depdir"
7138
7139
7140depcc="$CC" am_compiler_list=
7141
7142am_depcomp=$ac_aux_dir/depcomp
7143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7144$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 7145if ${am_cv_CC_dependencies_compiler_type+:} false; then :
0cd79707
SH
7146 $as_echo_n "(cached) " >&6
7147else
7148 if test -f "$am_depcomp"; then
7149 # We make a subdir and do the tests there. Otherwise we can end up
7150 # making bogus files that we don't know about and never remove. For
7151 # instance it was reported that on HP-UX the gcc test will end up
7152 # making a dummy file named `D' -- because `-MD' means `put the output
7153 # in D'.
7154 mkdir conftest.dir
7155 # Copy depcomp to subdir because otherwise we won't find it if we're
7156 # using a relative directory.
7157 cp "$am_depcomp" conftest.dir
7158 cd conftest.dir
7159 # We will build objects and dependencies in a subdirectory because
7160 # it helps to detect inapplicable dependency modes. For instance
7161 # both Tru64's cc and ICC support -MD to output dependencies as a
7162 # side effect of compilation, but ICC will put the dependencies in
7163 # the current directory while Tru64 will put them in the object
7164 # directory.
7165 mkdir sub
7166
7167 am_cv_CC_dependencies_compiler_type=none
7168 if test "$am_compiler_list" = ""; then
7169 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7170 fi
7171 for depmode in $am_compiler_list; do
7172 if test $depmode = none; then break; fi
7173
7174 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7175 # Setup a source with many dependencies, because some compilers
7176 # like to wrap large dependency lists on column 80 (with \), and
7177 # we should not choose a depcomp mode which is confused by this.
7178 #
7179 # We need to recreate these files for each test, as the compiler may
7180 # overwrite some of them when testing with obscure command lines.
7181 # This happens at least with the AIX C compiler.
7182 : > sub/conftest.c
7183 for i in 1 2 3 4 5 6; do
7184 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7185 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7186 # Solaris 8's {/usr,}/bin/sh.
7187 touch sub/conftst$i.h
7188 done
7189 echo "include sub/conftest.Po" > confmf
7190
7191 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7192 # mode. It turns out that the SunPro C++ compiler does not properly
7193 # handle `-M -o', and we need to detect this.
7194 depcmd="depmode=$depmode \
7195 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7196 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7197 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7198 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7199 if env $depcmd > conftest.err 2>&1 &&
7200 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7201 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7202 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7203 # icc doesn't choke on unknown options, it will just issue warnings
7204 # or remarks (even with -Werror). So we grep stderr for any message
7205 # that says an option was ignored or not supported.
7206 # When given -MP, icc 7.0 and 7.1 complain thusly:
7207 # icc: Command line warning: ignoring option '-M'; no argument required
7208 # The diagnosis changed in icc 8.0:
7209 # icc: Command line remark: option '-MP' not supported
7210 if (grep 'ignoring option' conftest.err ||
7211 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7212 am_cv_CC_dependencies_compiler_type=$depmode
7213 $as_echo "$as_me:$LINENO: success" >&5
7214 break
7215 fi
7216 fi
7217 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7218 sed -e 's/^/| /' < conftest.err >&5
7219 done
7220
7221 cd ..
7222 rm -rf conftest.dir
7223else
7224 am_cv_CC_dependencies_compiler_type=none
7225fi
7226
7227fi
7228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7229$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7230if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 7231then as_fn_error $? "no usable dependency style found" "$LINENO" 5
0cd79707
SH
7232else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7233
7234fi
7235
7236
0cd79707
SH
7237ALL_LINGUAS=
7238# If we haven't got the data from the intl directory,
7239# assume NLS is disabled.
7240USE_NLS=no
7241LIBINTL=
7242LIBINTL_DEP=
7243INCINTL=
7244XGETTEXT=
7245GMSGFMT=
7246POSUB=
7247
7248if test -f ../../intl/config.intl; then
7249 . ../../intl/config.intl
7250fi
7251{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7252$as_echo_n "checking whether NLS is requested... " >&6; }
7253if test x"$USE_NLS" != xyes; then
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7255$as_echo "no" >&6; }
7256else
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7258$as_echo "yes" >&6; }
7259
7260$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7261
7262
7263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7264$as_echo_n "checking for catalogs to be installed... " >&6; }
7265 # Look for .po and .gmo files in the source directory.
7266 CATALOGS=
7267 XLINGUAS=
7268 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7269 # If there aren't any .gmo files the shell will give us the
7270 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7271 # weeded out.
7272 case "$cat" in *\**)
7273 continue;;
7274 esac
7275 # The quadruple backslash is collapsed to a double backslash
7276 # by the backticks, then collapsed again by the double quotes,
7277 # leaving us with one backslash in the sed expression (right
7278 # before the dot that mustn't act as a wildcard).
7279 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7280 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7281 # The user is allowed to set LINGUAS to a list of languages to
7282 # install catalogs for. If it's empty that means "all of them."
7283 if test "x$LINGUAS" = x; then
7284 CATALOGS="$CATALOGS $cat"
7285 XLINGUAS="$XLINGUAS $lang"
7286 else
7287 case "$LINGUAS" in *$lang*)
7288 CATALOGS="$CATALOGS $cat"
7289 XLINGUAS="$XLINGUAS $lang"
7290 ;;
7291 esac
7292 fi
7293 done
7294 LINGUAS="$XLINGUAS"
7295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7296$as_echo "$LINGUAS" >&6; }
7297
7298
7299 DATADIRNAME=share
7300
7301 INSTOBJEXT=.mo
7302
7303 GENCAT=gencat
7304
7305 CATOBJEXT=.gmo
7306
7307fi
7308
7309# Check for common headers.
68ed2854 7310# NB: You can assume C11 headers exist.
0cd79707 7311
0cd79707
SH
7312
7313ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7314#include <sys/types.h>
7315#endif
7316#ifdef HAVE_SYS_STAT_H
7317#include <sys/stat.h>
7318#endif
7319"
d0ac1c44 7320if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
0cd79707
SH
7321
7322cat >>confdefs.h <<_ACEOF
7323#define HAVE_STRUCT_STAT_ST_DEV 1
7324_ACEOF
7325
7326
7327fi
7328ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7329#include <sys/types.h>
7330#endif
7331#ifdef HAVE_SYS_STAT_H
7332#include <sys/stat.h>
7333#endif
7334"
d0ac1c44 7335if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
0cd79707
SH
7336
7337cat >>confdefs.h <<_ACEOF
7338#define HAVE_STRUCT_STAT_ST_INO 1
7339_ACEOF
7340
7341
7342fi
7343ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7344#include <sys/types.h>
7345#endif
7346#ifdef HAVE_SYS_STAT_H
7347#include <sys/stat.h>
7348#endif
7349"
d0ac1c44 7350if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
0cd79707
SH
7351
7352cat >>confdefs.h <<_ACEOF
7353#define HAVE_STRUCT_STAT_ST_MODE 1
7354_ACEOF
7355
7356
7357fi
7358ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7359#include <sys/types.h>
7360#endif
7361#ifdef HAVE_SYS_STAT_H
7362#include <sys/stat.h>
7363#endif
7364"
d0ac1c44 7365if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
0cd79707
SH
7366
7367cat >>confdefs.h <<_ACEOF
7368#define HAVE_STRUCT_STAT_ST_NLINK 1
7369_ACEOF
7370
7371
7372fi
7373ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7374#include <sys/types.h>
7375#endif
7376#ifdef HAVE_SYS_STAT_H
7377#include <sys/stat.h>
7378#endif
7379"
d0ac1c44 7380if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
0cd79707
SH
7381
7382cat >>confdefs.h <<_ACEOF
7383#define HAVE_STRUCT_STAT_ST_UID 1
7384_ACEOF
7385
7386
7387fi
7388ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7389#include <sys/types.h>
7390#endif
7391#ifdef HAVE_SYS_STAT_H
7392#include <sys/stat.h>
7393#endif
7394"
d0ac1c44 7395if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
0cd79707
SH
7396
7397cat >>confdefs.h <<_ACEOF
7398#define HAVE_STRUCT_STAT_ST_GID 1
7399_ACEOF
7400
7401
7402fi
7403ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7404#include <sys/types.h>
7405#endif
7406#ifdef HAVE_SYS_STAT_H
7407#include <sys/stat.h>
7408#endif
7409"
d0ac1c44 7410if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
0cd79707
SH
7411
7412cat >>confdefs.h <<_ACEOF
7413#define HAVE_STRUCT_STAT_ST_RDEV 1
7414_ACEOF
7415
7416
7417fi
7418ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7419#include <sys/types.h>
7420#endif
7421#ifdef HAVE_SYS_STAT_H
7422#include <sys/stat.h>
7423#endif
7424"
d0ac1c44 7425if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
0cd79707
SH
7426
7427cat >>confdefs.h <<_ACEOF
7428#define HAVE_STRUCT_STAT_ST_SIZE 1
7429_ACEOF
7430
7431
7432fi
7433ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7434#include <sys/types.h>
7435#endif
7436#ifdef HAVE_SYS_STAT_H
7437#include <sys/stat.h>
7438#endif
7439"
d0ac1c44 7440if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
0cd79707
SH
7441
7442cat >>confdefs.h <<_ACEOF
7443#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7444_ACEOF
7445
7446
7447fi
7448ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7449#include <sys/types.h>
7450#endif
7451#ifdef HAVE_SYS_STAT_H
7452#include <sys/stat.h>
7453#endif
7454"
d0ac1c44 7455if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
0cd79707
SH
7456
7457cat >>confdefs.h <<_ACEOF
7458#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7459_ACEOF
7460
7461
7462fi
7463ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7464#include <sys/types.h>
7465#endif
7466#ifdef HAVE_SYS_STAT_H
7467#include <sys/stat.h>
7468#endif
7469"
d0ac1c44 7470if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
0cd79707
SH
7471
7472cat >>confdefs.h <<_ACEOF
7473#define HAVE_STRUCT_STAT_ST_ATIME 1
7474_ACEOF
7475
7476
7477fi
7478ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7479#include <sys/types.h>
7480#endif
7481#ifdef HAVE_SYS_STAT_H
7482#include <sys/stat.h>
7483#endif
7484"
d0ac1c44 7485if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
0cd79707
SH
7486
7487cat >>confdefs.h <<_ACEOF
7488#define HAVE_STRUCT_STAT_ST_MTIME 1
7489_ACEOF
7490
7491
7492fi
7493ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7494#include <sys/types.h>
7495#endif
7496#ifdef HAVE_SYS_STAT_H
7497#include <sys/stat.h>
7498#endif
7499"
d0ac1c44 7500if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
0cd79707
SH
7501
7502cat >>confdefs.h <<_ACEOF
7503#define HAVE_STRUCT_STAT_ST_CTIME 1
7504_ACEOF
7505
7506
7507fi
7508
7509ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7510#include <sys/socket.h>
7511
7512"
d0ac1c44 7513if test "x$ac_cv_type_socklen_t" = xyes; then :
0cd79707
SH
7514
7515cat >>confdefs.h <<_ACEOF
7516#define HAVE_SOCKLEN_T 1
7517_ACEOF
7518
7519
7520fi
7521
7522
7523# Check for socket libraries
7524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7525$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 7526if ${ac_cv_lib_socket_bind+:} false; then :
0cd79707
SH
7527 $as_echo_n "(cached) " >&6
7528else
7529 ac_check_lib_save_LIBS=$LIBS
7530LIBS="-lsocket $LIBS"
7531cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7532/* end confdefs.h. */
7533
7534/* Override any GCC internal prototype to avoid an error.
7535 Use char because int might match the return type of a GCC
7536 builtin and then its argument prototype would still apply. */
7537#ifdef __cplusplus
7538extern "C"
7539#endif
7540char bind ();
7541int
7542main ()
7543{
7544return bind ();
7545 ;
7546 return 0;
7547}
7548_ACEOF
7549if ac_fn_c_try_link "$LINENO"; then :
7550 ac_cv_lib_socket_bind=yes
7551else
7552 ac_cv_lib_socket_bind=no
7553fi
7554rm -f core conftest.err conftest.$ac_objext \
7555 conftest$ac_exeext conftest.$ac_ext
7556LIBS=$ac_check_lib_save_LIBS
7557fi
7558{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7559$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 7560if test "x$ac_cv_lib_socket_bind" = xyes; then :
0cd79707
SH
7561 cat >>confdefs.h <<_ACEOF
7562#define HAVE_LIBSOCKET 1
7563_ACEOF
7564
7565 LIBS="-lsocket $LIBS"
7566
7567fi
7568
7569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7570$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 7571if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
0cd79707
SH
7572 $as_echo_n "(cached) " >&6
7573else
7574 ac_check_lib_save_LIBS=$LIBS
7575LIBS="-lnsl $LIBS"
7576cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7577/* end confdefs.h. */
7578
7579/* Override any GCC internal prototype to avoid an error.
7580 Use char because int might match the return type of a GCC
7581 builtin and then its argument prototype would still apply. */
7582#ifdef __cplusplus
7583extern "C"
7584#endif
7585char gethostbyname ();
7586int
7587main ()
7588{
7589return gethostbyname ();
7590 ;
7591 return 0;
7592}
7593_ACEOF
7594if ac_fn_c_try_link "$LINENO"; then :
7595 ac_cv_lib_nsl_gethostbyname=yes
7596else
7597 ac_cv_lib_nsl_gethostbyname=no
7598fi
7599rm -f core conftest.err conftest.$ac_objext \
7600 conftest$ac_exeext conftest.$ac_ext
7601LIBS=$ac_check_lib_save_LIBS
7602fi
7603{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7604$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 7605if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
0cd79707
SH
7606 cat >>confdefs.h <<_ACEOF
7607#define HAVE_LIBNSL 1
7608_ACEOF
7609
7610 LIBS="-lnsl $LIBS"
7611
7612fi
7613
7614
7615# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7616# using the same condition.
7617
7618 # Use the system's zlib library.
7619 zlibdir="-L\$(top_builddir)/../zlib"
7620 zlibinc="-I\$(top_srcdir)/../zlib"
7621
7622# Check whether --with-system-zlib was given.
7623if test "${with_system_zlib+set}" = set; then :
7624 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7625 zlibdir=
7626 zlibinc=
7627 fi
7628
7629fi
7630
7631
7632
7633
7634
7635# BFD uses libdl when when plugins enabled.
7636
7637 maybe_plugins=no
7638 for ac_header in dlfcn.h
7639do :
7640 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7641"
d0ac1c44 7642if test "x$ac_cv_header_dlfcn_h" = xyes; then :
0cd79707
SH
7643 cat >>confdefs.h <<_ACEOF
7644#define HAVE_DLFCN_H 1
7645_ACEOF
7646 maybe_plugins=yes
7647fi
7648
7649done
7650
7651 for ac_header in windows.h
7652do :
7653 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7654"
d0ac1c44 7655if test "x$ac_cv_header_windows_h" = xyes; then :
0cd79707
SH
7656 cat >>confdefs.h <<_ACEOF
7657#define HAVE_WINDOWS_H 1
7658_ACEOF
7659 maybe_plugins=yes
7660fi
7661
7662done
7663
7664
7665 # Check whether --enable-plugins was given.
7666if test "${enable_plugins+set}" = set; then :
7667 enableval=$enable_plugins; case "${enableval}" in
7668 no) plugins=no ;;
7669 *) plugins=yes
7670 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 7671 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
0cd79707
SH
7672 fi ;;
7673 esac
7674else
7675 plugins=$maybe_plugins
7676
7677fi
7678
7679 if test "$plugins" = "yes"; then
37f980dc
SM
7680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7681$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 7682if ${ac_cv_search_dlsym+:} false; then :
0cd79707
SH
7683 $as_echo_n "(cached) " >&6
7684else
7685 ac_func_search_save_LIBS=$LIBS
7686cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7687/* end confdefs.h. */
7688
7689/* Override any GCC internal prototype to avoid an error.
7690 Use char because int might match the return type of a GCC
7691 builtin and then its argument prototype would still apply. */
7692#ifdef __cplusplus
7693extern "C"
7694#endif
37f980dc 7695char dlsym ();
0cd79707
SH
7696int
7697main ()
7698{
37f980dc 7699return dlsym ();
0cd79707
SH
7700 ;
7701 return 0;
7702}
7703_ACEOF
7704for ac_lib in '' dl; do
7705 if test -z "$ac_lib"; then
7706 ac_res="none required"
7707 else
7708 ac_res=-l$ac_lib
7709 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7710 fi
7711 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 7712 ac_cv_search_dlsym=$ac_res
0cd79707
SH
7713fi
7714rm -f core conftest.err conftest.$ac_objext \
7715 conftest$ac_exeext
d0ac1c44 7716 if ${ac_cv_search_dlsym+:} false; then :
0cd79707
SH
7717 break
7718fi
7719done
d0ac1c44 7720if ${ac_cv_search_dlsym+:} false; then :
0cd79707
SH
7721
7722else
37f980dc 7723 ac_cv_search_dlsym=no
0cd79707
SH
7724fi
7725rm conftest.$ac_ext
7726LIBS=$ac_func_search_save_LIBS
7727fi
37f980dc
SM
7728{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7729$as_echo "$ac_cv_search_dlsym" >&6; }
7730ac_res=$ac_cv_search_dlsym
0cd79707
SH
7731if test "$ac_res" != no; then :
7732 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7733
7734fi
7735
7736 fi
7737
7738 if test "$plugins" = yes; then
7739 PLUGINS_TRUE=
7740 PLUGINS_FALSE='#'
7741else
7742 PLUGINS_TRUE='#'
7743 PLUGINS_FALSE=
7744fi
7745
7746
7747
7748
7749
7750# Set options
7751enable_dlopen=yes
7752
7753
7754
7755
7756 enable_win32_dll=no
7757
7758
7759 # Check whether --enable-shared was given.
7760if test "${enable_shared+set}" = set; then :
7761 enableval=$enable_shared; p=${PACKAGE-default}
7762 case $enableval in
7763 yes) enable_shared=yes ;;
7764 no) enable_shared=no ;;
7765 *)
7766 enable_shared=no
7767 # Look at the argument we got. We use all the common list separators.
7768 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7769 for pkg in $enableval; do
7770 IFS="$lt_save_ifs"
7771 if test "X$pkg" = "X$p"; then
7772 enable_shared=yes
7773 fi
7774 done
7775 IFS="$lt_save_ifs"
7776 ;;
7777 esac
7778else
7779 enable_shared=yes
7780fi
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790 # Check whether --enable-static was given.
7791if test "${enable_static+set}" = set; then :
7792 enableval=$enable_static; p=${PACKAGE-default}
7793 case $enableval in
7794 yes) enable_static=yes ;;
7795 no) enable_static=no ;;
7796 *)
7797 enable_static=no
7798 # Look at the argument we got. We use all the common list separators.
7799 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7800 for pkg in $enableval; do
7801 IFS="$lt_save_ifs"
7802 if test "X$pkg" = "X$p"; then
7803 enable_static=yes
7804 fi
7805 done
7806 IFS="$lt_save_ifs"
7807 ;;
7808 esac
7809else
7810 enable_static=yes
7811fi
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822# Check whether --with-pic was given.
7823if test "${with_pic+set}" = set; then :
7824 withval=$with_pic; pic_mode="$withval"
7825else
7826 pic_mode=default
7827fi
7828
7829
7830test -z "$pic_mode" && pic_mode=default
7831
7832
7833
7834
7835
7836
7837
7838 # Check whether --enable-fast-install was given.
7839if test "${enable_fast_install+set}" = set; then :
7840 enableval=$enable_fast_install; p=${PACKAGE-default}
7841 case $enableval in
7842 yes) enable_fast_install=yes ;;
7843 no) enable_fast_install=no ;;
7844 *)
7845 enable_fast_install=no
7846 # Look at the argument we got. We use all the common list separators.
7847 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7848 for pkg in $enableval; do
7849 IFS="$lt_save_ifs"
7850 if test "X$pkg" = "X$p"; then
7851 enable_fast_install=yes
7852 fi
7853 done
7854 IFS="$lt_save_ifs"
7855 ;;
7856 esac
7857else
7858 enable_fast_install=yes
7859fi
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871# This can be used to rebuild libtool when needed
7872LIBTOOL_DEPS="$ltmain"
7873
7874# Always use our own libtool.
7875LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7876
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902test -z "$LN_S" && LN_S="ln -s"
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917if test -n "${ZSH_VERSION+set}" ; then
7918 setopt NO_GLOB_SUBST
7919fi
7920
7921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7922$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7923if ${lt_cv_objdir+:} false; then :
0cd79707
SH
7924 $as_echo_n "(cached) " >&6
7925else
7926 rm -f .libs 2>/dev/null
7927mkdir .libs 2>/dev/null
7928if test -d .libs; then
7929 lt_cv_objdir=.libs
7930else
7931 # MS-DOS does not allow filenames that begin with a dot.
7932 lt_cv_objdir=_libs
7933fi
7934rmdir .libs 2>/dev/null
7935fi
7936{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7937$as_echo "$lt_cv_objdir" >&6; }
7938objdir=$lt_cv_objdir
7939
7940
7941
7942
7943
7944cat >>confdefs.h <<_ACEOF
7945#define LT_OBJDIR "$lt_cv_objdir/"
7946_ACEOF
7947
7948
7949
7950
7951case $host_os in
7952aix3*)
7953 # AIX sometimes has problems with the GCC collect2 program. For some
7954 # reason, if we set the COLLECT_NAMES environment variable, the problems
7955 # vanish in a puff of smoke.
7956 if test "X${COLLECT_NAMES+set}" != Xset; then
7957 COLLECT_NAMES=
7958 export COLLECT_NAMES
7959 fi
7960 ;;
7961esac
7962
7963# Global variables:
7964ofile=libtool
7965can_build_shared=yes
7966
7967# All known linkers require a `.a' archive for static linking (except MSVC,
7968# which needs '.lib').
7969libext=a
7970
7971with_gnu_ld="$lt_cv_prog_gnu_ld"
7972
7973old_CC="$CC"
7974old_CFLAGS="$CFLAGS"
7975
7976# Set sane defaults for various variables
7977test -z "$CC" && CC=cc
7978test -z "$LTCC" && LTCC=$CC
7979test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7980test -z "$LD" && LD=ld
7981test -z "$ac_objext" && ac_objext=o
7982
7983for cc_temp in $compiler""; do
7984 case $cc_temp in
7985 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7986 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7987 \-*) ;;
7988 *) break;;
7989 esac
7990done
7991cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7992
7993
7994# Only perform the check for file, if the check method requires it
7995test -z "$MAGIC_CMD" && MAGIC_CMD=file
7996case $deplibs_check_method in
7997file_magic*)
7998 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8000$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8001if ${lt_cv_path_MAGIC_CMD+:} false; then :
0cd79707
SH
8002 $as_echo_n "(cached) " >&6
8003else
8004 case $MAGIC_CMD in
8005[\\/*] | ?:[\\/]*)
8006 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8007 ;;
8008*)
8009 lt_save_MAGIC_CMD="$MAGIC_CMD"
8010 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8011 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8012 for ac_dir in $ac_dummy; do
8013 IFS="$lt_save_ifs"
8014 test -z "$ac_dir" && ac_dir=.
8015 if test -f $ac_dir/${ac_tool_prefix}file; then
8016 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8017 if test -n "$file_magic_test_file"; then
8018 case $deplibs_check_method in
8019 "file_magic "*)
8020 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8021 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8022 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8023 $EGREP "$file_magic_regex" > /dev/null; then
8024 :
8025 else
8026 cat <<_LT_EOF 1>&2
8027
8028*** Warning: the command libtool uses to detect shared libraries,
8029*** $file_magic_cmd, produces output that libtool cannot recognize.
8030*** The result is that libtool may fail to recognize shared libraries
8031*** as such. This will affect the creation of libtool libraries that
8032*** depend on shared libraries, but programs linked with such libtool
8033*** libraries will work regardless of this problem. Nevertheless, you
8034*** may want to report the problem to your system manager and/or to
8035*** bug-libtool@gnu.org
8036
8037_LT_EOF
8038 fi ;;
8039 esac
8040 fi
8041 break
8042 fi
8043 done
8044 IFS="$lt_save_ifs"
8045 MAGIC_CMD="$lt_save_MAGIC_CMD"
8046 ;;
8047esac
8048fi
8049
8050MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8051if test -n "$MAGIC_CMD"; then
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8053$as_echo "$MAGIC_CMD" >&6; }
8054else
8055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8056$as_echo "no" >&6; }
8057fi
8058
8059
8060
8061
8062
8063if test -z "$lt_cv_path_MAGIC_CMD"; then
8064 if test -n "$ac_tool_prefix"; then
8065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8066$as_echo_n "checking for file... " >&6; }
d0ac1c44 8067if ${lt_cv_path_MAGIC_CMD+:} false; then :
0cd79707
SH
8068 $as_echo_n "(cached) " >&6
8069else
8070 case $MAGIC_CMD in
8071[\\/*] | ?:[\\/]*)
8072 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8073 ;;
8074*)
8075 lt_save_MAGIC_CMD="$MAGIC_CMD"
8076 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8077 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8078 for ac_dir in $ac_dummy; do
8079 IFS="$lt_save_ifs"
8080 test -z "$ac_dir" && ac_dir=.
8081 if test -f $ac_dir/file; then
8082 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8083 if test -n "$file_magic_test_file"; then
8084 case $deplibs_check_method in
8085 "file_magic "*)
8086 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8087 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8088 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8089 $EGREP "$file_magic_regex" > /dev/null; then
8090 :
8091 else
8092 cat <<_LT_EOF 1>&2
8093
8094*** Warning: the command libtool uses to detect shared libraries,
8095*** $file_magic_cmd, produces output that libtool cannot recognize.
8096*** The result is that libtool may fail to recognize shared libraries
8097*** as such. This will affect the creation of libtool libraries that
8098*** depend on shared libraries, but programs linked with such libtool
8099*** libraries will work regardless of this problem. Nevertheless, you
8100*** may want to report the problem to your system manager and/or to
8101*** bug-libtool@gnu.org
8102
8103_LT_EOF
8104 fi ;;
8105 esac
8106 fi
8107 break
8108 fi
8109 done
8110 IFS="$lt_save_ifs"
8111 MAGIC_CMD="$lt_save_MAGIC_CMD"
8112 ;;
8113esac
8114fi
8115
8116MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8117if test -n "$MAGIC_CMD"; then
8118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8119$as_echo "$MAGIC_CMD" >&6; }
8120else
8121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8122$as_echo "no" >&6; }
8123fi
8124
8125
8126 else
8127 MAGIC_CMD=:
8128 fi
8129fi
8130
8131 fi
8132 ;;
8133esac
8134
8135# Use C for the default configuration in the libtool script
8136
8137lt_save_CC="$CC"
8138ac_ext=c
8139ac_cpp='$CPP $CPPFLAGS'
8140ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8141ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8142ac_compiler_gnu=$ac_cv_c_compiler_gnu
8143
8144
8145# Source file extension for C test sources.
8146ac_ext=c
8147
8148# Object file extension for compiled C test sources.
8149objext=o
8150objext=$objext
8151
8152# Code to be used in simple compile tests
8153lt_simple_compile_test_code="int some_variable = 0;"
8154
8155# Code to be used in simple link tests
8156lt_simple_link_test_code='int main(){return(0);}'
8157
8158
8159
8160
8161
8162
8163
8164# If no C compiler was specified, use CC.
8165LTCC=${LTCC-"$CC"}
8166
8167# If no C compiler flags were specified, use CFLAGS.
8168LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8169
8170# Allow CC to be a program name with arguments.
8171compiler=$CC
8172
8173# Save the default compiler, since it gets overwritten when the other
8174# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8175compiler_DEFAULT=$CC
8176
8177# save warnings/boilerplate of simple test code
8178ac_outfile=conftest.$ac_objext
8179echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8180eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8181_lt_compiler_boilerplate=`cat conftest.err`
8182$RM conftest*
8183
8184ac_outfile=conftest.$ac_objext
8185echo "$lt_simple_link_test_code" >conftest.$ac_ext
8186eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8187_lt_linker_boilerplate=`cat conftest.err`
8188$RM -r conftest*
8189
8190
8191## CAVEAT EMPTOR:
8192## There is no encapsulation within the following macros, do not change
8193## the running order or otherwise move them around unless you know exactly
8194## what you are doing...
8195if test -n "$compiler"; then
8196
8197lt_prog_compiler_no_builtin_flag=
8198
8199if test "$GCC" = yes; then
8200 case $cc_basename in
8201 nvcc*)
8202 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8203 *)
8204 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8205 esac
8206
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8208$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8209if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
0cd79707
SH
8210 $as_echo_n "(cached) " >&6
8211else
8212 lt_cv_prog_compiler_rtti_exceptions=no
8213 ac_outfile=conftest.$ac_objext
8214 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8215 lt_compiler_flag="-fno-rtti -fno-exceptions"
8216 # Insert the option either (1) after the last *FLAGS variable, or
8217 # (2) before a word containing "conftest.", or (3) at the end.
8218 # Note that $ac_compile itself does not contain backslashes and begins
8219 # with a dollar sign (not a hyphen), so the echo should work correctly.
8220 # The option is referenced via a variable to avoid confusing sed.
8221 lt_compile=`echo "$ac_compile" | $SED \
8222 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8223 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8224 -e 's:$: $lt_compiler_flag:'`
8225 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8226 (eval "$lt_compile" 2>conftest.err)
8227 ac_status=$?
8228 cat conftest.err >&5
8229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8230 if (exit $ac_status) && test -s "$ac_outfile"; then
8231 # The compiler can only warn and ignore the option if not recognized
8232 # So say no if there are warnings other than the usual output.
8233 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8234 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8235 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8236 lt_cv_prog_compiler_rtti_exceptions=yes
8237 fi
8238 fi
8239 $RM conftest*
8240
8241fi
8242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8243$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8244
8245if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8246 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8247else
8248 :
8249fi
8250
8251fi
8252
8253
8254
8255
8256
8257
8258 lt_prog_compiler_wl=
8259lt_prog_compiler_pic=
8260lt_prog_compiler_static=
8261
8262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8263$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8264
8265 if test "$GCC" = yes; then
8266 lt_prog_compiler_wl='-Wl,'
8267 lt_prog_compiler_static='-static'
8268
8269 case $host_os in
8270 aix*)
8271 # All AIX code is PIC.
8272 if test "$host_cpu" = ia64; then
8273 # AIX 5 now supports IA64 processor
8274 lt_prog_compiler_static='-Bstatic'
8275 fi
8276 lt_prog_compiler_pic='-fPIC'
8277 ;;
8278
8279 amigaos*)
8280 case $host_cpu in
8281 powerpc)
8282 # see comment about AmigaOS4 .so support
8283 lt_prog_compiler_pic='-fPIC'
8284 ;;
8285 m68k)
8286 # FIXME: we need at least 68020 code to build shared libraries, but
8287 # adding the `-m68020' flag to GCC prevents building anything better,
8288 # like `-m68040'.
8289 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8290 ;;
8291 esac
8292 ;;
8293
8294 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8295 # PIC is the default for these OSes.
8296 ;;
8297
8298 mingw* | cygwin* | pw32* | os2* | cegcc*)
8299 # This hack is so that the source file can tell whether it is being
8300 # built for inclusion in a dll (and should export symbols for example).
8301 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8302 # (--disable-auto-import) libraries
8303 lt_prog_compiler_pic='-DDLL_EXPORT'
8304 ;;
8305
8306 darwin* | rhapsody*)
8307 # PIC is the default on this platform
8308 # Common symbols not allowed in MH_DYLIB files
8309 lt_prog_compiler_pic='-fno-common'
8310 ;;
8311
8312 haiku*)
8313 # PIC is the default for Haiku.
8314 # The "-static" flag exists, but is broken.
8315 lt_prog_compiler_static=
8316 ;;
8317
8318 hpux*)
8319 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8320 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8321 # sets the default TLS model and affects inlining.
8322 case $host_cpu in
8323 hppa*64*)
8324 # +Z the default
8325 ;;
8326 *)
8327 lt_prog_compiler_pic='-fPIC'
8328 ;;
8329 esac
8330 ;;
8331
8332 interix[3-9]*)
8333 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8334 # Instead, we relocate shared libraries at runtime.
8335 ;;
8336
8337 msdosdjgpp*)
8338 # Just because we use GCC doesn't mean we suddenly get shared libraries
8339 # on systems that don't support them.
8340 lt_prog_compiler_can_build_shared=no
8341 enable_shared=no
8342 ;;
8343
8344 *nto* | *qnx*)
8345 # QNX uses GNU C++, but need to define -shared option too, otherwise
8346 # it will coredump.
8347 lt_prog_compiler_pic='-fPIC -shared'
8348 ;;
8349
8350 sysv4*MP*)
8351 if test -d /usr/nec; then
8352 lt_prog_compiler_pic=-Kconform_pic
8353 fi
8354 ;;
8355
8356 *)
8357 lt_prog_compiler_pic='-fPIC'
8358 ;;
8359 esac
8360
8361 case $cc_basename in
8362 nvcc*) # Cuda Compiler Driver 2.2
8363 lt_prog_compiler_wl='-Xlinker '
8364 lt_prog_compiler_pic='-Xcompiler -fPIC'
8365 ;;
8366 esac
8367 else
8368 # PORTME Check for flag to pass linker flags through the system compiler.
8369 case $host_os in
8370 aix*)
8371 lt_prog_compiler_wl='-Wl,'
8372 if test "$host_cpu" = ia64; then
8373 # AIX 5 now supports IA64 processor
8374 lt_prog_compiler_static='-Bstatic'
8375 else
8376 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8377 fi
8378 ;;
8379
8380 mingw* | cygwin* | pw32* | os2* | cegcc*)
8381 # This hack is so that the source file can tell whether it is being
8382 # built for inclusion in a dll (and should export symbols for example).
8383 lt_prog_compiler_pic='-DDLL_EXPORT'
8384 ;;
8385
8386 hpux9* | hpux10* | hpux11*)
8387 lt_prog_compiler_wl='-Wl,'
8388 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8389 # not for PA HP-UX.
8390 case $host_cpu in
8391 hppa*64*|ia64*)
8392 # +Z the default
8393 ;;
8394 *)
8395 lt_prog_compiler_pic='+Z'
8396 ;;
8397 esac
8398 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8399 lt_prog_compiler_static='${wl}-a ${wl}archive'
8400 ;;
8401
8402 irix5* | irix6* | nonstopux*)
8403 lt_prog_compiler_wl='-Wl,'
8404 # PIC (with -KPIC) is the default.
8405 lt_prog_compiler_static='-non_shared'
8406 ;;
8407
8408 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8409 case $cc_basename in
8410 # old Intel for x86_64 which still supported -KPIC.
8411 ecc*)
8412 lt_prog_compiler_wl='-Wl,'
8413 lt_prog_compiler_pic='-KPIC'
8414 lt_prog_compiler_static='-static'
8415 ;;
8416 # icc used to be incompatible with GCC.
8417 # ICC 10 doesn't accept -KPIC any more.
8418 icc* | ifort*)
8419 lt_prog_compiler_wl='-Wl,'
8420 lt_prog_compiler_pic='-fPIC'
8421 lt_prog_compiler_static='-static'
8422 ;;
8423 # Lahey Fortran 8.1.
8424 lf95*)
8425 lt_prog_compiler_wl='-Wl,'
8426 lt_prog_compiler_pic='--shared'
8427 lt_prog_compiler_static='--static'
8428 ;;
8429 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8430 # Portland Group compilers (*not* the Pentium gcc compiler,
8431 # which looks to be a dead project)
8432 lt_prog_compiler_wl='-Wl,'
8433 lt_prog_compiler_pic='-fpic'
8434 lt_prog_compiler_static='-Bstatic'
8435 ;;
8436 ccc*)
8437 lt_prog_compiler_wl='-Wl,'
8438 # All Alpha code is PIC.
8439 lt_prog_compiler_static='-non_shared'
8440 ;;
8441 xl* | bgxl* | bgf* | mpixl*)
8442 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8443 lt_prog_compiler_wl='-Wl,'
8444 lt_prog_compiler_pic='-qpic'
8445 lt_prog_compiler_static='-qstaticlink'
8446 ;;
8447 *)
8448 case `$CC -V 2>&1 | sed 5q` in
8449 *Sun\ F* | *Sun*Fortran*)
8450 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8451 lt_prog_compiler_pic='-KPIC'
8452 lt_prog_compiler_static='-Bstatic'
8453 lt_prog_compiler_wl=''
8454 ;;
8455 *Sun\ C*)
8456 # Sun C 5.9
8457 lt_prog_compiler_pic='-KPIC'
8458 lt_prog_compiler_static='-Bstatic'
8459 lt_prog_compiler_wl='-Wl,'
8460 ;;
8461 esac
8462 ;;
8463 esac
8464 ;;
8465
8466 newsos6)
8467 lt_prog_compiler_pic='-KPIC'
8468 lt_prog_compiler_static='-Bstatic'
8469 ;;
8470
8471 *nto* | *qnx*)
8472 # QNX uses GNU C++, but need to define -shared option too, otherwise
8473 # it will coredump.
8474 lt_prog_compiler_pic='-fPIC -shared'
8475 ;;
8476
8477 osf3* | osf4* | osf5*)
8478 lt_prog_compiler_wl='-Wl,'
8479 # All OSF/1 code is PIC.
8480 lt_prog_compiler_static='-non_shared'
8481 ;;
8482
8483 rdos*)
8484 lt_prog_compiler_static='-non_shared'
8485 ;;
8486
8487 solaris*)
8488 lt_prog_compiler_pic='-KPIC'
8489 lt_prog_compiler_static='-Bstatic'
8490 case $cc_basename in
8491 f77* | f90* | f95*)
8492 lt_prog_compiler_wl='-Qoption ld ';;
8493 *)
8494 lt_prog_compiler_wl='-Wl,';;
8495 esac
8496 ;;
8497
8498 sunos4*)
8499 lt_prog_compiler_wl='-Qoption ld '
8500 lt_prog_compiler_pic='-PIC'
8501 lt_prog_compiler_static='-Bstatic'
8502 ;;
8503
8504 sysv4 | sysv4.2uw2* | sysv4.3*)
8505 lt_prog_compiler_wl='-Wl,'
8506 lt_prog_compiler_pic='-KPIC'
8507 lt_prog_compiler_static='-Bstatic'
8508 ;;
8509
8510 sysv4*MP*)
8511 if test -d /usr/nec ;then
8512 lt_prog_compiler_pic='-Kconform_pic'
8513 lt_prog_compiler_static='-Bstatic'
8514 fi
8515 ;;
8516
8517 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8518 lt_prog_compiler_wl='-Wl,'
8519 lt_prog_compiler_pic='-KPIC'
8520 lt_prog_compiler_static='-Bstatic'
8521 ;;
8522
8523 unicos*)
8524 lt_prog_compiler_wl='-Wl,'
8525 lt_prog_compiler_can_build_shared=no
8526 ;;
8527
8528 uts4*)
8529 lt_prog_compiler_pic='-pic'
8530 lt_prog_compiler_static='-Bstatic'
8531 ;;
8532
8533 *)
8534 lt_prog_compiler_can_build_shared=no
8535 ;;
8536 esac
8537 fi
8538
8539case $host_os in
8540 # For platforms which do not support PIC, -DPIC is meaningless:
8541 *djgpp*)
8542 lt_prog_compiler_pic=
8543 ;;
8544 *)
8545 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8546 ;;
8547esac
8548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8549$as_echo "$lt_prog_compiler_pic" >&6; }
8550
8551
8552
8553
8554
8555
8556#
8557# Check to make sure the PIC flag actually works.
8558#
8559if test -n "$lt_prog_compiler_pic"; then
8560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8561$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8562if ${lt_cv_prog_compiler_pic_works+:} false; then :
0cd79707
SH
8563 $as_echo_n "(cached) " >&6
8564else
8565 lt_cv_prog_compiler_pic_works=no
8566 ac_outfile=conftest.$ac_objext
8567 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8568 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8569 # Insert the option either (1) after the last *FLAGS variable, or
8570 # (2) before a word containing "conftest.", or (3) at the end.
8571 # Note that $ac_compile itself does not contain backslashes and begins
8572 # with a dollar sign (not a hyphen), so the echo should work correctly.
8573 # The option is referenced via a variable to avoid confusing sed.
8574 lt_compile=`echo "$ac_compile" | $SED \
8575 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8576 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8577 -e 's:$: $lt_compiler_flag:'`
8578 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8579 (eval "$lt_compile" 2>conftest.err)
8580 ac_status=$?
8581 cat conftest.err >&5
8582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8583 if (exit $ac_status) && test -s "$ac_outfile"; then
8584 # The compiler can only warn and ignore the option if not recognized
8585 # So say no if there are warnings other than the usual output.
8586 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8587 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8588 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8589 lt_cv_prog_compiler_pic_works=yes
8590 fi
8591 fi
8592 $RM conftest*
8593
8594fi
8595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8596$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8597
8598if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8599 case $lt_prog_compiler_pic in
8600 "" | " "*) ;;
8601 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8602 esac
8603else
8604 lt_prog_compiler_pic=
8605 lt_prog_compiler_can_build_shared=no
8606fi
8607
8608fi
8609
8610
8611
8612
8613
8614
8615#
8616# Check to make sure the static flag actually works.
8617#
8618wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8620$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8621if ${lt_cv_prog_compiler_static_works+:} false; then :
0cd79707
SH
8622 $as_echo_n "(cached) " >&6
8623else
8624 lt_cv_prog_compiler_static_works=no
8625 save_LDFLAGS="$LDFLAGS"
8626 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8627 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8628 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8629 # The linker can only warn and ignore the option if not recognized
8630 # So say no if there are warnings
8631 if test -s conftest.err; then
8632 # Append any errors to the config.log.
8633 cat conftest.err 1>&5
8634 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8635 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8636 if diff conftest.exp conftest.er2 >/dev/null; then
8637 lt_cv_prog_compiler_static_works=yes
8638 fi
8639 else
8640 lt_cv_prog_compiler_static_works=yes
8641 fi
8642 fi
8643 $RM -r conftest*
8644 LDFLAGS="$save_LDFLAGS"
8645
8646fi
8647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8648$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8649
8650if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8651 :
8652else
8653 lt_prog_compiler_static=
8654fi
8655
8656
8657
8658
8659
8660
8661
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8663$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8664if ${lt_cv_prog_compiler_c_o+:} false; then :
0cd79707
SH
8665 $as_echo_n "(cached) " >&6
8666else
8667 lt_cv_prog_compiler_c_o=no
8668 $RM -r conftest 2>/dev/null
8669 mkdir conftest
8670 cd conftest
8671 mkdir out
8672 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8673
8674 lt_compiler_flag="-o out/conftest2.$ac_objext"
8675 # Insert the option either (1) after the last *FLAGS variable, or
8676 # (2) before a word containing "conftest.", or (3) at the end.
8677 # Note that $ac_compile itself does not contain backslashes and begins
8678 # with a dollar sign (not a hyphen), so the echo should work correctly.
8679 lt_compile=`echo "$ac_compile" | $SED \
8680 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8681 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8682 -e 's:$: $lt_compiler_flag:'`
8683 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8684 (eval "$lt_compile" 2>out/conftest.err)
8685 ac_status=$?
8686 cat out/conftest.err >&5
8687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8688 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8689 then
8690 # The compiler can only warn and ignore the option if not recognized
8691 # So say no if there are warnings
8692 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8693 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8694 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8695 lt_cv_prog_compiler_c_o=yes
8696 fi
8697 fi
8698 chmod u+w . 2>&5
8699 $RM conftest*
8700 # SGI C++ compiler will create directory out/ii_files/ for
8701 # template instantiation
8702 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8703 $RM out/* && rmdir out
8704 cd ..
8705 $RM -r conftest
8706 $RM conftest*
8707
8708fi
8709{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8710$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8711
8712
8713
8714
8715
8716
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8718$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8719if ${lt_cv_prog_compiler_c_o+:} false; then :
0cd79707
SH
8720 $as_echo_n "(cached) " >&6
8721else
8722 lt_cv_prog_compiler_c_o=no
8723 $RM -r conftest 2>/dev/null
8724 mkdir conftest
8725 cd conftest
8726 mkdir out
8727 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8728
8729 lt_compiler_flag="-o out/conftest2.$ac_objext"
8730 # Insert the option either (1) after the last *FLAGS variable, or
8731 # (2) before a word containing "conftest.", or (3) at the end.
8732 # Note that $ac_compile itself does not contain backslashes and begins
8733 # with a dollar sign (not a hyphen), so the echo should work correctly.
8734 lt_compile=`echo "$ac_compile" | $SED \
8735 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8736 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8737 -e 's:$: $lt_compiler_flag:'`
8738 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8739 (eval "$lt_compile" 2>out/conftest.err)
8740 ac_status=$?
8741 cat out/conftest.err >&5
8742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8743 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8744 then
8745 # The compiler can only warn and ignore the option if not recognized
8746 # So say no if there are warnings
8747 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8748 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8749 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8750 lt_cv_prog_compiler_c_o=yes
8751 fi
8752 fi
8753 chmod u+w . 2>&5
8754 $RM conftest*
8755 # SGI C++ compiler will create directory out/ii_files/ for
8756 # template instantiation
8757 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8758 $RM out/* && rmdir out
8759 cd ..
8760 $RM -r conftest
8761 $RM conftest*
8762
8763fi
8764{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8765$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8766
8767
8768
8769
8770hard_links="nottested"
8771if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8772 # do not overwrite the value of need_locks provided by the user
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8774$as_echo_n "checking if we can lock with hard links... " >&6; }
8775 hard_links=yes
8776 $RM conftest*
8777 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8778 touch conftest.a
8779 ln conftest.a conftest.b 2>&5 || hard_links=no
8780 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8782$as_echo "$hard_links" >&6; }
8783 if test "$hard_links" = no; then
8784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8785$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8786 need_locks=warn
8787 fi
8788else
8789 need_locks=no
8790fi
8791
8792
8793
8794
8795
8796
8797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8798$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8799
8800 runpath_var=
8801 allow_undefined_flag=
8802 always_export_symbols=no
8803 archive_cmds=
8804 archive_expsym_cmds=
8805 compiler_needs_object=no
8806 enable_shared_with_static_runtimes=no
8807 export_dynamic_flag_spec=
8808 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8809 hardcode_automatic=no
8810 hardcode_direct=no
8811 hardcode_direct_absolute=no
8812 hardcode_libdir_flag_spec=
8813 hardcode_libdir_flag_spec_ld=
8814 hardcode_libdir_separator=
8815 hardcode_minus_L=no
8816 hardcode_shlibpath_var=unsupported
8817 inherit_rpath=no
8818 link_all_deplibs=unknown
8819 module_cmds=
8820 module_expsym_cmds=
8821 old_archive_from_new_cmds=
8822 old_archive_from_expsyms_cmds=
8823 thread_safe_flag_spec=
8824 whole_archive_flag_spec=
8825 # include_expsyms should be a list of space-separated symbols to be *always*
8826 # included in the symbol list
8827 include_expsyms=
8828 # exclude_expsyms can be an extended regexp of symbols to exclude
8829 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8830 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8831 # as well as any symbol that contains `d'.
8832 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8833 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8834 # platforms (ab)use it in PIC code, but their linkers get confused if
8835 # the symbol is explicitly referenced. Since portable code cannot
8836 # rely on this symbol name, it's probably fine to never include it in
8837 # preloaded symbol tables.
8838 # Exclude shared library initialization/finalization symbols.
8839 extract_expsyms_cmds=
8840
8841 case $host_os in
8842 cygwin* | mingw* | pw32* | cegcc*)
8843 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8844 # When not using gcc, we currently assume that we are using
8845 # Microsoft Visual C++.
8846 if test "$GCC" != yes; then
8847 with_gnu_ld=no
8848 fi
8849 ;;
8850 interix*)
8851 # we just hope/assume this is gcc and not c89 (= MSVC++)
8852 with_gnu_ld=yes
8853 ;;
8854 openbsd*)
8855 with_gnu_ld=no
8856 ;;
8857 esac
8858
8859 ld_shlibs=yes
8860
8861 # On some targets, GNU ld is compatible enough with the native linker
8862 # that we're better off using the native interface for both.
8863 lt_use_gnu_ld_interface=no
8864 if test "$with_gnu_ld" = yes; then
8865 case $host_os in
8866 aix*)
8867 # The AIX port of GNU ld has always aspired to compatibility
8868 # with the native linker. However, as the warning in the GNU ld
8869 # block says, versions before 2.19.5* couldn't really create working
8870 # shared libraries, regardless of the interface used.
8871 case `$LD -v 2>&1` in
8872 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8873 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8874 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8875 *)
8876 lt_use_gnu_ld_interface=yes
8877 ;;
8878 esac
8879 ;;
8880 *)
8881 lt_use_gnu_ld_interface=yes
8882 ;;
8883 esac
8884 fi
8885
8886 if test "$lt_use_gnu_ld_interface" = yes; then
8887 # If archive_cmds runs LD, not CC, wlarc should be empty
8888 wlarc='${wl}'
8889
8890 # Set some defaults for GNU ld with shared library support. These
8891 # are reset later if shared libraries are not supported. Putting them
8892 # here allows them to be overridden if necessary.
8893 runpath_var=LD_RUN_PATH
8894 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8895 export_dynamic_flag_spec='${wl}--export-dynamic'
8896 # ancient GNU ld didn't support --whole-archive et. al.
8897 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8898 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8899 else
8900 whole_archive_flag_spec=
8901 fi
8902 supports_anon_versioning=no
8903 case `$LD -v 2>&1` in
8904 *GNU\ gold*) supports_anon_versioning=yes ;;
8905 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8906 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8907 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8908 *\ 2.11.*) ;; # other 2.11 versions
8909 *) supports_anon_versioning=yes ;;
8910 esac
8911
8912 # See if GNU ld supports shared libraries.
8913 case $host_os in
8914 aix[3-9]*)
8915 # On AIX/PPC, the GNU linker is very broken
8916 if test "$host_cpu" != ia64; then
8917 ld_shlibs=no
8918 cat <<_LT_EOF 1>&2
8919
8920*** Warning: the GNU linker, at least up to release 2.19, is reported
8921*** to be unable to reliably create shared libraries on AIX.
8922*** Therefore, libtool is disabling shared libraries support. If you
8923*** really care for shared libraries, you may want to install binutils
8924*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8925*** You will then need to restart the configuration process.
8926
8927_LT_EOF
8928 fi
8929 ;;
8930
8931 amigaos*)
8932 case $host_cpu in
8933 powerpc)
8934 # see comment about AmigaOS4 .so support
8935 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8936 archive_expsym_cmds=''
8937 ;;
8938 m68k)
8939 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)'
8940 hardcode_libdir_flag_spec='-L$libdir'
8941 hardcode_minus_L=yes
8942 ;;
8943 esac
8944 ;;
8945
8946 beos*)
8947 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8948 allow_undefined_flag=unsupported
8949 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8950 # support --undefined. This deserves some investigation. FIXME
8951 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8952 else
8953 ld_shlibs=no
8954 fi
8955 ;;
8956
8957 cygwin* | mingw* | pw32* | cegcc*)
8958 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8959 # as there is no search path for DLLs.
8960 hardcode_libdir_flag_spec='-L$libdir'
8961 export_dynamic_flag_spec='${wl}--export-all-symbols'
8962 allow_undefined_flag=unsupported
8963 always_export_symbols=no
8964 enable_shared_with_static_runtimes=yes
8965 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8966
8967 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8968 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8969 # If the export-symbols file already is a .def file (1st line
8970 # is EXPORTS), use it as is; otherwise, prepend...
8971 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8972 cp $export_symbols $output_objdir/$soname.def;
8973 else
8974 echo EXPORTS > $output_objdir/$soname.def;
8975 cat $export_symbols >> $output_objdir/$soname.def;
8976 fi~
8977 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8978 else
8979 ld_shlibs=no
8980 fi
8981 ;;
8982
8983 haiku*)
8984 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8985 link_all_deplibs=yes
8986 ;;
8987
8988 interix[3-9]*)
8989 hardcode_direct=no
8990 hardcode_shlibpath_var=no
8991 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8992 export_dynamic_flag_spec='${wl}-E'
8993 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8994 # Instead, shared libraries are loaded at an image base (0x10000000 by
8995 # default) and relocated if they conflict, which is a slow very memory
8996 # consuming and fragmenting process. To avoid this, we pick a random,
8997 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8998 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8999 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9000 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'
9001 ;;
9002
9003 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9004 tmp_diet=no
9005 if test "$host_os" = linux-dietlibc; then
9006 case $cc_basename in
9007 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9008 esac
9009 fi
9010 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9011 && test "$tmp_diet" = no
9012 then
9013 tmp_addflag=' $pic_flag'
9014 tmp_sharedflag='-shared'
9015 case $cc_basename,$host_cpu in
9016 pgcc*) # Portland Group C compiler
9017 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'
9018 tmp_addflag=' $pic_flag'
9019 ;;
9020 pgf77* | pgf90* | pgf95* | pgfortran*)
9021 # Portland Group f77 and f90 compilers
9022 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'
9023 tmp_addflag=' $pic_flag -Mnomain' ;;
9024 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9025 tmp_addflag=' -i_dynamic' ;;
9026 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9027 tmp_addflag=' -i_dynamic -nofor_main' ;;
9028 ifc* | ifort*) # Intel Fortran compiler
9029 tmp_addflag=' -nofor_main' ;;
9030 lf95*) # Lahey Fortran 8.1
9031 whole_archive_flag_spec=
9032 tmp_sharedflag='--shared' ;;
9033 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9034 tmp_sharedflag='-qmkshrobj'
9035 tmp_addflag= ;;
9036 nvcc*) # Cuda Compiler Driver 2.2
9037 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'
9038 compiler_needs_object=yes
9039 ;;
9040 esac
9041 case `$CC -V 2>&1 | sed 5q` in
9042 *Sun\ C*) # Sun C 5.9
9043 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'
9044 compiler_needs_object=yes
9045 tmp_sharedflag='-G' ;;
9046 *Sun\ F*) # Sun Fortran 8.3
9047 tmp_sharedflag='-G' ;;
9048 esac
9049 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9050
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 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9056 fi
9057
9058 case $cc_basename in
9059 xlf* | bgf* | bgxlf* | mpixlf*)
9060 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9061 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9062 hardcode_libdir_flag_spec=
9063 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9064 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9065 if test "x$supports_anon_versioning" = xyes; then
9066 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9067 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9068 echo "local: *; };" >> $output_objdir/$libname.ver~
9069 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9070 fi
9071 ;;
9072 esac
9073 else
9074 ld_shlibs=no
9075 fi
9076 ;;
9077
9078 netbsd*)
9079 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9080 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9081 wlarc=
9082 else
9083 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9084 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9085 fi
9086 ;;
9087
9088 solaris*)
9089 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9090 ld_shlibs=no
9091 cat <<_LT_EOF 1>&2
9092
9093*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9094*** create shared libraries on Solaris systems. Therefore, libtool
9095*** is disabling shared libraries support. We urge you to upgrade GNU
9096*** binutils to release 2.9.1 or newer. Another option is to modify
9097*** your PATH or compiler configuration so that the native linker is
9098*** used, and then restart.
9099
9100_LT_EOF
9101 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9102 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9103 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9104 else
9105 ld_shlibs=no
9106 fi
9107 ;;
9108
9109 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9110 case `$LD -v 2>&1` in
9111 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9112 ld_shlibs=no
9113 cat <<_LT_EOF 1>&2
9114
9115*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9116*** reliably create shared libraries on SCO systems. Therefore, libtool
9117*** is disabling shared libraries support. We urge you to upgrade GNU
9118*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9119*** your PATH or compiler configuration so that the native linker is
9120*** used, and then restart.
9121
9122_LT_EOF
9123 ;;
9124 *)
9125 # For security reasons, it is highly recommended that you always
9126 # use absolute paths for naming shared libraries, and exclude the
9127 # DT_RUNPATH tag from executables and libraries. But doing so
9128 # requires that you compile everything twice, which is a pain.
9129 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9130 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9131 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9132 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9133 else
9134 ld_shlibs=no
9135 fi
9136 ;;
9137 esac
9138 ;;
9139
9140 sunos4*)
9141 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9142 wlarc=
9143 hardcode_direct=yes
9144 hardcode_shlibpath_var=no
9145 ;;
9146
9147 *)
9148 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9149 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9150 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9151 else
9152 ld_shlibs=no
9153 fi
9154 ;;
9155 esac
9156
9157 if test "$ld_shlibs" = no; then
9158 runpath_var=
9159 hardcode_libdir_flag_spec=
9160 export_dynamic_flag_spec=
9161 whole_archive_flag_spec=
9162 fi
9163 else
9164 # PORTME fill in a description of your system's linker (not GNU ld)
9165 case $host_os in
9166 aix3*)
9167 allow_undefined_flag=unsupported
9168 always_export_symbols=yes
9169 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'
9170 # Note: this linker hardcodes the directories in LIBPATH if there
9171 # are no directories specified by -L.
9172 hardcode_minus_L=yes
9173 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9174 # Neither direct hardcoding nor static linking is supported with a
9175 # broken collect2.
9176 hardcode_direct=unsupported
9177 fi
9178 ;;
9179
9180 aix[4-9]*)
9181 if test "$host_cpu" = ia64; then
9182 # On IA64, the linker does run time linking by default, so we don't
9183 # have to do anything special.
9184 aix_use_runtimelinking=no
9185 exp_sym_flag='-Bexport'
9186 no_entry_flag=""
9187 else
9188 # If we're using GNU nm, then we don't want the "-C" option.
9189 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9190 # Also, AIX nm treats weak defined symbols like other global
9191 # defined symbols, whereas GNU nm marks them as "W".
9192 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9193 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'
9194 else
9195 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'
9196 fi
9197 aix_use_runtimelinking=no
9198
9199 # Test if we are trying to use run time linking or normal
9200 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9201 # need to do runtime linking.
9202 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9203 for ld_flag in $LDFLAGS; do
9204 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9205 aix_use_runtimelinking=yes
9206 break
9207 fi
9208 done
9209 ;;
9210 esac
9211
9212 exp_sym_flag='-bexport'
9213 no_entry_flag='-bnoentry'
9214 fi
9215
9216 # When large executables or shared objects are built, AIX ld can
9217 # have problems creating the table of contents. If linking a library
9218 # or program results in "error TOC overflow" add -mminimal-toc to
9219 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9220 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9221
9222 archive_cmds=''
9223 hardcode_direct=yes
9224 hardcode_direct_absolute=yes
9225 hardcode_libdir_separator=':'
9226 link_all_deplibs=yes
9227 file_list_spec='${wl}-f,'
9228
9229 if test "$GCC" = yes; then
9230 case $host_os in aix4.[012]|aix4.[012].*)
9231 # We only want to do this on AIX 4.2 and lower, the check
9232 # below for broken collect2 doesn't work under 4.3+
9233 collect2name=`${CC} -print-prog-name=collect2`
9234 if test -f "$collect2name" &&
9235 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9236 then
9237 # We have reworked collect2
9238 :
9239 else
9240 # We have old collect2
9241 hardcode_direct=unsupported
9242 # It fails to find uninstalled libraries when the uninstalled
9243 # path is not listed in the libpath. Setting hardcode_minus_L
9244 # to unsupported forces relinking
9245 hardcode_minus_L=yes
9246 hardcode_libdir_flag_spec='-L$libdir'
9247 hardcode_libdir_separator=
9248 fi
9249 ;;
9250 esac
9251 shared_flag='-shared'
9252 if test "$aix_use_runtimelinking" = yes; then
9253 shared_flag="$shared_flag "'${wl}-G'
9254 fi
9255 else
9256 # not using gcc
9257 if test "$host_cpu" = ia64; then
9258 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9259 # chokes on -Wl,-G. The following line is correct:
9260 shared_flag='-G'
9261 else
9262 if test "$aix_use_runtimelinking" = yes; then
9263 shared_flag='${wl}-G'
9264 else
9265 shared_flag='${wl}-bM:SRE'
9266 fi
9267 fi
9268 fi
9269
9270 export_dynamic_flag_spec='${wl}-bexpall'
9271 # It seems that -bexpall does not export symbols beginning with
9272 # underscore (_), so it is better to generate a list of symbols to export.
9273 always_export_symbols=yes
9274 if test "$aix_use_runtimelinking" = yes; then
9275 # Warning - without using the other runtime loading flags (-brtl),
9276 # -berok will link without error, but may produce a broken library.
9277 allow_undefined_flag='-berok'
9278 # Determine the default libpath from the value encoded in an
9279 # empty executable.
9280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9281/* end confdefs.h. */
9282
9283int
9284main ()
9285{
9286
9287 ;
9288 return 0;
9289}
9290_ACEOF
9291if ac_fn_c_try_link "$LINENO"; then :
9292
9293lt_aix_libpath_sed='
9294 /Import File Strings/,/^$/ {
9295 /^0/ {
9296 s/^0 *\(.*\)$/\1/
9297 p
9298 }
9299 }'
9300aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9301# Check for a 64-bit object if we didn't find anything.
9302if test -z "$aix_libpath"; then
9303 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9304fi
9305fi
9306rm -f core conftest.err conftest.$ac_objext \
9307 conftest$ac_exeext conftest.$ac_ext
9308if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9309
9310 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9311 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"
9312 else
9313 if test "$host_cpu" = ia64; then
9314 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9315 allow_undefined_flag="-z nodefs"
9316 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"
9317 else
9318 # Determine the default libpath from the value encoded in an
9319 # empty executable.
9320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9321/* end confdefs.h. */
9322
9323int
9324main ()
9325{
9326
9327 ;
9328 return 0;
9329}
9330_ACEOF
9331if ac_fn_c_try_link "$LINENO"; then :
9332
9333lt_aix_libpath_sed='
9334 /Import File Strings/,/^$/ {
9335 /^0/ {
9336 s/^0 *\(.*\)$/\1/
9337 p
9338 }
9339 }'
9340aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9341# Check for a 64-bit object if we didn't find anything.
9342if test -z "$aix_libpath"; then
9343 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9344fi
9345fi
9346rm -f core conftest.err conftest.$ac_objext \
9347 conftest$ac_exeext conftest.$ac_ext
9348if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9349
9350 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9351 # Warning - without using the other run time loading flags,
9352 # -berok will link without error, but may produce a broken library.
9353 no_undefined_flag=' ${wl}-bernotok'
9354 allow_undefined_flag=' ${wl}-berok'
9355 if test "$with_gnu_ld" = yes; then
9356 # We only use this code for GNU lds that support --whole-archive.
9357 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9358 else
9359 # Exported symbols can be pulled into shared objects from archives
9360 whole_archive_flag_spec='$convenience'
9361 fi
9362 archive_cmds_need_lc=yes
9363 # This is similar to how AIX traditionally builds its shared libraries.
9364 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'
9365 fi
9366 fi
9367 ;;
9368
9369 amigaos*)
9370 case $host_cpu in
9371 powerpc)
9372 # see comment about AmigaOS4 .so support
9373 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9374 archive_expsym_cmds=''
9375 ;;
9376 m68k)
9377 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)'
9378 hardcode_libdir_flag_spec='-L$libdir'
9379 hardcode_minus_L=yes
9380 ;;
9381 esac
9382 ;;
9383
9384 bsdi[45]*)
9385 export_dynamic_flag_spec=-rdynamic
9386 ;;
9387
9388 cygwin* | mingw* | pw32* | cegcc*)
9389 # When not using gcc, we currently assume that we are using
9390 # Microsoft Visual C++.
9391 # hardcode_libdir_flag_spec is actually meaningless, as there is
9392 # no search path for DLLs.
9393 hardcode_libdir_flag_spec=' '
9394 allow_undefined_flag=unsupported
9395 # Tell ltmain to make .lib files, not .a files.
9396 libext=lib
9397 # Tell ltmain to make .dll files, not .so files.
9398 shrext_cmds=".dll"
9399 # FIXME: Setting linknames here is a bad hack.
9400 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9401 # The linker will automatically build a .lib file if we build a DLL.
9402 old_archive_from_new_cmds='true'
9403 # FIXME: Should let the user specify the lib program.
9404 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9405 fix_srcfile_path='`cygpath -w "$srcfile"`'
9406 enable_shared_with_static_runtimes=yes
9407 ;;
9408
9409 darwin* | rhapsody*)
9410
9411
9412 archive_cmds_need_lc=no
9413 hardcode_direct=no
9414 hardcode_automatic=yes
9415 hardcode_shlibpath_var=unsupported
9416 if test "$lt_cv_ld_force_load" = "yes"; then
9417 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\"`'
9418 else
9419 whole_archive_flag_spec=''
9420 fi
9421 link_all_deplibs=yes
9422 allow_undefined_flag="$_lt_dar_allow_undefined"
9423 case $cc_basename in
9424 ifort*) _lt_dar_can_shared=yes ;;
9425 *) _lt_dar_can_shared=$GCC ;;
9426 esac
9427 if test "$_lt_dar_can_shared" = "yes"; then
9428 output_verbose_link_cmd=func_echo_all
9429 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9430 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9431 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}"
9432 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}"
9433
9434 else
9435 ld_shlibs=no
9436 fi
9437
9438 ;;
9439
9440 dgux*)
9441 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9442 hardcode_libdir_flag_spec='-L$libdir'
9443 hardcode_shlibpath_var=no
9444 ;;
9445
9446 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9447 # support. Future versions do this automatically, but an explicit c++rt0.o
9448 # does not break anything, and helps significantly (at the cost of a little
9449 # extra space).
9450 freebsd2.2*)
9451 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9452 hardcode_libdir_flag_spec='-R$libdir'
9453 hardcode_direct=yes
9454 hardcode_shlibpath_var=no
9455 ;;
9456
9457 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9458 freebsd2.*)
9459 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9460 hardcode_direct=yes
9461 hardcode_minus_L=yes
9462 hardcode_shlibpath_var=no
9463 ;;
9464
9465 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9466 freebsd* | dragonfly*)
9467 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9468 hardcode_libdir_flag_spec='-R$libdir'
9469 hardcode_direct=yes
9470 hardcode_shlibpath_var=no
9471 ;;
9472
9473 hpux9*)
9474 if test "$GCC" = yes; then
9475 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'
9476 else
9477 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'
9478 fi
9479 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9480 hardcode_libdir_separator=:
9481 hardcode_direct=yes
9482
9483 # hardcode_minus_L: Not really in the search PATH,
9484 # but as the default location of the library.
9485 hardcode_minus_L=yes
9486 export_dynamic_flag_spec='${wl}-E'
9487 ;;
9488
9489 hpux10*)
9490 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9491 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9492 else
9493 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9494 fi
9495 if test "$with_gnu_ld" = no; then
9496 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9497 hardcode_libdir_flag_spec_ld='+b $libdir'
9498 hardcode_libdir_separator=:
9499 hardcode_direct=yes
9500 hardcode_direct_absolute=yes
9501 export_dynamic_flag_spec='${wl}-E'
9502 # hardcode_minus_L: Not really in the search PATH,
9503 # but as the default location of the library.
9504 hardcode_minus_L=yes
9505 fi
9506 ;;
9507
9508 hpux11*)
9509 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9510 case $host_cpu in
9511 hppa*64*)
9512 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9513 ;;
9514 ia64*)
9515 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9516 ;;
9517 *)
9518 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9519 ;;
9520 esac
9521 else
9522 case $host_cpu in
9523 hppa*64*)
9524 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9525 ;;
9526 ia64*)
9527 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9528 ;;
9529 *)
9530
9531 # Older versions of the 11.00 compiler do not understand -b yet
9532 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9534$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9535if ${lt_cv_prog_compiler__b+:} false; then :
0cd79707
SH
9536 $as_echo_n "(cached) " >&6
9537else
9538 lt_cv_prog_compiler__b=no
9539 save_LDFLAGS="$LDFLAGS"
9540 LDFLAGS="$LDFLAGS -b"
9541 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9542 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9543 # The linker can only warn and ignore the option if not recognized
9544 # So say no if there are warnings
9545 if test -s conftest.err; then
9546 # Append any errors to the config.log.
9547 cat conftest.err 1>&5
9548 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9549 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9550 if diff conftest.exp conftest.er2 >/dev/null; then
9551 lt_cv_prog_compiler__b=yes
9552 fi
9553 else
9554 lt_cv_prog_compiler__b=yes
9555 fi
9556 fi
9557 $RM -r conftest*
9558 LDFLAGS="$save_LDFLAGS"
9559
9560fi
9561{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9562$as_echo "$lt_cv_prog_compiler__b" >&6; }
9563
9564if test x"$lt_cv_prog_compiler__b" = xyes; then
9565 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9566else
9567 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9568fi
9569
9570 ;;
9571 esac
9572 fi
9573 if test "$with_gnu_ld" = no; then
9574 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9575 hardcode_libdir_separator=:
9576
9577 case $host_cpu in
9578 hppa*64*|ia64*)
9579 hardcode_direct=no
9580 hardcode_shlibpath_var=no
9581 ;;
9582 *)
9583 hardcode_direct=yes
9584 hardcode_direct_absolute=yes
9585 export_dynamic_flag_spec='${wl}-E'
9586
9587 # hardcode_minus_L: Not really in the search PATH,
9588 # but as the default location of the library.
9589 hardcode_minus_L=yes
9590 ;;
9591 esac
9592 fi
9593 ;;
9594
9595 irix5* | irix6* | nonstopux*)
9596 if test "$GCC" = yes; then
9597 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'
9598 # Try to use the -exported_symbol ld option, if it does not
9599 # work, assume that -exports_file does not work either and
9600 # implicitly export all symbols.
9601 save_LDFLAGS="$LDFLAGS"
9602 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9604/* end confdefs.h. */
9605int foo(void) {}
9606_ACEOF
9607if ac_fn_c_try_link "$LINENO"; then :
9608 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'
9609
9610fi
9611rm -f core conftest.err conftest.$ac_objext \
9612 conftest$ac_exeext conftest.$ac_ext
9613 LDFLAGS="$save_LDFLAGS"
9614 else
9615 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'
9616 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'
9617 fi
9618 archive_cmds_need_lc='no'
9619 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9620 hardcode_libdir_separator=:
9621 inherit_rpath=yes
9622 link_all_deplibs=yes
9623 ;;
9624
9625 netbsd*)
9626 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9627 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9628 else
9629 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9630 fi
9631 hardcode_libdir_flag_spec='-R$libdir'
9632 hardcode_direct=yes
9633 hardcode_shlibpath_var=no
9634 ;;
9635
9636 newsos6)
9637 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9638 hardcode_direct=yes
9639 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9640 hardcode_libdir_separator=:
9641 hardcode_shlibpath_var=no
9642 ;;
9643
9644 *nto* | *qnx*)
9645 ;;
9646
9647 openbsd*)
9648 if test -f /usr/libexec/ld.so; then
9649 hardcode_direct=yes
9650 hardcode_shlibpath_var=no
9651 hardcode_direct_absolute=yes
9652 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9653 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9654 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9655 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9656 export_dynamic_flag_spec='${wl}-E'
9657 else
9658 case $host_os in
9659 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9660 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9661 hardcode_libdir_flag_spec='-R$libdir'
9662 ;;
9663 *)
9664 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9665 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9666 ;;
9667 esac
9668 fi
9669 else
9670 ld_shlibs=no
9671 fi
9672 ;;
9673
9674 os2*)
9675 hardcode_libdir_flag_spec='-L$libdir'
9676 hardcode_minus_L=yes
9677 allow_undefined_flag=unsupported
9678 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'
9679 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9680 ;;
9681
9682 osf3*)
9683 if test "$GCC" = yes; then
9684 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9685 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'
9686 else
9687 allow_undefined_flag=' -expect_unresolved \*'
9688 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'
9689 fi
9690 archive_cmds_need_lc='no'
9691 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9692 hardcode_libdir_separator=:
9693 ;;
9694
9695 osf4* | osf5*) # as osf3* with the addition of -msym flag
9696 if test "$GCC" = yes; then
9697 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9698 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'
9699 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9700 else
9701 allow_undefined_flag=' -expect_unresolved \*'
9702 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'
9703 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~
9704 $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'
9705
9706 # Both c and cxx compiler support -rpath directly
9707 hardcode_libdir_flag_spec='-rpath $libdir'
9708 fi
9709 archive_cmds_need_lc='no'
9710 hardcode_libdir_separator=:
9711 ;;
9712
9713 solaris*)
9714 no_undefined_flag=' -z defs'
9715 if test "$GCC" = yes; then
9716 wlarc='${wl}'
9717 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9718 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9719 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9720 else
9721 case `$CC -V 2>&1` in
9722 *"Compilers 5.0"*)
9723 wlarc=''
9724 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9725 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9726 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9727 ;;
9728 *)
9729 wlarc='${wl}'
9730 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9731 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9732 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9733 ;;
9734 esac
9735 fi
9736 hardcode_libdir_flag_spec='-R$libdir'
9737 hardcode_shlibpath_var=no
9738 case $host_os in
9739 solaris2.[0-5] | solaris2.[0-5].*) ;;
9740 *)
9741 # The compiler driver will combine and reorder linker options,
9742 # but understands `-z linker_flag'. GCC discards it without `$wl',
9743 # but is careful enough not to reorder.
9744 # Supported since Solaris 2.6 (maybe 2.5.1?)
9745 if test "$GCC" = yes; then
9746 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9747 else
9748 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9749 fi
9750 ;;
9751 esac
9752 link_all_deplibs=yes
9753 ;;
9754
9755 sunos4*)
9756 if test "x$host_vendor" = xsequent; then
9757 # Use $CC to link under sequent, because it throws in some extra .o
9758 # files that make .init and .fini sections work.
9759 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9760 else
9761 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9762 fi
9763 hardcode_libdir_flag_spec='-L$libdir'
9764 hardcode_direct=yes
9765 hardcode_minus_L=yes
9766 hardcode_shlibpath_var=no
9767 ;;
9768
9769 sysv4)
9770 case $host_vendor in
9771 sni)
9772 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9773 hardcode_direct=yes # is this really true???
9774 ;;
9775 siemens)
9776 ## LD is ld it makes a PLAMLIB
9777 ## CC just makes a GrossModule.
9778 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9779 reload_cmds='$CC -r -o $output$reload_objs'
9780 hardcode_direct=no
9781 ;;
9782 motorola)
9783 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9784 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9785 ;;
9786 esac
9787 runpath_var='LD_RUN_PATH'
9788 hardcode_shlibpath_var=no
9789 ;;
9790
9791 sysv4.3*)
9792 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9793 hardcode_shlibpath_var=no
9794 export_dynamic_flag_spec='-Bexport'
9795 ;;
9796
9797 sysv4*MP*)
9798 if test -d /usr/nec; then
9799 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9800 hardcode_shlibpath_var=no
9801 runpath_var=LD_RUN_PATH
9802 hardcode_runpath_var=yes
9803 ld_shlibs=yes
9804 fi
9805 ;;
9806
9807 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9808 no_undefined_flag='${wl}-z,text'
9809 archive_cmds_need_lc=no
9810 hardcode_shlibpath_var=no
9811 runpath_var='LD_RUN_PATH'
9812
9813 if test "$GCC" = yes; then
9814 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9815 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9816 else
9817 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9818 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9819 fi
9820 ;;
9821
9822 sysv5* | sco3.2v5* | sco5v6*)
9823 # Note: We can NOT use -z defs as we might desire, because we do not
9824 # link with -lc, and that would cause any symbols used from libc to
9825 # always be unresolved, which means just about no library would
9826 # ever link correctly. If we're not using GNU ld we use -z text
9827 # though, which does catch some bad symbols but isn't as heavy-handed
9828 # as -z defs.
9829 no_undefined_flag='${wl}-z,text'
9830 allow_undefined_flag='${wl}-z,nodefs'
9831 archive_cmds_need_lc=no
9832 hardcode_shlibpath_var=no
9833 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9834 hardcode_libdir_separator=':'
9835 link_all_deplibs=yes
9836 export_dynamic_flag_spec='${wl}-Bexport'
9837 runpath_var='LD_RUN_PATH'
9838
9839 if test "$GCC" = yes; then
9840 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9841 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9842 else
9843 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9844 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9845 fi
9846 ;;
9847
9848 uts4*)
9849 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9850 hardcode_libdir_flag_spec='-L$libdir'
9851 hardcode_shlibpath_var=no
9852 ;;
9853
9854 *)
9855 ld_shlibs=no
9856 ;;
9857 esac
9858
9859 if test x$host_vendor = xsni; then
9860 case $host in
9861 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9862 export_dynamic_flag_spec='${wl}-Blargedynsym'
9863 ;;
9864 esac
9865 fi
9866 fi
9867
9868{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9869$as_echo "$ld_shlibs" >&6; }
9870test "$ld_shlibs" = no && can_build_shared=no
9871
9872with_gnu_ld=$with_gnu_ld
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888#
9889# Do we need to explicitly link libc?
9890#
9891case "x$archive_cmds_need_lc" in
9892x|xyes)
9893 # Assume -lc should be added
9894 archive_cmds_need_lc=yes
9895
9896 if test "$enable_shared" = yes && test "$GCC" = yes; then
9897 case $archive_cmds in
9898 *'~'*)
9899 # FIXME: we may have to deal with multi-command sequences.
9900 ;;
9901 '$CC '*)
9902 # Test whether the compiler implicitly links with -lc since on some
9903 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9904 # to ld, don't add -lc before -lgcc.
9905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9906$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9907if ${lt_cv_archive_cmds_need_lc+:} false; then :
0cd79707
SH
9908 $as_echo_n "(cached) " >&6
9909else
9910 $RM conftest*
9911 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9912
9913 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9914 (eval $ac_compile) 2>&5
9915 ac_status=$?
9916 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9917 test $ac_status = 0; } 2>conftest.err; then
9918 soname=conftest
9919 lib=conftest
9920 libobjs=conftest.$ac_objext
9921 deplibs=
9922 wl=$lt_prog_compiler_wl
9923 pic_flag=$lt_prog_compiler_pic
9924 compiler_flags=-v
9925 linker_flags=-v
9926 verstring=
9927 output_objdir=.
9928 libname=conftest
9929 lt_save_allow_undefined_flag=$allow_undefined_flag
9930 allow_undefined_flag=
9931 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9932 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9933 ac_status=$?
9934 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9935 test $ac_status = 0; }
9936 then
9937 lt_cv_archive_cmds_need_lc=no
9938 else
9939 lt_cv_archive_cmds_need_lc=yes
9940 fi
9941 allow_undefined_flag=$lt_save_allow_undefined_flag
9942 else
9943 cat conftest.err 1>&5
9944 fi
9945 $RM conftest*
9946
9947fi
9948{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9949$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9950 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9951 ;;
9952 esac
9953 fi
9954 ;;
9955esac
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
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10114$as_echo_n "checking dynamic linker characteristics... " >&6; }
10115
10116if test "$GCC" = yes; then
10117 case $host_os in
10118 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10119 *) lt_awk_arg="/^libraries:/" ;;
10120 esac
10121 case $host_os in
10122 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10123 *) lt_sed_strip_eq="s,=/,/,g" ;;
10124 esac
10125 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10126 case $lt_search_path_spec in
10127 *\;*)
10128 # if the path contains ";" then we assume it to be the separator
10129 # otherwise default to the standard path separator (i.e. ":") - it is
10130 # assumed that no part of a normal pathname contains ";" but that should
10131 # okay in the real world where ";" in dirpaths is itself problematic.
10132 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10133 ;;
10134 *)
10135 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10136 ;;
10137 esac
10138 # Ok, now we have the path, separated by spaces, we can step through it
10139 # and add multilib dir if necessary.
10140 lt_tmp_lt_search_path_spec=
10141 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10142 for lt_sys_path in $lt_search_path_spec; do
10143 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10144 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10145 else
10146 test -d "$lt_sys_path" && \
10147 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10148 fi
10149 done
10150 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10151BEGIN {RS=" "; FS="/|\n";} {
10152 lt_foo="";
10153 lt_count=0;
10154 for (lt_i = NF; lt_i > 0; lt_i--) {
10155 if ($lt_i != "" && $lt_i != ".") {
10156 if ($lt_i == "..") {
10157 lt_count++;
10158 } else {
10159 if (lt_count == 0) {
10160 lt_foo="/" $lt_i lt_foo;
10161 } else {
10162 lt_count--;
10163 }
10164 }
10165 }
10166 }
10167 if (lt_foo != "") { lt_freq[lt_foo]++; }
10168 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10169}'`
10170 # AWK program above erroneously prepends '/' to C:/dos/paths
10171 # for these hosts.
10172 case $host_os in
10173 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10174 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10175 esac
10176 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10177else
10178 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10179fi
10180library_names_spec=
10181libname_spec='lib$name'
10182soname_spec=
10183shrext_cmds=".so"
10184postinstall_cmds=
10185postuninstall_cmds=
10186finish_cmds=
10187finish_eval=
10188shlibpath_var=
10189shlibpath_overrides_runpath=unknown
10190version_type=none
10191dynamic_linker="$host_os ld.so"
10192sys_lib_dlsearch_path_spec="/lib /usr/lib"
10193need_lib_prefix=unknown
10194hardcode_into_libs=no
10195
10196# when you set need_version to no, make sure it does not cause -set_version
10197# flags to be left without arguments
10198need_version=unknown
10199
10200case $host_os in
10201aix3*)
10202 version_type=linux
10203 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10204 shlibpath_var=LIBPATH
10205
10206 # AIX 3 has no versioning support, so we append a major version to the name.
10207 soname_spec='${libname}${release}${shared_ext}$major'
10208 ;;
10209
10210aix[4-9]*)
10211 version_type=linux
10212 need_lib_prefix=no
10213 need_version=no
10214 hardcode_into_libs=yes
10215 if test "$host_cpu" = ia64; then
10216 # AIX 5 supports IA64
10217 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10218 shlibpath_var=LD_LIBRARY_PATH
10219 else
10220 # With GCC up to 2.95.x, collect2 would create an import file
10221 # for dependence libraries. The import file would start with
10222 # the line `#! .'. This would cause the generated library to
10223 # depend on `.', always an invalid library. This was fixed in
10224 # development snapshots of GCC prior to 3.0.
10225 case $host_os in
10226 aix4 | aix4.[01] | aix4.[01].*)
10227 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10228 echo ' yes '
10229 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10230 :
10231 else
10232 can_build_shared=no
10233 fi
10234 ;;
10235 esac
10236 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10237 # soname into executable. Probably we can add versioning support to
10238 # collect2, so additional links can be useful in future.
10239 if test "$aix_use_runtimelinking" = yes; then
10240 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10241 # instead of lib<name>.a to let people know that these are not
10242 # typical AIX shared libraries.
10243 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10244 else
10245 # We preserve .a as extension for shared libraries through AIX4.2
10246 # and later when we are not doing run time linking.
10247 library_names_spec='${libname}${release}.a $libname.a'
10248 soname_spec='${libname}${release}${shared_ext}$major'
10249 fi
10250 shlibpath_var=LIBPATH
10251 fi
10252 ;;
10253
10254amigaos*)
10255 case $host_cpu in
10256 powerpc)
10257 # Since July 2007 AmigaOS4 officially supports .so libraries.
10258 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10259 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10260 ;;
10261 m68k)
10262 library_names_spec='$libname.ixlibrary $libname.a'
10263 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10264 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'
10265 ;;
10266 esac
10267 ;;
10268
10269beos*)
10270 library_names_spec='${libname}${shared_ext}'
10271 dynamic_linker="$host_os ld.so"
10272 shlibpath_var=LIBRARY_PATH
10273 ;;
10274
10275bsdi[45]*)
10276 version_type=linux
10277 need_version=no
10278 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10279 soname_spec='${libname}${release}${shared_ext}$major'
10280 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10281 shlibpath_var=LD_LIBRARY_PATH
10282 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10283 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10284 # the default ld.so.conf also contains /usr/contrib/lib and
10285 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10286 # libtool to hard-code these into programs
10287 ;;
10288
10289cygwin* | mingw* | pw32* | cegcc*)
10290 version_type=windows
10291 shrext_cmds=".dll"
10292 need_version=no
10293 need_lib_prefix=no
10294
10295 case $GCC,$host_os in
10296 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10297 library_names_spec='$libname.dll.a'
10298 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10299 postinstall_cmds='base_file=`basename \${file}`~
10300 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10301 dldir=$destdir/`dirname \$dlpath`~
10302 test -d \$dldir || mkdir -p \$dldir~
10303 $install_prog $dir/$dlname \$dldir/$dlname~
10304 chmod a+x \$dldir/$dlname~
10305 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10306 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10307 fi'
10308 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10309 dlpath=$dir/\$dldll~
10310 $RM \$dlpath'
10311 shlibpath_overrides_runpath=yes
10312
10313 case $host_os in
10314 cygwin*)
10315 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10316 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10317
10318 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10319 ;;
10320 mingw* | cegcc*)
10321 # MinGW DLLs use traditional 'lib' prefix
10322 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10323 ;;
10324 pw32*)
10325 # pw32 DLLs use 'pw' prefix rather than 'lib'
10326 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10327 ;;
10328 esac
10329 ;;
10330
10331 *)
10332 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10333 ;;
10334 esac
10335 dynamic_linker='Win32 ld.exe'
10336 # FIXME: first we should search . and the directory the executable is in
10337 shlibpath_var=PATH
10338 ;;
10339
10340darwin* | rhapsody*)
10341 dynamic_linker="$host_os dyld"
10342 version_type=darwin
10343 need_lib_prefix=no
10344 need_version=no
10345 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10346 soname_spec='${libname}${release}${major}$shared_ext'
10347 shlibpath_overrides_runpath=yes
10348 shlibpath_var=DYLD_LIBRARY_PATH
10349 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10350
10351 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10352 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10353 ;;
10354
10355dgux*)
10356 version_type=linux
10357 need_lib_prefix=no
10358 need_version=no
10359 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10360 soname_spec='${libname}${release}${shared_ext}$major'
10361 shlibpath_var=LD_LIBRARY_PATH
10362 ;;
10363
10364freebsd* | dragonfly*)
10365 # DragonFly does not have aout. When/if they implement a new
10366 # versioning mechanism, adjust this.
10367 if test -x /usr/bin/objformat; then
10368 objformat=`/usr/bin/objformat`
10369 else
10370 case $host_os in
10371 freebsd[23].*) objformat=aout ;;
10372 *) objformat=elf ;;
10373 esac
10374 fi
10375 version_type=freebsd-$objformat
10376 case $version_type in
10377 freebsd-elf*)
10378 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10379 need_version=no
10380 need_lib_prefix=no
10381 ;;
10382 freebsd-*)
10383 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10384 need_version=yes
10385 ;;
10386 esac
10387 shlibpath_var=LD_LIBRARY_PATH
10388 case $host_os in
10389 freebsd2.*)
10390 shlibpath_overrides_runpath=yes
10391 ;;
10392 freebsd3.[01]* | freebsdelf3.[01]*)
10393 shlibpath_overrides_runpath=yes
10394 hardcode_into_libs=yes
10395 ;;
10396 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10397 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10398 shlibpath_overrides_runpath=no
10399 hardcode_into_libs=yes
10400 ;;
10401 *) # from 4.6 on, and DragonFly
10402 shlibpath_overrides_runpath=yes
10403 hardcode_into_libs=yes
10404 ;;
10405 esac
10406 ;;
10407
0cd79707
SH
10408haiku*)
10409 version_type=linux
10410 need_lib_prefix=no
10411 need_version=no
10412 dynamic_linker="$host_os runtime_loader"
10413 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10414 soname_spec='${libname}${release}${shared_ext}$major'
10415 shlibpath_var=LIBRARY_PATH
10416 shlibpath_overrides_runpath=yes
10417 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10418 hardcode_into_libs=yes
10419 ;;
10420
10421hpux9* | hpux10* | hpux11*)
10422 # Give a soname corresponding to the major version so that dld.sl refuses to
10423 # link against other versions.
10424 version_type=sunos
10425 need_lib_prefix=no
10426 need_version=no
10427 case $host_cpu in
10428 ia64*)
10429 shrext_cmds='.so'
10430 hardcode_into_libs=yes
10431 dynamic_linker="$host_os dld.so"
10432 shlibpath_var=LD_LIBRARY_PATH
10433 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10434 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10435 soname_spec='${libname}${release}${shared_ext}$major'
10436 if test "X$HPUX_IA64_MODE" = X32; then
10437 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10438 else
10439 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10440 fi
10441 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10442 ;;
10443 hppa*64*)
10444 shrext_cmds='.sl'
10445 hardcode_into_libs=yes
10446 dynamic_linker="$host_os dld.sl"
10447 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10448 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10449 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10450 soname_spec='${libname}${release}${shared_ext}$major'
10451 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10452 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10453 ;;
10454 *)
10455 shrext_cmds='.sl'
10456 dynamic_linker="$host_os dld.sl"
10457 shlibpath_var=SHLIB_PATH
10458 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
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 ;;
10462 esac
10463 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10464 postinstall_cmds='chmod 555 $lib'
10465 # or fails outright, so override atomically:
10466 install_override_mode=555
10467 ;;
10468
10469interix[3-9]*)
10470 version_type=linux
10471 need_lib_prefix=no
10472 need_version=no
10473 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10474 soname_spec='${libname}${release}${shared_ext}$major'
10475 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10476 shlibpath_var=LD_LIBRARY_PATH
10477 shlibpath_overrides_runpath=no
10478 hardcode_into_libs=yes
10479 ;;
10480
10481irix5* | irix6* | nonstopux*)
10482 case $host_os in
10483 nonstopux*) version_type=nonstopux ;;
10484 *)
10485 if test "$lt_cv_prog_gnu_ld" = yes; then
10486 version_type=linux
10487 else
10488 version_type=irix
10489 fi ;;
10490 esac
10491 need_lib_prefix=no
10492 need_version=no
10493 soname_spec='${libname}${release}${shared_ext}$major'
10494 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10495 case $host_os in
10496 irix5* | nonstopux*)
10497 libsuff= shlibsuff=
10498 ;;
10499 *)
10500 case $LD in # libtool.m4 will add one of these switches to LD
10501 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10502 libsuff= shlibsuff= libmagic=32-bit;;
10503 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10504 libsuff=32 shlibsuff=N32 libmagic=N32;;
10505 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10506 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10507 *) libsuff= shlibsuff= libmagic=never-match;;
10508 esac
10509 ;;
10510 esac
10511 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10512 shlibpath_overrides_runpath=no
10513 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10514 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10515 hardcode_into_libs=yes
10516 ;;
10517
10518# No shared lib support for Linux oldld, aout, or coff.
10519linux*oldld* | linux*aout* | linux*coff*)
10520 dynamic_linker=no
10521 ;;
10522
10523# This must be Linux ELF.
46f900c0 10524linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
0cd79707
SH
10525 version_type=linux
10526 need_lib_prefix=no
10527 need_version=no
10528 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10529 soname_spec='${libname}${release}${shared_ext}$major'
10530 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10531 shlibpath_var=LD_LIBRARY_PATH
10532 shlibpath_overrides_runpath=no
10533
10534 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10535 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
0cd79707
SH
10536 $as_echo_n "(cached) " >&6
10537else
10538 lt_cv_shlibpath_overrides_runpath=no
10539 save_LDFLAGS=$LDFLAGS
10540 save_libdir=$libdir
10541 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10542 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10544/* end confdefs.h. */
10545
10546int
10547main ()
10548{
10549
10550 ;
10551 return 0;
10552}
10553_ACEOF
10554if ac_fn_c_try_link "$LINENO"; then :
10555 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10556 lt_cv_shlibpath_overrides_runpath=yes
10557fi
10558fi
10559rm -f core conftest.err conftest.$ac_objext \
10560 conftest$ac_exeext conftest.$ac_ext
10561 LDFLAGS=$save_LDFLAGS
10562 libdir=$save_libdir
10563
10564fi
10565
10566 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10567
10568 # This implies no fast_install, which is unacceptable.
10569 # Some rework will be needed to allow for fast_install
10570 # before this can be enabled.
10571 hardcode_into_libs=yes
10572
10573 # Append ld.so.conf contents to the search path
10574 if test -f /etc/ld.so.conf; then
10575 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' ' '`
10576 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10577 fi
10578
10579 # We used to test for /lib/ld.so.1 and disable shared libraries on
10580 # powerpc, because MkLinux only supported shared libraries with the
10581 # GNU dynamic linker. Since this was broken with cross compilers,
10582 # most powerpc-linux boxes support dynamic linking these days and
10583 # people can always --disable-shared, the test was removed, and we
10584 # assume the GNU/Linux dynamic linker is in use.
10585 dynamic_linker='GNU/Linux ld.so'
10586 ;;
10587
10588netbsd*)
10589 version_type=sunos
10590 need_lib_prefix=no
10591 need_version=no
10592 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10593 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10594 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10595 dynamic_linker='NetBSD (a.out) ld.so'
10596 else
10597 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10598 soname_spec='${libname}${release}${shared_ext}$major'
10599 dynamic_linker='NetBSD ld.elf_so'
10600 fi
10601 shlibpath_var=LD_LIBRARY_PATH
10602 shlibpath_overrides_runpath=yes
10603 hardcode_into_libs=yes
10604 ;;
10605
10606newsos6)
10607 version_type=linux
10608 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10609 shlibpath_var=LD_LIBRARY_PATH
10610 shlibpath_overrides_runpath=yes
10611 ;;
10612
10613*nto* | *qnx*)
10614 version_type=qnx
10615 need_lib_prefix=no
10616 need_version=no
10617 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10618 soname_spec='${libname}${release}${shared_ext}$major'
10619 shlibpath_var=LD_LIBRARY_PATH
10620 shlibpath_overrides_runpath=no
10621 hardcode_into_libs=yes
10622 dynamic_linker='ldqnx.so'
10623 ;;
10624
10625openbsd*)
10626 version_type=sunos
10627 sys_lib_dlsearch_path_spec="/usr/lib"
10628 need_lib_prefix=no
10629 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10630 case $host_os in
10631 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10632 *) need_version=no ;;
10633 esac
10634 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10635 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10636 shlibpath_var=LD_LIBRARY_PATH
10637 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10638 case $host_os in
10639 openbsd2.[89] | openbsd2.[89].*)
10640 shlibpath_overrides_runpath=no
10641 ;;
10642 *)
10643 shlibpath_overrides_runpath=yes
10644 ;;
10645 esac
10646 else
10647 shlibpath_overrides_runpath=yes
10648 fi
10649 ;;
10650
10651os2*)
10652 libname_spec='$name'
10653 shrext_cmds=".dll"
10654 need_lib_prefix=no
10655 library_names_spec='$libname${shared_ext} $libname.a'
10656 dynamic_linker='OS/2 ld.exe'
10657 shlibpath_var=LIBPATH
10658 ;;
10659
10660osf3* | osf4* | osf5*)
10661 version_type=osf
10662 need_lib_prefix=no
10663 need_version=no
10664 soname_spec='${libname}${release}${shared_ext}$major'
10665 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10666 shlibpath_var=LD_LIBRARY_PATH
10667 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10668 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10669 ;;
10670
10671rdos*)
10672 dynamic_linker=no
10673 ;;
10674
10675solaris*)
10676 version_type=linux
10677 need_lib_prefix=no
10678 need_version=no
10679 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10680 soname_spec='${libname}${release}${shared_ext}$major'
10681 shlibpath_var=LD_LIBRARY_PATH
10682 shlibpath_overrides_runpath=yes
10683 hardcode_into_libs=yes
10684 # ldd complains unless libraries are executable
10685 postinstall_cmds='chmod +x $lib'
10686 ;;
10687
10688sunos4*)
10689 version_type=sunos
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10691 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10692 shlibpath_var=LD_LIBRARY_PATH
10693 shlibpath_overrides_runpath=yes
10694 if test "$with_gnu_ld" = yes; then
10695 need_lib_prefix=no
10696 fi
10697 need_version=yes
10698 ;;
10699
10700sysv4 | sysv4.3*)
10701 version_type=linux
10702 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10703 soname_spec='${libname}${release}${shared_ext}$major'
10704 shlibpath_var=LD_LIBRARY_PATH
10705 case $host_vendor in
10706 sni)
10707 shlibpath_overrides_runpath=no
10708 need_lib_prefix=no
10709 runpath_var=LD_RUN_PATH
10710 ;;
10711 siemens)
10712 need_lib_prefix=no
10713 ;;
10714 motorola)
10715 need_lib_prefix=no
10716 need_version=no
10717 shlibpath_overrides_runpath=no
10718 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10719 ;;
10720 esac
10721 ;;
10722
10723sysv4*MP*)
10724 if test -d /usr/nec ;then
10725 version_type=linux
10726 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10727 soname_spec='$libname${shared_ext}.$major'
10728 shlibpath_var=LD_LIBRARY_PATH
10729 fi
10730 ;;
10731
10732sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10733 version_type=freebsd-elf
10734 need_lib_prefix=no
10735 need_version=no
10736 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10737 soname_spec='${libname}${release}${shared_ext}$major'
10738 shlibpath_var=LD_LIBRARY_PATH
10739 shlibpath_overrides_runpath=yes
10740 hardcode_into_libs=yes
10741 if test "$with_gnu_ld" = yes; then
10742 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10743 else
10744 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10745 case $host_os in
10746 sco3.2v5*)
10747 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10748 ;;
10749 esac
10750 fi
10751 sys_lib_dlsearch_path_spec='/usr/lib'
10752 ;;
10753
10754tpf*)
10755 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10756 version_type=linux
10757 need_lib_prefix=no
10758 need_version=no
10759 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10760 shlibpath_var=LD_LIBRARY_PATH
10761 shlibpath_overrides_runpath=no
10762 hardcode_into_libs=yes
10763 ;;
10764
10765uts4*)
10766 version_type=linux
10767 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10768 soname_spec='${libname}${release}${shared_ext}$major'
10769 shlibpath_var=LD_LIBRARY_PATH
10770 ;;
10771
10772*)
10773 dynamic_linker=no
10774 ;;
10775esac
10776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10777$as_echo "$dynamic_linker" >&6; }
10778test "$dynamic_linker" = no && can_build_shared=no
10779
10780variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10781if test "$GCC" = yes; then
10782 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10783fi
10784
10785if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10786 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10787fi
10788if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10789 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10790fi
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
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10884$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10885hardcode_action=
10886if test -n "$hardcode_libdir_flag_spec" ||
10887 test -n "$runpath_var" ||
10888 test "X$hardcode_automatic" = "Xyes" ; then
10889
10890 # We can hardcode non-existent directories.
10891 if test "$hardcode_direct" != no &&
10892 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10893 # have to relink, otherwise we might link with an installed library
10894 # when we should be linking with a yet-to-be-installed one
10895 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10896 test "$hardcode_minus_L" != no; then
10897 # Linking always hardcodes the temporary library directory.
10898 hardcode_action=relink
10899 else
10900 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10901 hardcode_action=immediate
10902 fi
10903else
10904 # We cannot hardcode anything, or else we can only hardcode existing
10905 # directories.
10906 hardcode_action=unsupported
10907fi
10908{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10909$as_echo "$hardcode_action" >&6; }
10910
10911if test "$hardcode_action" = relink ||
10912 test "$inherit_rpath" = yes; then
10913 # Fast installation is not supported
10914 enable_fast_install=no
10915elif test "$shlibpath_overrides_runpath" = yes ||
10916 test "$enable_shared" = no; then
10917 # Fast installation is not necessary
10918 enable_fast_install=needless
10919fi
10920
10921
10922
10923
10924
10925
10926 if test "x$enable_dlopen" != xyes; then
10927 enable_dlopen=unknown
10928 enable_dlopen_self=unknown
10929 enable_dlopen_self_static=unknown
10930else
10931 lt_cv_dlopen=no
10932 lt_cv_dlopen_libs=
10933
10934 case $host_os in
10935 beos*)
10936 lt_cv_dlopen="load_add_on"
10937 lt_cv_dlopen_libs=
10938 lt_cv_dlopen_self=yes
10939 ;;
10940
10941 mingw* | pw32* | cegcc*)
10942 lt_cv_dlopen="LoadLibrary"
10943 lt_cv_dlopen_libs=
10944 ;;
10945
10946 cygwin*)
10947 lt_cv_dlopen="dlopen"
10948 lt_cv_dlopen_libs=
10949 ;;
10950
10951 darwin*)
10952 # if libdl is installed we need to link against it
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10954$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10955if ${ac_cv_lib_dl_dlopen+:} false; then :
0cd79707
SH
10956 $as_echo_n "(cached) " >&6
10957else
10958 ac_check_lib_save_LIBS=$LIBS
10959LIBS="-ldl $LIBS"
10960cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10961/* end confdefs.h. */
10962
10963/* Override any GCC internal prototype to avoid an error.
10964 Use char because int might match the return type of a GCC
10965 builtin and then its argument prototype would still apply. */
10966#ifdef __cplusplus
10967extern "C"
10968#endif
10969char dlopen ();
10970int
10971main ()
10972{
10973return dlopen ();
10974 ;
10975 return 0;
10976}
10977_ACEOF
10978if ac_fn_c_try_link "$LINENO"; then :
10979 ac_cv_lib_dl_dlopen=yes
10980else
10981 ac_cv_lib_dl_dlopen=no
10982fi
10983rm -f core conftest.err conftest.$ac_objext \
10984 conftest$ac_exeext conftest.$ac_ext
10985LIBS=$ac_check_lib_save_LIBS
10986fi
10987{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10988$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10989if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
0cd79707
SH
10990 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10991else
10992
10993 lt_cv_dlopen="dyld"
10994 lt_cv_dlopen_libs=
10995 lt_cv_dlopen_self=yes
10996
10997fi
10998
10999 ;;
11000
11001 *)
11002 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11003if test "x$ac_cv_func_shl_load" = xyes; then :
0cd79707
SH
11004 lt_cv_dlopen="shl_load"
11005else
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11007$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11008if ${ac_cv_lib_dld_shl_load+:} false; then :
0cd79707
SH
11009 $as_echo_n "(cached) " >&6
11010else
11011 ac_check_lib_save_LIBS=$LIBS
11012LIBS="-ldld $LIBS"
11013cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11014/* end confdefs.h. */
11015
11016/* Override any GCC internal prototype to avoid an error.
11017 Use char because int might match the return type of a GCC
11018 builtin and then its argument prototype would still apply. */
11019#ifdef __cplusplus
11020extern "C"
11021#endif
11022char shl_load ();
11023int
11024main ()
11025{
11026return shl_load ();
11027 ;
11028 return 0;
11029}
11030_ACEOF
11031if ac_fn_c_try_link "$LINENO"; then :
11032 ac_cv_lib_dld_shl_load=yes
11033else
11034 ac_cv_lib_dld_shl_load=no
11035fi
11036rm -f core conftest.err conftest.$ac_objext \
11037 conftest$ac_exeext conftest.$ac_ext
11038LIBS=$ac_check_lib_save_LIBS
11039fi
11040{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11041$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11042if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
0cd79707
SH
11043 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11044else
11045 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11046if test "x$ac_cv_func_dlopen" = xyes; then :
0cd79707
SH
11047 lt_cv_dlopen="dlopen"
11048else
11049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11050$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11051if ${ac_cv_lib_dl_dlopen+:} false; then :
0cd79707
SH
11052 $as_echo_n "(cached) " >&6
11053else
11054 ac_check_lib_save_LIBS=$LIBS
11055LIBS="-ldl $LIBS"
11056cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11057/* end confdefs.h. */
11058
11059/* Override any GCC internal prototype to avoid an error.
11060 Use char because int might match the return type of a GCC
11061 builtin and then its argument prototype would still apply. */
11062#ifdef __cplusplus
11063extern "C"
11064#endif
11065char dlopen ();
11066int
11067main ()
11068{
11069return dlopen ();
11070 ;
11071 return 0;
11072}
11073_ACEOF
11074if ac_fn_c_try_link "$LINENO"; then :
11075 ac_cv_lib_dl_dlopen=yes
11076else
11077 ac_cv_lib_dl_dlopen=no
11078fi
11079rm -f core conftest.err conftest.$ac_objext \
11080 conftest$ac_exeext conftest.$ac_ext
11081LIBS=$ac_check_lib_save_LIBS
11082fi
11083{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11084$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11085if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
0cd79707
SH
11086 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11087else
11088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11089$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11090if ${ac_cv_lib_svld_dlopen+:} false; then :
0cd79707
SH
11091 $as_echo_n "(cached) " >&6
11092else
11093 ac_check_lib_save_LIBS=$LIBS
11094LIBS="-lsvld $LIBS"
11095cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11096/* end confdefs.h. */
11097
11098/* Override any GCC internal prototype to avoid an error.
11099 Use char because int might match the return type of a GCC
11100 builtin and then its argument prototype would still apply. */
11101#ifdef __cplusplus
11102extern "C"
11103#endif
11104char dlopen ();
11105int
11106main ()
11107{
11108return dlopen ();
11109 ;
11110 return 0;
11111}
11112_ACEOF
11113if ac_fn_c_try_link "$LINENO"; then :
11114 ac_cv_lib_svld_dlopen=yes
11115else
11116 ac_cv_lib_svld_dlopen=no
11117fi
11118rm -f core conftest.err conftest.$ac_objext \
11119 conftest$ac_exeext conftest.$ac_ext
11120LIBS=$ac_check_lib_save_LIBS
11121fi
11122{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11123$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11124if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
0cd79707
SH
11125 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11126else
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11128$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11129if ${ac_cv_lib_dld_dld_link+:} false; then :
0cd79707
SH
11130 $as_echo_n "(cached) " >&6
11131else
11132 ac_check_lib_save_LIBS=$LIBS
11133LIBS="-ldld $LIBS"
11134cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11135/* end confdefs.h. */
11136
11137/* Override any GCC internal prototype to avoid an error.
11138 Use char because int might match the return type of a GCC
11139 builtin and then its argument prototype would still apply. */
11140#ifdef __cplusplus
11141extern "C"
11142#endif
11143char dld_link ();
11144int
11145main ()
11146{
11147return dld_link ();
11148 ;
11149 return 0;
11150}
11151_ACEOF
11152if ac_fn_c_try_link "$LINENO"; then :
11153 ac_cv_lib_dld_dld_link=yes
11154else
11155 ac_cv_lib_dld_dld_link=no
11156fi
11157rm -f core conftest.err conftest.$ac_objext \
11158 conftest$ac_exeext conftest.$ac_ext
11159LIBS=$ac_check_lib_save_LIBS
11160fi
11161{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11162$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11163if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
0cd79707
SH
11164 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11165fi
11166
11167
11168fi
11169
11170
11171fi
11172
11173
11174fi
11175
11176
11177fi
11178
11179
11180fi
11181
11182 ;;
11183 esac
11184
11185 if test "x$lt_cv_dlopen" != xno; then
11186 enable_dlopen=yes
11187 else
11188 enable_dlopen=no
11189 fi
11190
11191 case $lt_cv_dlopen in
11192 dlopen)
11193 save_CPPFLAGS="$CPPFLAGS"
11194 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11195
11196 save_LDFLAGS="$LDFLAGS"
11197 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11198
11199 save_LIBS="$LIBS"
11200 LIBS="$lt_cv_dlopen_libs $LIBS"
11201
11202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11203$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11204if ${lt_cv_dlopen_self+:} false; then :
0cd79707
SH
11205 $as_echo_n "(cached) " >&6
11206else
11207 if test "$cross_compiling" = yes; then :
11208 lt_cv_dlopen_self=cross
11209else
11210 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11211 lt_status=$lt_dlunknown
11212 cat > conftest.$ac_ext <<_LT_EOF
aa0fca16 11213#line 11213 "configure"
0cd79707
SH
11214#include "confdefs.h"
11215
11216#if HAVE_DLFCN_H
11217#include <dlfcn.h>
11218#endif
11219
11220#include <stdio.h>
11221
11222#ifdef RTLD_GLOBAL
11223# define LT_DLGLOBAL RTLD_GLOBAL
11224#else
11225# ifdef DL_GLOBAL
11226# define LT_DLGLOBAL DL_GLOBAL
11227# else
11228# define LT_DLGLOBAL 0
11229# endif
11230#endif
11231
11232/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11233 find out it does not work in some platform. */
11234#ifndef LT_DLLAZY_OR_NOW
11235# ifdef RTLD_LAZY
11236# define LT_DLLAZY_OR_NOW RTLD_LAZY
11237# else
11238# ifdef DL_LAZY
11239# define LT_DLLAZY_OR_NOW DL_LAZY
11240# else
11241# ifdef RTLD_NOW
11242# define LT_DLLAZY_OR_NOW RTLD_NOW
11243# else
11244# ifdef DL_NOW
11245# define LT_DLLAZY_OR_NOW DL_NOW
11246# else
11247# define LT_DLLAZY_OR_NOW 0
11248# endif
11249# endif
11250# endif
11251# endif
11252#endif
11253
11254/* When -fvisbility=hidden is used, assume the code has been annotated
11255 correspondingly for the symbols needed. */
11256#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11257void fnord () __attribute__((visibility("default")));
11258#endif
11259
11260void fnord () { int i=42; }
11261int main ()
11262{
11263 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11264 int status = $lt_dlunknown;
11265
11266 if (self)
11267 {
11268 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11269 else
11270 {
11271 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11272 else puts (dlerror ());
11273 }
11274 /* dlclose (self); */
11275 }
11276 else
11277 puts (dlerror ());
11278
11279 return status;
11280}
11281_LT_EOF
11282 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11283 (eval $ac_link) 2>&5
11284 ac_status=$?
11285 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11286 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11287 (./conftest; exit; ) >&5 2>/dev/null
11288 lt_status=$?
11289 case x$lt_status in
11290 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11291 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11292 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11293 esac
11294 else :
11295 # compilation failed
11296 lt_cv_dlopen_self=no
11297 fi
11298fi
11299rm -fr conftest*
11300
11301
11302fi
11303{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11304$as_echo "$lt_cv_dlopen_self" >&6; }
11305
11306 if test "x$lt_cv_dlopen_self" = xyes; then
11307 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11309$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11310if ${lt_cv_dlopen_self_static+:} false; then :
0cd79707
SH
11311 $as_echo_n "(cached) " >&6
11312else
11313 if test "$cross_compiling" = yes; then :
11314 lt_cv_dlopen_self_static=cross
11315else
11316 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11317 lt_status=$lt_dlunknown
11318 cat > conftest.$ac_ext <<_LT_EOF
aa0fca16 11319#line 11319 "configure"
0cd79707
SH
11320#include "confdefs.h"
11321
11322#if HAVE_DLFCN_H
11323#include <dlfcn.h>
11324#endif
11325
11326#include <stdio.h>
11327
11328#ifdef RTLD_GLOBAL
11329# define LT_DLGLOBAL RTLD_GLOBAL
11330#else
11331# ifdef DL_GLOBAL
11332# define LT_DLGLOBAL DL_GLOBAL
11333# else
11334# define LT_DLGLOBAL 0
11335# endif
11336#endif
11337
11338/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11339 find out it does not work in some platform. */
11340#ifndef LT_DLLAZY_OR_NOW
11341# ifdef RTLD_LAZY
11342# define LT_DLLAZY_OR_NOW RTLD_LAZY
11343# else
11344# ifdef DL_LAZY
11345# define LT_DLLAZY_OR_NOW DL_LAZY
11346# else
11347# ifdef RTLD_NOW
11348# define LT_DLLAZY_OR_NOW RTLD_NOW
11349# else
11350# ifdef DL_NOW
11351# define LT_DLLAZY_OR_NOW DL_NOW
11352# else
11353# define LT_DLLAZY_OR_NOW 0
11354# endif
11355# endif
11356# endif
11357# endif
11358#endif
11359
11360/* When -fvisbility=hidden is used, assume the code has been annotated
11361 correspondingly for the symbols needed. */
11362#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11363void fnord () __attribute__((visibility("default")));
11364#endif
11365
11366void fnord () { int i=42; }
11367int main ()
11368{
11369 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11370 int status = $lt_dlunknown;
11371
11372 if (self)
11373 {
11374 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11375 else
11376 {
11377 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11378 else puts (dlerror ());
11379 }
11380 /* dlclose (self); */
11381 }
11382 else
11383 puts (dlerror ());
11384
11385 return status;
11386}
11387_LT_EOF
11388 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11389 (eval $ac_link) 2>&5
11390 ac_status=$?
11391 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11392 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11393 (./conftest; exit; ) >&5 2>/dev/null
11394 lt_status=$?
11395 case x$lt_status in
11396 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11397 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11398 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11399 esac
11400 else :
11401 # compilation failed
11402 lt_cv_dlopen_self_static=no
11403 fi
11404fi
11405rm -fr conftest*
11406
11407
11408fi
11409{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11410$as_echo "$lt_cv_dlopen_self_static" >&6; }
11411 fi
11412
11413 CPPFLAGS="$save_CPPFLAGS"
11414 LDFLAGS="$save_LDFLAGS"
11415 LIBS="$save_LIBS"
11416 ;;
11417 esac
11418
11419 case $lt_cv_dlopen_self in
11420 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11421 *) enable_dlopen_self=unknown ;;
11422 esac
11423
11424 case $lt_cv_dlopen_self_static in
11425 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11426 *) enable_dlopen_self_static=unknown ;;
11427 esac
11428fi
11429
11430
11431
11432
11433
11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
11445
11446striplib=
11447old_striplib=
11448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11449$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11450if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11451 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11452 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11454$as_echo "yes" >&6; }
11455else
11456# FIXME - insert some real tests, host_os isn't really good enough
11457 case $host_os in
11458 darwin*)
11459 if test -n "$STRIP" ; then
11460 striplib="$STRIP -x"
11461 old_striplib="$STRIP -S"
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11463$as_echo "yes" >&6; }
11464 else
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11466$as_echo "no" >&6; }
11467 fi
11468 ;;
11469 *)
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11471$as_echo "no" >&6; }
11472 ;;
11473 esac
11474fi
11475
11476
11477
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487 # Report which library types will actually be built
11488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11489$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11491$as_echo "$can_build_shared" >&6; }
11492
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11494$as_echo_n "checking whether to build shared libraries... " >&6; }
11495 test "$can_build_shared" = "no" && enable_shared=no
11496
11497 # On AIX, shared libraries and static libraries use the same namespace, and
11498 # are all built from PIC.
11499 case $host_os in
11500 aix3*)
11501 test "$enable_shared" = yes && enable_static=no
11502 if test -n "$RANLIB"; then
11503 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11504 postinstall_cmds='$RANLIB $lib'
11505 fi
11506 ;;
11507
11508 aix[4-9]*)
11509 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11510 test "$enable_shared" = yes && enable_static=no
11511 fi
11512 ;;
11513 esac
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11515$as_echo "$enable_shared" >&6; }
11516
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11518$as_echo_n "checking whether to build static libraries... " >&6; }
11519 # Make sure either enable_shared or enable_static is yes.
11520 test "$enable_shared" = yes || enable_static=yes
11521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11522$as_echo "$enable_static" >&6; }
11523
11524
11525
11526
11527fi
11528ac_ext=c
11529ac_cpp='$CPP $CPPFLAGS'
11530ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11531ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11532ac_compiler_gnu=$ac_cv_c_compiler_gnu
11533
11534CC="$lt_save_CC"
11535
11536
11537
11538
11539
11540
11541
11542
11543
11544
11545
11546
11547
11548 ac_config_commands="$ac_config_commands libtool"
11549
11550
11551
11552
11553# Only expand once:
11554
11555
11556
11557
0cd79707
SH
11558
11559
11560
11561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11562$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11563 # Check whether --enable-maintainer-mode was given.
11564if test "${enable_maintainer_mode+set}" = set; then :
11565 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11566else
11567 USE_MAINTAINER_MODE=no
11568fi
11569
11570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11571$as_echo "$USE_MAINTAINER_MODE" >&6; }
11572 if test $USE_MAINTAINER_MODE = yes; then
11573 MAINTAINER_MODE_TRUE=
11574 MAINTAINER_MODE_FALSE='#'
11575else
11576 MAINTAINER_MODE_TRUE='#'
11577 MAINTAINER_MODE_FALSE=
11578fi
11579
11580 MAINT=$MAINTAINER_MODE_TRUE
11581
11582
11583
11584
11585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11586$as_echo_n "checking for sim debug setting... " >&6; }
11587sim_debug="0"
11588# Check whether --enable-sim-debug was given.
11589if test "${enable_sim_debug+set}" = set; then :
11590 enableval=$enable_sim_debug; case "${enableval}" in
11591 yes) sim_debug="7";;
11592 no) sim_debug="0";;
11593 *) sim_debug="($enableval)";;
11594esac
11595fi
11596if test "$sim_debug" != "0"; then
11597
11598cat >>confdefs.h <<_ACEOF
11599#define DEBUG $sim_debug
11600_ACEOF
11601
11602fi
11603
11604cat >>confdefs.h <<_ACEOF
11605#define WITH_DEBUG $sim_debug
11606_ACEOF
11607
11608{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11609$as_echo "$sim_debug" >&6; }
11610
11611
11612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11613$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11614sim_stdio="0"
11615# Check whether --enable-sim-stdio was given.
11616if test "${enable_sim_stdio+set}" = set; then :
11617 enableval=$enable_sim_stdio; case "${enableval}" in
11618 yes) sim_stdio="DO_USE_STDIO";;
11619 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 11620 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
0cd79707
SH
11621esac
11622fi
11623
11624cat >>confdefs.h <<_ACEOF
11625#define WITH_STDIO $sim_stdio
11626_ACEOF
11627
11628{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11629$as_echo "$sim_stdio" >&6; }
11630
11631
11632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11633$as_echo_n "checking for sim trace settings... " >&6; }
11634sim_trace="~TRACE_debug"
11635# Check whether --enable-sim-trace was given.
11636if test "${enable_sim_trace+set}" = set; then :
11637 enableval=$enable_sim_trace; case "${enableval}" in
11638 yes) sim_trace="-1";;
11639 no) sim_trace="0";;
11640 [-0-9]*)
11641 sim_trace="'(${enableval})'";;
11642 [[:lower:]]*)
11643 sim_trace=""
11644 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11645 if test x"$sim_trace" = x; then
11646 sim_trace="(TRACE_$x"
11647 else
11648 sim_trace="${sim_trace}|TRACE_$x"
11649 fi
11650 done
11651 sim_trace="$sim_trace)" ;;
11652esac
11653fi
11654
11655cat >>confdefs.h <<_ACEOF
11656#define WITH_TRACE $sim_trace
11657_ACEOF
11658
11659{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11660$as_echo "$sim_trace" >&6; }
11661
11662
11663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11664$as_echo_n "checking for sim profile settings... " >&6; }
11665profile="1"
11666sim_profile="-1"
11667# Check whether --enable-sim-profile was given.
11668if test "${enable_sim_profile+set}" = set; then :
11669 enableval=$enable_sim_profile; case "${enableval}" in
11670 yes) profile="1" sim_profile="-1";;
11671 no) profile="0" sim_profile="0";;
11672 [-0-9]*)
11673 profile="(${enableval})" sim_profile="(${enableval})";;
11674 [a-z]*)
11675 profile="1"
11676 sim_profile=""
11677 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11678 if test x"$sim_profile" = x; then
11679 sim_profile="(PROFILE_$x"
11680 else
11681 sim_profile="${sim_profile}|PROFILE_$x"
11682 fi
11683 done
11684 sim_profile="$sim_profile)" ;;
11685esac
11686fi
11687
11688cat >>confdefs.h <<_ACEOF
11689#define PROFILE $profile
11690_ACEOF
11691
11692
11693cat >>confdefs.h <<_ACEOF
11694#define WITH_PROFILE $sim_profile
11695_ACEOF
11696
11697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11698$as_echo "$sim_profile" >&6; }
11699
11700
11701
11702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11703$as_echo_n "checking whether to enable sim asserts... " >&6; }
11704sim_assert="1"
11705# Check whether --enable-sim-assert was given.
11706if test "${enable_sim_assert+set}" = set; then :
11707 enableval=$enable_sim_assert; case "${enableval}" in
11708 yes) sim_assert="1";;
11709 no) sim_assert="0";;
d0ac1c44 11710 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
0cd79707
SH
11711esac
11712fi
11713
11714cat >>confdefs.h <<_ACEOF
11715#define WITH_ASSERT $sim_assert
11716_ACEOF
11717
11718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11719$as_echo "$sim_assert" >&6; }
11720
11721
11722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11723$as_echo_n "checking default sim environment setting... " >&6; }
11724sim_environment="ALL_ENVIRONMENT"
11725# Check whether --enable-sim-environment was given.
11726if test "${enable_sim_environment+set}" = set; then :
11727 enableval=$enable_sim_environment; case "${enableval}" in
11728 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11729 user | USER) sim_environment="USER_ENVIRONMENT";;
11730 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11731 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 11732 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
0cd79707
SH
11733esac
11734fi
11735
11736cat >>confdefs.h <<_ACEOF
11737#define WITH_ENVIRONMENT $sim_environment
11738_ACEOF
11739
11740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11741$as_echo "$sim_environment" >&6; }
11742
11743
11744sim_inline="-DDEFAULT_INLINE=0"
11745# Check whether --enable-sim-inline was given.
11746if test "${enable_sim_inline+set}" = set; then :
11747 enableval=$enable_sim_inline; sim_inline=""
11748case "$enableval" in
11749 no) sim_inline="-DDEFAULT_INLINE=0";;
11750 0) sim_inline="-DDEFAULT_INLINE=0";;
11751 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11752 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11753 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11754 new_flag=""
11755 case "$x" in
11756 *_INLINE=*) new_flag="-D$x";;
11757 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11758 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11759 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11760 esac
11761 if test x"$sim_inline" = x""; then
11762 sim_inline="$new_flag"
11763 else
11764 sim_inline="$sim_inline $new_flag"
11765 fi
11766 done;;
11767esac
11768if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11769 echo "Setting inline flags = $sim_inline" 6>&1
11770fi
11771fi
11772
11773
11774
11775
11776# Check whether --with-pkgversion was given.
11777if test "${with_pkgversion+set}" = set; then :
11778 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11779 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
0cd79707
SH
11780 no) PKGVERSION= ;;
11781 *) PKGVERSION="($withval) " ;;
11782 esac
11783else
11784 PKGVERSION="(SIM) "
11785
11786fi
11787
11788
11789
11790
11791
11792# Check whether --with-bugurl was given.
11793if test "${with_bugurl+set}" = set; then :
11794 withval=$with_bugurl; case "$withval" in
d0ac1c44 11795 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
0cd79707
SH
11796 no) BUGURL=
11797 ;;
11798 *) BUGURL="$withval"
11799 ;;
11800 esac
11801else
dfb856ba 11802 BUGURL="https://www.gnu.org/software/gdb/bugs/"
0cd79707
SH
11803
11804fi
11805
11806 case ${BUGURL} in
11807 "")
11808 REPORT_BUGS_TO=
11809 REPORT_BUGS_TEXI=
11810 ;;
11811 *)
11812 REPORT_BUGS_TO="<$BUGURL>"
11813 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11814 ;;
11815 esac;
11816
11817
11818
11819
11820cat >>confdefs.h <<_ACEOF
11821#define PKGVERSION "$PKGVERSION"
11822_ACEOF
11823
11824
11825cat >>confdefs.h <<_ACEOF
11826#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11827_ACEOF
11828
11829
11830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11831$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 11832if ${ac_cv_type_signal+:} false; then :
0cd79707
SH
11833 $as_echo_n "(cached) " >&6
11834else
11835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11836/* end confdefs.h. */
11837#include <sys/types.h>
11838#include <signal.h>
11839
11840int
11841main ()
11842{
11843return *(signal (0, 0)) (0) == 1;
11844 ;
11845 return 0;
11846}
11847_ACEOF
11848if ac_fn_c_try_compile "$LINENO"; then :
11849 ac_cv_type_signal=int
11850else
11851 ac_cv_type_signal=void
11852fi
11853rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11854fi
11855{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11856$as_echo "$ac_cv_type_signal" >&6; }
11857
11858cat >>confdefs.h <<_ACEOF
11859#define RETSIGTYPE $ac_cv_type_signal
11860_ACEOF
11861
11862
11863
11864
11865
11866
11867
0cd79707
SH
11868wire_endian="BIG"
11869default_endian=""
11870# Check whether --enable-sim-endian was given.
11871if test "${enable_sim_endian+set}" = set; then :
11872 enableval=$enable_sim_endian; case "${enableval}" in
11873 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11874 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
11875 yes) if test x"$wire_endian" != x; then
11876 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11877 else
11878 if test x"$default_endian" != x; then
11879 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11880 else
11881 echo "No hard-wired endian for target $target" 1>&6
11882 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11883 fi
11884 fi;;
11885 no) if test x"$default_endian" != x; then
11886 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11887 else
11888 if test x"$wire_endian" != x; then
11889 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11890 else
11891 echo "No default endian for target $target" 1>&6
11892 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11893 fi
11894 fi;;
d0ac1c44 11895 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
0cd79707
SH
11896esac
11897if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11898 echo "Setting endian flags = $sim_endian" 6>&1
11899fi
11900else
11901 if test x"$default_endian" != x; then
11902 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11903else
11904 if test x"$wire_endian" != x; then
11905 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11906 else
11907 sim_endian=
11908 fi
11909fi
11910fi
11911
11912wire_alignment="STRICT_ALIGNMENT"
11913default_alignment=""
11914
11915# Check whether --enable-sim-alignment was given.
11916if test "${enable_sim_alignment+set}" = set; then :
11917 enableval=$enable_sim_alignment; case "${enableval}" in
11918 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11919 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11920 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11921 yes) if test x"$wire_alignment" != x; then
11922 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11923 else
11924 if test x"$default_alignment" != x; then
11925 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11926 else
11927 echo "No hard-wired alignment for target $target" 1>&6
11928 sim_alignment="-DWITH_ALIGNMENT=0"
11929 fi
11930 fi;;
11931 no) if test x"$default_alignment" != x; then
11932 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11933 else
11934 if test x"$wire_alignment" != x; then
11935 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11936 else
11937 echo "No default alignment for target $target" 1>&6
11938 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11939 fi
11940 fi;;
d0ac1c44 11941 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
0cd79707
SH
11942esac
11943if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11944 echo "Setting alignment flags = $sim_alignment" 6>&1
11945fi
11946else
11947 if test x"$default_alignment" != x; then
11948 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11949else
11950 if test x"$wire_alignment" != x; then
11951 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11952 else
11953 sim_alignment=
11954 fi
11955fi
11956fi
11957
11958wire_word_bitsize="32"
11959wire_word_msb="31"
11960wire_address_bitsize="32"
11961wire_cell_bitsize=""
11962# Check whether --enable-sim-bitsize was given.
11963if test "${enable_sim_bitsize+set}" = set; then :
11964 enableval=$enable_sim_bitsize; sim_bitsize=
11965case "${enableval}" in
11966 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
11967 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
11968 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
11969 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
11970 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
11971 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
11972 else
11973 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
11974 fi ;;
11975 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
11976 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
11977 else
11978 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
11979 fi ;;
d0ac1c44 11980 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
0cd79707
SH
11981esac
11982# address bitsize
11983tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
11984case x"${tmp}" in
11985 x ) ;;
11986 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
11987 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 11988 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
0cd79707
SH
11989esac
11990# cell bitsize
11991tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
11992case x"${tmp}" in
11993 x ) ;;
11994 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
11995 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 11996 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
0cd79707
SH
11997esac
11998if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
11999 echo "Setting bitsize flags = $sim_bitsize" 6>&1
12000fi
12001else
12002 sim_bitsize=""
12003if test x"$wire_word_bitsize" != x; then
12004 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
12005fi
12006if test x"$wire_word_msb" != x; then
12007 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
12008fi
12009if test x"$wire_address_bitsize" != x; then
12010 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
12011fi
12012if test x"$wire_cell_bitsize" != x; then
12013 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
12014fi
12015fi
12016
12017
12018default_sim_scache="16384"
12019# Check whether --enable-sim-scache was given.
12020if test "${enable_sim_scache+set}" = set; then :
12021 enableval=$enable_sim_scache; case "${enableval}" in
12022 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
12023 no) sim_scache="-DWITH_SCACHE=0" ;;
12024 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 12025 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
0cd79707
SH
12026 sim_scache="";;
12027esac
12028if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
12029 echo "Setting scache size = $sim_scache" 6>&1
12030fi
12031else
12032 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
12033fi
12034
12035
12036
12037default_sim_default_model="or1200"
12038# Check whether --enable-sim-default-model was given.
12039if test "${enable_sim_default_model+set}" = set; then :
12040 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 12041 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
0cd79707
SH
12042 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
12043esac
12044if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
12045 echo "Setting default model = $sim_default_model" 6>&1
12046fi
12047else
12048 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
12049fi
12050
12051
12052
5c1008a4
MF
12053# Check whether --enable-werror was given.
12054if test "${enable_werror+set}" = set; then :
12055 enableval=$enable_werror; case "${enableval}" in
12056 yes | y) ERROR_ON_WARNING="yes" ;;
12057 no | n) ERROR_ON_WARNING="no" ;;
12058 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12059 esac
12060fi
12061
12062
12063# Enable -Werror by default when using gcc
12064if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12065 ERROR_ON_WARNING=yes
12066fi
12067
12068WERROR_CFLAGS=""
12069
12070build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
12071-Wpointer-sign \
12072-Wno-unused -Wunused-value -Wunused-function \
12073-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
12074-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
12075-Wold-style-declaration -Wold-style-definition"
12076
12077# Enable -Wno-format by default when using gcc on mingw since many
12078# GCC versions complain about %I64.
12079case "${host}" in
12080 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
12081 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
12082esac
12083
12084# Check whether --enable-build-warnings was given.
12085if test "${enable_build_warnings+set}" = set; then :
12086 enableval=$enable_build_warnings; case "${enableval}" in
12087 yes) ;;
12088 no) build_warnings="-w";;
12089 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12090 build_warnings="${build_warnings} ${t}";;
12091 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12092 build_warnings="${t} ${build_warnings}";;
12093 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12094esac
12095if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12096 echo "Setting compiler warning flags = $build_warnings" 6>&1
12097fi
12098fi
12099# Check whether --enable-sim-build-warnings was given.
12100if test "${enable_sim_build_warnings+set}" = set; then :
12101 enableval=$enable_sim_build_warnings; case "${enableval}" in
12102 yes) ;;
12103 no) build_warnings="-w";;
12104 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12105 build_warnings="${build_warnings} ${t}";;
12106 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12107 build_warnings="${t} ${build_warnings}";;
12108 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12109esac
12110if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12111 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12112fi
12113fi
12114WARN_CFLAGS=""
12115if test "x${build_warnings}" != x -a "x$GCC" = xyes
12116then
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12118$as_echo_n "checking compiler warning flags... " >&6; }
12119 # Separate out the -Werror flag as some files just cannot be
12120 # compiled with it enabled.
12121 for w in ${build_warnings}; do
12122 case $w in
12123 -Werr*) WERROR_CFLAGS=-Werror ;;
12124 *) # Check that GCC accepts it
12125 saved_CFLAGS="$CFLAGS"
1f195bc3 12126 CFLAGS="$CFLAGS -Werror $w"
5c1008a4
MF
12127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12128/* end confdefs.h. */
12129
12130int
12131main ()
12132{
12133
12134 ;
12135 return 0;
12136}
12137_ACEOF
12138if ac_fn_c_try_compile "$LINENO"; then :
12139 WARN_CFLAGS="${WARN_CFLAGS} $w"
12140fi
12141rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12142 CFLAGS="$saved_CFLAGS"
12143 esac
12144 done
12145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12146$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
12147fi
12148
12149
0cd79707
SH
12150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
12151$as_echo_n "checking default sim environment setting... " >&6; }
12152sim_environment="ALL_ENVIRONMENT"
12153# Check whether --enable-sim-environment was given.
12154if test "${enable_sim_environment+set}" = set; then :
12155 enableval=$enable_sim_environment; case "${enableval}" in
12156 all | ALL) sim_environment="ALL_ENVIRONMENT";;
12157 user | USER) sim_environment="USER_ENVIRONMENT";;
12158 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
12159 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 12160 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
0cd79707
SH
12161esac
12162fi
12163
12164cat >>confdefs.h <<_ACEOF
12165#define WITH_ENVIRONMENT $sim_environment
12166_ACEOF
12167
12168{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
12169$as_echo "$sim_environment" >&6; }
12170
12171
0cd79707
SH
12172cgen_maint=no
12173cgen=guile
12174cgendir='$(srcdir)/../../cgen'
12175# Check whether --enable-cgen-maint was given.
12176if test "${enable_cgen_maint+set}" = set; then :
12177 enableval=$enable_cgen_maint; case "${enableval}" in
12178 yes) cgen_maint=yes ;;
12179 no) cgen_maint=no ;;
12180 *)
7fb45a68
AB
12181 # Argument is a directory where cgen can be found. In some
12182 # future world cgen could be installable, but right now this
12183 # is not the case. Instead we assume the directory is a path
12184 # to the cgen source tree.
12185 cgen_maint=yes
12186 if test -r ${enableval}/iformat.scm; then
12187 # This looks like a cgen source tree.
12188 cgendir=${enableval}
12189 else
12190 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
12191 fi
0cd79707
SH
12192 ;;
12193esac
12194fi
12195if test x${cgen_maint} != xno ; then
12196 CGEN_MAINT=''
12197else
12198 CGEN_MAINT='#'
12199fi
12200
12201
12202
12203
12204
12205
66d055c7
MF
12206hardware="cfi core pal glue "
12207sim_hw_cflags="-DWITH_HW=1"
12208sim_hw="$hardware"
12209sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
12210
12211# Check whether --enable-sim-hardware was given.
12212if test "${enable_sim_hardware+set}" = set; then :
12213 enableval=$enable_sim_hardware;
12214else
12215 enable_sim_hardware="yes"
12216fi
12217
12218case ${enable_sim_hardware} in
12219 yes|no) ;;
12220 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
12221 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
12222 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
12223esac
12224
12225if test "$enable_sim_hardware" = no; then
12226 sim_hw_objs=
12227 sim_hw_cflags="-DWITH_HW=0"
12228 sim_hw=
12229else
12230 sim_hw_cflags="-DWITH_HW=1"
12231 # remove duplicates
12232 sim_hw=""
12233 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
12234 for i in $hardware ; do
12235 case " $sim_hw " in
12236 *" $i "*) ;;
12237 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
12238 esac
12239 done
12240 # mingw does not support sockser
12241 case ${host} in
12242 *mingw*) ;;
12243 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
12244 # that you instatiate. Instead, other code will call into it directly.
12245 # At some point, we should convert it over.
12246 sim_hw_objs="$sim_hw_objs dv-sockser.o"
12247
12248cat >>confdefs.h <<_ACEOF
12249#define HAVE_DV_SOCKSER 1
12250_ACEOF
12251
12252 ;;
12253 esac
12254 if test x"$silent" != x"yes"; then
12255 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
12256 fi
12257 case " $hardware " in
12258 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
12259$as_echo_n "checking for log2 in -lm... " >&6; }
12260if ${ac_cv_lib_m_log2+:} false; then :
12261 $as_echo_n "(cached) " >&6
12262else
12263 ac_check_lib_save_LIBS=$LIBS
12264LIBS="-lm $LIBS"
12265cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12266/* end confdefs.h. */
12267
12268/* Override any GCC internal prototype to avoid an error.
12269 Use char because int might match the return type of a GCC
12270 builtin and then its argument prototype would still apply. */
12271#ifdef __cplusplus
12272extern "C"
12273#endif
12274char log2 ();
12275int
12276main ()
12277{
12278return log2 ();
12279 ;
12280 return 0;
12281}
12282_ACEOF
12283if ac_fn_c_try_link "$LINENO"; then :
12284 ac_cv_lib_m_log2=yes
12285else
12286 ac_cv_lib_m_log2=no
12287fi
12288rm -f core conftest.err conftest.$ac_objext \
12289 conftest$ac_exeext conftest.$ac_ext
12290LIBS=$ac_check_lib_save_LIBS
12291fi
12292{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
12293$as_echo "$ac_cv_lib_m_log2" >&6; }
12294if test "x$ac_cv_lib_m_log2" = xyes; then :
12295 cat >>confdefs.h <<_ACEOF
12296#define HAVE_LIBM 1
12297_ACEOF
12298
12299 LIBS="-lm $LIBS"
12300
12301fi
12302;;
12303 esac
12304fi
12305
12306
0cd79707
SH
12307cgen_breaks=""
12308if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12309cgen_breaks="break cgen_rtx_error";
12310fi
12311
12312ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
12313
12314ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
12315
12316ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
12317
12318ac_config_commands="$ac_config_commands Makefile"
12319
12320ac_config_commands="$ac_config_commands stamp-h"
12321
760b3e8b
MF
12322
12323
12324
12325
12326
12327
12328
12329
12330
12331
12332
12333
0cd79707
SH
12334cat >confcache <<\_ACEOF
12335# This file is a shell script that caches the results of configure
12336# tests run on this system so they can be shared between configure
12337# scripts and configure runs, see configure's option --config-cache.
12338# It is not useful on other systems. If it contains results you don't
12339# want to keep, you may remove or edit it.
12340#
12341# config.status only pays attention to the cache file if you give it
12342# the --recheck option to rerun configure.
12343#
12344# `ac_cv_env_foo' variables (set or unset) will be overridden when
12345# loading this file, other *unset* `ac_cv_foo' will be assigned the
12346# following values.
12347
12348_ACEOF
12349
12350# The following way of writing the cache mishandles newlines in values,
12351# but we know of no workaround that is simple, portable, and efficient.
12352# So, we kill variables containing newlines.
12353# Ultrix sh set writes to stderr and can't be redirected directly,
12354# and sets the high bit in the cache file unless we assign to the vars.
12355(
12356 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12357 eval ac_val=\$$ac_var
12358 case $ac_val in #(
12359 *${as_nl}*)
12360 case $ac_var in #(
12361 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12362$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12363 esac
12364 case $ac_var in #(
12365 _ | IFS | as_nl) ;; #(
12366 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12367 *) { eval $ac_var=; unset $ac_var;} ;;
12368 esac ;;
12369 esac
12370 done
12371
12372 (set) 2>&1 |
12373 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12374 *${as_nl}ac_space=\ *)
12375 # `set' does not quote correctly, so add quotes: double-quote
12376 # substitution turns \\\\ into \\, and sed turns \\ into \.
12377 sed -n \
12378 "s/'/'\\\\''/g;
12379 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12380 ;; #(
12381 *)
12382 # `set' quotes correctly as required by POSIX, so do not add quotes.
12383 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12384 ;;
12385 esac |
12386 sort
12387) |
12388 sed '
12389 /^ac_cv_env_/b end
12390 t clear
12391 :clear
12392 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12393 t end
12394 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12395 :end' >>confcache
12396if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12397 if test -w "$cache_file"; then
d0ac1c44 12398 if test "x$cache_file" != "x/dev/null"; then
0cd79707
SH
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12400$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
12401 if test ! -f "$cache_file" || test -h "$cache_file"; then
12402 cat confcache >"$cache_file"
12403 else
12404 case $cache_file in #(
12405 */* | ?:*)
12406 mv -f confcache "$cache_file"$$ &&
12407 mv -f "$cache_file"$$ "$cache_file" ;; #(
12408 *)
12409 mv -f confcache "$cache_file" ;;
12410 esac
12411 fi
12412 fi
0cd79707
SH
12413 else
12414 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12415$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12416 fi
12417fi
12418rm -f confcache
12419
12420test "x$prefix" = xNONE && prefix=$ac_default_prefix
12421# Let make expand exec_prefix.
12422test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12423
12424DEFS=-DHAVE_CONFIG_H
12425
12426ac_libobjs=
12427ac_ltlibobjs=
d0ac1c44 12428U=
0cd79707
SH
12429for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12430 # 1. Remove the extension, and $U if already installed.
12431 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12432 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12433 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12434 # will be set to the directory where LIBOBJS objects are built.
12435 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12436 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12437done
12438LIBOBJS=$ac_libobjs
12439
12440LTLIBOBJS=$ac_ltlibobjs
12441
12442
12443
0cd79707 12444if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 12445 as_fn_error $? "conditional \"PLUGINS\" was never defined.
0cd79707
SH
12446Usually this means the macro was only invoked conditionally." "$LINENO" 5
12447fi
12448if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 12449 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
0cd79707
SH
12450Usually this means the macro was only invoked conditionally." "$LINENO" 5
12451fi
12452
d0ac1c44 12453: "${CONFIG_STATUS=./config.status}"
0cd79707
SH
12454ac_write_fail=0
12455ac_clean_files_save=$ac_clean_files
12456ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12457{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12458$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12459as_write_fail=0
12460cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12461#! $SHELL
12462# Generated by $as_me.
12463# Run this file to recreate the current configuration.
12464# Compiler output produced by configure, useful for debugging
12465# configure, is in config.log if it exists.
12466
12467debug=false
12468ac_cs_recheck=false
12469ac_cs_silent=false
12470
12471SHELL=\${CONFIG_SHELL-$SHELL}
12472export SHELL
12473_ASEOF
12474cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12475## -------------------- ##
12476## M4sh Initialization. ##
12477## -------------------- ##
12478
12479# Be more Bourne compatible
12480DUALCASE=1; export DUALCASE # for MKS sh
12481if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12482 emulate sh
12483 NULLCMD=:
12484 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12485 # is contrary to our usage. Disable this feature.
12486 alias -g '${1+"$@"}'='"$@"'
12487 setopt NO_GLOB_SUBST
12488else
12489 case `(set -o) 2>/dev/null` in #(
12490 *posix*) :
12491 set -o posix ;; #(
12492 *) :
12493 ;;
12494esac
12495fi
12496
12497
12498as_nl='
12499'
12500export as_nl
12501# Printing a long string crashes Solaris 7 /usr/bin/printf.
12502as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12503as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12504as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12505# Prefer a ksh shell builtin over an external printf program on Solaris,
12506# but without wasting forks for bash or zsh.
12507if test -z "$BASH_VERSION$ZSH_VERSION" \
12508 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12509 as_echo='print -r --'
12510 as_echo_n='print -rn --'
12511elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12512 as_echo='printf %s\n'
12513 as_echo_n='printf %s'
12514else
12515 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12516 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12517 as_echo_n='/usr/ucb/echo -n'
12518 else
12519 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12520 as_echo_n_body='eval
12521 arg=$1;
12522 case $arg in #(
12523 *"$as_nl"*)
12524 expr "X$arg" : "X\\(.*\\)$as_nl";
12525 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12526 esac;
12527 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12528 '
12529 export as_echo_n_body
12530 as_echo_n='sh -c $as_echo_n_body as_echo'
12531 fi
12532 export as_echo_body
12533 as_echo='sh -c $as_echo_body as_echo'
12534fi
12535
12536# The user is always right.
12537if test "${PATH_SEPARATOR+set}" != set; then
12538 PATH_SEPARATOR=:
12539 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12540 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12541 PATH_SEPARATOR=';'
12542 }
12543fi
12544
12545
12546# IFS
12547# We need space, tab and new line, in precisely that order. Quoting is
12548# there to prevent editors from complaining about space-tab.
12549# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12550# splitting by setting IFS to empty value.)
12551IFS=" "" $as_nl"
12552
12553# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 12554as_myself=
0cd79707
SH
12555case $0 in #((
12556 *[\\/]* ) as_myself=$0 ;;
12557 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12558for as_dir in $PATH
12559do
12560 IFS=$as_save_IFS
12561 test -z "$as_dir" && as_dir=.
12562 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12563 done
12564IFS=$as_save_IFS
12565
12566 ;;
12567esac
12568# We did not find ourselves, most probably we were run as `sh COMMAND'
12569# in which case we are not to be found in the path.
12570if test "x$as_myself" = x; then
12571 as_myself=$0
12572fi
12573if test ! -f "$as_myself"; then
12574 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12575 exit 1
12576fi
12577
12578# Unset variables that we do not need and which cause bugs (e.g. in
12579# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12580# suppresses any "Segmentation fault" message there. '((' could
12581# trigger a bug in pdksh 5.2.14.
12582for as_var in BASH_ENV ENV MAIL MAILPATH
12583do eval test x\${$as_var+set} = xset \
12584 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12585done
12586PS1='$ '
12587PS2='> '
12588PS4='+ '
12589
12590# NLS nuisances.
12591LC_ALL=C
12592export LC_ALL
12593LANGUAGE=C
12594export LANGUAGE
12595
12596# CDPATH.
12597(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12598
12599
d0ac1c44
SM
12600# as_fn_error STATUS ERROR [LINENO LOG_FD]
12601# ----------------------------------------
0cd79707
SH
12602# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12603# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 12604# script with STATUS, using 1 if that was 0.
0cd79707
SH
12605as_fn_error ()
12606{
d0ac1c44
SM
12607 as_status=$1; test $as_status -eq 0 && as_status=1
12608 if test "$4"; then
12609 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12610 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
0cd79707 12611 fi
d0ac1c44 12612 $as_echo "$as_me: error: $2" >&2
0cd79707
SH
12613 as_fn_exit $as_status
12614} # as_fn_error
12615
12616
12617# as_fn_set_status STATUS
12618# -----------------------
12619# Set $? to STATUS, without forking.
12620as_fn_set_status ()
12621{
12622 return $1
12623} # as_fn_set_status
12624
12625# as_fn_exit STATUS
12626# -----------------
12627# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12628as_fn_exit ()
12629{
12630 set +e
12631 as_fn_set_status $1
12632 exit $1
12633} # as_fn_exit
12634
12635# as_fn_unset VAR
12636# ---------------
12637# Portably unset VAR.
12638as_fn_unset ()
12639{
12640 { eval $1=; unset $1;}
12641}
12642as_unset=as_fn_unset
12643# as_fn_append VAR VALUE
12644# ----------------------
12645# Append the text in VALUE to the end of the definition contained in VAR. Take
12646# advantage of any shell optimizations that allow amortized linear growth over
12647# repeated appends, instead of the typical quadratic growth present in naive
12648# implementations.
12649if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12650 eval 'as_fn_append ()
12651 {
12652 eval $1+=\$2
12653 }'
12654else
12655 as_fn_append ()
12656 {
12657 eval $1=\$$1\$2
12658 }
12659fi # as_fn_append
12660
12661# as_fn_arith ARG...
12662# ------------------
12663# Perform arithmetic evaluation on the ARGs, and store the result in the
12664# global $as_val. Take advantage of shells that can avoid forks. The arguments
12665# must be portable across $(()) and expr.
12666if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12667 eval 'as_fn_arith ()
12668 {
12669 as_val=$(( $* ))
12670 }'
12671else
12672 as_fn_arith ()
12673 {
12674 as_val=`expr "$@" || test $? -eq 1`
12675 }
12676fi # as_fn_arith
12677
12678
12679if expr a : '\(a\)' >/dev/null 2>&1 &&
12680 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12681 as_expr=expr
12682else
12683 as_expr=false
12684fi
12685
12686if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12687 as_basename=basename
12688else
12689 as_basename=false
12690fi
12691
12692if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12693 as_dirname=dirname
12694else
12695 as_dirname=false
12696fi
12697
12698as_me=`$as_basename -- "$0" ||
12699$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12700 X"$0" : 'X\(//\)$' \| \
12701 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12702$as_echo X/"$0" |
12703 sed '/^.*\/\([^/][^/]*\)\/*$/{
12704 s//\1/
12705 q
12706 }
12707 /^X\/\(\/\/\)$/{
12708 s//\1/
12709 q
12710 }
12711 /^X\/\(\/\).*/{
12712 s//\1/
12713 q
12714 }
12715 s/.*/./; q'`
12716
12717# Avoid depending upon Character Ranges.
12718as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12719as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12720as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12721as_cr_digits='0123456789'
12722as_cr_alnum=$as_cr_Letters$as_cr_digits
12723
12724ECHO_C= ECHO_N= ECHO_T=
12725case `echo -n x` in #(((((
12726-n*)
12727 case `echo 'xy\c'` in
12728 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12729 xy) ECHO_C='\c';;
12730 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12731 ECHO_T=' ';;
12732 esac;;
12733*)
12734 ECHO_N='-n';;
12735esac
12736
12737rm -f conf$$ conf$$.exe conf$$.file
12738if test -d conf$$.dir; then
12739 rm -f conf$$.dir/conf$$.file
12740else
12741 rm -f conf$$.dir
12742 mkdir conf$$.dir 2>/dev/null
12743fi
12744if (echo >conf$$.file) 2>/dev/null; then
12745 if ln -s conf$$.file conf$$ 2>/dev/null; then
12746 as_ln_s='ln -s'
12747 # ... but there are two gotchas:
12748 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12749 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 12750 # In both cases, we have to default to `cp -pR'.
0cd79707 12751 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 12752 as_ln_s='cp -pR'
0cd79707
SH
12753 elif ln conf$$.file conf$$ 2>/dev/null; then
12754 as_ln_s=ln
12755 else
d0ac1c44 12756 as_ln_s='cp -pR'
0cd79707
SH
12757 fi
12758else
d0ac1c44 12759 as_ln_s='cp -pR'
0cd79707
SH
12760fi
12761rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12762rmdir conf$$.dir 2>/dev/null
12763
12764
12765# as_fn_mkdir_p
12766# -------------
12767# Create "$as_dir" as a directory, including parents if necessary.
12768as_fn_mkdir_p ()
12769{
12770
12771 case $as_dir in #(
12772 -*) as_dir=./$as_dir;;
12773 esac
12774 test -d "$as_dir" || eval $as_mkdir_p || {
12775 as_dirs=
12776 while :; do
12777 case $as_dir in #(
12778 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12779 *) as_qdir=$as_dir;;
12780 esac
12781 as_dirs="'$as_qdir' $as_dirs"
12782 as_dir=`$as_dirname -- "$as_dir" ||
12783$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12784 X"$as_dir" : 'X\(//\)[^/]' \| \
12785 X"$as_dir" : 'X\(//\)$' \| \
12786 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12787$as_echo X"$as_dir" |
12788 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12789 s//\1/
12790 q
12791 }
12792 /^X\(\/\/\)[^/].*/{
12793 s//\1/
12794 q
12795 }
12796 /^X\(\/\/\)$/{
12797 s//\1/
12798 q
12799 }
12800 /^X\(\/\).*/{
12801 s//\1/
12802 q
12803 }
12804 s/.*/./; q'`
12805 test -d "$as_dir" && break
12806 done
12807 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 12808 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
0cd79707
SH
12809
12810
12811} # as_fn_mkdir_p
12812if mkdir -p . 2>/dev/null; then
12813 as_mkdir_p='mkdir -p "$as_dir"'
12814else
12815 test -d ./-p && rmdir ./-p
12816 as_mkdir_p=false
12817fi
12818
d0ac1c44
SM
12819
12820# as_fn_executable_p FILE
12821# -----------------------
12822# Test if FILE is an executable regular file.
12823as_fn_executable_p ()
12824{
12825 test -f "$1" && test -x "$1"
12826} # as_fn_executable_p
12827as_test_x='test -x'
12828as_executable_p=as_fn_executable_p
0cd79707
SH
12829
12830# Sed expression to map a string onto a valid CPP name.
12831as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12832
12833# Sed expression to map a string onto a valid variable name.
12834as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12835
12836
12837exec 6>&1
12838## ----------------------------------- ##
12839## Main body of $CONFIG_STATUS script. ##
12840## ----------------------------------- ##
12841_ASEOF
12842test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12843
12844cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12845# Save the log message, to keep $0 and so on meaningful, and to
12846# report actual input values of CONFIG_FILES etc. instead of their
12847# values after options handling.
12848ac_log="
12849This file was extended by $as_me, which was
d0ac1c44 12850generated by GNU Autoconf 2.69. Invocation command line was
0cd79707
SH
12851
12852 CONFIG_FILES = $CONFIG_FILES
12853 CONFIG_HEADERS = $CONFIG_HEADERS
12854 CONFIG_LINKS = $CONFIG_LINKS
12855 CONFIG_COMMANDS = $CONFIG_COMMANDS
12856 $ $0 $@
12857
12858on `(hostname || uname -n) 2>/dev/null | sed 1q`
12859"
12860
12861_ACEOF
12862
12863case $ac_config_files in *"
12864"*) set x $ac_config_files; shift; ac_config_files=$*;;
12865esac
12866
12867case $ac_config_headers in *"
12868"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12869esac
12870
12871
12872cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12873# Files that config.status was made for.
12874config_files="$ac_config_files"
12875config_headers="$ac_config_headers"
12876config_commands="$ac_config_commands"
12877
12878_ACEOF
12879
12880cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12881ac_cs_usage="\
12882\`$as_me' instantiates files and other configuration actions
12883from templates according to the current configuration. Unless the files
12884and actions are specified as TAGs, all are instantiated by default.
12885
12886Usage: $0 [OPTION]... [TAG]...
12887
12888 -h, --help print this help, then exit
12889 -V, --version print version number and configuration settings, then exit
d0ac1c44 12890 --config print configuration, then exit
0cd79707
SH
12891 -q, --quiet, --silent
12892 do not print progress messages
12893 -d, --debug don't remove temporary files
12894 --recheck update $as_me by reconfiguring in the same conditions
12895 --file=FILE[:TEMPLATE]
12896 instantiate the configuration file FILE
12897 --header=FILE[:TEMPLATE]
12898 instantiate the configuration header FILE
12899
12900Configuration files:
12901$config_files
12902
12903Configuration headers:
12904$config_headers
12905
12906Configuration commands:
12907$config_commands
12908
12909Report bugs to the package provider."
12910
12911_ACEOF
12912cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 12913ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
0cd79707
SH
12914ac_cs_version="\\
12915config.status
d0ac1c44
SM
12916configured by $0, generated by GNU Autoconf 2.69,
12917 with options \\"\$ac_cs_config\\"
0cd79707 12918
d0ac1c44 12919Copyright (C) 2012 Free Software Foundation, Inc.
0cd79707
SH
12920This config.status script is free software; the Free Software Foundation
12921gives unlimited permission to copy, distribute and modify it."
12922
12923ac_pwd='$ac_pwd'
12924srcdir='$srcdir'
12925INSTALL='$INSTALL'
12926AWK='$AWK'
12927test -n "\$AWK" || AWK=awk
12928_ACEOF
12929
12930cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12931# The default lists apply if the user does not specify any file.
12932ac_need_defaults=:
12933while test $# != 0
12934do
12935 case $1 in
d0ac1c44 12936 --*=?*)
0cd79707
SH
12937 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12938 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12939 ac_shift=:
12940 ;;
d0ac1c44
SM
12941 --*=)
12942 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12943 ac_optarg=
12944 ac_shift=:
12945 ;;
0cd79707
SH
12946 *)
12947 ac_option=$1
12948 ac_optarg=$2
12949 ac_shift=shift
12950 ;;
12951 esac
12952
12953 case $ac_option in
12954 # Handling of the options.
12955 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12956 ac_cs_recheck=: ;;
12957 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12958 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
12959 --config | --confi | --conf | --con | --co | --c )
12960 $as_echo "$ac_cs_config"; exit ;;
0cd79707
SH
12961 --debug | --debu | --deb | --de | --d | -d )
12962 debug=: ;;
12963 --file | --fil | --fi | --f )
12964 $ac_shift
12965 case $ac_optarg in
12966 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 12967 '') as_fn_error $? "missing file argument" ;;
0cd79707
SH
12968 esac
12969 as_fn_append CONFIG_FILES " '$ac_optarg'"
12970 ac_need_defaults=false;;
12971 --header | --heade | --head | --hea )
12972 $ac_shift
12973 case $ac_optarg in
12974 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12975 esac
12976 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12977 ac_need_defaults=false;;
12978 --he | --h)
12979 # Conflict between --help and --header
d0ac1c44 12980 as_fn_error $? "ambiguous option: \`$1'
0cd79707
SH
12981Try \`$0 --help' for more information.";;
12982 --help | --hel | -h )
12983 $as_echo "$ac_cs_usage"; exit ;;
12984 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12985 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12986 ac_cs_silent=: ;;
12987
12988 # This is an error.
d0ac1c44 12989 -*) as_fn_error $? "unrecognized option: \`$1'
0cd79707
SH
12990Try \`$0 --help' for more information." ;;
12991
12992 *) as_fn_append ac_config_targets " $1"
12993 ac_need_defaults=false ;;
12994
12995 esac
12996 shift
12997done
12998
12999ac_configure_extra_args=
13000
13001if $ac_cs_silent; then
13002 exec 6>/dev/null
13003 ac_configure_extra_args="$ac_configure_extra_args --silent"
13004fi
13005
13006_ACEOF
13007cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13008if \$ac_cs_recheck; then
d0ac1c44 13009 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
0cd79707
SH
13010 shift
13011 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13012 CONFIG_SHELL='$SHELL'
13013 export CONFIG_SHELL
13014 exec "\$@"
13015fi
13016
13017_ACEOF
13018cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13019exec 5>>config.log
13020{
13021 echo
13022 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13023## Running $as_me. ##
13024_ASBOX
13025 $as_echo "$ac_log"
13026} >&5
13027
13028_ACEOF
13029cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13030#
13031# INIT-COMMANDS
13032#
13033ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
13034
13035
13036# The HP-UX ksh and POSIX shell print the target directory to stdout
13037# if CDPATH is set.
13038(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13039
13040sed_quote_subst='$sed_quote_subst'
13041double_quote_subst='$double_quote_subst'
13042delay_variable_subst='$delay_variable_subst'
13043macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13044macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13045enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13046enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13047pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13048enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13049SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13050ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13051host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13052host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13053host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13054build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13055build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13056build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13057SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13058Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13059GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13060EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13061FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13062LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13063NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13064LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13065max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13066ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13067exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13068lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13069lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13070lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13071reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13072reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13073OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13074deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13075file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13076AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13077AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13078STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13079RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13080old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13081old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13082old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13083lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13084CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13085CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13086compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13087GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13088lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13089lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13090lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13091lt_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"`'
13092objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13093MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13094lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13095lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13096lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13097lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13098lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13099need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13100DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13101NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13102LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13103OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13104OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13105libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13106shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13107extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13108archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13109enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13110export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13111whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13112compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13113old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13114old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13115archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13116archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13117module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13118module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13119with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13120allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13121no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13122hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13123hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13124hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13125hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13126hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13127hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13128hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13129hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13130inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13131link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13132fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13133always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13134export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13135exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13136include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13137prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13138file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13139variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13140need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13141need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13142version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13143runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13144shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13145shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13146libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13147library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13148soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13149install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13150postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13151postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13152finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13153finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13154hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13155sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13156sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13157hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13158enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13159enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13160enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13161old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13162striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13163
13164LTCC='$LTCC'
13165LTCFLAGS='$LTCFLAGS'
13166compiler='$compiler_DEFAULT'
13167
13168# A function that is used when there is no print builtin or printf.
13169func_fallback_echo ()
13170{
13171 eval 'cat <<_LTECHO_EOF
13172\$1
13173_LTECHO_EOF'
13174}
13175
13176# Quote evaled strings.
13177for var in SHELL \
13178ECHO \
13179SED \
13180GREP \
13181EGREP \
13182FGREP \
13183LD \
13184NM \
13185LN_S \
13186lt_SP2NL \
13187lt_NL2SP \
13188reload_flag \
13189OBJDUMP \
13190deplibs_check_method \
13191file_magic_cmd \
13192AR \
13193AR_FLAGS \
13194STRIP \
13195RANLIB \
13196CC \
13197CFLAGS \
13198compiler \
13199lt_cv_sys_global_symbol_pipe \
13200lt_cv_sys_global_symbol_to_cdecl \
13201lt_cv_sys_global_symbol_to_c_name_address \
13202lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13203lt_prog_compiler_no_builtin_flag \
13204lt_prog_compiler_wl \
13205lt_prog_compiler_pic \
13206lt_prog_compiler_static \
13207lt_cv_prog_compiler_c_o \
13208need_locks \
13209DSYMUTIL \
13210NMEDIT \
13211LIPO \
13212OTOOL \
13213OTOOL64 \
13214shrext_cmds \
13215export_dynamic_flag_spec \
13216whole_archive_flag_spec \
13217compiler_needs_object \
13218with_gnu_ld \
13219allow_undefined_flag \
13220no_undefined_flag \
13221hardcode_libdir_flag_spec \
13222hardcode_libdir_flag_spec_ld \
13223hardcode_libdir_separator \
13224fix_srcfile_path \
13225exclude_expsyms \
13226include_expsyms \
13227file_list_spec \
13228variables_saved_for_relink \
13229libname_spec \
13230library_names_spec \
13231soname_spec \
13232install_override_mode \
13233finish_eval \
13234old_striplib \
13235striplib; do
13236 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13237 *[\\\\\\\`\\"\\\$]*)
13238 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13239 ;;
13240 *)
13241 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13242 ;;
13243 esac
13244done
13245
13246# Double-quote double-evaled strings.
13247for var in reload_cmds \
13248old_postinstall_cmds \
13249old_postuninstall_cmds \
13250old_archive_cmds \
13251extract_expsyms_cmds \
13252old_archive_from_new_cmds \
13253old_archive_from_expsyms_cmds \
13254archive_cmds \
13255archive_expsym_cmds \
13256module_cmds \
13257module_expsym_cmds \
13258export_symbols_cmds \
13259prelink_cmds \
13260postinstall_cmds \
13261postuninstall_cmds \
13262finish_cmds \
13263sys_lib_search_path_spec \
13264sys_lib_dlsearch_path_spec; do
13265 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13266 *[\\\\\\\`\\"\\\$]*)
13267 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13268 ;;
13269 *)
13270 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13271 ;;
13272 esac
13273done
13274
13275ac_aux_dir='$ac_aux_dir'
13276xsi_shell='$xsi_shell'
13277lt_shell_append='$lt_shell_append'
13278
13279# See if we are running on zsh, and set the options which allow our
13280# commands through without removal of \ escapes INIT.
13281if test -n "\${ZSH_VERSION+set}" ; then
13282 setopt NO_GLOB_SUBST
13283fi
13284
13285
13286 PACKAGE='$PACKAGE'
13287 VERSION='$VERSION'
13288 TIMESTAMP='$TIMESTAMP'
13289 RM='$RM'
13290 ofile='$ofile'
13291
13292
13293
13294
13295_ACEOF
13296
13297cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13298
13299# Handling of arguments.
13300for ac_config_target in $ac_config_targets
13301do
13302 case $ac_config_target in
13303 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13304 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
13305 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13306 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13307 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13308 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13309 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13310 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13311
d0ac1c44 13312 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
0cd79707
SH
13313 esac
13314done
13315
13316
13317# If the user did not use the arguments to specify the items to instantiate,
13318# then the envvar interface is used. Set only those that are not.
13319# We use the long form for the default assignment because of an extremely
13320# bizarre bug on SunOS 4.1.3.
13321if $ac_need_defaults; then
13322 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13323 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13324 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13325fi
13326
13327# Have a temporary directory for convenience. Make it in the build tree
13328# simply because there is no reason against having it here, and in addition,
13329# creating and moving files from /tmp can sometimes cause problems.
13330# Hook for its removal unless debugging.
13331# Note that there is a small window in which the directory will not be cleaned:
13332# after its creation but before its name has been assigned to `$tmp'.
13333$debug ||
13334{
d0ac1c44 13335 tmp= ac_tmp=
0cd79707 13336 trap 'exit_status=$?
d0ac1c44
SM
13337 : "${ac_tmp:=$tmp}"
13338 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
0cd79707
SH
13339' 0
13340 trap 'as_fn_exit 1' 1 2 13 15
13341}
13342# Create a (secure) tmp directory for tmp files.
13343
13344{
13345 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 13346 test -d "$tmp"
0cd79707
SH
13347} ||
13348{
13349 tmp=./conf$$-$RANDOM
13350 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
13351} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13352ac_tmp=$tmp
0cd79707
SH
13353
13354# Set up the scripts for CONFIG_FILES section.
13355# No need to generate them if there are no CONFIG_FILES.
13356# This happens for instance with `./config.status config.h'.
13357if test -n "$CONFIG_FILES"; then
13358
13359
13360ac_cr=`echo X | tr X '\015'`
13361# On cygwin, bash can eat \r inside `` if the user requested igncr.
13362# But we know of no other shell where ac_cr would be empty at this
13363# point, so we can use a bashism as a fallback.
13364if test "x$ac_cr" = x; then
13365 eval ac_cr=\$\'\\r\'
13366fi
13367ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13368if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 13369 ac_cs_awk_cr='\\r'
0cd79707
SH
13370else
13371 ac_cs_awk_cr=$ac_cr
13372fi
13373
d0ac1c44 13374echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
0cd79707
SH
13375_ACEOF
13376
13377
13378{
13379 echo "cat >conf$$subs.awk <<_ACEOF" &&
13380 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13381 echo "_ACEOF"
13382} >conf$$subs.sh ||
d0ac1c44
SM
13383 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13384ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
0cd79707
SH
13385ac_delim='%!_!# '
13386for ac_last_try in false false false false false :; do
13387 . ./conf$$subs.sh ||
d0ac1c44 13388 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
0cd79707
SH
13389
13390 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13391 if test $ac_delim_n = $ac_delim_num; then
13392 break
13393 elif $ac_last_try; then
d0ac1c44 13394 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
0cd79707
SH
13395 else
13396 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13397 fi
13398done
13399rm -f conf$$subs.sh
13400
13401cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 13402cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
0cd79707
SH
13403_ACEOF
13404sed -n '
13405h
13406s/^/S["/; s/!.*/"]=/
13407p
13408g
13409s/^[^!]*!//
13410:repl
13411t repl
13412s/'"$ac_delim"'$//
13413t delim
13414:nl
13415h
d0ac1c44 13416s/\(.\{148\}\)..*/\1/
0cd79707
SH
13417t more1
13418s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13419p
13420n
13421b repl
13422:more1
13423s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13424p
13425g
13426s/.\{148\}//
13427t nl
13428:delim
13429h
d0ac1c44 13430s/\(.\{148\}\)..*/\1/
0cd79707
SH
13431t more2
13432s/["\\]/\\&/g; s/^/"/; s/$/"/
13433p
13434b
13435:more2
13436s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13437p
13438g
13439s/.\{148\}//
13440t delim
13441' <conf$$subs.awk | sed '
13442/^[^""]/{
13443 N
13444 s/\n//
13445}
13446' >>$CONFIG_STATUS || ac_write_fail=1
13447rm -f conf$$subs.awk
13448cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13449_ACAWK
d0ac1c44 13450cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
0cd79707
SH
13451 for (key in S) S_is_set[key] = 1
13452 FS = "\a"
13453
13454}
13455{
13456 line = $ 0
13457 nfields = split(line, field, "@")
13458 substed = 0
13459 len = length(field[1])
13460 for (i = 2; i < nfields; i++) {
13461 key = field[i]
13462 keylen = length(key)
13463 if (S_is_set[key]) {
13464 value = S[key]
13465 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13466 len += length(value) + length(field[++i])
13467 substed = 1
13468 } else
13469 len += 1 + keylen
13470 }
13471
13472 print line
13473}
13474
13475_ACAWK
13476_ACEOF
13477cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13478if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13479 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13480else
13481 cat
d0ac1c44
SM
13482fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13483 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
0cd79707
SH
13484_ACEOF
13485
d0ac1c44
SM
13486# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13487# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
0cd79707
SH
13488# trailing colons and then remove the whole line if VPATH becomes empty
13489# (actually we leave an empty line to preserve line numbers).
13490if test "x$srcdir" = x.; then
d0ac1c44
SM
13491 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13492h
13493s///
13494s/^/:/
13495s/[ ]*$/:/
13496s/:\$(srcdir):/:/g
13497s/:\${srcdir}:/:/g
13498s/:@srcdir@:/:/g
13499s/^:*//
0cd79707 13500s/:*$//
d0ac1c44
SM
13501x
13502s/\(=[ ]*\).*/\1/
13503G
13504s/\n//
0cd79707
SH
13505s/^[^=]*=[ ]*$//
13506}'
13507fi
13508
13509cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13510fi # test -n "$CONFIG_FILES"
13511
13512# Set up the scripts for CONFIG_HEADERS section.
13513# No need to generate them if there are no CONFIG_HEADERS.
13514# This happens for instance with `./config.status Makefile'.
13515if test -n "$CONFIG_HEADERS"; then
d0ac1c44 13516cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
0cd79707
SH
13517BEGIN {
13518_ACEOF
13519
13520# Transform confdefs.h into an awk script `defines.awk', embedded as
13521# here-document in config.status, that substitutes the proper values into
13522# config.h.in to produce config.h.
13523
13524# Create a delimiter string that does not exist in confdefs.h, to ease
13525# handling of long lines.
13526ac_delim='%!_!# '
13527for ac_last_try in false false :; do
d0ac1c44
SM
13528 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13529 if test -z "$ac_tt"; then
0cd79707
SH
13530 break
13531 elif $ac_last_try; then
d0ac1c44 13532 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
0cd79707
SH
13533 else
13534 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13535 fi
13536done
13537
13538# For the awk script, D is an array of macro values keyed by name,
13539# likewise P contains macro parameters if any. Preserve backslash
13540# newline sequences.
13541
13542ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13543sed -n '
13544s/.\{148\}/&'"$ac_delim"'/g
13545t rset
13546:rset
13547s/^[ ]*#[ ]*define[ ][ ]*/ /
13548t def
13549d
13550:def
13551s/\\$//
13552t bsnl
13553s/["\\]/\\&/g
13554s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13555D["\1"]=" \3"/p
13556s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13557d
13558:bsnl
13559s/["\\]/\\&/g
13560s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13561D["\1"]=" \3\\\\\\n"\\/p
13562t cont
13563s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13564t cont
13565d
13566:cont
13567n
13568s/.\{148\}/&'"$ac_delim"'/g
13569t clear
13570:clear
13571s/\\$//
13572t bsnlc
13573s/["\\]/\\&/g; s/^/"/; s/$/"/p
13574d
13575:bsnlc
13576s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13577b cont
13578' <confdefs.h | sed '
13579s/'"$ac_delim"'/"\\\
13580"/g' >>$CONFIG_STATUS || ac_write_fail=1
13581
13582cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13583 for (key in D) D_is_set[key] = 1
13584 FS = "\a"
13585}
13586/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13587 line = \$ 0
13588 split(line, arg, " ")
13589 if (arg[1] == "#") {
13590 defundef = arg[2]
13591 mac1 = arg[3]
13592 } else {
13593 defundef = substr(arg[1], 2)
13594 mac1 = arg[2]
13595 }
13596 split(mac1, mac2, "(") #)
13597 macro = mac2[1]
13598 prefix = substr(line, 1, index(line, defundef) - 1)
13599 if (D_is_set[macro]) {
13600 # Preserve the white space surrounding the "#".
13601 print prefix "define", macro P[macro] D[macro]
13602 next
13603 } else {
13604 # Replace #undef with comments. This is necessary, for example,
13605 # in the case of _POSIX_SOURCE, which is predefined and required
13606 # on some systems where configure will not decide to define it.
13607 if (defundef == "undef") {
13608 print "/*", prefix defundef, macro, "*/"
13609 next
13610 }
13611 }
13612}
13613{ print }
13614_ACAWK
13615_ACEOF
13616cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 13617 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
0cd79707
SH
13618fi # test -n "$CONFIG_HEADERS"
13619
13620
13621eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13622shift
13623for ac_tag
13624do
13625 case $ac_tag in
13626 :[FHLC]) ac_mode=$ac_tag; continue;;
13627 esac
13628 case $ac_mode$ac_tag in
13629 :[FHL]*:*);;
d0ac1c44 13630 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
0cd79707
SH
13631 :[FH]-) ac_tag=-:-;;
13632 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13633 esac
13634 ac_save_IFS=$IFS
13635 IFS=:
13636 set x $ac_tag
13637 IFS=$ac_save_IFS
13638 shift
13639 ac_file=$1
13640 shift
13641
13642 case $ac_mode in
13643 :L) ac_source=$1;;
13644 :[FH])
13645 ac_file_inputs=
13646 for ac_f
13647 do
13648 case $ac_f in
d0ac1c44 13649 -) ac_f="$ac_tmp/stdin";;
0cd79707
SH
13650 *) # Look for the file first in the build tree, then in the source tree
13651 # (if the path is not absolute). The absolute path cannot be DOS-style,
13652 # because $ac_f cannot contain `:'.
13653 test -f "$ac_f" ||
13654 case $ac_f in
13655 [\\/$]*) false;;
13656 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13657 esac ||
d0ac1c44 13658 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
0cd79707
SH
13659 esac
13660 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13661 as_fn_append ac_file_inputs " '$ac_f'"
13662 done
13663
13664 # Let's still pretend it is `configure' which instantiates (i.e., don't
13665 # use $as_me), people would be surprised to read:
13666 # /* config.h. Generated by config.status. */
13667 configure_input='Generated from '`
13668 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13669 `' by configure.'
13670 if test x"$ac_file" != x-; then
13671 configure_input="$ac_file. $configure_input"
13672 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13673$as_echo "$as_me: creating $ac_file" >&6;}
13674 fi
13675 # Neutralize special characters interpreted by sed in replacement strings.
13676 case $configure_input in #(
13677 *\&* | *\|* | *\\* )
13678 ac_sed_conf_input=`$as_echo "$configure_input" |
13679 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13680 *) ac_sed_conf_input=$configure_input;;
13681 esac
13682
13683 case $ac_tag in
d0ac1c44
SM
13684 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13685 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
0cd79707
SH
13686 esac
13687 ;;
13688 esac
13689
13690 ac_dir=`$as_dirname -- "$ac_file" ||
13691$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13692 X"$ac_file" : 'X\(//\)[^/]' \| \
13693 X"$ac_file" : 'X\(//\)$' \| \
13694 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13695$as_echo X"$ac_file" |
13696 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13697 s//\1/
13698 q
13699 }
13700 /^X\(\/\/\)[^/].*/{
13701 s//\1/
13702 q
13703 }
13704 /^X\(\/\/\)$/{
13705 s//\1/
13706 q
13707 }
13708 /^X\(\/\).*/{
13709 s//\1/
13710 q
13711 }
13712 s/.*/./; q'`
13713 as_dir="$ac_dir"; as_fn_mkdir_p
13714 ac_builddir=.
13715
13716case "$ac_dir" in
13717.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13718*)
13719 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13720 # A ".." for each directory in $ac_dir_suffix.
13721 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13722 case $ac_top_builddir_sub in
13723 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13724 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13725 esac ;;
13726esac
13727ac_abs_top_builddir=$ac_pwd
13728ac_abs_builddir=$ac_pwd$ac_dir_suffix
13729# for backward compatibility:
13730ac_top_builddir=$ac_top_build_prefix
13731
13732case $srcdir in
13733 .) # We are building in place.
13734 ac_srcdir=.
13735 ac_top_srcdir=$ac_top_builddir_sub
13736 ac_abs_top_srcdir=$ac_pwd ;;
13737 [\\/]* | ?:[\\/]* ) # Absolute name.
13738 ac_srcdir=$srcdir$ac_dir_suffix;
13739 ac_top_srcdir=$srcdir
13740 ac_abs_top_srcdir=$srcdir ;;
13741 *) # Relative name.
13742 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13743 ac_top_srcdir=$ac_top_build_prefix$srcdir
13744 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13745esac
13746ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13747
13748
13749 case $ac_mode in
13750 :F)
13751 #
13752 # CONFIG_FILE
13753 #
13754
13755 case $INSTALL in
13756 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13757 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13758 esac
13759_ACEOF
13760
13761cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13762# If the template does not know about datarootdir, expand it.
13763# FIXME: This hack should be removed a few years after 2.60.
13764ac_datarootdir_hack=; ac_datarootdir_seen=
13765ac_sed_dataroot='
13766/datarootdir/ {
13767 p
13768 q
13769}
13770/@datadir@/p
13771/@docdir@/p
13772/@infodir@/p
13773/@localedir@/p
13774/@mandir@/p'
13775case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13776*datarootdir*) ac_datarootdir_seen=yes;;
13777*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13779$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13780_ACEOF
13781cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13782 ac_datarootdir_hack='
13783 s&@datadir@&$datadir&g
13784 s&@docdir@&$docdir&g
13785 s&@infodir@&$infodir&g
13786 s&@localedir@&$localedir&g
13787 s&@mandir@&$mandir&g
13788 s&\\\${datarootdir}&$datarootdir&g' ;;
13789esac
13790_ACEOF
13791
13792# Neutralize VPATH when `$srcdir' = `.'.
13793# Shell code in configure.ac might set extrasub.
13794# FIXME: do we really want to maintain this feature?
13795cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13796ac_sed_extra="$ac_vpsub
13797$extrasub
13798_ACEOF
13799cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13800:t
13801/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13802s|@configure_input@|$ac_sed_conf_input|;t t
13803s&@top_builddir@&$ac_top_builddir_sub&;t t
13804s&@top_build_prefix@&$ac_top_build_prefix&;t t
13805s&@srcdir@&$ac_srcdir&;t t
13806s&@abs_srcdir@&$ac_abs_srcdir&;t t
13807s&@top_srcdir@&$ac_top_srcdir&;t t
13808s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13809s&@builddir@&$ac_builddir&;t t
13810s&@abs_builddir@&$ac_abs_builddir&;t t
13811s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13812s&@INSTALL@&$ac_INSTALL&;t t
13813$ac_datarootdir_hack
13814"
d0ac1c44
SM
13815eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13816 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
0cd79707
SH
13817
13818test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
13819 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13820 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13821 "$ac_tmp/out"`; test -z "$ac_out"; } &&
0cd79707 13822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13823which seems to be undefined. Please make sure it is defined" >&5
0cd79707 13824$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 13825which seems to be undefined. Please make sure it is defined" >&2;}
0cd79707 13826
d0ac1c44 13827 rm -f "$ac_tmp/stdin"
0cd79707 13828 case $ac_file in
d0ac1c44
SM
13829 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13830 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
0cd79707 13831 esac \
d0ac1c44 13832 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
0cd79707
SH
13833 ;;
13834 :H)
13835 #
13836 # CONFIG_HEADER
13837 #
13838 if test x"$ac_file" != x-; then
13839 {
13840 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13841 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13842 } >"$ac_tmp/config.h" \
13843 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13844 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
0cd79707
SH
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13846$as_echo "$as_me: $ac_file is unchanged" >&6;}
13847 else
13848 rm -f "$ac_file"
d0ac1c44
SM
13849 mv "$ac_tmp/config.h" "$ac_file" \
13850 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
0cd79707
SH
13851 fi
13852 else
13853 $as_echo "/* $configure_input */" \
d0ac1c44
SM
13854 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13855 || as_fn_error $? "could not create -" "$LINENO" 5
0cd79707
SH
13856 fi
13857 ;;
13858
13859 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13860$as_echo "$as_me: executing $ac_file commands" >&6;}
13861 ;;
13862 esac
13863
13864
13865 case $ac_file$ac_mode in
13866 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
13867 "libtool":C)
13868
13869 # See if we are running on zsh, and set the options which allow our
13870 # commands through without removal of \ escapes.
13871 if test -n "${ZSH_VERSION+set}" ; then
13872 setopt NO_GLOB_SUBST
13873 fi
13874
13875 cfgfile="${ofile}T"
13876 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13877 $RM "$cfgfile"
13878
13879 cat <<_LT_EOF >> "$cfgfile"
13880#! $SHELL
13881
13882# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13883# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13884# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13885# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13886#
13887# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13888# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13889# Written by Gordon Matzigkeit, 1996
13890#
13891# This file is part of GNU Libtool.
13892#
13893# GNU Libtool is free software; you can redistribute it and/or
13894# modify it under the terms of the GNU General Public License as
13895# published by the Free Software Foundation; either version 2 of
13896# the License, or (at your option) any later version.
13897#
13898# As a special exception to the GNU General Public License,
13899# if you distribute this file as part of a program or library that
13900# is built using GNU Libtool, you may include this file under the
13901# same distribution terms that you use for the rest of that program.
13902#
13903# GNU Libtool is distributed in the hope that it will be useful,
13904# but WITHOUT ANY WARRANTY; without even the implied warranty of
13905# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13906# GNU General Public License for more details.
13907#
13908# You should have received a copy of the GNU General Public License
13909# along with GNU Libtool; see the file COPYING. If not, a copy
13910# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13911# obtained by writing to the Free Software Foundation, Inc.,
13912# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13913
13914
13915# The names of the tagged configurations supported by this script.
13916available_tags=""
13917
13918# ### BEGIN LIBTOOL CONFIG
13919
13920# Which release of libtool.m4 was used?
13921macro_version=$macro_version
13922macro_revision=$macro_revision
13923
13924# Whether or not to build shared libraries.
13925build_libtool_libs=$enable_shared
13926
13927# Whether or not to build static libraries.
13928build_old_libs=$enable_static
13929
13930# What type of objects to build.
13931pic_mode=$pic_mode
13932
13933# Whether or not to optimize for fast installation.
13934fast_install=$enable_fast_install
13935
13936# Shell to use when invoking shell scripts.
13937SHELL=$lt_SHELL
13938
13939# An echo program that protects backslashes.
13940ECHO=$lt_ECHO
13941
13942# The host system.
13943host_alias=$host_alias
13944host=$host
13945host_os=$host_os
13946
13947# The build system.
13948build_alias=$build_alias
13949build=$build
13950build_os=$build_os
13951
13952# A sed program that does not truncate output.
13953SED=$lt_SED
13954
13955# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13956Xsed="\$SED -e 1s/^X//"
13957
13958# A grep program that handles long lines.
13959GREP=$lt_GREP
13960
13961# An ERE matcher.
13962EGREP=$lt_EGREP
13963
13964# A literal string matcher.
13965FGREP=$lt_FGREP
13966
13967# A BSD- or MS-compatible name lister.
13968NM=$lt_NM
13969
13970# Whether we need soft or hard links.
13971LN_S=$lt_LN_S
13972
13973# What is the maximum length of a command?
13974max_cmd_len=$max_cmd_len
13975
13976# Object file suffix (normally "o").
13977objext=$ac_objext
13978
13979# Executable file suffix (normally "").
13980exeext=$exeext
13981
13982# whether the shell understands "unset".
13983lt_unset=$lt_unset
13984
13985# turn spaces into newlines.
13986SP2NL=$lt_lt_SP2NL
13987
13988# turn newlines into spaces.
13989NL2SP=$lt_lt_NL2SP
13990
13991# An object symbol dumper.
13992OBJDUMP=$lt_OBJDUMP
13993
13994# Method to check whether dependent libraries are shared objects.
13995deplibs_check_method=$lt_deplibs_check_method
13996
13997# Command to use when deplibs_check_method == "file_magic".
13998file_magic_cmd=$lt_file_magic_cmd
13999
14000# The archiver.
14001AR=$lt_AR
14002AR_FLAGS=$lt_AR_FLAGS
14003
14004# A symbol stripping program.
14005STRIP=$lt_STRIP
14006
14007# Commands used to install an old-style archive.
14008RANLIB=$lt_RANLIB
14009old_postinstall_cmds=$lt_old_postinstall_cmds
14010old_postuninstall_cmds=$lt_old_postuninstall_cmds
14011
14012# Whether to use a lock for old archive extraction.
14013lock_old_archive_extraction=$lock_old_archive_extraction
14014
14015# A C compiler.
14016LTCC=$lt_CC
14017
14018# LTCC compiler flags.
14019LTCFLAGS=$lt_CFLAGS
14020
14021# Take the output of nm and produce a listing of raw symbols and C names.
14022global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14023
14024# Transform the output of nm in a proper C declaration.
14025global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14026
14027# Transform the output of nm in a C name address pair.
14028global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14029
14030# Transform the output of nm in a C name address pair when lib prefix is needed.
14031global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14032
14033# The name of the directory that contains temporary libtool files.
14034objdir=$objdir
14035
14036# Used to examine libraries when file_magic_cmd begins with "file".
14037MAGIC_CMD=$MAGIC_CMD
14038
14039# Must we lock files when doing compilation?
14040need_locks=$lt_need_locks
14041
14042# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14043DSYMUTIL=$lt_DSYMUTIL
14044
14045# Tool to change global to local symbols on Mac OS X.
14046NMEDIT=$lt_NMEDIT
14047
14048# Tool to manipulate fat objects and archives on Mac OS X.
14049LIPO=$lt_LIPO
14050
14051# ldd/readelf like tool for Mach-O binaries on Mac OS X.
14052OTOOL=$lt_OTOOL
14053
14054# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14055OTOOL64=$lt_OTOOL64
14056
14057# Old archive suffix (normally "a").
14058libext=$libext
14059
14060# Shared library suffix (normally ".so").
14061shrext_cmds=$lt_shrext_cmds
14062
14063# The commands to extract the exported symbol list from a shared archive.
14064extract_expsyms_cmds=$lt_extract_expsyms_cmds
14065
14066# Variables whose values should be saved in libtool wrapper scripts and
14067# restored at link time.
14068variables_saved_for_relink=$lt_variables_saved_for_relink
14069
14070# Do we need the "lib" prefix for modules?
14071need_lib_prefix=$need_lib_prefix
14072
14073# Do we need a version for libraries?
14074need_version=$need_version
14075
14076# Library versioning type.
14077version_type=$version_type
14078
14079# Shared library runtime path variable.
14080runpath_var=$runpath_var
14081
14082# Shared library path variable.
14083shlibpath_var=$shlibpath_var
14084
14085# Is shlibpath searched before the hard-coded library search path?
14086shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14087
14088# Format of library name prefix.
14089libname_spec=$lt_libname_spec
14090
14091# List of archive names. First name is the real one, the rest are links.
14092# The last name is the one that the linker finds with -lNAME
14093library_names_spec=$lt_library_names_spec
14094
14095# The coded name of the library, if different from the real name.
14096soname_spec=$lt_soname_spec
14097
14098# Permission mode override for installation of shared libraries.
14099install_override_mode=$lt_install_override_mode
14100
14101# Command to use after installation of a shared archive.
14102postinstall_cmds=$lt_postinstall_cmds
14103
14104# Command to use after uninstallation of a shared archive.
14105postuninstall_cmds=$lt_postuninstall_cmds
14106
14107# Commands used to finish a libtool library installation in a directory.
14108finish_cmds=$lt_finish_cmds
14109
14110# As "finish_cmds", except a single script fragment to be evaled but
14111# not shown.
14112finish_eval=$lt_finish_eval
14113
14114# Whether we should hardcode library paths into libraries.
14115hardcode_into_libs=$hardcode_into_libs
14116
14117# Compile-time system search path for libraries.
14118sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14119
14120# Run-time system search path for libraries.
14121sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14122
14123# Whether dlopen is supported.
14124dlopen_support=$enable_dlopen
14125
14126# Whether dlopen of programs is supported.
14127dlopen_self=$enable_dlopen_self
14128
14129# Whether dlopen of statically linked programs is supported.
14130dlopen_self_static=$enable_dlopen_self_static
14131
14132# Commands to strip libraries.
14133old_striplib=$lt_old_striplib
14134striplib=$lt_striplib
14135
14136
14137# The linker used to build libraries.
14138LD=$lt_LD
14139
14140# How to create reloadable object files.
14141reload_flag=$lt_reload_flag
14142reload_cmds=$lt_reload_cmds
14143
14144# Commands used to build an old-style archive.
14145old_archive_cmds=$lt_old_archive_cmds
14146
14147# A language specific compiler.
14148CC=$lt_compiler
14149
14150# Is the compiler the GNU compiler?
14151with_gcc=$GCC
14152
14153# Compiler flag to turn off builtin functions.
14154no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14155
14156# How to pass a linker flag through the compiler.
14157wl=$lt_lt_prog_compiler_wl
14158
14159# Additional compiler flags for building library objects.
14160pic_flag=$lt_lt_prog_compiler_pic
14161
14162# Compiler flag to prevent dynamic linking.
14163link_static_flag=$lt_lt_prog_compiler_static
14164
14165# Does compiler simultaneously support -c and -o options?
14166compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14167
14168# Whether or not to add -lc for building shared libraries.
14169build_libtool_need_lc=$archive_cmds_need_lc
14170
14171# Whether or not to disallow shared libs when runtime libs are static.
14172allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14173
14174# Compiler flag to allow reflexive dlopens.
14175export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14176
14177# Compiler flag to generate shared objects directly from archives.
14178whole_archive_flag_spec=$lt_whole_archive_flag_spec
14179
14180# Whether the compiler copes with passing no objects directly.
14181compiler_needs_object=$lt_compiler_needs_object
14182
14183# Create an old-style archive from a shared archive.
14184old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14185
14186# Create a temporary old-style archive to link instead of a shared archive.
14187old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14188
14189# Commands used to build a shared archive.
14190archive_cmds=$lt_archive_cmds
14191archive_expsym_cmds=$lt_archive_expsym_cmds
14192
14193# Commands used to build a loadable module if different from building
14194# a shared archive.
14195module_cmds=$lt_module_cmds
14196module_expsym_cmds=$lt_module_expsym_cmds
14197
14198# Whether we are building with GNU ld or not.
14199with_gnu_ld=$lt_with_gnu_ld
14200
14201# Flag that allows shared libraries with undefined symbols to be built.
14202allow_undefined_flag=$lt_allow_undefined_flag
14203
14204# Flag that enforces no undefined symbols.
14205no_undefined_flag=$lt_no_undefined_flag
14206
14207# Flag to hardcode \$libdir into a binary during linking.
14208# This must work even if \$libdir does not exist
14209hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14210
14211# If ld is used when linking, flag to hardcode \$libdir into a binary
14212# during linking. This must work even if \$libdir does not exist.
14213hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14214
14215# Whether we need a single "-rpath" flag with a separated argument.
14216hardcode_libdir_separator=$lt_hardcode_libdir_separator
14217
14218# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14219# DIR into the resulting binary.
14220hardcode_direct=$hardcode_direct
14221
14222# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14223# DIR into the resulting binary and the resulting library dependency is
14224# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14225# library is relocated.
14226hardcode_direct_absolute=$hardcode_direct_absolute
14227
14228# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14229# into the resulting binary.
14230hardcode_minus_L=$hardcode_minus_L
14231
14232# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14233# into the resulting binary.
14234hardcode_shlibpath_var=$hardcode_shlibpath_var
14235
14236# Set to "yes" if building a shared library automatically hardcodes DIR
14237# into the library and all subsequent libraries and executables linked
14238# against it.
14239hardcode_automatic=$hardcode_automatic
14240
14241# Set to yes if linker adds runtime paths of dependent libraries
14242# to runtime path list.
14243inherit_rpath=$inherit_rpath
14244
14245# Whether libtool must link a program against all its dependency libraries.
14246link_all_deplibs=$link_all_deplibs
14247
14248# Fix the shell variable \$srcfile for the compiler.
14249fix_srcfile_path=$lt_fix_srcfile_path
14250
14251# Set to "yes" if exported symbols are required.
14252always_export_symbols=$always_export_symbols
14253
14254# The commands to list exported symbols.
14255export_symbols_cmds=$lt_export_symbols_cmds
14256
14257# Symbols that should not be listed in the preloaded symbols.
14258exclude_expsyms=$lt_exclude_expsyms
14259
14260# Symbols that must always be exported.
14261include_expsyms=$lt_include_expsyms
14262
14263# Commands necessary for linking programs (against libraries) with templates.
14264prelink_cmds=$lt_prelink_cmds
14265
14266# Specify filename containing input files.
14267file_list_spec=$lt_file_list_spec
14268
14269# How to hardcode a shared library path into an executable.
14270hardcode_action=$hardcode_action
14271
14272# ### END LIBTOOL CONFIG
14273
14274_LT_EOF
14275
14276 case $host_os in
14277 aix3*)
14278 cat <<\_LT_EOF >> "$cfgfile"
14279# AIX sometimes has problems with the GCC collect2 program. For some
14280# reason, if we set the COLLECT_NAMES environment variable, the problems
14281# vanish in a puff of smoke.
14282if test "X${COLLECT_NAMES+set}" != Xset; then
14283 COLLECT_NAMES=
14284 export COLLECT_NAMES
14285fi
14286_LT_EOF
14287 ;;
14288 esac
14289
14290
14291ltmain="$ac_aux_dir/ltmain.sh"
14292
14293
14294 # We use sed instead of cat because bash on DJGPP gets confused if
14295 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14296 # text mode, it properly converts lines to CR/LF. This bash problem
14297 # is reportedly fixed, but why not run on old versions too?
14298 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14299 || (rm -f "$cfgfile"; exit 1)
14300
14301 case $xsi_shell in
14302 yes)
14303 cat << \_LT_EOF >> "$cfgfile"
14304
14305# func_dirname file append nondir_replacement
14306# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14307# otherwise set result to NONDIR_REPLACEMENT.
14308func_dirname ()
14309{
14310 case ${1} in
14311 */*) func_dirname_result="${1%/*}${2}" ;;
14312 * ) func_dirname_result="${3}" ;;
14313 esac
14314}
14315
14316# func_basename file
14317func_basename ()
14318{
14319 func_basename_result="${1##*/}"
14320}
14321
14322# func_dirname_and_basename file append nondir_replacement
14323# perform func_basename and func_dirname in a single function
14324# call:
14325# dirname: Compute the dirname of FILE. If nonempty,
14326# add APPEND to the result, otherwise set result
14327# to NONDIR_REPLACEMENT.
14328# value returned in "$func_dirname_result"
14329# basename: Compute filename of FILE.
14330# value retuned in "$func_basename_result"
14331# Implementation must be kept synchronized with func_dirname
14332# and func_basename. For efficiency, we do not delegate to
14333# those functions but instead duplicate the functionality here.
14334func_dirname_and_basename ()
14335{
14336 case ${1} in
14337 */*) func_dirname_result="${1%/*}${2}" ;;
14338 * ) func_dirname_result="${3}" ;;
14339 esac
14340 func_basename_result="${1##*/}"
14341}
14342
14343# func_stripname prefix suffix name
14344# strip PREFIX and SUFFIX off of NAME.
14345# PREFIX and SUFFIX must not contain globbing or regex special
14346# characters, hashes, percent signs, but SUFFIX may contain a leading
14347# dot (in which case that matches only a dot).
14348func_stripname ()
14349{
14350 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14351 # positional parameters, so assign one to ordinary parameter first.
14352 func_stripname_result=${3}
14353 func_stripname_result=${func_stripname_result#"${1}"}
14354 func_stripname_result=${func_stripname_result%"${2}"}
14355}
14356
14357# func_opt_split
14358func_opt_split ()
14359{
14360 func_opt_split_opt=${1%%=*}
14361 func_opt_split_arg=${1#*=}
14362}
14363
14364# func_lo2o object
14365func_lo2o ()
14366{
14367 case ${1} in
14368 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14369 *) func_lo2o_result=${1} ;;
14370 esac
14371}
14372
14373# func_xform libobj-or-source
14374func_xform ()
14375{
14376 func_xform_result=${1%.*}.lo
14377}
14378
14379# func_arith arithmetic-term...
14380func_arith ()
14381{
14382 func_arith_result=$(( $* ))
14383}
14384
14385# func_len string
14386# STRING may not start with a hyphen.
14387func_len ()
14388{
14389 func_len_result=${#1}
14390}
14391
14392_LT_EOF
14393 ;;
14394 *) # Bourne compatible functions.
14395 cat << \_LT_EOF >> "$cfgfile"
14396
14397# func_dirname file append nondir_replacement
14398# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14399# otherwise set result to NONDIR_REPLACEMENT.
14400func_dirname ()
14401{
14402 # Extract subdirectory from the argument.
14403 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14404 if test "X$func_dirname_result" = "X${1}"; then
14405 func_dirname_result="${3}"
14406 else
14407 func_dirname_result="$func_dirname_result${2}"
14408 fi
14409}
14410
14411# func_basename file
14412func_basename ()
14413{
14414 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14415}
14416
14417
14418# func_stripname prefix suffix name
14419# strip PREFIX and SUFFIX off of NAME.
14420# PREFIX and SUFFIX must not contain globbing or regex special
14421# characters, hashes, percent signs, but SUFFIX may contain a leading
14422# dot (in which case that matches only a dot).
14423# func_strip_suffix prefix name
14424func_stripname ()
14425{
14426 case ${2} in
14427 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14428 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14429 esac
14430}
14431
14432# sed scripts:
14433my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14434my_sed_long_arg='1s/^-[^=]*=//'
14435
14436# func_opt_split
14437func_opt_split ()
14438{
14439 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14440 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14441}
14442
14443# func_lo2o object
14444func_lo2o ()
14445{
14446 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14447}
14448
14449# func_xform libobj-or-source
14450func_xform ()
14451{
14452 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14453}
14454
14455# func_arith arithmetic-term...
14456func_arith ()
14457{
14458 func_arith_result=`expr "$@"`
14459}
14460
14461# func_len string
14462# STRING may not start with a hyphen.
14463func_len ()
14464{
14465 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14466}
14467
14468_LT_EOF
14469esac
14470
14471case $lt_shell_append in
14472 yes)
14473 cat << \_LT_EOF >> "$cfgfile"
14474
14475# func_append var value
14476# Append VALUE to the end of shell variable VAR.
14477func_append ()
14478{
14479 eval "$1+=\$2"
14480}
14481_LT_EOF
14482 ;;
14483 *)
14484 cat << \_LT_EOF >> "$cfgfile"
14485
14486# func_append var value
14487# Append VALUE to the end of shell variable VAR.
14488func_append ()
14489{
14490 eval "$1=\$$1\$2"
14491}
14492
14493_LT_EOF
14494 ;;
14495 esac
14496
14497
14498 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14499 || (rm -f "$cfgfile"; exit 1)
14500
14501 mv -f "$cfgfile" "$ofile" ||
14502 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14503 chmod +x "$ofile"
14504
14505 ;;
14506 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
14507 rm -f Makesim1.tmp Makesim2.tmp Makefile
14508 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14509 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14510 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
14511 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14512 <Makefile.sim >Makefile
14513 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
14514 ;;
14515 "stamp-h":C) echo > stamp-h ;;
14516
14517 esac
14518done # for ac_tag
14519
14520
14521as_fn_exit 0
14522_ACEOF
14523ac_clean_files=$ac_clean_files_save
14524
14525test $ac_write_fail = 0 ||
d0ac1c44 14526 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
0cd79707
SH
14527
14528
14529# configure is writing to config.log, and then calls config.status.
14530# config.status does its own redirection, appending to config.log.
14531# Unfortunately, on DOS this fails, as config.log is still kept open
14532# by configure, so config.status won't be able to write to it; its
14533# output is simply discarded. So we exec the FD to /dev/null,
14534# effectively closing config.log, so it can be properly (re)opened and
14535# appended to by config.status. When coming back to configure, we
14536# need to make the FD available again.
14537if test "$no_create" != yes; then
14538 ac_cs_success=:
14539 ac_config_status_args=
14540 test "$silent" = yes &&
14541 ac_config_status_args="$ac_config_status_args --quiet"
14542 exec 5>/dev/null
14543 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14544 exec 5>>config.log
14545 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14546 # would make configure fail if this is the last instruction.
d0ac1c44 14547 $ac_cs_success || as_fn_exit 1
0cd79707
SH
14548fi
14549if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14550 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14551$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14552fi
14553
14554
This page took 0.806197 seconds and 4 git commands to generate.