]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/riscv/configure
Do not check for sys/time.h or sys/times.h
[thirdparty/binutils-gdb.git] / sim / riscv / configure
CommitLineData
b9249c46
MF
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
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.
90as_myself=
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
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;}
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
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
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 :
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
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"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366} # as_fn_mkdir_p
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
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
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
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
415# script with STATUS, using 1 if that was 0.
416as_fn_error ()
417{
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
422 fi
423 $as_echo "$as_me: error: $2" >&2
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
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
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.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542else
543 as_ln_s='cp -pR'
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
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
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
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
569
570# Name of the host.
571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
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=
b9249c46
MF
634ac_subst_vars='LTLIBOBJS
635LIBOBJS
760b3e8b
MF
636sim_reserved_bits
637sim_hw
638sim_hw_objs
639sim_hw_cflags
640sim_scache
641sim_float
b9249c46
MF
642cgen_breaks
643REPORT_BUGS_TEXI
644REPORT_BUGS_TO
645PKGVERSION
646MAINT
647MAINTAINER_MODE_FALSE
648MAINTAINER_MODE_TRUE
649lt_cv_dlopen_libs
650OTOOL64
651OTOOL
652LIPO
653NMEDIT
654DSYMUTIL
655AWK
656STRIP
657OBJDUMP
658LN_S
659NM
660ac_ct_DUMPBIN
661DUMPBIN
662LD
663FGREP
664SED
665LIBTOOL
666PLUGINS_FALSE
667PLUGINS_TRUE
668zlibinc
669zlibdir
670CATOBJEXT
671GENCAT
672INSTOBJEXT
673DATADIRNAME
674CATALOGS
675POSUB
676GMSGFMT
677XGETTEXT
678INCINTL
679LIBINTL_DEP
680LIBINTL
681USE_NLS
b9249c46
MF
682CCDEPMODE
683DEPDIR
684am__leading_dot
685PACKAGE
686C_DIALECT
687RANLIB
688AR
c2783492 689LDFLAGS_FOR_BUILD
c25ea03d 690CFLAGS_FOR_BUILD
b9249c46
MF
691CC_FOR_BUILD
692INSTALL_DATA
693INSTALL_SCRIPT
694INSTALL_PROGRAM
695EGREP
696GREP
c2783492
MF
697CPP
698OBJEXT
699EXEEXT
700ac_ct_CC
701CPPFLAGS
702LDFLAGS
703CFLAGS
704CC
b9249c46
MF
705target_os
706target_vendor
707target_cpu
708target
709host_os
710host_vendor
711host_cpu
712host
713build_os
714build_vendor
715build_cpu
716build
b9249c46
MF
717target_alias
718host_alias
719build_alias
720LIBS
721ECHO_T
722ECHO_N
723ECHO_C
724DEFS
725mandir
726localedir
727libdir
728psdir
729pdfdir
730dvidir
731htmldir
732infodir
733docdir
734oldincludedir
735includedir
736localstatedir
737sharedstatedir
738sysconfdir
739datadir
740datarootdir
741libexecdir
742sbindir
743bindir
744program_transform_name
745prefix
746exec_prefix
747PACKAGE_URL
748PACKAGE_BUGREPORT
749PACKAGE_STRING
750PACKAGE_VERSION
751PACKAGE_TARNAME
752PACKAGE_NAME
753PATH_SEPARATOR
136da8cd
MF
754SHELL
755WERROR_CFLAGS
756WARN_CFLAGS
136da8cd 757sim_inline
136da8cd 758sim_endian
760b3e8b 759sim_default_model
136da8cd
MF
760sim_bitsize
761sim_alignment'
b9249c46
MF
762ac_subst_files=''
763ac_user_opts='
764enable_option_checking
765with_system_zlib
766enable_plugins
767enable_shared
768enable_static
769with_pic
770enable_fast_install
771with_gnu_ld
772enable_libtool_lock
773enable_maintainer_mode
774enable_sim_debug
775enable_sim_stdio
776enable_sim_trace
777enable_sim_profile
778enable_sim_assert
779enable_sim_environment
780enable_sim_inline
781with_pkgversion
782with_bugurl
783enable_sim_endian
784enable_sim_alignment
785enable_werror
786enable_build_warnings
787enable_sim_build_warnings
788enable_sim_default_model
789enable_sim_bitsize
790'
791 ac_precious_vars='build_alias
792host_alias
793target_alias
794CC
795CFLAGS
796LDFLAGS
797LIBS
798CPPFLAGS
799CPP'
800
801
802# Initialize some variables set by options.
803ac_init_help=
804ac_init_version=false
805ac_unrecognized_opts=
806ac_unrecognized_sep=
807# The variables have the same names as the options, with
808# dashes changed to underlines.
809cache_file=/dev/null
810exec_prefix=NONE
811no_create=
812no_recursion=
813prefix=NONE
814program_prefix=NONE
815program_suffix=NONE
816program_transform_name=s,x,x,
817silent=
818site=
819srcdir=
820verbose=
821x_includes=NONE
822x_libraries=NONE
823
824# Installation directory options.
825# These are left unexpanded so users can "make install exec_prefix=/foo"
826# and all the variables that are supposed to be based on exec_prefix
827# by default will actually change.
828# Use braces instead of parens because sh, perl, etc. also accept them.
829# (The list follows the same order as the GNU Coding Standards.)
830bindir='${exec_prefix}/bin'
831sbindir='${exec_prefix}/sbin'
832libexecdir='${exec_prefix}/libexec'
833datarootdir='${prefix}/share'
834datadir='${datarootdir}'
835sysconfdir='${prefix}/etc'
836sharedstatedir='${prefix}/com'
837localstatedir='${prefix}/var'
838includedir='${prefix}/include'
839oldincludedir='/usr/include'
840docdir='${datarootdir}/doc/${PACKAGE}'
841infodir='${datarootdir}/info'
842htmldir='${docdir}'
843dvidir='${docdir}'
844pdfdir='${docdir}'
845psdir='${docdir}'
846libdir='${exec_prefix}/lib'
847localedir='${datarootdir}/locale'
848mandir='${datarootdir}/man'
849
850ac_prev=
851ac_dashdash=
852for ac_option
853do
854 # If the previous option needs an argument, assign it.
855 if test -n "$ac_prev"; then
856 eval $ac_prev=\$ac_option
857 ac_prev=
858 continue
859 fi
860
861 case $ac_option in
862 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
863 *=) ac_optarg= ;;
864 *) ac_optarg=yes ;;
865 esac
866
867 # Accept the important Cygnus configure options, so we can diagnose typos.
868
869 case $ac_dashdash$ac_option in
870 --)
871 ac_dashdash=yes ;;
872
873 -bindir | --bindir | --bindi | --bind | --bin | --bi)
874 ac_prev=bindir ;;
875 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
876 bindir=$ac_optarg ;;
877
878 -build | --build | --buil | --bui | --bu)
879 ac_prev=build_alias ;;
880 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
881 build_alias=$ac_optarg ;;
882
883 -cache-file | --cache-file | --cache-fil | --cache-fi \
884 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
885 ac_prev=cache_file ;;
886 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
887 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
888 cache_file=$ac_optarg ;;
889
890 --config-cache | -C)
891 cache_file=config.cache ;;
892
893 -datadir | --datadir | --datadi | --datad)
894 ac_prev=datadir ;;
895 -datadir=* | --datadir=* | --datadi=* | --datad=*)
896 datadir=$ac_optarg ;;
897
898 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
899 | --dataroo | --dataro | --datar)
900 ac_prev=datarootdir ;;
901 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
902 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
903 datarootdir=$ac_optarg ;;
904
905 -disable-* | --disable-*)
906 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
907 # Reject names that are not valid shell variable names.
908 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
909 as_fn_error $? "invalid feature name: $ac_useropt"
910 ac_useropt_orig=$ac_useropt
911 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
912 case $ac_user_opts in
913 *"
914"enable_$ac_useropt"
915"*) ;;
916 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
917 ac_unrecognized_sep=', ';;
918 esac
919 eval enable_$ac_useropt=no ;;
920
921 -docdir | --docdir | --docdi | --doc | --do)
922 ac_prev=docdir ;;
923 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
924 docdir=$ac_optarg ;;
925
926 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
927 ac_prev=dvidir ;;
928 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
929 dvidir=$ac_optarg ;;
930
931 -enable-* | --enable-*)
932 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
933 # Reject names that are not valid shell variable names.
934 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
935 as_fn_error $? "invalid feature name: $ac_useropt"
936 ac_useropt_orig=$ac_useropt
937 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
938 case $ac_user_opts in
939 *"
940"enable_$ac_useropt"
941"*) ;;
942 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
943 ac_unrecognized_sep=', ';;
944 esac
945 eval enable_$ac_useropt=\$ac_optarg ;;
946
947 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
948 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
949 | --exec | --exe | --ex)
950 ac_prev=exec_prefix ;;
951 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
952 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
953 | --exec=* | --exe=* | --ex=*)
954 exec_prefix=$ac_optarg ;;
955
956 -gas | --gas | --ga | --g)
957 # Obsolete; use --with-gas.
958 with_gas=yes ;;
959
960 -help | --help | --hel | --he | -h)
961 ac_init_help=long ;;
962 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
963 ac_init_help=recursive ;;
964 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
965 ac_init_help=short ;;
966
967 -host | --host | --hos | --ho)
968 ac_prev=host_alias ;;
969 -host=* | --host=* | --hos=* | --ho=*)
970 host_alias=$ac_optarg ;;
971
972 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
973 ac_prev=htmldir ;;
974 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
975 | --ht=*)
976 htmldir=$ac_optarg ;;
977
978 -includedir | --includedir | --includedi | --included | --include \
979 | --includ | --inclu | --incl | --inc)
980 ac_prev=includedir ;;
981 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
982 | --includ=* | --inclu=* | --incl=* | --inc=*)
983 includedir=$ac_optarg ;;
984
985 -infodir | --infodir | --infodi | --infod | --info | --inf)
986 ac_prev=infodir ;;
987 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
988 infodir=$ac_optarg ;;
989
990 -libdir | --libdir | --libdi | --libd)
991 ac_prev=libdir ;;
992 -libdir=* | --libdir=* | --libdi=* | --libd=*)
993 libdir=$ac_optarg ;;
994
995 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
996 | --libexe | --libex | --libe)
997 ac_prev=libexecdir ;;
998 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
999 | --libexe=* | --libex=* | --libe=*)
1000 libexecdir=$ac_optarg ;;
1001
1002 -localedir | --localedir | --localedi | --localed | --locale)
1003 ac_prev=localedir ;;
1004 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1005 localedir=$ac_optarg ;;
1006
1007 -localstatedir | --localstatedir | --localstatedi | --localstated \
1008 | --localstate | --localstat | --localsta | --localst | --locals)
1009 ac_prev=localstatedir ;;
1010 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1011 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1012 localstatedir=$ac_optarg ;;
1013
1014 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1015 ac_prev=mandir ;;
1016 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1017 mandir=$ac_optarg ;;
1018
1019 -nfp | --nfp | --nf)
1020 # Obsolete; use --without-fp.
1021 with_fp=no ;;
1022
1023 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1024 | --no-cr | --no-c | -n)
1025 no_create=yes ;;
1026
1027 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1028 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1029 no_recursion=yes ;;
1030
1031 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1032 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1033 | --oldin | --oldi | --old | --ol | --o)
1034 ac_prev=oldincludedir ;;
1035 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1036 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1037 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1038 oldincludedir=$ac_optarg ;;
1039
1040 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1041 ac_prev=prefix ;;
1042 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1043 prefix=$ac_optarg ;;
1044
1045 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1046 | --program-pre | --program-pr | --program-p)
1047 ac_prev=program_prefix ;;
1048 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1049 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1050 program_prefix=$ac_optarg ;;
1051
1052 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1053 | --program-suf | --program-su | --program-s)
1054 ac_prev=program_suffix ;;
1055 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1056 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1057 program_suffix=$ac_optarg ;;
1058
1059 -program-transform-name | --program-transform-name \
1060 | --program-transform-nam | --program-transform-na \
1061 | --program-transform-n | --program-transform- \
1062 | --program-transform | --program-transfor \
1063 | --program-transfo | --program-transf \
1064 | --program-trans | --program-tran \
1065 | --progr-tra | --program-tr | --program-t)
1066 ac_prev=program_transform_name ;;
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 program_transform_name=$ac_optarg ;;
1075
1076 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1077 ac_prev=pdfdir ;;
1078 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1079 pdfdir=$ac_optarg ;;
1080
1081 -psdir | --psdir | --psdi | --psd | --ps)
1082 ac_prev=psdir ;;
1083 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1084 psdir=$ac_optarg ;;
1085
1086 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1087 | -silent | --silent | --silen | --sile | --sil)
1088 silent=yes ;;
1089
1090 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1091 ac_prev=sbindir ;;
1092 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1093 | --sbi=* | --sb=*)
1094 sbindir=$ac_optarg ;;
1095
1096 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1097 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1098 | --sharedst | --shareds | --shared | --share | --shar \
1099 | --sha | --sh)
1100 ac_prev=sharedstatedir ;;
1101 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1102 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1103 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1104 | --sha=* | --sh=*)
1105 sharedstatedir=$ac_optarg ;;
1106
1107 -site | --site | --sit)
1108 ac_prev=site ;;
1109 -site=* | --site=* | --sit=*)
1110 site=$ac_optarg ;;
1111
1112 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1113 ac_prev=srcdir ;;
1114 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1115 srcdir=$ac_optarg ;;
1116
1117 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1118 | --syscon | --sysco | --sysc | --sys | --sy)
1119 ac_prev=sysconfdir ;;
1120 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1121 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1122 sysconfdir=$ac_optarg ;;
1123
1124 -target | --target | --targe | --targ | --tar | --ta | --t)
1125 ac_prev=target_alias ;;
1126 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1127 target_alias=$ac_optarg ;;
1128
1129 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1130 verbose=yes ;;
1131
1132 -version | --version | --versio | --versi | --vers | -V)
1133 ac_init_version=: ;;
1134
1135 -with-* | --with-*)
1136 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1137 # Reject names that are not valid shell variable names.
1138 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1139 as_fn_error $? "invalid package name: $ac_useropt"
1140 ac_useropt_orig=$ac_useropt
1141 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1142 case $ac_user_opts in
1143 *"
1144"with_$ac_useropt"
1145"*) ;;
1146 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1147 ac_unrecognized_sep=', ';;
1148 esac
1149 eval with_$ac_useropt=\$ac_optarg ;;
1150
1151 -without-* | --without-*)
1152 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1153 # Reject names that are not valid shell variable names.
1154 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1155 as_fn_error $? "invalid package name: $ac_useropt"
1156 ac_useropt_orig=$ac_useropt
1157 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1158 case $ac_user_opts in
1159 *"
1160"with_$ac_useropt"
1161"*) ;;
1162 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1163 ac_unrecognized_sep=', ';;
1164 esac
1165 eval with_$ac_useropt=no ;;
1166
1167 --x)
1168 # Obsolete; use --with-x.
1169 with_x=yes ;;
1170
1171 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1172 | --x-incl | --x-inc | --x-in | --x-i)
1173 ac_prev=x_includes ;;
1174 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1175 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1176 x_includes=$ac_optarg ;;
1177
1178 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1179 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1180 ac_prev=x_libraries ;;
1181 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1182 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1183 x_libraries=$ac_optarg ;;
1184
1185 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1186Try \`$0 --help' for more information"
1187 ;;
1188
1189 *=*)
1190 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1191 # Reject names that are not valid shell variable names.
1192 case $ac_envvar in #(
1193 '' | [0-9]* | *[!_$as_cr_alnum]* )
1194 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1195 esac
1196 eval $ac_envvar=\$ac_optarg
1197 export $ac_envvar ;;
1198
1199 *)
1200 # FIXME: should be removed in autoconf 3.0.
1201 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1202 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1203 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1204 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1205 ;;
1206
1207 esac
1208done
1209
1210if test -n "$ac_prev"; then
1211 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1212 as_fn_error $? "missing argument to $ac_option"
1213fi
1214
1215if test -n "$ac_unrecognized_opts"; then
1216 case $enable_option_checking in
1217 no) ;;
1218 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1219 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1220 esac
1221fi
1222
1223# Check all directory arguments for consistency.
1224for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1225 datadir sysconfdir sharedstatedir localstatedir includedir \
1226 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1227 libdir localedir mandir
1228do
1229 eval ac_val=\$$ac_var
1230 # Remove trailing slashes.
1231 case $ac_val in
1232 */ )
1233 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1234 eval $ac_var=\$ac_val;;
1235 esac
1236 # Be sure to have absolute directory names.
1237 case $ac_val in
1238 [\\/$]* | ?:[\\/]* ) continue;;
1239 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1240 esac
1241 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1242done
1243
1244# There might be people who depend on the old broken behavior: `$host'
1245# used to hold the argument of --host etc.
1246# FIXME: To remove some day.
1247build=$build_alias
1248host=$host_alias
1249target=$target_alias
1250
1251# FIXME: To remove some day.
1252if test "x$host_alias" != x; then
1253 if test "x$build_alias" = x; then
1254 cross_compiling=maybe
1255 elif test "x$build_alias" != "x$host_alias"; then
1256 cross_compiling=yes
1257 fi
1258fi
1259
1260ac_tool_prefix=
1261test -n "$host_alias" && ac_tool_prefix=$host_alias-
1262
1263test "$silent" = yes && exec 6>/dev/null
1264
1265
1266ac_pwd=`pwd` && test -n "$ac_pwd" &&
1267ac_ls_di=`ls -di .` &&
1268ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1269 as_fn_error $? "working directory cannot be determined"
1270test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1271 as_fn_error $? "pwd does not report name of working directory"
1272
1273
1274# Find the source files, if location was not specified.
1275if test -z "$srcdir"; then
1276 ac_srcdir_defaulted=yes
1277 # Try the directory containing this script, then the parent directory.
1278 ac_confdir=`$as_dirname -- "$as_myself" ||
1279$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1280 X"$as_myself" : 'X\(//\)[^/]' \| \
1281 X"$as_myself" : 'X\(//\)$' \| \
1282 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1283$as_echo X"$as_myself" |
1284 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1285 s//\1/
1286 q
1287 }
1288 /^X\(\/\/\)[^/].*/{
1289 s//\1/
1290 q
1291 }
1292 /^X\(\/\/\)$/{
1293 s//\1/
1294 q
1295 }
1296 /^X\(\/\).*/{
1297 s//\1/
1298 q
1299 }
1300 s/.*/./; q'`
1301 srcdir=$ac_confdir
1302 if test ! -r "$srcdir/$ac_unique_file"; then
1303 srcdir=..
1304 fi
1305else
1306 ac_srcdir_defaulted=no
1307fi
1308if test ! -r "$srcdir/$ac_unique_file"; then
1309 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1310 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1311fi
1312ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1313ac_abs_confdir=`(
1314 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1315 pwd)`
1316# When building in place, set srcdir=.
1317if test "$ac_abs_confdir" = "$ac_pwd"; then
1318 srcdir=.
1319fi
1320# Remove unnecessary trailing slashes from srcdir.
1321# Double slashes in file names in object file debugging info
1322# mess up M-x gdb in Emacs.
1323case $srcdir in
1324*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1325esac
1326for ac_var in $ac_precious_vars; do
1327 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1328 eval ac_env_${ac_var}_value=\$${ac_var}
1329 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1330 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1331done
1332
1333#
1334# Report the --help message.
1335#
1336if test "$ac_init_help" = "long"; then
1337 # Omit some internal or obsolete options to make the list less imposing.
1338 # This message is too long to be a string in the A/UX 3.1 sh.
1339 cat <<_ACEOF
1340\`configure' configures this package to adapt to many kinds of systems.
1341
1342Usage: $0 [OPTION]... [VAR=VALUE]...
1343
1344To assign environment variables (e.g., CC, CFLAGS...), specify them as
1345VAR=VALUE. See below for descriptions of some of the useful variables.
1346
1347Defaults for the options are specified in brackets.
1348
1349Configuration:
1350 -h, --help display this help and exit
1351 --help=short display options specific to this package
1352 --help=recursive display the short help of all the included packages
1353 -V, --version display version information and exit
1354 -q, --quiet, --silent do not print \`checking ...' messages
1355 --cache-file=FILE cache test results in FILE [disabled]
1356 -C, --config-cache alias for \`--cache-file=config.cache'
1357 -n, --no-create do not create output files
1358 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1359
1360Installation directories:
1361 --prefix=PREFIX install architecture-independent files in PREFIX
1362 [$ac_default_prefix]
1363 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1364 [PREFIX]
1365
1366By default, \`make install' will install all the files in
1367\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1368an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1369for instance \`--prefix=\$HOME'.
1370
1371For better control, use the options below.
1372
1373Fine tuning of the installation directories:
1374 --bindir=DIR user executables [EPREFIX/bin]
1375 --sbindir=DIR system admin executables [EPREFIX/sbin]
1376 --libexecdir=DIR program executables [EPREFIX/libexec]
1377 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1378 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1379 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1380 --libdir=DIR object code libraries [EPREFIX/lib]
1381 --includedir=DIR C header files [PREFIX/include]
1382 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1383 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1384 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1385 --infodir=DIR info documentation [DATAROOTDIR/info]
1386 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1387 --mandir=DIR man documentation [DATAROOTDIR/man]
1388 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1389 --htmldir=DIR html documentation [DOCDIR]
1390 --dvidir=DIR dvi documentation [DOCDIR]
1391 --pdfdir=DIR pdf documentation [DOCDIR]
1392 --psdir=DIR ps documentation [DOCDIR]
1393_ACEOF
1394
1395 cat <<\_ACEOF
1396
1397Program names:
1398 --program-prefix=PREFIX prepend PREFIX to installed program names
1399 --program-suffix=SUFFIX append SUFFIX to installed program names
1400 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1401
1402System types:
1403 --build=BUILD configure for building on BUILD [guessed]
1404 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1405 --target=TARGET configure for building compilers for TARGET [HOST]
1406_ACEOF
1407fi
1408
1409if test -n "$ac_init_help"; then
1410
1411 cat <<\_ACEOF
1412
1413Optional Features:
1414 --disable-option-checking ignore unrecognized --enable/--with options
1415 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1416 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1417 --enable-plugins Enable support for plugins
1418 --enable-shared[=PKGS] build shared libraries [default=yes]
1419 --enable-static[=PKGS] build static libraries [default=yes]
1420 --enable-fast-install[=PKGS]
1421 optimize for fast installation [default=yes]
1422 --disable-libtool-lock avoid locking (might break parallel builds)
1423 --enable-maintainer-mode
1424 enable make rules and dependencies not useful (and
1425 sometimes confusing) to the casual installer
1426 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1427 itself)
1428 --enable-sim-stdio Specify whether to use stdio for console
1429 input/output
1430 --enable-sim-trace=opts Enable tracing of simulated programs
1431 --enable-sim-profile=opts
1432 Enable profiling flags
1433 --enable-sim-assert Specify whether to perform random assertions
1434 --enable-sim-environment=environment
1435 Specify mixed, user, virtual or operating
1436 environment
1437 --enable-sim-inline=inlines
1438 Specify which functions should be inlined
1439 --enable-sim-endian=endian
1440 Specify target byte endian orientation
1441 --enable-sim-alignment=align
1442 Specify strict, nonstrict or forced alignment of
1443 memory accesses
1444 --enable-werror treat compile warnings as errors
1445 --enable-build-warnings enable build-time compiler warnings if gcc is used
1446 --enable-sim-build-warnings
1447 enable SIM specific build-time compiler warnings if
1448 gcc is used
1449 --enable-sim-default-model=model
1450 Specify default model to simulate
1451 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1452
1453Optional Packages:
1454 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1455 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1456 --with-system-zlib use installed libz
1457 --with-pic try to use only PIC/non-PIC objects [default=use
1458 both]
1459 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1460 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1461 --with-bugurl=URL Direct users to URL to report a bug
1462
1463Some influential environment variables:
1464 CC C compiler command
1465 CFLAGS C compiler flags
1466 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1467 nonstandard directory <lib dir>
1468 LIBS libraries to pass to the linker, e.g. -l<library>
1469 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1470 you have headers in a nonstandard directory <include dir>
1471 CPP C preprocessor
1472
1473Use these variables to override the choices made by `configure' or to help
1474it to find libraries and programs with nonstandard names/locations.
1475
1476Report bugs to the package provider.
1477_ACEOF
1478ac_status=$?
1479fi
1480
1481if test "$ac_init_help" = "recursive"; then
1482 # If there are subdirs, report their specific --help.
1483 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1484 test -d "$ac_dir" ||
1485 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1486 continue
1487 ac_builddir=.
1488
1489case "$ac_dir" in
1490.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1491*)
1492 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1493 # A ".." for each directory in $ac_dir_suffix.
1494 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1495 case $ac_top_builddir_sub in
1496 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1497 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1498 esac ;;
1499esac
1500ac_abs_top_builddir=$ac_pwd
1501ac_abs_builddir=$ac_pwd$ac_dir_suffix
1502# for backward compatibility:
1503ac_top_builddir=$ac_top_build_prefix
1504
1505case $srcdir in
1506 .) # We are building in place.
1507 ac_srcdir=.
1508 ac_top_srcdir=$ac_top_builddir_sub
1509 ac_abs_top_srcdir=$ac_pwd ;;
1510 [\\/]* | ?:[\\/]* ) # Absolute name.
1511 ac_srcdir=$srcdir$ac_dir_suffix;
1512 ac_top_srcdir=$srcdir
1513 ac_abs_top_srcdir=$srcdir ;;
1514 *) # Relative name.
1515 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1516 ac_top_srcdir=$ac_top_build_prefix$srcdir
1517 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1518esac
1519ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1520
1521 cd "$ac_dir" || { ac_status=$?; continue; }
1522 # Check for guested configure.
1523 if test -f "$ac_srcdir/configure.gnu"; then
1524 echo &&
1525 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1526 elif test -f "$ac_srcdir/configure"; then
1527 echo &&
1528 $SHELL "$ac_srcdir/configure" --help=recursive
1529 else
1530 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1531 fi || ac_status=$?
1532 cd "$ac_pwd" || { ac_status=$?; break; }
1533 done
1534fi
1535
1536test -n "$ac_init_help" && exit $ac_status
1537if $ac_init_version; then
1538 cat <<\_ACEOF
1539configure
1540generated by GNU Autoconf 2.69
1541
1542Copyright (C) 2012 Free Software Foundation, Inc.
1543This configure script is free software; the Free Software Foundation
1544gives unlimited permission to copy, distribute and modify it.
1545_ACEOF
1546 exit
1547fi
1548
1549## ------------------------ ##
1550## Autoconf initialization. ##
1551## ------------------------ ##
1552
1553# ac_fn_c_try_compile LINENO
1554# --------------------------
1555# Try to compile conftest.$ac_ext, and return whether this succeeded.
1556ac_fn_c_try_compile ()
1557{
1558 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1559 rm -f conftest.$ac_objext
1560 if { { ac_try="$ac_compile"
1561case "(($ac_try" in
1562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1563 *) ac_try_echo=$ac_try;;
1564esac
1565eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1566$as_echo "$ac_try_echo"; } >&5
1567 (eval "$ac_compile") 2>conftest.err
1568 ac_status=$?
1569 if test -s conftest.err; then
1570 grep -v '^ *+' conftest.err >conftest.er1
1571 cat conftest.er1 >&5
1572 mv -f conftest.er1 conftest.err
1573 fi
1574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1575 test $ac_status = 0; } && {
1576 test -z "$ac_c_werror_flag" ||
1577 test ! -s conftest.err
1578 } && test -s conftest.$ac_objext; then :
1579 ac_retval=0
1580else
1581 $as_echo "$as_me: failed program was:" >&5
1582sed 's/^/| /' conftest.$ac_ext >&5
1583
1584 ac_retval=1
1585fi
1586 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1587 as_fn_set_status $ac_retval
1588
1589} # ac_fn_c_try_compile
1590
1591# ac_fn_c_try_cpp LINENO
1592# ----------------------
1593# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1594ac_fn_c_try_cpp ()
1595{
1596 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1597 if { { ac_try="$ac_cpp conftest.$ac_ext"
1598case "(($ac_try" in
1599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1600 *) ac_try_echo=$ac_try;;
1601esac
1602eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1603$as_echo "$ac_try_echo"; } >&5
1604 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1605 ac_status=$?
1606 if test -s conftest.err; then
1607 grep -v '^ *+' conftest.err >conftest.er1
1608 cat conftest.er1 >&5
1609 mv -f conftest.er1 conftest.err
1610 fi
1611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1612 test $ac_status = 0; } > conftest.i && {
1613 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1614 test ! -s conftest.err
1615 }; then :
1616 ac_retval=0
1617else
1618 $as_echo "$as_me: failed program was:" >&5
1619sed 's/^/| /' conftest.$ac_ext >&5
1620
1621 ac_retval=1
1622fi
1623 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1624 as_fn_set_status $ac_retval
1625
1626} # ac_fn_c_try_cpp
1627
1628# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1629# -------------------------------------------------------
1630# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1631# the include files in INCLUDES and setting the cache variable VAR
1632# accordingly.
1633ac_fn_c_check_header_mongrel ()
1634{
1635 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1636 if eval \${$3+:} false; then :
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1638$as_echo_n "checking for $2... " >&6; }
1639if eval \${$3+:} false; then :
1640 $as_echo_n "(cached) " >&6
1641fi
1642eval ac_res=\$$3
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1644$as_echo "$ac_res" >&6; }
1645else
1646 # Is the header compilable?
1647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1648$as_echo_n "checking $2 usability... " >&6; }
1649cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1650/* end confdefs.h. */
1651$4
1652#include <$2>
1653_ACEOF
1654if ac_fn_c_try_compile "$LINENO"; then :
1655 ac_header_compiler=yes
1656else
1657 ac_header_compiler=no
1658fi
1659rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1661$as_echo "$ac_header_compiler" >&6; }
1662
1663# Is the header present?
1664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1665$as_echo_n "checking $2 presence... " >&6; }
1666cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1667/* end confdefs.h. */
1668#include <$2>
1669_ACEOF
1670if ac_fn_c_try_cpp "$LINENO"; then :
1671 ac_header_preproc=yes
1672else
1673 ac_header_preproc=no
1674fi
1675rm -f conftest.err conftest.i conftest.$ac_ext
1676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1677$as_echo "$ac_header_preproc" >&6; }
1678
1679# So? What about this header?
1680case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1681 yes:no: )
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1683$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1685$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1686 ;;
1687 no:yes:* )
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1689$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1691$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1693$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1695$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1697$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1698 ;;
1699esac
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1701$as_echo_n "checking for $2... " >&6; }
1702if eval \${$3+:} false; then :
1703 $as_echo_n "(cached) " >&6
1704else
1705 eval "$3=\$ac_header_compiler"
1706fi
1707eval ac_res=\$$3
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1709$as_echo "$ac_res" >&6; }
1710fi
1711 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1712
1713} # ac_fn_c_check_header_mongrel
1714
1715# ac_fn_c_try_run LINENO
1716# ----------------------
1717# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1718# that executables *can* be run.
1719ac_fn_c_try_run ()
1720{
1721 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1722 if { { ac_try="$ac_link"
1723case "(($ac_try" in
1724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1725 *) ac_try_echo=$ac_try;;
1726esac
1727eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1728$as_echo "$ac_try_echo"; } >&5
1729 (eval "$ac_link") 2>&5
1730 ac_status=$?
1731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1732 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1733 { { case "(($ac_try" in
1734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735 *) ac_try_echo=$ac_try;;
1736esac
1737eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738$as_echo "$ac_try_echo"; } >&5
1739 (eval "$ac_try") 2>&5
1740 ac_status=$?
1741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1742 test $ac_status = 0; }; }; then :
1743 ac_retval=0
1744else
1745 $as_echo "$as_me: program exited with status $ac_status" >&5
1746 $as_echo "$as_me: failed program was:" >&5
1747sed 's/^/| /' conftest.$ac_ext >&5
1748
1749 ac_retval=$ac_status
1750fi
1751 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1752 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1753 as_fn_set_status $ac_retval
1754
1755} # ac_fn_c_try_run
1756
1757# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1758# -------------------------------------------------------
1759# Tests whether HEADER exists and can be compiled using the include files in
1760# INCLUDES, setting the cache variable VAR accordingly.
1761ac_fn_c_check_header_compile ()
1762{
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765$as_echo_n "checking for $2... " >&6; }
1766if eval \${$3+:} false; then :
1767 $as_echo_n "(cached) " >&6
1768else
1769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1770/* end confdefs.h. */
1771$4
1772#include <$2>
1773_ACEOF
1774if ac_fn_c_try_compile "$LINENO"; then :
1775 eval "$3=yes"
1776else
1777 eval "$3=no"
1778fi
1779rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1780fi
1781eval ac_res=\$$3
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1783$as_echo "$ac_res" >&6; }
1784 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1785
1786} # ac_fn_c_check_header_compile
1787
1788# ac_fn_c_try_link LINENO
1789# -----------------------
1790# Try to link conftest.$ac_ext, and return whether this succeeded.
1791ac_fn_c_try_link ()
1792{
1793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1794 rm -f conftest.$ac_objext conftest$ac_exeext
1795 if { { ac_try="$ac_link"
1796case "(($ac_try" in
1797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1798 *) ac_try_echo=$ac_try;;
1799esac
1800eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1801$as_echo "$ac_try_echo"; } >&5
1802 (eval "$ac_link") 2>conftest.err
1803 ac_status=$?
1804 if test -s conftest.err; then
1805 grep -v '^ *+' conftest.err >conftest.er1
1806 cat conftest.er1 >&5
1807 mv -f conftest.er1 conftest.err
1808 fi
1809 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1810 test $ac_status = 0; } && {
1811 test -z "$ac_c_werror_flag" ||
1812 test ! -s conftest.err
1813 } && test -s conftest$ac_exeext && {
1814 test "$cross_compiling" = yes ||
1815 test -x conftest$ac_exeext
1816 }; then :
1817 ac_retval=0
1818else
1819 $as_echo "$as_me: failed program was:" >&5
1820sed 's/^/| /' conftest.$ac_ext >&5
1821
1822 ac_retval=1
1823fi
1824 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1825 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1826 # interfere with the next link command; also delete a directory that is
1827 # left behind by Apple's compiler. We do this before executing the actions.
1828 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1829 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1830 as_fn_set_status $ac_retval
1831
1832} # ac_fn_c_try_link
1833
1834# ac_fn_c_check_func LINENO FUNC VAR
1835# ----------------------------------
1836# Tests whether FUNC exists, setting the cache variable VAR accordingly
1837ac_fn_c_check_func ()
1838{
1839 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1841$as_echo_n "checking for $2... " >&6; }
1842if eval \${$3+:} false; then :
1843 $as_echo_n "(cached) " >&6
1844else
1845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1846/* end confdefs.h. */
1847/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1848 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1849#define $2 innocuous_$2
1850
1851/* System header to define __stub macros and hopefully few prototypes,
1852 which can conflict with char $2 (); below.
1853 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1854 <limits.h> exists even on freestanding compilers. */
1855
1856#ifdef __STDC__
1857# include <limits.h>
1858#else
1859# include <assert.h>
1860#endif
1861
1862#undef $2
1863
1864/* Override any GCC internal prototype to avoid an error.
1865 Use char because int might match the return type of a GCC
1866 builtin and then its argument prototype would still apply. */
1867#ifdef __cplusplus
1868extern "C"
1869#endif
1870char $2 ();
1871/* The GNU C library defines this for functions which it implements
1872 to always fail with ENOSYS. Some functions are actually named
1873 something starting with __ and the normal name is an alias. */
1874#if defined __stub_$2 || defined __stub___$2
1875choke me
1876#endif
1877
1878int
1879main ()
1880{
1881return $2 ();
1882 ;
1883 return 0;
1884}
1885_ACEOF
1886if ac_fn_c_try_link "$LINENO"; then :
1887 eval "$3=yes"
1888else
1889 eval "$3=no"
1890fi
1891rm -f core conftest.err conftest.$ac_objext \
1892 conftest$ac_exeext conftest.$ac_ext
1893fi
1894eval ac_res=\$$3
1895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1896$as_echo "$ac_res" >&6; }
1897 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1898
1899} # ac_fn_c_check_func
1900
1901# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1902# ----------------------------------------------------
1903# Tries to find if the field MEMBER exists in type AGGR, after including
1904# INCLUDES, setting cache variable VAR accordingly.
1905ac_fn_c_check_member ()
1906{
1907 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1909$as_echo_n "checking for $2.$3... " >&6; }
1910if eval \${$4+:} false; then :
1911 $as_echo_n "(cached) " >&6
1912else
1913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1914/* end confdefs.h. */
1915$5
1916int
1917main ()
1918{
1919static $2 ac_aggr;
1920if (ac_aggr.$3)
1921return 0;
1922 ;
1923 return 0;
1924}
1925_ACEOF
1926if ac_fn_c_try_compile "$LINENO"; then :
1927 eval "$4=yes"
1928else
1929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1930/* end confdefs.h. */
1931$5
1932int
1933main ()
1934{
1935static $2 ac_aggr;
1936if (sizeof ac_aggr.$3)
1937return 0;
1938 ;
1939 return 0;
1940}
1941_ACEOF
1942if ac_fn_c_try_compile "$LINENO"; then :
1943 eval "$4=yes"
1944else
1945 eval "$4=no"
1946fi
1947rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1948fi
1949rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1950fi
1951eval ac_res=\$$4
1952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1953$as_echo "$ac_res" >&6; }
1954 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1955
1956} # ac_fn_c_check_member
1957
1958# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1959# -------------------------------------------
1960# Tests whether TYPE exists after having included INCLUDES, setting cache
1961# variable VAR accordingly.
1962ac_fn_c_check_type ()
1963{
1964 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1966$as_echo_n "checking for $2... " >&6; }
1967if eval \${$3+:} false; then :
1968 $as_echo_n "(cached) " >&6
1969else
1970 eval "$3=no"
1971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1972/* end confdefs.h. */
1973$4
1974int
1975main ()
1976{
1977if (sizeof ($2))
1978 return 0;
1979 ;
1980 return 0;
1981}
1982_ACEOF
1983if ac_fn_c_try_compile "$LINENO"; then :
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
1998else
1999 eval "$3=yes"
2000fi
2001rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2002fi
2003rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2004fi
2005eval ac_res=\$$3
2006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2007$as_echo "$ac_res" >&6; }
2008 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2009
2010} # ac_fn_c_check_type
2011cat >config.log <<_ACEOF
2012This file contains any messages produced by compilers while
2013running configure, to aid debugging if configure makes a mistake.
2014
2015It was created by $as_me, which was
2016generated by GNU Autoconf 2.69. Invocation command line was
2017
2018 $ $0 $@
2019
2020_ACEOF
2021exec 5>>config.log
2022{
2023cat <<_ASUNAME
2024## --------- ##
2025## Platform. ##
2026## --------- ##
2027
2028hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2029uname -m = `(uname -m) 2>/dev/null || echo unknown`
2030uname -r = `(uname -r) 2>/dev/null || echo unknown`
2031uname -s = `(uname -s) 2>/dev/null || echo unknown`
2032uname -v = `(uname -v) 2>/dev/null || echo unknown`
2033
2034/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2035/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2036
2037/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2038/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2039/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2040/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2041/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2042/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2043/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2044
2045_ASUNAME
2046
2047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2048for as_dir in $PATH
2049do
2050 IFS=$as_save_IFS
2051 test -z "$as_dir" && as_dir=.
2052 $as_echo "PATH: $as_dir"
2053 done
2054IFS=$as_save_IFS
2055
2056} >&5
2057
2058cat >&5 <<_ACEOF
2059
2060
2061## ----------- ##
2062## Core tests. ##
2063## ----------- ##
2064
2065_ACEOF
2066
2067
2068# Keep a trace of the command line.
2069# Strip out --no-create and --no-recursion so they do not pile up.
2070# Strip out --silent because we don't want to record it for future runs.
2071# Also quote any args containing shell meta-characters.
2072# Make two passes to allow for proper duplicate-argument suppression.
2073ac_configure_args=
2074ac_configure_args0=
2075ac_configure_args1=
2076ac_must_keep_next=false
2077for ac_pass in 1 2
2078do
2079 for ac_arg
2080 do
2081 case $ac_arg in
2082 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2083 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2084 | -silent | --silent | --silen | --sile | --sil)
2085 continue ;;
2086 *\'*)
2087 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2088 esac
2089 case $ac_pass in
2090 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2091 2)
2092 as_fn_append ac_configure_args1 " '$ac_arg'"
2093 if test $ac_must_keep_next = true; then
2094 ac_must_keep_next=false # Got value, back to normal.
2095 else
2096 case $ac_arg in
2097 *=* | --config-cache | -C | -disable-* | --disable-* \
2098 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2099 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2100 | -with-* | --with-* | -without-* | --without-* | --x)
2101 case "$ac_configure_args0 " in
2102 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2103 esac
2104 ;;
2105 -* ) ac_must_keep_next=true ;;
2106 esac
2107 fi
2108 as_fn_append ac_configure_args " '$ac_arg'"
2109 ;;
2110 esac
2111 done
2112done
2113{ ac_configure_args0=; unset ac_configure_args0;}
2114{ ac_configure_args1=; unset ac_configure_args1;}
2115
2116# When interrupted or exit'd, cleanup temporary files, and complete
2117# config.log. We remove comments because anyway the quotes in there
2118# would cause problems or look ugly.
2119# WARNING: Use '\'' to represent an apostrophe within the trap.
2120# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2121trap 'exit_status=$?
2122 # Save into config.log some information that might help in debugging.
2123 {
2124 echo
2125
2126 $as_echo "## ---------------- ##
2127## Cache variables. ##
2128## ---------------- ##"
2129 echo
2130 # The following way of writing the cache mishandles newlines in values,
2131(
2132 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2133 eval ac_val=\$$ac_var
2134 case $ac_val in #(
2135 *${as_nl}*)
2136 case $ac_var in #(
2137 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2138$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2139 esac
2140 case $ac_var in #(
2141 _ | IFS | as_nl) ;; #(
2142 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2143 *) { eval $ac_var=; unset $ac_var;} ;;
2144 esac ;;
2145 esac
2146 done
2147 (set) 2>&1 |
2148 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2149 *${as_nl}ac_space=\ *)
2150 sed -n \
2151 "s/'\''/'\''\\\\'\'''\''/g;
2152 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2153 ;; #(
2154 *)
2155 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2156 ;;
2157 esac |
2158 sort
2159)
2160 echo
2161
2162 $as_echo "## ----------------- ##
2163## Output variables. ##
2164## ----------------- ##"
2165 echo
2166 for ac_var in $ac_subst_vars
2167 do
2168 eval ac_val=\$$ac_var
2169 case $ac_val in
2170 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2171 esac
2172 $as_echo "$ac_var='\''$ac_val'\''"
2173 done | sort
2174 echo
2175
2176 if test -n "$ac_subst_files"; then
2177 $as_echo "## ------------------- ##
2178## File substitutions. ##
2179## ------------------- ##"
2180 echo
2181 for ac_var in $ac_subst_files
2182 do
2183 eval ac_val=\$$ac_var
2184 case $ac_val in
2185 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2186 esac
2187 $as_echo "$ac_var='\''$ac_val'\''"
2188 done | sort
2189 echo
2190 fi
2191
2192 if test -s confdefs.h; then
2193 $as_echo "## ----------- ##
2194## confdefs.h. ##
2195## ----------- ##"
2196 echo
2197 cat confdefs.h
2198 echo
2199 fi
2200 test "$ac_signal" != 0 &&
2201 $as_echo "$as_me: caught signal $ac_signal"
2202 $as_echo "$as_me: exit $exit_status"
2203 } >&5
2204 rm -f core *.core core.conftest.* &&
2205 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2206 exit $exit_status
2207' 0
2208for ac_signal in 1 2 13 15; do
2209 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2210done
2211ac_signal=0
2212
2213# confdefs.h avoids OS command line length limits that DEFS can exceed.
2214rm -f -r conftest* confdefs.h
2215
2216$as_echo "/* confdefs.h */" > confdefs.h
2217
2218# Predefined preprocessor variables.
2219
2220cat >>confdefs.h <<_ACEOF
2221#define PACKAGE_NAME "$PACKAGE_NAME"
2222_ACEOF
2223
2224cat >>confdefs.h <<_ACEOF
2225#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2226_ACEOF
2227
2228cat >>confdefs.h <<_ACEOF
2229#define PACKAGE_VERSION "$PACKAGE_VERSION"
2230_ACEOF
2231
2232cat >>confdefs.h <<_ACEOF
2233#define PACKAGE_STRING "$PACKAGE_STRING"
2234_ACEOF
2235
2236cat >>confdefs.h <<_ACEOF
2237#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2238_ACEOF
2239
2240cat >>confdefs.h <<_ACEOF
2241#define PACKAGE_URL "$PACKAGE_URL"
2242_ACEOF
2243
2244
2245# Let the site file select an alternate cache file if it wants to.
2246# Prefer an explicitly selected file to automatically selected ones.
2247ac_site_file1=NONE
2248ac_site_file2=NONE
2249if test -n "$CONFIG_SITE"; then
2250 # We do not want a PATH search for config.site.
2251 case $CONFIG_SITE in #((
2252 -*) ac_site_file1=./$CONFIG_SITE;;
2253 */*) ac_site_file1=$CONFIG_SITE;;
2254 *) ac_site_file1=./$CONFIG_SITE;;
2255 esac
2256elif test "x$prefix" != xNONE; then
2257 ac_site_file1=$prefix/share/config.site
2258 ac_site_file2=$prefix/etc/config.site
2259else
2260 ac_site_file1=$ac_default_prefix/share/config.site
2261 ac_site_file2=$ac_default_prefix/etc/config.site
2262fi
2263for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2264do
2265 test "x$ac_site_file" = xNONE && continue
2266 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2267 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2268$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2269 sed 's/^/| /' "$ac_site_file" >&5
2270 . "$ac_site_file" \
2271 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2272$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2273as_fn_error $? "failed to load site script $ac_site_file
2274See \`config.log' for more details" "$LINENO" 5; }
2275 fi
2276done
2277
2278if test -r "$cache_file"; then
2279 # Some versions of bash will fail to source /dev/null (special files
2280 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2281 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2283$as_echo "$as_me: loading cache $cache_file" >&6;}
2284 case $cache_file in
2285 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2286 *) . "./$cache_file";;
2287 esac
2288 fi
2289else
2290 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2291$as_echo "$as_me: creating cache $cache_file" >&6;}
2292 >$cache_file
2293fi
2294
2c2645d7
MF
2295as_fn_append ac_header_list " dlfcn.h"
2296as_fn_append ac_header_list " fcntl.h"
2297as_fn_append ac_header_list " fpu_control.h"
2298as_fn_append ac_header_list " unistd.h"
2299as_fn_append ac_header_list " sys/mman.h"
2300as_fn_append ac_header_list " sys/resource.h"
2c2645d7 2301as_fn_append ac_header_list " sys/stat.h"
37e9f182
MF
2302as_fn_append ac_func_list " __setfpucw"
2303as_fn_append ac_func_list " ftruncate"
2304as_fn_append ac_func_list " getrusage"
2305as_fn_append ac_func_list " lstat"
2306as_fn_append ac_func_list " mmap"
2307as_fn_append ac_func_list " munmap"
2308as_fn_append ac_func_list " posix_fallocate"
2309as_fn_append ac_func_list " sigaction"
2310as_fn_append ac_func_list " time"
2311as_fn_append ac_func_list " truncate"
b9249c46
MF
2312# Check that the precious variables saved in the cache have kept the same
2313# value.
2314ac_cache_corrupted=false
2315for ac_var in $ac_precious_vars; do
2316 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2317 eval ac_new_set=\$ac_env_${ac_var}_set
2318 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2319 eval ac_new_val=\$ac_env_${ac_var}_value
2320 case $ac_old_set,$ac_new_set in
2321 set,)
2322 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2323$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2324 ac_cache_corrupted=: ;;
2325 ,set)
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2327$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2328 ac_cache_corrupted=: ;;
2329 ,);;
2330 *)
2331 if test "x$ac_old_val" != "x$ac_new_val"; then
2332 # differences in whitespace do not lead to failure.
2333 ac_old_val_w=`echo x $ac_old_val`
2334 ac_new_val_w=`echo x $ac_new_val`
2335 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2336 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2337$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2338 ac_cache_corrupted=:
2339 else
2340 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2341$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2342 eval $ac_var=\$ac_old_val
2343 fi
2344 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2345$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2346 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2347$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2348 fi;;
2349 esac
2350 # Pass precious variables to config.status.
2351 if test "$ac_new_set" = set; then
2352 case $ac_new_val in
2353 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2354 *) ac_arg=$ac_var=$ac_new_val ;;
2355 esac
2356 case " $ac_configure_args " in
2357 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2358 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2359 esac
2360 fi
2361done
2362if $ac_cache_corrupted; then
2363 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2364$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2366$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2367 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2368fi
2369## -------------------- ##
2370## Main body of script. ##
2371## -------------------- ##
2372
2373ac_ext=c
2374ac_cpp='$CPP $CPPFLAGS'
2375ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2376ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2377ac_compiler_gnu=$ac_cv_c_compiler_gnu
2378
2379
b9249c46
MF
2380
2381
2382
2383
2384
c2783492
MF
2385ac_aux_dir=
2386for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2387 if test -f "$ac_dir/install-sh"; then
2388 ac_aux_dir=$ac_dir
2389 ac_install_sh="$ac_aux_dir/install-sh -c"
2390 break
2391 elif test -f "$ac_dir/install.sh"; then
2392 ac_aux_dir=$ac_dir
2393 ac_install_sh="$ac_aux_dir/install.sh -c"
2394 break
2395 elif test -f "$ac_dir/shtool"; then
2396 ac_aux_dir=$ac_dir
2397 ac_install_sh="$ac_aux_dir/shtool install -c"
2398 break
2399 fi
2400done
2401if test -z "$ac_aux_dir"; then
2402 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2403fi
2404
2405# These three variables are undocumented and unsupported,
2406# and are intended to be withdrawn in a future Autoconf release.
2407# They can cause serious problems if a builder's source tree is in a directory
2408# whose full name contains unusual characters.
2409ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2410ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2411ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2412
2413
2414# Make sure we can run config.sub.
2415$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2416 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2417
2418{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2419$as_echo_n "checking build system type... " >&6; }
2420if ${ac_cv_build+:} false; then :
2421 $as_echo_n "(cached) " >&6
2422else
2423 ac_build_alias=$build_alias
2424test "x$ac_build_alias" = x &&
2425 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2426test "x$ac_build_alias" = x &&
2427 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2428ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2429 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2430
2431fi
2432{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2433$as_echo "$ac_cv_build" >&6; }
2434case $ac_cv_build in
2435*-*-*) ;;
2436*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2437esac
2438build=$ac_cv_build
2439ac_save_IFS=$IFS; IFS='-'
2440set x $ac_cv_build
2441shift
2442build_cpu=$1
2443build_vendor=$2
2444shift; shift
2445# Remember, the first character of IFS is used to create $*,
2446# except with old shells:
2447build_os=$*
2448IFS=$ac_save_IFS
2449case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2450
2451
2452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2453$as_echo_n "checking host system type... " >&6; }
2454if ${ac_cv_host+:} false; then :
2455 $as_echo_n "(cached) " >&6
2456else
2457 if test "x$host_alias" = x; then
2458 ac_cv_host=$ac_cv_build
2459else
2460 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2461 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2462fi
2463
2464fi
2465{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2466$as_echo "$ac_cv_host" >&6; }
2467case $ac_cv_host in
2468*-*-*) ;;
2469*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2470esac
2471host=$ac_cv_host
2472ac_save_IFS=$IFS; IFS='-'
2473set x $ac_cv_host
2474shift
2475host_cpu=$1
2476host_vendor=$2
2477shift; shift
2478# Remember, the first character of IFS is used to create $*,
2479# except with old shells:
2480host_os=$*
2481IFS=$ac_save_IFS
2482case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2483
2484
2485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2486$as_echo_n "checking target system type... " >&6; }
2487if ${ac_cv_target+:} false; then :
2488 $as_echo_n "(cached) " >&6
2489else
2490 if test "x$target_alias" = x; then
2491 ac_cv_target=$ac_cv_host
2492else
2493 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2494 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2495fi
2496
2497fi
2498{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2499$as_echo "$ac_cv_target" >&6; }
2500case $ac_cv_target in
2501*-*-*) ;;
2502*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2503esac
2504target=$ac_cv_target
2505ac_save_IFS=$IFS; IFS='-'
2506set x $ac_cv_target
2507shift
2508target_cpu=$1
2509target_vendor=$2
2510shift; shift
2511# Remember, the first character of IFS is used to create $*,
2512# except with old shells:
2513target_os=$*
2514IFS=$ac_save_IFS
2515case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2516
2517
2518# The aliases save the names the user supplied, while $host etc.
2519# will get canonicalized.
2520test -n "$target_alias" &&
2521 test "$program_prefix$program_suffix$program_transform_name" = \
2522 NONENONEs,x,x, &&
2523 program_prefix=${target_alias}-
b9249c46
MF
2524ac_ext=c
2525ac_cpp='$CPP $CPPFLAGS'
2526ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2527ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2528ac_compiler_gnu=$ac_cv_c_compiler_gnu
2529if test -n "$ac_tool_prefix"; then
2530 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2531set dummy ${ac_tool_prefix}gcc; ac_word=$2
2532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2533$as_echo_n "checking for $ac_word... " >&6; }
2534if ${ac_cv_prog_CC+:} false; then :
2535 $as_echo_n "(cached) " >&6
2536else
2537 if test -n "$CC"; then
2538 ac_cv_prog_CC="$CC" # Let the user override the test.
2539else
2540as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2541for as_dir in $PATH
2542do
2543 IFS=$as_save_IFS
2544 test -z "$as_dir" && as_dir=.
2545 for ac_exec_ext in '' $ac_executable_extensions; do
2546 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2547 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2549 break 2
2550 fi
2551done
2552 done
2553IFS=$as_save_IFS
2554
2555fi
2556fi
2557CC=$ac_cv_prog_CC
2558if test -n "$CC"; then
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2560$as_echo "$CC" >&6; }
2561else
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2563$as_echo "no" >&6; }
2564fi
2565
2566
2567fi
2568if test -z "$ac_cv_prog_CC"; then
2569 ac_ct_CC=$CC
2570 # Extract the first word of "gcc", so it can be a program name with args.
2571set dummy gcc; ac_word=$2
2572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2573$as_echo_n "checking for $ac_word... " >&6; }
2574if ${ac_cv_prog_ac_ct_CC+:} false; then :
2575 $as_echo_n "(cached) " >&6
2576else
2577 if test -n "$ac_ct_CC"; then
2578 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2579else
2580as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2581for as_dir in $PATH
2582do
2583 IFS=$as_save_IFS
2584 test -z "$as_dir" && as_dir=.
2585 for ac_exec_ext in '' $ac_executable_extensions; do
2586 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2587 ac_cv_prog_ac_ct_CC="gcc"
2588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2589 break 2
2590 fi
2591done
2592 done
2593IFS=$as_save_IFS
2594
2595fi
2596fi
2597ac_ct_CC=$ac_cv_prog_ac_ct_CC
2598if test -n "$ac_ct_CC"; then
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2600$as_echo "$ac_ct_CC" >&6; }
2601else
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2603$as_echo "no" >&6; }
2604fi
2605
2606 if test "x$ac_ct_CC" = x; then
2607 CC=""
2608 else
2609 case $cross_compiling:$ac_tool_warned in
2610yes:)
2611{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2612$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2613ac_tool_warned=yes ;;
2614esac
2615 CC=$ac_ct_CC
2616 fi
2617else
2618 CC="$ac_cv_prog_CC"
2619fi
2620
2621if test -z "$CC"; then
2622 if test -n "$ac_tool_prefix"; then
2623 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2624set dummy ${ac_tool_prefix}cc; ac_word=$2
2625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2626$as_echo_n "checking for $ac_word... " >&6; }
2627if ${ac_cv_prog_CC+:} false; then :
2628 $as_echo_n "(cached) " >&6
2629else
2630 if test -n "$CC"; then
2631 ac_cv_prog_CC="$CC" # Let the user override the test.
2632else
2633as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2634for as_dir in $PATH
2635do
2636 IFS=$as_save_IFS
2637 test -z "$as_dir" && as_dir=.
2638 for ac_exec_ext in '' $ac_executable_extensions; do
2639 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2640 ac_cv_prog_CC="${ac_tool_prefix}cc"
2641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2642 break 2
2643 fi
2644done
2645 done
2646IFS=$as_save_IFS
2647
2648fi
2649fi
2650CC=$ac_cv_prog_CC
2651if test -n "$CC"; then
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2653$as_echo "$CC" >&6; }
2654else
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2656$as_echo "no" >&6; }
2657fi
2658
2659
2660 fi
2661fi
2662if test -z "$CC"; then
2663 # Extract the first word of "cc", so it can be a program name with args.
2664set dummy cc; ac_word=$2
2665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2666$as_echo_n "checking for $ac_word... " >&6; }
2667if ${ac_cv_prog_CC+:} false; then :
2668 $as_echo_n "(cached) " >&6
2669else
2670 if test -n "$CC"; then
2671 ac_cv_prog_CC="$CC" # Let the user override the test.
2672else
2673 ac_prog_rejected=no
2674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2675for as_dir in $PATH
2676do
2677 IFS=$as_save_IFS
2678 test -z "$as_dir" && as_dir=.
2679 for ac_exec_ext in '' $ac_executable_extensions; do
2680 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2681 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2682 ac_prog_rejected=yes
2683 continue
2684 fi
2685 ac_cv_prog_CC="cc"
2686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2687 break 2
2688 fi
2689done
2690 done
2691IFS=$as_save_IFS
2692
2693if test $ac_prog_rejected = yes; then
2694 # We found a bogon in the path, so make sure we never use it.
2695 set dummy $ac_cv_prog_CC
2696 shift
2697 if test $# != 0; then
2698 # We chose a different compiler from the bogus one.
2699 # However, it has the same basename, so the bogon will be chosen
2700 # first if we set CC to just the basename; use the full file name.
2701 shift
2702 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2703 fi
2704fi
2705fi
2706fi
2707CC=$ac_cv_prog_CC
2708if test -n "$CC"; then
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2710$as_echo "$CC" >&6; }
2711else
2712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2713$as_echo "no" >&6; }
2714fi
2715
2716
2717fi
2718if test -z "$CC"; then
2719 if test -n "$ac_tool_prefix"; then
2720 for ac_prog in cl.exe
2721 do
2722 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2723set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2724{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2725$as_echo_n "checking for $ac_word... " >&6; }
2726if ${ac_cv_prog_CC+:} false; then :
2727 $as_echo_n "(cached) " >&6
2728else
2729 if test -n "$CC"; then
2730 ac_cv_prog_CC="$CC" # Let the user override the test.
2731else
2732as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2733for as_dir in $PATH
2734do
2735 IFS=$as_save_IFS
2736 test -z "$as_dir" && as_dir=.
2737 for ac_exec_ext in '' $ac_executable_extensions; do
2738 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2739 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2741 break 2
2742 fi
2743done
2744 done
2745IFS=$as_save_IFS
2746
2747fi
2748fi
2749CC=$ac_cv_prog_CC
2750if test -n "$CC"; then
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2752$as_echo "$CC" >&6; }
2753else
2754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2755$as_echo "no" >&6; }
2756fi
2757
2758
2759 test -n "$CC" && break
2760 done
2761fi
2762if test -z "$CC"; then
2763 ac_ct_CC=$CC
2764 for ac_prog in cl.exe
2765do
2766 # Extract the first word of "$ac_prog", so it can be a program name with args.
2767set dummy $ac_prog; ac_word=$2
2768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2769$as_echo_n "checking for $ac_word... " >&6; }
2770if ${ac_cv_prog_ac_ct_CC+:} false; then :
2771 $as_echo_n "(cached) " >&6
2772else
2773 if test -n "$ac_ct_CC"; then
2774 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2775else
2776as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2777for as_dir in $PATH
2778do
2779 IFS=$as_save_IFS
2780 test -z "$as_dir" && as_dir=.
2781 for ac_exec_ext in '' $ac_executable_extensions; do
2782 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2783 ac_cv_prog_ac_ct_CC="$ac_prog"
2784 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2785 break 2
2786 fi
2787done
2788 done
2789IFS=$as_save_IFS
2790
2791fi
2792fi
2793ac_ct_CC=$ac_cv_prog_ac_ct_CC
2794if test -n "$ac_ct_CC"; then
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2796$as_echo "$ac_ct_CC" >&6; }
2797else
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2799$as_echo "no" >&6; }
2800fi
2801
2802
2803 test -n "$ac_ct_CC" && break
2804done
2805
2806 if test "x$ac_ct_CC" = x; then
2807 CC=""
2808 else
2809 case $cross_compiling:$ac_tool_warned in
2810yes:)
2811{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2812$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2813ac_tool_warned=yes ;;
2814esac
2815 CC=$ac_ct_CC
2816 fi
2817fi
2818
2819fi
2820
2821
2822test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2823$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2824as_fn_error $? "no acceptable C compiler found in \$PATH
2825See \`config.log' for more details" "$LINENO" 5; }
2826
2827# Provide some information about the compiler.
2828$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2829set X $ac_compile
2830ac_compiler=$2
2831for ac_option in --version -v -V -qversion; do
2832 { { ac_try="$ac_compiler $ac_option >&5"
2833case "(($ac_try" in
2834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2835 *) ac_try_echo=$ac_try;;
2836esac
2837eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2838$as_echo "$ac_try_echo"; } >&5
2839 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2840 ac_status=$?
2841 if test -s conftest.err; then
2842 sed '10a\
2843... rest of stderr output deleted ...
2844 10q' conftest.err >conftest.er1
2845 cat conftest.er1 >&5
2846 fi
2847 rm -f conftest.er1 conftest.err
2848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2849 test $ac_status = 0; }
2850done
2851
2852cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2853/* end confdefs.h. */
2854
2855int
2856main ()
2857{
2858
2859 ;
2860 return 0;
2861}
2862_ACEOF
2863ac_clean_files_save=$ac_clean_files
2864ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2865# Try to create an executable without -o first, disregard a.out.
2866# It will help us diagnose broken compilers, and finding out an intuition
2867# of exeext.
2868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2869$as_echo_n "checking whether the C compiler works... " >&6; }
2870ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2871
2872# The possible output files:
2873ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2874
2875ac_rmfiles=
2876for ac_file in $ac_files
2877do
2878 case $ac_file in
2879 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2880 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2881 esac
2882done
2883rm -f $ac_rmfiles
2884
2885if { { ac_try="$ac_link_default"
2886case "(($ac_try" in
2887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2888 *) ac_try_echo=$ac_try;;
2889esac
2890eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2891$as_echo "$ac_try_echo"; } >&5
2892 (eval "$ac_link_default") 2>&5
2893 ac_status=$?
2894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2895 test $ac_status = 0; }; then :
2896 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2897# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2898# in a Makefile. We should not override ac_cv_exeext if it was cached,
2899# so that the user can short-circuit this test for compilers unknown to
2900# Autoconf.
2901for ac_file in $ac_files ''
2902do
2903 test -f "$ac_file" || continue
2904 case $ac_file in
2905 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2906 ;;
2907 [ab].out )
2908 # We found the default executable, but exeext='' is most
2909 # certainly right.
2910 break;;
2911 *.* )
2912 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2913 then :; else
2914 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2915 fi
2916 # We set ac_cv_exeext here because the later test for it is not
2917 # safe: cross compilers may not add the suffix if given an `-o'
2918 # argument, so we may need to know it at that point already.
2919 # Even if this section looks crufty: it has the advantage of
2920 # actually working.
2921 break;;
2922 * )
2923 break;;
2924 esac
2925done
2926test "$ac_cv_exeext" = no && ac_cv_exeext=
2927
2928else
2929 ac_file=''
2930fi
2931if test -z "$ac_file"; then :
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2933$as_echo "no" >&6; }
2934$as_echo "$as_me: failed program was:" >&5
2935sed 's/^/| /' conftest.$ac_ext >&5
2936
2937{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2938$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2939as_fn_error 77 "C compiler cannot create executables
2940See \`config.log' for more details" "$LINENO" 5; }
2941else
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2943$as_echo "yes" >&6; }
2944fi
2945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2946$as_echo_n "checking for C compiler default output file name... " >&6; }
2947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2948$as_echo "$ac_file" >&6; }
2949ac_exeext=$ac_cv_exeext
2950
2951rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2952ac_clean_files=$ac_clean_files_save
2953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2954$as_echo_n "checking for suffix of executables... " >&6; }
2955if { { ac_try="$ac_link"
2956case "(($ac_try" in
2957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2958 *) ac_try_echo=$ac_try;;
2959esac
2960eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2961$as_echo "$ac_try_echo"; } >&5
2962 (eval "$ac_link") 2>&5
2963 ac_status=$?
2964 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2965 test $ac_status = 0; }; then :
2966 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2967# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2968# work properly (i.e., refer to `conftest.exe'), while it won't with
2969# `rm'.
2970for ac_file in conftest.exe conftest conftest.*; do
2971 test -f "$ac_file" || continue
2972 case $ac_file in
2973 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2974 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2975 break;;
2976 * ) break;;
2977 esac
2978done
2979else
2980 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2981$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2982as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2983See \`config.log' for more details" "$LINENO" 5; }
2984fi
2985rm -f conftest conftest$ac_cv_exeext
2986{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2987$as_echo "$ac_cv_exeext" >&6; }
2988
2989rm -f conftest.$ac_ext
2990EXEEXT=$ac_cv_exeext
2991ac_exeext=$EXEEXT
2992cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2993/* end confdefs.h. */
2994#include <stdio.h>
2995int
2996main ()
2997{
2998FILE *f = fopen ("conftest.out", "w");
2999 return ferror (f) || fclose (f) != 0;
3000
3001 ;
3002 return 0;
3003}
3004_ACEOF
3005ac_clean_files="$ac_clean_files conftest.out"
3006# Check that the compiler produces executables we can run. If not, either
3007# the compiler is broken, or we cross compile.
3008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3009$as_echo_n "checking whether we are cross compiling... " >&6; }
3010if test "$cross_compiling" != yes; then
3011 { { ac_try="$ac_link"
3012case "(($ac_try" in
3013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3014 *) ac_try_echo=$ac_try;;
3015esac
3016eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3017$as_echo "$ac_try_echo"; } >&5
3018 (eval "$ac_link") 2>&5
3019 ac_status=$?
3020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3021 test $ac_status = 0; }
3022 if { ac_try='./conftest$ac_cv_exeext'
3023 { { case "(($ac_try" in
3024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3025 *) ac_try_echo=$ac_try;;
3026esac
3027eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3028$as_echo "$ac_try_echo"; } >&5
3029 (eval "$ac_try") 2>&5
3030 ac_status=$?
3031 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3032 test $ac_status = 0; }; }; then
3033 cross_compiling=no
3034 else
3035 if test "$cross_compiling" = maybe; then
3036 cross_compiling=yes
3037 else
3038 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3039$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3040as_fn_error $? "cannot run C compiled programs.
3041If you meant to cross compile, use \`--host'.
3042See \`config.log' for more details" "$LINENO" 5; }
3043 fi
3044 fi
3045fi
3046{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3047$as_echo "$cross_compiling" >&6; }
3048
3049rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3050ac_clean_files=$ac_clean_files_save
3051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3052$as_echo_n "checking for suffix of object files... " >&6; }
3053if ${ac_cv_objext+:} false; then :
3054 $as_echo_n "(cached) " >&6
3055else
3056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3057/* end confdefs.h. */
3058
3059int
3060main ()
3061{
3062
3063 ;
3064 return 0;
3065}
3066_ACEOF
3067rm -f conftest.o conftest.obj
3068if { { ac_try="$ac_compile"
3069case "(($ac_try" in
3070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3071 *) ac_try_echo=$ac_try;;
3072esac
3073eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3074$as_echo "$ac_try_echo"; } >&5
3075 (eval "$ac_compile") 2>&5
3076 ac_status=$?
3077 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3078 test $ac_status = 0; }; then :
3079 for ac_file in conftest.o conftest.obj conftest.*; do
3080 test -f "$ac_file" || continue;
3081 case $ac_file in
3082 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3083 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3084 break;;
3085 esac
3086done
3087else
3088 $as_echo "$as_me: failed program was:" >&5
3089sed 's/^/| /' conftest.$ac_ext >&5
3090
3091{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3092$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3093as_fn_error $? "cannot compute suffix of object files: cannot compile
3094See \`config.log' for more details" "$LINENO" 5; }
3095fi
3096rm -f conftest.$ac_cv_objext conftest.$ac_ext
3097fi
3098{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3099$as_echo "$ac_cv_objext" >&6; }
3100OBJEXT=$ac_cv_objext
3101ac_objext=$OBJEXT
3102{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3103$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3104if ${ac_cv_c_compiler_gnu+:} false; then :
3105 $as_echo_n "(cached) " >&6
3106else
3107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3108/* end confdefs.h. */
3109
3110int
3111main ()
3112{
3113#ifndef __GNUC__
3114 choke me
3115#endif
3116
3117 ;
3118 return 0;
3119}
3120_ACEOF
3121if ac_fn_c_try_compile "$LINENO"; then :
3122 ac_compiler_gnu=yes
3123else
3124 ac_compiler_gnu=no
3125fi
3126rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3127ac_cv_c_compiler_gnu=$ac_compiler_gnu
3128
3129fi
3130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3131$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3132if test $ac_compiler_gnu = yes; then
3133 GCC=yes
3134else
3135 GCC=
3136fi
3137ac_test_CFLAGS=${CFLAGS+set}
3138ac_save_CFLAGS=$CFLAGS
3139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3140$as_echo_n "checking whether $CC accepts -g... " >&6; }
3141if ${ac_cv_prog_cc_g+:} false; then :
3142 $as_echo_n "(cached) " >&6
3143else
3144 ac_save_c_werror_flag=$ac_c_werror_flag
3145 ac_c_werror_flag=yes
3146 ac_cv_prog_cc_g=no
3147 CFLAGS="-g"
3148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3149/* end confdefs.h. */
3150
3151int
3152main ()
3153{
3154
3155 ;
3156 return 0;
3157}
3158_ACEOF
3159if ac_fn_c_try_compile "$LINENO"; then :
3160 ac_cv_prog_cc_g=yes
3161else
3162 CFLAGS=""
3163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3164/* end confdefs.h. */
3165
3166int
3167main ()
3168{
3169
3170 ;
3171 return 0;
3172}
3173_ACEOF
3174if ac_fn_c_try_compile "$LINENO"; then :
3175
3176else
3177 ac_c_werror_flag=$ac_save_c_werror_flag
3178 CFLAGS="-g"
3179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3180/* end confdefs.h. */
3181
3182int
3183main ()
3184{
3185
3186 ;
3187 return 0;
3188}
3189_ACEOF
3190if ac_fn_c_try_compile "$LINENO"; then :
3191 ac_cv_prog_cc_g=yes
3192fi
3193rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3194fi
3195rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3196fi
3197rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3198 ac_c_werror_flag=$ac_save_c_werror_flag
3199fi
3200{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3201$as_echo "$ac_cv_prog_cc_g" >&6; }
3202if test "$ac_test_CFLAGS" = set; then
3203 CFLAGS=$ac_save_CFLAGS
3204elif test $ac_cv_prog_cc_g = yes; then
3205 if test "$GCC" = yes; then
3206 CFLAGS="-g -O2"
3207 else
3208 CFLAGS="-g"
3209 fi
3210else
3211 if test "$GCC" = yes; then
3212 CFLAGS="-O2"
3213 else
3214 CFLAGS=
3215 fi
3216fi
3217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3218$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3219if ${ac_cv_prog_cc_c89+:} false; then :
3220 $as_echo_n "(cached) " >&6
3221else
3222 ac_cv_prog_cc_c89=no
3223ac_save_CC=$CC
3224cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3225/* end confdefs.h. */
3226#include <stdarg.h>
3227#include <stdio.h>
3228struct stat;
3229/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3230struct buf { int x; };
3231FILE * (*rcsopen) (struct buf *, struct stat *, int);
3232static char *e (p, i)
3233 char **p;
3234 int i;
3235{
3236 return p[i];
3237}
3238static char *f (char * (*g) (char **, int), char **p, ...)
3239{
3240 char *s;
3241 va_list v;
3242 va_start (v,p);
3243 s = g (p, va_arg (v,int));
3244 va_end (v);
3245 return s;
3246}
3247
3248/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3249 function prototypes and stuff, but not '\xHH' hex character constants.
3250 These don't provoke an error unfortunately, instead are silently treated
3251 as 'x'. The following induces an error, until -std is added to get
3252 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3253 array size at least. It's necessary to write '\x00'==0 to get something
3254 that's true only with -std. */
3255int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3256
3257/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3258 inside strings and character constants. */
3259#define FOO(x) 'x'
3260int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3261
3262int test (int i, double x);
3263struct s1 {int (*f) (int a);};
3264struct s2 {int (*f) (double a);};
3265int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3266int argc;
3267char **argv;
3268int
3269main ()
3270{
3271return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3272 ;
3273 return 0;
3274}
3275_ACEOF
3276for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3277 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3278do
3279 CC="$ac_save_CC $ac_arg"
3280 if ac_fn_c_try_compile "$LINENO"; then :
3281 ac_cv_prog_cc_c89=$ac_arg
3282fi
3283rm -f core conftest.err conftest.$ac_objext
3284 test "x$ac_cv_prog_cc_c89" != "xno" && break
3285done
3286rm -f conftest.$ac_ext
3287CC=$ac_save_CC
3288
3289fi
3290# AC_CACHE_VAL
3291case "x$ac_cv_prog_cc_c89" in
3292 x)
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3294$as_echo "none needed" >&6; } ;;
3295 xno)
3296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3297$as_echo "unsupported" >&6; } ;;
3298 *)
3299 CC="$CC $ac_cv_prog_cc_c89"
3300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3301$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3302esac
3303if test "x$ac_cv_prog_cc_c89" != xno; then :
3304
3305fi
3306
3307ac_ext=c
3308ac_cpp='$CPP $CPPFLAGS'
3309ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3310ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3311ac_compiler_gnu=$ac_cv_c_compiler_gnu
3312
c2783492 3313
ebe9564b
MF
3314ac_ext=c
3315ac_cpp='$CPP $CPPFLAGS'
3316ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3317ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3318ac_compiler_gnu=$ac_cv_c_compiler_gnu
3319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3320$as_echo_n "checking how to run the C preprocessor... " >&6; }
3321# On Suns, sometimes $CPP names a directory.
3322if test -n "$CPP" && test -d "$CPP"; then
3323 CPP=
3324fi
3325if test -z "$CPP"; then
3326 if ${ac_cv_prog_CPP+:} false; then :
3327 $as_echo_n "(cached) " >&6
3328else
3329 # Double quotes because CPP needs to be expanded
3330 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3331 do
3332 ac_preproc_ok=false
3333for ac_c_preproc_warn_flag in '' yes
3334do
3335 # Use a header file that comes with gcc, so configuring glibc
3336 # with a fresh cross-compiler works.
3337 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3338 # <limits.h> exists even on freestanding compilers.
3339 # On the NeXT, cc -E runs the code through the compiler's parser,
3340 # not just through cpp. "Syntax error" is here to catch this case.
3341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3342/* end confdefs.h. */
3343#ifdef __STDC__
3344# include <limits.h>
3345#else
3346# include <assert.h>
3347#endif
3348 Syntax error
3349_ACEOF
3350if ac_fn_c_try_cpp "$LINENO"; then :
3351
3352else
3353 # Broken: fails on valid input.
3354continue
3355fi
3356rm -f conftest.err conftest.i conftest.$ac_ext
3357
3358 # OK, works on sane cases. Now check whether nonexistent headers
3359 # can be detected and how.
3360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3361/* end confdefs.h. */
3362#include <ac_nonexistent.h>
3363_ACEOF
3364if ac_fn_c_try_cpp "$LINENO"; then :
3365 # Broken: success on invalid input.
3366continue
3367else
3368 # Passes both tests.
3369ac_preproc_ok=:
3370break
3371fi
3372rm -f conftest.err conftest.i conftest.$ac_ext
3373
3374done
3375# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3376rm -f conftest.i conftest.err conftest.$ac_ext
3377if $ac_preproc_ok; then :
3378 break
3379fi
3380
3381 done
3382 ac_cv_prog_CPP=$CPP
3383
3384fi
3385 CPP=$ac_cv_prog_CPP
3386else
3387 ac_cv_prog_CPP=$CPP
3388fi
3389{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3390$as_echo "$CPP" >&6; }
3391ac_preproc_ok=false
3392for ac_c_preproc_warn_flag in '' yes
3393do
3394 # Use a header file that comes with gcc, so configuring glibc
3395 # with a fresh cross-compiler works.
3396 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3397 # <limits.h> exists even on freestanding compilers.
3398 # On the NeXT, cc -E runs the code through the compiler's parser,
3399 # not just through cpp. "Syntax error" is here to catch this case.
3400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3401/* end confdefs.h. */
3402#ifdef __STDC__
3403# include <limits.h>
3404#else
3405# include <assert.h>
3406#endif
3407 Syntax error
3408_ACEOF
3409if ac_fn_c_try_cpp "$LINENO"; then :
3410
3411else
3412 # Broken: fails on valid input.
3413continue
3414fi
3415rm -f conftest.err conftest.i conftest.$ac_ext
3416
3417 # OK, works on sane cases. Now check whether nonexistent headers
3418 # can be detected and how.
3419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3420/* end confdefs.h. */
3421#include <ac_nonexistent.h>
3422_ACEOF
3423if ac_fn_c_try_cpp "$LINENO"; then :
3424 # Broken: success on invalid input.
3425continue
3426else
3427 # Passes both tests.
3428ac_preproc_ok=:
3429break
3430fi
3431rm -f conftest.err conftest.i conftest.$ac_ext
3432
3433done
3434# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3435rm -f conftest.i conftest.err conftest.$ac_ext
3436if $ac_preproc_ok; then :
3437
3438else
3439 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3440$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3441as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3442See \`config.log' for more details" "$LINENO" 5; }
3443fi
3444
3445ac_ext=c
3446ac_cpp='$CPP $CPPFLAGS'
3447ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3448ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3449ac_compiler_gnu=$ac_cv_c_compiler_gnu
3450
b9249c46
MF
3451
3452{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3453$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3454if ${ac_cv_path_GREP+:} false; then :
3455 $as_echo_n "(cached) " >&6
3456else
3457 if test -z "$GREP"; then
3458 ac_path_GREP_found=false
3459 # Loop through the user's path and test for each of PROGNAME-LIST
3460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3461for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3462do
3463 IFS=$as_save_IFS
3464 test -z "$as_dir" && as_dir=.
3465 for ac_prog in grep ggrep; do
3466 for ac_exec_ext in '' $ac_executable_extensions; do
3467 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3468 as_fn_executable_p "$ac_path_GREP" || continue
3469# Check for GNU ac_path_GREP and select it if it is found.
3470 # Check for GNU $ac_path_GREP
3471case `"$ac_path_GREP" --version 2>&1` in
3472*GNU*)
3473 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3474*)
3475 ac_count=0
3476 $as_echo_n 0123456789 >"conftest.in"
3477 while :
3478 do
3479 cat "conftest.in" "conftest.in" >"conftest.tmp"
3480 mv "conftest.tmp" "conftest.in"
3481 cp "conftest.in" "conftest.nl"
3482 $as_echo 'GREP' >> "conftest.nl"
3483 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3484 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3485 as_fn_arith $ac_count + 1 && ac_count=$as_val
3486 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3487 # Best one so far, save it but keep looking for a better one
3488 ac_cv_path_GREP="$ac_path_GREP"
3489 ac_path_GREP_max=$ac_count
3490 fi
3491 # 10*(2^10) chars as input seems more than enough
3492 test $ac_count -gt 10 && break
3493 done
3494 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3495esac
3496
3497 $ac_path_GREP_found && break 3
3498 done
3499 done
3500 done
3501IFS=$as_save_IFS
3502 if test -z "$ac_cv_path_GREP"; then
3503 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3504 fi
3505else
3506 ac_cv_path_GREP=$GREP
3507fi
3508
3509fi
3510{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3511$as_echo "$ac_cv_path_GREP" >&6; }
3512 GREP="$ac_cv_path_GREP"
3513
3514
3515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3516$as_echo_n "checking for egrep... " >&6; }
3517if ${ac_cv_path_EGREP+:} false; then :
3518 $as_echo_n "(cached) " >&6
3519else
3520 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3521 then ac_cv_path_EGREP="$GREP -E"
3522 else
3523 if test -z "$EGREP"; then
3524 ac_path_EGREP_found=false
3525 # Loop through the user's path and test for each of PROGNAME-LIST
3526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3527for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3528do
3529 IFS=$as_save_IFS
3530 test -z "$as_dir" && as_dir=.
3531 for ac_prog in egrep; do
3532 for ac_exec_ext in '' $ac_executable_extensions; do
3533 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3534 as_fn_executable_p "$ac_path_EGREP" || continue
3535# Check for GNU ac_path_EGREP and select it if it is found.
3536 # Check for GNU $ac_path_EGREP
3537case `"$ac_path_EGREP" --version 2>&1` in
3538*GNU*)
3539 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3540*)
3541 ac_count=0
3542 $as_echo_n 0123456789 >"conftest.in"
3543 while :
3544 do
3545 cat "conftest.in" "conftest.in" >"conftest.tmp"
3546 mv "conftest.tmp" "conftest.in"
3547 cp "conftest.in" "conftest.nl"
3548 $as_echo 'EGREP' >> "conftest.nl"
3549 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3550 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3551 as_fn_arith $ac_count + 1 && ac_count=$as_val
3552 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3553 # Best one so far, save it but keep looking for a better one
3554 ac_cv_path_EGREP="$ac_path_EGREP"
3555 ac_path_EGREP_max=$ac_count
3556 fi
3557 # 10*(2^10) chars as input seems more than enough
3558 test $ac_count -gt 10 && break
3559 done
3560 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3561esac
3562
3563 $ac_path_EGREP_found && break 3
3564 done
3565 done
3566 done
3567IFS=$as_save_IFS
3568 if test -z "$ac_cv_path_EGREP"; then
3569 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3570 fi
3571else
3572 ac_cv_path_EGREP=$EGREP
3573fi
3574
3575 fi
3576fi
3577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3578$as_echo "$ac_cv_path_EGREP" >&6; }
3579 EGREP="$ac_cv_path_EGREP"
3580
3581
3582{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3583$as_echo_n "checking for ANSI C header files... " >&6; }
3584if ${ac_cv_header_stdc+:} false; then :
3585 $as_echo_n "(cached) " >&6
3586else
3587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3588/* end confdefs.h. */
3589#include <stdlib.h>
3590#include <stdarg.h>
3591#include <string.h>
3592#include <float.h>
3593
3594int
3595main ()
3596{
3597
3598 ;
3599 return 0;
3600}
3601_ACEOF
3602if ac_fn_c_try_compile "$LINENO"; then :
3603 ac_cv_header_stdc=yes
3604else
3605 ac_cv_header_stdc=no
3606fi
3607rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3608
3609if test $ac_cv_header_stdc = yes; then
3610 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3612/* end confdefs.h. */
3613#include <string.h>
3614
3615_ACEOF
3616if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3617 $EGREP "memchr" >/dev/null 2>&1; then :
3618
3619else
3620 ac_cv_header_stdc=no
3621fi
3622rm -f conftest*
3623
3624fi
3625
3626if test $ac_cv_header_stdc = yes; then
3627 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3629/* end confdefs.h. */
3630#include <stdlib.h>
3631
3632_ACEOF
3633if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3634 $EGREP "free" >/dev/null 2>&1; then :
3635
3636else
3637 ac_cv_header_stdc=no
3638fi
3639rm -f conftest*
3640
3641fi
3642
3643if test $ac_cv_header_stdc = yes; then
3644 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3645 if test "$cross_compiling" = yes; then :
3646 :
3647else
3648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3649/* end confdefs.h. */
3650#include <ctype.h>
3651#include <stdlib.h>
3652#if ((' ' & 0x0FF) == 0x020)
3653# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3654# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3655#else
3656# define ISLOWER(c) \
3657 (('a' <= (c) && (c) <= 'i') \
3658 || ('j' <= (c) && (c) <= 'r') \
3659 || ('s' <= (c) && (c) <= 'z'))
3660# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3661#endif
3662
3663#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3664int
3665main ()
3666{
3667 int i;
3668 for (i = 0; i < 256; i++)
3669 if (XOR (islower (i), ISLOWER (i))
3670 || toupper (i) != TOUPPER (i))
3671 return 2;
3672 return 0;
3673}
3674_ACEOF
3675if ac_fn_c_try_run "$LINENO"; then :
3676
3677else
3678 ac_cv_header_stdc=no
3679fi
3680rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3681 conftest.$ac_objext conftest.beam conftest.$ac_ext
3682fi
3683
3684fi
3685fi
3686{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3687$as_echo "$ac_cv_header_stdc" >&6; }
3688if test $ac_cv_header_stdc = yes; then
3689
3690$as_echo "#define STDC_HEADERS 1" >>confdefs.h
3691
3692fi
3693
3694# On IRIX 5.3, sys/types and inttypes.h are conflicting.
3695for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3696 inttypes.h stdint.h unistd.h
3697do :
3698 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3699ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3700"
3701if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3702 cat >>confdefs.h <<_ACEOF
3703#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3704_ACEOF
3705
3706fi
3707
3708done
3709
3710
3711
3712 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3713if test "x$ac_cv_header_minix_config_h" = xyes; then :
3714 MINIX=yes
3715else
3716 MINIX=
3717fi
3718
3719
3720 if test "$MINIX" = yes; then
3721
3722$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3723
3724
3725$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3726
3727
3728$as_echo "#define _MINIX 1" >>confdefs.h
3729
3730 fi
3731
3732
3733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3734$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3735if ${ac_cv_safe_to_define___extensions__+:} false; then :
3736 $as_echo_n "(cached) " >&6
3737else
3738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3739/* end confdefs.h. */
3740
3741# define __EXTENSIONS__ 1
3742 $ac_includes_default
3743int
3744main ()
3745{
3746
3747 ;
3748 return 0;
3749}
3750_ACEOF
3751if ac_fn_c_try_compile "$LINENO"; then :
3752 ac_cv_safe_to_define___extensions__=yes
3753else
3754 ac_cv_safe_to_define___extensions__=no
3755fi
3756rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3757fi
3758{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3759$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3760 test $ac_cv_safe_to_define___extensions__ = yes &&
3761 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3762
3763 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3764
3765 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3766
3767 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3768
3769 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3770
3771
3772test "$program_prefix" != NONE &&
3773 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3774# Use a double $ so make ignores it.
3775test "$program_suffix" != NONE &&
3776 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3777# Double any \ or $.
3778# By default was `s,x,x', remove it if useless.
3779ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3780program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3781
3782# Find a good install program. We prefer a C program (faster),
3783# so one script is as good as another. But avoid the broken or
3784# incompatible versions:
3785# SysV /etc/install, /usr/sbin/install
3786# SunOS /usr/etc/install
3787# IRIX /sbin/install
3788# AIX /bin/install
3789# AmigaOS /C/install, which installs bootblocks on floppy discs
3790# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3791# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3792# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3793# OS/2's system install, which has a completely different semantic
3794# ./install, which can be erroneously created by make from ./install.sh.
3795# Reject install programs that cannot install multiple files.
3796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3797$as_echo_n "checking for a BSD-compatible install... " >&6; }
3798if test -z "$INSTALL"; then
3799if ${ac_cv_path_install+:} false; then :
3800 $as_echo_n "(cached) " >&6
3801else
3802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3803for as_dir in $PATH
3804do
3805 IFS=$as_save_IFS
3806 test -z "$as_dir" && as_dir=.
3807 # Account for people who put trailing slashes in PATH elements.
3808case $as_dir/ in #((
3809 ./ | .// | /[cC]/* | \
3810 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3811 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3812 /usr/ucb/* ) ;;
3813 *)
3814 # OSF1 and SCO ODT 3.0 have their own names for install.
3815 # Don't use installbsd from OSF since it installs stuff as root
3816 # by default.
3817 for ac_prog in ginstall scoinst install; do
3818 for ac_exec_ext in '' $ac_executable_extensions; do
3819 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3820 if test $ac_prog = install &&
3821 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3822 # AIX install. It has an incompatible calling convention.
3823 :
3824 elif test $ac_prog = install &&
3825 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3826 # program-specific install script used by HP pwplus--don't use.
3827 :
3828 else
3829 rm -rf conftest.one conftest.two conftest.dir
3830 echo one > conftest.one
3831 echo two > conftest.two
3832 mkdir conftest.dir
3833 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3834 test -s conftest.one && test -s conftest.two &&
3835 test -s conftest.dir/conftest.one &&
3836 test -s conftest.dir/conftest.two
3837 then
3838 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3839 break 3
3840 fi
3841 fi
3842 fi
3843 done
3844 done
3845 ;;
3846esac
3847
3848 done
3849IFS=$as_save_IFS
3850
3851rm -rf conftest.one conftest.two conftest.dir
3852
3853fi
3854 if test "${ac_cv_path_install+set}" = set; then
3855 INSTALL=$ac_cv_path_install
3856 else
3857 # As a last resort, use the slow shell script. Don't cache a
3858 # value for INSTALL within a source directory, because that will
3859 # break other packages using the cache if that directory is
3860 # removed, or if the value is a relative name.
3861 INSTALL=$ac_install_sh
3862 fi
3863fi
3864{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3865$as_echo "$INSTALL" >&6; }
3866
3867# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3868# It thinks the first close brace ends the variable substitution.
3869test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3870
3871test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3872
3873test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3874
3875rm -rf .tst 2>/dev/null
3876mkdir .tst 2>/dev/null
3877if test -d .tst; then
3878 am__leading_dot=.
3879else
3880 am__leading_dot=_
3881fi
3882rmdir .tst 2>/dev/null
3883
3884DEPDIR="${am__leading_dot}deps"
37e9f182
MF
3885
3886
2c2645d7
MF
3887
3888
3889 for ac_header in $ac_header_list
3890do :
3891 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3892ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3893"
3894if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3895 cat >>confdefs.h <<_ACEOF
3896#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3897_ACEOF
3898
3899fi
3900
3901done
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
37e9f182
MF
3918
3919
3920 for ac_func in $ac_func_list
3921do :
3922 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3923ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
3924if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
3925 cat >>confdefs.h <<_ACEOF
3926#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3927_ACEOF
3928
3929fi
3930done
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
b9249c46
MF
3951
3952case `pwd` in
3953 *\ * | *\ *)
3954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3955$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3956esac
3957
3958
3959
3960macro_version='2.2.7a'
3961macro_revision='1.3134'
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975ltmain="$ac_aux_dir/ltmain.sh"
3976
3977# Backslashify metacharacters that are still active within
3978# double-quoted strings.
3979sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3980
3981# Same as above, but do not quote variable references.
3982double_quote_subst='s/\(["`\\]\)/\\\1/g'
3983
3984# Sed substitution to delay expansion of an escaped shell variable in a
3985# double_quote_subst'ed string.
3986delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3987
3988# Sed substitution to delay expansion of an escaped single quote.
3989delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3990
3991# Sed substitution to avoid accidental globbing in evaled expressions
3992no_glob_subst='s/\*/\\\*/g'
3993
3994ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3995ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3996ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3997
3998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3999$as_echo_n "checking how to print strings... " >&6; }
4000# Test print first, because it will be a builtin if present.
4001if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4002 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4003 ECHO='print -r --'
4004elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4005 ECHO='printf %s\n'
4006else
4007 # Use this function as a fallback that always works.
4008 func_fallback_echo ()
4009 {
4010 eval 'cat <<_LTECHO_EOF
4011$1
4012_LTECHO_EOF'
4013 }
4014 ECHO='func_fallback_echo'
4015fi
4016
4017# func_echo_all arg...
4018# Invoke $ECHO with all args, space-separated.
4019func_echo_all ()
4020{
4021 $ECHO ""
4022}
4023
4024case "$ECHO" in
4025 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4026$as_echo "printf" >&6; } ;;
4027 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4028$as_echo "print -r" >&6; } ;;
4029 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4030$as_echo "cat" >&6; } ;;
4031esac
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4047$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4048if ${ac_cv_path_SED+:} false; then :
4049 $as_echo_n "(cached) " >&6
4050else
4051 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4052 for ac_i in 1 2 3 4 5 6 7; do
4053 ac_script="$ac_script$as_nl$ac_script"
4054 done
4055 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4056 { ac_script=; unset ac_script;}
4057 if test -z "$SED"; then
4058 ac_path_SED_found=false
4059 # Loop through the user's path and test for each of PROGNAME-LIST
4060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4061for as_dir in $PATH
4062do
4063 IFS=$as_save_IFS
4064 test -z "$as_dir" && as_dir=.
4065 for ac_prog in sed gsed; do
4066 for ac_exec_ext in '' $ac_executable_extensions; do
4067 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4068 as_fn_executable_p "$ac_path_SED" || continue
4069# Check for GNU ac_path_SED and select it if it is found.
4070 # Check for GNU $ac_path_SED
4071case `"$ac_path_SED" --version 2>&1` in
4072*GNU*)
4073 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4074*)
4075 ac_count=0
4076 $as_echo_n 0123456789 >"conftest.in"
4077 while :
4078 do
4079 cat "conftest.in" "conftest.in" >"conftest.tmp"
4080 mv "conftest.tmp" "conftest.in"
4081 cp "conftest.in" "conftest.nl"
4082 $as_echo '' >> "conftest.nl"
4083 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4084 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4085 as_fn_arith $ac_count + 1 && ac_count=$as_val
4086 if test $ac_count -gt ${ac_path_SED_max-0}; then
4087 # Best one so far, save it but keep looking for a better one
4088 ac_cv_path_SED="$ac_path_SED"
4089 ac_path_SED_max=$ac_count
4090 fi
4091 # 10*(2^10) chars as input seems more than enough
4092 test $ac_count -gt 10 && break
4093 done
4094 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4095esac
4096
4097 $ac_path_SED_found && break 3
4098 done
4099 done
4100 done
4101IFS=$as_save_IFS
4102 if test -z "$ac_cv_path_SED"; then
4103 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4104 fi
4105else
4106 ac_cv_path_SED=$SED
4107fi
4108
4109fi
4110{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4111$as_echo "$ac_cv_path_SED" >&6; }
4112 SED="$ac_cv_path_SED"
4113 rm -f conftest.sed
4114
4115test -z "$SED" && SED=sed
4116Xsed="$SED -e 1s/^X//"
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4129$as_echo_n "checking for fgrep... " >&6; }
4130if ${ac_cv_path_FGREP+:} false; then :
4131 $as_echo_n "(cached) " >&6
4132else
4133 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4134 then ac_cv_path_FGREP="$GREP -F"
4135 else
4136 if test -z "$FGREP"; then
4137 ac_path_FGREP_found=false
4138 # Loop through the user's path and test for each of PROGNAME-LIST
4139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4140for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4141do
4142 IFS=$as_save_IFS
4143 test -z "$as_dir" && as_dir=.
4144 for ac_prog in fgrep; do
4145 for ac_exec_ext in '' $ac_executable_extensions; do
4146 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4147 as_fn_executable_p "$ac_path_FGREP" || continue
4148# Check for GNU ac_path_FGREP and select it if it is found.
4149 # Check for GNU $ac_path_FGREP
4150case `"$ac_path_FGREP" --version 2>&1` in
4151*GNU*)
4152 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4153*)
4154 ac_count=0
4155 $as_echo_n 0123456789 >"conftest.in"
4156 while :
4157 do
4158 cat "conftest.in" "conftest.in" >"conftest.tmp"
4159 mv "conftest.tmp" "conftest.in"
4160 cp "conftest.in" "conftest.nl"
4161 $as_echo 'FGREP' >> "conftest.nl"
4162 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4163 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4164 as_fn_arith $ac_count + 1 && ac_count=$as_val
4165 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4166 # Best one so far, save it but keep looking for a better one
4167 ac_cv_path_FGREP="$ac_path_FGREP"
4168 ac_path_FGREP_max=$ac_count
4169 fi
4170 # 10*(2^10) chars as input seems more than enough
4171 test $ac_count -gt 10 && break
4172 done
4173 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4174esac
4175
4176 $ac_path_FGREP_found && break 3
4177 done
4178 done
4179 done
4180IFS=$as_save_IFS
4181 if test -z "$ac_cv_path_FGREP"; then
4182 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4183 fi
4184else
4185 ac_cv_path_FGREP=$FGREP
4186fi
4187
4188 fi
4189fi
4190{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4191$as_echo "$ac_cv_path_FGREP" >&6; }
4192 FGREP="$ac_cv_path_FGREP"
4193
4194
4195test -z "$GREP" && GREP=grep
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215# Check whether --with-gnu-ld was given.
4216if test "${with_gnu_ld+set}" = set; then :
4217 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4218else
4219 with_gnu_ld=no
4220fi
4221
4222ac_prog=ld
4223if test "$GCC" = yes; then
4224 # Check if gcc -print-prog-name=ld gives a path.
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4226$as_echo_n "checking for ld used by $CC... " >&6; }
4227 case $host in
4228 *-*-mingw*)
4229 # gcc leaves a trailing carriage return which upsets mingw
4230 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4231 *)
4232 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4233 esac
4234 case $ac_prog in
4235 # Accept absolute paths.
4236 [\\/]* | ?:[\\/]*)
4237 re_direlt='/[^/][^/]*/\.\./'
4238 # Canonicalize the pathname of ld
4239 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4240 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4241 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4242 done
4243 test -z "$LD" && LD="$ac_prog"
4244 ;;
4245 "")
4246 # If it fails, then pretend we aren't using GCC.
4247 ac_prog=ld
4248 ;;
4249 *)
4250 # If it is relative, then search for the first ld in PATH.
4251 with_gnu_ld=unknown
4252 ;;
4253 esac
4254elif test "$with_gnu_ld" = yes; then
4255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4256$as_echo_n "checking for GNU ld... " >&6; }
4257else
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4259$as_echo_n "checking for non-GNU ld... " >&6; }
4260fi
4261if ${lt_cv_path_LD+:} false; then :
4262 $as_echo_n "(cached) " >&6
4263else
4264 if test -z "$LD"; then
4265 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4266 for ac_dir in $PATH; do
4267 IFS="$lt_save_ifs"
4268 test -z "$ac_dir" && ac_dir=.
4269 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4270 lt_cv_path_LD="$ac_dir/$ac_prog"
4271 # Check to see if the program is GNU ld. I'd rather use --version,
4272 # but apparently some variants of GNU ld only accept -v.
4273 # Break only if it was the GNU/non-GNU ld that we prefer.
4274 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4275 *GNU* | *'with BFD'*)
4276 test "$with_gnu_ld" != no && break
4277 ;;
4278 *)
4279 test "$with_gnu_ld" != yes && break
4280 ;;
4281 esac
4282 fi
4283 done
4284 IFS="$lt_save_ifs"
4285else
4286 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4287fi
4288fi
4289
4290LD="$lt_cv_path_LD"
4291if test -n "$LD"; then
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4293$as_echo "$LD" >&6; }
4294else
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4296$as_echo "no" >&6; }
4297fi
4298test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4300$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4301if ${lt_cv_prog_gnu_ld+:} false; then :
4302 $as_echo_n "(cached) " >&6
4303else
4304 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4305case `$LD -v 2>&1 </dev/null` in
4306*GNU* | *'with BFD'*)
4307 lt_cv_prog_gnu_ld=yes
4308 ;;
4309*)
4310 lt_cv_prog_gnu_ld=no
4311 ;;
4312esac
4313fi
4314{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4315$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4316with_gnu_ld=$lt_cv_prog_gnu_ld
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4327$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4328if ${lt_cv_path_NM+:} false; then :
4329 $as_echo_n "(cached) " >&6
4330else
4331 if test -n "$NM"; then
4332 # Let the user override the test.
4333 lt_cv_path_NM="$NM"
4334else
4335 lt_nm_to_check="${ac_tool_prefix}nm"
4336 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4337 lt_nm_to_check="$lt_nm_to_check nm"
4338 fi
4339 for lt_tmp_nm in $lt_nm_to_check; do
4340 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4341 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4342 IFS="$lt_save_ifs"
4343 test -z "$ac_dir" && ac_dir=.
4344 tmp_nm="$ac_dir/$lt_tmp_nm"
4345 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4346 # Check to see if the nm accepts a BSD-compat flag.
4347 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4348 # nm: unknown option "B" ignored
4349 # Tru64's nm complains that /dev/null is an invalid object file
4350 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4351 */dev/null* | *'Invalid file or object type'*)
4352 lt_cv_path_NM="$tmp_nm -B"
4353 break
4354 ;;
4355 *)
4356 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4357 */dev/null*)
4358 lt_cv_path_NM="$tmp_nm -p"
4359 break
4360 ;;
4361 *)
4362 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4363 continue # so that we can try to find one that supports BSD flags
4364 ;;
4365 esac
4366 ;;
4367 esac
4368 fi
4369 done
4370 IFS="$lt_save_ifs"
4371 done
4372 : ${lt_cv_path_NM=no}
4373fi
4374fi
4375{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4376$as_echo "$lt_cv_path_NM" >&6; }
4377if test "$lt_cv_path_NM" != "no"; then
4378 NM="$lt_cv_path_NM"
4379else
4380 # Didn't find any BSD compatible name lister, look for dumpbin.
4381 if test -n "$DUMPBIN"; then :
4382 # Let the user override the test.
4383 else
4384 if test -n "$ac_tool_prefix"; then
4385 for ac_prog in dumpbin "link -dump"
4386 do
4387 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4388set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4390$as_echo_n "checking for $ac_word... " >&6; }
4391if ${ac_cv_prog_DUMPBIN+:} false; then :
4392 $as_echo_n "(cached) " >&6
4393else
4394 if test -n "$DUMPBIN"; then
4395 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4396else
4397as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4398for as_dir in $PATH
4399do
4400 IFS=$as_save_IFS
4401 test -z "$as_dir" && as_dir=.
4402 for ac_exec_ext in '' $ac_executable_extensions; do
4403 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4404 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4406 break 2
4407 fi
4408done
4409 done
4410IFS=$as_save_IFS
4411
4412fi
4413fi
4414DUMPBIN=$ac_cv_prog_DUMPBIN
4415if test -n "$DUMPBIN"; then
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4417$as_echo "$DUMPBIN" >&6; }
4418else
4419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4420$as_echo "no" >&6; }
4421fi
4422
4423
4424 test -n "$DUMPBIN" && break
4425 done
4426fi
4427if test -z "$DUMPBIN"; then
4428 ac_ct_DUMPBIN=$DUMPBIN
4429 for ac_prog in dumpbin "link -dump"
4430do
4431 # Extract the first word of "$ac_prog", so it can be a program name with args.
4432set dummy $ac_prog; ac_word=$2
4433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4434$as_echo_n "checking for $ac_word... " >&6; }
4435if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4436 $as_echo_n "(cached) " >&6
4437else
4438 if test -n "$ac_ct_DUMPBIN"; then
4439 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4440else
4441as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4442for as_dir in $PATH
4443do
4444 IFS=$as_save_IFS
4445 test -z "$as_dir" && as_dir=.
4446 for ac_exec_ext in '' $ac_executable_extensions; do
4447 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4448 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4450 break 2
4451 fi
4452done
4453 done
4454IFS=$as_save_IFS
4455
4456fi
4457fi
4458ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4459if test -n "$ac_ct_DUMPBIN"; then
4460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4461$as_echo "$ac_ct_DUMPBIN" >&6; }
4462else
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4464$as_echo "no" >&6; }
4465fi
4466
4467
4468 test -n "$ac_ct_DUMPBIN" && break
4469done
4470
4471 if test "x$ac_ct_DUMPBIN" = x; then
4472 DUMPBIN=":"
4473 else
4474 case $cross_compiling:$ac_tool_warned in
4475yes:)
4476{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4477$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4478ac_tool_warned=yes ;;
4479esac
4480 DUMPBIN=$ac_ct_DUMPBIN
4481 fi
4482fi
4483
4484 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4485 *COFF*)
4486 DUMPBIN="$DUMPBIN -symbols"
4487 ;;
4488 *)
4489 DUMPBIN=:
4490 ;;
4491 esac
4492 fi
4493
4494 if test "$DUMPBIN" != ":"; then
4495 NM="$DUMPBIN"
4496 fi
4497fi
4498test -z "$NM" && NM=nm
4499
4500
4501
4502
4503
4504
4505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4506$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4507if ${lt_cv_nm_interface+:} false; then :
4508 $as_echo_n "(cached) " >&6
4509else
4510 lt_cv_nm_interface="BSD nm"
4511 echo "int some_variable = 0;" > conftest.$ac_ext
4512 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4513 (eval "$ac_compile" 2>conftest.err)
4514 cat conftest.err >&5
4515 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4516 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4517 cat conftest.err >&5
4518 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4519 cat conftest.out >&5
4520 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4521 lt_cv_nm_interface="MS dumpbin"
4522 fi
4523 rm -f conftest*
4524fi
4525{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4526$as_echo "$lt_cv_nm_interface" >&6; }
4527
4528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4529$as_echo_n "checking whether ln -s works... " >&6; }
4530LN_S=$as_ln_s
4531if test "$LN_S" = "ln -s"; then
4532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4533$as_echo "yes" >&6; }
4534else
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4536$as_echo "no, using $LN_S" >&6; }
4537fi
4538
4539# find the maximum length of command line arguments
4540{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4541$as_echo_n "checking the maximum length of command line arguments... " >&6; }
4542if ${lt_cv_sys_max_cmd_len+:} false; then :
4543 $as_echo_n "(cached) " >&6
4544else
4545 i=0
4546 teststring="ABCD"
4547
4548 case $build_os in
4549 msdosdjgpp*)
4550 # On DJGPP, this test can blow up pretty badly due to problems in libc
4551 # (any single argument exceeding 2000 bytes causes a buffer overrun
4552 # during glob expansion). Even if it were fixed, the result of this
4553 # check would be larger than it should be.
4554 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4555 ;;
4556
4557 gnu*)
4558 # Under GNU Hurd, this test is not required because there is
4559 # no limit to the length of command line arguments.
4560 # Libtool will interpret -1 as no limit whatsoever
4561 lt_cv_sys_max_cmd_len=-1;
4562 ;;
4563
4564 cygwin* | mingw* | cegcc*)
4565 # On Win9x/ME, this test blows up -- it succeeds, but takes
4566 # about 5 minutes as the teststring grows exponentially.
4567 # Worse, since 9x/ME are not pre-emptively multitasking,
4568 # you end up with a "frozen" computer, even though with patience
4569 # the test eventually succeeds (with a max line length of 256k).
4570 # Instead, let's just punt: use the minimum linelength reported by
4571 # all of the supported platforms: 8192 (on NT/2K/XP).
4572 lt_cv_sys_max_cmd_len=8192;
4573 ;;
4574
4575 mint*)
4576 # On MiNT this can take a long time and run out of memory.
4577 lt_cv_sys_max_cmd_len=8192;
4578 ;;
4579
4580 amigaos*)
4581 # On AmigaOS with pdksh, this test takes hours, literally.
4582 # So we just punt and use a minimum line length of 8192.
4583 lt_cv_sys_max_cmd_len=8192;
4584 ;;
4585
4586 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4587 # This has been around since 386BSD, at least. Likely further.
4588 if test -x /sbin/sysctl; then
4589 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4590 elif test -x /usr/sbin/sysctl; then
4591 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4592 else
4593 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4594 fi
4595 # And add a safety zone
4596 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4597 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4598 ;;
4599
4600 interix*)
4601 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4602 lt_cv_sys_max_cmd_len=196608
4603 ;;
4604
4605 osf*)
4606 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4607 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4608 # nice to cause kernel panics so lets avoid the loop below.
4609 # First set a reasonable default.
4610 lt_cv_sys_max_cmd_len=16384
4611 #
4612 if test -x /sbin/sysconfig; then
4613 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4614 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4615 esac
4616 fi
4617 ;;
4618 sco3.2v5*)
4619 lt_cv_sys_max_cmd_len=102400
4620 ;;
4621 sysv5* | sco5v6* | sysv4.2uw2*)
4622 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4623 if test -n "$kargmax"; then
4624 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4625 else
4626 lt_cv_sys_max_cmd_len=32768
4627 fi
4628 ;;
4629 *)
4630 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4631 if test -n "$lt_cv_sys_max_cmd_len"; then
4632 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4633 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4634 else
4635 # Make teststring a little bigger before we do anything with it.
4636 # a 1K string should be a reasonable start.
4637 for i in 1 2 3 4 5 6 7 8 ; do
4638 teststring=$teststring$teststring
4639 done
4640 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4641 # If test is not a shell built-in, we'll probably end up computing a
4642 # maximum length that is only half of the actual maximum length, but
4643 # we can't tell.
4644 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4645 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4646 test $i != 17 # 1/2 MB should be enough
4647 do
4648 i=`expr $i + 1`
4649 teststring=$teststring$teststring
4650 done
4651 # Only check the string length outside the loop.
4652 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4653 teststring=
4654 # Add a significant safety factor because C++ compilers can tack on
4655 # massive amounts of additional arguments before passing them to the
4656 # linker. It appears as though 1/2 is a usable value.
4657 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4658 fi
4659 ;;
4660 esac
4661
4662fi
4663
4664if test -n $lt_cv_sys_max_cmd_len ; then
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4666$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4667else
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4669$as_echo "none" >&6; }
4670fi
4671max_cmd_len=$lt_cv_sys_max_cmd_len
4672
4673
4674
4675
4676
4677
4678: ${CP="cp -f"}
4679: ${MV="mv -f"}
4680: ${RM="rm -f"}
4681
4682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4683$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4684# Try some XSI features
4685xsi_shell=no
4686( _lt_dummy="a/b/c"
4687 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4688 = c,a/b,, \
4689 && eval 'test $(( 1 + 1 )) -eq 2 \
4690 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4691 && xsi_shell=yes
4692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4693$as_echo "$xsi_shell" >&6; }
4694
4695
4696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4697$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4698lt_shell_append=no
4699( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4700 >/dev/null 2>&1 \
4701 && lt_shell_append=yes
4702{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4703$as_echo "$lt_shell_append" >&6; }
4704
4705
4706if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4707 lt_unset=unset
4708else
4709 lt_unset=false
4710fi
4711
4712
4713
4714
4715
4716# test EBCDIC or ASCII
4717case `echo X|tr X '\101'` in
4718 A) # ASCII based system
4719 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4720 lt_SP2NL='tr \040 \012'
4721 lt_NL2SP='tr \015\012 \040\040'
4722 ;;
4723 *) # EBCDIC based system
4724 lt_SP2NL='tr \100 \n'
4725 lt_NL2SP='tr \r\n \100\100'
4726 ;;
4727esac
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4738$as_echo_n "checking for $LD option to reload object files... " >&6; }
4739if ${lt_cv_ld_reload_flag+:} false; then :
4740 $as_echo_n "(cached) " >&6
4741else
4742 lt_cv_ld_reload_flag='-r'
4743fi
4744{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4745$as_echo "$lt_cv_ld_reload_flag" >&6; }
4746reload_flag=$lt_cv_ld_reload_flag
4747case $reload_flag in
4748"" | " "*) ;;
4749*) reload_flag=" $reload_flag" ;;
4750esac
4751reload_cmds='$LD$reload_flag -o $output$reload_objs'
4752case $host_os in
4753 darwin*)
4754 if test "$GCC" = yes; then
4755 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4756 else
4757 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4758 fi
4759 ;;
4760esac
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770if test -n "$ac_tool_prefix"; then
4771 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4772set dummy ${ac_tool_prefix}objdump; ac_word=$2
4773{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4774$as_echo_n "checking for $ac_word... " >&6; }
4775if ${ac_cv_prog_OBJDUMP+:} false; then :
4776 $as_echo_n "(cached) " >&6
4777else
4778 if test -n "$OBJDUMP"; then
4779 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4780else
4781as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4782for as_dir in $PATH
4783do
4784 IFS=$as_save_IFS
4785 test -z "$as_dir" && as_dir=.
4786 for ac_exec_ext in '' $ac_executable_extensions; do
4787 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4788 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4789 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4790 break 2
4791 fi
4792done
4793 done
4794IFS=$as_save_IFS
4795
4796fi
4797fi
4798OBJDUMP=$ac_cv_prog_OBJDUMP
4799if test -n "$OBJDUMP"; then
4800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4801$as_echo "$OBJDUMP" >&6; }
4802else
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4804$as_echo "no" >&6; }
4805fi
4806
4807
4808fi
4809if test -z "$ac_cv_prog_OBJDUMP"; then
4810 ac_ct_OBJDUMP=$OBJDUMP
4811 # Extract the first word of "objdump", so it can be a program name with args.
4812set dummy objdump; ac_word=$2
4813{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4814$as_echo_n "checking for $ac_word... " >&6; }
4815if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
4816 $as_echo_n "(cached) " >&6
4817else
4818 if test -n "$ac_ct_OBJDUMP"; then
4819 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4820else
4821as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4822for as_dir in $PATH
4823do
4824 IFS=$as_save_IFS
4825 test -z "$as_dir" && as_dir=.
4826 for ac_exec_ext in '' $ac_executable_extensions; do
4827 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4828 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4830 break 2
4831 fi
4832done
4833 done
4834IFS=$as_save_IFS
4835
4836fi
4837fi
4838ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4839if test -n "$ac_ct_OBJDUMP"; then
4840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4841$as_echo "$ac_ct_OBJDUMP" >&6; }
4842else
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4844$as_echo "no" >&6; }
4845fi
4846
4847 if test "x$ac_ct_OBJDUMP" = x; then
4848 OBJDUMP="false"
4849 else
4850 case $cross_compiling:$ac_tool_warned in
4851yes:)
4852{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4853$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4854ac_tool_warned=yes ;;
4855esac
4856 OBJDUMP=$ac_ct_OBJDUMP
4857 fi
4858else
4859 OBJDUMP="$ac_cv_prog_OBJDUMP"
4860fi
4861
4862test -z "$OBJDUMP" && OBJDUMP=objdump
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4873$as_echo_n "checking how to recognize dependent libraries... " >&6; }
4874if ${lt_cv_deplibs_check_method+:} false; then :
4875 $as_echo_n "(cached) " >&6
4876else
4877 lt_cv_file_magic_cmd='$MAGIC_CMD'
4878lt_cv_file_magic_test_file=
4879lt_cv_deplibs_check_method='unknown'
4880# Need to set the preceding variable on all platforms that support
4881# interlibrary dependencies.
4882# 'none' -- dependencies not supported.
4883# `unknown' -- same as none, but documents that we really don't know.
4884# 'pass_all' -- all dependencies passed with no checks.
4885# 'test_compile' -- check by making test program.
4886# 'file_magic [[regex]]' -- check by looking for files in library path
4887# which responds to the $file_magic_cmd with a given extended regex.
4888# If you have `file' or equivalent on your system and you're not sure
4889# whether `pass_all' will *always* work, you probably want this one.
4890
4891case $host_os in
4892aix[4-9]*)
4893 lt_cv_deplibs_check_method=pass_all
4894 ;;
4895
4896beos*)
4897 lt_cv_deplibs_check_method=pass_all
4898 ;;
4899
4900bsdi[45]*)
4901 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4902 lt_cv_file_magic_cmd='/usr/bin/file -L'
4903 lt_cv_file_magic_test_file=/shlib/libc.so
4904 ;;
4905
4906cygwin*)
4907 # func_win32_libid is a shell function defined in ltmain.sh
4908 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4909 lt_cv_file_magic_cmd='func_win32_libid'
4910 ;;
4911
4912mingw* | pw32*)
4913 # Base MSYS/MinGW do not provide the 'file' command needed by
4914 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4915 # unless we find 'file', for example because we are cross-compiling.
4916 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4917 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4918 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4919 lt_cv_file_magic_cmd='func_win32_libid'
4920 else
4921 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4922 lt_cv_file_magic_cmd='$OBJDUMP -f'
4923 fi
4924 ;;
4925
4926cegcc*)
4927 # use the weaker test based on 'objdump'. See mingw*.
4928 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4929 lt_cv_file_magic_cmd='$OBJDUMP -f'
4930 ;;
4931
4932darwin* | rhapsody*)
4933 lt_cv_deplibs_check_method=pass_all
4934 ;;
4935
4936freebsd* | dragonfly*)
4937 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4938 case $host_cpu in
4939 i*86 )
4940 # Not sure whether the presence of OpenBSD here was a mistake.
4941 # Let's accept both of them until this is cleared up.
4942 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4943 lt_cv_file_magic_cmd=/usr/bin/file
4944 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4945 ;;
4946 esac
4947 else
4948 lt_cv_deplibs_check_method=pass_all
4949 fi
4950 ;;
4951
4952gnu*)
4953 lt_cv_deplibs_check_method=pass_all
4954 ;;
4955
4956haiku*)
4957 lt_cv_deplibs_check_method=pass_all
4958 ;;
4959
4960hpux10.20* | hpux11*)
4961 lt_cv_file_magic_cmd=/usr/bin/file
4962 case $host_cpu in
4963 ia64*)
4964 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4965 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4966 ;;
4967 hppa*64*)
4968 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]'
4969 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4970 ;;
4971 *)
4972 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4973 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4974 ;;
4975 esac
4976 ;;
4977
4978interix[3-9]*)
4979 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4980 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4981 ;;
4982
4983irix5* | irix6* | nonstopux*)
4984 case $LD in
4985 *-32|*"-32 ") libmagic=32-bit;;
4986 *-n32|*"-n32 ") libmagic=N32;;
4987 *-64|*"-64 ") libmagic=64-bit;;
4988 *) libmagic=never-match;;
4989 esac
4990 lt_cv_deplibs_check_method=pass_all
4991 ;;
4992
4993# This must be Linux ELF.
4994linux* | k*bsd*-gnu | kopensolaris*-gnu)
4995 lt_cv_deplibs_check_method=pass_all
4996 ;;
4997
4998netbsd*)
4999 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5000 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5001 else
5002 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5003 fi
5004 ;;
5005
5006newos6*)
5007 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5008 lt_cv_file_magic_cmd=/usr/bin/file
5009 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5010 ;;
5011
5012*nto* | *qnx*)
5013 lt_cv_deplibs_check_method=pass_all
5014 ;;
5015
5016openbsd*)
5017 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5018 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5019 else
5020 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5021 fi
5022 ;;
5023
5024osf3* | osf4* | osf5*)
5025 lt_cv_deplibs_check_method=pass_all
5026 ;;
5027
5028rdos*)
5029 lt_cv_deplibs_check_method=pass_all
5030 ;;
5031
5032solaris*)
5033 lt_cv_deplibs_check_method=pass_all
5034 ;;
5035
5036sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5037 lt_cv_deplibs_check_method=pass_all
5038 ;;
5039
5040sysv4 | sysv4.3*)
5041 case $host_vendor in
5042 motorola)
5043 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]'
5044 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5045 ;;
5046 ncr)
5047 lt_cv_deplibs_check_method=pass_all
5048 ;;
5049 sequent)
5050 lt_cv_file_magic_cmd='/bin/file'
5051 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5052 ;;
5053 sni)
5054 lt_cv_file_magic_cmd='/bin/file'
5055 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5056 lt_cv_file_magic_test_file=/lib/libc.so
5057 ;;
5058 siemens)
5059 lt_cv_deplibs_check_method=pass_all
5060 ;;
5061 pc)
5062 lt_cv_deplibs_check_method=pass_all
5063 ;;
5064 esac
5065 ;;
5066
5067tpf*)
5068 lt_cv_deplibs_check_method=pass_all
5069 ;;
5070esac
5071
5072fi
5073{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5074$as_echo "$lt_cv_deplibs_check_method" >&6; }
5075file_magic_cmd=$lt_cv_file_magic_cmd
5076deplibs_check_method=$lt_cv_deplibs_check_method
5077test -z "$deplibs_check_method" && deplibs_check_method=unknown
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090plugin_option=
5091plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5092for plugin in $plugin_names; do
5093 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5094 if test x$plugin_so = x$plugin; then
5095 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5096 fi
5097 if test x$plugin_so != x$plugin; then
5098 plugin_option="--plugin $plugin_so"
5099 break
5100 fi
5101done
5102
5103if test -n "$ac_tool_prefix"; then
5104 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5105set dummy ${ac_tool_prefix}ar; ac_word=$2
5106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5107$as_echo_n "checking for $ac_word... " >&6; }
5108if ${ac_cv_prog_AR+:} false; then :
5109 $as_echo_n "(cached) " >&6
5110else
5111 if test -n "$AR"; then
5112 ac_cv_prog_AR="$AR" # Let the user override the test.
5113else
5114as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5115for as_dir in $PATH
5116do
5117 IFS=$as_save_IFS
5118 test -z "$as_dir" && as_dir=.
5119 for ac_exec_ext in '' $ac_executable_extensions; do
5120 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5121 ac_cv_prog_AR="${ac_tool_prefix}ar"
5122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5123 break 2
5124 fi
5125done
5126 done
5127IFS=$as_save_IFS
5128
5129fi
5130fi
5131AR=$ac_cv_prog_AR
5132if test -n "$AR"; then
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5134$as_echo "$AR" >&6; }
5135else
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5137$as_echo "no" >&6; }
5138fi
5139
5140
5141fi
5142if test -z "$ac_cv_prog_AR"; then
5143 ac_ct_AR=$AR
5144 # Extract the first word of "ar", so it can be a program name with args.
5145set dummy ar; ac_word=$2
5146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5147$as_echo_n "checking for $ac_word... " >&6; }
5148if ${ac_cv_prog_ac_ct_AR+:} false; then :
5149 $as_echo_n "(cached) " >&6
5150else
5151 if test -n "$ac_ct_AR"; then
5152 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5153else
5154as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5155for as_dir in $PATH
5156do
5157 IFS=$as_save_IFS
5158 test -z "$as_dir" && as_dir=.
5159 for ac_exec_ext in '' $ac_executable_extensions; do
5160 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5161 ac_cv_prog_ac_ct_AR="ar"
5162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5163 break 2
5164 fi
5165done
5166 done
5167IFS=$as_save_IFS
5168
5169fi
5170fi
5171ac_ct_AR=$ac_cv_prog_ac_ct_AR
5172if test -n "$ac_ct_AR"; then
5173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5174$as_echo "$ac_ct_AR" >&6; }
5175else
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5177$as_echo "no" >&6; }
5178fi
5179
5180 if test "x$ac_ct_AR" = x; then
5181 AR="false"
5182 else
5183 case $cross_compiling:$ac_tool_warned in
5184yes:)
5185{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5186$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5187ac_tool_warned=yes ;;
5188esac
5189 AR=$ac_ct_AR
5190 fi
5191else
5192 AR="$ac_cv_prog_AR"
5193fi
5194
5195test -z "$AR" && AR=ar
5196if test -n "$plugin_option"; then
5197 if $AR --help 2>&1 | grep -q "\--plugin"; then
5198 touch conftest.c
5199 $AR $plugin_option rc conftest.a conftest.c
5200 if test "$?" != 0; then
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5202$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5203 else
5204 AR="$AR $plugin_option"
5205 fi
5206 rm -f conftest.*
5207 fi
5208fi
5209test -z "$AR_FLAGS" && AR_FLAGS=cru
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221if test -n "$ac_tool_prefix"; then
5222 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5223set dummy ${ac_tool_prefix}strip; ac_word=$2
5224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5225$as_echo_n "checking for $ac_word... " >&6; }
5226if ${ac_cv_prog_STRIP+:} false; then :
5227 $as_echo_n "(cached) " >&6
5228else
5229 if test -n "$STRIP"; then
5230 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5231else
5232as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5233for as_dir in $PATH
5234do
5235 IFS=$as_save_IFS
5236 test -z "$as_dir" && as_dir=.
5237 for ac_exec_ext in '' $ac_executable_extensions; do
5238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5239 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5241 break 2
5242 fi
5243done
5244 done
5245IFS=$as_save_IFS
5246
5247fi
5248fi
5249STRIP=$ac_cv_prog_STRIP
5250if test -n "$STRIP"; then
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5252$as_echo "$STRIP" >&6; }
5253else
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5255$as_echo "no" >&6; }
5256fi
5257
5258
5259fi
5260if test -z "$ac_cv_prog_STRIP"; then
5261 ac_ct_STRIP=$STRIP
5262 # Extract the first word of "strip", so it can be a program name with args.
5263set dummy strip; ac_word=$2
5264{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5265$as_echo_n "checking for $ac_word... " >&6; }
5266if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5267 $as_echo_n "(cached) " >&6
5268else
5269 if test -n "$ac_ct_STRIP"; then
5270 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5271else
5272as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5273for as_dir in $PATH
5274do
5275 IFS=$as_save_IFS
5276 test -z "$as_dir" && as_dir=.
5277 for ac_exec_ext in '' $ac_executable_extensions; do
5278 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5279 ac_cv_prog_ac_ct_STRIP="strip"
5280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5281 break 2
5282 fi
5283done
5284 done
5285IFS=$as_save_IFS
5286
5287fi
5288fi
5289ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5290if test -n "$ac_ct_STRIP"; then
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5292$as_echo "$ac_ct_STRIP" >&6; }
5293else
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5295$as_echo "no" >&6; }
5296fi
5297
5298 if test "x$ac_ct_STRIP" = x; then
5299 STRIP=":"
5300 else
5301 case $cross_compiling:$ac_tool_warned in
5302yes:)
5303{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5304$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5305ac_tool_warned=yes ;;
5306esac
5307 STRIP=$ac_ct_STRIP
5308 fi
5309else
5310 STRIP="$ac_cv_prog_STRIP"
5311fi
5312
5313test -z "$STRIP" && STRIP=:
5314
5315
5316
5317
5318
5319
5320if test -n "$ac_tool_prefix"; then
5321 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5322set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5324$as_echo_n "checking for $ac_word... " >&6; }
5325if ${ac_cv_prog_RANLIB+:} false; then :
5326 $as_echo_n "(cached) " >&6
5327else
5328 if test -n "$RANLIB"; then
5329 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5330else
5331as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5332for as_dir in $PATH
5333do
5334 IFS=$as_save_IFS
5335 test -z "$as_dir" && as_dir=.
5336 for ac_exec_ext in '' $ac_executable_extensions; do
5337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5338 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5340 break 2
5341 fi
5342done
5343 done
5344IFS=$as_save_IFS
5345
5346fi
5347fi
5348RANLIB=$ac_cv_prog_RANLIB
5349if test -n "$RANLIB"; then
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5351$as_echo "$RANLIB" >&6; }
5352else
5353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5354$as_echo "no" >&6; }
5355fi
5356
5357
5358fi
5359if test -z "$ac_cv_prog_RANLIB"; then
5360 ac_ct_RANLIB=$RANLIB
5361 # Extract the first word of "ranlib", so it can be a program name with args.
5362set dummy ranlib; ac_word=$2
5363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5364$as_echo_n "checking for $ac_word... " >&6; }
5365if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5366 $as_echo_n "(cached) " >&6
5367else
5368 if test -n "$ac_ct_RANLIB"; then
5369 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5370else
5371as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5372for as_dir in $PATH
5373do
5374 IFS=$as_save_IFS
5375 test -z "$as_dir" && as_dir=.
5376 for ac_exec_ext in '' $ac_executable_extensions; do
5377 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5378 ac_cv_prog_ac_ct_RANLIB="ranlib"
5379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5380 break 2
5381 fi
5382done
5383 done
5384IFS=$as_save_IFS
5385
5386fi
5387fi
5388ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5389if test -n "$ac_ct_RANLIB"; then
5390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5391$as_echo "$ac_ct_RANLIB" >&6; }
5392else
5393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5394$as_echo "no" >&6; }
5395fi
5396
5397 if test "x$ac_ct_RANLIB" = x; then
5398 RANLIB=":"
5399 else
5400 case $cross_compiling:$ac_tool_warned in
5401yes:)
5402{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5403$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5404ac_tool_warned=yes ;;
5405esac
5406 RANLIB=$ac_ct_RANLIB
5407 fi
5408else
5409 RANLIB="$ac_cv_prog_RANLIB"
5410fi
5411
5412test -z "$RANLIB" && RANLIB=:
5413if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5414 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5415 RANLIB="$RANLIB $plugin_option"
5416 fi
5417fi
5418
5419
5420
5421
5422
5423
5424# Determine commands to create old-style static archives.
5425old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5426old_postinstall_cmds='chmod 644 $oldlib'
5427old_postuninstall_cmds=
5428
5429if test -n "$RANLIB"; then
5430 case $host_os in
5431 openbsd*)
5432 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5433 ;;
5434 *)
5435 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5436 ;;
5437 esac
5438 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5439fi
5440
5441case $host_os in
5442 darwin*)
5443 lock_old_archive_extraction=yes ;;
5444 *)
5445 lock_old_archive_extraction=no ;;
5446esac
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468for ac_prog in gawk mawk nawk awk
5469do
5470 # Extract the first word of "$ac_prog", so it can be a program name with args.
5471set dummy $ac_prog; ac_word=$2
5472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5473$as_echo_n "checking for $ac_word... " >&6; }
5474if ${ac_cv_prog_AWK+:} false; then :
5475 $as_echo_n "(cached) " >&6
5476else
5477 if test -n "$AWK"; then
5478 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5479else
5480as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5481for as_dir in $PATH
5482do
5483 IFS=$as_save_IFS
5484 test -z "$as_dir" && as_dir=.
5485 for ac_exec_ext in '' $ac_executable_extensions; do
5486 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5487 ac_cv_prog_AWK="$ac_prog"
5488 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5489 break 2
5490 fi
5491done
5492 done
5493IFS=$as_save_IFS
5494
5495fi
5496fi
5497AWK=$ac_cv_prog_AWK
5498if test -n "$AWK"; then
5499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5500$as_echo "$AWK" >&6; }
5501else
5502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5503$as_echo "no" >&6; }
5504fi
5505
5506
5507 test -n "$AWK" && break
5508done
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528# If no C compiler was specified, use CC.
5529LTCC=${LTCC-"$CC"}
5530
5531# If no C compiler flags were specified, use CFLAGS.
5532LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5533
5534# Allow CC to be a program name with arguments.
5535compiler=$CC
5536
5537
5538# Check for command to grab the raw symbol name followed by C symbol from nm.
5539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5540$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5541if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5542 $as_echo_n "(cached) " >&6
5543else
5544
5545# These are sane defaults that work on at least a few old systems.
5546# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5547
5548# Character class describing NM global symbol codes.
5549symcode='[BCDEGRST]'
5550
5551# Regexp to match symbols that can be accessed directly from C.
5552sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5553
5554# Define system-specific variables.
5555case $host_os in
5556aix*)
5557 symcode='[BCDT]'
5558 ;;
5559cygwin* | mingw* | pw32* | cegcc*)
5560 symcode='[ABCDGISTW]'
5561 ;;
5562hpux*)
5563 if test "$host_cpu" = ia64; then
5564 symcode='[ABCDEGRST]'
5565 fi
5566 ;;
5567irix* | nonstopux*)
5568 symcode='[BCDEGRST]'
5569 ;;
5570osf*)
5571 symcode='[BCDEGQRST]'
5572 ;;
5573solaris*)
5574 symcode='[BDRT]'
5575 ;;
5576sco3.2v5*)
5577 symcode='[DT]'
5578 ;;
5579sysv4.2uw2*)
5580 symcode='[DT]'
5581 ;;
5582sysv5* | sco5v6* | unixware* | OpenUNIX*)
5583 symcode='[ABDT]'
5584 ;;
5585sysv4)
5586 symcode='[DFNSTU]'
5587 ;;
5588esac
5589
5590# If we're using GNU nm, then use its standard symbol codes.
5591case `$NM -V 2>&1` in
5592*GNU* | *'with BFD'*)
5593 symcode='[ABCDGIRSTW]' ;;
5594esac
5595
5596# Transform an extracted symbol line into a proper C declaration.
5597# Some systems (esp. on ia64) link data and code symbols differently,
5598# so use this general approach.
5599lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5600
5601# Transform an extracted symbol line into symbol name and symbol address
5602lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5603lt_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'"
5604
5605# Handle CRLF in mingw tool chain
5606opt_cr=
5607case $build_os in
5608mingw*)
5609 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5610 ;;
5611esac
5612
5613# Try without a prefix underscore, then with it.
5614for ac_symprfx in "" "_"; do
5615
5616 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5617 symxfrm="\\1 $ac_symprfx\\2 \\2"
5618
5619 # Write the raw and C identifiers.
5620 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5621 # Fake it for dumpbin and say T for any non-static function
5622 # and D for any global variable.
5623 # Also find C++ and __fastcall symbols from MSVC++,
5624 # which start with @ or ?.
5625 lt_cv_sys_global_symbol_pipe="$AWK '"\
5626" {last_section=section; section=\$ 3};"\
5627" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5628" \$ 0!~/External *\|/{next};"\
5629" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5630" {if(hide[section]) next};"\
5631" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5632" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5633" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5634" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5635" ' prfx=^$ac_symprfx"
5636 else
5637 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5638 fi
5639
5640 # Check to see that the pipe works correctly.
5641 pipe_works=no
5642
5643 rm -f conftest*
5644 cat > conftest.$ac_ext <<_LT_EOF
5645#ifdef __cplusplus
5646extern "C" {
5647#endif
5648char nm_test_var;
5649void nm_test_func(void);
5650void nm_test_func(void){}
5651#ifdef __cplusplus
5652}
5653#endif
5654int main(){nm_test_var='a';nm_test_func();return(0);}
5655_LT_EOF
5656
5657 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5658 (eval $ac_compile) 2>&5
5659 ac_status=$?
5660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5661 test $ac_status = 0; }; then
5662 # Now try to grab the symbols.
5663 nlist=conftest.nm
5664 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5665 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5666 ac_status=$?
5667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5668 test $ac_status = 0; } && test -s "$nlist"; then
5669 # Try sorting and uniquifying the output.
5670 if sort "$nlist" | uniq > "$nlist"T; then
5671 mv -f "$nlist"T "$nlist"
5672 else
5673 rm -f "$nlist"T
5674 fi
5675
5676 # Make sure that we snagged all the symbols we need.
5677 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5678 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5679 cat <<_LT_EOF > conftest.$ac_ext
5680#ifdef __cplusplus
5681extern "C" {
5682#endif
5683
5684_LT_EOF
5685 # Now generate the symbol file.
5686 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5687
5688 cat <<_LT_EOF >> conftest.$ac_ext
5689
5690/* The mapping between symbol names and symbols. */
5691const struct {
5692 const char *name;
5693 void *address;
5694}
5695lt__PROGRAM__LTX_preloaded_symbols[] =
5696{
5697 { "@PROGRAM@", (void *) 0 },
5698_LT_EOF
5699 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5700 cat <<\_LT_EOF >> conftest.$ac_ext
5701 {0, (void *) 0}
5702};
5703
5704/* This works around a problem in FreeBSD linker */
5705#ifdef FREEBSD_WORKAROUND
5706static const void *lt_preloaded_setup() {
5707 return lt__PROGRAM__LTX_preloaded_symbols;
5708}
5709#endif
5710
5711#ifdef __cplusplus
5712}
5713#endif
5714_LT_EOF
5715 # Now try linking the two files.
5716 mv conftest.$ac_objext conftstm.$ac_objext
5717 lt_save_LIBS="$LIBS"
5718 lt_save_CFLAGS="$CFLAGS"
5719 LIBS="conftstm.$ac_objext"
5720 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5721 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5722 (eval $ac_link) 2>&5
5723 ac_status=$?
5724 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5725 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5726 pipe_works=yes
5727 fi
5728 LIBS="$lt_save_LIBS"
5729 CFLAGS="$lt_save_CFLAGS"
5730 else
5731 echo "cannot find nm_test_func in $nlist" >&5
5732 fi
5733 else
5734 echo "cannot find nm_test_var in $nlist" >&5
5735 fi
5736 else
5737 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5738 fi
5739 else
5740 echo "$progname: failed program was:" >&5
5741 cat conftest.$ac_ext >&5
5742 fi
5743 rm -rf conftest* conftst*
5744
5745 # Do not use the global_symbol_pipe unless it works.
5746 if test "$pipe_works" = yes; then
5747 break
5748 else
5749 lt_cv_sys_global_symbol_pipe=
5750 fi
5751done
5752
5753fi
5754
5755if test -z "$lt_cv_sys_global_symbol_pipe"; then
5756 lt_cv_sys_global_symbol_to_cdecl=
5757fi
5758if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5760$as_echo "failed" >&6; }
5761else
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5763$as_echo "ok" >&6; }
5764fi
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787# Check whether --enable-libtool-lock was given.
5788if test "${enable_libtool_lock+set}" = set; then :
5789 enableval=$enable_libtool_lock;
5790fi
5791
5792test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5793
5794# Some flags need to be propagated to the compiler or linker for good
5795# libtool support.
5796case $host in
5797ia64-*-hpux*)
5798 # Find out which ABI we are using.
5799 echo 'int i;' > conftest.$ac_ext
5800 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5801 (eval $ac_compile) 2>&5
5802 ac_status=$?
5803 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5804 test $ac_status = 0; }; then
5805 case `/usr/bin/file conftest.$ac_objext` in
5806 *ELF-32*)
5807 HPUX_IA64_MODE="32"
5808 ;;
5809 *ELF-64*)
5810 HPUX_IA64_MODE="64"
5811 ;;
5812 esac
5813 fi
5814 rm -rf conftest*
5815 ;;
5816*-*-irix6*)
5817 # Find out which ABI we are using.
5818 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5819 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5820 (eval $ac_compile) 2>&5
5821 ac_status=$?
5822 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5823 test $ac_status = 0; }; then
5824 if test "$lt_cv_prog_gnu_ld" = yes; then
5825 case `/usr/bin/file conftest.$ac_objext` in
5826 *32-bit*)
5827 LD="${LD-ld} -melf32bsmip"
5828 ;;
5829 *N32*)
5830 LD="${LD-ld} -melf32bmipn32"
5831 ;;
5832 *64-bit*)
5833 LD="${LD-ld} -melf64bmip"
5834 ;;
5835 esac
5836 else
5837 case `/usr/bin/file conftest.$ac_objext` in
5838 *32-bit*)
5839 LD="${LD-ld} -32"
5840 ;;
5841 *N32*)
5842 LD="${LD-ld} -n32"
5843 ;;
5844 *64-bit*)
5845 LD="${LD-ld} -64"
5846 ;;
5847 esac
5848 fi
5849 fi
5850 rm -rf conftest*
5851 ;;
5852
5853x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
5854s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5855 # Find out which ABI we are using.
5856 echo 'int i;' > conftest.$ac_ext
5857 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5858 (eval $ac_compile) 2>&5
5859 ac_status=$?
5860 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5861 test $ac_status = 0; }; then
5862 case `/usr/bin/file conftest.o` in
5863 *32-bit*)
5864 case $host in
5865 x86_64-*kfreebsd*-gnu)
5866 LD="${LD-ld} -m elf_i386_fbsd"
5867 ;;
5868 x86_64-*linux*)
5869 case `/usr/bin/file conftest.o` in
5870 *x86-64*)
5871 LD="${LD-ld} -m elf32_x86_64"
5872 ;;
5873 *)
5874 LD="${LD-ld} -m elf_i386"
5875 ;;
5876 esac
5877 ;;
5878 powerpc64le-*linux*)
5879 LD="${LD-ld} -m elf32lppclinux"
5880 ;;
5881 powerpc64-*linux*)
5882 LD="${LD-ld} -m elf32ppclinux"
5883 ;;
5884 s390x-*linux*)
5885 LD="${LD-ld} -m elf_s390"
5886 ;;
5887 sparc64-*linux*)
5888 LD="${LD-ld} -m elf32_sparc"
5889 ;;
5890 esac
5891 ;;
5892 *64-bit*)
5893 case $host in
5894 x86_64-*kfreebsd*-gnu)
5895 LD="${LD-ld} -m elf_x86_64_fbsd"
5896 ;;
5897 x86_64-*linux*)
5898 LD="${LD-ld} -m elf_x86_64"
5899 ;;
5900 powerpcle-*linux*)
5901 LD="${LD-ld} -m elf64lppc"
5902 ;;
5903 powerpc-*linux*)
5904 LD="${LD-ld} -m elf64ppc"
5905 ;;
5906 s390*-*linux*|s390*-*tpf*)
5907 LD="${LD-ld} -m elf64_s390"
5908 ;;
5909 sparc*-*linux*)
5910 LD="${LD-ld} -m elf64_sparc"
5911 ;;
5912 esac
5913 ;;
5914 esac
5915 fi
5916 rm -rf conftest*
5917 ;;
5918
5919*-*-sco3.2v5*)
5920 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5921 SAVE_CFLAGS="$CFLAGS"
5922 CFLAGS="$CFLAGS -belf"
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5924$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5925if ${lt_cv_cc_needs_belf+:} false; then :
5926 $as_echo_n "(cached) " >&6
5927else
5928 ac_ext=c
5929ac_cpp='$CPP $CPPFLAGS'
5930ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5931ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5932ac_compiler_gnu=$ac_cv_c_compiler_gnu
5933
5934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5935/* end confdefs.h. */
5936
5937int
5938main ()
5939{
5940
5941 ;
5942 return 0;
5943}
5944_ACEOF
5945if ac_fn_c_try_link "$LINENO"; then :
5946 lt_cv_cc_needs_belf=yes
5947else
5948 lt_cv_cc_needs_belf=no
5949fi
5950rm -f core conftest.err conftest.$ac_objext \
5951 conftest$ac_exeext conftest.$ac_ext
5952 ac_ext=c
5953ac_cpp='$CPP $CPPFLAGS'
5954ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5955ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5956ac_compiler_gnu=$ac_cv_c_compiler_gnu
5957
5958fi
5959{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5960$as_echo "$lt_cv_cc_needs_belf" >&6; }
5961 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5962 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5963 CFLAGS="$SAVE_CFLAGS"
5964 fi
5965 ;;
5966sparc*-*solaris*)
5967 # Find out which ABI we are using.
5968 echo 'int i;' > conftest.$ac_ext
5969 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5970 (eval $ac_compile) 2>&5
5971 ac_status=$?
5972 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5973 test $ac_status = 0; }; then
5974 case `/usr/bin/file conftest.o` in
5975 *64-bit*)
5976 case $lt_cv_prog_gnu_ld in
5977 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5978 *)
5979 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5980 LD="${LD-ld} -64"
5981 fi
5982 ;;
5983 esac
5984 ;;
5985 esac
5986 fi
5987 rm -rf conftest*
5988 ;;
5989esac
5990
5991need_locks="$enable_libtool_lock"
5992
5993
5994 case $host_os in
5995 rhapsody* | darwin*)
5996 if test -n "$ac_tool_prefix"; then
5997 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5998set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6000$as_echo_n "checking for $ac_word... " >&6; }
6001if ${ac_cv_prog_DSYMUTIL+:} false; then :
6002 $as_echo_n "(cached) " >&6
6003else
6004 if test -n "$DSYMUTIL"; then
6005 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6006else
6007as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6008for as_dir in $PATH
6009do
6010 IFS=$as_save_IFS
6011 test -z "$as_dir" && as_dir=.
6012 for ac_exec_ext in '' $ac_executable_extensions; do
6013 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6014 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6016 break 2
6017 fi
6018done
6019 done
6020IFS=$as_save_IFS
6021
6022fi
6023fi
6024DSYMUTIL=$ac_cv_prog_DSYMUTIL
6025if test -n "$DSYMUTIL"; then
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6027$as_echo "$DSYMUTIL" >&6; }
6028else
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6030$as_echo "no" >&6; }
6031fi
6032
6033
6034fi
6035if test -z "$ac_cv_prog_DSYMUTIL"; then
6036 ac_ct_DSYMUTIL=$DSYMUTIL
6037 # Extract the first word of "dsymutil", so it can be a program name with args.
6038set dummy dsymutil; ac_word=$2
6039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6040$as_echo_n "checking for $ac_word... " >&6; }
6041if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6042 $as_echo_n "(cached) " >&6
6043else
6044 if test -n "$ac_ct_DSYMUTIL"; then
6045 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6046else
6047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6048for as_dir in $PATH
6049do
6050 IFS=$as_save_IFS
6051 test -z "$as_dir" && as_dir=.
6052 for ac_exec_ext in '' $ac_executable_extensions; do
6053 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6054 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6056 break 2
6057 fi
6058done
6059 done
6060IFS=$as_save_IFS
6061
6062fi
6063fi
6064ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6065if test -n "$ac_ct_DSYMUTIL"; then
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6067$as_echo "$ac_ct_DSYMUTIL" >&6; }
6068else
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6070$as_echo "no" >&6; }
6071fi
6072
6073 if test "x$ac_ct_DSYMUTIL" = x; then
6074 DSYMUTIL=":"
6075 else
6076 case $cross_compiling:$ac_tool_warned in
6077yes:)
6078{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6079$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6080ac_tool_warned=yes ;;
6081esac
6082 DSYMUTIL=$ac_ct_DSYMUTIL
6083 fi
6084else
6085 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6086fi
6087
6088 if test -n "$ac_tool_prefix"; then
6089 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6090set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6092$as_echo_n "checking for $ac_word... " >&6; }
6093if ${ac_cv_prog_NMEDIT+:} false; then :
6094 $as_echo_n "(cached) " >&6
6095else
6096 if test -n "$NMEDIT"; then
6097 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6098else
6099as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6100for as_dir in $PATH
6101do
6102 IFS=$as_save_IFS
6103 test -z "$as_dir" && as_dir=.
6104 for ac_exec_ext in '' $ac_executable_extensions; do
6105 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6106 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6108 break 2
6109 fi
6110done
6111 done
6112IFS=$as_save_IFS
6113
6114fi
6115fi
6116NMEDIT=$ac_cv_prog_NMEDIT
6117if test -n "$NMEDIT"; then
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6119$as_echo "$NMEDIT" >&6; }
6120else
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6122$as_echo "no" >&6; }
6123fi
6124
6125
6126fi
6127if test -z "$ac_cv_prog_NMEDIT"; then
6128 ac_ct_NMEDIT=$NMEDIT
6129 # Extract the first word of "nmedit", so it can be a program name with args.
6130set dummy nmedit; ac_word=$2
6131{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6132$as_echo_n "checking for $ac_word... " >&6; }
6133if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6134 $as_echo_n "(cached) " >&6
6135else
6136 if test -n "$ac_ct_NMEDIT"; then
6137 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6138else
6139as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6140for as_dir in $PATH
6141do
6142 IFS=$as_save_IFS
6143 test -z "$as_dir" && as_dir=.
6144 for ac_exec_ext in '' $ac_executable_extensions; do
6145 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6146 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6148 break 2
6149 fi
6150done
6151 done
6152IFS=$as_save_IFS
6153
6154fi
6155fi
6156ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6157if test -n "$ac_ct_NMEDIT"; then
6158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6159$as_echo "$ac_ct_NMEDIT" >&6; }
6160else
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6162$as_echo "no" >&6; }
6163fi
6164
6165 if test "x$ac_ct_NMEDIT" = x; then
6166 NMEDIT=":"
6167 else
6168 case $cross_compiling:$ac_tool_warned in
6169yes:)
6170{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6171$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6172ac_tool_warned=yes ;;
6173esac
6174 NMEDIT=$ac_ct_NMEDIT
6175 fi
6176else
6177 NMEDIT="$ac_cv_prog_NMEDIT"
6178fi
6179
6180 if test -n "$ac_tool_prefix"; then
6181 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6182set dummy ${ac_tool_prefix}lipo; ac_word=$2
6183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6184$as_echo_n "checking for $ac_word... " >&6; }
6185if ${ac_cv_prog_LIPO+:} false; then :
6186 $as_echo_n "(cached) " >&6
6187else
6188 if test -n "$LIPO"; then
6189 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6190else
6191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6192for as_dir in $PATH
6193do
6194 IFS=$as_save_IFS
6195 test -z "$as_dir" && as_dir=.
6196 for ac_exec_ext in '' $ac_executable_extensions; do
6197 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6198 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6200 break 2
6201 fi
6202done
6203 done
6204IFS=$as_save_IFS
6205
6206fi
6207fi
6208LIPO=$ac_cv_prog_LIPO
6209if test -n "$LIPO"; then
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6211$as_echo "$LIPO" >&6; }
6212else
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6214$as_echo "no" >&6; }
6215fi
6216
6217
6218fi
6219if test -z "$ac_cv_prog_LIPO"; then
6220 ac_ct_LIPO=$LIPO
6221 # Extract the first word of "lipo", so it can be a program name with args.
6222set dummy lipo; ac_word=$2
6223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6224$as_echo_n "checking for $ac_word... " >&6; }
6225if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6226 $as_echo_n "(cached) " >&6
6227else
6228 if test -n "$ac_ct_LIPO"; then
6229 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6230else
6231as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6232for as_dir in $PATH
6233do
6234 IFS=$as_save_IFS
6235 test -z "$as_dir" && as_dir=.
6236 for ac_exec_ext in '' $ac_executable_extensions; do
6237 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6238 ac_cv_prog_ac_ct_LIPO="lipo"
6239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6240 break 2
6241 fi
6242done
6243 done
6244IFS=$as_save_IFS
6245
6246fi
6247fi
6248ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6249if test -n "$ac_ct_LIPO"; then
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6251$as_echo "$ac_ct_LIPO" >&6; }
6252else
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6254$as_echo "no" >&6; }
6255fi
6256
6257 if test "x$ac_ct_LIPO" = x; then
6258 LIPO=":"
6259 else
6260 case $cross_compiling:$ac_tool_warned in
6261yes:)
6262{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6263$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6264ac_tool_warned=yes ;;
6265esac
6266 LIPO=$ac_ct_LIPO
6267 fi
6268else
6269 LIPO="$ac_cv_prog_LIPO"
6270fi
6271
6272 if test -n "$ac_tool_prefix"; then
6273 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6274set dummy ${ac_tool_prefix}otool; ac_word=$2
6275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6276$as_echo_n "checking for $ac_word... " >&6; }
6277if ${ac_cv_prog_OTOOL+:} false; then :
6278 $as_echo_n "(cached) " >&6
6279else
6280 if test -n "$OTOOL"; then
6281 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6282else
6283as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6284for as_dir in $PATH
6285do
6286 IFS=$as_save_IFS
6287 test -z "$as_dir" && as_dir=.
6288 for ac_exec_ext in '' $ac_executable_extensions; do
6289 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6290 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6291 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6292 break 2
6293 fi
6294done
6295 done
6296IFS=$as_save_IFS
6297
6298fi
6299fi
6300OTOOL=$ac_cv_prog_OTOOL
6301if test -n "$OTOOL"; then
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6303$as_echo "$OTOOL" >&6; }
6304else
6305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6306$as_echo "no" >&6; }
6307fi
6308
6309
6310fi
6311if test -z "$ac_cv_prog_OTOOL"; then
6312 ac_ct_OTOOL=$OTOOL
6313 # Extract the first word of "otool", so it can be a program name with args.
6314set dummy otool; ac_word=$2
6315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6316$as_echo_n "checking for $ac_word... " >&6; }
6317if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6318 $as_echo_n "(cached) " >&6
6319else
6320 if test -n "$ac_ct_OTOOL"; then
6321 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6322else
6323as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6324for as_dir in $PATH
6325do
6326 IFS=$as_save_IFS
6327 test -z "$as_dir" && as_dir=.
6328 for ac_exec_ext in '' $ac_executable_extensions; do
6329 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6330 ac_cv_prog_ac_ct_OTOOL="otool"
6331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6332 break 2
6333 fi
6334done
6335 done
6336IFS=$as_save_IFS
6337
6338fi
6339fi
6340ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6341if test -n "$ac_ct_OTOOL"; then
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6343$as_echo "$ac_ct_OTOOL" >&6; }
6344else
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6346$as_echo "no" >&6; }
6347fi
6348
6349 if test "x$ac_ct_OTOOL" = x; then
6350 OTOOL=":"
6351 else
6352 case $cross_compiling:$ac_tool_warned in
6353yes:)
6354{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6355$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6356ac_tool_warned=yes ;;
6357esac
6358 OTOOL=$ac_ct_OTOOL
6359 fi
6360else
6361 OTOOL="$ac_cv_prog_OTOOL"
6362fi
6363
6364 if test -n "$ac_tool_prefix"; then
6365 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6366set dummy ${ac_tool_prefix}otool64; ac_word=$2
6367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6368$as_echo_n "checking for $ac_word... " >&6; }
6369if ${ac_cv_prog_OTOOL64+:} false; then :
6370 $as_echo_n "(cached) " >&6
6371else
6372 if test -n "$OTOOL64"; then
6373 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6374else
6375as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6376for as_dir in $PATH
6377do
6378 IFS=$as_save_IFS
6379 test -z "$as_dir" && as_dir=.
6380 for ac_exec_ext in '' $ac_executable_extensions; do
6381 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6382 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6384 break 2
6385 fi
6386done
6387 done
6388IFS=$as_save_IFS
6389
6390fi
6391fi
6392OTOOL64=$ac_cv_prog_OTOOL64
6393if test -n "$OTOOL64"; then
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6395$as_echo "$OTOOL64" >&6; }
6396else
6397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6398$as_echo "no" >&6; }
6399fi
6400
6401
6402fi
6403if test -z "$ac_cv_prog_OTOOL64"; then
6404 ac_ct_OTOOL64=$OTOOL64
6405 # Extract the first word of "otool64", so it can be a program name with args.
6406set dummy otool64; ac_word=$2
6407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6408$as_echo_n "checking for $ac_word... " >&6; }
6409if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6410 $as_echo_n "(cached) " >&6
6411else
6412 if test -n "$ac_ct_OTOOL64"; then
6413 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6414else
6415as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6416for as_dir in $PATH
6417do
6418 IFS=$as_save_IFS
6419 test -z "$as_dir" && as_dir=.
6420 for ac_exec_ext in '' $ac_executable_extensions; do
6421 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6422 ac_cv_prog_ac_ct_OTOOL64="otool64"
6423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6424 break 2
6425 fi
6426done
6427 done
6428IFS=$as_save_IFS
6429
6430fi
6431fi
6432ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6433if test -n "$ac_ct_OTOOL64"; then
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6435$as_echo "$ac_ct_OTOOL64" >&6; }
6436else
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6438$as_echo "no" >&6; }
6439fi
6440
6441 if test "x$ac_ct_OTOOL64" = x; then
6442 OTOOL64=":"
6443 else
6444 case $cross_compiling:$ac_tool_warned in
6445yes:)
6446{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6447$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6448ac_tool_warned=yes ;;
6449esac
6450 OTOOL64=$ac_ct_OTOOL64
6451 fi
6452else
6453 OTOOL64="$ac_cv_prog_OTOOL64"
6454fi
6455
6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6483$as_echo_n "checking for -single_module linker flag... " >&6; }
6484if ${lt_cv_apple_cc_single_mod+:} false; then :
6485 $as_echo_n "(cached) " >&6
6486else
6487 lt_cv_apple_cc_single_mod=no
6488 if test -z "${LT_MULTI_MODULE}"; then
6489 # By default we will add the -single_module flag. You can override
6490 # by either setting the environment variable LT_MULTI_MODULE
6491 # non-empty at configure time, or by adding -multi_module to the
6492 # link flags.
6493 rm -rf libconftest.dylib*
6494 echo "int foo(void){return 1;}" > conftest.c
6495 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6496-dynamiclib -Wl,-single_module conftest.c" >&5
6497 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6498 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6499 _lt_result=$?
6500 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6501 lt_cv_apple_cc_single_mod=yes
6502 else
6503 cat conftest.err >&5
6504 fi
6505 rm -rf libconftest.dylib*
6506 rm -f conftest.*
6507 fi
6508fi
6509{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6510$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6512$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6513if ${lt_cv_ld_exported_symbols_list+:} false; then :
6514 $as_echo_n "(cached) " >&6
6515else
6516 lt_cv_ld_exported_symbols_list=no
6517 save_LDFLAGS=$LDFLAGS
6518 echo "_main" > conftest.sym
6519 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6521/* end confdefs.h. */
6522
6523int
6524main ()
6525{
6526
6527 ;
6528 return 0;
6529}
6530_ACEOF
6531if ac_fn_c_try_link "$LINENO"; then :
6532 lt_cv_ld_exported_symbols_list=yes
6533else
6534 lt_cv_ld_exported_symbols_list=no
6535fi
6536rm -f core conftest.err conftest.$ac_objext \
6537 conftest$ac_exeext conftest.$ac_ext
6538 LDFLAGS="$save_LDFLAGS"
6539
6540fi
6541{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6542$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6544$as_echo_n "checking for -force_load linker flag... " >&6; }
6545if ${lt_cv_ld_force_load+:} false; then :
6546 $as_echo_n "(cached) " >&6
6547else
6548 lt_cv_ld_force_load=no
6549 cat > conftest.c << _LT_EOF
6550int forced_loaded() { return 2;}
6551_LT_EOF
6552 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6553 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6554 echo "$AR cru libconftest.a conftest.o" >&5
6555 $AR cru libconftest.a conftest.o 2>&5
6556 cat > conftest.c << _LT_EOF
6557int main() { return 0;}
6558_LT_EOF
6559 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6560 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6561 _lt_result=$?
6562 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6563 lt_cv_ld_force_load=yes
6564 else
6565 cat conftest.err >&5
6566 fi
6567 rm -f conftest.err libconftest.a conftest conftest.c
6568 rm -rf conftest.dSYM
6569
6570fi
6571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6572$as_echo "$lt_cv_ld_force_load" >&6; }
6573 case $host_os in
6574 rhapsody* | darwin1.[012])
6575 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6576 darwin1.*)
6577 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6578 darwin*) # darwin 5.x on
6579 # if running on 10.5 or later, the deployment target defaults
6580 # to the OS version, if on x86, and 10.4, the deployment
6581 # target defaults to 10.4. Don't you love it?
6582 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6583 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6584 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6585 10.[012][,.]*)
6586 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6587 10.*)
6588 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6589 esac
6590 ;;
6591 esac
6592 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6593 _lt_dar_single_mod='$single_module'
6594 fi
6595 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6596 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6597 else
6598 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6599 fi
6600 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6601 _lt_dsymutil='~$DSYMUTIL $lib || :'
6602 else
6603 _lt_dsymutil=
6604 fi
6605 ;;
6606 esac
6607
6608for ac_header in dlfcn.h
6609do :
6610 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6611"
6612if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6613 cat >>confdefs.h <<_ACEOF
6614#define HAVE_DLFCN_H 1
6615_ACEOF
6616
6617fi
6618
6619done
6620
6621
6622
ebe9564b 6623
b9249c46
MF
6624
6625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6626$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
6627if ${ac_cv_c_bigendian+:} false; then :
6628 $as_echo_n "(cached) " >&6
6629else
6630 ac_cv_c_bigendian=unknown
6631 # See if we're dealing with a universal compiler.
6632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6633/* end confdefs.h. */
6634#ifndef __APPLE_CC__
6635 not a universal capable compiler
6636 #endif
6637 typedef int dummy;
6638
6639_ACEOF
6640if ac_fn_c_try_compile "$LINENO"; then :
6641
6642 # Check for potential -arch flags. It is not universal unless
6643 # there are at least two -arch flags with different values.
6644 ac_arch=
6645 ac_prev=
6646 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6647 if test -n "$ac_prev"; then
6648 case $ac_word in
6649 i?86 | x86_64 | ppc | ppc64)
6650 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6651 ac_arch=$ac_word
6652 else
6653 ac_cv_c_bigendian=universal
6654 break
6655 fi
6656 ;;
6657 esac
6658 ac_prev=
6659 elif test "x$ac_word" = "x-arch"; then
6660 ac_prev=arch
6661 fi
6662 done
6663fi
6664rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6665 if test $ac_cv_c_bigendian = unknown; then
6666 # See if sys/param.h defines the BYTE_ORDER macro.
6667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6668/* end confdefs.h. */
6669#include <sys/types.h>
6670 #include <sys/param.h>
6671
6672int
6673main ()
6674{
6675#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6676 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6677 && LITTLE_ENDIAN)
6678 bogus endian macros
6679 #endif
6680
6681 ;
6682 return 0;
6683}
6684_ACEOF
6685if ac_fn_c_try_compile "$LINENO"; then :
6686 # It does; now see whether it defined to BIG_ENDIAN or not.
6687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6688/* end confdefs.h. */
6689#include <sys/types.h>
6690 #include <sys/param.h>
6691
6692int
6693main ()
6694{
6695#if BYTE_ORDER != BIG_ENDIAN
6696 not big endian
6697 #endif
6698
6699 ;
6700 return 0;
6701}
6702_ACEOF
6703if ac_fn_c_try_compile "$LINENO"; then :
6704 ac_cv_c_bigendian=yes
6705else
6706 ac_cv_c_bigendian=no
6707fi
6708rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6709fi
6710rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6711 fi
6712 if test $ac_cv_c_bigendian = unknown; then
6713 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6715/* end confdefs.h. */
6716#include <limits.h>
6717
6718int
6719main ()
6720{
6721#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6722 bogus endian macros
6723 #endif
6724
6725 ;
6726 return 0;
6727}
6728_ACEOF
6729if ac_fn_c_try_compile "$LINENO"; then :
6730 # It does; now see whether it defined to _BIG_ENDIAN or not.
6731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6732/* end confdefs.h. */
6733#include <limits.h>
6734
6735int
6736main ()
6737{
6738#ifndef _BIG_ENDIAN
6739 not big endian
6740 #endif
6741
6742 ;
6743 return 0;
6744}
6745_ACEOF
6746if ac_fn_c_try_compile "$LINENO"; then :
6747 ac_cv_c_bigendian=yes
6748else
6749 ac_cv_c_bigendian=no
6750fi
6751rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6752fi
6753rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6754 fi
6755 if test $ac_cv_c_bigendian = unknown; then
6756 # Compile a test program.
6757 if test "$cross_compiling" = yes; then :
6758 # Try to guess by grepping values from an object file.
6759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6760/* end confdefs.h. */
6761short int ascii_mm[] =
6762 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6763 short int ascii_ii[] =
6764 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6765 int use_ascii (int i) {
6766 return ascii_mm[i] + ascii_ii[i];
6767 }
6768 short int ebcdic_ii[] =
6769 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6770 short int ebcdic_mm[] =
6771 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6772 int use_ebcdic (int i) {
6773 return ebcdic_mm[i] + ebcdic_ii[i];
6774 }
6775 extern int foo;
6776
6777int
6778main ()
6779{
6780return use_ascii (foo) == use_ebcdic (foo);
6781 ;
6782 return 0;
6783}
6784_ACEOF
6785if ac_fn_c_try_compile "$LINENO"; then :
6786 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6787 ac_cv_c_bigendian=yes
6788 fi
6789 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6790 if test "$ac_cv_c_bigendian" = unknown; then
6791 ac_cv_c_bigendian=no
6792 else
6793 # finding both strings is unlikely to happen, but who knows?
6794 ac_cv_c_bigendian=unknown
6795 fi
6796 fi
6797fi
6798rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6799else
6800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6801/* end confdefs.h. */
6802$ac_includes_default
6803int
6804main ()
6805{
6806
6807 /* Are we little or big endian? From Harbison&Steele. */
6808 union
6809 {
6810 long int l;
6811 char c[sizeof (long int)];
6812 } u;
6813 u.l = 1;
6814 return u.c[sizeof (long int) - 1] == 1;
6815
6816 ;
6817 return 0;
6818}
6819_ACEOF
6820if ac_fn_c_try_run "$LINENO"; then :
6821 ac_cv_c_bigendian=no
6822else
6823 ac_cv_c_bigendian=yes
6824fi
6825rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6826 conftest.$ac_objext conftest.beam conftest.$ac_ext
6827fi
6828
6829 fi
6830fi
6831{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6832$as_echo "$ac_cv_c_bigendian" >&6; }
6833 case $ac_cv_c_bigendian in #(
6834 yes)
6835 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6836;; #(
6837 no)
6838 ;; #(
6839 universal)
6840
6841$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6842
6843 ;; #(
6844 *)
6845 as_fn_error $? "unknown endianness
6846 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6847 esac
6848
6849
6850
6851
c25ea03d
MF
6852if test "x$cross_compiling" = "xno"; then
6853 : "${CC_FOR_BUILD:=\$(CC)}"
6854 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
c2783492 6855 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
c25ea03d
MF
6856else
6857 : "${CC_FOR_BUILD:=gcc}"
6858 : "${CFLAGS_FOR_BUILD:=-g -O}"
c2783492 6859 : "${LDLFAGS_FOR_BUILD:=}"
b9249c46
MF
6860fi
6861
6862
6863
c25ea03d 6864
c2783492 6865
a3e2cc64
MF
6866if test -n "$ac_tool_prefix"; then
6867 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6868set dummy ${ac_tool_prefix}ar; ac_word=$2
6869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6870$as_echo_n "checking for $ac_word... " >&6; }
6871if ${ac_cv_prog_AR+:} false; then :
6872 $as_echo_n "(cached) " >&6
6873else
6874 if test -n "$AR"; then
6875 ac_cv_prog_AR="$AR" # Let the user override the test.
6876else
6877as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6878for as_dir in $PATH
6879do
6880 IFS=$as_save_IFS
6881 test -z "$as_dir" && as_dir=.
6882 for ac_exec_ext in '' $ac_executable_extensions; do
6883 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6884 ac_cv_prog_AR="${ac_tool_prefix}ar"
6885 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6886 break 2
6887 fi
6888done
6889 done
6890IFS=$as_save_IFS
6891
6892fi
6893fi
6894AR=$ac_cv_prog_AR
6895if test -n "$AR"; then
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6897$as_echo "$AR" >&6; }
6898else
6899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6900$as_echo "no" >&6; }
6901fi
6902
6903
6904fi
6905if test -z "$ac_cv_prog_AR"; then
6906 ac_ct_AR=$AR
6907 # Extract the first word of "ar", so it can be a program name with args.
6908set dummy ar; ac_word=$2
6909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6910$as_echo_n "checking for $ac_word... " >&6; }
6911if ${ac_cv_prog_ac_ct_AR+:} false; then :
6912 $as_echo_n "(cached) " >&6
6913else
6914 if test -n "$ac_ct_AR"; then
6915 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6916else
6917as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6918for as_dir in $PATH
6919do
6920 IFS=$as_save_IFS
6921 test -z "$as_dir" && as_dir=.
6922 for ac_exec_ext in '' $ac_executable_extensions; do
6923 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6924 ac_cv_prog_ac_ct_AR="ar"
6925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6926 break 2
6927 fi
6928done
6929 done
6930IFS=$as_save_IFS
6931
6932fi
6933fi
6934ac_ct_AR=$ac_cv_prog_ac_ct_AR
6935if test -n "$ac_ct_AR"; then
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6937$as_echo "$ac_ct_AR" >&6; }
6938else
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6940$as_echo "no" >&6; }
6941fi
6942
6943 if test "x$ac_ct_AR" = x; then
6944 AR=""
6945 else
6946 case $cross_compiling:$ac_tool_warned in
6947yes:)
6948{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6949$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6950ac_tool_warned=yes ;;
6951esac
6952 AR=$ac_ct_AR
6953 fi
6954else
6955 AR="$ac_cv_prog_AR"
6956fi
b9249c46
MF
6957
6958if test -n "$ac_tool_prefix"; then
6959 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6960set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6962$as_echo_n "checking for $ac_word... " >&6; }
6963if ${ac_cv_prog_RANLIB+:} false; then :
6964 $as_echo_n "(cached) " >&6
6965else
6966 if test -n "$RANLIB"; then
6967 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6968else
6969as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6970for as_dir in $PATH
6971do
6972 IFS=$as_save_IFS
6973 test -z "$as_dir" && as_dir=.
6974 for ac_exec_ext in '' $ac_executable_extensions; do
6975 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6976 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6978 break 2
6979 fi
6980done
6981 done
6982IFS=$as_save_IFS
6983
6984fi
6985fi
6986RANLIB=$ac_cv_prog_RANLIB
6987if test -n "$RANLIB"; then
6988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6989$as_echo "$RANLIB" >&6; }
6990else
6991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6992$as_echo "no" >&6; }
6993fi
6994
6995
6996fi
6997if test -z "$ac_cv_prog_RANLIB"; then
6998 ac_ct_RANLIB=$RANLIB
6999 # Extract the first word of "ranlib", so it can be a program name with args.
7000set dummy ranlib; ac_word=$2
7001{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7002$as_echo_n "checking for $ac_word... " >&6; }
7003if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7004 $as_echo_n "(cached) " >&6
7005else
7006 if test -n "$ac_ct_RANLIB"; then
7007 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7008else
7009as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7010for as_dir in $PATH
7011do
7012 IFS=$as_save_IFS
7013 test -z "$as_dir" && as_dir=.
7014 for ac_exec_ext in '' $ac_executable_extensions; do
7015 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7016 ac_cv_prog_ac_ct_RANLIB="ranlib"
7017 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7018 break 2
7019 fi
7020done
7021 done
7022IFS=$as_save_IFS
7023
7024fi
7025fi
7026ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7027if test -n "$ac_ct_RANLIB"; then
7028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7029$as_echo "$ac_ct_RANLIB" >&6; }
7030else
7031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7032$as_echo "no" >&6; }
7033fi
7034
7035 if test "x$ac_ct_RANLIB" = x; then
7036 RANLIB=":"
7037 else
7038 case $cross_compiling:$ac_tool_warned in
7039yes:)
7040{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7041$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7042ac_tool_warned=yes ;;
7043esac
7044 RANLIB=$ac_ct_RANLIB
7045 fi
7046else
7047 RANLIB="$ac_cv_prog_RANLIB"
7048fi
7049
7050
7051# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
7052# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
7053# is C99. So handle it ourselves.
7054:
7055C_DIALECT=
7056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
7057$as_echo_n "checking whether C11 is supported by default... " >&6; }
7058cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7059/* end confdefs.h. */
7060
7061#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7062# error "C11 support not found"
7063#endif
7064
7065_ACEOF
7066if ac_fn_c_try_compile "$LINENO"; then :
7067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7068$as_echo "yes" >&6; }
7069else
7070
7071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7072$as_echo "no" >&6; }
7073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
7074$as_echo_n "checking for -std=c11 support... " >&6; }
7075 ac_save_CC="$CC"
7076 CC="$CC -std=c11"
7077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7078/* end confdefs.h. */
7079
7080#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7081# error "C11 support not found"
7082#endif
7083
7084_ACEOF
7085if ac_fn_c_try_compile "$LINENO"; then :
7086
7087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7088$as_echo "yes" >&6; }
7089 CC="$ac_save_CC"
7090 C_DIALECT="-std=c11"
7091
7092else
7093 as_fn_error $? "C11 is required" "$LINENO" 5
7094fi
7095rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7096fi
7097rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7098
7099
c2783492
MF
7100ac_config_headers="$ac_config_headers config.h:config.in"
7101
7102
b9249c46
MF
7103# Some of the common include files depend on bfd.h, and bfd.h checks
7104# that config.h is included first by testing that the PACKAGE macro
7105# is defined.
7106PACKAGE=sim
7107
7108cat >>confdefs.h <<_ACEOF
7109#define PACKAGE "$PACKAGE"
7110_ACEOF
7111
7112
7113
7114# Dependency checking.
7115ac_config_commands="$ac_config_commands depdir"
7116
7117
7118depcc="$CC" am_compiler_list=
7119
7120am_depcomp=$ac_aux_dir/depcomp
7121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7122$as_echo_n "checking dependency style of $depcc... " >&6; }
7123if ${am_cv_CC_dependencies_compiler_type+:} false; then :
7124 $as_echo_n "(cached) " >&6
7125else
7126 if test -f "$am_depcomp"; then
7127 # We make a subdir and do the tests there. Otherwise we can end up
7128 # making bogus files that we don't know about and never remove. For
7129 # instance it was reported that on HP-UX the gcc test will end up
7130 # making a dummy file named `D' -- because `-MD' means `put the output
7131 # in D'.
7132 mkdir conftest.dir
7133 # Copy depcomp to subdir because otherwise we won't find it if we're
7134 # using a relative directory.
7135 cp "$am_depcomp" conftest.dir
7136 cd conftest.dir
7137 # We will build objects and dependencies in a subdirectory because
7138 # it helps to detect inapplicable dependency modes. For instance
7139 # both Tru64's cc and ICC support -MD to output dependencies as a
7140 # side effect of compilation, but ICC will put the dependencies in
7141 # the current directory while Tru64 will put them in the object
7142 # directory.
7143 mkdir sub
7144
7145 am_cv_CC_dependencies_compiler_type=none
7146 if test "$am_compiler_list" = ""; then
7147 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7148 fi
7149 for depmode in $am_compiler_list; do
7150 if test $depmode = none; then break; fi
7151
7152 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7153 # Setup a source with many dependencies, because some compilers
7154 # like to wrap large dependency lists on column 80 (with \), and
7155 # we should not choose a depcomp mode which is confused by this.
7156 #
7157 # We need to recreate these files for each test, as the compiler may
7158 # overwrite some of them when testing with obscure command lines.
7159 # This happens at least with the AIX C compiler.
7160 : > sub/conftest.c
7161 for i in 1 2 3 4 5 6; do
7162 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7163 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7164 # Solaris 8's {/usr,}/bin/sh.
7165 touch sub/conftst$i.h
7166 done
7167 echo "include sub/conftest.Po" > confmf
7168
7169 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7170 # mode. It turns out that the SunPro C++ compiler does not properly
7171 # handle `-M -o', and we need to detect this.
7172 depcmd="depmode=$depmode \
7173 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7174 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7175 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7176 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7177 if env $depcmd > conftest.err 2>&1 &&
7178 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7179 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7180 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7181 # icc doesn't choke on unknown options, it will just issue warnings
7182 # or remarks (even with -Werror). So we grep stderr for any message
7183 # that says an option was ignored or not supported.
7184 # When given -MP, icc 7.0 and 7.1 complain thusly:
7185 # icc: Command line warning: ignoring option '-M'; no argument required
7186 # The diagnosis changed in icc 8.0:
7187 # icc: Command line remark: option '-MP' not supported
7188 if (grep 'ignoring option' conftest.err ||
7189 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7190 am_cv_CC_dependencies_compiler_type=$depmode
7191 $as_echo "$as_me:$LINENO: success" >&5
7192 break
7193 fi
7194 fi
7195 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7196 sed -e 's/^/| /' < conftest.err >&5
7197 done
7198
7199 cd ..
7200 rm -rf conftest.dir
7201else
7202 am_cv_CC_dependencies_compiler_type=none
7203fi
7204
7205fi
7206{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7207$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7208if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
7209then as_fn_error $? "no usable dependency style found" "$LINENO" 5
7210else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7211
7212fi
7213
7214
b9249c46
MF
7215ALL_LINGUAS=
7216# If we haven't got the data from the intl directory,
7217# assume NLS is disabled.
7218USE_NLS=no
7219LIBINTL=
7220LIBINTL_DEP=
7221INCINTL=
7222XGETTEXT=
7223GMSGFMT=
7224POSUB=
7225
7226if test -f ../../intl/config.intl; then
7227 . ../../intl/config.intl
7228fi
7229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7230$as_echo_n "checking whether NLS is requested... " >&6; }
7231if test x"$USE_NLS" != xyes; then
7232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7233$as_echo "no" >&6; }
7234else
7235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7236$as_echo "yes" >&6; }
7237
7238$as_echo "#define ENABLE_NLS 1" >>confdefs.h
7239
7240
7241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7242$as_echo_n "checking for catalogs to be installed... " >&6; }
7243 # Look for .po and .gmo files in the source directory.
7244 CATALOGS=
7245 XLINGUAS=
7246 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7247 # If there aren't any .gmo files the shell will give us the
7248 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7249 # weeded out.
7250 case "$cat" in *\**)
7251 continue;;
7252 esac
7253 # The quadruple backslash is collapsed to a double backslash
7254 # by the backticks, then collapsed again by the double quotes,
7255 # leaving us with one backslash in the sed expression (right
7256 # before the dot that mustn't act as a wildcard).
7257 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7258 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7259 # The user is allowed to set LINGUAS to a list of languages to
7260 # install catalogs for. If it's empty that means "all of them."
7261 if test "x$LINGUAS" = x; then
7262 CATALOGS="$CATALOGS $cat"
7263 XLINGUAS="$XLINGUAS $lang"
7264 else
7265 case "$LINGUAS" in *$lang*)
7266 CATALOGS="$CATALOGS $cat"
7267 XLINGUAS="$XLINGUAS $lang"
7268 ;;
7269 esac
7270 fi
7271 done
7272 LINGUAS="$XLINGUAS"
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7274$as_echo "$LINGUAS" >&6; }
7275
7276
7277 DATADIRNAME=share
7278
7279 INSTOBJEXT=.mo
7280
7281 GENCAT=gencat
7282
7283 CATOBJEXT=.gmo
7284
7285fi
7286
7287# Check for common headers.
7288# NB: You can assume C11 headers exist.
b9249c46 7289
b9249c46
MF
7290
7291ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7292#include <sys/types.h>
7293#endif
7294#ifdef HAVE_SYS_STAT_H
7295#include <sys/stat.h>
7296#endif
7297"
7298if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
7299
7300cat >>confdefs.h <<_ACEOF
7301#define HAVE_STRUCT_STAT_ST_DEV 1
7302_ACEOF
7303
7304
7305fi
7306ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7307#include <sys/types.h>
7308#endif
7309#ifdef HAVE_SYS_STAT_H
7310#include <sys/stat.h>
7311#endif
7312"
7313if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
7314
7315cat >>confdefs.h <<_ACEOF
7316#define HAVE_STRUCT_STAT_ST_INO 1
7317_ACEOF
7318
7319
7320fi
7321ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7322#include <sys/types.h>
7323#endif
7324#ifdef HAVE_SYS_STAT_H
7325#include <sys/stat.h>
7326#endif
7327"
7328if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
7329
7330cat >>confdefs.h <<_ACEOF
7331#define HAVE_STRUCT_STAT_ST_MODE 1
7332_ACEOF
7333
7334
7335fi
7336ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7337#include <sys/types.h>
7338#endif
7339#ifdef HAVE_SYS_STAT_H
7340#include <sys/stat.h>
7341#endif
7342"
7343if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
7344
7345cat >>confdefs.h <<_ACEOF
7346#define HAVE_STRUCT_STAT_ST_NLINK 1
7347_ACEOF
7348
7349
7350fi
7351ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7352#include <sys/types.h>
7353#endif
7354#ifdef HAVE_SYS_STAT_H
7355#include <sys/stat.h>
7356#endif
7357"
7358if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
7359
7360cat >>confdefs.h <<_ACEOF
7361#define HAVE_STRUCT_STAT_ST_UID 1
7362_ACEOF
7363
7364
7365fi
7366ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7367#include <sys/types.h>
7368#endif
7369#ifdef HAVE_SYS_STAT_H
7370#include <sys/stat.h>
7371#endif
7372"
7373if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
7374
7375cat >>confdefs.h <<_ACEOF
7376#define HAVE_STRUCT_STAT_ST_GID 1
7377_ACEOF
7378
7379
7380fi
7381ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7382#include <sys/types.h>
7383#endif
7384#ifdef HAVE_SYS_STAT_H
7385#include <sys/stat.h>
7386#endif
7387"
7388if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
7389
7390cat >>confdefs.h <<_ACEOF
7391#define HAVE_STRUCT_STAT_ST_RDEV 1
7392_ACEOF
7393
7394
7395fi
7396ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7397#include <sys/types.h>
7398#endif
7399#ifdef HAVE_SYS_STAT_H
7400#include <sys/stat.h>
7401#endif
7402"
7403if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
7404
7405cat >>confdefs.h <<_ACEOF
7406#define HAVE_STRUCT_STAT_ST_SIZE 1
7407_ACEOF
7408
7409
7410fi
7411ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7412#include <sys/types.h>
7413#endif
7414#ifdef HAVE_SYS_STAT_H
7415#include <sys/stat.h>
7416#endif
7417"
7418if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
7419
7420cat >>confdefs.h <<_ACEOF
7421#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7422_ACEOF
7423
7424
7425fi
7426ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7427#include <sys/types.h>
7428#endif
7429#ifdef HAVE_SYS_STAT_H
7430#include <sys/stat.h>
7431#endif
7432"
7433if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
7434
7435cat >>confdefs.h <<_ACEOF
7436#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7437_ACEOF
7438
7439
7440fi
7441ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7442#include <sys/types.h>
7443#endif
7444#ifdef HAVE_SYS_STAT_H
7445#include <sys/stat.h>
7446#endif
7447"
7448if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
7449
7450cat >>confdefs.h <<_ACEOF
7451#define HAVE_STRUCT_STAT_ST_ATIME 1
7452_ACEOF
7453
7454
7455fi
7456ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7457#include <sys/types.h>
7458#endif
7459#ifdef HAVE_SYS_STAT_H
7460#include <sys/stat.h>
7461#endif
7462"
7463if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
7464
7465cat >>confdefs.h <<_ACEOF
7466#define HAVE_STRUCT_STAT_ST_MTIME 1
7467_ACEOF
7468
7469
7470fi
7471ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7472#include <sys/types.h>
7473#endif
7474#ifdef HAVE_SYS_STAT_H
7475#include <sys/stat.h>
7476#endif
7477"
7478if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
7479
7480cat >>confdefs.h <<_ACEOF
7481#define HAVE_STRUCT_STAT_ST_CTIME 1
7482_ACEOF
7483
7484
7485fi
7486
7487ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7488#include <sys/socket.h>
7489
7490"
7491if test "x$ac_cv_type_socklen_t" = xyes; then :
7492
7493cat >>confdefs.h <<_ACEOF
7494#define HAVE_SOCKLEN_T 1
7495_ACEOF
7496
7497
7498fi
7499
7500
7501# Check for socket libraries
7502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7503$as_echo_n "checking for bind in -lsocket... " >&6; }
7504if ${ac_cv_lib_socket_bind+:} false; then :
7505 $as_echo_n "(cached) " >&6
7506else
7507 ac_check_lib_save_LIBS=$LIBS
7508LIBS="-lsocket $LIBS"
7509cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7510/* end confdefs.h. */
7511
7512/* Override any GCC internal prototype to avoid an error.
7513 Use char because int might match the return type of a GCC
7514 builtin and then its argument prototype would still apply. */
7515#ifdef __cplusplus
7516extern "C"
7517#endif
7518char bind ();
7519int
7520main ()
7521{
7522return bind ();
7523 ;
7524 return 0;
7525}
7526_ACEOF
7527if ac_fn_c_try_link "$LINENO"; then :
7528 ac_cv_lib_socket_bind=yes
7529else
7530 ac_cv_lib_socket_bind=no
7531fi
7532rm -f core conftest.err conftest.$ac_objext \
7533 conftest$ac_exeext conftest.$ac_ext
7534LIBS=$ac_check_lib_save_LIBS
7535fi
7536{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7537$as_echo "$ac_cv_lib_socket_bind" >&6; }
7538if test "x$ac_cv_lib_socket_bind" = xyes; then :
7539 cat >>confdefs.h <<_ACEOF
7540#define HAVE_LIBSOCKET 1
7541_ACEOF
7542
7543 LIBS="-lsocket $LIBS"
7544
7545fi
7546
7547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7548$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7549if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
7550 $as_echo_n "(cached) " >&6
7551else
7552 ac_check_lib_save_LIBS=$LIBS
7553LIBS="-lnsl $LIBS"
7554cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7555/* end confdefs.h. */
7556
7557/* Override any GCC internal prototype to avoid an error.
7558 Use char because int might match the return type of a GCC
7559 builtin and then its argument prototype would still apply. */
7560#ifdef __cplusplus
7561extern "C"
7562#endif
7563char gethostbyname ();
7564int
7565main ()
7566{
7567return gethostbyname ();
7568 ;
7569 return 0;
7570}
7571_ACEOF
7572if ac_fn_c_try_link "$LINENO"; then :
7573 ac_cv_lib_nsl_gethostbyname=yes
7574else
7575 ac_cv_lib_nsl_gethostbyname=no
7576fi
7577rm -f core conftest.err conftest.$ac_objext \
7578 conftest$ac_exeext conftest.$ac_ext
7579LIBS=$ac_check_lib_save_LIBS
7580fi
7581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7582$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7583if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
7584 cat >>confdefs.h <<_ACEOF
7585#define HAVE_LIBNSL 1
7586_ACEOF
7587
7588 LIBS="-lnsl $LIBS"
7589
7590fi
7591
7592
7593# BFD conditionally uses zlib, so we must link it in if libbfd does, by
7594# using the same condition.
7595
7596 # Use the system's zlib library.
7597 zlibdir="-L\$(top_builddir)/../zlib"
7598 zlibinc="-I\$(top_srcdir)/../zlib"
7599
7600# Check whether --with-system-zlib was given.
7601if test "${with_system_zlib+set}" = set; then :
7602 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7603 zlibdir=
7604 zlibinc=
7605 fi
7606
7607fi
7608
7609
7610
7611
7612
7613# BFD uses libdl when when plugins enabled.
7614
7615 maybe_plugins=no
7616 for ac_header in dlfcn.h
7617do :
7618 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7619"
7620if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7621 cat >>confdefs.h <<_ACEOF
7622#define HAVE_DLFCN_H 1
7623_ACEOF
7624 maybe_plugins=yes
7625fi
7626
7627done
7628
7629 for ac_header in windows.h
7630do :
7631 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7632"
7633if test "x$ac_cv_header_windows_h" = xyes; then :
7634 cat >>confdefs.h <<_ACEOF
7635#define HAVE_WINDOWS_H 1
7636_ACEOF
7637 maybe_plugins=yes
7638fi
7639
7640done
7641
7642
7643 # Check whether --enable-plugins was given.
7644if test "${enable_plugins+set}" = set; then :
7645 enableval=$enable_plugins; case "${enableval}" in
7646 no) plugins=no ;;
7647 *) plugins=yes
7648 if test "$maybe_plugins" != "yes" ; then
7649 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
7650 fi ;;
7651 esac
7652else
7653 plugins=$maybe_plugins
7654
7655fi
7656
7657 if test "$plugins" = "yes"; then
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7659$as_echo_n "checking for library containing dlsym... " >&6; }
7660if ${ac_cv_search_dlsym+:} false; then :
7661 $as_echo_n "(cached) " >&6
7662else
7663 ac_func_search_save_LIBS=$LIBS
7664cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7665/* end confdefs.h. */
7666
7667/* Override any GCC internal prototype to avoid an error.
7668 Use char because int might match the return type of a GCC
7669 builtin and then its argument prototype would still apply. */
7670#ifdef __cplusplus
7671extern "C"
7672#endif
7673char dlsym ();
7674int
7675main ()
7676{
7677return dlsym ();
7678 ;
7679 return 0;
7680}
7681_ACEOF
7682for ac_lib in '' dl; do
7683 if test -z "$ac_lib"; then
7684 ac_res="none required"
7685 else
7686 ac_res=-l$ac_lib
7687 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7688 fi
7689 if ac_fn_c_try_link "$LINENO"; then :
7690 ac_cv_search_dlsym=$ac_res
7691fi
7692rm -f core conftest.err conftest.$ac_objext \
7693 conftest$ac_exeext
7694 if ${ac_cv_search_dlsym+:} false; then :
7695 break
7696fi
7697done
7698if ${ac_cv_search_dlsym+:} false; then :
7699
7700else
7701 ac_cv_search_dlsym=no
7702fi
7703rm conftest.$ac_ext
7704LIBS=$ac_func_search_save_LIBS
7705fi
7706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7707$as_echo "$ac_cv_search_dlsym" >&6; }
7708ac_res=$ac_cv_search_dlsym
7709if test "$ac_res" != no; then :
7710 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7711
7712fi
7713
7714 fi
7715
7716 if test "$plugins" = yes; then
7717 PLUGINS_TRUE=
7718 PLUGINS_FALSE='#'
7719else
7720 PLUGINS_TRUE='#'
7721 PLUGINS_FALSE=
7722fi
7723
7724
7725
7726
7727
7728# Set options
7729enable_dlopen=yes
7730
7731
7732
7733
7734 enable_win32_dll=no
7735
7736
7737 # Check whether --enable-shared was given.
7738if test "${enable_shared+set}" = set; then :
7739 enableval=$enable_shared; p=${PACKAGE-default}
7740 case $enableval in
7741 yes) enable_shared=yes ;;
7742 no) enable_shared=no ;;
7743 *)
7744 enable_shared=no
7745 # Look at the argument we got. We use all the common list separators.
7746 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7747 for pkg in $enableval; do
7748 IFS="$lt_save_ifs"
7749 if test "X$pkg" = "X$p"; then
7750 enable_shared=yes
7751 fi
7752 done
7753 IFS="$lt_save_ifs"
7754 ;;
7755 esac
7756else
7757 enable_shared=yes
7758fi
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768 # Check whether --enable-static was given.
7769if test "${enable_static+set}" = set; then :
7770 enableval=$enable_static; p=${PACKAGE-default}
7771 case $enableval in
7772 yes) enable_static=yes ;;
7773 no) enable_static=no ;;
7774 *)
7775 enable_static=no
7776 # Look at the argument we got. We use all the common list separators.
7777 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7778 for pkg in $enableval; do
7779 IFS="$lt_save_ifs"
7780 if test "X$pkg" = "X$p"; then
7781 enable_static=yes
7782 fi
7783 done
7784 IFS="$lt_save_ifs"
7785 ;;
7786 esac
7787else
7788 enable_static=yes
7789fi
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800# Check whether --with-pic was given.
7801if test "${with_pic+set}" = set; then :
7802 withval=$with_pic; pic_mode="$withval"
7803else
7804 pic_mode=default
7805fi
7806
7807
7808test -z "$pic_mode" && pic_mode=default
7809
7810
7811
7812
7813
7814
7815
7816 # Check whether --enable-fast-install was given.
7817if test "${enable_fast_install+set}" = set; then :
7818 enableval=$enable_fast_install; p=${PACKAGE-default}
7819 case $enableval in
7820 yes) enable_fast_install=yes ;;
7821 no) enable_fast_install=no ;;
7822 *)
7823 enable_fast_install=no
7824 # Look at the argument we got. We use all the common list separators.
7825 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7826 for pkg in $enableval; do
7827 IFS="$lt_save_ifs"
7828 if test "X$pkg" = "X$p"; then
7829 enable_fast_install=yes
7830 fi
7831 done
7832 IFS="$lt_save_ifs"
7833 ;;
7834 esac
7835else
7836 enable_fast_install=yes
7837fi
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849# This can be used to rebuild libtool when needed
7850LIBTOOL_DEPS="$ltmain"
7851
7852# Always use our own libtool.
7853LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880test -z "$LN_S" && LN_S="ln -s"
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895if test -n "${ZSH_VERSION+set}" ; then
7896 setopt NO_GLOB_SUBST
7897fi
7898
7899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7900$as_echo_n "checking for objdir... " >&6; }
7901if ${lt_cv_objdir+:} false; then :
7902 $as_echo_n "(cached) " >&6
7903else
7904 rm -f .libs 2>/dev/null
7905mkdir .libs 2>/dev/null
7906if test -d .libs; then
7907 lt_cv_objdir=.libs
7908else
7909 # MS-DOS does not allow filenames that begin with a dot.
7910 lt_cv_objdir=_libs
7911fi
7912rmdir .libs 2>/dev/null
7913fi
7914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7915$as_echo "$lt_cv_objdir" >&6; }
7916objdir=$lt_cv_objdir
7917
7918
7919
7920
7921
7922cat >>confdefs.h <<_ACEOF
7923#define LT_OBJDIR "$lt_cv_objdir/"
7924_ACEOF
7925
7926
7927
7928
7929case $host_os in
7930aix3*)
7931 # AIX sometimes has problems with the GCC collect2 program. For some
7932 # reason, if we set the COLLECT_NAMES environment variable, the problems
7933 # vanish in a puff of smoke.
7934 if test "X${COLLECT_NAMES+set}" != Xset; then
7935 COLLECT_NAMES=
7936 export COLLECT_NAMES
7937 fi
7938 ;;
7939esac
7940
7941# Global variables:
7942ofile=libtool
7943can_build_shared=yes
7944
7945# All known linkers require a `.a' archive for static linking (except MSVC,
7946# which needs '.lib').
7947libext=a
7948
7949with_gnu_ld="$lt_cv_prog_gnu_ld"
7950
7951old_CC="$CC"
7952old_CFLAGS="$CFLAGS"
7953
7954# Set sane defaults for various variables
7955test -z "$CC" && CC=cc
7956test -z "$LTCC" && LTCC=$CC
7957test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7958test -z "$LD" && LD=ld
7959test -z "$ac_objext" && ac_objext=o
7960
7961for cc_temp in $compiler""; do
7962 case $cc_temp in
7963 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7964 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7965 \-*) ;;
7966 *) break;;
7967 esac
7968done
7969cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7970
7971
7972# Only perform the check for file, if the check method requires it
7973test -z "$MAGIC_CMD" && MAGIC_CMD=file
7974case $deplibs_check_method in
7975file_magic*)
7976 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7978$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7979if ${lt_cv_path_MAGIC_CMD+:} false; then :
7980 $as_echo_n "(cached) " >&6
7981else
7982 case $MAGIC_CMD in
7983[\\/*] | ?:[\\/]*)
7984 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7985 ;;
7986*)
7987 lt_save_MAGIC_CMD="$MAGIC_CMD"
7988 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7989 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7990 for ac_dir in $ac_dummy; do
7991 IFS="$lt_save_ifs"
7992 test -z "$ac_dir" && ac_dir=.
7993 if test -f $ac_dir/${ac_tool_prefix}file; then
7994 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7995 if test -n "$file_magic_test_file"; then
7996 case $deplibs_check_method in
7997 "file_magic "*)
7998 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7999 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8000 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8001 $EGREP "$file_magic_regex" > /dev/null; then
8002 :
8003 else
8004 cat <<_LT_EOF 1>&2
8005
8006*** Warning: the command libtool uses to detect shared libraries,
8007*** $file_magic_cmd, produces output that libtool cannot recognize.
8008*** The result is that libtool may fail to recognize shared libraries
8009*** as such. This will affect the creation of libtool libraries that
8010*** depend on shared libraries, but programs linked with such libtool
8011*** libraries will work regardless of this problem. Nevertheless, you
8012*** may want to report the problem to your system manager and/or to
8013*** bug-libtool@gnu.org
8014
8015_LT_EOF
8016 fi ;;
8017 esac
8018 fi
8019 break
8020 fi
8021 done
8022 IFS="$lt_save_ifs"
8023 MAGIC_CMD="$lt_save_MAGIC_CMD"
8024 ;;
8025esac
8026fi
8027
8028MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8029if test -n "$MAGIC_CMD"; then
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8031$as_echo "$MAGIC_CMD" >&6; }
8032else
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8034$as_echo "no" >&6; }
8035fi
8036
8037
8038
8039
8040
8041if test -z "$lt_cv_path_MAGIC_CMD"; then
8042 if test -n "$ac_tool_prefix"; then
8043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8044$as_echo_n "checking for file... " >&6; }
8045if ${lt_cv_path_MAGIC_CMD+:} false; then :
8046 $as_echo_n "(cached) " >&6
8047else
8048 case $MAGIC_CMD in
8049[\\/*] | ?:[\\/]*)
8050 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8051 ;;
8052*)
8053 lt_save_MAGIC_CMD="$MAGIC_CMD"
8054 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8055 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8056 for ac_dir in $ac_dummy; do
8057 IFS="$lt_save_ifs"
8058 test -z "$ac_dir" && ac_dir=.
8059 if test -f $ac_dir/file; then
8060 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8061 if test -n "$file_magic_test_file"; then
8062 case $deplibs_check_method in
8063 "file_magic "*)
8064 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8065 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8066 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8067 $EGREP "$file_magic_regex" > /dev/null; then
8068 :
8069 else
8070 cat <<_LT_EOF 1>&2
8071
8072*** Warning: the command libtool uses to detect shared libraries,
8073*** $file_magic_cmd, produces output that libtool cannot recognize.
8074*** The result is that libtool may fail to recognize shared libraries
8075*** as such. This will affect the creation of libtool libraries that
8076*** depend on shared libraries, but programs linked with such libtool
8077*** libraries will work regardless of this problem. Nevertheless, you
8078*** may want to report the problem to your system manager and/or to
8079*** bug-libtool@gnu.org
8080
8081_LT_EOF
8082 fi ;;
8083 esac
8084 fi
8085 break
8086 fi
8087 done
8088 IFS="$lt_save_ifs"
8089 MAGIC_CMD="$lt_save_MAGIC_CMD"
8090 ;;
8091esac
8092fi
8093
8094MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8095if test -n "$MAGIC_CMD"; then
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8097$as_echo "$MAGIC_CMD" >&6; }
8098else
8099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8100$as_echo "no" >&6; }
8101fi
8102
8103
8104 else
8105 MAGIC_CMD=:
8106 fi
8107fi
8108
8109 fi
8110 ;;
8111esac
8112
8113# Use C for the default configuration in the libtool script
8114
8115lt_save_CC="$CC"
8116ac_ext=c
8117ac_cpp='$CPP $CPPFLAGS'
8118ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8119ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8120ac_compiler_gnu=$ac_cv_c_compiler_gnu
8121
8122
8123# Source file extension for C test sources.
8124ac_ext=c
8125
8126# Object file extension for compiled C test sources.
8127objext=o
8128objext=$objext
8129
8130# Code to be used in simple compile tests
8131lt_simple_compile_test_code="int some_variable = 0;"
8132
8133# Code to be used in simple link tests
8134lt_simple_link_test_code='int main(){return(0);}'
8135
8136
8137
8138
8139
8140
8141
8142# If no C compiler was specified, use CC.
8143LTCC=${LTCC-"$CC"}
8144
8145# If no C compiler flags were specified, use CFLAGS.
8146LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8147
8148# Allow CC to be a program name with arguments.
8149compiler=$CC
8150
8151# Save the default compiler, since it gets overwritten when the other
8152# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8153compiler_DEFAULT=$CC
8154
8155# save warnings/boilerplate of simple test code
8156ac_outfile=conftest.$ac_objext
8157echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8158eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8159_lt_compiler_boilerplate=`cat conftest.err`
8160$RM conftest*
8161
8162ac_outfile=conftest.$ac_objext
8163echo "$lt_simple_link_test_code" >conftest.$ac_ext
8164eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8165_lt_linker_boilerplate=`cat conftest.err`
8166$RM -r conftest*
8167
8168
8169## CAVEAT EMPTOR:
8170## There is no encapsulation within the following macros, do not change
8171## the running order or otherwise move them around unless you know exactly
8172## what you are doing...
8173if test -n "$compiler"; then
8174
8175lt_prog_compiler_no_builtin_flag=
8176
8177if test "$GCC" = yes; then
8178 case $cc_basename in
8179 nvcc*)
8180 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8181 *)
8182 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8183 esac
8184
8185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8186$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8187if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8188 $as_echo_n "(cached) " >&6
8189else
8190 lt_cv_prog_compiler_rtti_exceptions=no
8191 ac_outfile=conftest.$ac_objext
8192 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8193 lt_compiler_flag="-fno-rtti -fno-exceptions"
8194 # Insert the option either (1) after the last *FLAGS variable, or
8195 # (2) before a word containing "conftest.", or (3) at the end.
8196 # Note that $ac_compile itself does not contain backslashes and begins
8197 # with a dollar sign (not a hyphen), so the echo should work correctly.
8198 # The option is referenced via a variable to avoid confusing sed.
8199 lt_compile=`echo "$ac_compile" | $SED \
8200 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8201 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8202 -e 's:$: $lt_compiler_flag:'`
8203 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8204 (eval "$lt_compile" 2>conftest.err)
8205 ac_status=$?
8206 cat conftest.err >&5
8207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8208 if (exit $ac_status) && test -s "$ac_outfile"; then
8209 # The compiler can only warn and ignore the option if not recognized
8210 # So say no if there are warnings other than the usual output.
8211 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8212 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8213 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8214 lt_cv_prog_compiler_rtti_exceptions=yes
8215 fi
8216 fi
8217 $RM conftest*
8218
8219fi
8220{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8221$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8222
8223if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8224 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8225else
8226 :
8227fi
8228
8229fi
8230
8231
8232
8233
8234
8235
8236 lt_prog_compiler_wl=
8237lt_prog_compiler_pic=
8238lt_prog_compiler_static=
8239
8240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8241$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8242
8243 if test "$GCC" = yes; then
8244 lt_prog_compiler_wl='-Wl,'
8245 lt_prog_compiler_static='-static'
8246
8247 case $host_os in
8248 aix*)
8249 # All AIX code is PIC.
8250 if test "$host_cpu" = ia64; then
8251 # AIX 5 now supports IA64 processor
8252 lt_prog_compiler_static='-Bstatic'
8253 fi
8254 lt_prog_compiler_pic='-fPIC'
8255 ;;
8256
8257 amigaos*)
8258 case $host_cpu in
8259 powerpc)
8260 # see comment about AmigaOS4 .so support
8261 lt_prog_compiler_pic='-fPIC'
8262 ;;
8263 m68k)
8264 # FIXME: we need at least 68020 code to build shared libraries, but
8265 # adding the `-m68020' flag to GCC prevents building anything better,
8266 # like `-m68040'.
8267 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8268 ;;
8269 esac
8270 ;;
8271
8272 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8273 # PIC is the default for these OSes.
8274 ;;
8275
8276 mingw* | cygwin* | pw32* | os2* | cegcc*)
8277 # This hack is so that the source file can tell whether it is being
8278 # built for inclusion in a dll (and should export symbols for example).
8279 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8280 # (--disable-auto-import) libraries
8281 lt_prog_compiler_pic='-DDLL_EXPORT'
8282 ;;
8283
8284 darwin* | rhapsody*)
8285 # PIC is the default on this platform
8286 # Common symbols not allowed in MH_DYLIB files
8287 lt_prog_compiler_pic='-fno-common'
8288 ;;
8289
8290 haiku*)
8291 # PIC is the default for Haiku.
8292 # The "-static" flag exists, but is broken.
8293 lt_prog_compiler_static=
8294 ;;
8295
8296 hpux*)
8297 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8298 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8299 # sets the default TLS model and affects inlining.
8300 case $host_cpu in
8301 hppa*64*)
8302 # +Z the default
8303 ;;
8304 *)
8305 lt_prog_compiler_pic='-fPIC'
8306 ;;
8307 esac
8308 ;;
8309
8310 interix[3-9]*)
8311 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8312 # Instead, we relocate shared libraries at runtime.
8313 ;;
8314
8315 msdosdjgpp*)
8316 # Just because we use GCC doesn't mean we suddenly get shared libraries
8317 # on systems that don't support them.
8318 lt_prog_compiler_can_build_shared=no
8319 enable_shared=no
8320 ;;
8321
8322 *nto* | *qnx*)
8323 # QNX uses GNU C++, but need to define -shared option too, otherwise
8324 # it will coredump.
8325 lt_prog_compiler_pic='-fPIC -shared'
8326 ;;
8327
8328 sysv4*MP*)
8329 if test -d /usr/nec; then
8330 lt_prog_compiler_pic=-Kconform_pic
8331 fi
8332 ;;
8333
8334 *)
8335 lt_prog_compiler_pic='-fPIC'
8336 ;;
8337 esac
8338
8339 case $cc_basename in
8340 nvcc*) # Cuda Compiler Driver 2.2
8341 lt_prog_compiler_wl='-Xlinker '
8342 lt_prog_compiler_pic='-Xcompiler -fPIC'
8343 ;;
8344 esac
8345 else
8346 # PORTME Check for flag to pass linker flags through the system compiler.
8347 case $host_os in
8348 aix*)
8349 lt_prog_compiler_wl='-Wl,'
8350 if test "$host_cpu" = ia64; then
8351 # AIX 5 now supports IA64 processor
8352 lt_prog_compiler_static='-Bstatic'
8353 else
8354 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8355 fi
8356 ;;
8357
8358 mingw* | cygwin* | pw32* | os2* | cegcc*)
8359 # This hack is so that the source file can tell whether it is being
8360 # built for inclusion in a dll (and should export symbols for example).
8361 lt_prog_compiler_pic='-DDLL_EXPORT'
8362 ;;
8363
8364 hpux9* | hpux10* | hpux11*)
8365 lt_prog_compiler_wl='-Wl,'
8366 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8367 # not for PA HP-UX.
8368 case $host_cpu in
8369 hppa*64*|ia64*)
8370 # +Z the default
8371 ;;
8372 *)
8373 lt_prog_compiler_pic='+Z'
8374 ;;
8375 esac
8376 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8377 lt_prog_compiler_static='${wl}-a ${wl}archive'
8378 ;;
8379
8380 irix5* | irix6* | nonstopux*)
8381 lt_prog_compiler_wl='-Wl,'
8382 # PIC (with -KPIC) is the default.
8383 lt_prog_compiler_static='-non_shared'
8384 ;;
8385
8386 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8387 case $cc_basename in
8388 # old Intel for x86_64 which still supported -KPIC.
8389 ecc*)
8390 lt_prog_compiler_wl='-Wl,'
8391 lt_prog_compiler_pic='-KPIC'
8392 lt_prog_compiler_static='-static'
8393 ;;
8394 # icc used to be incompatible with GCC.
8395 # ICC 10 doesn't accept -KPIC any more.
8396 icc* | ifort*)
8397 lt_prog_compiler_wl='-Wl,'
8398 lt_prog_compiler_pic='-fPIC'
8399 lt_prog_compiler_static='-static'
8400 ;;
8401 # Lahey Fortran 8.1.
8402 lf95*)
8403 lt_prog_compiler_wl='-Wl,'
8404 lt_prog_compiler_pic='--shared'
8405 lt_prog_compiler_static='--static'
8406 ;;
8407 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8408 # Portland Group compilers (*not* the Pentium gcc compiler,
8409 # which looks to be a dead project)
8410 lt_prog_compiler_wl='-Wl,'
8411 lt_prog_compiler_pic='-fpic'
8412 lt_prog_compiler_static='-Bstatic'
8413 ;;
8414 ccc*)
8415 lt_prog_compiler_wl='-Wl,'
8416 # All Alpha code is PIC.
8417 lt_prog_compiler_static='-non_shared'
8418 ;;
8419 xl* | bgxl* | bgf* | mpixl*)
8420 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8421 lt_prog_compiler_wl='-Wl,'
8422 lt_prog_compiler_pic='-qpic'
8423 lt_prog_compiler_static='-qstaticlink'
8424 ;;
8425 *)
8426 case `$CC -V 2>&1 | sed 5q` in
8427 *Sun\ F* | *Sun*Fortran*)
8428 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8429 lt_prog_compiler_pic='-KPIC'
8430 lt_prog_compiler_static='-Bstatic'
8431 lt_prog_compiler_wl=''
8432 ;;
8433 *Sun\ C*)
8434 # Sun C 5.9
8435 lt_prog_compiler_pic='-KPIC'
8436 lt_prog_compiler_static='-Bstatic'
8437 lt_prog_compiler_wl='-Wl,'
8438 ;;
8439 esac
8440 ;;
8441 esac
8442 ;;
8443
8444 newsos6)
8445 lt_prog_compiler_pic='-KPIC'
8446 lt_prog_compiler_static='-Bstatic'
8447 ;;
8448
8449 *nto* | *qnx*)
8450 # QNX uses GNU C++, but need to define -shared option too, otherwise
8451 # it will coredump.
8452 lt_prog_compiler_pic='-fPIC -shared'
8453 ;;
8454
8455 osf3* | osf4* | osf5*)
8456 lt_prog_compiler_wl='-Wl,'
8457 # All OSF/1 code is PIC.
8458 lt_prog_compiler_static='-non_shared'
8459 ;;
8460
8461 rdos*)
8462 lt_prog_compiler_static='-non_shared'
8463 ;;
8464
8465 solaris*)
8466 lt_prog_compiler_pic='-KPIC'
8467 lt_prog_compiler_static='-Bstatic'
8468 case $cc_basename in
8469 f77* | f90* | f95*)
8470 lt_prog_compiler_wl='-Qoption ld ';;
8471 *)
8472 lt_prog_compiler_wl='-Wl,';;
8473 esac
8474 ;;
8475
8476 sunos4*)
8477 lt_prog_compiler_wl='-Qoption ld '
8478 lt_prog_compiler_pic='-PIC'
8479 lt_prog_compiler_static='-Bstatic'
8480 ;;
8481
8482 sysv4 | sysv4.2uw2* | sysv4.3*)
8483 lt_prog_compiler_wl='-Wl,'
8484 lt_prog_compiler_pic='-KPIC'
8485 lt_prog_compiler_static='-Bstatic'
8486 ;;
8487
8488 sysv4*MP*)
8489 if test -d /usr/nec ;then
8490 lt_prog_compiler_pic='-Kconform_pic'
8491 lt_prog_compiler_static='-Bstatic'
8492 fi
8493 ;;
8494
8495 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8496 lt_prog_compiler_wl='-Wl,'
8497 lt_prog_compiler_pic='-KPIC'
8498 lt_prog_compiler_static='-Bstatic'
8499 ;;
8500
8501 unicos*)
8502 lt_prog_compiler_wl='-Wl,'
8503 lt_prog_compiler_can_build_shared=no
8504 ;;
8505
8506 uts4*)
8507 lt_prog_compiler_pic='-pic'
8508 lt_prog_compiler_static='-Bstatic'
8509 ;;
8510
8511 *)
8512 lt_prog_compiler_can_build_shared=no
8513 ;;
8514 esac
8515 fi
8516
8517case $host_os in
8518 # For platforms which do not support PIC, -DPIC is meaningless:
8519 *djgpp*)
8520 lt_prog_compiler_pic=
8521 ;;
8522 *)
8523 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8524 ;;
8525esac
8526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8527$as_echo "$lt_prog_compiler_pic" >&6; }
8528
8529
8530
8531
8532
8533
8534#
8535# Check to make sure the PIC flag actually works.
8536#
8537if test -n "$lt_prog_compiler_pic"; then
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8539$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8540if ${lt_cv_prog_compiler_pic_works+:} false; then :
8541 $as_echo_n "(cached) " >&6
8542else
8543 lt_cv_prog_compiler_pic_works=no
8544 ac_outfile=conftest.$ac_objext
8545 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8546 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8547 # Insert the option either (1) after the last *FLAGS variable, or
8548 # (2) before a word containing "conftest.", or (3) at the end.
8549 # Note that $ac_compile itself does not contain backslashes and begins
8550 # with a dollar sign (not a hyphen), so the echo should work correctly.
8551 # The option is referenced via a variable to avoid confusing sed.
8552 lt_compile=`echo "$ac_compile" | $SED \
8553 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8554 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8555 -e 's:$: $lt_compiler_flag:'`
8556 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8557 (eval "$lt_compile" 2>conftest.err)
8558 ac_status=$?
8559 cat conftest.err >&5
8560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8561 if (exit $ac_status) && test -s "$ac_outfile"; then
8562 # The compiler can only warn and ignore the option if not recognized
8563 # So say no if there are warnings other than the usual output.
8564 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8565 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8566 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8567 lt_cv_prog_compiler_pic_works=yes
8568 fi
8569 fi
8570 $RM conftest*
8571
8572fi
8573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8574$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8575
8576if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8577 case $lt_prog_compiler_pic in
8578 "" | " "*) ;;
8579 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8580 esac
8581else
8582 lt_prog_compiler_pic=
8583 lt_prog_compiler_can_build_shared=no
8584fi
8585
8586fi
8587
8588
8589
8590
8591
8592
8593#
8594# Check to make sure the static flag actually works.
8595#
8596wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8598$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8599if ${lt_cv_prog_compiler_static_works+:} false; then :
8600 $as_echo_n "(cached) " >&6
8601else
8602 lt_cv_prog_compiler_static_works=no
8603 save_LDFLAGS="$LDFLAGS"
8604 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8605 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8606 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8607 # The linker can only warn and ignore the option if not recognized
8608 # So say no if there are warnings
8609 if test -s conftest.err; then
8610 # Append any errors to the config.log.
8611 cat conftest.err 1>&5
8612 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8613 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8614 if diff conftest.exp conftest.er2 >/dev/null; then
8615 lt_cv_prog_compiler_static_works=yes
8616 fi
8617 else
8618 lt_cv_prog_compiler_static_works=yes
8619 fi
8620 fi
8621 $RM -r conftest*
8622 LDFLAGS="$save_LDFLAGS"
8623
8624fi
8625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8626$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8627
8628if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8629 :
8630else
8631 lt_prog_compiler_static=
8632fi
8633
8634
8635
8636
8637
8638
8639
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8641$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8642if ${lt_cv_prog_compiler_c_o+:} false; then :
8643 $as_echo_n "(cached) " >&6
8644else
8645 lt_cv_prog_compiler_c_o=no
8646 $RM -r conftest 2>/dev/null
8647 mkdir conftest
8648 cd conftest
8649 mkdir out
8650 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8651
8652 lt_compiler_flag="-o out/conftest2.$ac_objext"
8653 # Insert the option either (1) after the last *FLAGS variable, or
8654 # (2) before a word containing "conftest.", or (3) at the end.
8655 # Note that $ac_compile itself does not contain backslashes and begins
8656 # with a dollar sign (not a hyphen), so the echo should work correctly.
8657 lt_compile=`echo "$ac_compile" | $SED \
8658 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8659 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8660 -e 's:$: $lt_compiler_flag:'`
8661 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8662 (eval "$lt_compile" 2>out/conftest.err)
8663 ac_status=$?
8664 cat out/conftest.err >&5
8665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8666 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8667 then
8668 # The compiler can only warn and ignore the option if not recognized
8669 # So say no if there are warnings
8670 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8671 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8672 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8673 lt_cv_prog_compiler_c_o=yes
8674 fi
8675 fi
8676 chmod u+w . 2>&5
8677 $RM conftest*
8678 # SGI C++ compiler will create directory out/ii_files/ for
8679 # template instantiation
8680 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8681 $RM out/* && rmdir out
8682 cd ..
8683 $RM -r conftest
8684 $RM conftest*
8685
8686fi
8687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8688$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8689
8690
8691
8692
8693
8694
8695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8696$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8697if ${lt_cv_prog_compiler_c_o+:} false; then :
8698 $as_echo_n "(cached) " >&6
8699else
8700 lt_cv_prog_compiler_c_o=no
8701 $RM -r conftest 2>/dev/null
8702 mkdir conftest
8703 cd conftest
8704 mkdir out
8705 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8706
8707 lt_compiler_flag="-o out/conftest2.$ac_objext"
8708 # Insert the option either (1) after the last *FLAGS variable, or
8709 # (2) before a word containing "conftest.", or (3) at the end.
8710 # Note that $ac_compile itself does not contain backslashes and begins
8711 # with a dollar sign (not a hyphen), so the echo should work correctly.
8712 lt_compile=`echo "$ac_compile" | $SED \
8713 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8714 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8715 -e 's:$: $lt_compiler_flag:'`
8716 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8717 (eval "$lt_compile" 2>out/conftest.err)
8718 ac_status=$?
8719 cat out/conftest.err >&5
8720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8721 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8722 then
8723 # The compiler can only warn and ignore the option if not recognized
8724 # So say no if there are warnings
8725 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8726 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8727 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8728 lt_cv_prog_compiler_c_o=yes
8729 fi
8730 fi
8731 chmod u+w . 2>&5
8732 $RM conftest*
8733 # SGI C++ compiler will create directory out/ii_files/ for
8734 # template instantiation
8735 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8736 $RM out/* && rmdir out
8737 cd ..
8738 $RM -r conftest
8739 $RM conftest*
8740
8741fi
8742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8743$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8744
8745
8746
8747
8748hard_links="nottested"
8749if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8750 # do not overwrite the value of need_locks provided by the user
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8752$as_echo_n "checking if we can lock with hard links... " >&6; }
8753 hard_links=yes
8754 $RM conftest*
8755 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8756 touch conftest.a
8757 ln conftest.a conftest.b 2>&5 || hard_links=no
8758 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8760$as_echo "$hard_links" >&6; }
8761 if test "$hard_links" = no; then
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8763$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8764 need_locks=warn
8765 fi
8766else
8767 need_locks=no
8768fi
8769
8770
8771
8772
8773
8774
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8776$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8777
8778 runpath_var=
8779 allow_undefined_flag=
8780 always_export_symbols=no
8781 archive_cmds=
8782 archive_expsym_cmds=
8783 compiler_needs_object=no
8784 enable_shared_with_static_runtimes=no
8785 export_dynamic_flag_spec=
8786 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8787 hardcode_automatic=no
8788 hardcode_direct=no
8789 hardcode_direct_absolute=no
8790 hardcode_libdir_flag_spec=
8791 hardcode_libdir_flag_spec_ld=
8792 hardcode_libdir_separator=
8793 hardcode_minus_L=no
8794 hardcode_shlibpath_var=unsupported
8795 inherit_rpath=no
8796 link_all_deplibs=unknown
8797 module_cmds=
8798 module_expsym_cmds=
8799 old_archive_from_new_cmds=
8800 old_archive_from_expsyms_cmds=
8801 thread_safe_flag_spec=
8802 whole_archive_flag_spec=
8803 # include_expsyms should be a list of space-separated symbols to be *always*
8804 # included in the symbol list
8805 include_expsyms=
8806 # exclude_expsyms can be an extended regexp of symbols to exclude
8807 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8808 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8809 # as well as any symbol that contains `d'.
8810 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8811 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8812 # platforms (ab)use it in PIC code, but their linkers get confused if
8813 # the symbol is explicitly referenced. Since portable code cannot
8814 # rely on this symbol name, it's probably fine to never include it in
8815 # preloaded symbol tables.
8816 # Exclude shared library initialization/finalization symbols.
8817 extract_expsyms_cmds=
8818
8819 case $host_os in
8820 cygwin* | mingw* | pw32* | cegcc*)
8821 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8822 # When not using gcc, we currently assume that we are using
8823 # Microsoft Visual C++.
8824 if test "$GCC" != yes; then
8825 with_gnu_ld=no
8826 fi
8827 ;;
8828 interix*)
8829 # we just hope/assume this is gcc and not c89 (= MSVC++)
8830 with_gnu_ld=yes
8831 ;;
8832 openbsd*)
8833 with_gnu_ld=no
8834 ;;
8835 esac
8836
8837 ld_shlibs=yes
8838
8839 # On some targets, GNU ld is compatible enough with the native linker
8840 # that we're better off using the native interface for both.
8841 lt_use_gnu_ld_interface=no
8842 if test "$with_gnu_ld" = yes; then
8843 case $host_os in
8844 aix*)
8845 # The AIX port of GNU ld has always aspired to compatibility
8846 # with the native linker. However, as the warning in the GNU ld
8847 # block says, versions before 2.19.5* couldn't really create working
8848 # shared libraries, regardless of the interface used.
8849 case `$LD -v 2>&1` in
8850 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8851 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8852 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8853 *)
8854 lt_use_gnu_ld_interface=yes
8855 ;;
8856 esac
8857 ;;
8858 *)
8859 lt_use_gnu_ld_interface=yes
8860 ;;
8861 esac
8862 fi
8863
8864 if test "$lt_use_gnu_ld_interface" = yes; then
8865 # If archive_cmds runs LD, not CC, wlarc should be empty
8866 wlarc='${wl}'
8867
8868 # Set some defaults for GNU ld with shared library support. These
8869 # are reset later if shared libraries are not supported. Putting them
8870 # here allows them to be overridden if necessary.
8871 runpath_var=LD_RUN_PATH
8872 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8873 export_dynamic_flag_spec='${wl}--export-dynamic'
8874 # ancient GNU ld didn't support --whole-archive et. al.
8875 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8876 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8877 else
8878 whole_archive_flag_spec=
8879 fi
8880 supports_anon_versioning=no
8881 case `$LD -v 2>&1` in
8882 *GNU\ gold*) supports_anon_versioning=yes ;;
8883 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8884 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8885 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8886 *\ 2.11.*) ;; # other 2.11 versions
8887 *) supports_anon_versioning=yes ;;
8888 esac
8889
8890 # See if GNU ld supports shared libraries.
8891 case $host_os in
8892 aix[3-9]*)
8893 # On AIX/PPC, the GNU linker is very broken
8894 if test "$host_cpu" != ia64; then
8895 ld_shlibs=no
8896 cat <<_LT_EOF 1>&2
8897
8898*** Warning: the GNU linker, at least up to release 2.19, is reported
8899*** to be unable to reliably create shared libraries on AIX.
8900*** Therefore, libtool is disabling shared libraries support. If you
8901*** really care for shared libraries, you may want to install binutils
8902*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8903*** You will then need to restart the configuration process.
8904
8905_LT_EOF
8906 fi
8907 ;;
8908
8909 amigaos*)
8910 case $host_cpu in
8911 powerpc)
8912 # see comment about AmigaOS4 .so support
8913 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8914 archive_expsym_cmds=''
8915 ;;
8916 m68k)
8917 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)'
8918 hardcode_libdir_flag_spec='-L$libdir'
8919 hardcode_minus_L=yes
8920 ;;
8921 esac
8922 ;;
8923
8924 beos*)
8925 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8926 allow_undefined_flag=unsupported
8927 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8928 # support --undefined. This deserves some investigation. FIXME
8929 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8930 else
8931 ld_shlibs=no
8932 fi
8933 ;;
8934
8935 cygwin* | mingw* | pw32* | cegcc*)
8936 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8937 # as there is no search path for DLLs.
8938 hardcode_libdir_flag_spec='-L$libdir'
8939 export_dynamic_flag_spec='${wl}--export-all-symbols'
8940 allow_undefined_flag=unsupported
8941 always_export_symbols=no
8942 enable_shared_with_static_runtimes=yes
8943 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8944
8945 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8946 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8947 # If the export-symbols file already is a .def file (1st line
8948 # is EXPORTS), use it as is; otherwise, prepend...
8949 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8950 cp $export_symbols $output_objdir/$soname.def;
8951 else
8952 echo EXPORTS > $output_objdir/$soname.def;
8953 cat $export_symbols >> $output_objdir/$soname.def;
8954 fi~
8955 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8956 else
8957 ld_shlibs=no
8958 fi
8959 ;;
8960
8961 haiku*)
8962 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8963 link_all_deplibs=yes
8964 ;;
8965
8966 interix[3-9]*)
8967 hardcode_direct=no
8968 hardcode_shlibpath_var=no
8969 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8970 export_dynamic_flag_spec='${wl}-E'
8971 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8972 # Instead, shared libraries are loaded at an image base (0x10000000 by
8973 # default) and relocated if they conflict, which is a slow very memory
8974 # consuming and fragmenting process. To avoid this, we pick a random,
8975 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8976 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8977 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8978 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'
8979 ;;
8980
8981 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8982 tmp_diet=no
8983 if test "$host_os" = linux-dietlibc; then
8984 case $cc_basename in
8985 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8986 esac
8987 fi
8988 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8989 && test "$tmp_diet" = no
8990 then
8991 tmp_addflag=' $pic_flag'
8992 tmp_sharedflag='-shared'
8993 case $cc_basename,$host_cpu in
8994 pgcc*) # Portland Group C compiler
8995 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'
8996 tmp_addflag=' $pic_flag'
8997 ;;
8998 pgf77* | pgf90* | pgf95* | pgfortran*)
8999 # Portland Group f77 and f90 compilers
9000 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'
9001 tmp_addflag=' $pic_flag -Mnomain' ;;
9002 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9003 tmp_addflag=' -i_dynamic' ;;
9004 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9005 tmp_addflag=' -i_dynamic -nofor_main' ;;
9006 ifc* | ifort*) # Intel Fortran compiler
9007 tmp_addflag=' -nofor_main' ;;
9008 lf95*) # Lahey Fortran 8.1
9009 whole_archive_flag_spec=
9010 tmp_sharedflag='--shared' ;;
9011 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9012 tmp_sharedflag='-qmkshrobj'
9013 tmp_addflag= ;;
9014 nvcc*) # Cuda Compiler Driver 2.2
9015 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'
9016 compiler_needs_object=yes
9017 ;;
9018 esac
9019 case `$CC -V 2>&1 | sed 5q` in
9020 *Sun\ C*) # Sun C 5.9
9021 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'
9022 compiler_needs_object=yes
9023 tmp_sharedflag='-G' ;;
9024 *Sun\ F*) # Sun Fortran 8.3
9025 tmp_sharedflag='-G' ;;
9026 esac
9027 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9028
9029 if test "x$supports_anon_versioning" = xyes; then
9030 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9031 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9032 echo "local: *; };" >> $output_objdir/$libname.ver~
9033 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9034 fi
9035
9036 case $cc_basename in
9037 xlf* | bgf* | bgxlf* | mpixlf*)
9038 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9039 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9040 hardcode_libdir_flag_spec=
9041 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9042 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9043 if test "x$supports_anon_versioning" = xyes; then
9044 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9045 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9046 echo "local: *; };" >> $output_objdir/$libname.ver~
9047 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9048 fi
9049 ;;
9050 esac
9051 else
9052 ld_shlibs=no
9053 fi
9054 ;;
9055
9056 netbsd*)
9057 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9058 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9059 wlarc=
9060 else
9061 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9062 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9063 fi
9064 ;;
9065
9066 solaris*)
9067 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9068 ld_shlibs=no
9069 cat <<_LT_EOF 1>&2
9070
9071*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9072*** create shared libraries on Solaris systems. Therefore, libtool
9073*** is disabling shared libraries support. We urge you to upgrade GNU
9074*** binutils to release 2.9.1 or newer. Another option is to modify
9075*** your PATH or compiler configuration so that the native linker is
9076*** used, and then restart.
9077
9078_LT_EOF
9079 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9080 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9081 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9082 else
9083 ld_shlibs=no
9084 fi
9085 ;;
9086
9087 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9088 case `$LD -v 2>&1` in
9089 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9090 ld_shlibs=no
9091 cat <<_LT_EOF 1>&2
9092
9093*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9094*** reliably create shared libraries on SCO systems. Therefore, libtool
9095*** is disabling shared libraries support. We urge you to upgrade GNU
9096*** binutils to release 2.16.91.0.3 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 ;;
9102 *)
9103 # For security reasons, it is highly recommended that you always
9104 # use absolute paths for naming shared libraries, and exclude the
9105 # DT_RUNPATH tag from executables and libraries. But doing so
9106 # requires that you compile everything twice, which is a pain.
9107 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9108 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9109 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9110 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9111 else
9112 ld_shlibs=no
9113 fi
9114 ;;
9115 esac
9116 ;;
9117
9118 sunos4*)
9119 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9120 wlarc=
9121 hardcode_direct=yes
9122 hardcode_shlibpath_var=no
9123 ;;
9124
9125 *)
9126 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9127 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9128 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9129 else
9130 ld_shlibs=no
9131 fi
9132 ;;
9133 esac
9134
9135 if test "$ld_shlibs" = no; then
9136 runpath_var=
9137 hardcode_libdir_flag_spec=
9138 export_dynamic_flag_spec=
9139 whole_archive_flag_spec=
9140 fi
9141 else
9142 # PORTME fill in a description of your system's linker (not GNU ld)
9143 case $host_os in
9144 aix3*)
9145 allow_undefined_flag=unsupported
9146 always_export_symbols=yes
9147 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'
9148 # Note: this linker hardcodes the directories in LIBPATH if there
9149 # are no directories specified by -L.
9150 hardcode_minus_L=yes
9151 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9152 # Neither direct hardcoding nor static linking is supported with a
9153 # broken collect2.
9154 hardcode_direct=unsupported
9155 fi
9156 ;;
9157
9158 aix[4-9]*)
9159 if test "$host_cpu" = ia64; then
9160 # On IA64, the linker does run time linking by default, so we don't
9161 # have to do anything special.
9162 aix_use_runtimelinking=no
9163 exp_sym_flag='-Bexport'
9164 no_entry_flag=""
9165 else
9166 # If we're using GNU nm, then we don't want the "-C" option.
9167 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9168 # Also, AIX nm treats weak defined symbols like other global
9169 # defined symbols, whereas GNU nm marks them as "W".
9170 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9171 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'
9172 else
9173 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'
9174 fi
9175 aix_use_runtimelinking=no
9176
9177 # Test if we are trying to use run time linking or normal
9178 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9179 # need to do runtime linking.
9180 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9181 for ld_flag in $LDFLAGS; do
9182 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9183 aix_use_runtimelinking=yes
9184 break
9185 fi
9186 done
9187 ;;
9188 esac
9189
9190 exp_sym_flag='-bexport'
9191 no_entry_flag='-bnoentry'
9192 fi
9193
9194 # When large executables or shared objects are built, AIX ld can
9195 # have problems creating the table of contents. If linking a library
9196 # or program results in "error TOC overflow" add -mminimal-toc to
9197 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9198 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9199
9200 archive_cmds=''
9201 hardcode_direct=yes
9202 hardcode_direct_absolute=yes
9203 hardcode_libdir_separator=':'
9204 link_all_deplibs=yes
9205 file_list_spec='${wl}-f,'
9206
9207 if test "$GCC" = yes; then
9208 case $host_os in aix4.[012]|aix4.[012].*)
9209 # We only want to do this on AIX 4.2 and lower, the check
9210 # below for broken collect2 doesn't work under 4.3+
9211 collect2name=`${CC} -print-prog-name=collect2`
9212 if test -f "$collect2name" &&
9213 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9214 then
9215 # We have reworked collect2
9216 :
9217 else
9218 # We have old collect2
9219 hardcode_direct=unsupported
9220 # It fails to find uninstalled libraries when the uninstalled
9221 # path is not listed in the libpath. Setting hardcode_minus_L
9222 # to unsupported forces relinking
9223 hardcode_minus_L=yes
9224 hardcode_libdir_flag_spec='-L$libdir'
9225 hardcode_libdir_separator=
9226 fi
9227 ;;
9228 esac
9229 shared_flag='-shared'
9230 if test "$aix_use_runtimelinking" = yes; then
9231 shared_flag="$shared_flag "'${wl}-G'
9232 fi
9233 else
9234 # not using gcc
9235 if test "$host_cpu" = ia64; then
9236 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9237 # chokes on -Wl,-G. The following line is correct:
9238 shared_flag='-G'
9239 else
9240 if test "$aix_use_runtimelinking" = yes; then
9241 shared_flag='${wl}-G'
9242 else
9243 shared_flag='${wl}-bM:SRE'
9244 fi
9245 fi
9246 fi
9247
9248 export_dynamic_flag_spec='${wl}-bexpall'
9249 # It seems that -bexpall does not export symbols beginning with
9250 # underscore (_), so it is better to generate a list of symbols to export.
9251 always_export_symbols=yes
9252 if test "$aix_use_runtimelinking" = yes; then
9253 # Warning - without using the other runtime loading flags (-brtl),
9254 # -berok will link without error, but may produce a broken library.
9255 allow_undefined_flag='-berok'
9256 # Determine the default libpath from the value encoded in an
9257 # empty executable.
9258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9259/* end confdefs.h. */
9260
9261int
9262main ()
9263{
9264
9265 ;
9266 return 0;
9267}
9268_ACEOF
9269if ac_fn_c_try_link "$LINENO"; then :
9270
9271lt_aix_libpath_sed='
9272 /Import File Strings/,/^$/ {
9273 /^0/ {
9274 s/^0 *\(.*\)$/\1/
9275 p
9276 }
9277 }'
9278aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9279# Check for a 64-bit object if we didn't find anything.
9280if test -z "$aix_libpath"; then
9281 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9282fi
9283fi
9284rm -f core conftest.err conftest.$ac_objext \
9285 conftest$ac_exeext conftest.$ac_ext
9286if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9287
9288 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9289 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"
9290 else
9291 if test "$host_cpu" = ia64; then
9292 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9293 allow_undefined_flag="-z nodefs"
9294 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"
9295 else
9296 # Determine the default libpath from the value encoded in an
9297 # empty executable.
9298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9299/* end confdefs.h. */
9300
9301int
9302main ()
9303{
9304
9305 ;
9306 return 0;
9307}
9308_ACEOF
9309if ac_fn_c_try_link "$LINENO"; then :
9310
9311lt_aix_libpath_sed='
9312 /Import File Strings/,/^$/ {
9313 /^0/ {
9314 s/^0 *\(.*\)$/\1/
9315 p
9316 }
9317 }'
9318aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9319# Check for a 64-bit object if we didn't find anything.
9320if test -z "$aix_libpath"; then
9321 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9322fi
9323fi
9324rm -f core conftest.err conftest.$ac_objext \
9325 conftest$ac_exeext conftest.$ac_ext
9326if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9327
9328 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9329 # Warning - without using the other run time loading flags,
9330 # -berok will link without error, but may produce a broken library.
9331 no_undefined_flag=' ${wl}-bernotok'
9332 allow_undefined_flag=' ${wl}-berok'
9333 if test "$with_gnu_ld" = yes; then
9334 # We only use this code for GNU lds that support --whole-archive.
9335 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9336 else
9337 # Exported symbols can be pulled into shared objects from archives
9338 whole_archive_flag_spec='$convenience'
9339 fi
9340 archive_cmds_need_lc=yes
9341 # This is similar to how AIX traditionally builds its shared libraries.
9342 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'
9343 fi
9344 fi
9345 ;;
9346
9347 amigaos*)
9348 case $host_cpu in
9349 powerpc)
9350 # see comment about AmigaOS4 .so support
9351 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9352 archive_expsym_cmds=''
9353 ;;
9354 m68k)
9355 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)'
9356 hardcode_libdir_flag_spec='-L$libdir'
9357 hardcode_minus_L=yes
9358 ;;
9359 esac
9360 ;;
9361
9362 bsdi[45]*)
9363 export_dynamic_flag_spec=-rdynamic
9364 ;;
9365
9366 cygwin* | mingw* | pw32* | cegcc*)
9367 # When not using gcc, we currently assume that we are using
9368 # Microsoft Visual C++.
9369 # hardcode_libdir_flag_spec is actually meaningless, as there is
9370 # no search path for DLLs.
9371 hardcode_libdir_flag_spec=' '
9372 allow_undefined_flag=unsupported
9373 # Tell ltmain to make .lib files, not .a files.
9374 libext=lib
9375 # Tell ltmain to make .dll files, not .so files.
9376 shrext_cmds=".dll"
9377 # FIXME: Setting linknames here is a bad hack.
9378 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9379 # The linker will automatically build a .lib file if we build a DLL.
9380 old_archive_from_new_cmds='true'
9381 # FIXME: Should let the user specify the lib program.
9382 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9383 fix_srcfile_path='`cygpath -w "$srcfile"`'
9384 enable_shared_with_static_runtimes=yes
9385 ;;
9386
9387 darwin* | rhapsody*)
9388
9389
9390 archive_cmds_need_lc=no
9391 hardcode_direct=no
9392 hardcode_automatic=yes
9393 hardcode_shlibpath_var=unsupported
9394 if test "$lt_cv_ld_force_load" = "yes"; then
9395 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\"`'
9396 else
9397 whole_archive_flag_spec=''
9398 fi
9399 link_all_deplibs=yes
9400 allow_undefined_flag="$_lt_dar_allow_undefined"
9401 case $cc_basename in
9402 ifort*) _lt_dar_can_shared=yes ;;
9403 *) _lt_dar_can_shared=$GCC ;;
9404 esac
9405 if test "$_lt_dar_can_shared" = "yes"; then
9406 output_verbose_link_cmd=func_echo_all
9407 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9408 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9409 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}"
9410 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}"
9411
9412 else
9413 ld_shlibs=no
9414 fi
9415
9416 ;;
9417
9418 dgux*)
9419 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9420 hardcode_libdir_flag_spec='-L$libdir'
9421 hardcode_shlibpath_var=no
9422 ;;
9423
9424 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9425 # support. Future versions do this automatically, but an explicit c++rt0.o
9426 # does not break anything, and helps significantly (at the cost of a little
9427 # extra space).
9428 freebsd2.2*)
9429 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9430 hardcode_libdir_flag_spec='-R$libdir'
9431 hardcode_direct=yes
9432 hardcode_shlibpath_var=no
9433 ;;
9434
9435 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9436 freebsd2.*)
9437 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9438 hardcode_direct=yes
9439 hardcode_minus_L=yes
9440 hardcode_shlibpath_var=no
9441 ;;
9442
9443 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9444 freebsd* | dragonfly*)
9445 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9446 hardcode_libdir_flag_spec='-R$libdir'
9447 hardcode_direct=yes
9448 hardcode_shlibpath_var=no
9449 ;;
9450
9451 hpux9*)
9452 if test "$GCC" = yes; then
9453 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'
9454 else
9455 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'
9456 fi
9457 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9458 hardcode_libdir_separator=:
9459 hardcode_direct=yes
9460
9461 # hardcode_minus_L: Not really in the search PATH,
9462 # but as the default location of the library.
9463 hardcode_minus_L=yes
9464 export_dynamic_flag_spec='${wl}-E'
9465 ;;
9466
9467 hpux10*)
9468 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9469 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9470 else
9471 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9472 fi
9473 if test "$with_gnu_ld" = no; then
9474 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9475 hardcode_libdir_flag_spec_ld='+b $libdir'
9476 hardcode_libdir_separator=:
9477 hardcode_direct=yes
9478 hardcode_direct_absolute=yes
9479 export_dynamic_flag_spec='${wl}-E'
9480 # hardcode_minus_L: Not really in the search PATH,
9481 # but as the default location of the library.
9482 hardcode_minus_L=yes
9483 fi
9484 ;;
9485
9486 hpux11*)
9487 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9488 case $host_cpu in
9489 hppa*64*)
9490 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9491 ;;
9492 ia64*)
9493 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9494 ;;
9495 *)
9496 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9497 ;;
9498 esac
9499 else
9500 case $host_cpu in
9501 hppa*64*)
9502 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9503 ;;
9504 ia64*)
9505 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9506 ;;
9507 *)
9508
9509 # Older versions of the 11.00 compiler do not understand -b yet
9510 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9512$as_echo_n "checking if $CC understands -b... " >&6; }
9513if ${lt_cv_prog_compiler__b+:} false; then :
9514 $as_echo_n "(cached) " >&6
9515else
9516 lt_cv_prog_compiler__b=no
9517 save_LDFLAGS="$LDFLAGS"
9518 LDFLAGS="$LDFLAGS -b"
9519 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9520 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9521 # The linker can only warn and ignore the option if not recognized
9522 # So say no if there are warnings
9523 if test -s conftest.err; then
9524 # Append any errors to the config.log.
9525 cat conftest.err 1>&5
9526 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9527 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9528 if diff conftest.exp conftest.er2 >/dev/null; then
9529 lt_cv_prog_compiler__b=yes
9530 fi
9531 else
9532 lt_cv_prog_compiler__b=yes
9533 fi
9534 fi
9535 $RM -r conftest*
9536 LDFLAGS="$save_LDFLAGS"
9537
9538fi
9539{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9540$as_echo "$lt_cv_prog_compiler__b" >&6; }
9541
9542if test x"$lt_cv_prog_compiler__b" = xyes; then
9543 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9544else
9545 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9546fi
9547
9548 ;;
9549 esac
9550 fi
9551 if test "$with_gnu_ld" = no; then
9552 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9553 hardcode_libdir_separator=:
9554
9555 case $host_cpu in
9556 hppa*64*|ia64*)
9557 hardcode_direct=no
9558 hardcode_shlibpath_var=no
9559 ;;
9560 *)
9561 hardcode_direct=yes
9562 hardcode_direct_absolute=yes
9563 export_dynamic_flag_spec='${wl}-E'
9564
9565 # hardcode_minus_L: Not really in the search PATH,
9566 # but as the default location of the library.
9567 hardcode_minus_L=yes
9568 ;;
9569 esac
9570 fi
9571 ;;
9572
9573 irix5* | irix6* | nonstopux*)
9574 if test "$GCC" = yes; then
9575 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'
9576 # Try to use the -exported_symbol ld option, if it does not
9577 # work, assume that -exports_file does not work either and
9578 # implicitly export all symbols.
9579 save_LDFLAGS="$LDFLAGS"
9580 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9582/* end confdefs.h. */
9583int foo(void) {}
9584_ACEOF
9585if ac_fn_c_try_link "$LINENO"; then :
9586 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'
9587
9588fi
9589rm -f core conftest.err conftest.$ac_objext \
9590 conftest$ac_exeext conftest.$ac_ext
9591 LDFLAGS="$save_LDFLAGS"
9592 else
9593 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'
9594 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'
9595 fi
9596 archive_cmds_need_lc='no'
9597 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9598 hardcode_libdir_separator=:
9599 inherit_rpath=yes
9600 link_all_deplibs=yes
9601 ;;
9602
9603 netbsd*)
9604 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9605 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9606 else
9607 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9608 fi
9609 hardcode_libdir_flag_spec='-R$libdir'
9610 hardcode_direct=yes
9611 hardcode_shlibpath_var=no
9612 ;;
9613
9614 newsos6)
9615 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9616 hardcode_direct=yes
9617 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9618 hardcode_libdir_separator=:
9619 hardcode_shlibpath_var=no
9620 ;;
9621
9622 *nto* | *qnx*)
9623 ;;
9624
9625 openbsd*)
9626 if test -f /usr/libexec/ld.so; then
9627 hardcode_direct=yes
9628 hardcode_shlibpath_var=no
9629 hardcode_direct_absolute=yes
9630 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9631 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9632 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9633 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9634 export_dynamic_flag_spec='${wl}-E'
9635 else
9636 case $host_os in
9637 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9638 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9639 hardcode_libdir_flag_spec='-R$libdir'
9640 ;;
9641 *)
9642 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9643 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9644 ;;
9645 esac
9646 fi
9647 else
9648 ld_shlibs=no
9649 fi
9650 ;;
9651
9652 os2*)
9653 hardcode_libdir_flag_spec='-L$libdir'
9654 hardcode_minus_L=yes
9655 allow_undefined_flag=unsupported
9656 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'
9657 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9658 ;;
9659
9660 osf3*)
9661 if test "$GCC" = yes; then
9662 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9663 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'
9664 else
9665 allow_undefined_flag=' -expect_unresolved \*'
9666 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'
9667 fi
9668 archive_cmds_need_lc='no'
9669 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9670 hardcode_libdir_separator=:
9671 ;;
9672
9673 osf4* | osf5*) # as osf3* with the addition of -msym flag
9674 if test "$GCC" = yes; then
9675 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9676 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'
9677 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9678 else
9679 allow_undefined_flag=' -expect_unresolved \*'
9680 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'
9681 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~
9682 $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'
9683
9684 # Both c and cxx compiler support -rpath directly
9685 hardcode_libdir_flag_spec='-rpath $libdir'
9686 fi
9687 archive_cmds_need_lc='no'
9688 hardcode_libdir_separator=:
9689 ;;
9690
9691 solaris*)
9692 no_undefined_flag=' -z defs'
9693 if test "$GCC" = yes; then
9694 wlarc='${wl}'
9695 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9696 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9697 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9698 else
9699 case `$CC -V 2>&1` in
9700 *"Compilers 5.0"*)
9701 wlarc=''
9702 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9703 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9704 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9705 ;;
9706 *)
9707 wlarc='${wl}'
9708 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9709 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9710 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9711 ;;
9712 esac
9713 fi
9714 hardcode_libdir_flag_spec='-R$libdir'
9715 hardcode_shlibpath_var=no
9716 case $host_os in
9717 solaris2.[0-5] | solaris2.[0-5].*) ;;
9718 *)
9719 # The compiler driver will combine and reorder linker options,
9720 # but understands `-z linker_flag'. GCC discards it without `$wl',
9721 # but is careful enough not to reorder.
9722 # Supported since Solaris 2.6 (maybe 2.5.1?)
9723 if test "$GCC" = yes; then
9724 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9725 else
9726 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9727 fi
9728 ;;
9729 esac
9730 link_all_deplibs=yes
9731 ;;
9732
9733 sunos4*)
9734 if test "x$host_vendor" = xsequent; then
9735 # Use $CC to link under sequent, because it throws in some extra .o
9736 # files that make .init and .fini sections work.
9737 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9738 else
9739 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9740 fi
9741 hardcode_libdir_flag_spec='-L$libdir'
9742 hardcode_direct=yes
9743 hardcode_minus_L=yes
9744 hardcode_shlibpath_var=no
9745 ;;
9746
9747 sysv4)
9748 case $host_vendor in
9749 sni)
9750 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9751 hardcode_direct=yes # is this really true???
9752 ;;
9753 siemens)
9754 ## LD is ld it makes a PLAMLIB
9755 ## CC just makes a GrossModule.
9756 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9757 reload_cmds='$CC -r -o $output$reload_objs'
9758 hardcode_direct=no
9759 ;;
9760 motorola)
9761 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9762 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9763 ;;
9764 esac
9765 runpath_var='LD_RUN_PATH'
9766 hardcode_shlibpath_var=no
9767 ;;
9768
9769 sysv4.3*)
9770 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9771 hardcode_shlibpath_var=no
9772 export_dynamic_flag_spec='-Bexport'
9773 ;;
9774
9775 sysv4*MP*)
9776 if test -d /usr/nec; then
9777 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9778 hardcode_shlibpath_var=no
9779 runpath_var=LD_RUN_PATH
9780 hardcode_runpath_var=yes
9781 ld_shlibs=yes
9782 fi
9783 ;;
9784
9785 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9786 no_undefined_flag='${wl}-z,text'
9787 archive_cmds_need_lc=no
9788 hardcode_shlibpath_var=no
9789 runpath_var='LD_RUN_PATH'
9790
9791 if test "$GCC" = yes; then
9792 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9793 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9794 else
9795 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9796 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9797 fi
9798 ;;
9799
9800 sysv5* | sco3.2v5* | sco5v6*)
9801 # Note: We can NOT use -z defs as we might desire, because we do not
9802 # link with -lc, and that would cause any symbols used from libc to
9803 # always be unresolved, which means just about no library would
9804 # ever link correctly. If we're not using GNU ld we use -z text
9805 # though, which does catch some bad symbols but isn't as heavy-handed
9806 # as -z defs.
9807 no_undefined_flag='${wl}-z,text'
9808 allow_undefined_flag='${wl}-z,nodefs'
9809 archive_cmds_need_lc=no
9810 hardcode_shlibpath_var=no
9811 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9812 hardcode_libdir_separator=':'
9813 link_all_deplibs=yes
9814 export_dynamic_flag_spec='${wl}-Bexport'
9815 runpath_var='LD_RUN_PATH'
9816
9817 if test "$GCC" = yes; then
9818 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9819 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9820 else
9821 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9822 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9823 fi
9824 ;;
9825
9826 uts4*)
9827 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9828 hardcode_libdir_flag_spec='-L$libdir'
9829 hardcode_shlibpath_var=no
9830 ;;
9831
9832 *)
9833 ld_shlibs=no
9834 ;;
9835 esac
9836
9837 if test x$host_vendor = xsni; then
9838 case $host in
9839 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9840 export_dynamic_flag_spec='${wl}-Blargedynsym'
9841 ;;
9842 esac
9843 fi
9844 fi
9845
9846{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9847$as_echo "$ld_shlibs" >&6; }
9848test "$ld_shlibs" = no && can_build_shared=no
9849
9850with_gnu_ld=$with_gnu_ld
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866#
9867# Do we need to explicitly link libc?
9868#
9869case "x$archive_cmds_need_lc" in
9870x|xyes)
9871 # Assume -lc should be added
9872 archive_cmds_need_lc=yes
9873
9874 if test "$enable_shared" = yes && test "$GCC" = yes; then
9875 case $archive_cmds in
9876 *'~'*)
9877 # FIXME: we may have to deal with multi-command sequences.
9878 ;;
9879 '$CC '*)
9880 # Test whether the compiler implicitly links with -lc since on some
9881 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9882 # to ld, don't add -lc before -lgcc.
9883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9884$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9885if ${lt_cv_archive_cmds_need_lc+:} false; then :
9886 $as_echo_n "(cached) " >&6
9887else
9888 $RM conftest*
9889 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9890
9891 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9892 (eval $ac_compile) 2>&5
9893 ac_status=$?
9894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9895 test $ac_status = 0; } 2>conftest.err; then
9896 soname=conftest
9897 lib=conftest
9898 libobjs=conftest.$ac_objext
9899 deplibs=
9900 wl=$lt_prog_compiler_wl
9901 pic_flag=$lt_prog_compiler_pic
9902 compiler_flags=-v
9903 linker_flags=-v
9904 verstring=
9905 output_objdir=.
9906 libname=conftest
9907 lt_save_allow_undefined_flag=$allow_undefined_flag
9908 allow_undefined_flag=
9909 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9910 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9911 ac_status=$?
9912 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9913 test $ac_status = 0; }
9914 then
9915 lt_cv_archive_cmds_need_lc=no
9916 else
9917 lt_cv_archive_cmds_need_lc=yes
9918 fi
9919 allow_undefined_flag=$lt_save_allow_undefined_flag
9920 else
9921 cat conftest.err 1>&5
9922 fi
9923 $RM conftest*
9924
9925fi
9926{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9927$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9928 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9929 ;;
9930 esac
9931 fi
9932 ;;
9933esac
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10092$as_echo_n "checking dynamic linker characteristics... " >&6; }
10093
10094if test "$GCC" = yes; then
10095 case $host_os in
10096 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10097 *) lt_awk_arg="/^libraries:/" ;;
10098 esac
10099 case $host_os in
10100 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10101 *) lt_sed_strip_eq="s,=/,/,g" ;;
10102 esac
10103 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10104 case $lt_search_path_spec in
10105 *\;*)
10106 # if the path contains ";" then we assume it to be the separator
10107 # otherwise default to the standard path separator (i.e. ":") - it is
10108 # assumed that no part of a normal pathname contains ";" but that should
10109 # okay in the real world where ";" in dirpaths is itself problematic.
10110 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10111 ;;
10112 *)
10113 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10114 ;;
10115 esac
10116 # Ok, now we have the path, separated by spaces, we can step through it
10117 # and add multilib dir if necessary.
10118 lt_tmp_lt_search_path_spec=
10119 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10120 for lt_sys_path in $lt_search_path_spec; do
10121 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10122 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10123 else
10124 test -d "$lt_sys_path" && \
10125 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10126 fi
10127 done
10128 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10129BEGIN {RS=" "; FS="/|\n";} {
10130 lt_foo="";
10131 lt_count=0;
10132 for (lt_i = NF; lt_i > 0; lt_i--) {
10133 if ($lt_i != "" && $lt_i != ".") {
10134 if ($lt_i == "..") {
10135 lt_count++;
10136 } else {
10137 if (lt_count == 0) {
10138 lt_foo="/" $lt_i lt_foo;
10139 } else {
10140 lt_count--;
10141 }
10142 }
10143 }
10144 }
10145 if (lt_foo != "") { lt_freq[lt_foo]++; }
10146 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10147}'`
10148 # AWK program above erroneously prepends '/' to C:/dos/paths
10149 # for these hosts.
10150 case $host_os in
10151 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10152 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10153 esac
10154 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10155else
10156 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10157fi
10158library_names_spec=
10159libname_spec='lib$name'
10160soname_spec=
10161shrext_cmds=".so"
10162postinstall_cmds=
10163postuninstall_cmds=
10164finish_cmds=
10165finish_eval=
10166shlibpath_var=
10167shlibpath_overrides_runpath=unknown
10168version_type=none
10169dynamic_linker="$host_os ld.so"
10170sys_lib_dlsearch_path_spec="/lib /usr/lib"
10171need_lib_prefix=unknown
10172hardcode_into_libs=no
10173
10174# when you set need_version to no, make sure it does not cause -set_version
10175# flags to be left without arguments
10176need_version=unknown
10177
10178case $host_os in
10179aix3*)
10180 version_type=linux
10181 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10182 shlibpath_var=LIBPATH
10183
10184 # AIX 3 has no versioning support, so we append a major version to the name.
10185 soname_spec='${libname}${release}${shared_ext}$major'
10186 ;;
10187
10188aix[4-9]*)
10189 version_type=linux
10190 need_lib_prefix=no
10191 need_version=no
10192 hardcode_into_libs=yes
10193 if test "$host_cpu" = ia64; then
10194 # AIX 5 supports IA64
10195 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10196 shlibpath_var=LD_LIBRARY_PATH
10197 else
10198 # With GCC up to 2.95.x, collect2 would create an import file
10199 # for dependence libraries. The import file would start with
10200 # the line `#! .'. This would cause the generated library to
10201 # depend on `.', always an invalid library. This was fixed in
10202 # development snapshots of GCC prior to 3.0.
10203 case $host_os in
10204 aix4 | aix4.[01] | aix4.[01].*)
10205 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10206 echo ' yes '
10207 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10208 :
10209 else
10210 can_build_shared=no
10211 fi
10212 ;;
10213 esac
10214 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10215 # soname into executable. Probably we can add versioning support to
10216 # collect2, so additional links can be useful in future.
10217 if test "$aix_use_runtimelinking" = yes; then
10218 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10219 # instead of lib<name>.a to let people know that these are not
10220 # typical AIX shared libraries.
10221 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10222 else
10223 # We preserve .a as extension for shared libraries through AIX4.2
10224 # and later when we are not doing run time linking.
10225 library_names_spec='${libname}${release}.a $libname.a'
10226 soname_spec='${libname}${release}${shared_ext}$major'
10227 fi
10228 shlibpath_var=LIBPATH
10229 fi
10230 ;;
10231
10232amigaos*)
10233 case $host_cpu in
10234 powerpc)
10235 # Since July 2007 AmigaOS4 officially supports .so libraries.
10236 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10237 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10238 ;;
10239 m68k)
10240 library_names_spec='$libname.ixlibrary $libname.a'
10241 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10242 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'
10243 ;;
10244 esac
10245 ;;
10246
10247beos*)
10248 library_names_spec='${libname}${shared_ext}'
10249 dynamic_linker="$host_os ld.so"
10250 shlibpath_var=LIBRARY_PATH
10251 ;;
10252
10253bsdi[45]*)
10254 version_type=linux
10255 need_version=no
10256 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10257 soname_spec='${libname}${release}${shared_ext}$major'
10258 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10259 shlibpath_var=LD_LIBRARY_PATH
10260 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10261 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10262 # the default ld.so.conf also contains /usr/contrib/lib and
10263 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10264 # libtool to hard-code these into programs
10265 ;;
10266
10267cygwin* | mingw* | pw32* | cegcc*)
10268 version_type=windows
10269 shrext_cmds=".dll"
10270 need_version=no
10271 need_lib_prefix=no
10272
10273 case $GCC,$host_os in
10274 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10275 library_names_spec='$libname.dll.a'
10276 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10277 postinstall_cmds='base_file=`basename \${file}`~
10278 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10279 dldir=$destdir/`dirname \$dlpath`~
10280 test -d \$dldir || mkdir -p \$dldir~
10281 $install_prog $dir/$dlname \$dldir/$dlname~
10282 chmod a+x \$dldir/$dlname~
10283 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10284 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10285 fi'
10286 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10287 dlpath=$dir/\$dldll~
10288 $RM \$dlpath'
10289 shlibpath_overrides_runpath=yes
10290
10291 case $host_os in
10292 cygwin*)
10293 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10294 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10295
10296 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10297 ;;
10298 mingw* | cegcc*)
10299 # MinGW DLLs use traditional 'lib' prefix
10300 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10301 ;;
10302 pw32*)
10303 # pw32 DLLs use 'pw' prefix rather than 'lib'
10304 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10305 ;;
10306 esac
10307 ;;
10308
10309 *)
10310 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10311 ;;
10312 esac
10313 dynamic_linker='Win32 ld.exe'
10314 # FIXME: first we should search . and the directory the executable is in
10315 shlibpath_var=PATH
10316 ;;
10317
10318darwin* | rhapsody*)
10319 dynamic_linker="$host_os dyld"
10320 version_type=darwin
10321 need_lib_prefix=no
10322 need_version=no
10323 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10324 soname_spec='${libname}${release}${major}$shared_ext'
10325 shlibpath_overrides_runpath=yes
10326 shlibpath_var=DYLD_LIBRARY_PATH
10327 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10328
10329 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10330 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10331 ;;
10332
10333dgux*)
10334 version_type=linux
10335 need_lib_prefix=no
10336 need_version=no
10337 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10338 soname_spec='${libname}${release}${shared_ext}$major'
10339 shlibpath_var=LD_LIBRARY_PATH
10340 ;;
10341
10342freebsd* | dragonfly*)
10343 # DragonFly does not have aout. When/if they implement a new
10344 # versioning mechanism, adjust this.
10345 if test -x /usr/bin/objformat; then
10346 objformat=`/usr/bin/objformat`
10347 else
10348 case $host_os in
10349 freebsd[23].*) objformat=aout ;;
10350 *) objformat=elf ;;
10351 esac
10352 fi
10353 version_type=freebsd-$objformat
10354 case $version_type in
10355 freebsd-elf*)
10356 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10357 need_version=no
10358 need_lib_prefix=no
10359 ;;
10360 freebsd-*)
10361 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10362 need_version=yes
10363 ;;
10364 esac
10365 shlibpath_var=LD_LIBRARY_PATH
10366 case $host_os in
10367 freebsd2.*)
10368 shlibpath_overrides_runpath=yes
10369 ;;
10370 freebsd3.[01]* | freebsdelf3.[01]*)
10371 shlibpath_overrides_runpath=yes
10372 hardcode_into_libs=yes
10373 ;;
10374 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10375 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10376 shlibpath_overrides_runpath=no
10377 hardcode_into_libs=yes
10378 ;;
10379 *) # from 4.6 on, and DragonFly
10380 shlibpath_overrides_runpath=yes
10381 hardcode_into_libs=yes
10382 ;;
10383 esac
10384 ;;
10385
10386haiku*)
10387 version_type=linux
10388 need_lib_prefix=no
10389 need_version=no
10390 dynamic_linker="$host_os runtime_loader"
10391 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10392 soname_spec='${libname}${release}${shared_ext}$major'
10393 shlibpath_var=LIBRARY_PATH
10394 shlibpath_overrides_runpath=yes
10395 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10396 hardcode_into_libs=yes
10397 ;;
10398
10399hpux9* | hpux10* | hpux11*)
10400 # Give a soname corresponding to the major version so that dld.sl refuses to
10401 # link against other versions.
10402 version_type=sunos
10403 need_lib_prefix=no
10404 need_version=no
10405 case $host_cpu in
10406 ia64*)
10407 shrext_cmds='.so'
10408 hardcode_into_libs=yes
10409 dynamic_linker="$host_os dld.so"
10410 shlibpath_var=LD_LIBRARY_PATH
10411 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10412 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10413 soname_spec='${libname}${release}${shared_ext}$major'
10414 if test "X$HPUX_IA64_MODE" = X32; then
10415 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10416 else
10417 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10418 fi
10419 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10420 ;;
10421 hppa*64*)
10422 shrext_cmds='.sl'
10423 hardcode_into_libs=yes
10424 dynamic_linker="$host_os dld.sl"
10425 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10426 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10427 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10428 soname_spec='${libname}${release}${shared_ext}$major'
10429 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10430 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10431 ;;
10432 *)
10433 shrext_cmds='.sl'
10434 dynamic_linker="$host_os dld.sl"
10435 shlibpath_var=SHLIB_PATH
10436 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10437 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10438 soname_spec='${libname}${release}${shared_ext}$major'
10439 ;;
10440 esac
10441 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10442 postinstall_cmds='chmod 555 $lib'
10443 # or fails outright, so override atomically:
10444 install_override_mode=555
10445 ;;
10446
10447interix[3-9]*)
10448 version_type=linux
10449 need_lib_prefix=no
10450 need_version=no
10451 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10452 soname_spec='${libname}${release}${shared_ext}$major'
10453 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10454 shlibpath_var=LD_LIBRARY_PATH
10455 shlibpath_overrides_runpath=no
10456 hardcode_into_libs=yes
10457 ;;
10458
10459irix5* | irix6* | nonstopux*)
10460 case $host_os in
10461 nonstopux*) version_type=nonstopux ;;
10462 *)
10463 if test "$lt_cv_prog_gnu_ld" = yes; then
10464 version_type=linux
10465 else
10466 version_type=irix
10467 fi ;;
10468 esac
10469 need_lib_prefix=no
10470 need_version=no
10471 soname_spec='${libname}${release}${shared_ext}$major'
10472 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10473 case $host_os in
10474 irix5* | nonstopux*)
10475 libsuff= shlibsuff=
10476 ;;
10477 *)
10478 case $LD in # libtool.m4 will add one of these switches to LD
10479 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10480 libsuff= shlibsuff= libmagic=32-bit;;
10481 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10482 libsuff=32 shlibsuff=N32 libmagic=N32;;
10483 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10484 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10485 *) libsuff= shlibsuff= libmagic=never-match;;
10486 esac
10487 ;;
10488 esac
10489 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10490 shlibpath_overrides_runpath=no
10491 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10492 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10493 hardcode_into_libs=yes
10494 ;;
10495
10496# No shared lib support for Linux oldld, aout, or coff.
10497linux*oldld* | linux*aout* | linux*coff*)
10498 dynamic_linker=no
10499 ;;
10500
10501# This must be Linux ELF.
10502linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10503 version_type=linux
10504 need_lib_prefix=no
10505 need_version=no
10506 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10507 soname_spec='${libname}${release}${shared_ext}$major'
10508 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10509 shlibpath_var=LD_LIBRARY_PATH
10510 shlibpath_overrides_runpath=no
10511
10512 # Some binutils ld are patched to set DT_RUNPATH
10513 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10514 $as_echo_n "(cached) " >&6
10515else
10516 lt_cv_shlibpath_overrides_runpath=no
10517 save_LDFLAGS=$LDFLAGS
10518 save_libdir=$libdir
10519 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10520 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10522/* end confdefs.h. */
10523
10524int
10525main ()
10526{
10527
10528 ;
10529 return 0;
10530}
10531_ACEOF
10532if ac_fn_c_try_link "$LINENO"; then :
10533 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10534 lt_cv_shlibpath_overrides_runpath=yes
10535fi
10536fi
10537rm -f core conftest.err conftest.$ac_objext \
10538 conftest$ac_exeext conftest.$ac_ext
10539 LDFLAGS=$save_LDFLAGS
10540 libdir=$save_libdir
10541
10542fi
10543
10544 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10545
10546 # This implies no fast_install, which is unacceptable.
10547 # Some rework will be needed to allow for fast_install
10548 # before this can be enabled.
10549 hardcode_into_libs=yes
10550
10551 # Append ld.so.conf contents to the search path
10552 if test -f /etc/ld.so.conf; then
10553 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' ' '`
10554 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10555 fi
10556
10557 # We used to test for /lib/ld.so.1 and disable shared libraries on
10558 # powerpc, because MkLinux only supported shared libraries with the
10559 # GNU dynamic linker. Since this was broken with cross compilers,
10560 # most powerpc-linux boxes support dynamic linking these days and
10561 # people can always --disable-shared, the test was removed, and we
10562 # assume the GNU/Linux dynamic linker is in use.
10563 dynamic_linker='GNU/Linux ld.so'
10564 ;;
10565
10566netbsd*)
10567 version_type=sunos
10568 need_lib_prefix=no
10569 need_version=no
10570 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10571 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10572 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10573 dynamic_linker='NetBSD (a.out) ld.so'
10574 else
10575 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10576 soname_spec='${libname}${release}${shared_ext}$major'
10577 dynamic_linker='NetBSD ld.elf_so'
10578 fi
10579 shlibpath_var=LD_LIBRARY_PATH
10580 shlibpath_overrides_runpath=yes
10581 hardcode_into_libs=yes
10582 ;;
10583
10584newsos6)
10585 version_type=linux
10586 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10587 shlibpath_var=LD_LIBRARY_PATH
10588 shlibpath_overrides_runpath=yes
10589 ;;
10590
10591*nto* | *qnx*)
10592 version_type=qnx
10593 need_lib_prefix=no
10594 need_version=no
10595 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10596 soname_spec='${libname}${release}${shared_ext}$major'
10597 shlibpath_var=LD_LIBRARY_PATH
10598 shlibpath_overrides_runpath=no
10599 hardcode_into_libs=yes
10600 dynamic_linker='ldqnx.so'
10601 ;;
10602
10603openbsd*)
10604 version_type=sunos
10605 sys_lib_dlsearch_path_spec="/usr/lib"
10606 need_lib_prefix=no
10607 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10608 case $host_os in
10609 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10610 *) need_version=no ;;
10611 esac
10612 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10613 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10614 shlibpath_var=LD_LIBRARY_PATH
10615 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10616 case $host_os in
10617 openbsd2.[89] | openbsd2.[89].*)
10618 shlibpath_overrides_runpath=no
10619 ;;
10620 *)
10621 shlibpath_overrides_runpath=yes
10622 ;;
10623 esac
10624 else
10625 shlibpath_overrides_runpath=yes
10626 fi
10627 ;;
10628
10629os2*)
10630 libname_spec='$name'
10631 shrext_cmds=".dll"
10632 need_lib_prefix=no
10633 library_names_spec='$libname${shared_ext} $libname.a'
10634 dynamic_linker='OS/2 ld.exe'
10635 shlibpath_var=LIBPATH
10636 ;;
10637
10638osf3* | osf4* | osf5*)
10639 version_type=osf
10640 need_lib_prefix=no
10641 need_version=no
10642 soname_spec='${libname}${release}${shared_ext}$major'
10643 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10644 shlibpath_var=LD_LIBRARY_PATH
10645 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10646 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10647 ;;
10648
10649rdos*)
10650 dynamic_linker=no
10651 ;;
10652
10653solaris*)
10654 version_type=linux
10655 need_lib_prefix=no
10656 need_version=no
10657 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10658 soname_spec='${libname}${release}${shared_ext}$major'
10659 shlibpath_var=LD_LIBRARY_PATH
10660 shlibpath_overrides_runpath=yes
10661 hardcode_into_libs=yes
10662 # ldd complains unless libraries are executable
10663 postinstall_cmds='chmod +x $lib'
10664 ;;
10665
10666sunos4*)
10667 version_type=sunos
10668 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10669 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10670 shlibpath_var=LD_LIBRARY_PATH
10671 shlibpath_overrides_runpath=yes
10672 if test "$with_gnu_ld" = yes; then
10673 need_lib_prefix=no
10674 fi
10675 need_version=yes
10676 ;;
10677
10678sysv4 | sysv4.3*)
10679 version_type=linux
10680 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10681 soname_spec='${libname}${release}${shared_ext}$major'
10682 shlibpath_var=LD_LIBRARY_PATH
10683 case $host_vendor in
10684 sni)
10685 shlibpath_overrides_runpath=no
10686 need_lib_prefix=no
10687 runpath_var=LD_RUN_PATH
10688 ;;
10689 siemens)
10690 need_lib_prefix=no
10691 ;;
10692 motorola)
10693 need_lib_prefix=no
10694 need_version=no
10695 shlibpath_overrides_runpath=no
10696 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10697 ;;
10698 esac
10699 ;;
10700
10701sysv4*MP*)
10702 if test -d /usr/nec ;then
10703 version_type=linux
10704 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10705 soname_spec='$libname${shared_ext}.$major'
10706 shlibpath_var=LD_LIBRARY_PATH
10707 fi
10708 ;;
10709
10710sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10711 version_type=freebsd-elf
10712 need_lib_prefix=no
10713 need_version=no
10714 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10715 soname_spec='${libname}${release}${shared_ext}$major'
10716 shlibpath_var=LD_LIBRARY_PATH
10717 shlibpath_overrides_runpath=yes
10718 hardcode_into_libs=yes
10719 if test "$with_gnu_ld" = yes; then
10720 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10721 else
10722 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10723 case $host_os in
10724 sco3.2v5*)
10725 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10726 ;;
10727 esac
10728 fi
10729 sys_lib_dlsearch_path_spec='/usr/lib'
10730 ;;
10731
10732tpf*)
10733 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10734 version_type=linux
10735 need_lib_prefix=no
10736 need_version=no
10737 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10738 shlibpath_var=LD_LIBRARY_PATH
10739 shlibpath_overrides_runpath=no
10740 hardcode_into_libs=yes
10741 ;;
10742
10743uts4*)
10744 version_type=linux
10745 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10746 soname_spec='${libname}${release}${shared_ext}$major'
10747 shlibpath_var=LD_LIBRARY_PATH
10748 ;;
10749
10750*)
10751 dynamic_linker=no
10752 ;;
10753esac
10754{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10755$as_echo "$dynamic_linker" >&6; }
10756test "$dynamic_linker" = no && can_build_shared=no
10757
10758variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10759if test "$GCC" = yes; then
10760 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10761fi
10762
10763if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10764 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10765fi
10766if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10767 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10768fi
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10862$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10863hardcode_action=
10864if test -n "$hardcode_libdir_flag_spec" ||
10865 test -n "$runpath_var" ||
10866 test "X$hardcode_automatic" = "Xyes" ; then
10867
10868 # We can hardcode non-existent directories.
10869 if test "$hardcode_direct" != no &&
10870 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10871 # have to relink, otherwise we might link with an installed library
10872 # when we should be linking with a yet-to-be-installed one
10873 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10874 test "$hardcode_minus_L" != no; then
10875 # Linking always hardcodes the temporary library directory.
10876 hardcode_action=relink
10877 else
10878 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10879 hardcode_action=immediate
10880 fi
10881else
10882 # We cannot hardcode anything, or else we can only hardcode existing
10883 # directories.
10884 hardcode_action=unsupported
10885fi
10886{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10887$as_echo "$hardcode_action" >&6; }
10888
10889if test "$hardcode_action" = relink ||
10890 test "$inherit_rpath" = yes; then
10891 # Fast installation is not supported
10892 enable_fast_install=no
10893elif test "$shlibpath_overrides_runpath" = yes ||
10894 test "$enable_shared" = no; then
10895 # Fast installation is not necessary
10896 enable_fast_install=needless
10897fi
10898
10899
10900
10901
10902
10903
10904 if test "x$enable_dlopen" != xyes; then
10905 enable_dlopen=unknown
10906 enable_dlopen_self=unknown
10907 enable_dlopen_self_static=unknown
10908else
10909 lt_cv_dlopen=no
10910 lt_cv_dlopen_libs=
10911
10912 case $host_os in
10913 beos*)
10914 lt_cv_dlopen="load_add_on"
10915 lt_cv_dlopen_libs=
10916 lt_cv_dlopen_self=yes
10917 ;;
10918
10919 mingw* | pw32* | cegcc*)
10920 lt_cv_dlopen="LoadLibrary"
10921 lt_cv_dlopen_libs=
10922 ;;
10923
10924 cygwin*)
10925 lt_cv_dlopen="dlopen"
10926 lt_cv_dlopen_libs=
10927 ;;
10928
10929 darwin*)
10930 # if libdl is installed we need to link against it
10931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10932$as_echo_n "checking for dlopen in -ldl... " >&6; }
10933if ${ac_cv_lib_dl_dlopen+:} false; then :
10934 $as_echo_n "(cached) " >&6
10935else
10936 ac_check_lib_save_LIBS=$LIBS
10937LIBS="-ldl $LIBS"
10938cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10939/* end confdefs.h. */
10940
10941/* Override any GCC internal prototype to avoid an error.
10942 Use char because int might match the return type of a GCC
10943 builtin and then its argument prototype would still apply. */
10944#ifdef __cplusplus
10945extern "C"
10946#endif
10947char dlopen ();
10948int
10949main ()
10950{
10951return dlopen ();
10952 ;
10953 return 0;
10954}
10955_ACEOF
10956if ac_fn_c_try_link "$LINENO"; then :
10957 ac_cv_lib_dl_dlopen=yes
10958else
10959 ac_cv_lib_dl_dlopen=no
10960fi
10961rm -f core conftest.err conftest.$ac_objext \
10962 conftest$ac_exeext conftest.$ac_ext
10963LIBS=$ac_check_lib_save_LIBS
10964fi
10965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10966$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10967if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10968 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10969else
10970
10971 lt_cv_dlopen="dyld"
10972 lt_cv_dlopen_libs=
10973 lt_cv_dlopen_self=yes
10974
10975fi
10976
10977 ;;
10978
10979 *)
10980 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10981if test "x$ac_cv_func_shl_load" = xyes; then :
10982 lt_cv_dlopen="shl_load"
10983else
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10985$as_echo_n "checking for shl_load in -ldld... " >&6; }
10986if ${ac_cv_lib_dld_shl_load+:} false; then :
10987 $as_echo_n "(cached) " >&6
10988else
10989 ac_check_lib_save_LIBS=$LIBS
10990LIBS="-ldld $LIBS"
10991cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10992/* end confdefs.h. */
10993
10994/* Override any GCC internal prototype to avoid an error.
10995 Use char because int might match the return type of a GCC
10996 builtin and then its argument prototype would still apply. */
10997#ifdef __cplusplus
10998extern "C"
10999#endif
11000char shl_load ();
11001int
11002main ()
11003{
11004return shl_load ();
11005 ;
11006 return 0;
11007}
11008_ACEOF
11009if ac_fn_c_try_link "$LINENO"; then :
11010 ac_cv_lib_dld_shl_load=yes
11011else
11012 ac_cv_lib_dld_shl_load=no
11013fi
11014rm -f core conftest.err conftest.$ac_objext \
11015 conftest$ac_exeext conftest.$ac_ext
11016LIBS=$ac_check_lib_save_LIBS
11017fi
11018{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11019$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11020if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11021 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11022else
11023 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11024if test "x$ac_cv_func_dlopen" = xyes; then :
11025 lt_cv_dlopen="dlopen"
11026else
11027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11028$as_echo_n "checking for dlopen in -ldl... " >&6; }
11029if ${ac_cv_lib_dl_dlopen+:} false; then :
11030 $as_echo_n "(cached) " >&6
11031else
11032 ac_check_lib_save_LIBS=$LIBS
11033LIBS="-ldl $LIBS"
11034cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11035/* end confdefs.h. */
11036
11037/* Override any GCC internal prototype to avoid an error.
11038 Use char because int might match the return type of a GCC
11039 builtin and then its argument prototype would still apply. */
11040#ifdef __cplusplus
11041extern "C"
11042#endif
11043char dlopen ();
11044int
11045main ()
11046{
11047return dlopen ();
11048 ;
11049 return 0;
11050}
11051_ACEOF
11052if ac_fn_c_try_link "$LINENO"; then :
11053 ac_cv_lib_dl_dlopen=yes
11054else
11055 ac_cv_lib_dl_dlopen=no
11056fi
11057rm -f core conftest.err conftest.$ac_objext \
11058 conftest$ac_exeext conftest.$ac_ext
11059LIBS=$ac_check_lib_save_LIBS
11060fi
11061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11062$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11063if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11064 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11065else
11066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11067$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11068if ${ac_cv_lib_svld_dlopen+:} false; then :
11069 $as_echo_n "(cached) " >&6
11070else
11071 ac_check_lib_save_LIBS=$LIBS
11072LIBS="-lsvld $LIBS"
11073cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11074/* end confdefs.h. */
11075
11076/* Override any GCC internal prototype to avoid an error.
11077 Use char because int might match the return type of a GCC
11078 builtin and then its argument prototype would still apply. */
11079#ifdef __cplusplus
11080extern "C"
11081#endif
11082char dlopen ();
11083int
11084main ()
11085{
11086return dlopen ();
11087 ;
11088 return 0;
11089}
11090_ACEOF
11091if ac_fn_c_try_link "$LINENO"; then :
11092 ac_cv_lib_svld_dlopen=yes
11093else
11094 ac_cv_lib_svld_dlopen=no
11095fi
11096rm -f core conftest.err conftest.$ac_objext \
11097 conftest$ac_exeext conftest.$ac_ext
11098LIBS=$ac_check_lib_save_LIBS
11099fi
11100{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11101$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11102if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11103 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11104else
11105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11106$as_echo_n "checking for dld_link in -ldld... " >&6; }
11107if ${ac_cv_lib_dld_dld_link+:} false; then :
11108 $as_echo_n "(cached) " >&6
11109else
11110 ac_check_lib_save_LIBS=$LIBS
11111LIBS="-ldld $LIBS"
11112cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11113/* end confdefs.h. */
11114
11115/* Override any GCC internal prototype to avoid an error.
11116 Use char because int might match the return type of a GCC
11117 builtin and then its argument prototype would still apply. */
11118#ifdef __cplusplus
11119extern "C"
11120#endif
11121char dld_link ();
11122int
11123main ()
11124{
11125return dld_link ();
11126 ;
11127 return 0;
11128}
11129_ACEOF
11130if ac_fn_c_try_link "$LINENO"; then :
11131 ac_cv_lib_dld_dld_link=yes
11132else
11133 ac_cv_lib_dld_dld_link=no
11134fi
11135rm -f core conftest.err conftest.$ac_objext \
11136 conftest$ac_exeext conftest.$ac_ext
11137LIBS=$ac_check_lib_save_LIBS
11138fi
11139{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11140$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11141if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11142 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11143fi
11144
11145
11146fi
11147
11148
11149fi
11150
11151
11152fi
11153
11154
11155fi
11156
11157
11158fi
11159
11160 ;;
11161 esac
11162
11163 if test "x$lt_cv_dlopen" != xno; then
11164 enable_dlopen=yes
11165 else
11166 enable_dlopen=no
11167 fi
11168
11169 case $lt_cv_dlopen in
11170 dlopen)
11171 save_CPPFLAGS="$CPPFLAGS"
11172 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11173
11174 save_LDFLAGS="$LDFLAGS"
11175 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11176
11177 save_LIBS="$LIBS"
11178 LIBS="$lt_cv_dlopen_libs $LIBS"
11179
11180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11181$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11182if ${lt_cv_dlopen_self+:} false; then :
11183 $as_echo_n "(cached) " >&6
11184else
11185 if test "$cross_compiling" = yes; then :
11186 lt_cv_dlopen_self=cross
11187else
11188 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11189 lt_status=$lt_dlunknown
11190 cat > conftest.$ac_ext <<_LT_EOF
19f6a43c 11191#line 11191 "configure"
b9249c46
MF
11192#include "confdefs.h"
11193
11194#if HAVE_DLFCN_H
11195#include <dlfcn.h>
11196#endif
11197
11198#include <stdio.h>
11199
11200#ifdef RTLD_GLOBAL
11201# define LT_DLGLOBAL RTLD_GLOBAL
11202#else
11203# ifdef DL_GLOBAL
11204# define LT_DLGLOBAL DL_GLOBAL
11205# else
11206# define LT_DLGLOBAL 0
11207# endif
11208#endif
11209
11210/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11211 find out it does not work in some platform. */
11212#ifndef LT_DLLAZY_OR_NOW
11213# ifdef RTLD_LAZY
11214# define LT_DLLAZY_OR_NOW RTLD_LAZY
11215# else
11216# ifdef DL_LAZY
11217# define LT_DLLAZY_OR_NOW DL_LAZY
11218# else
11219# ifdef RTLD_NOW
11220# define LT_DLLAZY_OR_NOW RTLD_NOW
11221# else
11222# ifdef DL_NOW
11223# define LT_DLLAZY_OR_NOW DL_NOW
11224# else
11225# define LT_DLLAZY_OR_NOW 0
11226# endif
11227# endif
11228# endif
11229# endif
11230#endif
11231
11232/* When -fvisbility=hidden is used, assume the code has been annotated
11233 correspondingly for the symbols needed. */
11234#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11235void fnord () __attribute__((visibility("default")));
11236#endif
11237
11238void fnord () { int i=42; }
11239int main ()
11240{
11241 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11242 int status = $lt_dlunknown;
11243
11244 if (self)
11245 {
11246 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11247 else
11248 {
11249 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11250 else puts (dlerror ());
11251 }
11252 /* dlclose (self); */
11253 }
11254 else
11255 puts (dlerror ());
11256
11257 return status;
11258}
11259_LT_EOF
11260 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11261 (eval $ac_link) 2>&5
11262 ac_status=$?
11263 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11264 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11265 (./conftest; exit; ) >&5 2>/dev/null
11266 lt_status=$?
11267 case x$lt_status in
11268 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11269 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11270 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11271 esac
11272 else :
11273 # compilation failed
11274 lt_cv_dlopen_self=no
11275 fi
11276fi
11277rm -fr conftest*
11278
11279
11280fi
11281{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11282$as_echo "$lt_cv_dlopen_self" >&6; }
11283
11284 if test "x$lt_cv_dlopen_self" = xyes; then
11285 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11287$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11288if ${lt_cv_dlopen_self_static+:} false; then :
11289 $as_echo_n "(cached) " >&6
11290else
11291 if test "$cross_compiling" = yes; then :
11292 lt_cv_dlopen_self_static=cross
11293else
11294 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11295 lt_status=$lt_dlunknown
11296 cat > conftest.$ac_ext <<_LT_EOF
19f6a43c 11297#line 11297 "configure"
b9249c46
MF
11298#include "confdefs.h"
11299
11300#if HAVE_DLFCN_H
11301#include <dlfcn.h>
11302#endif
11303
11304#include <stdio.h>
11305
11306#ifdef RTLD_GLOBAL
11307# define LT_DLGLOBAL RTLD_GLOBAL
11308#else
11309# ifdef DL_GLOBAL
11310# define LT_DLGLOBAL DL_GLOBAL
11311# else
11312# define LT_DLGLOBAL 0
11313# endif
11314#endif
11315
11316/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11317 find out it does not work in some platform. */
11318#ifndef LT_DLLAZY_OR_NOW
11319# ifdef RTLD_LAZY
11320# define LT_DLLAZY_OR_NOW RTLD_LAZY
11321# else
11322# ifdef DL_LAZY
11323# define LT_DLLAZY_OR_NOW DL_LAZY
11324# else
11325# ifdef RTLD_NOW
11326# define LT_DLLAZY_OR_NOW RTLD_NOW
11327# else
11328# ifdef DL_NOW
11329# define LT_DLLAZY_OR_NOW DL_NOW
11330# else
11331# define LT_DLLAZY_OR_NOW 0
11332# endif
11333# endif
11334# endif
11335# endif
11336#endif
11337
11338/* When -fvisbility=hidden is used, assume the code has been annotated
11339 correspondingly for the symbols needed. */
11340#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11341void fnord () __attribute__((visibility("default")));
11342#endif
11343
11344void fnord () { int i=42; }
11345int main ()
11346{
11347 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11348 int status = $lt_dlunknown;
11349
11350 if (self)
11351 {
11352 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11353 else
11354 {
11355 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11356 else puts (dlerror ());
11357 }
11358 /* dlclose (self); */
11359 }
11360 else
11361 puts (dlerror ());
11362
11363 return status;
11364}
11365_LT_EOF
11366 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11367 (eval $ac_link) 2>&5
11368 ac_status=$?
11369 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11370 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11371 (./conftest; exit; ) >&5 2>/dev/null
11372 lt_status=$?
11373 case x$lt_status in
11374 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11375 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11376 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11377 esac
11378 else :
11379 # compilation failed
11380 lt_cv_dlopen_self_static=no
11381 fi
11382fi
11383rm -fr conftest*
11384
11385
11386fi
11387{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11388$as_echo "$lt_cv_dlopen_self_static" >&6; }
11389 fi
11390
11391 CPPFLAGS="$save_CPPFLAGS"
11392 LDFLAGS="$save_LDFLAGS"
11393 LIBS="$save_LIBS"
11394 ;;
11395 esac
11396
11397 case $lt_cv_dlopen_self in
11398 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11399 *) enable_dlopen_self=unknown ;;
11400 esac
11401
11402 case $lt_cv_dlopen_self_static in
11403 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11404 *) enable_dlopen_self_static=unknown ;;
11405 esac
11406fi
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422
11423
11424striplib=
11425old_striplib=
11426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11427$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11428if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11429 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11430 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11432$as_echo "yes" >&6; }
11433else
11434# FIXME - insert some real tests, host_os isn't really good enough
11435 case $host_os in
11436 darwin*)
11437 if test -n "$STRIP" ; then
11438 striplib="$STRIP -x"
11439 old_striplib="$STRIP -S"
11440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11441$as_echo "yes" >&6; }
11442 else
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11444$as_echo "no" >&6; }
11445 fi
11446 ;;
11447 *)
11448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11449$as_echo "no" >&6; }
11450 ;;
11451 esac
11452fi
11453
11454
11455
11456
11457
11458
11459
11460
11461
11462
11463
11464
11465 # Report which library types will actually be built
11466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11467$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11469$as_echo "$can_build_shared" >&6; }
11470
11471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11472$as_echo_n "checking whether to build shared libraries... " >&6; }
11473 test "$can_build_shared" = "no" && enable_shared=no
11474
11475 # On AIX, shared libraries and static libraries use the same namespace, and
11476 # are all built from PIC.
11477 case $host_os in
11478 aix3*)
11479 test "$enable_shared" = yes && enable_static=no
11480 if test -n "$RANLIB"; then
11481 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11482 postinstall_cmds='$RANLIB $lib'
11483 fi
11484 ;;
11485
11486 aix[4-9]*)
11487 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11488 test "$enable_shared" = yes && enable_static=no
11489 fi
11490 ;;
11491 esac
11492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11493$as_echo "$enable_shared" >&6; }
11494
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11496$as_echo_n "checking whether to build static libraries... " >&6; }
11497 # Make sure either enable_shared or enable_static is yes.
11498 test "$enable_shared" = yes || enable_static=yes
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11500$as_echo "$enable_static" >&6; }
11501
11502
11503
11504
11505fi
11506ac_ext=c
11507ac_cpp='$CPP $CPPFLAGS'
11508ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11509ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11510ac_compiler_gnu=$ac_cv_c_compiler_gnu
11511
11512CC="$lt_save_CC"
11513
11514
11515
11516
11517
11518
11519
11520
11521
11522
11523
11524
11525
11526 ac_config_commands="$ac_config_commands libtool"
11527
11528
11529
11530
11531# Only expand once:
11532
11533
11534
11535
b9249c46
MF
11536
11537
11538
11539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11540$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11541 # Check whether --enable-maintainer-mode was given.
11542if test "${enable_maintainer_mode+set}" = set; then :
11543 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11544else
11545 USE_MAINTAINER_MODE=no
11546fi
11547
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11549$as_echo "$USE_MAINTAINER_MODE" >&6; }
11550 if test $USE_MAINTAINER_MODE = yes; then
11551 MAINTAINER_MODE_TRUE=
11552 MAINTAINER_MODE_FALSE='#'
11553else
11554 MAINTAINER_MODE_TRUE='#'
11555 MAINTAINER_MODE_FALSE=
11556fi
11557
11558 MAINT=$MAINTAINER_MODE_TRUE
11559
11560
11561
11562
11563{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11564$as_echo_n "checking for sim debug setting... " >&6; }
11565sim_debug="0"
11566# Check whether --enable-sim-debug was given.
11567if test "${enable_sim_debug+set}" = set; then :
11568 enableval=$enable_sim_debug; case "${enableval}" in
11569 yes) sim_debug="7";;
11570 no) sim_debug="0";;
11571 *) sim_debug="($enableval)";;
11572esac
11573fi
11574if test "$sim_debug" != "0"; then
11575
11576cat >>confdefs.h <<_ACEOF
11577#define DEBUG $sim_debug
11578_ACEOF
11579
11580fi
11581
11582cat >>confdefs.h <<_ACEOF
11583#define WITH_DEBUG $sim_debug
11584_ACEOF
11585
11586{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11587$as_echo "$sim_debug" >&6; }
11588
11589
11590{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11591$as_echo_n "checking for sim stdio debug behavior... " >&6; }
11592sim_stdio="0"
11593# Check whether --enable-sim-stdio was given.
11594if test "${enable_sim_stdio+set}" = set; then :
11595 enableval=$enable_sim_stdio; case "${enableval}" in
11596 yes) sim_stdio="DO_USE_STDIO";;
11597 no) sim_stdio="DONT_USE_STDIO";;
11598 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
11599esac
11600fi
11601
11602cat >>confdefs.h <<_ACEOF
11603#define WITH_STDIO $sim_stdio
11604_ACEOF
11605
11606{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11607$as_echo "$sim_stdio" >&6; }
11608
11609
11610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11611$as_echo_n "checking for sim trace settings... " >&6; }
11612sim_trace="~TRACE_debug"
11613# Check whether --enable-sim-trace was given.
11614if test "${enable_sim_trace+set}" = set; then :
11615 enableval=$enable_sim_trace; case "${enableval}" in
11616 yes) sim_trace="-1";;
11617 no) sim_trace="0";;
11618 [-0-9]*)
11619 sim_trace="'(${enableval})'";;
11620 [[:lower:]]*)
11621 sim_trace=""
11622 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11623 if test x"$sim_trace" = x; then
11624 sim_trace="(TRACE_$x"
11625 else
11626 sim_trace="${sim_trace}|TRACE_$x"
11627 fi
11628 done
11629 sim_trace="$sim_trace)" ;;
11630esac
11631fi
11632
11633cat >>confdefs.h <<_ACEOF
11634#define WITH_TRACE $sim_trace
11635_ACEOF
11636
11637{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11638$as_echo "$sim_trace" >&6; }
11639
11640
11641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11642$as_echo_n "checking for sim profile settings... " >&6; }
11643profile="1"
11644sim_profile="-1"
11645# Check whether --enable-sim-profile was given.
11646if test "${enable_sim_profile+set}" = set; then :
11647 enableval=$enable_sim_profile; case "${enableval}" in
11648 yes) profile="1" sim_profile="-1";;
11649 no) profile="0" sim_profile="0";;
11650 [-0-9]*)
11651 profile="(${enableval})" sim_profile="(${enableval})";;
11652 [a-z]*)
11653 profile="1"
11654 sim_profile=""
11655 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11656 if test x"$sim_profile" = x; then
11657 sim_profile="(PROFILE_$x"
11658 else
11659 sim_profile="${sim_profile}|PROFILE_$x"
11660 fi
11661 done
11662 sim_profile="$sim_profile)" ;;
11663esac
11664fi
11665
11666cat >>confdefs.h <<_ACEOF
11667#define PROFILE $profile
11668_ACEOF
11669
11670
11671cat >>confdefs.h <<_ACEOF
11672#define WITH_PROFILE $sim_profile
11673_ACEOF
11674
11675{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11676$as_echo "$sim_profile" >&6; }
11677
11678
11679
11680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11681$as_echo_n "checking whether to enable sim asserts... " >&6; }
11682sim_assert="1"
11683# Check whether --enable-sim-assert was given.
11684if test "${enable_sim_assert+set}" = set; then :
11685 enableval=$enable_sim_assert; case "${enableval}" in
11686 yes) sim_assert="1";;
11687 no) sim_assert="0";;
11688 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
11689esac
11690fi
11691
11692cat >>confdefs.h <<_ACEOF
11693#define WITH_ASSERT $sim_assert
11694_ACEOF
11695
11696{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11697$as_echo "$sim_assert" >&6; }
11698
11699
11700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11701$as_echo_n "checking default sim environment setting... " >&6; }
11702sim_environment="ALL_ENVIRONMENT"
11703# Check whether --enable-sim-environment was given.
11704if test "${enable_sim_environment+set}" = set; then :
11705 enableval=$enable_sim_environment; case "${enableval}" in
11706 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11707 user | USER) sim_environment="USER_ENVIRONMENT";;
11708 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11709 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
11710 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
11711esac
11712fi
11713
11714cat >>confdefs.h <<_ACEOF
11715#define WITH_ENVIRONMENT $sim_environment
11716_ACEOF
11717
11718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11719$as_echo "$sim_environment" >&6; }
11720
11721
11722sim_inline="-DDEFAULT_INLINE=0"
11723# Check whether --enable-sim-inline was given.
11724if test "${enable_sim_inline+set}" = set; then :
11725 enableval=$enable_sim_inline; sim_inline=""
11726case "$enableval" in
11727 no) sim_inline="-DDEFAULT_INLINE=0";;
11728 0) sim_inline="-DDEFAULT_INLINE=0";;
11729 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11730 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11731 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11732 new_flag=""
11733 case "$x" in
11734 *_INLINE=*) new_flag="-D$x";;
11735 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11736 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11737 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11738 esac
11739 if test x"$sim_inline" = x""; then
11740 sim_inline="$new_flag"
11741 else
11742 sim_inline="$sim_inline $new_flag"
11743 fi
11744 done;;
11745esac
11746if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11747 echo "Setting inline flags = $sim_inline" 6>&1
11748fi
11749fi
11750
11751
11752
11753
11754# Check whether --with-pkgversion was given.
11755if test "${with_pkgversion+set}" = set; then :
11756 withval=$with_pkgversion; case "$withval" in
11757 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
11758 no) PKGVERSION= ;;
11759 *) PKGVERSION="($withval) " ;;
11760 esac
11761else
11762 PKGVERSION="(SIM) "
11763
11764fi
11765
11766
11767
11768
11769
11770# Check whether --with-bugurl was given.
11771if test "${with_bugurl+set}" = set; then :
11772 withval=$with_bugurl; case "$withval" in
11773 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
11774 no) BUGURL=
11775 ;;
11776 *) BUGURL="$withval"
11777 ;;
11778 esac
11779else
11780 BUGURL="https://www.gnu.org/software/gdb/bugs/"
11781
11782fi
11783
11784 case ${BUGURL} in
11785 "")
11786 REPORT_BUGS_TO=
11787 REPORT_BUGS_TEXI=
11788 ;;
11789 *)
11790 REPORT_BUGS_TO="<$BUGURL>"
11791 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11792 ;;
11793 esac;
11794
11795
11796
11797
11798cat >>confdefs.h <<_ACEOF
11799#define PKGVERSION "$PKGVERSION"
11800_ACEOF
11801
11802
11803cat >>confdefs.h <<_ACEOF
11804#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11805_ACEOF
11806
11807
11808{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11809$as_echo_n "checking return type of signal handlers... " >&6; }
11810if ${ac_cv_type_signal+:} false; then :
11811 $as_echo_n "(cached) " >&6
11812else
11813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11814/* end confdefs.h. */
11815#include <sys/types.h>
11816#include <signal.h>
11817
11818int
11819main ()
11820{
11821return *(signal (0, 0)) (0) == 1;
11822 ;
11823 return 0;
11824}
11825_ACEOF
11826if ac_fn_c_try_compile "$LINENO"; then :
11827 ac_cv_type_signal=int
11828else
11829 ac_cv_type_signal=void
11830fi
11831rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11832fi
11833{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11834$as_echo "$ac_cv_type_signal" >&6; }
11835
11836cat >>confdefs.h <<_ACEOF
11837#define RETSIGTYPE $ac_cv_type_signal
11838_ACEOF
11839
11840
11841
11842
11843
11844
11845
b9249c46
MF
11846wire_endian="LITTLE"
11847default_endian=""
11848# Check whether --enable-sim-endian was given.
11849if test "${enable_sim_endian+set}" = set; then :
11850 enableval=$enable_sim_endian; case "${enableval}" in
11851 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11852 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
11853 yes) if test x"$wire_endian" != x; then
11854 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11855 else
11856 if test x"$default_endian" != x; then
11857 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11858 else
11859 echo "No hard-wired endian for target $target" 1>&6
11860 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11861 fi
11862 fi;;
11863 no) if test x"$default_endian" != x; then
11864 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11865 else
11866 if test x"$wire_endian" != x; then
11867 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11868 else
11869 echo "No default endian for target $target" 1>&6
11870 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11871 fi
11872 fi;;
11873 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
11874esac
11875if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11876 echo "Setting endian flags = $sim_endian" 6>&1
11877fi
11878else
11879 if test x"$default_endian" != x; then
11880 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11881else
11882 if test x"$wire_endian" != x; then
11883 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11884 else
11885 sim_endian=
11886 fi
11887fi
11888fi
11889
11890wire_alignment="NONSTRICT_ALIGNMENT"
11891default_alignment=""
11892
11893# Check whether --enable-sim-alignment was given.
11894if test "${enable_sim_alignment+set}" = set; then :
11895 enableval=$enable_sim_alignment; case "${enableval}" in
11896 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11897 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11898 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11899 yes) if test x"$wire_alignment" != x; then
11900 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11901 else
11902 if test x"$default_alignment" != x; then
11903 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11904 else
11905 echo "No hard-wired alignment for target $target" 1>&6
11906 sim_alignment="-DWITH_ALIGNMENT=0"
11907 fi
11908 fi;;
11909 no) if test x"$default_alignment" != x; then
11910 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11911 else
11912 if test x"$wire_alignment" != x; then
11913 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11914 else
11915 echo "No default alignment for target $target" 1>&6
11916 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11917 fi
11918 fi;;
11919 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
11920esac
11921if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
11922 echo "Setting alignment flags = $sim_alignment" 6>&1
11923fi
11924else
11925 if test x"$default_alignment" != x; then
11926 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11927else
11928 if test x"$wire_alignment" != x; then
11929 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11930 else
11931 sim_alignment=
11932 fi
11933fi
11934fi
11935
11936
11937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11938$as_echo_n "checking default sim environment setting... " >&6; }
11939sim_environment="ALL_ENVIRONMENT"
11940# Check whether --enable-sim-environment was given.
11941if test "${enable_sim_environment+set}" = set; then :
11942 enableval=$enable_sim_environment; case "${enableval}" in
11943 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11944 user | USER) sim_environment="USER_ENVIRONMENT";;
11945 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11946 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
11947 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
11948esac
11949fi
11950
11951cat >>confdefs.h <<_ACEOF
11952#define WITH_ENVIRONMENT $sim_environment
11953_ACEOF
11954
11955{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11956$as_echo "$sim_environment" >&6; }
11957
11958
11959# Check whether --enable-werror was given.
11960if test "${enable_werror+set}" = set; then :
11961 enableval=$enable_werror; case "${enableval}" in
11962 yes | y) ERROR_ON_WARNING="yes" ;;
11963 no | n) ERROR_ON_WARNING="no" ;;
11964 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11965 esac
11966fi
11967
11968
11969# Enable -Werror by default when using gcc
11970if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11971 ERROR_ON_WARNING=yes
11972fi
11973
11974WERROR_CFLAGS=""
11975 if test "${ERROR_ON_WARNING}" = yes ; then
11976 WERROR_CFLAGS="-Werror"
11977 fi
11978
11979build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
11980-Wpointer-sign \
11981-Wno-unused -Wunused-value -Wunused-function \
11982-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
11983-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
11984-Wold-style-declaration -Wold-style-definition"
11985
11986# Enable -Wno-format by default when using gcc on mingw since many
11987# GCC versions complain about %I64.
11988case "${host}" in
11989 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
11990 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
11991esac
11992
11993# Check whether --enable-build-warnings was given.
11994if test "${enable_build_warnings+set}" = set; then :
11995 enableval=$enable_build_warnings; case "${enableval}" in
11996 yes) ;;
11997 no) build_warnings="-w";;
11998 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11999 build_warnings="${build_warnings} ${t}";;
12000 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12001 build_warnings="${t} ${build_warnings}";;
12002 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12003esac
12004if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12005 echo "Setting compiler warning flags = $build_warnings" 6>&1
12006fi
12007fi
12008# Check whether --enable-sim-build-warnings was given.
12009if test "${enable_sim_build_warnings+set}" = set; then :
12010 enableval=$enable_sim_build_warnings; case "${enableval}" in
12011 yes) ;;
12012 no) build_warnings="-w";;
12013 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12014 build_warnings="${build_warnings} ${t}";;
12015 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12016 build_warnings="${t} ${build_warnings}";;
12017 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12018esac
12019if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12020 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12021fi
12022fi
12023WARN_CFLAGS=""
12024if test "x${build_warnings}" != x -a "x$GCC" = xyes
12025then
12026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12027$as_echo_n "checking compiler warning flags... " >&6; }
12028 # Separate out the -Werror flag as some files just cannot be
12029 # compiled with it enabled.
12030 for w in ${build_warnings}; do
12031 case $w in
12032 -Werr*) WERROR_CFLAGS=-Werror ;;
12033 *) # Check that GCC accepts it
12034 saved_CFLAGS="$CFLAGS"
1f195bc3 12035 CFLAGS="$CFLAGS -Werror $w"
b9249c46
MF
12036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12037/* end confdefs.h. */
12038
12039int
12040main ()
12041{
12042
12043 ;
12044 return 0;
12045}
12046_ACEOF
12047if ac_fn_c_try_compile "$LINENO"; then :
12048 WARN_CFLAGS="${WARN_CFLAGS} $w"
12049fi
12050rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12051 CFLAGS="$saved_CFLAGS"
12052 esac
12053 done
12054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12055$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
12056fi
12057
12058
12059# Select the default model for the target.
12060riscv_model=
12061case "${target}" in
12062riscv32*) riscv_model="RV32G" ;;
12063riscv*) riscv_model="RV64G" ;;
12064esac
12065
12066default_sim_default_model="${riscv_model}"
12067# Check whether --enable-sim-default-model was given.
12068if test "${enable_sim_default_model+set}" = set; then :
12069 enableval=$enable_sim_default_model; case "${enableval}" in
12070 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
12071 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
12072esac
12073if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
12074 echo "Setting default model = $sim_default_model" 6>&1
12075fi
12076else
12077 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
12078fi
12079
12080
12081
12082# Select the bitsize of the target.
12083riscv_addr_bitsize=
12084case "${target}" in
12085riscv32*) riscv_addr_bitsize=32 ;;
12086riscv*) riscv_addr_bitsize=64 ;;
12087esac
12088wire_word_bitsize="$riscv_addr_bitsize"
12089wire_word_msb=""
12090wire_address_bitsize=""
12091wire_cell_bitsize=""
12092# Check whether --enable-sim-bitsize was given.
12093if test "${enable_sim_bitsize+set}" = set; then :
12094 enableval=$enable_sim_bitsize; sim_bitsize=
12095case "${enableval}" in
12096 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
12097 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
12098 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12099 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
12100 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12101 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
12102 else
12103 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
12104 fi ;;
12105 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
12106 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
12107 else
12108 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
12109 fi ;;
12110 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
12111esac
12112# address bitsize
12113tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
12114case x"${tmp}" in
12115 x ) ;;
12116 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
12117 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
12118 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
12119esac
12120# cell bitsize
12121tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
12122case x"${tmp}" in
12123 x ) ;;
12124 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
12125 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
12126 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
12127esac
12128if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
12129 echo "Setting bitsize flags = $sim_bitsize" 6>&1
12130fi
12131else
12132 sim_bitsize=""
12133if test x"$wire_word_bitsize" != x; then
12134 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
12135fi
12136if test x"$wire_word_msb" != x; then
12137 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
12138fi
12139if test x"$wire_address_bitsize" != x; then
12140 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
12141fi
12142if test x"$wire_cell_bitsize" != x; then
12143 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
12144fi
12145fi
12146
12147
12148
12149cgen_breaks=""
12150if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12151cgen_breaks="break cgen_rtx_error";
12152fi
12153
12154ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
12155
12156ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
12157
12158ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
12159
12160ac_config_commands="$ac_config_commands Makefile"
12161
12162ac_config_commands="$ac_config_commands stamp-h"
12163
760b3e8b
MF
12164
12165
12166
12167
12168
12169
12170
12171
12172
12173
12174
12175
b9249c46
MF
12176cat >confcache <<\_ACEOF
12177# This file is a shell script that caches the results of configure
12178# tests run on this system so they can be shared between configure
12179# scripts and configure runs, see configure's option --config-cache.
12180# It is not useful on other systems. If it contains results you don't
12181# want to keep, you may remove or edit it.
12182#
12183# config.status only pays attention to the cache file if you give it
12184# the --recheck option to rerun configure.
12185#
12186# `ac_cv_env_foo' variables (set or unset) will be overridden when
12187# loading this file, other *unset* `ac_cv_foo' will be assigned the
12188# following values.
12189
12190_ACEOF
12191
12192# The following way of writing the cache mishandles newlines in values,
12193# but we know of no workaround that is simple, portable, and efficient.
12194# So, we kill variables containing newlines.
12195# Ultrix sh set writes to stderr and can't be redirected directly,
12196# and sets the high bit in the cache file unless we assign to the vars.
12197(
12198 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12199 eval ac_val=\$$ac_var
12200 case $ac_val in #(
12201 *${as_nl}*)
12202 case $ac_var in #(
12203 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12204$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12205 esac
12206 case $ac_var in #(
12207 _ | IFS | as_nl) ;; #(
12208 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12209 *) { eval $ac_var=; unset $ac_var;} ;;
12210 esac ;;
12211 esac
12212 done
12213
12214 (set) 2>&1 |
12215 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12216 *${as_nl}ac_space=\ *)
12217 # `set' does not quote correctly, so add quotes: double-quote
12218 # substitution turns \\\\ into \\, and sed turns \\ into \.
12219 sed -n \
12220 "s/'/'\\\\''/g;
12221 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12222 ;; #(
12223 *)
12224 # `set' quotes correctly as required by POSIX, so do not add quotes.
12225 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12226 ;;
12227 esac |
12228 sort
12229) |
12230 sed '
12231 /^ac_cv_env_/b end
12232 t clear
12233 :clear
12234 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12235 t end
12236 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12237 :end' >>confcache
12238if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12239 if test -w "$cache_file"; then
12240 if test "x$cache_file" != "x/dev/null"; then
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12242$as_echo "$as_me: updating cache $cache_file" >&6;}
12243 if test ! -f "$cache_file" || test -h "$cache_file"; then
12244 cat confcache >"$cache_file"
12245 else
12246 case $cache_file in #(
12247 */* | ?:*)
12248 mv -f confcache "$cache_file"$$ &&
12249 mv -f "$cache_file"$$ "$cache_file" ;; #(
12250 *)
12251 mv -f confcache "$cache_file" ;;
12252 esac
12253 fi
12254 fi
12255 else
12256 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12257$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12258 fi
12259fi
12260rm -f confcache
12261
12262test "x$prefix" = xNONE && prefix=$ac_default_prefix
12263# Let make expand exec_prefix.
12264test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12265
12266DEFS=-DHAVE_CONFIG_H
12267
12268ac_libobjs=
12269ac_ltlibobjs=
12270U=
12271for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12272 # 1. Remove the extension, and $U if already installed.
12273 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12274 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12275 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12276 # will be set to the directory where LIBOBJS objects are built.
12277 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12278 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12279done
12280LIBOBJS=$ac_libobjs
12281
12282LTLIBOBJS=$ac_ltlibobjs
12283
12284
12285
b9249c46
MF
12286if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
12287 as_fn_error $? "conditional \"PLUGINS\" was never defined.
12288Usually this means the macro was only invoked conditionally." "$LINENO" 5
12289fi
12290if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12291 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
12292Usually this means the macro was only invoked conditionally." "$LINENO" 5
12293fi
12294
12295: "${CONFIG_STATUS=./config.status}"
12296ac_write_fail=0
12297ac_clean_files_save=$ac_clean_files
12298ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12299{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12300$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12301as_write_fail=0
12302cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12303#! $SHELL
12304# Generated by $as_me.
12305# Run this file to recreate the current configuration.
12306# Compiler output produced by configure, useful for debugging
12307# configure, is in config.log if it exists.
12308
12309debug=false
12310ac_cs_recheck=false
12311ac_cs_silent=false
12312
12313SHELL=\${CONFIG_SHELL-$SHELL}
12314export SHELL
12315_ASEOF
12316cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12317## -------------------- ##
12318## M4sh Initialization. ##
12319## -------------------- ##
12320
12321# Be more Bourne compatible
12322DUALCASE=1; export DUALCASE # for MKS sh
12323if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12324 emulate sh
12325 NULLCMD=:
12326 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12327 # is contrary to our usage. Disable this feature.
12328 alias -g '${1+"$@"}'='"$@"'
12329 setopt NO_GLOB_SUBST
12330else
12331 case `(set -o) 2>/dev/null` in #(
12332 *posix*) :
12333 set -o posix ;; #(
12334 *) :
12335 ;;
12336esac
12337fi
12338
12339
12340as_nl='
12341'
12342export as_nl
12343# Printing a long string crashes Solaris 7 /usr/bin/printf.
12344as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12345as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12346as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12347# Prefer a ksh shell builtin over an external printf program on Solaris,
12348# but without wasting forks for bash or zsh.
12349if test -z "$BASH_VERSION$ZSH_VERSION" \
12350 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12351 as_echo='print -r --'
12352 as_echo_n='print -rn --'
12353elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12354 as_echo='printf %s\n'
12355 as_echo_n='printf %s'
12356else
12357 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12358 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12359 as_echo_n='/usr/ucb/echo -n'
12360 else
12361 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12362 as_echo_n_body='eval
12363 arg=$1;
12364 case $arg in #(
12365 *"$as_nl"*)
12366 expr "X$arg" : "X\\(.*\\)$as_nl";
12367 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12368 esac;
12369 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12370 '
12371 export as_echo_n_body
12372 as_echo_n='sh -c $as_echo_n_body as_echo'
12373 fi
12374 export as_echo_body
12375 as_echo='sh -c $as_echo_body as_echo'
12376fi
12377
12378# The user is always right.
12379if test "${PATH_SEPARATOR+set}" != set; then
12380 PATH_SEPARATOR=:
12381 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12382 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12383 PATH_SEPARATOR=';'
12384 }
12385fi
12386
12387
12388# IFS
12389# We need space, tab and new line, in precisely that order. Quoting is
12390# there to prevent editors from complaining about space-tab.
12391# (If _AS_PATH_WALK were called with IFS unset, it would disable word
12392# splitting by setting IFS to empty value.)
12393IFS=" "" $as_nl"
12394
12395# Find who we are. Look in the path if we contain no directory separator.
12396as_myself=
12397case $0 in #((
12398 *[\\/]* ) as_myself=$0 ;;
12399 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12400for as_dir in $PATH
12401do
12402 IFS=$as_save_IFS
12403 test -z "$as_dir" && as_dir=.
12404 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12405 done
12406IFS=$as_save_IFS
12407
12408 ;;
12409esac
12410# We did not find ourselves, most probably we were run as `sh COMMAND'
12411# in which case we are not to be found in the path.
12412if test "x$as_myself" = x; then
12413 as_myself=$0
12414fi
12415if test ! -f "$as_myself"; then
12416 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12417 exit 1
12418fi
12419
12420# Unset variables that we do not need and which cause bugs (e.g. in
12421# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12422# suppresses any "Segmentation fault" message there. '((' could
12423# trigger a bug in pdksh 5.2.14.
12424for as_var in BASH_ENV ENV MAIL MAILPATH
12425do eval test x\${$as_var+set} = xset \
12426 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12427done
12428PS1='$ '
12429PS2='> '
12430PS4='+ '
12431
12432# NLS nuisances.
12433LC_ALL=C
12434export LC_ALL
12435LANGUAGE=C
12436export LANGUAGE
12437
12438# CDPATH.
12439(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12440
12441
12442# as_fn_error STATUS ERROR [LINENO LOG_FD]
12443# ----------------------------------------
12444# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12445# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12446# script with STATUS, using 1 if that was 0.
12447as_fn_error ()
12448{
12449 as_status=$1; test $as_status -eq 0 && as_status=1
12450 if test "$4"; then
12451 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12452 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12453 fi
12454 $as_echo "$as_me: error: $2" >&2
12455 as_fn_exit $as_status
12456} # as_fn_error
12457
12458
12459# as_fn_set_status STATUS
12460# -----------------------
12461# Set $? to STATUS, without forking.
12462as_fn_set_status ()
12463{
12464 return $1
12465} # as_fn_set_status
12466
12467# as_fn_exit STATUS
12468# -----------------
12469# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12470as_fn_exit ()
12471{
12472 set +e
12473 as_fn_set_status $1
12474 exit $1
12475} # as_fn_exit
12476
12477# as_fn_unset VAR
12478# ---------------
12479# Portably unset VAR.
12480as_fn_unset ()
12481{
12482 { eval $1=; unset $1;}
12483}
12484as_unset=as_fn_unset
12485# as_fn_append VAR VALUE
12486# ----------------------
12487# Append the text in VALUE to the end of the definition contained in VAR. Take
12488# advantage of any shell optimizations that allow amortized linear growth over
12489# repeated appends, instead of the typical quadratic growth present in naive
12490# implementations.
12491if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12492 eval 'as_fn_append ()
12493 {
12494 eval $1+=\$2
12495 }'
12496else
12497 as_fn_append ()
12498 {
12499 eval $1=\$$1\$2
12500 }
12501fi # as_fn_append
12502
12503# as_fn_arith ARG...
12504# ------------------
12505# Perform arithmetic evaluation on the ARGs, and store the result in the
12506# global $as_val. Take advantage of shells that can avoid forks. The arguments
12507# must be portable across $(()) and expr.
12508if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12509 eval 'as_fn_arith ()
12510 {
12511 as_val=$(( $* ))
12512 }'
12513else
12514 as_fn_arith ()
12515 {
12516 as_val=`expr "$@" || test $? -eq 1`
12517 }
12518fi # as_fn_arith
12519
12520
12521if expr a : '\(a\)' >/dev/null 2>&1 &&
12522 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12523 as_expr=expr
12524else
12525 as_expr=false
12526fi
12527
12528if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12529 as_basename=basename
12530else
12531 as_basename=false
12532fi
12533
12534if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12535 as_dirname=dirname
12536else
12537 as_dirname=false
12538fi
12539
12540as_me=`$as_basename -- "$0" ||
12541$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12542 X"$0" : 'X\(//\)$' \| \
12543 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12544$as_echo X/"$0" |
12545 sed '/^.*\/\([^/][^/]*\)\/*$/{
12546 s//\1/
12547 q
12548 }
12549 /^X\/\(\/\/\)$/{
12550 s//\1/
12551 q
12552 }
12553 /^X\/\(\/\).*/{
12554 s//\1/
12555 q
12556 }
12557 s/.*/./; q'`
12558
12559# Avoid depending upon Character Ranges.
12560as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12561as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12562as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12563as_cr_digits='0123456789'
12564as_cr_alnum=$as_cr_Letters$as_cr_digits
12565
12566ECHO_C= ECHO_N= ECHO_T=
12567case `echo -n x` in #(((((
12568-n*)
12569 case `echo 'xy\c'` in
12570 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12571 xy) ECHO_C='\c';;
12572 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12573 ECHO_T=' ';;
12574 esac;;
12575*)
12576 ECHO_N='-n';;
12577esac
12578
12579rm -f conf$$ conf$$.exe conf$$.file
12580if test -d conf$$.dir; then
12581 rm -f conf$$.dir/conf$$.file
12582else
12583 rm -f conf$$.dir
12584 mkdir conf$$.dir 2>/dev/null
12585fi
12586if (echo >conf$$.file) 2>/dev/null; then
12587 if ln -s conf$$.file conf$$ 2>/dev/null; then
12588 as_ln_s='ln -s'
12589 # ... but there are two gotchas:
12590 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12591 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12592 # In both cases, we have to default to `cp -pR'.
12593 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12594 as_ln_s='cp -pR'
12595 elif ln conf$$.file conf$$ 2>/dev/null; then
12596 as_ln_s=ln
12597 else
12598 as_ln_s='cp -pR'
12599 fi
12600else
12601 as_ln_s='cp -pR'
12602fi
12603rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12604rmdir conf$$.dir 2>/dev/null
12605
12606
12607# as_fn_mkdir_p
12608# -------------
12609# Create "$as_dir" as a directory, including parents if necessary.
12610as_fn_mkdir_p ()
12611{
12612
12613 case $as_dir in #(
12614 -*) as_dir=./$as_dir;;
12615 esac
12616 test -d "$as_dir" || eval $as_mkdir_p || {
12617 as_dirs=
12618 while :; do
12619 case $as_dir in #(
12620 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12621 *) as_qdir=$as_dir;;
12622 esac
12623 as_dirs="'$as_qdir' $as_dirs"
12624 as_dir=`$as_dirname -- "$as_dir" ||
12625$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12626 X"$as_dir" : 'X\(//\)[^/]' \| \
12627 X"$as_dir" : 'X\(//\)$' \| \
12628 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12629$as_echo X"$as_dir" |
12630 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12631 s//\1/
12632 q
12633 }
12634 /^X\(\/\/\)[^/].*/{
12635 s//\1/
12636 q
12637 }
12638 /^X\(\/\/\)$/{
12639 s//\1/
12640 q
12641 }
12642 /^X\(\/\).*/{
12643 s//\1/
12644 q
12645 }
12646 s/.*/./; q'`
12647 test -d "$as_dir" && break
12648 done
12649 test -z "$as_dirs" || eval "mkdir $as_dirs"
12650 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12651
12652
12653} # as_fn_mkdir_p
12654if mkdir -p . 2>/dev/null; then
12655 as_mkdir_p='mkdir -p "$as_dir"'
12656else
12657 test -d ./-p && rmdir ./-p
12658 as_mkdir_p=false
12659fi
12660
12661
12662# as_fn_executable_p FILE
12663# -----------------------
12664# Test if FILE is an executable regular file.
12665as_fn_executable_p ()
12666{
12667 test -f "$1" && test -x "$1"
12668} # as_fn_executable_p
12669as_test_x='test -x'
12670as_executable_p=as_fn_executable_p
12671
12672# Sed expression to map a string onto a valid CPP name.
12673as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12674
12675# Sed expression to map a string onto a valid variable name.
12676as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12677
12678
12679exec 6>&1
12680## ----------------------------------- ##
12681## Main body of $CONFIG_STATUS script. ##
12682## ----------------------------------- ##
12683_ASEOF
12684test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12685
12686cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12687# Save the log message, to keep $0 and so on meaningful, and to
12688# report actual input values of CONFIG_FILES etc. instead of their
12689# values after options handling.
12690ac_log="
12691This file was extended by $as_me, which was
12692generated by GNU Autoconf 2.69. Invocation command line was
12693
12694 CONFIG_FILES = $CONFIG_FILES
12695 CONFIG_HEADERS = $CONFIG_HEADERS
12696 CONFIG_LINKS = $CONFIG_LINKS
12697 CONFIG_COMMANDS = $CONFIG_COMMANDS
12698 $ $0 $@
12699
12700on `(hostname || uname -n) 2>/dev/null | sed 1q`
12701"
12702
12703_ACEOF
12704
12705case $ac_config_files in *"
12706"*) set x $ac_config_files; shift; ac_config_files=$*;;
12707esac
12708
12709case $ac_config_headers in *"
12710"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12711esac
12712
12713
12714cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12715# Files that config.status was made for.
12716config_files="$ac_config_files"
12717config_headers="$ac_config_headers"
12718config_commands="$ac_config_commands"
12719
12720_ACEOF
12721
12722cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12723ac_cs_usage="\
12724\`$as_me' instantiates files and other configuration actions
12725from templates according to the current configuration. Unless the files
12726and actions are specified as TAGs, all are instantiated by default.
12727
12728Usage: $0 [OPTION]... [TAG]...
12729
12730 -h, --help print this help, then exit
12731 -V, --version print version number and configuration settings, then exit
12732 --config print configuration, then exit
12733 -q, --quiet, --silent
12734 do not print progress messages
12735 -d, --debug don't remove temporary files
12736 --recheck update $as_me by reconfiguring in the same conditions
12737 --file=FILE[:TEMPLATE]
12738 instantiate the configuration file FILE
12739 --header=FILE[:TEMPLATE]
12740 instantiate the configuration header FILE
12741
12742Configuration files:
12743$config_files
12744
12745Configuration headers:
12746$config_headers
12747
12748Configuration commands:
12749$config_commands
12750
12751Report bugs to the package provider."
12752
12753_ACEOF
12754cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12755ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12756ac_cs_version="\\
12757config.status
12758configured by $0, generated by GNU Autoconf 2.69,
12759 with options \\"\$ac_cs_config\\"
12760
12761Copyright (C) 2012 Free Software Foundation, Inc.
12762This config.status script is free software; the Free Software Foundation
12763gives unlimited permission to copy, distribute and modify it."
12764
12765ac_pwd='$ac_pwd'
12766srcdir='$srcdir'
12767INSTALL='$INSTALL'
12768AWK='$AWK'
12769test -n "\$AWK" || AWK=awk
12770_ACEOF
12771
12772cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12773# The default lists apply if the user does not specify any file.
12774ac_need_defaults=:
12775while test $# != 0
12776do
12777 case $1 in
12778 --*=?*)
12779 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12780 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12781 ac_shift=:
12782 ;;
12783 --*=)
12784 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12785 ac_optarg=
12786 ac_shift=:
12787 ;;
12788 *)
12789 ac_option=$1
12790 ac_optarg=$2
12791 ac_shift=shift
12792 ;;
12793 esac
12794
12795 case $ac_option in
12796 # Handling of the options.
12797 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12798 ac_cs_recheck=: ;;
12799 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12800 $as_echo "$ac_cs_version"; exit ;;
12801 --config | --confi | --conf | --con | --co | --c )
12802 $as_echo "$ac_cs_config"; exit ;;
12803 --debug | --debu | --deb | --de | --d | -d )
12804 debug=: ;;
12805 --file | --fil | --fi | --f )
12806 $ac_shift
12807 case $ac_optarg in
12808 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12809 '') as_fn_error $? "missing file argument" ;;
12810 esac
12811 as_fn_append CONFIG_FILES " '$ac_optarg'"
12812 ac_need_defaults=false;;
12813 --header | --heade | --head | --hea )
12814 $ac_shift
12815 case $ac_optarg in
12816 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12817 esac
12818 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12819 ac_need_defaults=false;;
12820 --he | --h)
12821 # Conflict between --help and --header
12822 as_fn_error $? "ambiguous option: \`$1'
12823Try \`$0 --help' for more information.";;
12824 --help | --hel | -h )
12825 $as_echo "$ac_cs_usage"; exit ;;
12826 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12827 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12828 ac_cs_silent=: ;;
12829
12830 # This is an error.
12831 -*) as_fn_error $? "unrecognized option: \`$1'
12832Try \`$0 --help' for more information." ;;
12833
12834 *) as_fn_append ac_config_targets " $1"
12835 ac_need_defaults=false ;;
12836
12837 esac
12838 shift
12839done
12840
12841ac_configure_extra_args=
12842
12843if $ac_cs_silent; then
12844 exec 6>/dev/null
12845 ac_configure_extra_args="$ac_configure_extra_args --silent"
12846fi
12847
12848_ACEOF
12849cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12850if \$ac_cs_recheck; then
12851 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12852 shift
12853 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12854 CONFIG_SHELL='$SHELL'
12855 export CONFIG_SHELL
12856 exec "\$@"
12857fi
12858
12859_ACEOF
12860cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12861exec 5>>config.log
12862{
12863 echo
12864 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12865## Running $as_me. ##
12866_ASBOX
12867 $as_echo "$ac_log"
12868} >&5
12869
12870_ACEOF
12871cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12872#
12873# INIT-COMMANDS
12874#
12875ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
12876
12877
12878# The HP-UX ksh and POSIX shell print the target directory to stdout
12879# if CDPATH is set.
12880(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12881
12882sed_quote_subst='$sed_quote_subst'
12883double_quote_subst='$double_quote_subst'
12884delay_variable_subst='$delay_variable_subst'
12885macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12886macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12887enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12888enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12889pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12890enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12891SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12892ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12893host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12894host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12895host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12896build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12897build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12898build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12899SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12900Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12901GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12902EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12903FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12904LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12905NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12906LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12907max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12908ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12909exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12910lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12911lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12912lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12913reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12914reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12915OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12916deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12917file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12918AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12919AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12920STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12921RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12922old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12923old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12924old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12925lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12926CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12927CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12928compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12929GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12930lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12931lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12932lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12933lt_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"`'
12934objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12935MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12936lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12937lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12938lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12939lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12940lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12941need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12942DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12943NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12944LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12945OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12946OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12947libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12948shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12949extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12950archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12951enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12952export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12953whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12954compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12955old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12956old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12957archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12958archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12959module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12960module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12961with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12962allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12963no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12964hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12965hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12966hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12967hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12968hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12969hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12970hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12971hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12972inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12973link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12974fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12975always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12976export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12977exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12978include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12979prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12980file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12981variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12982need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12983need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12984version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12985runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12986shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12987shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12988libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12989library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12990soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12991install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12992postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12993postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12994finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12995finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12996hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12997sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12998sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12999hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13000enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13001enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13002enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13003old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13004striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13005
13006LTCC='$LTCC'
13007LTCFLAGS='$LTCFLAGS'
13008compiler='$compiler_DEFAULT'
13009
13010# A function that is used when there is no print builtin or printf.
13011func_fallback_echo ()
13012{
13013 eval 'cat <<_LTECHO_EOF
13014\$1
13015_LTECHO_EOF'
13016}
13017
13018# Quote evaled strings.
13019for var in SHELL \
13020ECHO \
13021SED \
13022GREP \
13023EGREP \
13024FGREP \
13025LD \
13026NM \
13027LN_S \
13028lt_SP2NL \
13029lt_NL2SP \
13030reload_flag \
13031OBJDUMP \
13032deplibs_check_method \
13033file_magic_cmd \
13034AR \
13035AR_FLAGS \
13036STRIP \
13037RANLIB \
13038CC \
13039CFLAGS \
13040compiler \
13041lt_cv_sys_global_symbol_pipe \
13042lt_cv_sys_global_symbol_to_cdecl \
13043lt_cv_sys_global_symbol_to_c_name_address \
13044lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13045lt_prog_compiler_no_builtin_flag \
13046lt_prog_compiler_wl \
13047lt_prog_compiler_pic \
13048lt_prog_compiler_static \
13049lt_cv_prog_compiler_c_o \
13050need_locks \
13051DSYMUTIL \
13052NMEDIT \
13053LIPO \
13054OTOOL \
13055OTOOL64 \
13056shrext_cmds \
13057export_dynamic_flag_spec \
13058whole_archive_flag_spec \
13059compiler_needs_object \
13060with_gnu_ld \
13061allow_undefined_flag \
13062no_undefined_flag \
13063hardcode_libdir_flag_spec \
13064hardcode_libdir_flag_spec_ld \
13065hardcode_libdir_separator \
13066fix_srcfile_path \
13067exclude_expsyms \
13068include_expsyms \
13069file_list_spec \
13070variables_saved_for_relink \
13071libname_spec \
13072library_names_spec \
13073soname_spec \
13074install_override_mode \
13075finish_eval \
13076old_striplib \
13077striplib; do
13078 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13079 *[\\\\\\\`\\"\\\$]*)
13080 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13081 ;;
13082 *)
13083 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13084 ;;
13085 esac
13086done
13087
13088# Double-quote double-evaled strings.
13089for var in reload_cmds \
13090old_postinstall_cmds \
13091old_postuninstall_cmds \
13092old_archive_cmds \
13093extract_expsyms_cmds \
13094old_archive_from_new_cmds \
13095old_archive_from_expsyms_cmds \
13096archive_cmds \
13097archive_expsym_cmds \
13098module_cmds \
13099module_expsym_cmds \
13100export_symbols_cmds \
13101prelink_cmds \
13102postinstall_cmds \
13103postuninstall_cmds \
13104finish_cmds \
13105sys_lib_search_path_spec \
13106sys_lib_dlsearch_path_spec; do
13107 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13108 *[\\\\\\\`\\"\\\$]*)
13109 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13110 ;;
13111 *)
13112 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13113 ;;
13114 esac
13115done
13116
13117ac_aux_dir='$ac_aux_dir'
13118xsi_shell='$xsi_shell'
13119lt_shell_append='$lt_shell_append'
13120
13121# See if we are running on zsh, and set the options which allow our
13122# commands through without removal of \ escapes INIT.
13123if test -n "\${ZSH_VERSION+set}" ; then
13124 setopt NO_GLOB_SUBST
13125fi
13126
13127
13128 PACKAGE='$PACKAGE'
13129 VERSION='$VERSION'
13130 TIMESTAMP='$TIMESTAMP'
13131 RM='$RM'
13132 ofile='$ofile'
13133
13134
13135
13136
13137_ACEOF
13138
13139cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13140
13141# Handling of arguments.
13142for ac_config_target in $ac_config_targets
13143do
13144 case $ac_config_target in
13145 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13146 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
13147 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13148 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13149 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13150 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13151 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13152 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13153
13154 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13155 esac
13156done
13157
13158
13159# If the user did not use the arguments to specify the items to instantiate,
13160# then the envvar interface is used. Set only those that are not.
13161# We use the long form for the default assignment because of an extremely
13162# bizarre bug on SunOS 4.1.3.
13163if $ac_need_defaults; then
13164 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13165 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13166 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13167fi
13168
13169# Have a temporary directory for convenience. Make it in the build tree
13170# simply because there is no reason against having it here, and in addition,
13171# creating and moving files from /tmp can sometimes cause problems.
13172# Hook for its removal unless debugging.
13173# Note that there is a small window in which the directory will not be cleaned:
13174# after its creation but before its name has been assigned to `$tmp'.
13175$debug ||
13176{
13177 tmp= ac_tmp=
13178 trap 'exit_status=$?
13179 : "${ac_tmp:=$tmp}"
13180 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
13181' 0
13182 trap 'as_fn_exit 1' 1 2 13 15
13183}
13184# Create a (secure) tmp directory for tmp files.
13185
13186{
13187 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13188 test -d "$tmp"
13189} ||
13190{
13191 tmp=./conf$$-$RANDOM
13192 (umask 077 && mkdir "$tmp")
13193} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13194ac_tmp=$tmp
13195
13196# Set up the scripts for CONFIG_FILES section.
13197# No need to generate them if there are no CONFIG_FILES.
13198# This happens for instance with `./config.status config.h'.
13199if test -n "$CONFIG_FILES"; then
13200
13201
13202ac_cr=`echo X | tr X '\015'`
13203# On cygwin, bash can eat \r inside `` if the user requested igncr.
13204# But we know of no other shell where ac_cr would be empty at this
13205# point, so we can use a bashism as a fallback.
13206if test "x$ac_cr" = x; then
13207 eval ac_cr=\$\'\\r\'
13208fi
13209ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13210if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13211 ac_cs_awk_cr='\\r'
13212else
13213 ac_cs_awk_cr=$ac_cr
13214fi
13215
13216echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
13217_ACEOF
13218
13219
13220{
13221 echo "cat >conf$$subs.awk <<_ACEOF" &&
13222 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13223 echo "_ACEOF"
13224} >conf$$subs.sh ||
13225 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13226ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
13227ac_delim='%!_!# '
13228for ac_last_try in false false false false false :; do
13229 . ./conf$$subs.sh ||
13230 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13231
13232 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13233 if test $ac_delim_n = $ac_delim_num; then
13234 break
13235 elif $ac_last_try; then
13236 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13237 else
13238 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13239 fi
13240done
13241rm -f conf$$subs.sh
13242
13243cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13244cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
13245_ACEOF
13246sed -n '
13247h
13248s/^/S["/; s/!.*/"]=/
13249p
13250g
13251s/^[^!]*!//
13252:repl
13253t repl
13254s/'"$ac_delim"'$//
13255t delim
13256:nl
13257h
13258s/\(.\{148\}\)..*/\1/
13259t more1
13260s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13261p
13262n
13263b repl
13264:more1
13265s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13266p
13267g
13268s/.\{148\}//
13269t nl
13270:delim
13271h
13272s/\(.\{148\}\)..*/\1/
13273t more2
13274s/["\\]/\\&/g; s/^/"/; s/$/"/
13275p
13276b
13277:more2
13278s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13279p
13280g
13281s/.\{148\}//
13282t delim
13283' <conf$$subs.awk | sed '
13284/^[^""]/{
13285 N
13286 s/\n//
13287}
13288' >>$CONFIG_STATUS || ac_write_fail=1
13289rm -f conf$$subs.awk
13290cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13291_ACAWK
13292cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
13293 for (key in S) S_is_set[key] = 1
13294 FS = "\a"
13295
13296}
13297{
13298 line = $ 0
13299 nfields = split(line, field, "@")
13300 substed = 0
13301 len = length(field[1])
13302 for (i = 2; i < nfields; i++) {
13303 key = field[i]
13304 keylen = length(key)
13305 if (S_is_set[key]) {
13306 value = S[key]
13307 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13308 len += length(value) + length(field[++i])
13309 substed = 1
13310 } else
13311 len += 1 + keylen
13312 }
13313
13314 print line
13315}
13316
13317_ACAWK
13318_ACEOF
13319cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13320if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13321 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13322else
13323 cat
13324fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13325 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
13326_ACEOF
13327
13328# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13329# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
13330# trailing colons and then remove the whole line if VPATH becomes empty
13331# (actually we leave an empty line to preserve line numbers).
13332if test "x$srcdir" = x.; then
13333 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13334h
13335s///
13336s/^/:/
13337s/[ ]*$/:/
13338s/:\$(srcdir):/:/g
13339s/:\${srcdir}:/:/g
13340s/:@srcdir@:/:/g
13341s/^:*//
13342s/:*$//
13343x
13344s/\(=[ ]*\).*/\1/
13345G
13346s/\n//
13347s/^[^=]*=[ ]*$//
13348}'
13349fi
13350
13351cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13352fi # test -n "$CONFIG_FILES"
13353
13354# Set up the scripts for CONFIG_HEADERS section.
13355# No need to generate them if there are no CONFIG_HEADERS.
13356# This happens for instance with `./config.status Makefile'.
13357if test -n "$CONFIG_HEADERS"; then
13358cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
13359BEGIN {
13360_ACEOF
13361
13362# Transform confdefs.h into an awk script `defines.awk', embedded as
13363# here-document in config.status, that substitutes the proper values into
13364# config.h.in to produce config.h.
13365
13366# Create a delimiter string that does not exist in confdefs.h, to ease
13367# handling of long lines.
13368ac_delim='%!_!# '
13369for ac_last_try in false false :; do
13370 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13371 if test -z "$ac_tt"; then
13372 break
13373 elif $ac_last_try; then
13374 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
13375 else
13376 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13377 fi
13378done
13379
13380# For the awk script, D is an array of macro values keyed by name,
13381# likewise P contains macro parameters if any. Preserve backslash
13382# newline sequences.
13383
13384ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13385sed -n '
13386s/.\{148\}/&'"$ac_delim"'/g
13387t rset
13388:rset
13389s/^[ ]*#[ ]*define[ ][ ]*/ /
13390t def
13391d
13392:def
13393s/\\$//
13394t bsnl
13395s/["\\]/\\&/g
13396s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13397D["\1"]=" \3"/p
13398s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13399d
13400:bsnl
13401s/["\\]/\\&/g
13402s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13403D["\1"]=" \3\\\\\\n"\\/p
13404t cont
13405s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13406t cont
13407d
13408:cont
13409n
13410s/.\{148\}/&'"$ac_delim"'/g
13411t clear
13412:clear
13413s/\\$//
13414t bsnlc
13415s/["\\]/\\&/g; s/^/"/; s/$/"/p
13416d
13417:bsnlc
13418s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13419b cont
13420' <confdefs.h | sed '
13421s/'"$ac_delim"'/"\\\
13422"/g' >>$CONFIG_STATUS || ac_write_fail=1
13423
13424cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13425 for (key in D) D_is_set[key] = 1
13426 FS = "\a"
13427}
13428/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13429 line = \$ 0
13430 split(line, arg, " ")
13431 if (arg[1] == "#") {
13432 defundef = arg[2]
13433 mac1 = arg[3]
13434 } else {
13435 defundef = substr(arg[1], 2)
13436 mac1 = arg[2]
13437 }
13438 split(mac1, mac2, "(") #)
13439 macro = mac2[1]
13440 prefix = substr(line, 1, index(line, defundef) - 1)
13441 if (D_is_set[macro]) {
13442 # Preserve the white space surrounding the "#".
13443 print prefix "define", macro P[macro] D[macro]
13444 next
13445 } else {
13446 # Replace #undef with comments. This is necessary, for example,
13447 # in the case of _POSIX_SOURCE, which is predefined and required
13448 # on some systems where configure will not decide to define it.
13449 if (defundef == "undef") {
13450 print "/*", prefix defundef, macro, "*/"
13451 next
13452 }
13453 }
13454}
13455{ print }
13456_ACAWK
13457_ACEOF
13458cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13459 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
13460fi # test -n "$CONFIG_HEADERS"
13461
13462
13463eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13464shift
13465for ac_tag
13466do
13467 case $ac_tag in
13468 :[FHLC]) ac_mode=$ac_tag; continue;;
13469 esac
13470 case $ac_mode$ac_tag in
13471 :[FHL]*:*);;
13472 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
13473 :[FH]-) ac_tag=-:-;;
13474 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13475 esac
13476 ac_save_IFS=$IFS
13477 IFS=:
13478 set x $ac_tag
13479 IFS=$ac_save_IFS
13480 shift
13481 ac_file=$1
13482 shift
13483
13484 case $ac_mode in
13485 :L) ac_source=$1;;
13486 :[FH])
13487 ac_file_inputs=
13488 for ac_f
13489 do
13490 case $ac_f in
13491 -) ac_f="$ac_tmp/stdin";;
13492 *) # Look for the file first in the build tree, then in the source tree
13493 # (if the path is not absolute). The absolute path cannot be DOS-style,
13494 # because $ac_f cannot contain `:'.
13495 test -f "$ac_f" ||
13496 case $ac_f in
13497 [\\/$]*) false;;
13498 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13499 esac ||
13500 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13501 esac
13502 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13503 as_fn_append ac_file_inputs " '$ac_f'"
13504 done
13505
13506 # Let's still pretend it is `configure' which instantiates (i.e., don't
13507 # use $as_me), people would be surprised to read:
13508 # /* config.h. Generated by config.status. */
13509 configure_input='Generated from '`
13510 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13511 `' by configure.'
13512 if test x"$ac_file" != x-; then
13513 configure_input="$ac_file. $configure_input"
13514 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13515$as_echo "$as_me: creating $ac_file" >&6;}
13516 fi
13517 # Neutralize special characters interpreted by sed in replacement strings.
13518 case $configure_input in #(
13519 *\&* | *\|* | *\\* )
13520 ac_sed_conf_input=`$as_echo "$configure_input" |
13521 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13522 *) ac_sed_conf_input=$configure_input;;
13523 esac
13524
13525 case $ac_tag in
13526 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13527 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
13528 esac
13529 ;;
13530 esac
13531
13532 ac_dir=`$as_dirname -- "$ac_file" ||
13533$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13534 X"$ac_file" : 'X\(//\)[^/]' \| \
13535 X"$ac_file" : 'X\(//\)$' \| \
13536 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13537$as_echo X"$ac_file" |
13538 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13539 s//\1/
13540 q
13541 }
13542 /^X\(\/\/\)[^/].*/{
13543 s//\1/
13544 q
13545 }
13546 /^X\(\/\/\)$/{
13547 s//\1/
13548 q
13549 }
13550 /^X\(\/\).*/{
13551 s//\1/
13552 q
13553 }
13554 s/.*/./; q'`
13555 as_dir="$ac_dir"; as_fn_mkdir_p
13556 ac_builddir=.
13557
13558case "$ac_dir" in
13559.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13560*)
13561 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13562 # A ".." for each directory in $ac_dir_suffix.
13563 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13564 case $ac_top_builddir_sub in
13565 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13566 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13567 esac ;;
13568esac
13569ac_abs_top_builddir=$ac_pwd
13570ac_abs_builddir=$ac_pwd$ac_dir_suffix
13571# for backward compatibility:
13572ac_top_builddir=$ac_top_build_prefix
13573
13574case $srcdir in
13575 .) # We are building in place.
13576 ac_srcdir=.
13577 ac_top_srcdir=$ac_top_builddir_sub
13578 ac_abs_top_srcdir=$ac_pwd ;;
13579 [\\/]* | ?:[\\/]* ) # Absolute name.
13580 ac_srcdir=$srcdir$ac_dir_suffix;
13581 ac_top_srcdir=$srcdir
13582 ac_abs_top_srcdir=$srcdir ;;
13583 *) # Relative name.
13584 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13585 ac_top_srcdir=$ac_top_build_prefix$srcdir
13586 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13587esac
13588ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13589
13590
13591 case $ac_mode in
13592 :F)
13593 #
13594 # CONFIG_FILE
13595 #
13596
13597 case $INSTALL in
13598 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13599 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13600 esac
13601_ACEOF
13602
13603cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13604# If the template does not know about datarootdir, expand it.
13605# FIXME: This hack should be removed a few years after 2.60.
13606ac_datarootdir_hack=; ac_datarootdir_seen=
13607ac_sed_dataroot='
13608/datarootdir/ {
13609 p
13610 q
13611}
13612/@datadir@/p
13613/@docdir@/p
13614/@infodir@/p
13615/@localedir@/p
13616/@mandir@/p'
13617case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13618*datarootdir*) ac_datarootdir_seen=yes;;
13619*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13620 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13621$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13622_ACEOF
13623cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13624 ac_datarootdir_hack='
13625 s&@datadir@&$datadir&g
13626 s&@docdir@&$docdir&g
13627 s&@infodir@&$infodir&g
13628 s&@localedir@&$localedir&g
13629 s&@mandir@&$mandir&g
13630 s&\\\${datarootdir}&$datarootdir&g' ;;
13631esac
13632_ACEOF
13633
13634# Neutralize VPATH when `$srcdir' = `.'.
13635# Shell code in configure.ac might set extrasub.
13636# FIXME: do we really want to maintain this feature?
13637cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13638ac_sed_extra="$ac_vpsub
13639$extrasub
13640_ACEOF
13641cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13642:t
13643/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13644s|@configure_input@|$ac_sed_conf_input|;t t
13645s&@top_builddir@&$ac_top_builddir_sub&;t t
13646s&@top_build_prefix@&$ac_top_build_prefix&;t t
13647s&@srcdir@&$ac_srcdir&;t t
13648s&@abs_srcdir@&$ac_abs_srcdir&;t t
13649s&@top_srcdir@&$ac_top_srcdir&;t t
13650s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13651s&@builddir@&$ac_builddir&;t t
13652s&@abs_builddir@&$ac_abs_builddir&;t t
13653s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13654s&@INSTALL@&$ac_INSTALL&;t t
13655$ac_datarootdir_hack
13656"
13657eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13658 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13659
13660test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13661 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13662 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13663 "$ac_tmp/out"`; test -z "$ac_out"; } &&
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13665which seems to be undefined. Please make sure it is defined" >&5
13666$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13667which seems to be undefined. Please make sure it is defined" >&2;}
13668
13669 rm -f "$ac_tmp/stdin"
13670 case $ac_file in
13671 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13672 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
13673 esac \
13674 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13675 ;;
13676 :H)
13677 #
13678 # CONFIG_HEADER
13679 #
13680 if test x"$ac_file" != x-; then
13681 {
13682 $as_echo "/* $configure_input */" \
13683 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13684 } >"$ac_tmp/config.h" \
13685 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13686 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
13687 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13688$as_echo "$as_me: $ac_file is unchanged" >&6;}
13689 else
13690 rm -f "$ac_file"
13691 mv "$ac_tmp/config.h" "$ac_file" \
13692 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13693 fi
13694 else
13695 $as_echo "/* $configure_input */" \
13696 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13697 || as_fn_error $? "could not create -" "$LINENO" 5
13698 fi
13699 ;;
13700
13701 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13702$as_echo "$as_me: executing $ac_file commands" >&6;}
13703 ;;
13704 esac
13705
13706
13707 case $ac_file$ac_mode in
13708 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
13709 "libtool":C)
13710
13711 # See if we are running on zsh, and set the options which allow our
13712 # commands through without removal of \ escapes.
13713 if test -n "${ZSH_VERSION+set}" ; then
13714 setopt NO_GLOB_SUBST
13715 fi
13716
13717 cfgfile="${ofile}T"
13718 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13719 $RM "$cfgfile"
13720
13721 cat <<_LT_EOF >> "$cfgfile"
13722#! $SHELL
13723
13724# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13725# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13726# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13727# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13728#
13729# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13730# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13731# Written by Gordon Matzigkeit, 1996
13732#
13733# This file is part of GNU Libtool.
13734#
13735# GNU Libtool is free software; you can redistribute it and/or
13736# modify it under the terms of the GNU General Public License as
13737# published by the Free Software Foundation; either version 2 of
13738# the License, or (at your option) any later version.
13739#
13740# As a special exception to the GNU General Public License,
13741# if you distribute this file as part of a program or library that
13742# is built using GNU Libtool, you may include this file under the
13743# same distribution terms that you use for the rest of that program.
13744#
13745# GNU Libtool is distributed in the hope that it will be useful,
13746# but WITHOUT ANY WARRANTY; without even the implied warranty of
13747# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13748# GNU General Public License for more details.
13749#
13750# You should have received a copy of the GNU General Public License
13751# along with GNU Libtool; see the file COPYING. If not, a copy
13752# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13753# obtained by writing to the Free Software Foundation, Inc.,
13754# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13755
13756
13757# The names of the tagged configurations supported by this script.
13758available_tags=""
13759
13760# ### BEGIN LIBTOOL CONFIG
13761
13762# Which release of libtool.m4 was used?
13763macro_version=$macro_version
13764macro_revision=$macro_revision
13765
13766# Whether or not to build shared libraries.
13767build_libtool_libs=$enable_shared
13768
13769# Whether or not to build static libraries.
13770build_old_libs=$enable_static
13771
13772# What type of objects to build.
13773pic_mode=$pic_mode
13774
13775# Whether or not to optimize for fast installation.
13776fast_install=$enable_fast_install
13777
13778# Shell to use when invoking shell scripts.
13779SHELL=$lt_SHELL
13780
13781# An echo program that protects backslashes.
13782ECHO=$lt_ECHO
13783
13784# The host system.
13785host_alias=$host_alias
13786host=$host
13787host_os=$host_os
13788
13789# The build system.
13790build_alias=$build_alias
13791build=$build
13792build_os=$build_os
13793
13794# A sed program that does not truncate output.
13795SED=$lt_SED
13796
13797# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13798Xsed="\$SED -e 1s/^X//"
13799
13800# A grep program that handles long lines.
13801GREP=$lt_GREP
13802
13803# An ERE matcher.
13804EGREP=$lt_EGREP
13805
13806# A literal string matcher.
13807FGREP=$lt_FGREP
13808
13809# A BSD- or MS-compatible name lister.
13810NM=$lt_NM
13811
13812# Whether we need soft or hard links.
13813LN_S=$lt_LN_S
13814
13815# What is the maximum length of a command?
13816max_cmd_len=$max_cmd_len
13817
13818# Object file suffix (normally "o").
13819objext=$ac_objext
13820
13821# Executable file suffix (normally "").
13822exeext=$exeext
13823
13824# whether the shell understands "unset".
13825lt_unset=$lt_unset
13826
13827# turn spaces into newlines.
13828SP2NL=$lt_lt_SP2NL
13829
13830# turn newlines into spaces.
13831NL2SP=$lt_lt_NL2SP
13832
13833# An object symbol dumper.
13834OBJDUMP=$lt_OBJDUMP
13835
13836# Method to check whether dependent libraries are shared objects.
13837deplibs_check_method=$lt_deplibs_check_method
13838
13839# Command to use when deplibs_check_method == "file_magic".
13840file_magic_cmd=$lt_file_magic_cmd
13841
13842# The archiver.
13843AR=$lt_AR
13844AR_FLAGS=$lt_AR_FLAGS
13845
13846# A symbol stripping program.
13847STRIP=$lt_STRIP
13848
13849# Commands used to install an old-style archive.
13850RANLIB=$lt_RANLIB
13851old_postinstall_cmds=$lt_old_postinstall_cmds
13852old_postuninstall_cmds=$lt_old_postuninstall_cmds
13853
13854# Whether to use a lock for old archive extraction.
13855lock_old_archive_extraction=$lock_old_archive_extraction
13856
13857# A C compiler.
13858LTCC=$lt_CC
13859
13860# LTCC compiler flags.
13861LTCFLAGS=$lt_CFLAGS
13862
13863# Take the output of nm and produce a listing of raw symbols and C names.
13864global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13865
13866# Transform the output of nm in a proper C declaration.
13867global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13868
13869# Transform the output of nm in a C name address pair.
13870global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13871
13872# Transform the output of nm in a C name address pair when lib prefix is needed.
13873global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13874
13875# The name of the directory that contains temporary libtool files.
13876objdir=$objdir
13877
13878# Used to examine libraries when file_magic_cmd begins with "file".
13879MAGIC_CMD=$MAGIC_CMD
13880
13881# Must we lock files when doing compilation?
13882need_locks=$lt_need_locks
13883
13884# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13885DSYMUTIL=$lt_DSYMUTIL
13886
13887# Tool to change global to local symbols on Mac OS X.
13888NMEDIT=$lt_NMEDIT
13889
13890# Tool to manipulate fat objects and archives on Mac OS X.
13891LIPO=$lt_LIPO
13892
13893# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13894OTOOL=$lt_OTOOL
13895
13896# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13897OTOOL64=$lt_OTOOL64
13898
13899# Old archive suffix (normally "a").
13900libext=$libext
13901
13902# Shared library suffix (normally ".so").
13903shrext_cmds=$lt_shrext_cmds
13904
13905# The commands to extract the exported symbol list from a shared archive.
13906extract_expsyms_cmds=$lt_extract_expsyms_cmds
13907
13908# Variables whose values should be saved in libtool wrapper scripts and
13909# restored at link time.
13910variables_saved_for_relink=$lt_variables_saved_for_relink
13911
13912# Do we need the "lib" prefix for modules?
13913need_lib_prefix=$need_lib_prefix
13914
13915# Do we need a version for libraries?
13916need_version=$need_version
13917
13918# Library versioning type.
13919version_type=$version_type
13920
13921# Shared library runtime path variable.
13922runpath_var=$runpath_var
13923
13924# Shared library path variable.
13925shlibpath_var=$shlibpath_var
13926
13927# Is shlibpath searched before the hard-coded library search path?
13928shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13929
13930# Format of library name prefix.
13931libname_spec=$lt_libname_spec
13932
13933# List of archive names. First name is the real one, the rest are links.
13934# The last name is the one that the linker finds with -lNAME
13935library_names_spec=$lt_library_names_spec
13936
13937# The coded name of the library, if different from the real name.
13938soname_spec=$lt_soname_spec
13939
13940# Permission mode override for installation of shared libraries.
13941install_override_mode=$lt_install_override_mode
13942
13943# Command to use after installation of a shared archive.
13944postinstall_cmds=$lt_postinstall_cmds
13945
13946# Command to use after uninstallation of a shared archive.
13947postuninstall_cmds=$lt_postuninstall_cmds
13948
13949# Commands used to finish a libtool library installation in a directory.
13950finish_cmds=$lt_finish_cmds
13951
13952# As "finish_cmds", except a single script fragment to be evaled but
13953# not shown.
13954finish_eval=$lt_finish_eval
13955
13956# Whether we should hardcode library paths into libraries.
13957hardcode_into_libs=$hardcode_into_libs
13958
13959# Compile-time system search path for libraries.
13960sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13961
13962# Run-time system search path for libraries.
13963sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13964
13965# Whether dlopen is supported.
13966dlopen_support=$enable_dlopen
13967
13968# Whether dlopen of programs is supported.
13969dlopen_self=$enable_dlopen_self
13970
13971# Whether dlopen of statically linked programs is supported.
13972dlopen_self_static=$enable_dlopen_self_static
13973
13974# Commands to strip libraries.
13975old_striplib=$lt_old_striplib
13976striplib=$lt_striplib
13977
13978
13979# The linker used to build libraries.
13980LD=$lt_LD
13981
13982# How to create reloadable object files.
13983reload_flag=$lt_reload_flag
13984reload_cmds=$lt_reload_cmds
13985
13986# Commands used to build an old-style archive.
13987old_archive_cmds=$lt_old_archive_cmds
13988
13989# A language specific compiler.
13990CC=$lt_compiler
13991
13992# Is the compiler the GNU compiler?
13993with_gcc=$GCC
13994
13995# Compiler flag to turn off builtin functions.
13996no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13997
13998# How to pass a linker flag through the compiler.
13999wl=$lt_lt_prog_compiler_wl
14000
14001# Additional compiler flags for building library objects.
14002pic_flag=$lt_lt_prog_compiler_pic
14003
14004# Compiler flag to prevent dynamic linking.
14005link_static_flag=$lt_lt_prog_compiler_static
14006
14007# Does compiler simultaneously support -c and -o options?
14008compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14009
14010# Whether or not to add -lc for building shared libraries.
14011build_libtool_need_lc=$archive_cmds_need_lc
14012
14013# Whether or not to disallow shared libs when runtime libs are static.
14014allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14015
14016# Compiler flag to allow reflexive dlopens.
14017export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14018
14019# Compiler flag to generate shared objects directly from archives.
14020whole_archive_flag_spec=$lt_whole_archive_flag_spec
14021
14022# Whether the compiler copes with passing no objects directly.
14023compiler_needs_object=$lt_compiler_needs_object
14024
14025# Create an old-style archive from a shared archive.
14026old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14027
14028# Create a temporary old-style archive to link instead of a shared archive.
14029old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14030
14031# Commands used to build a shared archive.
14032archive_cmds=$lt_archive_cmds
14033archive_expsym_cmds=$lt_archive_expsym_cmds
14034
14035# Commands used to build a loadable module if different from building
14036# a shared archive.
14037module_cmds=$lt_module_cmds
14038module_expsym_cmds=$lt_module_expsym_cmds
14039
14040# Whether we are building with GNU ld or not.
14041with_gnu_ld=$lt_with_gnu_ld
14042
14043# Flag that allows shared libraries with undefined symbols to be built.
14044allow_undefined_flag=$lt_allow_undefined_flag
14045
14046# Flag that enforces no undefined symbols.
14047no_undefined_flag=$lt_no_undefined_flag
14048
14049# Flag to hardcode \$libdir into a binary during linking.
14050# This must work even if \$libdir does not exist
14051hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14052
14053# If ld is used when linking, flag to hardcode \$libdir into a binary
14054# during linking. This must work even if \$libdir does not exist.
14055hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14056
14057# Whether we need a single "-rpath" flag with a separated argument.
14058hardcode_libdir_separator=$lt_hardcode_libdir_separator
14059
14060# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14061# DIR into the resulting binary.
14062hardcode_direct=$hardcode_direct
14063
14064# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14065# DIR into the resulting binary and the resulting library dependency is
14066# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14067# library is relocated.
14068hardcode_direct_absolute=$hardcode_direct_absolute
14069
14070# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14071# into the resulting binary.
14072hardcode_minus_L=$hardcode_minus_L
14073
14074# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14075# into the resulting binary.
14076hardcode_shlibpath_var=$hardcode_shlibpath_var
14077
14078# Set to "yes" if building a shared library automatically hardcodes DIR
14079# into the library and all subsequent libraries and executables linked
14080# against it.
14081hardcode_automatic=$hardcode_automatic
14082
14083# Set to yes if linker adds runtime paths of dependent libraries
14084# to runtime path list.
14085inherit_rpath=$inherit_rpath
14086
14087# Whether libtool must link a program against all its dependency libraries.
14088link_all_deplibs=$link_all_deplibs
14089
14090# Fix the shell variable \$srcfile for the compiler.
14091fix_srcfile_path=$lt_fix_srcfile_path
14092
14093# Set to "yes" if exported symbols are required.
14094always_export_symbols=$always_export_symbols
14095
14096# The commands to list exported symbols.
14097export_symbols_cmds=$lt_export_symbols_cmds
14098
14099# Symbols that should not be listed in the preloaded symbols.
14100exclude_expsyms=$lt_exclude_expsyms
14101
14102# Symbols that must always be exported.
14103include_expsyms=$lt_include_expsyms
14104
14105# Commands necessary for linking programs (against libraries) with templates.
14106prelink_cmds=$lt_prelink_cmds
14107
14108# Specify filename containing input files.
14109file_list_spec=$lt_file_list_spec
14110
14111# How to hardcode a shared library path into an executable.
14112hardcode_action=$hardcode_action
14113
14114# ### END LIBTOOL CONFIG
14115
14116_LT_EOF
14117
14118 case $host_os in
14119 aix3*)
14120 cat <<\_LT_EOF >> "$cfgfile"
14121# AIX sometimes has problems with the GCC collect2 program. For some
14122# reason, if we set the COLLECT_NAMES environment variable, the problems
14123# vanish in a puff of smoke.
14124if test "X${COLLECT_NAMES+set}" != Xset; then
14125 COLLECT_NAMES=
14126 export COLLECT_NAMES
14127fi
14128_LT_EOF
14129 ;;
14130 esac
14131
14132
14133ltmain="$ac_aux_dir/ltmain.sh"
14134
14135
14136 # We use sed instead of cat because bash on DJGPP gets confused if
14137 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14138 # text mode, it properly converts lines to CR/LF. This bash problem
14139 # is reportedly fixed, but why not run on old versions too?
14140 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14141 || (rm -f "$cfgfile"; exit 1)
14142
14143 case $xsi_shell in
14144 yes)
14145 cat << \_LT_EOF >> "$cfgfile"
14146
14147# func_dirname file append nondir_replacement
14148# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14149# otherwise set result to NONDIR_REPLACEMENT.
14150func_dirname ()
14151{
14152 case ${1} in
14153 */*) func_dirname_result="${1%/*}${2}" ;;
14154 * ) func_dirname_result="${3}" ;;
14155 esac
14156}
14157
14158# func_basename file
14159func_basename ()
14160{
14161 func_basename_result="${1##*/}"
14162}
14163
14164# func_dirname_and_basename file append nondir_replacement
14165# perform func_basename and func_dirname in a single function
14166# call:
14167# dirname: Compute the dirname of FILE. If nonempty,
14168# add APPEND to the result, otherwise set result
14169# to NONDIR_REPLACEMENT.
14170# value returned in "$func_dirname_result"
14171# basename: Compute filename of FILE.
14172# value retuned in "$func_basename_result"
14173# Implementation must be kept synchronized with func_dirname
14174# and func_basename. For efficiency, we do not delegate to
14175# those functions but instead duplicate the functionality here.
14176func_dirname_and_basename ()
14177{
14178 case ${1} in
14179 */*) func_dirname_result="${1%/*}${2}" ;;
14180 * ) func_dirname_result="${3}" ;;
14181 esac
14182 func_basename_result="${1##*/}"
14183}
14184
14185# func_stripname prefix suffix name
14186# strip PREFIX and SUFFIX off of NAME.
14187# PREFIX and SUFFIX must not contain globbing or regex special
14188# characters, hashes, percent signs, but SUFFIX may contain a leading
14189# dot (in which case that matches only a dot).
14190func_stripname ()
14191{
14192 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14193 # positional parameters, so assign one to ordinary parameter first.
14194 func_stripname_result=${3}
14195 func_stripname_result=${func_stripname_result#"${1}"}
14196 func_stripname_result=${func_stripname_result%"${2}"}
14197}
14198
14199# func_opt_split
14200func_opt_split ()
14201{
14202 func_opt_split_opt=${1%%=*}
14203 func_opt_split_arg=${1#*=}
14204}
14205
14206# func_lo2o object
14207func_lo2o ()
14208{
14209 case ${1} in
14210 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14211 *) func_lo2o_result=${1} ;;
14212 esac
14213}
14214
14215# func_xform libobj-or-source
14216func_xform ()
14217{
14218 func_xform_result=${1%.*}.lo
14219}
14220
14221# func_arith arithmetic-term...
14222func_arith ()
14223{
14224 func_arith_result=$(( $* ))
14225}
14226
14227# func_len string
14228# STRING may not start with a hyphen.
14229func_len ()
14230{
14231 func_len_result=${#1}
14232}
14233
14234_LT_EOF
14235 ;;
14236 *) # Bourne compatible functions.
14237 cat << \_LT_EOF >> "$cfgfile"
14238
14239# func_dirname file append nondir_replacement
14240# Compute the dirname of FILE. If nonempty, add APPEND to the result,
14241# otherwise set result to NONDIR_REPLACEMENT.
14242func_dirname ()
14243{
14244 # Extract subdirectory from the argument.
14245 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14246 if test "X$func_dirname_result" = "X${1}"; then
14247 func_dirname_result="${3}"
14248 else
14249 func_dirname_result="$func_dirname_result${2}"
14250 fi
14251}
14252
14253# func_basename file
14254func_basename ()
14255{
14256 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14257}
14258
14259
14260# func_stripname prefix suffix name
14261# strip PREFIX and SUFFIX off of NAME.
14262# PREFIX and SUFFIX must not contain globbing or regex special
14263# characters, hashes, percent signs, but SUFFIX may contain a leading
14264# dot (in which case that matches only a dot).
14265# func_strip_suffix prefix name
14266func_stripname ()
14267{
14268 case ${2} in
14269 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14270 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14271 esac
14272}
14273
14274# sed scripts:
14275my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14276my_sed_long_arg='1s/^-[^=]*=//'
14277
14278# func_opt_split
14279func_opt_split ()
14280{
14281 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14282 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14283}
14284
14285# func_lo2o object
14286func_lo2o ()
14287{
14288 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14289}
14290
14291# func_xform libobj-or-source
14292func_xform ()
14293{
14294 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14295}
14296
14297# func_arith arithmetic-term...
14298func_arith ()
14299{
14300 func_arith_result=`expr "$@"`
14301}
14302
14303# func_len string
14304# STRING may not start with a hyphen.
14305func_len ()
14306{
14307 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14308}
14309
14310_LT_EOF
14311esac
14312
14313case $lt_shell_append in
14314 yes)
14315 cat << \_LT_EOF >> "$cfgfile"
14316
14317# func_append var value
14318# Append VALUE to the end of shell variable VAR.
14319func_append ()
14320{
14321 eval "$1+=\$2"
14322}
14323_LT_EOF
14324 ;;
14325 *)
14326 cat << \_LT_EOF >> "$cfgfile"
14327
14328# func_append var value
14329# Append VALUE to the end of shell variable VAR.
14330func_append ()
14331{
14332 eval "$1=\$$1\$2"
14333}
14334
14335_LT_EOF
14336 ;;
14337 esac
14338
14339
14340 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14341 || (rm -f "$cfgfile"; exit 1)
14342
14343 mv -f "$cfgfile" "$ofile" ||
14344 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14345 chmod +x "$ofile"
14346
14347 ;;
14348 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
14349 rm -f Makesim1.tmp Makesim2.tmp Makefile
14350 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14351 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14352 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
14353 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14354 <Makefile.sim >Makefile
14355 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
14356 ;;
14357 "stamp-h":C) echo > stamp-h ;;
14358
14359 esac
14360done # for ac_tag
14361
14362
14363as_fn_exit 0
14364_ACEOF
14365ac_clean_files=$ac_clean_files_save
14366
14367test $ac_write_fail = 0 ||
14368 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
14369
14370
14371# configure is writing to config.log, and then calls config.status.
14372# config.status does its own redirection, appending to config.log.
14373# Unfortunately, on DOS this fails, as config.log is still kept open
14374# by configure, so config.status won't be able to write to it; its
14375# output is simply discarded. So we exec the FD to /dev/null,
14376# effectively closing config.log, so it can be properly (re)opened and
14377# appended to by config.status. When coming back to configure, we
14378# need to make the FD available again.
14379if test "$no_create" != yes; then
14380 ac_cs_success=:
14381 ac_config_status_args=
14382 test "$silent" = yes &&
14383 ac_config_status_args="$ac_config_status_args --quiet"
14384 exec 5>/dev/null
14385 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14386 exec 5>>config.log
14387 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14388 # would make configure fail if this is the last instruction.
14389 $ac_cs_success || as_fn_exit 1
14390fi
14391if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14393$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14394fi
14395
14396