sim: use -Werror when probing for supported warning flags
[deliverable/binutils-gdb.git] / sim / frv / configure
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
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if 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
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_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.
43 if 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 --'
47 elif (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'
50 else
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'
70 fi
71
72 # The user is always right.
73 if 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 }
79 fi
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.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
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
100 IFS=$as_save_IFS
101
102 ;;
103 esac
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.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
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.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export 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.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $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
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if 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
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -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
199 test \$(( 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
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
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
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
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
242 fi; }
243 IFS=$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.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $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
265 exit 255
266 fi
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
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_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.
313 as_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.
323 as_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.
371 as_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.
381 if (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 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # 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.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # 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.
416 as_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
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_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.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_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
508 ECHO_C= ECHO_N= ECHO_T=
509 case `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';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (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
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_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.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 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.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME=
589 PACKAGE_TARNAME=
590 PACKAGE_VERSION=
591 PACKAGE_STRING=
592 PACKAGE_BUGREPORT=
593 PACKAGE_URL=
594
595 ac_unique_file="Makefile.in"
596 # Factoring default headers for most tests.
597 ac_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
632 ac_header_list=
633 ac_func_list=
634 ac_subst_vars='LTLIBOBJS
635 LIBOBJS
636 sim_reserved_bits
637 sim_float
638 sim_bitsize
639 cgen_breaks
640 sim_trapdump
641 cgen
642 cgendir
643 CGEN_MAINT
644 REPORT_BUGS_TEXI
645 REPORT_BUGS_TO
646 PKGVERSION
647 MAINT
648 MAINTAINER_MODE_FALSE
649 MAINTAINER_MODE_TRUE
650 lt_cv_dlopen_libs
651 OTOOL64
652 OTOOL
653 LIPO
654 NMEDIT
655 DSYMUTIL
656 AWK
657 STRIP
658 OBJDUMP
659 LN_S
660 NM
661 ac_ct_DUMPBIN
662 DUMPBIN
663 LD
664 FGREP
665 SED
666 LIBTOOL
667 PLUGINS_FALSE
668 PLUGINS_TRUE
669 zlibinc
670 zlibdir
671 CATOBJEXT
672 GENCAT
673 INSTOBJEXT
674 DATADIRNAME
675 CATALOGS
676 POSUB
677 GMSGFMT
678 XGETTEXT
679 INCINTL
680 LIBINTL_DEP
681 LIBINTL
682 USE_NLS
683 GMAKE_FALSE
684 GMAKE_TRUE
685 MAKE
686 CCDEPMODE
687 DEPDIR
688 am__leading_dot
689 PACKAGE
690 C_DIALECT
691 RANLIB
692 AR
693 LDFLAGS_FOR_BUILD
694 CFLAGS_FOR_BUILD
695 CC_FOR_BUILD
696 INSTALL_DATA
697 INSTALL_SCRIPT
698 INSTALL_PROGRAM
699 EGREP
700 GREP
701 CPP
702 OBJEXT
703 EXEEXT
704 ac_ct_CC
705 CPPFLAGS
706 LDFLAGS
707 CFLAGS
708 CC
709 target_os
710 target_vendor
711 target_cpu
712 target
713 host_os
714 host_vendor
715 host_cpu
716 host
717 build_os
718 build_vendor
719 build_cpu
720 build
721 target_alias
722 host_alias
723 build_alias
724 LIBS
725 ECHO_T
726 ECHO_N
727 ECHO_C
728 DEFS
729 mandir
730 localedir
731 libdir
732 psdir
733 pdfdir
734 dvidir
735 htmldir
736 infodir
737 docdir
738 oldincludedir
739 includedir
740 localstatedir
741 sharedstatedir
742 sysconfdir
743 datadir
744 datarootdir
745 libexecdir
746 sbindir
747 bindir
748 program_transform_name
749 prefix
750 exec_prefix
751 PACKAGE_URL
752 PACKAGE_BUGREPORT
753 PACKAGE_STRING
754 PACKAGE_VERSION
755 PACKAGE_TARNAME
756 PACKAGE_NAME
757 PATH_SEPARATOR
758 SHELL
759 WERROR_CFLAGS
760 WARN_CFLAGS
761 sim_scache
762 sim_inline
763 sim_hw
764 sim_hw_objs
765 sim_hw_cflags
766 sim_endian
767 sim_default_model
768 sim_alignment'
769 ac_subst_files=''
770 ac_user_opts='
771 enable_option_checking
772 with_system_zlib
773 enable_plugins
774 enable_shared
775 enable_static
776 with_pic
777 enable_fast_install
778 with_gnu_ld
779 enable_libtool_lock
780 enable_maintainer_mode
781 enable_sim_debug
782 enable_sim_stdio
783 enable_sim_trace
784 enable_sim_profile
785 enable_sim_assert
786 enable_sim_environment
787 enable_sim_inline
788 with_pkgversion
789 with_bugurl
790 enable_sim_endian
791 enable_sim_alignment
792 enable_sim_scache
793 enable_sim_default_model
794 enable_werror
795 enable_build_warnings
796 enable_sim_build_warnings
797 enable_cgen_maint
798 enable_sim_trapdump
799 enable_sim_hardware
800 '
801 ac_precious_vars='build_alias
802 host_alias
803 target_alias
804 CC
805 CFLAGS
806 LDFLAGS
807 LIBS
808 CPPFLAGS
809 CPP'
810
811
812 # Initialize some variables set by options.
813 ac_init_help=
814 ac_init_version=false
815 ac_unrecognized_opts=
816 ac_unrecognized_sep=
817 # The variables have the same names as the options, with
818 # dashes changed to underlines.
819 cache_file=/dev/null
820 exec_prefix=NONE
821 no_create=
822 no_recursion=
823 prefix=NONE
824 program_prefix=NONE
825 program_suffix=NONE
826 program_transform_name=s,x,x,
827 silent=
828 site=
829 srcdir=
830 verbose=
831 x_includes=NONE
832 x_libraries=NONE
833
834 # Installation directory options.
835 # These are left unexpanded so users can "make install exec_prefix=/foo"
836 # and all the variables that are supposed to be based on exec_prefix
837 # by default will actually change.
838 # Use braces instead of parens because sh, perl, etc. also accept them.
839 # (The list follows the same order as the GNU Coding Standards.)
840 bindir='${exec_prefix}/bin'
841 sbindir='${exec_prefix}/sbin'
842 libexecdir='${exec_prefix}/libexec'
843 datarootdir='${prefix}/share'
844 datadir='${datarootdir}'
845 sysconfdir='${prefix}/etc'
846 sharedstatedir='${prefix}/com'
847 localstatedir='${prefix}/var'
848 includedir='${prefix}/include'
849 oldincludedir='/usr/include'
850 docdir='${datarootdir}/doc/${PACKAGE}'
851 infodir='${datarootdir}/info'
852 htmldir='${docdir}'
853 dvidir='${docdir}'
854 pdfdir='${docdir}'
855 psdir='${docdir}'
856 libdir='${exec_prefix}/lib'
857 localedir='${datarootdir}/locale'
858 mandir='${datarootdir}/man'
859
860 ac_prev=
861 ac_dashdash=
862 for ac_option
863 do
864 # If the previous option needs an argument, assign it.
865 if test -n "$ac_prev"; then
866 eval $ac_prev=\$ac_option
867 ac_prev=
868 continue
869 fi
870
871 case $ac_option in
872 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
873 *=) ac_optarg= ;;
874 *) ac_optarg=yes ;;
875 esac
876
877 # Accept the important Cygnus configure options, so we can diagnose typos.
878
879 case $ac_dashdash$ac_option in
880 --)
881 ac_dashdash=yes ;;
882
883 -bindir | --bindir | --bindi | --bind | --bin | --bi)
884 ac_prev=bindir ;;
885 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
886 bindir=$ac_optarg ;;
887
888 -build | --build | --buil | --bui | --bu)
889 ac_prev=build_alias ;;
890 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
891 build_alias=$ac_optarg ;;
892
893 -cache-file | --cache-file | --cache-fil | --cache-fi \
894 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
895 ac_prev=cache_file ;;
896 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
897 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
898 cache_file=$ac_optarg ;;
899
900 --config-cache | -C)
901 cache_file=config.cache ;;
902
903 -datadir | --datadir | --datadi | --datad)
904 ac_prev=datadir ;;
905 -datadir=* | --datadir=* | --datadi=* | --datad=*)
906 datadir=$ac_optarg ;;
907
908 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
909 | --dataroo | --dataro | --datar)
910 ac_prev=datarootdir ;;
911 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
912 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
913 datarootdir=$ac_optarg ;;
914
915 -disable-* | --disable-*)
916 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
917 # Reject names that are not valid shell variable names.
918 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
919 as_fn_error $? "invalid feature name: $ac_useropt"
920 ac_useropt_orig=$ac_useropt
921 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
922 case $ac_user_opts in
923 *"
924 "enable_$ac_useropt"
925 "*) ;;
926 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
927 ac_unrecognized_sep=', ';;
928 esac
929 eval enable_$ac_useropt=no ;;
930
931 -docdir | --docdir | --docdi | --doc | --do)
932 ac_prev=docdir ;;
933 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
934 docdir=$ac_optarg ;;
935
936 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
937 ac_prev=dvidir ;;
938 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
939 dvidir=$ac_optarg ;;
940
941 -enable-* | --enable-*)
942 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
943 # Reject names that are not valid shell variable names.
944 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
945 as_fn_error $? "invalid feature name: $ac_useropt"
946 ac_useropt_orig=$ac_useropt
947 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
948 case $ac_user_opts in
949 *"
950 "enable_$ac_useropt"
951 "*) ;;
952 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
953 ac_unrecognized_sep=', ';;
954 esac
955 eval enable_$ac_useropt=\$ac_optarg ;;
956
957 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
958 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
959 | --exec | --exe | --ex)
960 ac_prev=exec_prefix ;;
961 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
962 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
963 | --exec=* | --exe=* | --ex=*)
964 exec_prefix=$ac_optarg ;;
965
966 -gas | --gas | --ga | --g)
967 # Obsolete; use --with-gas.
968 with_gas=yes ;;
969
970 -help | --help | --hel | --he | -h)
971 ac_init_help=long ;;
972 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
973 ac_init_help=recursive ;;
974 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
975 ac_init_help=short ;;
976
977 -host | --host | --hos | --ho)
978 ac_prev=host_alias ;;
979 -host=* | --host=* | --hos=* | --ho=*)
980 host_alias=$ac_optarg ;;
981
982 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
983 ac_prev=htmldir ;;
984 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
985 | --ht=*)
986 htmldir=$ac_optarg ;;
987
988 -includedir | --includedir | --includedi | --included | --include \
989 | --includ | --inclu | --incl | --inc)
990 ac_prev=includedir ;;
991 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
992 | --includ=* | --inclu=* | --incl=* | --inc=*)
993 includedir=$ac_optarg ;;
994
995 -infodir | --infodir | --infodi | --infod | --info | --inf)
996 ac_prev=infodir ;;
997 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
998 infodir=$ac_optarg ;;
999
1000 -libdir | --libdir | --libdi | --libd)
1001 ac_prev=libdir ;;
1002 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1003 libdir=$ac_optarg ;;
1004
1005 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1006 | --libexe | --libex | --libe)
1007 ac_prev=libexecdir ;;
1008 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1009 | --libexe=* | --libex=* | --libe=*)
1010 libexecdir=$ac_optarg ;;
1011
1012 -localedir | --localedir | --localedi | --localed | --locale)
1013 ac_prev=localedir ;;
1014 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1015 localedir=$ac_optarg ;;
1016
1017 -localstatedir | --localstatedir | --localstatedi | --localstated \
1018 | --localstate | --localstat | --localsta | --localst | --locals)
1019 ac_prev=localstatedir ;;
1020 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1021 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1022 localstatedir=$ac_optarg ;;
1023
1024 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1025 ac_prev=mandir ;;
1026 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1027 mandir=$ac_optarg ;;
1028
1029 -nfp | --nfp | --nf)
1030 # Obsolete; use --without-fp.
1031 with_fp=no ;;
1032
1033 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1034 | --no-cr | --no-c | -n)
1035 no_create=yes ;;
1036
1037 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1038 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1039 no_recursion=yes ;;
1040
1041 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1042 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1043 | --oldin | --oldi | --old | --ol | --o)
1044 ac_prev=oldincludedir ;;
1045 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1046 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1047 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1048 oldincludedir=$ac_optarg ;;
1049
1050 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1051 ac_prev=prefix ;;
1052 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1053 prefix=$ac_optarg ;;
1054
1055 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1056 | --program-pre | --program-pr | --program-p)
1057 ac_prev=program_prefix ;;
1058 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1059 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1060 program_prefix=$ac_optarg ;;
1061
1062 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1063 | --program-suf | --program-su | --program-s)
1064 ac_prev=program_suffix ;;
1065 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1066 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1067 program_suffix=$ac_optarg ;;
1068
1069 -program-transform-name | --program-transform-name \
1070 | --program-transform-nam | --program-transform-na \
1071 | --program-transform-n | --program-transform- \
1072 | --program-transform | --program-transfor \
1073 | --program-transfo | --program-transf \
1074 | --program-trans | --program-tran \
1075 | --progr-tra | --program-tr | --program-t)
1076 ac_prev=program_transform_name ;;
1077 -program-transform-name=* | --program-transform-name=* \
1078 | --program-transform-nam=* | --program-transform-na=* \
1079 | --program-transform-n=* | --program-transform-=* \
1080 | --program-transform=* | --program-transfor=* \
1081 | --program-transfo=* | --program-transf=* \
1082 | --program-trans=* | --program-tran=* \
1083 | --progr-tra=* | --program-tr=* | --program-t=*)
1084 program_transform_name=$ac_optarg ;;
1085
1086 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1087 ac_prev=pdfdir ;;
1088 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1089 pdfdir=$ac_optarg ;;
1090
1091 -psdir | --psdir | --psdi | --psd | --ps)
1092 ac_prev=psdir ;;
1093 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1094 psdir=$ac_optarg ;;
1095
1096 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1097 | -silent | --silent | --silen | --sile | --sil)
1098 silent=yes ;;
1099
1100 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1101 ac_prev=sbindir ;;
1102 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1103 | --sbi=* | --sb=*)
1104 sbindir=$ac_optarg ;;
1105
1106 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1107 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1108 | --sharedst | --shareds | --shared | --share | --shar \
1109 | --sha | --sh)
1110 ac_prev=sharedstatedir ;;
1111 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1112 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1113 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1114 | --sha=* | --sh=*)
1115 sharedstatedir=$ac_optarg ;;
1116
1117 -site | --site | --sit)
1118 ac_prev=site ;;
1119 -site=* | --site=* | --sit=*)
1120 site=$ac_optarg ;;
1121
1122 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1123 ac_prev=srcdir ;;
1124 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1125 srcdir=$ac_optarg ;;
1126
1127 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1128 | --syscon | --sysco | --sysc | --sys | --sy)
1129 ac_prev=sysconfdir ;;
1130 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1131 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1132 sysconfdir=$ac_optarg ;;
1133
1134 -target | --target | --targe | --targ | --tar | --ta | --t)
1135 ac_prev=target_alias ;;
1136 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1137 target_alias=$ac_optarg ;;
1138
1139 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1140 verbose=yes ;;
1141
1142 -version | --version | --versio | --versi | --vers | -V)
1143 ac_init_version=: ;;
1144
1145 -with-* | --with-*)
1146 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1147 # Reject names that are not valid shell variable names.
1148 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1149 as_fn_error $? "invalid package name: $ac_useropt"
1150 ac_useropt_orig=$ac_useropt
1151 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1152 case $ac_user_opts in
1153 *"
1154 "with_$ac_useropt"
1155 "*) ;;
1156 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1157 ac_unrecognized_sep=', ';;
1158 esac
1159 eval with_$ac_useropt=\$ac_optarg ;;
1160
1161 -without-* | --without-*)
1162 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1163 # Reject names that are not valid shell variable names.
1164 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1165 as_fn_error $? "invalid package name: $ac_useropt"
1166 ac_useropt_orig=$ac_useropt
1167 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1168 case $ac_user_opts in
1169 *"
1170 "with_$ac_useropt"
1171 "*) ;;
1172 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1173 ac_unrecognized_sep=', ';;
1174 esac
1175 eval with_$ac_useropt=no ;;
1176
1177 --x)
1178 # Obsolete; use --with-x.
1179 with_x=yes ;;
1180
1181 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1182 | --x-incl | --x-inc | --x-in | --x-i)
1183 ac_prev=x_includes ;;
1184 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1185 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1186 x_includes=$ac_optarg ;;
1187
1188 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1189 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1190 ac_prev=x_libraries ;;
1191 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1192 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1193 x_libraries=$ac_optarg ;;
1194
1195 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1196 Try \`$0 --help' for more information"
1197 ;;
1198
1199 *=*)
1200 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1201 # Reject names that are not valid shell variable names.
1202 case $ac_envvar in #(
1203 '' | [0-9]* | *[!_$as_cr_alnum]* )
1204 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1205 esac
1206 eval $ac_envvar=\$ac_optarg
1207 export $ac_envvar ;;
1208
1209 *)
1210 # FIXME: should be removed in autoconf 3.0.
1211 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1212 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1213 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1214 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1215 ;;
1216
1217 esac
1218 done
1219
1220 if test -n "$ac_prev"; then
1221 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1222 as_fn_error $? "missing argument to $ac_option"
1223 fi
1224
1225 if test -n "$ac_unrecognized_opts"; then
1226 case $enable_option_checking in
1227 no) ;;
1228 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1229 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1230 esac
1231 fi
1232
1233 # Check all directory arguments for consistency.
1234 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1235 datadir sysconfdir sharedstatedir localstatedir includedir \
1236 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1237 libdir localedir mandir
1238 do
1239 eval ac_val=\$$ac_var
1240 # Remove trailing slashes.
1241 case $ac_val in
1242 */ )
1243 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1244 eval $ac_var=\$ac_val;;
1245 esac
1246 # Be sure to have absolute directory names.
1247 case $ac_val in
1248 [\\/$]* | ?:[\\/]* ) continue;;
1249 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1250 esac
1251 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1252 done
1253
1254 # There might be people who depend on the old broken behavior: `$host'
1255 # used to hold the argument of --host etc.
1256 # FIXME: To remove some day.
1257 build=$build_alias
1258 host=$host_alias
1259 target=$target_alias
1260
1261 # FIXME: To remove some day.
1262 if test "x$host_alias" != x; then
1263 if test "x$build_alias" = x; then
1264 cross_compiling=maybe
1265 elif test "x$build_alias" != "x$host_alias"; then
1266 cross_compiling=yes
1267 fi
1268 fi
1269
1270 ac_tool_prefix=
1271 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1272
1273 test "$silent" = yes && exec 6>/dev/null
1274
1275
1276 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1277 ac_ls_di=`ls -di .` &&
1278 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1279 as_fn_error $? "working directory cannot be determined"
1280 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1281 as_fn_error $? "pwd does not report name of working directory"
1282
1283
1284 # Find the source files, if location was not specified.
1285 if test -z "$srcdir"; then
1286 ac_srcdir_defaulted=yes
1287 # Try the directory containing this script, then the parent directory.
1288 ac_confdir=`$as_dirname -- "$as_myself" ||
1289 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1290 X"$as_myself" : 'X\(//\)[^/]' \| \
1291 X"$as_myself" : 'X\(//\)$' \| \
1292 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1293 $as_echo X"$as_myself" |
1294 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1295 s//\1/
1296 q
1297 }
1298 /^X\(\/\/\)[^/].*/{
1299 s//\1/
1300 q
1301 }
1302 /^X\(\/\/\)$/{
1303 s//\1/
1304 q
1305 }
1306 /^X\(\/\).*/{
1307 s//\1/
1308 q
1309 }
1310 s/.*/./; q'`
1311 srcdir=$ac_confdir
1312 if test ! -r "$srcdir/$ac_unique_file"; then
1313 srcdir=..
1314 fi
1315 else
1316 ac_srcdir_defaulted=no
1317 fi
1318 if test ! -r "$srcdir/$ac_unique_file"; then
1319 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1320 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1321 fi
1322 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1323 ac_abs_confdir=`(
1324 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1325 pwd)`
1326 # When building in place, set srcdir=.
1327 if test "$ac_abs_confdir" = "$ac_pwd"; then
1328 srcdir=.
1329 fi
1330 # Remove unnecessary trailing slashes from srcdir.
1331 # Double slashes in file names in object file debugging info
1332 # mess up M-x gdb in Emacs.
1333 case $srcdir in
1334 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1335 esac
1336 for ac_var in $ac_precious_vars; do
1337 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1338 eval ac_env_${ac_var}_value=\$${ac_var}
1339 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1340 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1341 done
1342
1343 #
1344 # Report the --help message.
1345 #
1346 if test "$ac_init_help" = "long"; then
1347 # Omit some internal or obsolete options to make the list less imposing.
1348 # This message is too long to be a string in the A/UX 3.1 sh.
1349 cat <<_ACEOF
1350 \`configure' configures this package to adapt to many kinds of systems.
1351
1352 Usage: $0 [OPTION]... [VAR=VALUE]...
1353
1354 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1355 VAR=VALUE. See below for descriptions of some of the useful variables.
1356
1357 Defaults for the options are specified in brackets.
1358
1359 Configuration:
1360 -h, --help display this help and exit
1361 --help=short display options specific to this package
1362 --help=recursive display the short help of all the included packages
1363 -V, --version display version information and exit
1364 -q, --quiet, --silent do not print \`checking ...' messages
1365 --cache-file=FILE cache test results in FILE [disabled]
1366 -C, --config-cache alias for \`--cache-file=config.cache'
1367 -n, --no-create do not create output files
1368 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1369
1370 Installation directories:
1371 --prefix=PREFIX install architecture-independent files in PREFIX
1372 [$ac_default_prefix]
1373 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1374 [PREFIX]
1375
1376 By default, \`make install' will install all the files in
1377 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1378 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1379 for instance \`--prefix=\$HOME'.
1380
1381 For better control, use the options below.
1382
1383 Fine tuning of the installation directories:
1384 --bindir=DIR user executables [EPREFIX/bin]
1385 --sbindir=DIR system admin executables [EPREFIX/sbin]
1386 --libexecdir=DIR program executables [EPREFIX/libexec]
1387 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1388 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1389 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1390 --libdir=DIR object code libraries [EPREFIX/lib]
1391 --includedir=DIR C header files [PREFIX/include]
1392 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1393 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1394 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1395 --infodir=DIR info documentation [DATAROOTDIR/info]
1396 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1397 --mandir=DIR man documentation [DATAROOTDIR/man]
1398 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1399 --htmldir=DIR html documentation [DOCDIR]
1400 --dvidir=DIR dvi documentation [DOCDIR]
1401 --pdfdir=DIR pdf documentation [DOCDIR]
1402 --psdir=DIR ps documentation [DOCDIR]
1403 _ACEOF
1404
1405 cat <<\_ACEOF
1406
1407 Program names:
1408 --program-prefix=PREFIX prepend PREFIX to installed program names
1409 --program-suffix=SUFFIX append SUFFIX to installed program names
1410 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1411
1412 System types:
1413 --build=BUILD configure for building on BUILD [guessed]
1414 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1415 --target=TARGET configure for building compilers for TARGET [HOST]
1416 _ACEOF
1417 fi
1418
1419 if test -n "$ac_init_help"; then
1420
1421 cat <<\_ACEOF
1422
1423 Optional Features:
1424 --disable-option-checking ignore unrecognized --enable/--with options
1425 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1426 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1427 --enable-plugins Enable support for plugins
1428 --enable-shared[=PKGS] build shared libraries [default=yes]
1429 --enable-static[=PKGS] build static libraries [default=yes]
1430 --enable-fast-install[=PKGS]
1431 optimize for fast installation [default=yes]
1432 --disable-libtool-lock avoid locking (might break parallel builds)
1433 --enable-maintainer-mode
1434 enable make rules and dependencies not useful (and
1435 sometimes confusing) to the casual installer
1436 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1437 itself)
1438 --enable-sim-stdio Specify whether to use stdio for console
1439 input/output
1440 --enable-sim-trace=opts Enable tracing of simulated programs
1441 --enable-sim-profile=opts
1442 Enable profiling flags
1443 --enable-sim-assert Specify whether to perform random assertions
1444 --enable-sim-environment=environment
1445 Specify mixed, user, virtual or operating
1446 environment
1447 --enable-sim-inline=inlines
1448 Specify which functions should be inlined
1449 --enable-sim-endian=endian
1450 Specify target byte endian orientation
1451 --enable-sim-alignment=align
1452 Specify strict, nonstrict or forced alignment of
1453 memory accesses
1454 --enable-sim-scache=size
1455 Specify simulator execution cache size
1456 --enable-sim-default-model=model
1457 Specify default model to simulate
1458 --enable-werror treat compile warnings as errors
1459 --enable-build-warnings enable build-time compiler warnings if gcc is used
1460 --enable-sim-build-warnings
1461 enable SIM specific build-time compiler warnings if
1462 gcc is used
1463 --enable-cgen-maint=DIR build cgen generated files
1464 --enable-sim-trapdump Make unknown traps dump the registers
1465 --enable-sim-hardware=LIST
1466 Specify the hardware to be included in the build.
1467
1468 Optional Packages:
1469 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1470 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1471 --with-system-zlib use installed libz
1472 --with-pic try to use only PIC/non-PIC objects [default=use
1473 both]
1474 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1475 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1476 --with-bugurl=URL Direct users to URL to report a bug
1477
1478 Some influential environment variables:
1479 CC C compiler command
1480 CFLAGS C compiler flags
1481 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1482 nonstandard directory <lib dir>
1483 LIBS libraries to pass to the linker, e.g. -l<library>
1484 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1485 you have headers in a nonstandard directory <include dir>
1486 CPP C preprocessor
1487
1488 Use these variables to override the choices made by `configure' or to help
1489 it to find libraries and programs with nonstandard names/locations.
1490
1491 Report bugs to the package provider.
1492 _ACEOF
1493 ac_status=$?
1494 fi
1495
1496 if test "$ac_init_help" = "recursive"; then
1497 # If there are subdirs, report their specific --help.
1498 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1499 test -d "$ac_dir" ||
1500 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1501 continue
1502 ac_builddir=.
1503
1504 case "$ac_dir" in
1505 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1506 *)
1507 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1508 # A ".." for each directory in $ac_dir_suffix.
1509 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1510 case $ac_top_builddir_sub in
1511 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1512 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1513 esac ;;
1514 esac
1515 ac_abs_top_builddir=$ac_pwd
1516 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1517 # for backward compatibility:
1518 ac_top_builddir=$ac_top_build_prefix
1519
1520 case $srcdir in
1521 .) # We are building in place.
1522 ac_srcdir=.
1523 ac_top_srcdir=$ac_top_builddir_sub
1524 ac_abs_top_srcdir=$ac_pwd ;;
1525 [\\/]* | ?:[\\/]* ) # Absolute name.
1526 ac_srcdir=$srcdir$ac_dir_suffix;
1527 ac_top_srcdir=$srcdir
1528 ac_abs_top_srcdir=$srcdir ;;
1529 *) # Relative name.
1530 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1531 ac_top_srcdir=$ac_top_build_prefix$srcdir
1532 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1533 esac
1534 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1535
1536 cd "$ac_dir" || { ac_status=$?; continue; }
1537 # Check for guested configure.
1538 if test -f "$ac_srcdir/configure.gnu"; then
1539 echo &&
1540 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1541 elif test -f "$ac_srcdir/configure"; then
1542 echo &&
1543 $SHELL "$ac_srcdir/configure" --help=recursive
1544 else
1545 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1546 fi || ac_status=$?
1547 cd "$ac_pwd" || { ac_status=$?; break; }
1548 done
1549 fi
1550
1551 test -n "$ac_init_help" && exit $ac_status
1552 if $ac_init_version; then
1553 cat <<\_ACEOF
1554 configure
1555 generated by GNU Autoconf 2.69
1556
1557 Copyright (C) 2012 Free Software Foundation, Inc.
1558 This configure script is free software; the Free Software Foundation
1559 gives unlimited permission to copy, distribute and modify it.
1560 _ACEOF
1561 exit
1562 fi
1563
1564 ## ------------------------ ##
1565 ## Autoconf initialization. ##
1566 ## ------------------------ ##
1567
1568 # ac_fn_c_try_compile LINENO
1569 # --------------------------
1570 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1571 ac_fn_c_try_compile ()
1572 {
1573 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1574 rm -f conftest.$ac_objext
1575 if { { ac_try="$ac_compile"
1576 case "(($ac_try" in
1577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1578 *) ac_try_echo=$ac_try;;
1579 esac
1580 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1581 $as_echo "$ac_try_echo"; } >&5
1582 (eval "$ac_compile") 2>conftest.err
1583 ac_status=$?
1584 if test -s conftest.err; then
1585 grep -v '^ *+' conftest.err >conftest.er1
1586 cat conftest.er1 >&5
1587 mv -f conftest.er1 conftest.err
1588 fi
1589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1590 test $ac_status = 0; } && {
1591 test -z "$ac_c_werror_flag" ||
1592 test ! -s conftest.err
1593 } && test -s conftest.$ac_objext; then :
1594 ac_retval=0
1595 else
1596 $as_echo "$as_me: failed program was:" >&5
1597 sed 's/^/| /' conftest.$ac_ext >&5
1598
1599 ac_retval=1
1600 fi
1601 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1602 as_fn_set_status $ac_retval
1603
1604 } # ac_fn_c_try_compile
1605
1606 # ac_fn_c_try_cpp LINENO
1607 # ----------------------
1608 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1609 ac_fn_c_try_cpp ()
1610 {
1611 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1612 if { { ac_try="$ac_cpp conftest.$ac_ext"
1613 case "(($ac_try" in
1614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1615 *) ac_try_echo=$ac_try;;
1616 esac
1617 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1618 $as_echo "$ac_try_echo"; } >&5
1619 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1620 ac_status=$?
1621 if test -s conftest.err; then
1622 grep -v '^ *+' conftest.err >conftest.er1
1623 cat conftest.er1 >&5
1624 mv -f conftest.er1 conftest.err
1625 fi
1626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1627 test $ac_status = 0; } > conftest.i && {
1628 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1629 test ! -s conftest.err
1630 }; then :
1631 ac_retval=0
1632 else
1633 $as_echo "$as_me: failed program was:" >&5
1634 sed 's/^/| /' conftest.$ac_ext >&5
1635
1636 ac_retval=1
1637 fi
1638 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1639 as_fn_set_status $ac_retval
1640
1641 } # ac_fn_c_try_cpp
1642
1643 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1644 # -------------------------------------------------------
1645 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1646 # the include files in INCLUDES and setting the cache variable VAR
1647 # accordingly.
1648 ac_fn_c_check_header_mongrel ()
1649 {
1650 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1651 if eval \${$3+:} false; then :
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1653 $as_echo_n "checking for $2... " >&6; }
1654 if eval \${$3+:} false; then :
1655 $as_echo_n "(cached) " >&6
1656 fi
1657 eval ac_res=\$$3
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1659 $as_echo "$ac_res" >&6; }
1660 else
1661 # Is the header compilable?
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1663 $as_echo_n "checking $2 usability... " >&6; }
1664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1665 /* end confdefs.h. */
1666 $4
1667 #include <$2>
1668 _ACEOF
1669 if ac_fn_c_try_compile "$LINENO"; then :
1670 ac_header_compiler=yes
1671 else
1672 ac_header_compiler=no
1673 fi
1674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1676 $as_echo "$ac_header_compiler" >&6; }
1677
1678 # Is the header present?
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1680 $as_echo_n "checking $2 presence... " >&6; }
1681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1682 /* end confdefs.h. */
1683 #include <$2>
1684 _ACEOF
1685 if ac_fn_c_try_cpp "$LINENO"; then :
1686 ac_header_preproc=yes
1687 else
1688 ac_header_preproc=no
1689 fi
1690 rm -f conftest.err conftest.i conftest.$ac_ext
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1692 $as_echo "$ac_header_preproc" >&6; }
1693
1694 # So? What about this header?
1695 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1696 yes:no: )
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1698 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1700 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1701 ;;
1702 no:yes:* )
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1704 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1706 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1708 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1710 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1712 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1713 ;;
1714 esac
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1716 $as_echo_n "checking for $2... " >&6; }
1717 if eval \${$3+:} false; then :
1718 $as_echo_n "(cached) " >&6
1719 else
1720 eval "$3=\$ac_header_compiler"
1721 fi
1722 eval ac_res=\$$3
1723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1724 $as_echo "$ac_res" >&6; }
1725 fi
1726 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1727
1728 } # ac_fn_c_check_header_mongrel
1729
1730 # ac_fn_c_try_run LINENO
1731 # ----------------------
1732 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1733 # that executables *can* be run.
1734 ac_fn_c_try_run ()
1735 {
1736 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1737 if { { ac_try="$ac_link"
1738 case "(($ac_try" in
1739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1740 *) ac_try_echo=$ac_try;;
1741 esac
1742 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1743 $as_echo "$ac_try_echo"; } >&5
1744 (eval "$ac_link") 2>&5
1745 ac_status=$?
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1748 { { case "(($ac_try" in
1749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1750 *) ac_try_echo=$ac_try;;
1751 esac
1752 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1753 $as_echo "$ac_try_echo"; } >&5
1754 (eval "$ac_try") 2>&5
1755 ac_status=$?
1756 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1757 test $ac_status = 0; }; }; then :
1758 ac_retval=0
1759 else
1760 $as_echo "$as_me: program exited with status $ac_status" >&5
1761 $as_echo "$as_me: failed program was:" >&5
1762 sed 's/^/| /' conftest.$ac_ext >&5
1763
1764 ac_retval=$ac_status
1765 fi
1766 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1767 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1768 as_fn_set_status $ac_retval
1769
1770 } # ac_fn_c_try_run
1771
1772 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1773 # -------------------------------------------------------
1774 # Tests whether HEADER exists and can be compiled using the include files in
1775 # INCLUDES, setting the cache variable VAR accordingly.
1776 ac_fn_c_check_header_compile ()
1777 {
1778 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1780 $as_echo_n "checking for $2... " >&6; }
1781 if eval \${$3+:} false; then :
1782 $as_echo_n "(cached) " >&6
1783 else
1784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1785 /* end confdefs.h. */
1786 $4
1787 #include <$2>
1788 _ACEOF
1789 if ac_fn_c_try_compile "$LINENO"; then :
1790 eval "$3=yes"
1791 else
1792 eval "$3=no"
1793 fi
1794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1795 fi
1796 eval ac_res=\$$3
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1798 $as_echo "$ac_res" >&6; }
1799 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1800
1801 } # ac_fn_c_check_header_compile
1802
1803 # ac_fn_c_try_link LINENO
1804 # -----------------------
1805 # Try to link conftest.$ac_ext, and return whether this succeeded.
1806 ac_fn_c_try_link ()
1807 {
1808 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1809 rm -f conftest.$ac_objext conftest$ac_exeext
1810 if { { ac_try="$ac_link"
1811 case "(($ac_try" in
1812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1813 *) ac_try_echo=$ac_try;;
1814 esac
1815 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1816 $as_echo "$ac_try_echo"; } >&5
1817 (eval "$ac_link") 2>conftest.err
1818 ac_status=$?
1819 if test -s conftest.err; then
1820 grep -v '^ *+' conftest.err >conftest.er1
1821 cat conftest.er1 >&5
1822 mv -f conftest.er1 conftest.err
1823 fi
1824 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1825 test $ac_status = 0; } && {
1826 test -z "$ac_c_werror_flag" ||
1827 test ! -s conftest.err
1828 } && test -s conftest$ac_exeext && {
1829 test "$cross_compiling" = yes ||
1830 test -x conftest$ac_exeext
1831 }; then :
1832 ac_retval=0
1833 else
1834 $as_echo "$as_me: failed program was:" >&5
1835 sed 's/^/| /' conftest.$ac_ext >&5
1836
1837 ac_retval=1
1838 fi
1839 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1840 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1841 # interfere with the next link command; also delete a directory that is
1842 # left behind by Apple's compiler. We do this before executing the actions.
1843 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1844 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1845 as_fn_set_status $ac_retval
1846
1847 } # ac_fn_c_try_link
1848
1849 # ac_fn_c_check_func LINENO FUNC VAR
1850 # ----------------------------------
1851 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1852 ac_fn_c_check_func ()
1853 {
1854 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1856 $as_echo_n "checking for $2... " >&6; }
1857 if eval \${$3+:} false; then :
1858 $as_echo_n "(cached) " >&6
1859 else
1860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1861 /* end confdefs.h. */
1862 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1863 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1864 #define $2 innocuous_$2
1865
1866 /* System header to define __stub macros and hopefully few prototypes,
1867 which can conflict with char $2 (); below.
1868 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1869 <limits.h> exists even on freestanding compilers. */
1870
1871 #ifdef __STDC__
1872 # include <limits.h>
1873 #else
1874 # include <assert.h>
1875 #endif
1876
1877 #undef $2
1878
1879 /* Override any GCC internal prototype to avoid an error.
1880 Use char because int might match the return type of a GCC
1881 builtin and then its argument prototype would still apply. */
1882 #ifdef __cplusplus
1883 extern "C"
1884 #endif
1885 char $2 ();
1886 /* The GNU C library defines this for functions which it implements
1887 to always fail with ENOSYS. Some functions are actually named
1888 something starting with __ and the normal name is an alias. */
1889 #if defined __stub_$2 || defined __stub___$2
1890 choke me
1891 #endif
1892
1893 int
1894 main ()
1895 {
1896 return $2 ();
1897 ;
1898 return 0;
1899 }
1900 _ACEOF
1901 if ac_fn_c_try_link "$LINENO"; then :
1902 eval "$3=yes"
1903 else
1904 eval "$3=no"
1905 fi
1906 rm -f core conftest.err conftest.$ac_objext \
1907 conftest$ac_exeext conftest.$ac_ext
1908 fi
1909 eval ac_res=\$$3
1910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1911 $as_echo "$ac_res" >&6; }
1912 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1913
1914 } # ac_fn_c_check_func
1915
1916 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1917 # ----------------------------------------------------
1918 # Tries to find if the field MEMBER exists in type AGGR, after including
1919 # INCLUDES, setting cache variable VAR accordingly.
1920 ac_fn_c_check_member ()
1921 {
1922 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1924 $as_echo_n "checking for $2.$3... " >&6; }
1925 if eval \${$4+:} false; then :
1926 $as_echo_n "(cached) " >&6
1927 else
1928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1929 /* end confdefs.h. */
1930 $5
1931 int
1932 main ()
1933 {
1934 static $2 ac_aggr;
1935 if (ac_aggr.$3)
1936 return 0;
1937 ;
1938 return 0;
1939 }
1940 _ACEOF
1941 if ac_fn_c_try_compile "$LINENO"; then :
1942 eval "$4=yes"
1943 else
1944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1945 /* end confdefs.h. */
1946 $5
1947 int
1948 main ()
1949 {
1950 static $2 ac_aggr;
1951 if (sizeof ac_aggr.$3)
1952 return 0;
1953 ;
1954 return 0;
1955 }
1956 _ACEOF
1957 if ac_fn_c_try_compile "$LINENO"; then :
1958 eval "$4=yes"
1959 else
1960 eval "$4=no"
1961 fi
1962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1963 fi
1964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1965 fi
1966 eval ac_res=\$$4
1967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1968 $as_echo "$ac_res" >&6; }
1969 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1970
1971 } # ac_fn_c_check_member
1972
1973 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1974 # -------------------------------------------
1975 # Tests whether TYPE exists after having included INCLUDES, setting cache
1976 # variable VAR accordingly.
1977 ac_fn_c_check_type ()
1978 {
1979 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1981 $as_echo_n "checking for $2... " >&6; }
1982 if eval \${$3+:} false; then :
1983 $as_echo_n "(cached) " >&6
1984 else
1985 eval "$3=no"
1986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1987 /* end confdefs.h. */
1988 $4
1989 int
1990 main ()
1991 {
1992 if (sizeof ($2))
1993 return 0;
1994 ;
1995 return 0;
1996 }
1997 _ACEOF
1998 if ac_fn_c_try_compile "$LINENO"; then :
1999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2000 /* end confdefs.h. */
2001 $4
2002 int
2003 main ()
2004 {
2005 if (sizeof (($2)))
2006 return 0;
2007 ;
2008 return 0;
2009 }
2010 _ACEOF
2011 if ac_fn_c_try_compile "$LINENO"; then :
2012
2013 else
2014 eval "$3=yes"
2015 fi
2016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2017 fi
2018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2019 fi
2020 eval ac_res=\$$3
2021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2022 $as_echo "$ac_res" >&6; }
2023 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2024
2025 } # ac_fn_c_check_type
2026 cat >config.log <<_ACEOF
2027 This file contains any messages produced by compilers while
2028 running configure, to aid debugging if configure makes a mistake.
2029
2030 It was created by $as_me, which was
2031 generated by GNU Autoconf 2.69. Invocation command line was
2032
2033 $ $0 $@
2034
2035 _ACEOF
2036 exec 5>>config.log
2037 {
2038 cat <<_ASUNAME
2039 ## --------- ##
2040 ## Platform. ##
2041 ## --------- ##
2042
2043 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2044 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2045 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2046 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2047 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2048
2049 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2050 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2051
2052 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2053 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2054 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2055 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2056 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2057 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2058 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2059
2060 _ASUNAME
2061
2062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2063 for as_dir in $PATH
2064 do
2065 IFS=$as_save_IFS
2066 test -z "$as_dir" && as_dir=.
2067 $as_echo "PATH: $as_dir"
2068 done
2069 IFS=$as_save_IFS
2070
2071 } >&5
2072
2073 cat >&5 <<_ACEOF
2074
2075
2076 ## ----------- ##
2077 ## Core tests. ##
2078 ## ----------- ##
2079
2080 _ACEOF
2081
2082
2083 # Keep a trace of the command line.
2084 # Strip out --no-create and --no-recursion so they do not pile up.
2085 # Strip out --silent because we don't want to record it for future runs.
2086 # Also quote any args containing shell meta-characters.
2087 # Make two passes to allow for proper duplicate-argument suppression.
2088 ac_configure_args=
2089 ac_configure_args0=
2090 ac_configure_args1=
2091 ac_must_keep_next=false
2092 for ac_pass in 1 2
2093 do
2094 for ac_arg
2095 do
2096 case $ac_arg in
2097 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2098 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2099 | -silent | --silent | --silen | --sile | --sil)
2100 continue ;;
2101 *\'*)
2102 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2103 esac
2104 case $ac_pass in
2105 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2106 2)
2107 as_fn_append ac_configure_args1 " '$ac_arg'"
2108 if test $ac_must_keep_next = true; then
2109 ac_must_keep_next=false # Got value, back to normal.
2110 else
2111 case $ac_arg in
2112 *=* | --config-cache | -C | -disable-* | --disable-* \
2113 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2114 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2115 | -with-* | --with-* | -without-* | --without-* | --x)
2116 case "$ac_configure_args0 " in
2117 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2118 esac
2119 ;;
2120 -* ) ac_must_keep_next=true ;;
2121 esac
2122 fi
2123 as_fn_append ac_configure_args " '$ac_arg'"
2124 ;;
2125 esac
2126 done
2127 done
2128 { ac_configure_args0=; unset ac_configure_args0;}
2129 { ac_configure_args1=; unset ac_configure_args1;}
2130
2131 # When interrupted or exit'd, cleanup temporary files, and complete
2132 # config.log. We remove comments because anyway the quotes in there
2133 # would cause problems or look ugly.
2134 # WARNING: Use '\'' to represent an apostrophe within the trap.
2135 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2136 trap 'exit_status=$?
2137 # Save into config.log some information that might help in debugging.
2138 {
2139 echo
2140
2141 $as_echo "## ---------------- ##
2142 ## Cache variables. ##
2143 ## ---------------- ##"
2144 echo
2145 # The following way of writing the cache mishandles newlines in values,
2146 (
2147 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2148 eval ac_val=\$$ac_var
2149 case $ac_val in #(
2150 *${as_nl}*)
2151 case $ac_var in #(
2152 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2153 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2154 esac
2155 case $ac_var in #(
2156 _ | IFS | as_nl) ;; #(
2157 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2158 *) { eval $ac_var=; unset $ac_var;} ;;
2159 esac ;;
2160 esac
2161 done
2162 (set) 2>&1 |
2163 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2164 *${as_nl}ac_space=\ *)
2165 sed -n \
2166 "s/'\''/'\''\\\\'\'''\''/g;
2167 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2168 ;; #(
2169 *)
2170 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2171 ;;
2172 esac |
2173 sort
2174 )
2175 echo
2176
2177 $as_echo "## ----------------- ##
2178 ## Output variables. ##
2179 ## ----------------- ##"
2180 echo
2181 for ac_var in $ac_subst_vars
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
2191 if test -n "$ac_subst_files"; then
2192 $as_echo "## ------------------- ##
2193 ## File substitutions. ##
2194 ## ------------------- ##"
2195 echo
2196 for ac_var in $ac_subst_files
2197 do
2198 eval ac_val=\$$ac_var
2199 case $ac_val in
2200 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2201 esac
2202 $as_echo "$ac_var='\''$ac_val'\''"
2203 done | sort
2204 echo
2205 fi
2206
2207 if test -s confdefs.h; then
2208 $as_echo "## ----------- ##
2209 ## confdefs.h. ##
2210 ## ----------- ##"
2211 echo
2212 cat confdefs.h
2213 echo
2214 fi
2215 test "$ac_signal" != 0 &&
2216 $as_echo "$as_me: caught signal $ac_signal"
2217 $as_echo "$as_me: exit $exit_status"
2218 } >&5
2219 rm -f core *.core core.conftest.* &&
2220 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2221 exit $exit_status
2222 ' 0
2223 for ac_signal in 1 2 13 15; do
2224 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2225 done
2226 ac_signal=0
2227
2228 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2229 rm -f -r conftest* confdefs.h
2230
2231 $as_echo "/* confdefs.h */" > confdefs.h
2232
2233 # Predefined preprocessor variables.
2234
2235 cat >>confdefs.h <<_ACEOF
2236 #define PACKAGE_NAME "$PACKAGE_NAME"
2237 _ACEOF
2238
2239 cat >>confdefs.h <<_ACEOF
2240 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2241 _ACEOF
2242
2243 cat >>confdefs.h <<_ACEOF
2244 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2245 _ACEOF
2246
2247 cat >>confdefs.h <<_ACEOF
2248 #define PACKAGE_STRING "$PACKAGE_STRING"
2249 _ACEOF
2250
2251 cat >>confdefs.h <<_ACEOF
2252 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2253 _ACEOF
2254
2255 cat >>confdefs.h <<_ACEOF
2256 #define PACKAGE_URL "$PACKAGE_URL"
2257 _ACEOF
2258
2259
2260 # Let the site file select an alternate cache file if it wants to.
2261 # Prefer an explicitly selected file to automatically selected ones.
2262 ac_site_file1=NONE
2263 ac_site_file2=NONE
2264 if test -n "$CONFIG_SITE"; then
2265 # We do not want a PATH search for config.site.
2266 case $CONFIG_SITE in #((
2267 -*) ac_site_file1=./$CONFIG_SITE;;
2268 */*) ac_site_file1=$CONFIG_SITE;;
2269 *) ac_site_file1=./$CONFIG_SITE;;
2270 esac
2271 elif test "x$prefix" != xNONE; then
2272 ac_site_file1=$prefix/share/config.site
2273 ac_site_file2=$prefix/etc/config.site
2274 else
2275 ac_site_file1=$ac_default_prefix/share/config.site
2276 ac_site_file2=$ac_default_prefix/etc/config.site
2277 fi
2278 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2279 do
2280 test "x$ac_site_file" = xNONE && continue
2281 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2283 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2284 sed 's/^/| /' "$ac_site_file" >&5
2285 . "$ac_site_file" \
2286 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2287 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2288 as_fn_error $? "failed to load site script $ac_site_file
2289 See \`config.log' for more details" "$LINENO" 5; }
2290 fi
2291 done
2292
2293 if test -r "$cache_file"; then
2294 # Some versions of bash will fail to source /dev/null (special files
2295 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2296 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2297 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2298 $as_echo "$as_me: loading cache $cache_file" >&6;}
2299 case $cache_file in
2300 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2301 *) . "./$cache_file";;
2302 esac
2303 fi
2304 else
2305 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2306 $as_echo "$as_me: creating cache $cache_file" >&6;}
2307 >$cache_file
2308 fi
2309
2310 as_fn_append ac_header_list " dlfcn.h"
2311 as_fn_append ac_header_list " fcntl.h"
2312 as_fn_append ac_header_list " fpu_control.h"
2313 as_fn_append ac_header_list " unistd.h"
2314 as_fn_append ac_header_list " sys/mman.h"
2315 as_fn_append ac_header_list " sys/resource.h"
2316 as_fn_append ac_header_list " sys/time.h"
2317 as_fn_append ac_header_list " sys/times.h"
2318 as_fn_append ac_header_list " sys/stat.h"
2319 as_fn_append ac_func_list " __setfpucw"
2320 as_fn_append ac_func_list " ftruncate"
2321 as_fn_append ac_func_list " getrusage"
2322 as_fn_append ac_func_list " lstat"
2323 as_fn_append ac_func_list " mmap"
2324 as_fn_append ac_func_list " munmap"
2325 as_fn_append ac_func_list " posix_fallocate"
2326 as_fn_append ac_func_list " sigaction"
2327 as_fn_append ac_func_list " time"
2328 as_fn_append ac_func_list " truncate"
2329 # Check that the precious variables saved in the cache have kept the same
2330 # value.
2331 ac_cache_corrupted=false
2332 for ac_var in $ac_precious_vars; do
2333 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2334 eval ac_new_set=\$ac_env_${ac_var}_set
2335 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2336 eval ac_new_val=\$ac_env_${ac_var}_value
2337 case $ac_old_set,$ac_new_set in
2338 set,)
2339 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2340 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2341 ac_cache_corrupted=: ;;
2342 ,set)
2343 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2344 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2345 ac_cache_corrupted=: ;;
2346 ,);;
2347 *)
2348 if test "x$ac_old_val" != "x$ac_new_val"; then
2349 # differences in whitespace do not lead to failure.
2350 ac_old_val_w=`echo x $ac_old_val`
2351 ac_new_val_w=`echo x $ac_new_val`
2352 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2353 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2354 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2355 ac_cache_corrupted=:
2356 else
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2358 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2359 eval $ac_var=\$ac_old_val
2360 fi
2361 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2362 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2363 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2364 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2365 fi;;
2366 esac
2367 # Pass precious variables to config.status.
2368 if test "$ac_new_set" = set; then
2369 case $ac_new_val in
2370 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2371 *) ac_arg=$ac_var=$ac_new_val ;;
2372 esac
2373 case " $ac_configure_args " in
2374 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2375 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2376 esac
2377 fi
2378 done
2379 if $ac_cache_corrupted; then
2380 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2381 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2382 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2383 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2384 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2385 fi
2386 ## -------------------- ##
2387 ## Main body of script. ##
2388 ## -------------------- ##
2389
2390 ac_ext=c
2391 ac_cpp='$CPP $CPPFLAGS'
2392 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2393 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2394 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2395
2396
2397
2398
2399
2400
2401
2402 ac_aux_dir=
2403 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2404 if test -f "$ac_dir/install-sh"; then
2405 ac_aux_dir=$ac_dir
2406 ac_install_sh="$ac_aux_dir/install-sh -c"
2407 break
2408 elif test -f "$ac_dir/install.sh"; then
2409 ac_aux_dir=$ac_dir
2410 ac_install_sh="$ac_aux_dir/install.sh -c"
2411 break
2412 elif test -f "$ac_dir/shtool"; then
2413 ac_aux_dir=$ac_dir
2414 ac_install_sh="$ac_aux_dir/shtool install -c"
2415 break
2416 fi
2417 done
2418 if test -z "$ac_aux_dir"; then
2419 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2420 fi
2421
2422 # These three variables are undocumented and unsupported,
2423 # and are intended to be withdrawn in a future Autoconf release.
2424 # They can cause serious problems if a builder's source tree is in a directory
2425 # whose full name contains unusual characters.
2426 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2427 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2428 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2429
2430
2431 # Make sure we can run config.sub.
2432 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2433 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2434
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2436 $as_echo_n "checking build system type... " >&6; }
2437 if ${ac_cv_build+:} false; then :
2438 $as_echo_n "(cached) " >&6
2439 else
2440 ac_build_alias=$build_alias
2441 test "x$ac_build_alias" = x &&
2442 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2443 test "x$ac_build_alias" = x &&
2444 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2445 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2446 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2447
2448 fi
2449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2450 $as_echo "$ac_cv_build" >&6; }
2451 case $ac_cv_build in
2452 *-*-*) ;;
2453 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2454 esac
2455 build=$ac_cv_build
2456 ac_save_IFS=$IFS; IFS='-'
2457 set x $ac_cv_build
2458 shift
2459 build_cpu=$1
2460 build_vendor=$2
2461 shift; shift
2462 # Remember, the first character of IFS is used to create $*,
2463 # except with old shells:
2464 build_os=$*
2465 IFS=$ac_save_IFS
2466 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2467
2468
2469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2470 $as_echo_n "checking host system type... " >&6; }
2471 if ${ac_cv_host+:} false; then :
2472 $as_echo_n "(cached) " >&6
2473 else
2474 if test "x$host_alias" = x; then
2475 ac_cv_host=$ac_cv_build
2476 else
2477 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2478 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2479 fi
2480
2481 fi
2482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2483 $as_echo "$ac_cv_host" >&6; }
2484 case $ac_cv_host in
2485 *-*-*) ;;
2486 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2487 esac
2488 host=$ac_cv_host
2489 ac_save_IFS=$IFS; IFS='-'
2490 set x $ac_cv_host
2491 shift
2492 host_cpu=$1
2493 host_vendor=$2
2494 shift; shift
2495 # Remember, the first character of IFS is used to create $*,
2496 # except with old shells:
2497 host_os=$*
2498 IFS=$ac_save_IFS
2499 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2500
2501
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2503 $as_echo_n "checking target system type... " >&6; }
2504 if ${ac_cv_target+:} false; then :
2505 $as_echo_n "(cached) " >&6
2506 else
2507 if test "x$target_alias" = x; then
2508 ac_cv_target=$ac_cv_host
2509 else
2510 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2511 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2512 fi
2513
2514 fi
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2516 $as_echo "$ac_cv_target" >&6; }
2517 case $ac_cv_target in
2518 *-*-*) ;;
2519 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2520 esac
2521 target=$ac_cv_target
2522 ac_save_IFS=$IFS; IFS='-'
2523 set x $ac_cv_target
2524 shift
2525 target_cpu=$1
2526 target_vendor=$2
2527 shift; shift
2528 # Remember, the first character of IFS is used to create $*,
2529 # except with old shells:
2530 target_os=$*
2531 IFS=$ac_save_IFS
2532 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2533
2534
2535 # The aliases save the names the user supplied, while $host etc.
2536 # will get canonicalized.
2537 test -n "$target_alias" &&
2538 test "$program_prefix$program_suffix$program_transform_name" = \
2539 NONENONEs,x,x, &&
2540 program_prefix=${target_alias}-
2541 ac_ext=c
2542 ac_cpp='$CPP $CPPFLAGS'
2543 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2544 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2545 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2546 if test -n "$ac_tool_prefix"; then
2547 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2548 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2550 $as_echo_n "checking for $ac_word... " >&6; }
2551 if ${ac_cv_prog_CC+:} false; then :
2552 $as_echo_n "(cached) " >&6
2553 else
2554 if test -n "$CC"; then
2555 ac_cv_prog_CC="$CC" # Let the user override the test.
2556 else
2557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2558 for as_dir in $PATH
2559 do
2560 IFS=$as_save_IFS
2561 test -z "$as_dir" && as_dir=.
2562 for ac_exec_ext in '' $ac_executable_extensions; do
2563 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2564 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2566 break 2
2567 fi
2568 done
2569 done
2570 IFS=$as_save_IFS
2571
2572 fi
2573 fi
2574 CC=$ac_cv_prog_CC
2575 if test -n "$CC"; then
2576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2577 $as_echo "$CC" >&6; }
2578 else
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2580 $as_echo "no" >&6; }
2581 fi
2582
2583
2584 fi
2585 if test -z "$ac_cv_prog_CC"; then
2586 ac_ct_CC=$CC
2587 # Extract the first word of "gcc", so it can be a program name with args.
2588 set dummy gcc; ac_word=$2
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2590 $as_echo_n "checking for $ac_word... " >&6; }
2591 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2592 $as_echo_n "(cached) " >&6
2593 else
2594 if test -n "$ac_ct_CC"; then
2595 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2596 else
2597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2598 for as_dir in $PATH
2599 do
2600 IFS=$as_save_IFS
2601 test -z "$as_dir" && as_dir=.
2602 for ac_exec_ext in '' $ac_executable_extensions; do
2603 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2604 ac_cv_prog_ac_ct_CC="gcc"
2605 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2606 break 2
2607 fi
2608 done
2609 done
2610 IFS=$as_save_IFS
2611
2612 fi
2613 fi
2614 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2615 if test -n "$ac_ct_CC"; then
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2617 $as_echo "$ac_ct_CC" >&6; }
2618 else
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2620 $as_echo "no" >&6; }
2621 fi
2622
2623 if test "x$ac_ct_CC" = x; then
2624 CC=""
2625 else
2626 case $cross_compiling:$ac_tool_warned in
2627 yes:)
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2629 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2630 ac_tool_warned=yes ;;
2631 esac
2632 CC=$ac_ct_CC
2633 fi
2634 else
2635 CC="$ac_cv_prog_CC"
2636 fi
2637
2638 if test -z "$CC"; then
2639 if test -n "$ac_tool_prefix"; then
2640 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2641 set dummy ${ac_tool_prefix}cc; ac_word=$2
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2643 $as_echo_n "checking for $ac_word... " >&6; }
2644 if ${ac_cv_prog_CC+:} false; then :
2645 $as_echo_n "(cached) " >&6
2646 else
2647 if test -n "$CC"; then
2648 ac_cv_prog_CC="$CC" # Let the user override the test.
2649 else
2650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2651 for as_dir in $PATH
2652 do
2653 IFS=$as_save_IFS
2654 test -z "$as_dir" && as_dir=.
2655 for ac_exec_ext in '' $ac_executable_extensions; do
2656 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2657 ac_cv_prog_CC="${ac_tool_prefix}cc"
2658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2659 break 2
2660 fi
2661 done
2662 done
2663 IFS=$as_save_IFS
2664
2665 fi
2666 fi
2667 CC=$ac_cv_prog_CC
2668 if test -n "$CC"; then
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2670 $as_echo "$CC" >&6; }
2671 else
2672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2673 $as_echo "no" >&6; }
2674 fi
2675
2676
2677 fi
2678 fi
2679 if test -z "$CC"; then
2680 # Extract the first word of "cc", so it can be a program name with args.
2681 set dummy cc; ac_word=$2
2682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2683 $as_echo_n "checking for $ac_word... " >&6; }
2684 if ${ac_cv_prog_CC+:} false; then :
2685 $as_echo_n "(cached) " >&6
2686 else
2687 if test -n "$CC"; then
2688 ac_cv_prog_CC="$CC" # Let the user override the test.
2689 else
2690 ac_prog_rejected=no
2691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2692 for as_dir in $PATH
2693 do
2694 IFS=$as_save_IFS
2695 test -z "$as_dir" && as_dir=.
2696 for ac_exec_ext in '' $ac_executable_extensions; do
2697 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2698 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2699 ac_prog_rejected=yes
2700 continue
2701 fi
2702 ac_cv_prog_CC="cc"
2703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2704 break 2
2705 fi
2706 done
2707 done
2708 IFS=$as_save_IFS
2709
2710 if test $ac_prog_rejected = yes; then
2711 # We found a bogon in the path, so make sure we never use it.
2712 set dummy $ac_cv_prog_CC
2713 shift
2714 if test $# != 0; then
2715 # We chose a different compiler from the bogus one.
2716 # However, it has the same basename, so the bogon will be chosen
2717 # first if we set CC to just the basename; use the full file name.
2718 shift
2719 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2720 fi
2721 fi
2722 fi
2723 fi
2724 CC=$ac_cv_prog_CC
2725 if test -n "$CC"; then
2726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2727 $as_echo "$CC" >&6; }
2728 else
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2730 $as_echo "no" >&6; }
2731 fi
2732
2733
2734 fi
2735 if test -z "$CC"; then
2736 if test -n "$ac_tool_prefix"; then
2737 for ac_prog in cl.exe
2738 do
2739 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2740 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2742 $as_echo_n "checking for $ac_word... " >&6; }
2743 if ${ac_cv_prog_CC+:} false; then :
2744 $as_echo_n "(cached) " >&6
2745 else
2746 if test -n "$CC"; then
2747 ac_cv_prog_CC="$CC" # Let the user override the test.
2748 else
2749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2750 for as_dir in $PATH
2751 do
2752 IFS=$as_save_IFS
2753 test -z "$as_dir" && as_dir=.
2754 for ac_exec_ext in '' $ac_executable_extensions; do
2755 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2756 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2758 break 2
2759 fi
2760 done
2761 done
2762 IFS=$as_save_IFS
2763
2764 fi
2765 fi
2766 CC=$ac_cv_prog_CC
2767 if test -n "$CC"; then
2768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2769 $as_echo "$CC" >&6; }
2770 else
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2772 $as_echo "no" >&6; }
2773 fi
2774
2775
2776 test -n "$CC" && break
2777 done
2778 fi
2779 if test -z "$CC"; then
2780 ac_ct_CC=$CC
2781 for ac_prog in cl.exe
2782 do
2783 # Extract the first word of "$ac_prog", so it can be a program name with args.
2784 set dummy $ac_prog; ac_word=$2
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2786 $as_echo_n "checking for $ac_word... " >&6; }
2787 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2788 $as_echo_n "(cached) " >&6
2789 else
2790 if test -n "$ac_ct_CC"; then
2791 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2792 else
2793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2794 for as_dir in $PATH
2795 do
2796 IFS=$as_save_IFS
2797 test -z "$as_dir" && as_dir=.
2798 for ac_exec_ext in '' $ac_executable_extensions; do
2799 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2800 ac_cv_prog_ac_ct_CC="$ac_prog"
2801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2802 break 2
2803 fi
2804 done
2805 done
2806 IFS=$as_save_IFS
2807
2808 fi
2809 fi
2810 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2811 if test -n "$ac_ct_CC"; then
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2813 $as_echo "$ac_ct_CC" >&6; }
2814 else
2815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2816 $as_echo "no" >&6; }
2817 fi
2818
2819
2820 test -n "$ac_ct_CC" && break
2821 done
2822
2823 if test "x$ac_ct_CC" = x; then
2824 CC=""
2825 else
2826 case $cross_compiling:$ac_tool_warned in
2827 yes:)
2828 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2829 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2830 ac_tool_warned=yes ;;
2831 esac
2832 CC=$ac_ct_CC
2833 fi
2834 fi
2835
2836 fi
2837
2838
2839 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2840 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2841 as_fn_error $? "no acceptable C compiler found in \$PATH
2842 See \`config.log' for more details" "$LINENO" 5; }
2843
2844 # Provide some information about the compiler.
2845 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2846 set X $ac_compile
2847 ac_compiler=$2
2848 for ac_option in --version -v -V -qversion; do
2849 { { ac_try="$ac_compiler $ac_option >&5"
2850 case "(($ac_try" in
2851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2852 *) ac_try_echo=$ac_try;;
2853 esac
2854 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2855 $as_echo "$ac_try_echo"; } >&5
2856 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2857 ac_status=$?
2858 if test -s conftest.err; then
2859 sed '10a\
2860 ... rest of stderr output deleted ...
2861 10q' conftest.err >conftest.er1
2862 cat conftest.er1 >&5
2863 fi
2864 rm -f conftest.er1 conftest.err
2865 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2866 test $ac_status = 0; }
2867 done
2868
2869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2870 /* end confdefs.h. */
2871
2872 int
2873 main ()
2874 {
2875
2876 ;
2877 return 0;
2878 }
2879 _ACEOF
2880 ac_clean_files_save=$ac_clean_files
2881 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2882 # Try to create an executable without -o first, disregard a.out.
2883 # It will help us diagnose broken compilers, and finding out an intuition
2884 # of exeext.
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2886 $as_echo_n "checking whether the C compiler works... " >&6; }
2887 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2888
2889 # The possible output files:
2890 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2891
2892 ac_rmfiles=
2893 for ac_file in $ac_files
2894 do
2895 case $ac_file in
2896 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2897 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2898 esac
2899 done
2900 rm -f $ac_rmfiles
2901
2902 if { { ac_try="$ac_link_default"
2903 case "(($ac_try" in
2904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2905 *) ac_try_echo=$ac_try;;
2906 esac
2907 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2908 $as_echo "$ac_try_echo"; } >&5
2909 (eval "$ac_link_default") 2>&5
2910 ac_status=$?
2911 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2912 test $ac_status = 0; }; then :
2913 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2914 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2915 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2916 # so that the user can short-circuit this test for compilers unknown to
2917 # Autoconf.
2918 for ac_file in $ac_files ''
2919 do
2920 test -f "$ac_file" || continue
2921 case $ac_file in
2922 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2923 ;;
2924 [ab].out )
2925 # We found the default executable, but exeext='' is most
2926 # certainly right.
2927 break;;
2928 *.* )
2929 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2930 then :; else
2931 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2932 fi
2933 # We set ac_cv_exeext here because the later test for it is not
2934 # safe: cross compilers may not add the suffix if given an `-o'
2935 # argument, so we may need to know it at that point already.
2936 # Even if this section looks crufty: it has the advantage of
2937 # actually working.
2938 break;;
2939 * )
2940 break;;
2941 esac
2942 done
2943 test "$ac_cv_exeext" = no && ac_cv_exeext=
2944
2945 else
2946 ac_file=''
2947 fi
2948 if test -z "$ac_file"; then :
2949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2950 $as_echo "no" >&6; }
2951 $as_echo "$as_me: failed program was:" >&5
2952 sed 's/^/| /' conftest.$ac_ext >&5
2953
2954 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2955 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2956 as_fn_error 77 "C compiler cannot create executables
2957 See \`config.log' for more details" "$LINENO" 5; }
2958 else
2959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2960 $as_echo "yes" >&6; }
2961 fi
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2963 $as_echo_n "checking for C compiler default output file name... " >&6; }
2964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2965 $as_echo "$ac_file" >&6; }
2966 ac_exeext=$ac_cv_exeext
2967
2968 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2969 ac_clean_files=$ac_clean_files_save
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2971 $as_echo_n "checking for suffix of executables... " >&6; }
2972 if { { ac_try="$ac_link"
2973 case "(($ac_try" in
2974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2975 *) ac_try_echo=$ac_try;;
2976 esac
2977 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2978 $as_echo "$ac_try_echo"; } >&5
2979 (eval "$ac_link") 2>&5
2980 ac_status=$?
2981 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2982 test $ac_status = 0; }; then :
2983 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2984 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2985 # work properly (i.e., refer to `conftest.exe'), while it won't with
2986 # `rm'.
2987 for ac_file in conftest.exe conftest conftest.*; do
2988 test -f "$ac_file" || continue
2989 case $ac_file in
2990 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2991 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2992 break;;
2993 * ) break;;
2994 esac
2995 done
2996 else
2997 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2998 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2999 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3000 See \`config.log' for more details" "$LINENO" 5; }
3001 fi
3002 rm -f conftest conftest$ac_cv_exeext
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3004 $as_echo "$ac_cv_exeext" >&6; }
3005
3006 rm -f conftest.$ac_ext
3007 EXEEXT=$ac_cv_exeext
3008 ac_exeext=$EXEEXT
3009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3010 /* end confdefs.h. */
3011 #include <stdio.h>
3012 int
3013 main ()
3014 {
3015 FILE *f = fopen ("conftest.out", "w");
3016 return ferror (f) || fclose (f) != 0;
3017
3018 ;
3019 return 0;
3020 }
3021 _ACEOF
3022 ac_clean_files="$ac_clean_files conftest.out"
3023 # Check that the compiler produces executables we can run. If not, either
3024 # the compiler is broken, or we cross compile.
3025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3026 $as_echo_n "checking whether we are cross compiling... " >&6; }
3027 if test "$cross_compiling" != yes; then
3028 { { ac_try="$ac_link"
3029 case "(($ac_try" in
3030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3031 *) ac_try_echo=$ac_try;;
3032 esac
3033 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3034 $as_echo "$ac_try_echo"; } >&5
3035 (eval "$ac_link") 2>&5
3036 ac_status=$?
3037 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3038 test $ac_status = 0; }
3039 if { ac_try='./conftest$ac_cv_exeext'
3040 { { case "(($ac_try" in
3041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3042 *) ac_try_echo=$ac_try;;
3043 esac
3044 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3045 $as_echo "$ac_try_echo"; } >&5
3046 (eval "$ac_try") 2>&5
3047 ac_status=$?
3048 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3049 test $ac_status = 0; }; }; then
3050 cross_compiling=no
3051 else
3052 if test "$cross_compiling" = maybe; then
3053 cross_compiling=yes
3054 else
3055 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3056 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3057 as_fn_error $? "cannot run C compiled programs.
3058 If you meant to cross compile, use \`--host'.
3059 See \`config.log' for more details" "$LINENO" 5; }
3060 fi
3061 fi
3062 fi
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3064 $as_echo "$cross_compiling" >&6; }
3065
3066 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3067 ac_clean_files=$ac_clean_files_save
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3069 $as_echo_n "checking for suffix of object files... " >&6; }
3070 if ${ac_cv_objext+:} false; then :
3071 $as_echo_n "(cached) " >&6
3072 else
3073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3074 /* end confdefs.h. */
3075
3076 int
3077 main ()
3078 {
3079
3080 ;
3081 return 0;
3082 }
3083 _ACEOF
3084 rm -f conftest.o conftest.obj
3085 if { { ac_try="$ac_compile"
3086 case "(($ac_try" in
3087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3088 *) ac_try_echo=$ac_try;;
3089 esac
3090 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3091 $as_echo "$ac_try_echo"; } >&5
3092 (eval "$ac_compile") 2>&5
3093 ac_status=$?
3094 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3095 test $ac_status = 0; }; then :
3096 for ac_file in conftest.o conftest.obj conftest.*; do
3097 test -f "$ac_file" || continue;
3098 case $ac_file in
3099 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3100 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3101 break;;
3102 esac
3103 done
3104 else
3105 $as_echo "$as_me: failed program was:" >&5
3106 sed 's/^/| /' conftest.$ac_ext >&5
3107
3108 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3109 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3110 as_fn_error $? "cannot compute suffix of object files: cannot compile
3111 See \`config.log' for more details" "$LINENO" 5; }
3112 fi
3113 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3114 fi
3115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3116 $as_echo "$ac_cv_objext" >&6; }
3117 OBJEXT=$ac_cv_objext
3118 ac_objext=$OBJEXT
3119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3120 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3121 if ${ac_cv_c_compiler_gnu+:} false; then :
3122 $as_echo_n "(cached) " >&6
3123 else
3124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3125 /* end confdefs.h. */
3126
3127 int
3128 main ()
3129 {
3130 #ifndef __GNUC__
3131 choke me
3132 #endif
3133
3134 ;
3135 return 0;
3136 }
3137 _ACEOF
3138 if ac_fn_c_try_compile "$LINENO"; then :
3139 ac_compiler_gnu=yes
3140 else
3141 ac_compiler_gnu=no
3142 fi
3143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3144 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3145
3146 fi
3147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3148 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3149 if test $ac_compiler_gnu = yes; then
3150 GCC=yes
3151 else
3152 GCC=
3153 fi
3154 ac_test_CFLAGS=${CFLAGS+set}
3155 ac_save_CFLAGS=$CFLAGS
3156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3157 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3158 if ${ac_cv_prog_cc_g+:} false; then :
3159 $as_echo_n "(cached) " >&6
3160 else
3161 ac_save_c_werror_flag=$ac_c_werror_flag
3162 ac_c_werror_flag=yes
3163 ac_cv_prog_cc_g=no
3164 CFLAGS="-g"
3165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3166 /* end confdefs.h. */
3167
3168 int
3169 main ()
3170 {
3171
3172 ;
3173 return 0;
3174 }
3175 _ACEOF
3176 if ac_fn_c_try_compile "$LINENO"; then :
3177 ac_cv_prog_cc_g=yes
3178 else
3179 CFLAGS=""
3180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3181 /* end confdefs.h. */
3182
3183 int
3184 main ()
3185 {
3186
3187 ;
3188 return 0;
3189 }
3190 _ACEOF
3191 if ac_fn_c_try_compile "$LINENO"; then :
3192
3193 else
3194 ac_c_werror_flag=$ac_save_c_werror_flag
3195 CFLAGS="-g"
3196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3197 /* end confdefs.h. */
3198
3199 int
3200 main ()
3201 {
3202
3203 ;
3204 return 0;
3205 }
3206 _ACEOF
3207 if ac_fn_c_try_compile "$LINENO"; then :
3208 ac_cv_prog_cc_g=yes
3209 fi
3210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3211 fi
3212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3213 fi
3214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3215 ac_c_werror_flag=$ac_save_c_werror_flag
3216 fi
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3218 $as_echo "$ac_cv_prog_cc_g" >&6; }
3219 if test "$ac_test_CFLAGS" = set; then
3220 CFLAGS=$ac_save_CFLAGS
3221 elif test $ac_cv_prog_cc_g = yes; then
3222 if test "$GCC" = yes; then
3223 CFLAGS="-g -O2"
3224 else
3225 CFLAGS="-g"
3226 fi
3227 else
3228 if test "$GCC" = yes; then
3229 CFLAGS="-O2"
3230 else
3231 CFLAGS=
3232 fi
3233 fi
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3235 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3236 if ${ac_cv_prog_cc_c89+:} false; then :
3237 $as_echo_n "(cached) " >&6
3238 else
3239 ac_cv_prog_cc_c89=no
3240 ac_save_CC=$CC
3241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3242 /* end confdefs.h. */
3243 #include <stdarg.h>
3244 #include <stdio.h>
3245 struct stat;
3246 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3247 struct buf { int x; };
3248 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3249 static char *e (p, i)
3250 char **p;
3251 int i;
3252 {
3253 return p[i];
3254 }
3255 static char *f (char * (*g) (char **, int), char **p, ...)
3256 {
3257 char *s;
3258 va_list v;
3259 va_start (v,p);
3260 s = g (p, va_arg (v,int));
3261 va_end (v);
3262 return s;
3263 }
3264
3265 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3266 function prototypes and stuff, but not '\xHH' hex character constants.
3267 These don't provoke an error unfortunately, instead are silently treated
3268 as 'x'. The following induces an error, until -std is added to get
3269 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3270 array size at least. It's necessary to write '\x00'==0 to get something
3271 that's true only with -std. */
3272 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3273
3274 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3275 inside strings and character constants. */
3276 #define FOO(x) 'x'
3277 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3278
3279 int test (int i, double x);
3280 struct s1 {int (*f) (int a);};
3281 struct s2 {int (*f) (double a);};
3282 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3283 int argc;
3284 char **argv;
3285 int
3286 main ()
3287 {
3288 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3289 ;
3290 return 0;
3291 }
3292 _ACEOF
3293 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3294 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3295 do
3296 CC="$ac_save_CC $ac_arg"
3297 if ac_fn_c_try_compile "$LINENO"; then :
3298 ac_cv_prog_cc_c89=$ac_arg
3299 fi
3300 rm -f core conftest.err conftest.$ac_objext
3301 test "x$ac_cv_prog_cc_c89" != "xno" && break
3302 done
3303 rm -f conftest.$ac_ext
3304 CC=$ac_save_CC
3305
3306 fi
3307 # AC_CACHE_VAL
3308 case "x$ac_cv_prog_cc_c89" in
3309 x)
3310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3311 $as_echo "none needed" >&6; } ;;
3312 xno)
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3314 $as_echo "unsupported" >&6; } ;;
3315 *)
3316 CC="$CC $ac_cv_prog_cc_c89"
3317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3318 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3319 esac
3320 if test "x$ac_cv_prog_cc_c89" != xno; then :
3321
3322 fi
3323
3324 ac_ext=c
3325 ac_cpp='$CPP $CPPFLAGS'
3326 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3327 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3328 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3329
3330
3331 ac_ext=c
3332 ac_cpp='$CPP $CPPFLAGS'
3333 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3334 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3335 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3337 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3338 # On Suns, sometimes $CPP names a directory.
3339 if test -n "$CPP" && test -d "$CPP"; then
3340 CPP=
3341 fi
3342 if test -z "$CPP"; then
3343 if ${ac_cv_prog_CPP+:} false; then :
3344 $as_echo_n "(cached) " >&6
3345 else
3346 # Double quotes because CPP needs to be expanded
3347 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3348 do
3349 ac_preproc_ok=false
3350 for ac_c_preproc_warn_flag in '' yes
3351 do
3352 # Use a header file that comes with gcc, so configuring glibc
3353 # with a fresh cross-compiler works.
3354 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3355 # <limits.h> exists even on freestanding compilers.
3356 # On the NeXT, cc -E runs the code through the compiler's parser,
3357 # not just through cpp. "Syntax error" is here to catch this case.
3358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3359 /* end confdefs.h. */
3360 #ifdef __STDC__
3361 # include <limits.h>
3362 #else
3363 # include <assert.h>
3364 #endif
3365 Syntax error
3366 _ACEOF
3367 if ac_fn_c_try_cpp "$LINENO"; then :
3368
3369 else
3370 # Broken: fails on valid input.
3371 continue
3372 fi
3373 rm -f conftest.err conftest.i conftest.$ac_ext
3374
3375 # OK, works on sane cases. Now check whether nonexistent headers
3376 # can be detected and how.
3377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3378 /* end confdefs.h. */
3379 #include <ac_nonexistent.h>
3380 _ACEOF
3381 if ac_fn_c_try_cpp "$LINENO"; then :
3382 # Broken: success on invalid input.
3383 continue
3384 else
3385 # Passes both tests.
3386 ac_preproc_ok=:
3387 break
3388 fi
3389 rm -f conftest.err conftest.i conftest.$ac_ext
3390
3391 done
3392 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3393 rm -f conftest.i conftest.err conftest.$ac_ext
3394 if $ac_preproc_ok; then :
3395 break
3396 fi
3397
3398 done
3399 ac_cv_prog_CPP=$CPP
3400
3401 fi
3402 CPP=$ac_cv_prog_CPP
3403 else
3404 ac_cv_prog_CPP=$CPP
3405 fi
3406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3407 $as_echo "$CPP" >&6; }
3408 ac_preproc_ok=false
3409 for ac_c_preproc_warn_flag in '' yes
3410 do
3411 # Use a header file that comes with gcc, so configuring glibc
3412 # with a fresh cross-compiler works.
3413 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3414 # <limits.h> exists even on freestanding compilers.
3415 # On the NeXT, cc -E runs the code through the compiler's parser,
3416 # not just through cpp. "Syntax error" is here to catch this case.
3417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3418 /* end confdefs.h. */
3419 #ifdef __STDC__
3420 # include <limits.h>
3421 #else
3422 # include <assert.h>
3423 #endif
3424 Syntax error
3425 _ACEOF
3426 if ac_fn_c_try_cpp "$LINENO"; then :
3427
3428 else
3429 # Broken: fails on valid input.
3430 continue
3431 fi
3432 rm -f conftest.err conftest.i conftest.$ac_ext
3433
3434 # OK, works on sane cases. Now check whether nonexistent headers
3435 # can be detected and how.
3436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3437 /* end confdefs.h. */
3438 #include <ac_nonexistent.h>
3439 _ACEOF
3440 if ac_fn_c_try_cpp "$LINENO"; then :
3441 # Broken: success on invalid input.
3442 continue
3443 else
3444 # Passes both tests.
3445 ac_preproc_ok=:
3446 break
3447 fi
3448 rm -f conftest.err conftest.i conftest.$ac_ext
3449
3450 done
3451 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3452 rm -f conftest.i conftest.err conftest.$ac_ext
3453 if $ac_preproc_ok; then :
3454
3455 else
3456 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3457 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3458 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
3459 See \`config.log' for more details" "$LINENO" 5; }
3460 fi
3461
3462 ac_ext=c
3463 ac_cpp='$CPP $CPPFLAGS'
3464 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3465 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3466 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3467
3468
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3470 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3471 if ${ac_cv_path_GREP+:} false; then :
3472 $as_echo_n "(cached) " >&6
3473 else
3474 if test -z "$GREP"; then
3475 ac_path_GREP_found=false
3476 # Loop through the user's path and test for each of PROGNAME-LIST
3477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3478 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3479 do
3480 IFS=$as_save_IFS
3481 test -z "$as_dir" && as_dir=.
3482 for ac_prog in grep ggrep; do
3483 for ac_exec_ext in '' $ac_executable_extensions; do
3484 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3485 as_fn_executable_p "$ac_path_GREP" || continue
3486 # Check for GNU ac_path_GREP and select it if it is found.
3487 # Check for GNU $ac_path_GREP
3488 case `"$ac_path_GREP" --version 2>&1` in
3489 *GNU*)
3490 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3491 *)
3492 ac_count=0
3493 $as_echo_n 0123456789 >"conftest.in"
3494 while :
3495 do
3496 cat "conftest.in" "conftest.in" >"conftest.tmp"
3497 mv "conftest.tmp" "conftest.in"
3498 cp "conftest.in" "conftest.nl"
3499 $as_echo 'GREP' >> "conftest.nl"
3500 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3501 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3502 as_fn_arith $ac_count + 1 && ac_count=$as_val
3503 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3504 # Best one so far, save it but keep looking for a better one
3505 ac_cv_path_GREP="$ac_path_GREP"
3506 ac_path_GREP_max=$ac_count
3507 fi
3508 # 10*(2^10) chars as input seems more than enough
3509 test $ac_count -gt 10 && break
3510 done
3511 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3512 esac
3513
3514 $ac_path_GREP_found && break 3
3515 done
3516 done
3517 done
3518 IFS=$as_save_IFS
3519 if test -z "$ac_cv_path_GREP"; then
3520 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3521 fi
3522 else
3523 ac_cv_path_GREP=$GREP
3524 fi
3525
3526 fi
3527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3528 $as_echo "$ac_cv_path_GREP" >&6; }
3529 GREP="$ac_cv_path_GREP"
3530
3531
3532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3533 $as_echo_n "checking for egrep... " >&6; }
3534 if ${ac_cv_path_EGREP+:} false; then :
3535 $as_echo_n "(cached) " >&6
3536 else
3537 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3538 then ac_cv_path_EGREP="$GREP -E"
3539 else
3540 if test -z "$EGREP"; then
3541 ac_path_EGREP_found=false
3542 # Loop through the user's path and test for each of PROGNAME-LIST
3543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3544 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3545 do
3546 IFS=$as_save_IFS
3547 test -z "$as_dir" && as_dir=.
3548 for ac_prog in egrep; do
3549 for ac_exec_ext in '' $ac_executable_extensions; do
3550 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3551 as_fn_executable_p "$ac_path_EGREP" || continue
3552 # Check for GNU ac_path_EGREP and select it if it is found.
3553 # Check for GNU $ac_path_EGREP
3554 case `"$ac_path_EGREP" --version 2>&1` in
3555 *GNU*)
3556 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3557 *)
3558 ac_count=0
3559 $as_echo_n 0123456789 >"conftest.in"
3560 while :
3561 do
3562 cat "conftest.in" "conftest.in" >"conftest.tmp"
3563 mv "conftest.tmp" "conftest.in"
3564 cp "conftest.in" "conftest.nl"
3565 $as_echo 'EGREP' >> "conftest.nl"
3566 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3567 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3568 as_fn_arith $ac_count + 1 && ac_count=$as_val
3569 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3570 # Best one so far, save it but keep looking for a better one
3571 ac_cv_path_EGREP="$ac_path_EGREP"
3572 ac_path_EGREP_max=$ac_count
3573 fi
3574 # 10*(2^10) chars as input seems more than enough
3575 test $ac_count -gt 10 && break
3576 done
3577 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3578 esac
3579
3580 $ac_path_EGREP_found && break 3
3581 done
3582 done
3583 done
3584 IFS=$as_save_IFS
3585 if test -z "$ac_cv_path_EGREP"; then
3586 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3587 fi
3588 else
3589 ac_cv_path_EGREP=$EGREP
3590 fi
3591
3592 fi
3593 fi
3594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3595 $as_echo "$ac_cv_path_EGREP" >&6; }
3596 EGREP="$ac_cv_path_EGREP"
3597
3598
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3600 $as_echo_n "checking for ANSI C header files... " >&6; }
3601 if ${ac_cv_header_stdc+:} false; then :
3602 $as_echo_n "(cached) " >&6
3603 else
3604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3605 /* end confdefs.h. */
3606 #include <stdlib.h>
3607 #include <stdarg.h>
3608 #include <string.h>
3609 #include <float.h>
3610
3611 int
3612 main ()
3613 {
3614
3615 ;
3616 return 0;
3617 }
3618 _ACEOF
3619 if ac_fn_c_try_compile "$LINENO"; then :
3620 ac_cv_header_stdc=yes
3621 else
3622 ac_cv_header_stdc=no
3623 fi
3624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3625
3626 if test $ac_cv_header_stdc = yes; then
3627 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3629 /* end confdefs.h. */
3630 #include <string.h>
3631
3632 _ACEOF
3633 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3634 $EGREP "memchr" >/dev/null 2>&1; then :
3635
3636 else
3637 ac_cv_header_stdc=no
3638 fi
3639 rm -f conftest*
3640
3641 fi
3642
3643 if test $ac_cv_header_stdc = yes; then
3644 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3646 /* end confdefs.h. */
3647 #include <stdlib.h>
3648
3649 _ACEOF
3650 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3651 $EGREP "free" >/dev/null 2>&1; then :
3652
3653 else
3654 ac_cv_header_stdc=no
3655 fi
3656 rm -f conftest*
3657
3658 fi
3659
3660 if test $ac_cv_header_stdc = yes; then
3661 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3662 if test "$cross_compiling" = yes; then :
3663 :
3664 else
3665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3666 /* end confdefs.h. */
3667 #include <ctype.h>
3668 #include <stdlib.h>
3669 #if ((' ' & 0x0FF) == 0x020)
3670 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3671 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3672 #else
3673 # define ISLOWER(c) \
3674 (('a' <= (c) && (c) <= 'i') \
3675 || ('j' <= (c) && (c) <= 'r') \
3676 || ('s' <= (c) && (c) <= 'z'))
3677 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3678 #endif
3679
3680 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3681 int
3682 main ()
3683 {
3684 int i;
3685 for (i = 0; i < 256; i++)
3686 if (XOR (islower (i), ISLOWER (i))
3687 || toupper (i) != TOUPPER (i))
3688 return 2;
3689 return 0;
3690 }
3691 _ACEOF
3692 if ac_fn_c_try_run "$LINENO"; then :
3693
3694 else
3695 ac_cv_header_stdc=no
3696 fi
3697 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
3698 conftest.$ac_objext conftest.beam conftest.$ac_ext
3699 fi
3700
3701 fi
3702 fi
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
3704 $as_echo "$ac_cv_header_stdc" >&6; }
3705 if test $ac_cv_header_stdc = yes; then
3706
3707 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
3708
3709 fi
3710
3711 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3712 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3713 inttypes.h stdint.h unistd.h
3714 do :
3715 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3716 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3717 "
3718 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3719 cat >>confdefs.h <<_ACEOF
3720 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3721 _ACEOF
3722
3723 fi
3724
3725 done
3726
3727
3728
3729 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
3730 if test "x$ac_cv_header_minix_config_h" = xyes; then :
3731 MINIX=yes
3732 else
3733 MINIX=
3734 fi
3735
3736
3737 if test "$MINIX" = yes; then
3738
3739 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3740
3741
3742 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3743
3744
3745 $as_echo "#define _MINIX 1" >>confdefs.h
3746
3747 fi
3748
3749
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3751 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3752 if ${ac_cv_safe_to_define___extensions__+:} false; then :
3753 $as_echo_n "(cached) " >&6
3754 else
3755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3756 /* end confdefs.h. */
3757
3758 # define __EXTENSIONS__ 1
3759 $ac_includes_default
3760 int
3761 main ()
3762 {
3763
3764 ;
3765 return 0;
3766 }
3767 _ACEOF
3768 if ac_fn_c_try_compile "$LINENO"; then :
3769 ac_cv_safe_to_define___extensions__=yes
3770 else
3771 ac_cv_safe_to_define___extensions__=no
3772 fi
3773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3774 fi
3775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
3776 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3777 test $ac_cv_safe_to_define___extensions__ = yes &&
3778 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3779
3780 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3781
3782 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3783
3784 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3785
3786 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3787
3788
3789 test "$program_prefix" != NONE &&
3790 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3791 # Use a double $ so make ignores it.
3792 test "$program_suffix" != NONE &&
3793 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3794 # Double any \ or $.
3795 # By default was `s,x,x', remove it if useless.
3796 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3797 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3798
3799 # Find a good install program. We prefer a C program (faster),
3800 # so one script is as good as another. But avoid the broken or
3801 # incompatible versions:
3802 # SysV /etc/install, /usr/sbin/install
3803 # SunOS /usr/etc/install
3804 # IRIX /sbin/install
3805 # AIX /bin/install
3806 # AmigaOS /C/install, which installs bootblocks on floppy discs
3807 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3808 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3809 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3810 # OS/2's system install, which has a completely different semantic
3811 # ./install, which can be erroneously created by make from ./install.sh.
3812 # Reject install programs that cannot install multiple files.
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3814 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3815 if test -z "$INSTALL"; then
3816 if ${ac_cv_path_install+:} false; then :
3817 $as_echo_n "(cached) " >&6
3818 else
3819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3820 for as_dir in $PATH
3821 do
3822 IFS=$as_save_IFS
3823 test -z "$as_dir" && as_dir=.
3824 # Account for people who put trailing slashes in PATH elements.
3825 case $as_dir/ in #((
3826 ./ | .// | /[cC]/* | \
3827 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3828 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3829 /usr/ucb/* ) ;;
3830 *)
3831 # OSF1 and SCO ODT 3.0 have their own names for install.
3832 # Don't use installbsd from OSF since it installs stuff as root
3833 # by default.
3834 for ac_prog in ginstall scoinst install; do
3835 for ac_exec_ext in '' $ac_executable_extensions; do
3836 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3837 if test $ac_prog = install &&
3838 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3839 # AIX install. It has an incompatible calling convention.
3840 :
3841 elif test $ac_prog = install &&
3842 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3843 # program-specific install script used by HP pwplus--don't use.
3844 :
3845 else
3846 rm -rf conftest.one conftest.two conftest.dir
3847 echo one > conftest.one
3848 echo two > conftest.two
3849 mkdir conftest.dir
3850 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3851 test -s conftest.one && test -s conftest.two &&
3852 test -s conftest.dir/conftest.one &&
3853 test -s conftest.dir/conftest.two
3854 then
3855 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3856 break 3
3857 fi
3858 fi
3859 fi
3860 done
3861 done
3862 ;;
3863 esac
3864
3865 done
3866 IFS=$as_save_IFS
3867
3868 rm -rf conftest.one conftest.two conftest.dir
3869
3870 fi
3871 if test "${ac_cv_path_install+set}" = set; then
3872 INSTALL=$ac_cv_path_install
3873 else
3874 # As a last resort, use the slow shell script. Don't cache a
3875 # value for INSTALL within a source directory, because that will
3876 # break other packages using the cache if that directory is
3877 # removed, or if the value is a relative name.
3878 INSTALL=$ac_install_sh
3879 fi
3880 fi
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3882 $as_echo "$INSTALL" >&6; }
3883
3884 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3885 # It thinks the first close brace ends the variable substitution.
3886 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3887
3888 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3889
3890 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3891
3892 rm -rf .tst 2>/dev/null
3893 mkdir .tst 2>/dev/null
3894 if test -d .tst; then
3895 am__leading_dot=.
3896 else
3897 am__leading_dot=_
3898 fi
3899 rmdir .tst 2>/dev/null
3900
3901 DEPDIR="${am__leading_dot}deps"
3902
3903
3904
3905
3906 for ac_header in $ac_header_list
3907 do :
3908 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
3909 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
3910 "
3911 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
3912 cat >>confdefs.h <<_ACEOF
3913 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3914 _ACEOF
3915
3916 fi
3917
3918 done
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941 for ac_func in $ac_func_list
3942 do :
3943 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
3944 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
3945 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
3946 cat >>confdefs.h <<_ACEOF
3947 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
3948 _ACEOF
3949
3950 fi
3951 done
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973 case `pwd` in
3974 *\ * | *\ *)
3975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3976 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3977 esac
3978
3979
3980
3981 macro_version='2.2.7a'
3982 macro_revision='1.3134'
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996 ltmain="$ac_aux_dir/ltmain.sh"
3997
3998 # Backslashify metacharacters that are still active within
3999 # double-quoted strings.
4000 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4001
4002 # Same as above, but do not quote variable references.
4003 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4004
4005 # Sed substitution to delay expansion of an escaped shell variable in a
4006 # double_quote_subst'ed string.
4007 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4008
4009 # Sed substitution to delay expansion of an escaped single quote.
4010 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4011
4012 # Sed substitution to avoid accidental globbing in evaled expressions
4013 no_glob_subst='s/\*/\\\*/g'
4014
4015 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4016 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4017 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4018
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4020 $as_echo_n "checking how to print strings... " >&6; }
4021 # Test print first, because it will be a builtin if present.
4022 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4023 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4024 ECHO='print -r --'
4025 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4026 ECHO='printf %s\n'
4027 else
4028 # Use this function as a fallback that always works.
4029 func_fallback_echo ()
4030 {
4031 eval 'cat <<_LTECHO_EOF
4032 $1
4033 _LTECHO_EOF'
4034 }
4035 ECHO='func_fallback_echo'
4036 fi
4037
4038 # func_echo_all arg...
4039 # Invoke $ECHO with all args, space-separated.
4040 func_echo_all ()
4041 {
4042 $ECHO ""
4043 }
4044
4045 case "$ECHO" in
4046 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4047 $as_echo "printf" >&6; } ;;
4048 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4049 $as_echo "print -r" >&6; } ;;
4050 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4051 $as_echo "cat" >&6; } ;;
4052 esac
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4068 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4069 if ${ac_cv_path_SED+:} false; then :
4070 $as_echo_n "(cached) " >&6
4071 else
4072 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4073 for ac_i in 1 2 3 4 5 6 7; do
4074 ac_script="$ac_script$as_nl$ac_script"
4075 done
4076 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4077 { ac_script=; unset ac_script;}
4078 if test -z "$SED"; then
4079 ac_path_SED_found=false
4080 # Loop through the user's path and test for each of PROGNAME-LIST
4081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4082 for as_dir in $PATH
4083 do
4084 IFS=$as_save_IFS
4085 test -z "$as_dir" && as_dir=.
4086 for ac_prog in sed gsed; do
4087 for ac_exec_ext in '' $ac_executable_extensions; do
4088 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4089 as_fn_executable_p "$ac_path_SED" || continue
4090 # Check for GNU ac_path_SED and select it if it is found.
4091 # Check for GNU $ac_path_SED
4092 case `"$ac_path_SED" --version 2>&1` in
4093 *GNU*)
4094 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4095 *)
4096 ac_count=0
4097 $as_echo_n 0123456789 >"conftest.in"
4098 while :
4099 do
4100 cat "conftest.in" "conftest.in" >"conftest.tmp"
4101 mv "conftest.tmp" "conftest.in"
4102 cp "conftest.in" "conftest.nl"
4103 $as_echo '' >> "conftest.nl"
4104 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4105 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4106 as_fn_arith $ac_count + 1 && ac_count=$as_val
4107 if test $ac_count -gt ${ac_path_SED_max-0}; then
4108 # Best one so far, save it but keep looking for a better one
4109 ac_cv_path_SED="$ac_path_SED"
4110 ac_path_SED_max=$ac_count
4111 fi
4112 # 10*(2^10) chars as input seems more than enough
4113 test $ac_count -gt 10 && break
4114 done
4115 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4116 esac
4117
4118 $ac_path_SED_found && break 3
4119 done
4120 done
4121 done
4122 IFS=$as_save_IFS
4123 if test -z "$ac_cv_path_SED"; then
4124 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4125 fi
4126 else
4127 ac_cv_path_SED=$SED
4128 fi
4129
4130 fi
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4132 $as_echo "$ac_cv_path_SED" >&6; }
4133 SED="$ac_cv_path_SED"
4134 rm -f conftest.sed
4135
4136 test -z "$SED" && SED=sed
4137 Xsed="$SED -e 1s/^X//"
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4150 $as_echo_n "checking for fgrep... " >&6; }
4151 if ${ac_cv_path_FGREP+:} false; then :
4152 $as_echo_n "(cached) " >&6
4153 else
4154 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4155 then ac_cv_path_FGREP="$GREP -F"
4156 else
4157 if test -z "$FGREP"; then
4158 ac_path_FGREP_found=false
4159 # Loop through the user's path and test for each of PROGNAME-LIST
4160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4161 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4162 do
4163 IFS=$as_save_IFS
4164 test -z "$as_dir" && as_dir=.
4165 for ac_prog in fgrep; do
4166 for ac_exec_ext in '' $ac_executable_extensions; do
4167 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4168 as_fn_executable_p "$ac_path_FGREP" || continue
4169 # Check for GNU ac_path_FGREP and select it if it is found.
4170 # Check for GNU $ac_path_FGREP
4171 case `"$ac_path_FGREP" --version 2>&1` in
4172 *GNU*)
4173 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4174 *)
4175 ac_count=0
4176 $as_echo_n 0123456789 >"conftest.in"
4177 while :
4178 do
4179 cat "conftest.in" "conftest.in" >"conftest.tmp"
4180 mv "conftest.tmp" "conftest.in"
4181 cp "conftest.in" "conftest.nl"
4182 $as_echo 'FGREP' >> "conftest.nl"
4183 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4184 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4185 as_fn_arith $ac_count + 1 && ac_count=$as_val
4186 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4187 # Best one so far, save it but keep looking for a better one
4188 ac_cv_path_FGREP="$ac_path_FGREP"
4189 ac_path_FGREP_max=$ac_count
4190 fi
4191 # 10*(2^10) chars as input seems more than enough
4192 test $ac_count -gt 10 && break
4193 done
4194 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4195 esac
4196
4197 $ac_path_FGREP_found && break 3
4198 done
4199 done
4200 done
4201 IFS=$as_save_IFS
4202 if test -z "$ac_cv_path_FGREP"; then
4203 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4204 fi
4205 else
4206 ac_cv_path_FGREP=$FGREP
4207 fi
4208
4209 fi
4210 fi
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4212 $as_echo "$ac_cv_path_FGREP" >&6; }
4213 FGREP="$ac_cv_path_FGREP"
4214
4215
4216 test -z "$GREP" && GREP=grep
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236 # Check whether --with-gnu-ld was given.
4237 if test "${with_gnu_ld+set}" = set; then :
4238 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4239 else
4240 with_gnu_ld=no
4241 fi
4242
4243 ac_prog=ld
4244 if test "$GCC" = yes; then
4245 # Check if gcc -print-prog-name=ld gives a path.
4246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4247 $as_echo_n "checking for ld used by $CC... " >&6; }
4248 case $host in
4249 *-*-mingw*)
4250 # gcc leaves a trailing carriage return which upsets mingw
4251 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4252 *)
4253 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4254 esac
4255 case $ac_prog in
4256 # Accept absolute paths.
4257 [\\/]* | ?:[\\/]*)
4258 re_direlt='/[^/][^/]*/\.\./'
4259 # Canonicalize the pathname of ld
4260 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4261 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4262 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4263 done
4264 test -z "$LD" && LD="$ac_prog"
4265 ;;
4266 "")
4267 # If it fails, then pretend we aren't using GCC.
4268 ac_prog=ld
4269 ;;
4270 *)
4271 # If it is relative, then search for the first ld in PATH.
4272 with_gnu_ld=unknown
4273 ;;
4274 esac
4275 elif test "$with_gnu_ld" = yes; then
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4277 $as_echo_n "checking for GNU ld... " >&6; }
4278 else
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4280 $as_echo_n "checking for non-GNU ld... " >&6; }
4281 fi
4282 if ${lt_cv_path_LD+:} false; then :
4283 $as_echo_n "(cached) " >&6
4284 else
4285 if test -z "$LD"; then
4286 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4287 for ac_dir in $PATH; do
4288 IFS="$lt_save_ifs"
4289 test -z "$ac_dir" && ac_dir=.
4290 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4291 lt_cv_path_LD="$ac_dir/$ac_prog"
4292 # Check to see if the program is GNU ld. I'd rather use --version,
4293 # but apparently some variants of GNU ld only accept -v.
4294 # Break only if it was the GNU/non-GNU ld that we prefer.
4295 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4296 *GNU* | *'with BFD'*)
4297 test "$with_gnu_ld" != no && break
4298 ;;
4299 *)
4300 test "$with_gnu_ld" != yes && break
4301 ;;
4302 esac
4303 fi
4304 done
4305 IFS="$lt_save_ifs"
4306 else
4307 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4308 fi
4309 fi
4310
4311 LD="$lt_cv_path_LD"
4312 if test -n "$LD"; then
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4314 $as_echo "$LD" >&6; }
4315 else
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4317 $as_echo "no" >&6; }
4318 fi
4319 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4321 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4322 if ${lt_cv_prog_gnu_ld+:} false; then :
4323 $as_echo_n "(cached) " >&6
4324 else
4325 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4326 case `$LD -v 2>&1 </dev/null` in
4327 *GNU* | *'with BFD'*)
4328 lt_cv_prog_gnu_ld=yes
4329 ;;
4330 *)
4331 lt_cv_prog_gnu_ld=no
4332 ;;
4333 esac
4334 fi
4335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4336 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4337 with_gnu_ld=$lt_cv_prog_gnu_ld
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4348 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4349 if ${lt_cv_path_NM+:} false; then :
4350 $as_echo_n "(cached) " >&6
4351 else
4352 if test -n "$NM"; then
4353 # Let the user override the test.
4354 lt_cv_path_NM="$NM"
4355 else
4356 lt_nm_to_check="${ac_tool_prefix}nm"
4357 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4358 lt_nm_to_check="$lt_nm_to_check nm"
4359 fi
4360 for lt_tmp_nm in $lt_nm_to_check; do
4361 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4362 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4363 IFS="$lt_save_ifs"
4364 test -z "$ac_dir" && ac_dir=.
4365 tmp_nm="$ac_dir/$lt_tmp_nm"
4366 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4367 # Check to see if the nm accepts a BSD-compat flag.
4368 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4369 # nm: unknown option "B" ignored
4370 # Tru64's nm complains that /dev/null is an invalid object file
4371 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4372 */dev/null* | *'Invalid file or object type'*)
4373 lt_cv_path_NM="$tmp_nm -B"
4374 break
4375 ;;
4376 *)
4377 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4378 */dev/null*)
4379 lt_cv_path_NM="$tmp_nm -p"
4380 break
4381 ;;
4382 *)
4383 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4384 continue # so that we can try to find one that supports BSD flags
4385 ;;
4386 esac
4387 ;;
4388 esac
4389 fi
4390 done
4391 IFS="$lt_save_ifs"
4392 done
4393 : ${lt_cv_path_NM=no}
4394 fi
4395 fi
4396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4397 $as_echo "$lt_cv_path_NM" >&6; }
4398 if test "$lt_cv_path_NM" != "no"; then
4399 NM="$lt_cv_path_NM"
4400 else
4401 # Didn't find any BSD compatible name lister, look for dumpbin.
4402 if test -n "$DUMPBIN"; then :
4403 # Let the user override the test.
4404 else
4405 if test -n "$ac_tool_prefix"; then
4406 for ac_prog in dumpbin "link -dump"
4407 do
4408 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4409 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4411 $as_echo_n "checking for $ac_word... " >&6; }
4412 if ${ac_cv_prog_DUMPBIN+:} false; then :
4413 $as_echo_n "(cached) " >&6
4414 else
4415 if test -n "$DUMPBIN"; then
4416 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4417 else
4418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4419 for as_dir in $PATH
4420 do
4421 IFS=$as_save_IFS
4422 test -z "$as_dir" && as_dir=.
4423 for ac_exec_ext in '' $ac_executable_extensions; do
4424 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4425 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4427 break 2
4428 fi
4429 done
4430 done
4431 IFS=$as_save_IFS
4432
4433 fi
4434 fi
4435 DUMPBIN=$ac_cv_prog_DUMPBIN
4436 if test -n "$DUMPBIN"; then
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4438 $as_echo "$DUMPBIN" >&6; }
4439 else
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4441 $as_echo "no" >&6; }
4442 fi
4443
4444
4445 test -n "$DUMPBIN" && break
4446 done
4447 fi
4448 if test -z "$DUMPBIN"; then
4449 ac_ct_DUMPBIN=$DUMPBIN
4450 for ac_prog in dumpbin "link -dump"
4451 do
4452 # Extract the first word of "$ac_prog", so it can be a program name with args.
4453 set dummy $ac_prog; ac_word=$2
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4455 $as_echo_n "checking for $ac_word... " >&6; }
4456 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
4457 $as_echo_n "(cached) " >&6
4458 else
4459 if test -n "$ac_ct_DUMPBIN"; then
4460 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4461 else
4462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4463 for as_dir in $PATH
4464 do
4465 IFS=$as_save_IFS
4466 test -z "$as_dir" && as_dir=.
4467 for ac_exec_ext in '' $ac_executable_extensions; do
4468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4469 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4471 break 2
4472 fi
4473 done
4474 done
4475 IFS=$as_save_IFS
4476
4477 fi
4478 fi
4479 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4480 if test -n "$ac_ct_DUMPBIN"; then
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4482 $as_echo "$ac_ct_DUMPBIN" >&6; }
4483 else
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4485 $as_echo "no" >&6; }
4486 fi
4487
4488
4489 test -n "$ac_ct_DUMPBIN" && break
4490 done
4491
4492 if test "x$ac_ct_DUMPBIN" = x; then
4493 DUMPBIN=":"
4494 else
4495 case $cross_compiling:$ac_tool_warned in
4496 yes:)
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4499 ac_tool_warned=yes ;;
4500 esac
4501 DUMPBIN=$ac_ct_DUMPBIN
4502 fi
4503 fi
4504
4505 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4506 *COFF*)
4507 DUMPBIN="$DUMPBIN -symbols"
4508 ;;
4509 *)
4510 DUMPBIN=:
4511 ;;
4512 esac
4513 fi
4514
4515 if test "$DUMPBIN" != ":"; then
4516 NM="$DUMPBIN"
4517 fi
4518 fi
4519 test -z "$NM" && NM=nm
4520
4521
4522
4523
4524
4525
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4527 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4528 if ${lt_cv_nm_interface+:} false; then :
4529 $as_echo_n "(cached) " >&6
4530 else
4531 lt_cv_nm_interface="BSD nm"
4532 echo "int some_variable = 0;" > conftest.$ac_ext
4533 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
4534 (eval "$ac_compile" 2>conftest.err)
4535 cat conftest.err >&5
4536 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4537 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4538 cat conftest.err >&5
4539 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
4540 cat conftest.out >&5
4541 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4542 lt_cv_nm_interface="MS dumpbin"
4543 fi
4544 rm -f conftest*
4545 fi
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4547 $as_echo "$lt_cv_nm_interface" >&6; }
4548
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4550 $as_echo_n "checking whether ln -s works... " >&6; }
4551 LN_S=$as_ln_s
4552 if test "$LN_S" = "ln -s"; then
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4554 $as_echo "yes" >&6; }
4555 else
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4557 $as_echo "no, using $LN_S" >&6; }
4558 fi
4559
4560 # find the maximum length of command line arguments
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4562 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4563 if ${lt_cv_sys_max_cmd_len+:} false; then :
4564 $as_echo_n "(cached) " >&6
4565 else
4566 i=0
4567 teststring="ABCD"
4568
4569 case $build_os in
4570 msdosdjgpp*)
4571 # On DJGPP, this test can blow up pretty badly due to problems in libc
4572 # (any single argument exceeding 2000 bytes causes a buffer overrun
4573 # during glob expansion). Even if it were fixed, the result of this
4574 # check would be larger than it should be.
4575 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4576 ;;
4577
4578 gnu*)
4579 # Under GNU Hurd, this test is not required because there is
4580 # no limit to the length of command line arguments.
4581 # Libtool will interpret -1 as no limit whatsoever
4582 lt_cv_sys_max_cmd_len=-1;
4583 ;;
4584
4585 cygwin* | mingw* | cegcc*)
4586 # On Win9x/ME, this test blows up -- it succeeds, but takes
4587 # about 5 minutes as the teststring grows exponentially.
4588 # Worse, since 9x/ME are not pre-emptively multitasking,
4589 # you end up with a "frozen" computer, even though with patience
4590 # the test eventually succeeds (with a max line length of 256k).
4591 # Instead, let's just punt: use the minimum linelength reported by
4592 # all of the supported platforms: 8192 (on NT/2K/XP).
4593 lt_cv_sys_max_cmd_len=8192;
4594 ;;
4595
4596 mint*)
4597 # On MiNT this can take a long time and run out of memory.
4598 lt_cv_sys_max_cmd_len=8192;
4599 ;;
4600
4601 amigaos*)
4602 # On AmigaOS with pdksh, this test takes hours, literally.
4603 # So we just punt and use a minimum line length of 8192.
4604 lt_cv_sys_max_cmd_len=8192;
4605 ;;
4606
4607 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4608 # This has been around since 386BSD, at least. Likely further.
4609 if test -x /sbin/sysctl; then
4610 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4611 elif test -x /usr/sbin/sysctl; then
4612 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4613 else
4614 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4615 fi
4616 # And add a safety zone
4617 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4618 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4619 ;;
4620
4621 interix*)
4622 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4623 lt_cv_sys_max_cmd_len=196608
4624 ;;
4625
4626 osf*)
4627 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4628 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4629 # nice to cause kernel panics so lets avoid the loop below.
4630 # First set a reasonable default.
4631 lt_cv_sys_max_cmd_len=16384
4632 #
4633 if test -x /sbin/sysconfig; then
4634 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4635 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4636 esac
4637 fi
4638 ;;
4639 sco3.2v5*)
4640 lt_cv_sys_max_cmd_len=102400
4641 ;;
4642 sysv5* | sco5v6* | sysv4.2uw2*)
4643 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4644 if test -n "$kargmax"; then
4645 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4646 else
4647 lt_cv_sys_max_cmd_len=32768
4648 fi
4649 ;;
4650 *)
4651 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4652 if test -n "$lt_cv_sys_max_cmd_len"; then
4653 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4654 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4655 else
4656 # Make teststring a little bigger before we do anything with it.
4657 # a 1K string should be a reasonable start.
4658 for i in 1 2 3 4 5 6 7 8 ; do
4659 teststring=$teststring$teststring
4660 done
4661 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4662 # If test is not a shell built-in, we'll probably end up computing a
4663 # maximum length that is only half of the actual maximum length, but
4664 # we can't tell.
4665 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4666 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
4667 test $i != 17 # 1/2 MB should be enough
4668 do
4669 i=`expr $i + 1`
4670 teststring=$teststring$teststring
4671 done
4672 # Only check the string length outside the loop.
4673 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4674 teststring=
4675 # Add a significant safety factor because C++ compilers can tack on
4676 # massive amounts of additional arguments before passing them to the
4677 # linker. It appears as though 1/2 is a usable value.
4678 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4679 fi
4680 ;;
4681 esac
4682
4683 fi
4684
4685 if test -n $lt_cv_sys_max_cmd_len ; then
4686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4687 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4688 else
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4690 $as_echo "none" >&6; }
4691 fi
4692 max_cmd_len=$lt_cv_sys_max_cmd_len
4693
4694
4695
4696
4697
4698
4699 : ${CP="cp -f"}
4700 : ${MV="mv -f"}
4701 : ${RM="rm -f"}
4702
4703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4704 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4705 # Try some XSI features
4706 xsi_shell=no
4707 ( _lt_dummy="a/b/c"
4708 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4709 = c,a/b,, \
4710 && eval 'test $(( 1 + 1 )) -eq 2 \
4711 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4712 && xsi_shell=yes
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4714 $as_echo "$xsi_shell" >&6; }
4715
4716
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4718 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4719 lt_shell_append=no
4720 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4721 >/dev/null 2>&1 \
4722 && lt_shell_append=yes
4723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4724 $as_echo "$lt_shell_append" >&6; }
4725
4726
4727 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4728 lt_unset=unset
4729 else
4730 lt_unset=false
4731 fi
4732
4733
4734
4735
4736
4737 # test EBCDIC or ASCII
4738 case `echo X|tr X '\101'` in
4739 A) # ASCII based system
4740 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4741 lt_SP2NL='tr \040 \012'
4742 lt_NL2SP='tr \015\012 \040\040'
4743 ;;
4744 *) # EBCDIC based system
4745 lt_SP2NL='tr \100 \n'
4746 lt_NL2SP='tr \r\n \100\100'
4747 ;;
4748 esac
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4759 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4760 if ${lt_cv_ld_reload_flag+:} false; then :
4761 $as_echo_n "(cached) " >&6
4762 else
4763 lt_cv_ld_reload_flag='-r'
4764 fi
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4766 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4767 reload_flag=$lt_cv_ld_reload_flag
4768 case $reload_flag in
4769 "" | " "*) ;;
4770 *) reload_flag=" $reload_flag" ;;
4771 esac
4772 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4773 case $host_os in
4774 darwin*)
4775 if test "$GCC" = yes; then
4776 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4777 else
4778 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4779 fi
4780 ;;
4781 esac
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791 if test -n "$ac_tool_prefix"; then
4792 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4793 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4795 $as_echo_n "checking for $ac_word... " >&6; }
4796 if ${ac_cv_prog_OBJDUMP+:} false; then :
4797 $as_echo_n "(cached) " >&6
4798 else
4799 if test -n "$OBJDUMP"; then
4800 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4801 else
4802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4803 for as_dir in $PATH
4804 do
4805 IFS=$as_save_IFS
4806 test -z "$as_dir" && as_dir=.
4807 for ac_exec_ext in '' $ac_executable_extensions; do
4808 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4809 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4811 break 2
4812 fi
4813 done
4814 done
4815 IFS=$as_save_IFS
4816
4817 fi
4818 fi
4819 OBJDUMP=$ac_cv_prog_OBJDUMP
4820 if test -n "$OBJDUMP"; then
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4822 $as_echo "$OBJDUMP" >&6; }
4823 else
4824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4825 $as_echo "no" >&6; }
4826 fi
4827
4828
4829 fi
4830 if test -z "$ac_cv_prog_OBJDUMP"; then
4831 ac_ct_OBJDUMP=$OBJDUMP
4832 # Extract the first word of "objdump", so it can be a program name with args.
4833 set dummy objdump; ac_word=$2
4834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4835 $as_echo_n "checking for $ac_word... " >&6; }
4836 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
4837 $as_echo_n "(cached) " >&6
4838 else
4839 if test -n "$ac_ct_OBJDUMP"; then
4840 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4841 else
4842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4843 for as_dir in $PATH
4844 do
4845 IFS=$as_save_IFS
4846 test -z "$as_dir" && as_dir=.
4847 for ac_exec_ext in '' $ac_executable_extensions; do
4848 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4849 ac_cv_prog_ac_ct_OBJDUMP="objdump"
4850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4851 break 2
4852 fi
4853 done
4854 done
4855 IFS=$as_save_IFS
4856
4857 fi
4858 fi
4859 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4860 if test -n "$ac_ct_OBJDUMP"; then
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4862 $as_echo "$ac_ct_OBJDUMP" >&6; }
4863 else
4864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4865 $as_echo "no" >&6; }
4866 fi
4867
4868 if test "x$ac_ct_OBJDUMP" = x; then
4869 OBJDUMP="false"
4870 else
4871 case $cross_compiling:$ac_tool_warned in
4872 yes:)
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4874 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4875 ac_tool_warned=yes ;;
4876 esac
4877 OBJDUMP=$ac_ct_OBJDUMP
4878 fi
4879 else
4880 OBJDUMP="$ac_cv_prog_OBJDUMP"
4881 fi
4882
4883 test -z "$OBJDUMP" && OBJDUMP=objdump
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4894 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4895 if ${lt_cv_deplibs_check_method+:} false; then :
4896 $as_echo_n "(cached) " >&6
4897 else
4898 lt_cv_file_magic_cmd='$MAGIC_CMD'
4899 lt_cv_file_magic_test_file=
4900 lt_cv_deplibs_check_method='unknown'
4901 # Need to set the preceding variable on all platforms that support
4902 # interlibrary dependencies.
4903 # 'none' -- dependencies not supported.
4904 # `unknown' -- same as none, but documents that we really don't know.
4905 # 'pass_all' -- all dependencies passed with no checks.
4906 # 'test_compile' -- check by making test program.
4907 # 'file_magic [[regex]]' -- check by looking for files in library path
4908 # which responds to the $file_magic_cmd with a given extended regex.
4909 # If you have `file' or equivalent on your system and you're not sure
4910 # whether `pass_all' will *always* work, you probably want this one.
4911
4912 case $host_os in
4913 aix[4-9]*)
4914 lt_cv_deplibs_check_method=pass_all
4915 ;;
4916
4917 beos*)
4918 lt_cv_deplibs_check_method=pass_all
4919 ;;
4920
4921 bsdi[45]*)
4922 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4923 lt_cv_file_magic_cmd='/usr/bin/file -L'
4924 lt_cv_file_magic_test_file=/shlib/libc.so
4925 ;;
4926
4927 cygwin*)
4928 # func_win32_libid is a shell function defined in ltmain.sh
4929 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4930 lt_cv_file_magic_cmd='func_win32_libid'
4931 ;;
4932
4933 mingw* | pw32*)
4934 # Base MSYS/MinGW do not provide the 'file' command needed by
4935 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4936 # unless we find 'file', for example because we are cross-compiling.
4937 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
4938 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
4939 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4940 lt_cv_file_magic_cmd='func_win32_libid'
4941 else
4942 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4943 lt_cv_file_magic_cmd='$OBJDUMP -f'
4944 fi
4945 ;;
4946
4947 cegcc*)
4948 # use the weaker test based on 'objdump'. See mingw*.
4949 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4950 lt_cv_file_magic_cmd='$OBJDUMP -f'
4951 ;;
4952
4953 darwin* | rhapsody*)
4954 lt_cv_deplibs_check_method=pass_all
4955 ;;
4956
4957 freebsd* | dragonfly*)
4958 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4959 case $host_cpu in
4960 i*86 )
4961 # Not sure whether the presence of OpenBSD here was a mistake.
4962 # Let's accept both of them until this is cleared up.
4963 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4964 lt_cv_file_magic_cmd=/usr/bin/file
4965 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4966 ;;
4967 esac
4968 else
4969 lt_cv_deplibs_check_method=pass_all
4970 fi
4971 ;;
4972
4973 gnu*)
4974 lt_cv_deplibs_check_method=pass_all
4975 ;;
4976
4977 haiku*)
4978 lt_cv_deplibs_check_method=pass_all
4979 ;;
4980
4981 hpux10.20* | hpux11*)
4982 lt_cv_file_magic_cmd=/usr/bin/file
4983 case $host_cpu in
4984 ia64*)
4985 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4986 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4987 ;;
4988 hppa*64*)
4989 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]'
4990 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4991 ;;
4992 *)
4993 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
4994 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4995 ;;
4996 esac
4997 ;;
4998
4999 interix[3-9]*)
5000 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5001 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5002 ;;
5003
5004 irix5* | irix6* | nonstopux*)
5005 case $LD in
5006 *-32|*"-32 ") libmagic=32-bit;;
5007 *-n32|*"-n32 ") libmagic=N32;;
5008 *-64|*"-64 ") libmagic=64-bit;;
5009 *) libmagic=never-match;;
5010 esac
5011 lt_cv_deplibs_check_method=pass_all
5012 ;;
5013
5014 # This must be Linux ELF.
5015 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5016 lt_cv_deplibs_check_method=pass_all
5017 ;;
5018
5019 netbsd*)
5020 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5021 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5022 else
5023 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5024 fi
5025 ;;
5026
5027 newos6*)
5028 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5029 lt_cv_file_magic_cmd=/usr/bin/file
5030 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5031 ;;
5032
5033 *nto* | *qnx*)
5034 lt_cv_deplibs_check_method=pass_all
5035 ;;
5036
5037 openbsd*)
5038 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5039 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5040 else
5041 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5042 fi
5043 ;;
5044
5045 osf3* | osf4* | osf5*)
5046 lt_cv_deplibs_check_method=pass_all
5047 ;;
5048
5049 rdos*)
5050 lt_cv_deplibs_check_method=pass_all
5051 ;;
5052
5053 solaris*)
5054 lt_cv_deplibs_check_method=pass_all
5055 ;;
5056
5057 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5058 lt_cv_deplibs_check_method=pass_all
5059 ;;
5060
5061 sysv4 | sysv4.3*)
5062 case $host_vendor in
5063 motorola)
5064 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]'
5065 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5066 ;;
5067 ncr)
5068 lt_cv_deplibs_check_method=pass_all
5069 ;;
5070 sequent)
5071 lt_cv_file_magic_cmd='/bin/file'
5072 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5073 ;;
5074 sni)
5075 lt_cv_file_magic_cmd='/bin/file'
5076 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5077 lt_cv_file_magic_test_file=/lib/libc.so
5078 ;;
5079 siemens)
5080 lt_cv_deplibs_check_method=pass_all
5081 ;;
5082 pc)
5083 lt_cv_deplibs_check_method=pass_all
5084 ;;
5085 esac
5086 ;;
5087
5088 tpf*)
5089 lt_cv_deplibs_check_method=pass_all
5090 ;;
5091 esac
5092
5093 fi
5094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5095 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5096 file_magic_cmd=$lt_cv_file_magic_cmd
5097 deplibs_check_method=$lt_cv_deplibs_check_method
5098 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111 plugin_option=
5112 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5113 for plugin in $plugin_names; do
5114 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5115 if test x$plugin_so = x$plugin; then
5116 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5117 fi
5118 if test x$plugin_so != x$plugin; then
5119 plugin_option="--plugin $plugin_so"
5120 break
5121 fi
5122 done
5123
5124 if test -n "$ac_tool_prefix"; then
5125 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5126 set dummy ${ac_tool_prefix}ar; ac_word=$2
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5128 $as_echo_n "checking for $ac_word... " >&6; }
5129 if ${ac_cv_prog_AR+:} false; then :
5130 $as_echo_n "(cached) " >&6
5131 else
5132 if test -n "$AR"; then
5133 ac_cv_prog_AR="$AR" # Let the user override the test.
5134 else
5135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5136 for as_dir in $PATH
5137 do
5138 IFS=$as_save_IFS
5139 test -z "$as_dir" && as_dir=.
5140 for ac_exec_ext in '' $ac_executable_extensions; do
5141 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5142 ac_cv_prog_AR="${ac_tool_prefix}ar"
5143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5144 break 2
5145 fi
5146 done
5147 done
5148 IFS=$as_save_IFS
5149
5150 fi
5151 fi
5152 AR=$ac_cv_prog_AR
5153 if test -n "$AR"; then
5154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5155 $as_echo "$AR" >&6; }
5156 else
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5158 $as_echo "no" >&6; }
5159 fi
5160
5161
5162 fi
5163 if test -z "$ac_cv_prog_AR"; then
5164 ac_ct_AR=$AR
5165 # Extract the first word of "ar", so it can be a program name with args.
5166 set dummy ar; ac_word=$2
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5168 $as_echo_n "checking for $ac_word... " >&6; }
5169 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5170 $as_echo_n "(cached) " >&6
5171 else
5172 if test -n "$ac_ct_AR"; then
5173 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5174 else
5175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5176 for as_dir in $PATH
5177 do
5178 IFS=$as_save_IFS
5179 test -z "$as_dir" && as_dir=.
5180 for ac_exec_ext in '' $ac_executable_extensions; do
5181 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5182 ac_cv_prog_ac_ct_AR="ar"
5183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5184 break 2
5185 fi
5186 done
5187 done
5188 IFS=$as_save_IFS
5189
5190 fi
5191 fi
5192 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5193 if test -n "$ac_ct_AR"; then
5194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5195 $as_echo "$ac_ct_AR" >&6; }
5196 else
5197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5198 $as_echo "no" >&6; }
5199 fi
5200
5201 if test "x$ac_ct_AR" = x; then
5202 AR="false"
5203 else
5204 case $cross_compiling:$ac_tool_warned in
5205 yes:)
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5207 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5208 ac_tool_warned=yes ;;
5209 esac
5210 AR=$ac_ct_AR
5211 fi
5212 else
5213 AR="$ac_cv_prog_AR"
5214 fi
5215
5216 test -z "$AR" && AR=ar
5217 if test -n "$plugin_option"; then
5218 if $AR --help 2>&1 | grep -q "\--plugin"; then
5219 touch conftest.c
5220 $AR $plugin_option rc conftest.a conftest.c
5221 if test "$?" != 0; then
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5223 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5224 else
5225 AR="$AR $plugin_option"
5226 fi
5227 rm -f conftest.*
5228 fi
5229 fi
5230 test -z "$AR_FLAGS" && AR_FLAGS=cru
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242 if test -n "$ac_tool_prefix"; then
5243 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5244 set dummy ${ac_tool_prefix}strip; ac_word=$2
5245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5246 $as_echo_n "checking for $ac_word... " >&6; }
5247 if ${ac_cv_prog_STRIP+:} false; then :
5248 $as_echo_n "(cached) " >&6
5249 else
5250 if test -n "$STRIP"; then
5251 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5252 else
5253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5254 for as_dir in $PATH
5255 do
5256 IFS=$as_save_IFS
5257 test -z "$as_dir" && as_dir=.
5258 for ac_exec_ext in '' $ac_executable_extensions; do
5259 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5260 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5262 break 2
5263 fi
5264 done
5265 done
5266 IFS=$as_save_IFS
5267
5268 fi
5269 fi
5270 STRIP=$ac_cv_prog_STRIP
5271 if test -n "$STRIP"; then
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5273 $as_echo "$STRIP" >&6; }
5274 else
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5276 $as_echo "no" >&6; }
5277 fi
5278
5279
5280 fi
5281 if test -z "$ac_cv_prog_STRIP"; then
5282 ac_ct_STRIP=$STRIP
5283 # Extract the first word of "strip", so it can be a program name with args.
5284 set dummy strip; ac_word=$2
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5286 $as_echo_n "checking for $ac_word... " >&6; }
5287 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5288 $as_echo_n "(cached) " >&6
5289 else
5290 if test -n "$ac_ct_STRIP"; then
5291 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5292 else
5293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5294 for as_dir in $PATH
5295 do
5296 IFS=$as_save_IFS
5297 test -z "$as_dir" && as_dir=.
5298 for ac_exec_ext in '' $ac_executable_extensions; do
5299 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5300 ac_cv_prog_ac_ct_STRIP="strip"
5301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5302 break 2
5303 fi
5304 done
5305 done
5306 IFS=$as_save_IFS
5307
5308 fi
5309 fi
5310 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5311 if test -n "$ac_ct_STRIP"; then
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5313 $as_echo "$ac_ct_STRIP" >&6; }
5314 else
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5316 $as_echo "no" >&6; }
5317 fi
5318
5319 if test "x$ac_ct_STRIP" = x; then
5320 STRIP=":"
5321 else
5322 case $cross_compiling:$ac_tool_warned in
5323 yes:)
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5325 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5326 ac_tool_warned=yes ;;
5327 esac
5328 STRIP=$ac_ct_STRIP
5329 fi
5330 else
5331 STRIP="$ac_cv_prog_STRIP"
5332 fi
5333
5334 test -z "$STRIP" && STRIP=:
5335
5336
5337
5338
5339
5340
5341 if test -n "$ac_tool_prefix"; then
5342 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5343 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5345 $as_echo_n "checking for $ac_word... " >&6; }
5346 if ${ac_cv_prog_RANLIB+:} false; then :
5347 $as_echo_n "(cached) " >&6
5348 else
5349 if test -n "$RANLIB"; then
5350 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5351 else
5352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5353 for as_dir in $PATH
5354 do
5355 IFS=$as_save_IFS
5356 test -z "$as_dir" && as_dir=.
5357 for ac_exec_ext in '' $ac_executable_extensions; do
5358 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5359 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5361 break 2
5362 fi
5363 done
5364 done
5365 IFS=$as_save_IFS
5366
5367 fi
5368 fi
5369 RANLIB=$ac_cv_prog_RANLIB
5370 if test -n "$RANLIB"; then
5371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5372 $as_echo "$RANLIB" >&6; }
5373 else
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5375 $as_echo "no" >&6; }
5376 fi
5377
5378
5379 fi
5380 if test -z "$ac_cv_prog_RANLIB"; then
5381 ac_ct_RANLIB=$RANLIB
5382 # Extract the first word of "ranlib", so it can be a program name with args.
5383 set dummy ranlib; ac_word=$2
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5385 $as_echo_n "checking for $ac_word... " >&6; }
5386 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5387 $as_echo_n "(cached) " >&6
5388 else
5389 if test -n "$ac_ct_RANLIB"; then
5390 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5391 else
5392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5393 for as_dir in $PATH
5394 do
5395 IFS=$as_save_IFS
5396 test -z "$as_dir" && as_dir=.
5397 for ac_exec_ext in '' $ac_executable_extensions; do
5398 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5399 ac_cv_prog_ac_ct_RANLIB="ranlib"
5400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5401 break 2
5402 fi
5403 done
5404 done
5405 IFS=$as_save_IFS
5406
5407 fi
5408 fi
5409 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5410 if test -n "$ac_ct_RANLIB"; then
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5412 $as_echo "$ac_ct_RANLIB" >&6; }
5413 else
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5415 $as_echo "no" >&6; }
5416 fi
5417
5418 if test "x$ac_ct_RANLIB" = x; then
5419 RANLIB=":"
5420 else
5421 case $cross_compiling:$ac_tool_warned in
5422 yes:)
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5424 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5425 ac_tool_warned=yes ;;
5426 esac
5427 RANLIB=$ac_ct_RANLIB
5428 fi
5429 else
5430 RANLIB="$ac_cv_prog_RANLIB"
5431 fi
5432
5433 test -z "$RANLIB" && RANLIB=:
5434 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
5435 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
5436 RANLIB="$RANLIB $plugin_option"
5437 fi
5438 fi
5439
5440
5441
5442
5443
5444
5445 # Determine commands to create old-style static archives.
5446 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5447 old_postinstall_cmds='chmod 644 $oldlib'
5448 old_postuninstall_cmds=
5449
5450 if test -n "$RANLIB"; then
5451 case $host_os in
5452 openbsd*)
5453 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5454 ;;
5455 *)
5456 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5457 ;;
5458 esac
5459 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5460 fi
5461
5462 case $host_os in
5463 darwin*)
5464 lock_old_archive_extraction=yes ;;
5465 *)
5466 lock_old_archive_extraction=no ;;
5467 esac
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489 for ac_prog in gawk mawk nawk awk
5490 do
5491 # Extract the first word of "$ac_prog", so it can be a program name with args.
5492 set dummy $ac_prog; ac_word=$2
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5494 $as_echo_n "checking for $ac_word... " >&6; }
5495 if ${ac_cv_prog_AWK+:} false; then :
5496 $as_echo_n "(cached) " >&6
5497 else
5498 if test -n "$AWK"; then
5499 ac_cv_prog_AWK="$AWK" # Let the user override the test.
5500 else
5501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5502 for as_dir in $PATH
5503 do
5504 IFS=$as_save_IFS
5505 test -z "$as_dir" && as_dir=.
5506 for ac_exec_ext in '' $ac_executable_extensions; do
5507 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5508 ac_cv_prog_AWK="$ac_prog"
5509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5510 break 2
5511 fi
5512 done
5513 done
5514 IFS=$as_save_IFS
5515
5516 fi
5517 fi
5518 AWK=$ac_cv_prog_AWK
5519 if test -n "$AWK"; then
5520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
5521 $as_echo "$AWK" >&6; }
5522 else
5523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5524 $as_echo "no" >&6; }
5525 fi
5526
5527
5528 test -n "$AWK" && break
5529 done
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549 # If no C compiler was specified, use CC.
5550 LTCC=${LTCC-"$CC"}
5551
5552 # If no C compiler flags were specified, use CFLAGS.
5553 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5554
5555 # Allow CC to be a program name with arguments.
5556 compiler=$CC
5557
5558
5559 # Check for command to grab the raw symbol name followed by C symbol from nm.
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5561 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5562 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
5563 $as_echo_n "(cached) " >&6
5564 else
5565
5566 # These are sane defaults that work on at least a few old systems.
5567 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5568
5569 # Character class describing NM global symbol codes.
5570 symcode='[BCDEGRST]'
5571
5572 # Regexp to match symbols that can be accessed directly from C.
5573 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5574
5575 # Define system-specific variables.
5576 case $host_os in
5577 aix*)
5578 symcode='[BCDT]'
5579 ;;
5580 cygwin* | mingw* | pw32* | cegcc*)
5581 symcode='[ABCDGISTW]'
5582 ;;
5583 hpux*)
5584 if test "$host_cpu" = ia64; then
5585 symcode='[ABCDEGRST]'
5586 fi
5587 ;;
5588 irix* | nonstopux*)
5589 symcode='[BCDEGRST]'
5590 ;;
5591 osf*)
5592 symcode='[BCDEGQRST]'
5593 ;;
5594 solaris*)
5595 symcode='[BDRT]'
5596 ;;
5597 sco3.2v5*)
5598 symcode='[DT]'
5599 ;;
5600 sysv4.2uw2*)
5601 symcode='[DT]'
5602 ;;
5603 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5604 symcode='[ABDT]'
5605 ;;
5606 sysv4)
5607 symcode='[DFNSTU]'
5608 ;;
5609 esac
5610
5611 # If we're using GNU nm, then use its standard symbol codes.
5612 case `$NM -V 2>&1` in
5613 *GNU* | *'with BFD'*)
5614 symcode='[ABCDGIRSTW]' ;;
5615 esac
5616
5617 # Transform an extracted symbol line into a proper C declaration.
5618 # Some systems (esp. on ia64) link data and code symbols differently,
5619 # so use this general approach.
5620 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5621
5622 # Transform an extracted symbol line into symbol name and symbol address
5623 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5624 lt_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'"
5625
5626 # Handle CRLF in mingw tool chain
5627 opt_cr=
5628 case $build_os in
5629 mingw*)
5630 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5631 ;;
5632 esac
5633
5634 # Try without a prefix underscore, then with it.
5635 for ac_symprfx in "" "_"; do
5636
5637 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5638 symxfrm="\\1 $ac_symprfx\\2 \\2"
5639
5640 # Write the raw and C identifiers.
5641 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5642 # Fake it for dumpbin and say T for any non-static function
5643 # and D for any global variable.
5644 # Also find C++ and __fastcall symbols from MSVC++,
5645 # which start with @ or ?.
5646 lt_cv_sys_global_symbol_pipe="$AWK '"\
5647 " {last_section=section; section=\$ 3};"\
5648 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5649 " \$ 0!~/External *\|/{next};"\
5650 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5651 " {if(hide[section]) next};"\
5652 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5653 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5654 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5655 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5656 " ' prfx=^$ac_symprfx"
5657 else
5658 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5659 fi
5660
5661 # Check to see that the pipe works correctly.
5662 pipe_works=no
5663
5664 rm -f conftest*
5665 cat > conftest.$ac_ext <<_LT_EOF
5666 #ifdef __cplusplus
5667 extern "C" {
5668 #endif
5669 char nm_test_var;
5670 void nm_test_func(void);
5671 void nm_test_func(void){}
5672 #ifdef __cplusplus
5673 }
5674 #endif
5675 int main(){nm_test_var='a';nm_test_func();return(0);}
5676 _LT_EOF
5677
5678 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5679 (eval $ac_compile) 2>&5
5680 ac_status=$?
5681 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5682 test $ac_status = 0; }; then
5683 # Now try to grab the symbols.
5684 nlist=conftest.nm
5685 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5686 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
5687 ac_status=$?
5688 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5689 test $ac_status = 0; } && test -s "$nlist"; then
5690 # Try sorting and uniquifying the output.
5691 if sort "$nlist" | uniq > "$nlist"T; then
5692 mv -f "$nlist"T "$nlist"
5693 else
5694 rm -f "$nlist"T
5695 fi
5696
5697 # Make sure that we snagged all the symbols we need.
5698 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5699 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5700 cat <<_LT_EOF > conftest.$ac_ext
5701 #ifdef __cplusplus
5702 extern "C" {
5703 #endif
5704
5705 _LT_EOF
5706 # Now generate the symbol file.
5707 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5708
5709 cat <<_LT_EOF >> conftest.$ac_ext
5710
5711 /* The mapping between symbol names and symbols. */
5712 const struct {
5713 const char *name;
5714 void *address;
5715 }
5716 lt__PROGRAM__LTX_preloaded_symbols[] =
5717 {
5718 { "@PROGRAM@", (void *) 0 },
5719 _LT_EOF
5720 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5721 cat <<\_LT_EOF >> conftest.$ac_ext
5722 {0, (void *) 0}
5723 };
5724
5725 /* This works around a problem in FreeBSD linker */
5726 #ifdef FREEBSD_WORKAROUND
5727 static const void *lt_preloaded_setup() {
5728 return lt__PROGRAM__LTX_preloaded_symbols;
5729 }
5730 #endif
5731
5732 #ifdef __cplusplus
5733 }
5734 #endif
5735 _LT_EOF
5736 # Now try linking the two files.
5737 mv conftest.$ac_objext conftstm.$ac_objext
5738 lt_save_LIBS="$LIBS"
5739 lt_save_CFLAGS="$CFLAGS"
5740 LIBS="conftstm.$ac_objext"
5741 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5742 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5743 (eval $ac_link) 2>&5
5744 ac_status=$?
5745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5746 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5747 pipe_works=yes
5748 fi
5749 LIBS="$lt_save_LIBS"
5750 CFLAGS="$lt_save_CFLAGS"
5751 else
5752 echo "cannot find nm_test_func in $nlist" >&5
5753 fi
5754 else
5755 echo "cannot find nm_test_var in $nlist" >&5
5756 fi
5757 else
5758 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5759 fi
5760 else
5761 echo "$progname: failed program was:" >&5
5762 cat conftest.$ac_ext >&5
5763 fi
5764 rm -rf conftest* conftst*
5765
5766 # Do not use the global_symbol_pipe unless it works.
5767 if test "$pipe_works" = yes; then
5768 break
5769 else
5770 lt_cv_sys_global_symbol_pipe=
5771 fi
5772 done
5773
5774 fi
5775
5776 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5777 lt_cv_sys_global_symbol_to_cdecl=
5778 fi
5779 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5781 $as_echo "failed" >&6; }
5782 else
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5784 $as_echo "ok" >&6; }
5785 fi
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808 # Check whether --enable-libtool-lock was given.
5809 if test "${enable_libtool_lock+set}" = set; then :
5810 enableval=$enable_libtool_lock;
5811 fi
5812
5813 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5814
5815 # Some flags need to be propagated to the compiler or linker for good
5816 # libtool support.
5817 case $host in
5818 ia64-*-hpux*)
5819 # Find out which ABI we are using.
5820 echo 'int i;' > conftest.$ac_ext
5821 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5822 (eval $ac_compile) 2>&5
5823 ac_status=$?
5824 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5825 test $ac_status = 0; }; then
5826 case `/usr/bin/file conftest.$ac_objext` in
5827 *ELF-32*)
5828 HPUX_IA64_MODE="32"
5829 ;;
5830 *ELF-64*)
5831 HPUX_IA64_MODE="64"
5832 ;;
5833 esac
5834 fi
5835 rm -rf conftest*
5836 ;;
5837 *-*-irix6*)
5838 # Find out which ABI we are using.
5839 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5840 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5841 (eval $ac_compile) 2>&5
5842 ac_status=$?
5843 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5844 test $ac_status = 0; }; then
5845 if test "$lt_cv_prog_gnu_ld" = yes; then
5846 case `/usr/bin/file conftest.$ac_objext` in
5847 *32-bit*)
5848 LD="${LD-ld} -melf32bsmip"
5849 ;;
5850 *N32*)
5851 LD="${LD-ld} -melf32bmipn32"
5852 ;;
5853 *64-bit*)
5854 LD="${LD-ld} -melf64bmip"
5855 ;;
5856 esac
5857 else
5858 case `/usr/bin/file conftest.$ac_objext` in
5859 *32-bit*)
5860 LD="${LD-ld} -32"
5861 ;;
5862 *N32*)
5863 LD="${LD-ld} -n32"
5864 ;;
5865 *64-bit*)
5866 LD="${LD-ld} -64"
5867 ;;
5868 esac
5869 fi
5870 fi
5871 rm -rf conftest*
5872 ;;
5873
5874 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
5875 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5876 # Find out which ABI we are using.
5877 echo 'int i;' > conftest.$ac_ext
5878 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5879 (eval $ac_compile) 2>&5
5880 ac_status=$?
5881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5882 test $ac_status = 0; }; then
5883 case `/usr/bin/file conftest.o` in
5884 *32-bit*)
5885 case $host in
5886 x86_64-*kfreebsd*-gnu)
5887 LD="${LD-ld} -m elf_i386_fbsd"
5888 ;;
5889 x86_64-*linux*)
5890 case `/usr/bin/file conftest.o` in
5891 *x86-64*)
5892 LD="${LD-ld} -m elf32_x86_64"
5893 ;;
5894 *)
5895 LD="${LD-ld} -m elf_i386"
5896 ;;
5897 esac
5898 ;;
5899 powerpc64le-*linux*)
5900 LD="${LD-ld} -m elf32lppclinux"
5901 ;;
5902 powerpc64-*linux*)
5903 LD="${LD-ld} -m elf32ppclinux"
5904 ;;
5905 s390x-*linux*)
5906 LD="${LD-ld} -m elf_s390"
5907 ;;
5908 sparc64-*linux*)
5909 LD="${LD-ld} -m elf32_sparc"
5910 ;;
5911 esac
5912 ;;
5913 *64-bit*)
5914 case $host in
5915 x86_64-*kfreebsd*-gnu)
5916 LD="${LD-ld} -m elf_x86_64_fbsd"
5917 ;;
5918 x86_64-*linux*)
5919 LD="${LD-ld} -m elf_x86_64"
5920 ;;
5921 powerpcle-*linux*)
5922 LD="${LD-ld} -m elf64lppc"
5923 ;;
5924 powerpc-*linux*)
5925 LD="${LD-ld} -m elf64ppc"
5926 ;;
5927 s390*-*linux*|s390*-*tpf*)
5928 LD="${LD-ld} -m elf64_s390"
5929 ;;
5930 sparc*-*linux*)
5931 LD="${LD-ld} -m elf64_sparc"
5932 ;;
5933 esac
5934 ;;
5935 esac
5936 fi
5937 rm -rf conftest*
5938 ;;
5939
5940 *-*-sco3.2v5*)
5941 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5942 SAVE_CFLAGS="$CFLAGS"
5943 CFLAGS="$CFLAGS -belf"
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5945 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5946 if ${lt_cv_cc_needs_belf+:} false; then :
5947 $as_echo_n "(cached) " >&6
5948 else
5949 ac_ext=c
5950 ac_cpp='$CPP $CPPFLAGS'
5951 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5952 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5953 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5954
5955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5956 /* end confdefs.h. */
5957
5958 int
5959 main ()
5960 {
5961
5962 ;
5963 return 0;
5964 }
5965 _ACEOF
5966 if ac_fn_c_try_link "$LINENO"; then :
5967 lt_cv_cc_needs_belf=yes
5968 else
5969 lt_cv_cc_needs_belf=no
5970 fi
5971 rm -f core conftest.err conftest.$ac_objext \
5972 conftest$ac_exeext conftest.$ac_ext
5973 ac_ext=c
5974 ac_cpp='$CPP $CPPFLAGS'
5975 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5976 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5977 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5978
5979 fi
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5981 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5982 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5983 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5984 CFLAGS="$SAVE_CFLAGS"
5985 fi
5986 ;;
5987 sparc*-*solaris*)
5988 # Find out which ABI we are using.
5989 echo 'int i;' > conftest.$ac_ext
5990 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5991 (eval $ac_compile) 2>&5
5992 ac_status=$?
5993 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5994 test $ac_status = 0; }; then
5995 case `/usr/bin/file conftest.o` in
5996 *64-bit*)
5997 case $lt_cv_prog_gnu_ld in
5998 yes*) LD="${LD-ld} -m elf64_sparc" ;;
5999 *)
6000 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6001 LD="${LD-ld} -64"
6002 fi
6003 ;;
6004 esac
6005 ;;
6006 esac
6007 fi
6008 rm -rf conftest*
6009 ;;
6010 esac
6011
6012 need_locks="$enable_libtool_lock"
6013
6014
6015 case $host_os in
6016 rhapsody* | darwin*)
6017 if test -n "$ac_tool_prefix"; then
6018 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6019 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6021 $as_echo_n "checking for $ac_word... " >&6; }
6022 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6023 $as_echo_n "(cached) " >&6
6024 else
6025 if test -n "$DSYMUTIL"; then
6026 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6027 else
6028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6029 for as_dir in $PATH
6030 do
6031 IFS=$as_save_IFS
6032 test -z "$as_dir" && as_dir=.
6033 for ac_exec_ext in '' $ac_executable_extensions; do
6034 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6035 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6036 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6037 break 2
6038 fi
6039 done
6040 done
6041 IFS=$as_save_IFS
6042
6043 fi
6044 fi
6045 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6046 if test -n "$DSYMUTIL"; then
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6048 $as_echo "$DSYMUTIL" >&6; }
6049 else
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6051 $as_echo "no" >&6; }
6052 fi
6053
6054
6055 fi
6056 if test -z "$ac_cv_prog_DSYMUTIL"; then
6057 ac_ct_DSYMUTIL=$DSYMUTIL
6058 # Extract the first word of "dsymutil", so it can be a program name with args.
6059 set dummy dsymutil; ac_word=$2
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6061 $as_echo_n "checking for $ac_word... " >&6; }
6062 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6063 $as_echo_n "(cached) " >&6
6064 else
6065 if test -n "$ac_ct_DSYMUTIL"; then
6066 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6067 else
6068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6069 for as_dir in $PATH
6070 do
6071 IFS=$as_save_IFS
6072 test -z "$as_dir" && as_dir=.
6073 for ac_exec_ext in '' $ac_executable_extensions; do
6074 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6075 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6076 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6077 break 2
6078 fi
6079 done
6080 done
6081 IFS=$as_save_IFS
6082
6083 fi
6084 fi
6085 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6086 if test -n "$ac_ct_DSYMUTIL"; then
6087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6088 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6089 else
6090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6091 $as_echo "no" >&6; }
6092 fi
6093
6094 if test "x$ac_ct_DSYMUTIL" = x; then
6095 DSYMUTIL=":"
6096 else
6097 case $cross_compiling:$ac_tool_warned in
6098 yes:)
6099 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6100 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6101 ac_tool_warned=yes ;;
6102 esac
6103 DSYMUTIL=$ac_ct_DSYMUTIL
6104 fi
6105 else
6106 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6107 fi
6108
6109 if test -n "$ac_tool_prefix"; then
6110 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6111 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6113 $as_echo_n "checking for $ac_word... " >&6; }
6114 if ${ac_cv_prog_NMEDIT+:} false; then :
6115 $as_echo_n "(cached) " >&6
6116 else
6117 if test -n "$NMEDIT"; then
6118 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6119 else
6120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6121 for as_dir in $PATH
6122 do
6123 IFS=$as_save_IFS
6124 test -z "$as_dir" && as_dir=.
6125 for ac_exec_ext in '' $ac_executable_extensions; do
6126 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6127 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6129 break 2
6130 fi
6131 done
6132 done
6133 IFS=$as_save_IFS
6134
6135 fi
6136 fi
6137 NMEDIT=$ac_cv_prog_NMEDIT
6138 if test -n "$NMEDIT"; then
6139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6140 $as_echo "$NMEDIT" >&6; }
6141 else
6142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6143 $as_echo "no" >&6; }
6144 fi
6145
6146
6147 fi
6148 if test -z "$ac_cv_prog_NMEDIT"; then
6149 ac_ct_NMEDIT=$NMEDIT
6150 # Extract the first word of "nmedit", so it can be a program name with args.
6151 set dummy nmedit; ac_word=$2
6152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6153 $as_echo_n "checking for $ac_word... " >&6; }
6154 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6155 $as_echo_n "(cached) " >&6
6156 else
6157 if test -n "$ac_ct_NMEDIT"; then
6158 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6159 else
6160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6161 for as_dir in $PATH
6162 do
6163 IFS=$as_save_IFS
6164 test -z "$as_dir" && as_dir=.
6165 for ac_exec_ext in '' $ac_executable_extensions; do
6166 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6167 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6169 break 2
6170 fi
6171 done
6172 done
6173 IFS=$as_save_IFS
6174
6175 fi
6176 fi
6177 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6178 if test -n "$ac_ct_NMEDIT"; then
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6180 $as_echo "$ac_ct_NMEDIT" >&6; }
6181 else
6182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6183 $as_echo "no" >&6; }
6184 fi
6185
6186 if test "x$ac_ct_NMEDIT" = x; then
6187 NMEDIT=":"
6188 else
6189 case $cross_compiling:$ac_tool_warned in
6190 yes:)
6191 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6192 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6193 ac_tool_warned=yes ;;
6194 esac
6195 NMEDIT=$ac_ct_NMEDIT
6196 fi
6197 else
6198 NMEDIT="$ac_cv_prog_NMEDIT"
6199 fi
6200
6201 if test -n "$ac_tool_prefix"; then
6202 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6203 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6205 $as_echo_n "checking for $ac_word... " >&6; }
6206 if ${ac_cv_prog_LIPO+:} false; then :
6207 $as_echo_n "(cached) " >&6
6208 else
6209 if test -n "$LIPO"; then
6210 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6211 else
6212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6213 for as_dir in $PATH
6214 do
6215 IFS=$as_save_IFS
6216 test -z "$as_dir" && as_dir=.
6217 for ac_exec_ext in '' $ac_executable_extensions; do
6218 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6219 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6221 break 2
6222 fi
6223 done
6224 done
6225 IFS=$as_save_IFS
6226
6227 fi
6228 fi
6229 LIPO=$ac_cv_prog_LIPO
6230 if test -n "$LIPO"; then
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6232 $as_echo "$LIPO" >&6; }
6233 else
6234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6235 $as_echo "no" >&6; }
6236 fi
6237
6238
6239 fi
6240 if test -z "$ac_cv_prog_LIPO"; then
6241 ac_ct_LIPO=$LIPO
6242 # Extract the first word of "lipo", so it can be a program name with args.
6243 set dummy lipo; ac_word=$2
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6245 $as_echo_n "checking for $ac_word... " >&6; }
6246 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6247 $as_echo_n "(cached) " >&6
6248 else
6249 if test -n "$ac_ct_LIPO"; then
6250 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6251 else
6252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6253 for as_dir in $PATH
6254 do
6255 IFS=$as_save_IFS
6256 test -z "$as_dir" && as_dir=.
6257 for ac_exec_ext in '' $ac_executable_extensions; do
6258 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6259 ac_cv_prog_ac_ct_LIPO="lipo"
6260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6261 break 2
6262 fi
6263 done
6264 done
6265 IFS=$as_save_IFS
6266
6267 fi
6268 fi
6269 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6270 if test -n "$ac_ct_LIPO"; then
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6272 $as_echo "$ac_ct_LIPO" >&6; }
6273 else
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6275 $as_echo "no" >&6; }
6276 fi
6277
6278 if test "x$ac_ct_LIPO" = x; then
6279 LIPO=":"
6280 else
6281 case $cross_compiling:$ac_tool_warned in
6282 yes:)
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6284 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6285 ac_tool_warned=yes ;;
6286 esac
6287 LIPO=$ac_ct_LIPO
6288 fi
6289 else
6290 LIPO="$ac_cv_prog_LIPO"
6291 fi
6292
6293 if test -n "$ac_tool_prefix"; then
6294 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6295 set dummy ${ac_tool_prefix}otool; ac_word=$2
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6297 $as_echo_n "checking for $ac_word... " >&6; }
6298 if ${ac_cv_prog_OTOOL+:} false; then :
6299 $as_echo_n "(cached) " >&6
6300 else
6301 if test -n "$OTOOL"; then
6302 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6303 else
6304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6305 for as_dir in $PATH
6306 do
6307 IFS=$as_save_IFS
6308 test -z "$as_dir" && as_dir=.
6309 for ac_exec_ext in '' $ac_executable_extensions; do
6310 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6311 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6312 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6313 break 2
6314 fi
6315 done
6316 done
6317 IFS=$as_save_IFS
6318
6319 fi
6320 fi
6321 OTOOL=$ac_cv_prog_OTOOL
6322 if test -n "$OTOOL"; then
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6324 $as_echo "$OTOOL" >&6; }
6325 else
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6327 $as_echo "no" >&6; }
6328 fi
6329
6330
6331 fi
6332 if test -z "$ac_cv_prog_OTOOL"; then
6333 ac_ct_OTOOL=$OTOOL
6334 # Extract the first word of "otool", so it can be a program name with args.
6335 set dummy otool; ac_word=$2
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6337 $as_echo_n "checking for $ac_word... " >&6; }
6338 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6339 $as_echo_n "(cached) " >&6
6340 else
6341 if test -n "$ac_ct_OTOOL"; then
6342 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6343 else
6344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6345 for as_dir in $PATH
6346 do
6347 IFS=$as_save_IFS
6348 test -z "$as_dir" && as_dir=.
6349 for ac_exec_ext in '' $ac_executable_extensions; do
6350 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6351 ac_cv_prog_ac_ct_OTOOL="otool"
6352 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6353 break 2
6354 fi
6355 done
6356 done
6357 IFS=$as_save_IFS
6358
6359 fi
6360 fi
6361 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6362 if test -n "$ac_ct_OTOOL"; then
6363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6364 $as_echo "$ac_ct_OTOOL" >&6; }
6365 else
6366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6367 $as_echo "no" >&6; }
6368 fi
6369
6370 if test "x$ac_ct_OTOOL" = x; then
6371 OTOOL=":"
6372 else
6373 case $cross_compiling:$ac_tool_warned in
6374 yes:)
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6376 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6377 ac_tool_warned=yes ;;
6378 esac
6379 OTOOL=$ac_ct_OTOOL
6380 fi
6381 else
6382 OTOOL="$ac_cv_prog_OTOOL"
6383 fi
6384
6385 if test -n "$ac_tool_prefix"; then
6386 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6387 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6389 $as_echo_n "checking for $ac_word... " >&6; }
6390 if ${ac_cv_prog_OTOOL64+:} false; then :
6391 $as_echo_n "(cached) " >&6
6392 else
6393 if test -n "$OTOOL64"; then
6394 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6395 else
6396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6397 for as_dir in $PATH
6398 do
6399 IFS=$as_save_IFS
6400 test -z "$as_dir" && as_dir=.
6401 for ac_exec_ext in '' $ac_executable_extensions; do
6402 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6403 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6405 break 2
6406 fi
6407 done
6408 done
6409 IFS=$as_save_IFS
6410
6411 fi
6412 fi
6413 OTOOL64=$ac_cv_prog_OTOOL64
6414 if test -n "$OTOOL64"; then
6415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6416 $as_echo "$OTOOL64" >&6; }
6417 else
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6419 $as_echo "no" >&6; }
6420 fi
6421
6422
6423 fi
6424 if test -z "$ac_cv_prog_OTOOL64"; then
6425 ac_ct_OTOOL64=$OTOOL64
6426 # Extract the first word of "otool64", so it can be a program name with args.
6427 set dummy otool64; ac_word=$2
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6429 $as_echo_n "checking for $ac_word... " >&6; }
6430 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6431 $as_echo_n "(cached) " >&6
6432 else
6433 if test -n "$ac_ct_OTOOL64"; then
6434 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6435 else
6436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6437 for as_dir in $PATH
6438 do
6439 IFS=$as_save_IFS
6440 test -z "$as_dir" && as_dir=.
6441 for ac_exec_ext in '' $ac_executable_extensions; do
6442 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6443 ac_cv_prog_ac_ct_OTOOL64="otool64"
6444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6445 break 2
6446 fi
6447 done
6448 done
6449 IFS=$as_save_IFS
6450
6451 fi
6452 fi
6453 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6454 if test -n "$ac_ct_OTOOL64"; then
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6456 $as_echo "$ac_ct_OTOOL64" >&6; }
6457 else
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6459 $as_echo "no" >&6; }
6460 fi
6461
6462 if test "x$ac_ct_OTOOL64" = x; then
6463 OTOOL64=":"
6464 else
6465 case $cross_compiling:$ac_tool_warned in
6466 yes:)
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6469 ac_tool_warned=yes ;;
6470 esac
6471 OTOOL64=$ac_ct_OTOOL64
6472 fi
6473 else
6474 OTOOL64="$ac_cv_prog_OTOOL64"
6475 fi
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6504 $as_echo_n "checking for -single_module linker flag... " >&6; }
6505 if ${lt_cv_apple_cc_single_mod+:} false; then :
6506 $as_echo_n "(cached) " >&6
6507 else
6508 lt_cv_apple_cc_single_mod=no
6509 if test -z "${LT_MULTI_MODULE}"; then
6510 # By default we will add the -single_module flag. You can override
6511 # by either setting the environment variable LT_MULTI_MODULE
6512 # non-empty at configure time, or by adding -multi_module to the
6513 # link flags.
6514 rm -rf libconftest.dylib*
6515 echo "int foo(void){return 1;}" > conftest.c
6516 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6517 -dynamiclib -Wl,-single_module conftest.c" >&5
6518 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6519 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6520 _lt_result=$?
6521 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6522 lt_cv_apple_cc_single_mod=yes
6523 else
6524 cat conftest.err >&5
6525 fi
6526 rm -rf libconftest.dylib*
6527 rm -f conftest.*
6528 fi
6529 fi
6530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6531 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6533 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6534 if ${lt_cv_ld_exported_symbols_list+:} false; then :
6535 $as_echo_n "(cached) " >&6
6536 else
6537 lt_cv_ld_exported_symbols_list=no
6538 save_LDFLAGS=$LDFLAGS
6539 echo "_main" > conftest.sym
6540 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6542 /* end confdefs.h. */
6543
6544 int
6545 main ()
6546 {
6547
6548 ;
6549 return 0;
6550 }
6551 _ACEOF
6552 if ac_fn_c_try_link "$LINENO"; then :
6553 lt_cv_ld_exported_symbols_list=yes
6554 else
6555 lt_cv_ld_exported_symbols_list=no
6556 fi
6557 rm -f core conftest.err conftest.$ac_objext \
6558 conftest$ac_exeext conftest.$ac_ext
6559 LDFLAGS="$save_LDFLAGS"
6560
6561 fi
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6563 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6565 $as_echo_n "checking for -force_load linker flag... " >&6; }
6566 if ${lt_cv_ld_force_load+:} false; then :
6567 $as_echo_n "(cached) " >&6
6568 else
6569 lt_cv_ld_force_load=no
6570 cat > conftest.c << _LT_EOF
6571 int forced_loaded() { return 2;}
6572 _LT_EOF
6573 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6574 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6575 echo "$AR cru libconftest.a conftest.o" >&5
6576 $AR cru libconftest.a conftest.o 2>&5
6577 cat > conftest.c << _LT_EOF
6578 int main() { return 0;}
6579 _LT_EOF
6580 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6581 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6582 _lt_result=$?
6583 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6584 lt_cv_ld_force_load=yes
6585 else
6586 cat conftest.err >&5
6587 fi
6588 rm -f conftest.err libconftest.a conftest conftest.c
6589 rm -rf conftest.dSYM
6590
6591 fi
6592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6593 $as_echo "$lt_cv_ld_force_load" >&6; }
6594 case $host_os in
6595 rhapsody* | darwin1.[012])
6596 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6597 darwin1.*)
6598 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6599 darwin*) # darwin 5.x on
6600 # if running on 10.5 or later, the deployment target defaults
6601 # to the OS version, if on x86, and 10.4, the deployment
6602 # target defaults to 10.4. Don't you love it?
6603 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6604 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6605 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6606 10.[012][,.]*)
6607 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6608 10.*)
6609 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6610 esac
6611 ;;
6612 esac
6613 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6614 _lt_dar_single_mod='$single_module'
6615 fi
6616 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6617 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6618 else
6619 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6620 fi
6621 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
6622 _lt_dsymutil='~$DSYMUTIL $lib || :'
6623 else
6624 _lt_dsymutil=
6625 fi
6626 ;;
6627 esac
6628
6629 for ac_header in dlfcn.h
6630 do :
6631 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6632 "
6633 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6634 cat >>confdefs.h <<_ACEOF
6635 #define HAVE_DLFCN_H 1
6636 _ACEOF
6637
6638 fi
6639
6640 done
6641
6642
6643
6644
6645
6646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
6647 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
6648 if ${ac_cv_c_bigendian+:} false; then :
6649 $as_echo_n "(cached) " >&6
6650 else
6651 ac_cv_c_bigendian=unknown
6652 # See if we're dealing with a universal compiler.
6653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6654 /* end confdefs.h. */
6655 #ifndef __APPLE_CC__
6656 not a universal capable compiler
6657 #endif
6658 typedef int dummy;
6659
6660 _ACEOF
6661 if ac_fn_c_try_compile "$LINENO"; then :
6662
6663 # Check for potential -arch flags. It is not universal unless
6664 # there are at least two -arch flags with different values.
6665 ac_arch=
6666 ac_prev=
6667 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
6668 if test -n "$ac_prev"; then
6669 case $ac_word in
6670 i?86 | x86_64 | ppc | ppc64)
6671 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
6672 ac_arch=$ac_word
6673 else
6674 ac_cv_c_bigendian=universal
6675 break
6676 fi
6677 ;;
6678 esac
6679 ac_prev=
6680 elif test "x$ac_word" = "x-arch"; then
6681 ac_prev=arch
6682 fi
6683 done
6684 fi
6685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6686 if test $ac_cv_c_bigendian = unknown; then
6687 # See if sys/param.h defines the BYTE_ORDER macro.
6688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6689 /* end confdefs.h. */
6690 #include <sys/types.h>
6691 #include <sys/param.h>
6692
6693 int
6694 main ()
6695 {
6696 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
6697 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
6698 && LITTLE_ENDIAN)
6699 bogus endian macros
6700 #endif
6701
6702 ;
6703 return 0;
6704 }
6705 _ACEOF
6706 if ac_fn_c_try_compile "$LINENO"; then :
6707 # It does; now see whether it defined to BIG_ENDIAN or not.
6708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6709 /* end confdefs.h. */
6710 #include <sys/types.h>
6711 #include <sys/param.h>
6712
6713 int
6714 main ()
6715 {
6716 #if BYTE_ORDER != BIG_ENDIAN
6717 not big endian
6718 #endif
6719
6720 ;
6721 return 0;
6722 }
6723 _ACEOF
6724 if ac_fn_c_try_compile "$LINENO"; then :
6725 ac_cv_c_bigendian=yes
6726 else
6727 ac_cv_c_bigendian=no
6728 fi
6729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6730 fi
6731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6732 fi
6733 if test $ac_cv_c_bigendian = unknown; then
6734 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
6735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6736 /* end confdefs.h. */
6737 #include <limits.h>
6738
6739 int
6740 main ()
6741 {
6742 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
6743 bogus endian macros
6744 #endif
6745
6746 ;
6747 return 0;
6748 }
6749 _ACEOF
6750 if ac_fn_c_try_compile "$LINENO"; then :
6751 # It does; now see whether it defined to _BIG_ENDIAN or not.
6752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6753 /* end confdefs.h. */
6754 #include <limits.h>
6755
6756 int
6757 main ()
6758 {
6759 #ifndef _BIG_ENDIAN
6760 not big endian
6761 #endif
6762
6763 ;
6764 return 0;
6765 }
6766 _ACEOF
6767 if ac_fn_c_try_compile "$LINENO"; then :
6768 ac_cv_c_bigendian=yes
6769 else
6770 ac_cv_c_bigendian=no
6771 fi
6772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6773 fi
6774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6775 fi
6776 if test $ac_cv_c_bigendian = unknown; then
6777 # Compile a test program.
6778 if test "$cross_compiling" = yes; then :
6779 # Try to guess by grepping values from an object file.
6780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6781 /* end confdefs.h. */
6782 short int ascii_mm[] =
6783 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
6784 short int ascii_ii[] =
6785 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
6786 int use_ascii (int i) {
6787 return ascii_mm[i] + ascii_ii[i];
6788 }
6789 short int ebcdic_ii[] =
6790 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
6791 short int ebcdic_mm[] =
6792 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
6793 int use_ebcdic (int i) {
6794 return ebcdic_mm[i] + ebcdic_ii[i];
6795 }
6796 extern int foo;
6797
6798 int
6799 main ()
6800 {
6801 return use_ascii (foo) == use_ebcdic (foo);
6802 ;
6803 return 0;
6804 }
6805 _ACEOF
6806 if ac_fn_c_try_compile "$LINENO"; then :
6807 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
6808 ac_cv_c_bigendian=yes
6809 fi
6810 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
6811 if test "$ac_cv_c_bigendian" = unknown; then
6812 ac_cv_c_bigendian=no
6813 else
6814 # finding both strings is unlikely to happen, but who knows?
6815 ac_cv_c_bigendian=unknown
6816 fi
6817 fi
6818 fi
6819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6820 else
6821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6822 /* end confdefs.h. */
6823 $ac_includes_default
6824 int
6825 main ()
6826 {
6827
6828 /* Are we little or big endian? From Harbison&Steele. */
6829 union
6830 {
6831 long int l;
6832 char c[sizeof (long int)];
6833 } u;
6834 u.l = 1;
6835 return u.c[sizeof (long int) - 1] == 1;
6836
6837 ;
6838 return 0;
6839 }
6840 _ACEOF
6841 if ac_fn_c_try_run "$LINENO"; then :
6842 ac_cv_c_bigendian=no
6843 else
6844 ac_cv_c_bigendian=yes
6845 fi
6846 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6847 conftest.$ac_objext conftest.beam conftest.$ac_ext
6848 fi
6849
6850 fi
6851 fi
6852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
6853 $as_echo "$ac_cv_c_bigendian" >&6; }
6854 case $ac_cv_c_bigendian in #(
6855 yes)
6856 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
6857 ;; #(
6858 no)
6859 ;; #(
6860 universal)
6861
6862 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
6863
6864 ;; #(
6865 *)
6866 as_fn_error $? "unknown endianness
6867 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
6868 esac
6869
6870
6871
6872
6873 if test "x$cross_compiling" = "xno"; then
6874 : "${CC_FOR_BUILD:=\$(CC)}"
6875 : "${CFLAGS_FOR_BUILD:=\$(CFLAGS)}"
6876 : "${LDFLAGS_FOR_BUILD:=\$(LDFLAGS)}"
6877 else
6878 : "${CC_FOR_BUILD:=gcc}"
6879 : "${CFLAGS_FOR_BUILD:=-g -O}"
6880 : "${LDLFAGS_FOR_BUILD:=}"
6881 fi
6882
6883
6884
6885
6886
6887 if test -n "$ac_tool_prefix"; then
6888 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6889 set dummy ${ac_tool_prefix}ar; ac_word=$2
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6891 $as_echo_n "checking for $ac_word... " >&6; }
6892 if ${ac_cv_prog_AR+:} false; then :
6893 $as_echo_n "(cached) " >&6
6894 else
6895 if test -n "$AR"; then
6896 ac_cv_prog_AR="$AR" # Let the user override the test.
6897 else
6898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6899 for as_dir in $PATH
6900 do
6901 IFS=$as_save_IFS
6902 test -z "$as_dir" && as_dir=.
6903 for ac_exec_ext in '' $ac_executable_extensions; do
6904 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6905 ac_cv_prog_AR="${ac_tool_prefix}ar"
6906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6907 break 2
6908 fi
6909 done
6910 done
6911 IFS=$as_save_IFS
6912
6913 fi
6914 fi
6915 AR=$ac_cv_prog_AR
6916 if test -n "$AR"; then
6917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6918 $as_echo "$AR" >&6; }
6919 else
6920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6921 $as_echo "no" >&6; }
6922 fi
6923
6924
6925 fi
6926 if test -z "$ac_cv_prog_AR"; then
6927 ac_ct_AR=$AR
6928 # Extract the first word of "ar", so it can be a program name with args.
6929 set dummy ar; ac_word=$2
6930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6931 $as_echo_n "checking for $ac_word... " >&6; }
6932 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6933 $as_echo_n "(cached) " >&6
6934 else
6935 if test -n "$ac_ct_AR"; then
6936 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6937 else
6938 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6939 for as_dir in $PATH
6940 do
6941 IFS=$as_save_IFS
6942 test -z "$as_dir" && as_dir=.
6943 for ac_exec_ext in '' $ac_executable_extensions; do
6944 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6945 ac_cv_prog_ac_ct_AR="ar"
6946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6947 break 2
6948 fi
6949 done
6950 done
6951 IFS=$as_save_IFS
6952
6953 fi
6954 fi
6955 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6956 if test -n "$ac_ct_AR"; then
6957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6958 $as_echo "$ac_ct_AR" >&6; }
6959 else
6960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6961 $as_echo "no" >&6; }
6962 fi
6963
6964 if test "x$ac_ct_AR" = x; then
6965 AR=""
6966 else
6967 case $cross_compiling:$ac_tool_warned in
6968 yes:)
6969 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6970 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6971 ac_tool_warned=yes ;;
6972 esac
6973 AR=$ac_ct_AR
6974 fi
6975 else
6976 AR="$ac_cv_prog_AR"
6977 fi
6978
6979 if test -n "$ac_tool_prefix"; then
6980 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6981 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6983 $as_echo_n "checking for $ac_word... " >&6; }
6984 if ${ac_cv_prog_RANLIB+:} false; then :
6985 $as_echo_n "(cached) " >&6
6986 else
6987 if test -n "$RANLIB"; then
6988 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6989 else
6990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6991 for as_dir in $PATH
6992 do
6993 IFS=$as_save_IFS
6994 test -z "$as_dir" && as_dir=.
6995 for ac_exec_ext in '' $ac_executable_extensions; do
6996 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6997 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6999 break 2
7000 fi
7001 done
7002 done
7003 IFS=$as_save_IFS
7004
7005 fi
7006 fi
7007 RANLIB=$ac_cv_prog_RANLIB
7008 if test -n "$RANLIB"; then
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7010 $as_echo "$RANLIB" >&6; }
7011 else
7012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7013 $as_echo "no" >&6; }
7014 fi
7015
7016
7017 fi
7018 if test -z "$ac_cv_prog_RANLIB"; then
7019 ac_ct_RANLIB=$RANLIB
7020 # Extract the first word of "ranlib", so it can be a program name with args.
7021 set dummy ranlib; ac_word=$2
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7023 $as_echo_n "checking for $ac_word... " >&6; }
7024 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7025 $as_echo_n "(cached) " >&6
7026 else
7027 if test -n "$ac_ct_RANLIB"; then
7028 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7029 else
7030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7031 for as_dir in $PATH
7032 do
7033 IFS=$as_save_IFS
7034 test -z "$as_dir" && as_dir=.
7035 for ac_exec_ext in '' $ac_executable_extensions; do
7036 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7037 ac_cv_prog_ac_ct_RANLIB="ranlib"
7038 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7039 break 2
7040 fi
7041 done
7042 done
7043 IFS=$as_save_IFS
7044
7045 fi
7046 fi
7047 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7048 if test -n "$ac_ct_RANLIB"; then
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7050 $as_echo "$ac_ct_RANLIB" >&6; }
7051 else
7052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7053 $as_echo "no" >&6; }
7054 fi
7055
7056 if test "x$ac_ct_RANLIB" = x; then
7057 RANLIB=":"
7058 else
7059 case $cross_compiling:$ac_tool_warned in
7060 yes:)
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7062 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7063 ac_tool_warned=yes ;;
7064 esac
7065 RANLIB=$ac_ct_RANLIB
7066 fi
7067 else
7068 RANLIB="$ac_cv_prog_RANLIB"
7069 fi
7070
7071
7072 # Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
7073 # AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
7074 # is C99. So handle it ourselves.
7075 :
7076 C_DIALECT=
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
7078 $as_echo_n "checking whether C11 is supported by default... " >&6; }
7079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7080 /* end confdefs.h. */
7081
7082 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7083 # error "C11 support not found"
7084 #endif
7085
7086 _ACEOF
7087 if ac_fn_c_try_compile "$LINENO"; then :
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7089 $as_echo "yes" >&6; }
7090 else
7091
7092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7093 $as_echo "no" >&6; }
7094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
7095 $as_echo_n "checking for -std=c11 support... " >&6; }
7096 ac_save_CC="$CC"
7097 CC="$CC -std=c11"
7098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7099 /* end confdefs.h. */
7100
7101 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
7102 # error "C11 support not found"
7103 #endif
7104
7105 _ACEOF
7106 if ac_fn_c_try_compile "$LINENO"; then :
7107
7108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7109 $as_echo "yes" >&6; }
7110 CC="$ac_save_CC"
7111 C_DIALECT="-std=c11"
7112
7113 else
7114 as_fn_error $? "C11 is required" "$LINENO" 5
7115 fi
7116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7117 fi
7118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7119
7120
7121 ac_config_headers="$ac_config_headers config.h:config.in"
7122
7123
7124 # Some of the common include files depend on bfd.h, and bfd.h checks
7125 # that config.h is included first by testing that the PACKAGE macro
7126 # is defined.
7127 PACKAGE=sim
7128
7129 cat >>confdefs.h <<_ACEOF
7130 #define PACKAGE "$PACKAGE"
7131 _ACEOF
7132
7133
7134
7135 # Dependency checking.
7136 ac_config_commands="$ac_config_commands depdir"
7137
7138
7139 depcc="$CC" am_compiler_list=
7140
7141 am_depcomp=$ac_aux_dir/depcomp
7142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
7143 $as_echo_n "checking dependency style of $depcc... " >&6; }
7144 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
7145 $as_echo_n "(cached) " >&6
7146 else
7147 if test -f "$am_depcomp"; then
7148 # We make a subdir and do the tests there. Otherwise we can end up
7149 # making bogus files that we don't know about and never remove. For
7150 # instance it was reported that on HP-UX the gcc test will end up
7151 # making a dummy file named `D' -- because `-MD' means `put the output
7152 # in D'.
7153 mkdir conftest.dir
7154 # Copy depcomp to subdir because otherwise we won't find it if we're
7155 # using a relative directory.
7156 cp "$am_depcomp" conftest.dir
7157 cd conftest.dir
7158 # We will build objects and dependencies in a subdirectory because
7159 # it helps to detect inapplicable dependency modes. For instance
7160 # both Tru64's cc and ICC support -MD to output dependencies as a
7161 # side effect of compilation, but ICC will put the dependencies in
7162 # the current directory while Tru64 will put them in the object
7163 # directory.
7164 mkdir sub
7165
7166 am_cv_CC_dependencies_compiler_type=none
7167 if test "$am_compiler_list" = ""; then
7168 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
7169 fi
7170 for depmode in $am_compiler_list; do
7171 if test $depmode = none; then break; fi
7172
7173 $as_echo "$as_me:$LINENO: trying $depmode" >&5
7174 # Setup a source with many dependencies, because some compilers
7175 # like to wrap large dependency lists on column 80 (with \), and
7176 # we should not choose a depcomp mode which is confused by this.
7177 #
7178 # We need to recreate these files for each test, as the compiler may
7179 # overwrite some of them when testing with obscure command lines.
7180 # This happens at least with the AIX C compiler.
7181 : > sub/conftest.c
7182 for i in 1 2 3 4 5 6; do
7183 echo '#include "conftst'$i'.h"' >> sub/conftest.c
7184 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
7185 # Solaris 8's {/usr,}/bin/sh.
7186 touch sub/conftst$i.h
7187 done
7188 echo "include sub/conftest.Po" > confmf
7189
7190 # We check with `-c' and `-o' for the sake of the "dashmstdout"
7191 # mode. It turns out that the SunPro C++ compiler does not properly
7192 # handle `-M -o', and we need to detect this.
7193 depcmd="depmode=$depmode \
7194 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
7195 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
7196 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
7197 echo "| $depcmd" | sed -e 's/ */ /g' >&5
7198 if env $depcmd > conftest.err 2>&1 &&
7199 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
7200 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
7201 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
7202 # icc doesn't choke on unknown options, it will just issue warnings
7203 # or remarks (even with -Werror). So we grep stderr for any message
7204 # that says an option was ignored or not supported.
7205 # When given -MP, icc 7.0 and 7.1 complain thusly:
7206 # icc: Command line warning: ignoring option '-M'; no argument required
7207 # The diagnosis changed in icc 8.0:
7208 # icc: Command line remark: option '-MP' not supported
7209 if (grep 'ignoring option' conftest.err ||
7210 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
7211 am_cv_CC_dependencies_compiler_type=$depmode
7212 $as_echo "$as_me:$LINENO: success" >&5
7213 break
7214 fi
7215 fi
7216 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
7217 sed -e 's/^/| /' < conftest.err >&5
7218 done
7219
7220 cd ..
7221 rm -rf conftest.dir
7222 else
7223 am_cv_CC_dependencies_compiler_type=none
7224 fi
7225
7226 fi
7227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
7228 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
7229 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
7230 then as_fn_error $? "no usable dependency style found" "$LINENO" 5
7231 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
7232
7233 fi
7234
7235
7236 # Check for the 'make' the user wants to use.
7237 for ac_prog in make
7238 do
7239 # Extract the first word of "$ac_prog", so it can be a program name with args.
7240 set dummy $ac_prog; ac_word=$2
7241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7242 $as_echo_n "checking for $ac_word... " >&6; }
7243 if ${ac_cv_prog_MAKE+:} false; then :
7244 $as_echo_n "(cached) " >&6
7245 else
7246 if test -n "$MAKE"; then
7247 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
7248 else
7249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7250 for as_dir in $PATH
7251 do
7252 IFS=$as_save_IFS
7253 test -z "$as_dir" && as_dir=.
7254 for ac_exec_ext in '' $ac_executable_extensions; do
7255 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7256 ac_cv_prog_MAKE="$ac_prog"
7257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7258 break 2
7259 fi
7260 done
7261 done
7262 IFS=$as_save_IFS
7263
7264 fi
7265 fi
7266 MAKE=$ac_cv_prog_MAKE
7267 if test -n "$MAKE"; then
7268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
7269 $as_echo "$MAKE" >&6; }
7270 else
7271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7272 $as_echo "no" >&6; }
7273 fi
7274
7275
7276 test -n "$MAKE" && break
7277 done
7278
7279 MAKE_IS_GNU=
7280 case "`$MAKE --version 2>&1 | sed 1q`" in
7281 *GNU*)
7282 MAKE_IS_GNU=yes
7283 ;;
7284 esac
7285 if test "$MAKE_IS_GNU" = yes; then
7286 GMAKE_TRUE=
7287 GMAKE_FALSE='#'
7288 else
7289 GMAKE_TRUE='#'
7290 GMAKE_FALSE=
7291 fi
7292
7293
7294 ALL_LINGUAS=
7295 # If we haven't got the data from the intl directory,
7296 # assume NLS is disabled.
7297 USE_NLS=no
7298 LIBINTL=
7299 LIBINTL_DEP=
7300 INCINTL=
7301 XGETTEXT=
7302 GMSGFMT=
7303 POSUB=
7304
7305 if test -f ../../intl/config.intl; then
7306 . ../../intl/config.intl
7307 fi
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
7309 $as_echo_n "checking whether NLS is requested... " >&6; }
7310 if test x"$USE_NLS" != xyes; then
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7312 $as_echo "no" >&6; }
7313 else
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7315 $as_echo "yes" >&6; }
7316
7317 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
7318
7319
7320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
7321 $as_echo_n "checking for catalogs to be installed... " >&6; }
7322 # Look for .po and .gmo files in the source directory.
7323 CATALOGS=
7324 XLINGUAS=
7325 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
7326 # If there aren't any .gmo files the shell will give us the
7327 # literal string "../path/to/srcdir/po/*.gmo" which has to be
7328 # weeded out.
7329 case "$cat" in *\**)
7330 continue;;
7331 esac
7332 # The quadruple backslash is collapsed to a double backslash
7333 # by the backticks, then collapsed again by the double quotes,
7334 # leaving us with one backslash in the sed expression (right
7335 # before the dot that mustn't act as a wildcard).
7336 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
7337 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
7338 # The user is allowed to set LINGUAS to a list of languages to
7339 # install catalogs for. If it's empty that means "all of them."
7340 if test "x$LINGUAS" = x; then
7341 CATALOGS="$CATALOGS $cat"
7342 XLINGUAS="$XLINGUAS $lang"
7343 else
7344 case "$LINGUAS" in *$lang*)
7345 CATALOGS="$CATALOGS $cat"
7346 XLINGUAS="$XLINGUAS $lang"
7347 ;;
7348 esac
7349 fi
7350 done
7351 LINGUAS="$XLINGUAS"
7352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
7353 $as_echo "$LINGUAS" >&6; }
7354
7355
7356 DATADIRNAME=share
7357
7358 INSTOBJEXT=.mo
7359
7360 GENCAT=gencat
7361
7362 CATOBJEXT=.gmo
7363
7364 fi
7365
7366 # Check for common headers.
7367 # NB: You can assume C11 headers exist.
7368
7369
7370 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
7371 #include <sys/types.h>
7372 #endif
7373 #ifdef HAVE_SYS_STAT_H
7374 #include <sys/stat.h>
7375 #endif
7376 "
7377 if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
7378
7379 cat >>confdefs.h <<_ACEOF
7380 #define HAVE_STRUCT_STAT_ST_DEV 1
7381 _ACEOF
7382
7383
7384 fi
7385 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
7386 #include <sys/types.h>
7387 #endif
7388 #ifdef HAVE_SYS_STAT_H
7389 #include <sys/stat.h>
7390 #endif
7391 "
7392 if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
7393
7394 cat >>confdefs.h <<_ACEOF
7395 #define HAVE_STRUCT_STAT_ST_INO 1
7396 _ACEOF
7397
7398
7399 fi
7400 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
7401 #include <sys/types.h>
7402 #endif
7403 #ifdef HAVE_SYS_STAT_H
7404 #include <sys/stat.h>
7405 #endif
7406 "
7407 if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
7408
7409 cat >>confdefs.h <<_ACEOF
7410 #define HAVE_STRUCT_STAT_ST_MODE 1
7411 _ACEOF
7412
7413
7414 fi
7415 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
7416 #include <sys/types.h>
7417 #endif
7418 #ifdef HAVE_SYS_STAT_H
7419 #include <sys/stat.h>
7420 #endif
7421 "
7422 if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
7423
7424 cat >>confdefs.h <<_ACEOF
7425 #define HAVE_STRUCT_STAT_ST_NLINK 1
7426 _ACEOF
7427
7428
7429 fi
7430 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
7431 #include <sys/types.h>
7432 #endif
7433 #ifdef HAVE_SYS_STAT_H
7434 #include <sys/stat.h>
7435 #endif
7436 "
7437 if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
7438
7439 cat >>confdefs.h <<_ACEOF
7440 #define HAVE_STRUCT_STAT_ST_UID 1
7441 _ACEOF
7442
7443
7444 fi
7445 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
7446 #include <sys/types.h>
7447 #endif
7448 #ifdef HAVE_SYS_STAT_H
7449 #include <sys/stat.h>
7450 #endif
7451 "
7452 if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
7453
7454 cat >>confdefs.h <<_ACEOF
7455 #define HAVE_STRUCT_STAT_ST_GID 1
7456 _ACEOF
7457
7458
7459 fi
7460 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
7461 #include <sys/types.h>
7462 #endif
7463 #ifdef HAVE_SYS_STAT_H
7464 #include <sys/stat.h>
7465 #endif
7466 "
7467 if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
7468
7469 cat >>confdefs.h <<_ACEOF
7470 #define HAVE_STRUCT_STAT_ST_RDEV 1
7471 _ACEOF
7472
7473
7474 fi
7475 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
7476 #include <sys/types.h>
7477 #endif
7478 #ifdef HAVE_SYS_STAT_H
7479 #include <sys/stat.h>
7480 #endif
7481 "
7482 if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
7483
7484 cat >>confdefs.h <<_ACEOF
7485 #define HAVE_STRUCT_STAT_ST_SIZE 1
7486 _ACEOF
7487
7488
7489 fi
7490 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
7491 #include <sys/types.h>
7492 #endif
7493 #ifdef HAVE_SYS_STAT_H
7494 #include <sys/stat.h>
7495 #endif
7496 "
7497 if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
7498
7499 cat >>confdefs.h <<_ACEOF
7500 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7501 _ACEOF
7502
7503
7504 fi
7505 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
7506 #include <sys/types.h>
7507 #endif
7508 #ifdef HAVE_SYS_STAT_H
7509 #include <sys/stat.h>
7510 #endif
7511 "
7512 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
7513
7514 cat >>confdefs.h <<_ACEOF
7515 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
7516 _ACEOF
7517
7518
7519 fi
7520 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
7521 #include <sys/types.h>
7522 #endif
7523 #ifdef HAVE_SYS_STAT_H
7524 #include <sys/stat.h>
7525 #endif
7526 "
7527 if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
7528
7529 cat >>confdefs.h <<_ACEOF
7530 #define HAVE_STRUCT_STAT_ST_ATIME 1
7531 _ACEOF
7532
7533
7534 fi
7535 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
7536 #include <sys/types.h>
7537 #endif
7538 #ifdef HAVE_SYS_STAT_H
7539 #include <sys/stat.h>
7540 #endif
7541 "
7542 if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
7543
7544 cat >>confdefs.h <<_ACEOF
7545 #define HAVE_STRUCT_STAT_ST_MTIME 1
7546 _ACEOF
7547
7548
7549 fi
7550 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
7551 #include <sys/types.h>
7552 #endif
7553 #ifdef HAVE_SYS_STAT_H
7554 #include <sys/stat.h>
7555 #endif
7556 "
7557 if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
7558
7559 cat >>confdefs.h <<_ACEOF
7560 #define HAVE_STRUCT_STAT_ST_CTIME 1
7561 _ACEOF
7562
7563
7564 fi
7565
7566 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
7567 #include <sys/socket.h>
7568
7569 "
7570 if test "x$ac_cv_type_socklen_t" = xyes; then :
7571
7572 cat >>confdefs.h <<_ACEOF
7573 #define HAVE_SOCKLEN_T 1
7574 _ACEOF
7575
7576
7577 fi
7578
7579
7580 # Check for socket libraries
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
7582 $as_echo_n "checking for bind in -lsocket... " >&6; }
7583 if ${ac_cv_lib_socket_bind+:} false; then :
7584 $as_echo_n "(cached) " >&6
7585 else
7586 ac_check_lib_save_LIBS=$LIBS
7587 LIBS="-lsocket $LIBS"
7588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7589 /* end confdefs.h. */
7590
7591 /* Override any GCC internal prototype to avoid an error.
7592 Use char because int might match the return type of a GCC
7593 builtin and then its argument prototype would still apply. */
7594 #ifdef __cplusplus
7595 extern "C"
7596 #endif
7597 char bind ();
7598 int
7599 main ()
7600 {
7601 return bind ();
7602 ;
7603 return 0;
7604 }
7605 _ACEOF
7606 if ac_fn_c_try_link "$LINENO"; then :
7607 ac_cv_lib_socket_bind=yes
7608 else
7609 ac_cv_lib_socket_bind=no
7610 fi
7611 rm -f core conftest.err conftest.$ac_objext \
7612 conftest$ac_exeext conftest.$ac_ext
7613 LIBS=$ac_check_lib_save_LIBS
7614 fi
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
7616 $as_echo "$ac_cv_lib_socket_bind" >&6; }
7617 if test "x$ac_cv_lib_socket_bind" = xyes; then :
7618 cat >>confdefs.h <<_ACEOF
7619 #define HAVE_LIBSOCKET 1
7620 _ACEOF
7621
7622 LIBS="-lsocket $LIBS"
7623
7624 fi
7625
7626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7627 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7628 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
7629 $as_echo_n "(cached) " >&6
7630 else
7631 ac_check_lib_save_LIBS=$LIBS
7632 LIBS="-lnsl $LIBS"
7633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7634 /* end confdefs.h. */
7635
7636 /* Override any GCC internal prototype to avoid an error.
7637 Use char because int might match the return type of a GCC
7638 builtin and then its argument prototype would still apply. */
7639 #ifdef __cplusplus
7640 extern "C"
7641 #endif
7642 char gethostbyname ();
7643 int
7644 main ()
7645 {
7646 return gethostbyname ();
7647 ;
7648 return 0;
7649 }
7650 _ACEOF
7651 if ac_fn_c_try_link "$LINENO"; then :
7652 ac_cv_lib_nsl_gethostbyname=yes
7653 else
7654 ac_cv_lib_nsl_gethostbyname=no
7655 fi
7656 rm -f core conftest.err conftest.$ac_objext \
7657 conftest$ac_exeext conftest.$ac_ext
7658 LIBS=$ac_check_lib_save_LIBS
7659 fi
7660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7661 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7662 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
7663 cat >>confdefs.h <<_ACEOF
7664 #define HAVE_LIBNSL 1
7665 _ACEOF
7666
7667 LIBS="-lnsl $LIBS"
7668
7669 fi
7670
7671
7672 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
7673 # using the same condition.
7674
7675 # Use the system's zlib library.
7676 zlibdir="-L\$(top_builddir)/../zlib"
7677 zlibinc="-I\$(top_srcdir)/../zlib"
7678
7679 # Check whether --with-system-zlib was given.
7680 if test "${with_system_zlib+set}" = set; then :
7681 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
7682 zlibdir=
7683 zlibinc=
7684 fi
7685
7686 fi
7687
7688
7689
7690
7691
7692 # BFD uses libdl when when plugins enabled.
7693
7694 maybe_plugins=no
7695 for ac_header in dlfcn.h
7696 do :
7697 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7698 "
7699 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7700 cat >>confdefs.h <<_ACEOF
7701 #define HAVE_DLFCN_H 1
7702 _ACEOF
7703 maybe_plugins=yes
7704 fi
7705
7706 done
7707
7708 for ac_header in windows.h
7709 do :
7710 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
7711 "
7712 if test "x$ac_cv_header_windows_h" = xyes; then :
7713 cat >>confdefs.h <<_ACEOF
7714 #define HAVE_WINDOWS_H 1
7715 _ACEOF
7716 maybe_plugins=yes
7717 fi
7718
7719 done
7720
7721
7722 # Check whether --enable-plugins was given.
7723 if test "${enable_plugins+set}" = set; then :
7724 enableval=$enable_plugins; case "${enableval}" in
7725 no) plugins=no ;;
7726 *) plugins=yes
7727 if test "$maybe_plugins" != "yes" ; then
7728 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
7729 fi ;;
7730 esac
7731 else
7732 plugins=$maybe_plugins
7733
7734 fi
7735
7736 if test "$plugins" = "yes"; then
7737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
7738 $as_echo_n "checking for library containing dlsym... " >&6; }
7739 if ${ac_cv_search_dlsym+:} false; then :
7740 $as_echo_n "(cached) " >&6
7741 else
7742 ac_func_search_save_LIBS=$LIBS
7743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7744 /* end confdefs.h. */
7745
7746 /* Override any GCC internal prototype to avoid an error.
7747 Use char because int might match the return type of a GCC
7748 builtin and then its argument prototype would still apply. */
7749 #ifdef __cplusplus
7750 extern "C"
7751 #endif
7752 char dlsym ();
7753 int
7754 main ()
7755 {
7756 return dlsym ();
7757 ;
7758 return 0;
7759 }
7760 _ACEOF
7761 for ac_lib in '' dl; do
7762 if test -z "$ac_lib"; then
7763 ac_res="none required"
7764 else
7765 ac_res=-l$ac_lib
7766 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
7767 fi
7768 if ac_fn_c_try_link "$LINENO"; then :
7769 ac_cv_search_dlsym=$ac_res
7770 fi
7771 rm -f core conftest.err conftest.$ac_objext \
7772 conftest$ac_exeext
7773 if ${ac_cv_search_dlsym+:} false; then :
7774 break
7775 fi
7776 done
7777 if ${ac_cv_search_dlsym+:} false; then :
7778
7779 else
7780 ac_cv_search_dlsym=no
7781 fi
7782 rm conftest.$ac_ext
7783 LIBS=$ac_func_search_save_LIBS
7784 fi
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
7786 $as_echo "$ac_cv_search_dlsym" >&6; }
7787 ac_res=$ac_cv_search_dlsym
7788 if test "$ac_res" != no; then :
7789 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7790
7791 fi
7792
7793 fi
7794
7795 if test "$plugins" = yes; then
7796 PLUGINS_TRUE=
7797 PLUGINS_FALSE='#'
7798 else
7799 PLUGINS_TRUE='#'
7800 PLUGINS_FALSE=
7801 fi
7802
7803
7804
7805
7806
7807 # Set options
7808 enable_dlopen=yes
7809
7810
7811
7812
7813 enable_win32_dll=no
7814
7815
7816 # Check whether --enable-shared was given.
7817 if test "${enable_shared+set}" = set; then :
7818 enableval=$enable_shared; p=${PACKAGE-default}
7819 case $enableval in
7820 yes) enable_shared=yes ;;
7821 no) enable_shared=no ;;
7822 *)
7823 enable_shared=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_shared=yes
7830 fi
7831 done
7832 IFS="$lt_save_ifs"
7833 ;;
7834 esac
7835 else
7836 enable_shared=yes
7837 fi
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847 # Check whether --enable-static was given.
7848 if test "${enable_static+set}" = set; then :
7849 enableval=$enable_static; p=${PACKAGE-default}
7850 case $enableval in
7851 yes) enable_static=yes ;;
7852 no) enable_static=no ;;
7853 *)
7854 enable_static=no
7855 # Look at the argument we got. We use all the common list separators.
7856 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7857 for pkg in $enableval; do
7858 IFS="$lt_save_ifs"
7859 if test "X$pkg" = "X$p"; then
7860 enable_static=yes
7861 fi
7862 done
7863 IFS="$lt_save_ifs"
7864 ;;
7865 esac
7866 else
7867 enable_static=yes
7868 fi
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879 # Check whether --with-pic was given.
7880 if test "${with_pic+set}" = set; then :
7881 withval=$with_pic; pic_mode="$withval"
7882 else
7883 pic_mode=default
7884 fi
7885
7886
7887 test -z "$pic_mode" && pic_mode=default
7888
7889
7890
7891
7892
7893
7894
7895 # Check whether --enable-fast-install was given.
7896 if test "${enable_fast_install+set}" = set; then :
7897 enableval=$enable_fast_install; p=${PACKAGE-default}
7898 case $enableval in
7899 yes) enable_fast_install=yes ;;
7900 no) enable_fast_install=no ;;
7901 *)
7902 enable_fast_install=no
7903 # Look at the argument we got. We use all the common list separators.
7904 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7905 for pkg in $enableval; do
7906 IFS="$lt_save_ifs"
7907 if test "X$pkg" = "X$p"; then
7908 enable_fast_install=yes
7909 fi
7910 done
7911 IFS="$lt_save_ifs"
7912 ;;
7913 esac
7914 else
7915 enable_fast_install=yes
7916 fi
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928 # This can be used to rebuild libtool when needed
7929 LIBTOOL_DEPS="$ltmain"
7930
7931 # Always use our own libtool.
7932 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7933
7934
7935
7936
7937
7938
7939
7940
7941
7942
7943
7944
7945
7946
7947
7948
7949
7950
7951
7952
7953
7954
7955
7956
7957
7958
7959 test -z "$LN_S" && LN_S="ln -s"
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974 if test -n "${ZSH_VERSION+set}" ; then
7975 setopt NO_GLOB_SUBST
7976 fi
7977
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7979 $as_echo_n "checking for objdir... " >&6; }
7980 if ${lt_cv_objdir+:} false; then :
7981 $as_echo_n "(cached) " >&6
7982 else
7983 rm -f .libs 2>/dev/null
7984 mkdir .libs 2>/dev/null
7985 if test -d .libs; then
7986 lt_cv_objdir=.libs
7987 else
7988 # MS-DOS does not allow filenames that begin with a dot.
7989 lt_cv_objdir=_libs
7990 fi
7991 rmdir .libs 2>/dev/null
7992 fi
7993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7994 $as_echo "$lt_cv_objdir" >&6; }
7995 objdir=$lt_cv_objdir
7996
7997
7998
7999
8000
8001 cat >>confdefs.h <<_ACEOF
8002 #define LT_OBJDIR "$lt_cv_objdir/"
8003 _ACEOF
8004
8005
8006
8007
8008 case $host_os in
8009 aix3*)
8010 # AIX sometimes has problems with the GCC collect2 program. For some
8011 # reason, if we set the COLLECT_NAMES environment variable, the problems
8012 # vanish in a puff of smoke.
8013 if test "X${COLLECT_NAMES+set}" != Xset; then
8014 COLLECT_NAMES=
8015 export COLLECT_NAMES
8016 fi
8017 ;;
8018 esac
8019
8020 # Global variables:
8021 ofile=libtool
8022 can_build_shared=yes
8023
8024 # All known linkers require a `.a' archive for static linking (except MSVC,
8025 # which needs '.lib').
8026 libext=a
8027
8028 with_gnu_ld="$lt_cv_prog_gnu_ld"
8029
8030 old_CC="$CC"
8031 old_CFLAGS="$CFLAGS"
8032
8033 # Set sane defaults for various variables
8034 test -z "$CC" && CC=cc
8035 test -z "$LTCC" && LTCC=$CC
8036 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8037 test -z "$LD" && LD=ld
8038 test -z "$ac_objext" && ac_objext=o
8039
8040 for cc_temp in $compiler""; do
8041 case $cc_temp in
8042 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8043 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8044 \-*) ;;
8045 *) break;;
8046 esac
8047 done
8048 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8049
8050
8051 # Only perform the check for file, if the check method requires it
8052 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8053 case $deplibs_check_method in
8054 file_magic*)
8055 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8057 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8058 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8059 $as_echo_n "(cached) " >&6
8060 else
8061 case $MAGIC_CMD in
8062 [\\/*] | ?:[\\/]*)
8063 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8064 ;;
8065 *)
8066 lt_save_MAGIC_CMD="$MAGIC_CMD"
8067 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8068 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8069 for ac_dir in $ac_dummy; do
8070 IFS="$lt_save_ifs"
8071 test -z "$ac_dir" && ac_dir=.
8072 if test -f $ac_dir/${ac_tool_prefix}file; then
8073 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8074 if test -n "$file_magic_test_file"; then
8075 case $deplibs_check_method in
8076 "file_magic "*)
8077 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8078 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8079 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8080 $EGREP "$file_magic_regex" > /dev/null; then
8081 :
8082 else
8083 cat <<_LT_EOF 1>&2
8084
8085 *** Warning: the command libtool uses to detect shared libraries,
8086 *** $file_magic_cmd, produces output that libtool cannot recognize.
8087 *** The result is that libtool may fail to recognize shared libraries
8088 *** as such. This will affect the creation of libtool libraries that
8089 *** depend on shared libraries, but programs linked with such libtool
8090 *** libraries will work regardless of this problem. Nevertheless, you
8091 *** may want to report the problem to your system manager and/or to
8092 *** bug-libtool@gnu.org
8093
8094 _LT_EOF
8095 fi ;;
8096 esac
8097 fi
8098 break
8099 fi
8100 done
8101 IFS="$lt_save_ifs"
8102 MAGIC_CMD="$lt_save_MAGIC_CMD"
8103 ;;
8104 esac
8105 fi
8106
8107 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8108 if test -n "$MAGIC_CMD"; then
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8110 $as_echo "$MAGIC_CMD" >&6; }
8111 else
8112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8113 $as_echo "no" >&6; }
8114 fi
8115
8116
8117
8118
8119
8120 if test -z "$lt_cv_path_MAGIC_CMD"; then
8121 if test -n "$ac_tool_prefix"; then
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8123 $as_echo_n "checking for file... " >&6; }
8124 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8125 $as_echo_n "(cached) " >&6
8126 else
8127 case $MAGIC_CMD in
8128 [\\/*] | ?:[\\/]*)
8129 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8130 ;;
8131 *)
8132 lt_save_MAGIC_CMD="$MAGIC_CMD"
8133 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8134 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8135 for ac_dir in $ac_dummy; do
8136 IFS="$lt_save_ifs"
8137 test -z "$ac_dir" && ac_dir=.
8138 if test -f $ac_dir/file; then
8139 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8140 if test -n "$file_magic_test_file"; then
8141 case $deplibs_check_method in
8142 "file_magic "*)
8143 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8144 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8145 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8146 $EGREP "$file_magic_regex" > /dev/null; then
8147 :
8148 else
8149 cat <<_LT_EOF 1>&2
8150
8151 *** Warning: the command libtool uses to detect shared libraries,
8152 *** $file_magic_cmd, produces output that libtool cannot recognize.
8153 *** The result is that libtool may fail to recognize shared libraries
8154 *** as such. This will affect the creation of libtool libraries that
8155 *** depend on shared libraries, but programs linked with such libtool
8156 *** libraries will work regardless of this problem. Nevertheless, you
8157 *** may want to report the problem to your system manager and/or to
8158 *** bug-libtool@gnu.org
8159
8160 _LT_EOF
8161 fi ;;
8162 esac
8163 fi
8164 break
8165 fi
8166 done
8167 IFS="$lt_save_ifs"
8168 MAGIC_CMD="$lt_save_MAGIC_CMD"
8169 ;;
8170 esac
8171 fi
8172
8173 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8174 if test -n "$MAGIC_CMD"; then
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8176 $as_echo "$MAGIC_CMD" >&6; }
8177 else
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8179 $as_echo "no" >&6; }
8180 fi
8181
8182
8183 else
8184 MAGIC_CMD=:
8185 fi
8186 fi
8187
8188 fi
8189 ;;
8190 esac
8191
8192 # Use C for the default configuration in the libtool script
8193
8194 lt_save_CC="$CC"
8195 ac_ext=c
8196 ac_cpp='$CPP $CPPFLAGS'
8197 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8198 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8199 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8200
8201
8202 # Source file extension for C test sources.
8203 ac_ext=c
8204
8205 # Object file extension for compiled C test sources.
8206 objext=o
8207 objext=$objext
8208
8209 # Code to be used in simple compile tests
8210 lt_simple_compile_test_code="int some_variable = 0;"
8211
8212 # Code to be used in simple link tests
8213 lt_simple_link_test_code='int main(){return(0);}'
8214
8215
8216
8217
8218
8219
8220
8221 # If no C compiler was specified, use CC.
8222 LTCC=${LTCC-"$CC"}
8223
8224 # If no C compiler flags were specified, use CFLAGS.
8225 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8226
8227 # Allow CC to be a program name with arguments.
8228 compiler=$CC
8229
8230 # Save the default compiler, since it gets overwritten when the other
8231 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8232 compiler_DEFAULT=$CC
8233
8234 # save warnings/boilerplate of simple test code
8235 ac_outfile=conftest.$ac_objext
8236 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8237 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8238 _lt_compiler_boilerplate=`cat conftest.err`
8239 $RM conftest*
8240
8241 ac_outfile=conftest.$ac_objext
8242 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8243 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8244 _lt_linker_boilerplate=`cat conftest.err`
8245 $RM -r conftest*
8246
8247
8248 ## CAVEAT EMPTOR:
8249 ## There is no encapsulation within the following macros, do not change
8250 ## the running order or otherwise move them around unless you know exactly
8251 ## what you are doing...
8252 if test -n "$compiler"; then
8253
8254 lt_prog_compiler_no_builtin_flag=
8255
8256 if test "$GCC" = yes; then
8257 case $cc_basename in
8258 nvcc*)
8259 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8260 *)
8261 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8262 esac
8263
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8265 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8266 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8267 $as_echo_n "(cached) " >&6
8268 else
8269 lt_cv_prog_compiler_rtti_exceptions=no
8270 ac_outfile=conftest.$ac_objext
8271 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8272 lt_compiler_flag="-fno-rtti -fno-exceptions"
8273 # Insert the option either (1) after the last *FLAGS variable, or
8274 # (2) before a word containing "conftest.", or (3) at the end.
8275 # Note that $ac_compile itself does not contain backslashes and begins
8276 # with a dollar sign (not a hyphen), so the echo should work correctly.
8277 # The option is referenced via a variable to avoid confusing sed.
8278 lt_compile=`echo "$ac_compile" | $SED \
8279 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8280 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8281 -e 's:$: $lt_compiler_flag:'`
8282 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8283 (eval "$lt_compile" 2>conftest.err)
8284 ac_status=$?
8285 cat conftest.err >&5
8286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8287 if (exit $ac_status) && test -s "$ac_outfile"; then
8288 # The compiler can only warn and ignore the option if not recognized
8289 # So say no if there are warnings other than the usual output.
8290 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8291 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8292 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8293 lt_cv_prog_compiler_rtti_exceptions=yes
8294 fi
8295 fi
8296 $RM conftest*
8297
8298 fi
8299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8300 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8301
8302 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8303 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8304 else
8305 :
8306 fi
8307
8308 fi
8309
8310
8311
8312
8313
8314
8315 lt_prog_compiler_wl=
8316 lt_prog_compiler_pic=
8317 lt_prog_compiler_static=
8318
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8320 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8321
8322 if test "$GCC" = yes; then
8323 lt_prog_compiler_wl='-Wl,'
8324 lt_prog_compiler_static='-static'
8325
8326 case $host_os in
8327 aix*)
8328 # All AIX code is PIC.
8329 if test "$host_cpu" = ia64; then
8330 # AIX 5 now supports IA64 processor
8331 lt_prog_compiler_static='-Bstatic'
8332 fi
8333 lt_prog_compiler_pic='-fPIC'
8334 ;;
8335
8336 amigaos*)
8337 case $host_cpu in
8338 powerpc)
8339 # see comment about AmigaOS4 .so support
8340 lt_prog_compiler_pic='-fPIC'
8341 ;;
8342 m68k)
8343 # FIXME: we need at least 68020 code to build shared libraries, but
8344 # adding the `-m68020' flag to GCC prevents building anything better,
8345 # like `-m68040'.
8346 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8347 ;;
8348 esac
8349 ;;
8350
8351 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8352 # PIC is the default for these OSes.
8353 ;;
8354
8355 mingw* | cygwin* | pw32* | os2* | cegcc*)
8356 # This hack is so that the source file can tell whether it is being
8357 # built for inclusion in a dll (and should export symbols for example).
8358 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8359 # (--disable-auto-import) libraries
8360 lt_prog_compiler_pic='-DDLL_EXPORT'
8361 ;;
8362
8363 darwin* | rhapsody*)
8364 # PIC is the default on this platform
8365 # Common symbols not allowed in MH_DYLIB files
8366 lt_prog_compiler_pic='-fno-common'
8367 ;;
8368
8369 haiku*)
8370 # PIC is the default for Haiku.
8371 # The "-static" flag exists, but is broken.
8372 lt_prog_compiler_static=
8373 ;;
8374
8375 hpux*)
8376 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8377 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8378 # sets the default TLS model and affects inlining.
8379 case $host_cpu in
8380 hppa*64*)
8381 # +Z the default
8382 ;;
8383 *)
8384 lt_prog_compiler_pic='-fPIC'
8385 ;;
8386 esac
8387 ;;
8388
8389 interix[3-9]*)
8390 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8391 # Instead, we relocate shared libraries at runtime.
8392 ;;
8393
8394 msdosdjgpp*)
8395 # Just because we use GCC doesn't mean we suddenly get shared libraries
8396 # on systems that don't support them.
8397 lt_prog_compiler_can_build_shared=no
8398 enable_shared=no
8399 ;;
8400
8401 *nto* | *qnx*)
8402 # QNX uses GNU C++, but need to define -shared option too, otherwise
8403 # it will coredump.
8404 lt_prog_compiler_pic='-fPIC -shared'
8405 ;;
8406
8407 sysv4*MP*)
8408 if test -d /usr/nec; then
8409 lt_prog_compiler_pic=-Kconform_pic
8410 fi
8411 ;;
8412
8413 *)
8414 lt_prog_compiler_pic='-fPIC'
8415 ;;
8416 esac
8417
8418 case $cc_basename in
8419 nvcc*) # Cuda Compiler Driver 2.2
8420 lt_prog_compiler_wl='-Xlinker '
8421 lt_prog_compiler_pic='-Xcompiler -fPIC'
8422 ;;
8423 esac
8424 else
8425 # PORTME Check for flag to pass linker flags through the system compiler.
8426 case $host_os in
8427 aix*)
8428 lt_prog_compiler_wl='-Wl,'
8429 if test "$host_cpu" = ia64; then
8430 # AIX 5 now supports IA64 processor
8431 lt_prog_compiler_static='-Bstatic'
8432 else
8433 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8434 fi
8435 ;;
8436
8437 mingw* | cygwin* | pw32* | os2* | cegcc*)
8438 # This hack is so that the source file can tell whether it is being
8439 # built for inclusion in a dll (and should export symbols for example).
8440 lt_prog_compiler_pic='-DDLL_EXPORT'
8441 ;;
8442
8443 hpux9* | hpux10* | hpux11*)
8444 lt_prog_compiler_wl='-Wl,'
8445 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8446 # not for PA HP-UX.
8447 case $host_cpu in
8448 hppa*64*|ia64*)
8449 # +Z the default
8450 ;;
8451 *)
8452 lt_prog_compiler_pic='+Z'
8453 ;;
8454 esac
8455 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8456 lt_prog_compiler_static='${wl}-a ${wl}archive'
8457 ;;
8458
8459 irix5* | irix6* | nonstopux*)
8460 lt_prog_compiler_wl='-Wl,'
8461 # PIC (with -KPIC) is the default.
8462 lt_prog_compiler_static='-non_shared'
8463 ;;
8464
8465 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8466 case $cc_basename in
8467 # old Intel for x86_64 which still supported -KPIC.
8468 ecc*)
8469 lt_prog_compiler_wl='-Wl,'
8470 lt_prog_compiler_pic='-KPIC'
8471 lt_prog_compiler_static='-static'
8472 ;;
8473 # icc used to be incompatible with GCC.
8474 # ICC 10 doesn't accept -KPIC any more.
8475 icc* | ifort*)
8476 lt_prog_compiler_wl='-Wl,'
8477 lt_prog_compiler_pic='-fPIC'
8478 lt_prog_compiler_static='-static'
8479 ;;
8480 # Lahey Fortran 8.1.
8481 lf95*)
8482 lt_prog_compiler_wl='-Wl,'
8483 lt_prog_compiler_pic='--shared'
8484 lt_prog_compiler_static='--static'
8485 ;;
8486 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8487 # Portland Group compilers (*not* the Pentium gcc compiler,
8488 # which looks to be a dead project)
8489 lt_prog_compiler_wl='-Wl,'
8490 lt_prog_compiler_pic='-fpic'
8491 lt_prog_compiler_static='-Bstatic'
8492 ;;
8493 ccc*)
8494 lt_prog_compiler_wl='-Wl,'
8495 # All Alpha code is PIC.
8496 lt_prog_compiler_static='-non_shared'
8497 ;;
8498 xl* | bgxl* | bgf* | mpixl*)
8499 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8500 lt_prog_compiler_wl='-Wl,'
8501 lt_prog_compiler_pic='-qpic'
8502 lt_prog_compiler_static='-qstaticlink'
8503 ;;
8504 *)
8505 case `$CC -V 2>&1 | sed 5q` in
8506 *Sun\ F* | *Sun*Fortran*)
8507 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8508 lt_prog_compiler_pic='-KPIC'
8509 lt_prog_compiler_static='-Bstatic'
8510 lt_prog_compiler_wl=''
8511 ;;
8512 *Sun\ C*)
8513 # Sun C 5.9
8514 lt_prog_compiler_pic='-KPIC'
8515 lt_prog_compiler_static='-Bstatic'
8516 lt_prog_compiler_wl='-Wl,'
8517 ;;
8518 esac
8519 ;;
8520 esac
8521 ;;
8522
8523 newsos6)
8524 lt_prog_compiler_pic='-KPIC'
8525 lt_prog_compiler_static='-Bstatic'
8526 ;;
8527
8528 *nto* | *qnx*)
8529 # QNX uses GNU C++, but need to define -shared option too, otherwise
8530 # it will coredump.
8531 lt_prog_compiler_pic='-fPIC -shared'
8532 ;;
8533
8534 osf3* | osf4* | osf5*)
8535 lt_prog_compiler_wl='-Wl,'
8536 # All OSF/1 code is PIC.
8537 lt_prog_compiler_static='-non_shared'
8538 ;;
8539
8540 rdos*)
8541 lt_prog_compiler_static='-non_shared'
8542 ;;
8543
8544 solaris*)
8545 lt_prog_compiler_pic='-KPIC'
8546 lt_prog_compiler_static='-Bstatic'
8547 case $cc_basename in
8548 f77* | f90* | f95*)
8549 lt_prog_compiler_wl='-Qoption ld ';;
8550 *)
8551 lt_prog_compiler_wl='-Wl,';;
8552 esac
8553 ;;
8554
8555 sunos4*)
8556 lt_prog_compiler_wl='-Qoption ld '
8557 lt_prog_compiler_pic='-PIC'
8558 lt_prog_compiler_static='-Bstatic'
8559 ;;
8560
8561 sysv4 | sysv4.2uw2* | sysv4.3*)
8562 lt_prog_compiler_wl='-Wl,'
8563 lt_prog_compiler_pic='-KPIC'
8564 lt_prog_compiler_static='-Bstatic'
8565 ;;
8566
8567 sysv4*MP*)
8568 if test -d /usr/nec ;then
8569 lt_prog_compiler_pic='-Kconform_pic'
8570 lt_prog_compiler_static='-Bstatic'
8571 fi
8572 ;;
8573
8574 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8575 lt_prog_compiler_wl='-Wl,'
8576 lt_prog_compiler_pic='-KPIC'
8577 lt_prog_compiler_static='-Bstatic'
8578 ;;
8579
8580 unicos*)
8581 lt_prog_compiler_wl='-Wl,'
8582 lt_prog_compiler_can_build_shared=no
8583 ;;
8584
8585 uts4*)
8586 lt_prog_compiler_pic='-pic'
8587 lt_prog_compiler_static='-Bstatic'
8588 ;;
8589
8590 *)
8591 lt_prog_compiler_can_build_shared=no
8592 ;;
8593 esac
8594 fi
8595
8596 case $host_os in
8597 # For platforms which do not support PIC, -DPIC is meaningless:
8598 *djgpp*)
8599 lt_prog_compiler_pic=
8600 ;;
8601 *)
8602 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8603 ;;
8604 esac
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8606 $as_echo "$lt_prog_compiler_pic" >&6; }
8607
8608
8609
8610
8611
8612
8613 #
8614 # Check to make sure the PIC flag actually works.
8615 #
8616 if test -n "$lt_prog_compiler_pic"; then
8617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8618 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8619 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8620 $as_echo_n "(cached) " >&6
8621 else
8622 lt_cv_prog_compiler_pic_works=no
8623 ac_outfile=conftest.$ac_objext
8624 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8625 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8626 # Insert the option either (1) after the last *FLAGS variable, or
8627 # (2) before a word containing "conftest.", or (3) at the end.
8628 # Note that $ac_compile itself does not contain backslashes and begins
8629 # with a dollar sign (not a hyphen), so the echo should work correctly.
8630 # The option is referenced via a variable to avoid confusing sed.
8631 lt_compile=`echo "$ac_compile" | $SED \
8632 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8633 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8634 -e 's:$: $lt_compiler_flag:'`
8635 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8636 (eval "$lt_compile" 2>conftest.err)
8637 ac_status=$?
8638 cat conftest.err >&5
8639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8640 if (exit $ac_status) && test -s "$ac_outfile"; then
8641 # The compiler can only warn and ignore the option if not recognized
8642 # So say no if there are warnings other than the usual output.
8643 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8644 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8645 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8646 lt_cv_prog_compiler_pic_works=yes
8647 fi
8648 fi
8649 $RM conftest*
8650
8651 fi
8652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8653 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8654
8655 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8656 case $lt_prog_compiler_pic in
8657 "" | " "*) ;;
8658 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8659 esac
8660 else
8661 lt_prog_compiler_pic=
8662 lt_prog_compiler_can_build_shared=no
8663 fi
8664
8665 fi
8666
8667
8668
8669
8670
8671
8672 #
8673 # Check to make sure the static flag actually works.
8674 #
8675 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8677 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8678 if ${lt_cv_prog_compiler_static_works+:} false; then :
8679 $as_echo_n "(cached) " >&6
8680 else
8681 lt_cv_prog_compiler_static_works=no
8682 save_LDFLAGS="$LDFLAGS"
8683 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8684 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8685 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8686 # The linker can only warn and ignore the option if not recognized
8687 # So say no if there are warnings
8688 if test -s conftest.err; then
8689 # Append any errors to the config.log.
8690 cat conftest.err 1>&5
8691 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8692 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8693 if diff conftest.exp conftest.er2 >/dev/null; then
8694 lt_cv_prog_compiler_static_works=yes
8695 fi
8696 else
8697 lt_cv_prog_compiler_static_works=yes
8698 fi
8699 fi
8700 $RM -r conftest*
8701 LDFLAGS="$save_LDFLAGS"
8702
8703 fi
8704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8705 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8706
8707 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8708 :
8709 else
8710 lt_prog_compiler_static=
8711 fi
8712
8713
8714
8715
8716
8717
8718
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8720 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8721 if ${lt_cv_prog_compiler_c_o+:} false; then :
8722 $as_echo_n "(cached) " >&6
8723 else
8724 lt_cv_prog_compiler_c_o=no
8725 $RM -r conftest 2>/dev/null
8726 mkdir conftest
8727 cd conftest
8728 mkdir out
8729 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8730
8731 lt_compiler_flag="-o out/conftest2.$ac_objext"
8732 # Insert the option either (1) after the last *FLAGS variable, or
8733 # (2) before a word containing "conftest.", or (3) at the end.
8734 # Note that $ac_compile itself does not contain backslashes and begins
8735 # with a dollar sign (not a hyphen), so the echo should work correctly.
8736 lt_compile=`echo "$ac_compile" | $SED \
8737 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8738 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8739 -e 's:$: $lt_compiler_flag:'`
8740 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8741 (eval "$lt_compile" 2>out/conftest.err)
8742 ac_status=$?
8743 cat out/conftest.err >&5
8744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8745 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8746 then
8747 # The compiler can only warn and ignore the option if not recognized
8748 # So say no if there are warnings
8749 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8750 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8751 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8752 lt_cv_prog_compiler_c_o=yes
8753 fi
8754 fi
8755 chmod u+w . 2>&5
8756 $RM conftest*
8757 # SGI C++ compiler will create directory out/ii_files/ for
8758 # template instantiation
8759 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8760 $RM out/* && rmdir out
8761 cd ..
8762 $RM -r conftest
8763 $RM conftest*
8764
8765 fi
8766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8767 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8768
8769
8770
8771
8772
8773
8774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8775 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8776 if ${lt_cv_prog_compiler_c_o+:} false; then :
8777 $as_echo_n "(cached) " >&6
8778 else
8779 lt_cv_prog_compiler_c_o=no
8780 $RM -r conftest 2>/dev/null
8781 mkdir conftest
8782 cd conftest
8783 mkdir out
8784 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8785
8786 lt_compiler_flag="-o out/conftest2.$ac_objext"
8787 # Insert the option either (1) after the last *FLAGS variable, or
8788 # (2) before a word containing "conftest.", or (3) at the end.
8789 # Note that $ac_compile itself does not contain backslashes and begins
8790 # with a dollar sign (not a hyphen), so the echo should work correctly.
8791 lt_compile=`echo "$ac_compile" | $SED \
8792 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8793 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8794 -e 's:$: $lt_compiler_flag:'`
8795 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8796 (eval "$lt_compile" 2>out/conftest.err)
8797 ac_status=$?
8798 cat out/conftest.err >&5
8799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8800 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8801 then
8802 # The compiler can only warn and ignore the option if not recognized
8803 # So say no if there are warnings
8804 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8805 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8806 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8807 lt_cv_prog_compiler_c_o=yes
8808 fi
8809 fi
8810 chmod u+w . 2>&5
8811 $RM conftest*
8812 # SGI C++ compiler will create directory out/ii_files/ for
8813 # template instantiation
8814 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8815 $RM out/* && rmdir out
8816 cd ..
8817 $RM -r conftest
8818 $RM conftest*
8819
8820 fi
8821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8822 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8823
8824
8825
8826
8827 hard_links="nottested"
8828 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8829 # do not overwrite the value of need_locks provided by the user
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8831 $as_echo_n "checking if we can lock with hard links... " >&6; }
8832 hard_links=yes
8833 $RM conftest*
8834 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8835 touch conftest.a
8836 ln conftest.a conftest.b 2>&5 || hard_links=no
8837 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8839 $as_echo "$hard_links" >&6; }
8840 if test "$hard_links" = no; then
8841 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8842 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8843 need_locks=warn
8844 fi
8845 else
8846 need_locks=no
8847 fi
8848
8849
8850
8851
8852
8853
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8855 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8856
8857 runpath_var=
8858 allow_undefined_flag=
8859 always_export_symbols=no
8860 archive_cmds=
8861 archive_expsym_cmds=
8862 compiler_needs_object=no
8863 enable_shared_with_static_runtimes=no
8864 export_dynamic_flag_spec=
8865 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8866 hardcode_automatic=no
8867 hardcode_direct=no
8868 hardcode_direct_absolute=no
8869 hardcode_libdir_flag_spec=
8870 hardcode_libdir_flag_spec_ld=
8871 hardcode_libdir_separator=
8872 hardcode_minus_L=no
8873 hardcode_shlibpath_var=unsupported
8874 inherit_rpath=no
8875 link_all_deplibs=unknown
8876 module_cmds=
8877 module_expsym_cmds=
8878 old_archive_from_new_cmds=
8879 old_archive_from_expsyms_cmds=
8880 thread_safe_flag_spec=
8881 whole_archive_flag_spec=
8882 # include_expsyms should be a list of space-separated symbols to be *always*
8883 # included in the symbol list
8884 include_expsyms=
8885 # exclude_expsyms can be an extended regexp of symbols to exclude
8886 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8887 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8888 # as well as any symbol that contains `d'.
8889 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8890 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8891 # platforms (ab)use it in PIC code, but their linkers get confused if
8892 # the symbol is explicitly referenced. Since portable code cannot
8893 # rely on this symbol name, it's probably fine to never include it in
8894 # preloaded symbol tables.
8895 # Exclude shared library initialization/finalization symbols.
8896 extract_expsyms_cmds=
8897
8898 case $host_os in
8899 cygwin* | mingw* | pw32* | cegcc*)
8900 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8901 # When not using gcc, we currently assume that we are using
8902 # Microsoft Visual C++.
8903 if test "$GCC" != yes; then
8904 with_gnu_ld=no
8905 fi
8906 ;;
8907 interix*)
8908 # we just hope/assume this is gcc and not c89 (= MSVC++)
8909 with_gnu_ld=yes
8910 ;;
8911 openbsd*)
8912 with_gnu_ld=no
8913 ;;
8914 esac
8915
8916 ld_shlibs=yes
8917
8918 # On some targets, GNU ld is compatible enough with the native linker
8919 # that we're better off using the native interface for both.
8920 lt_use_gnu_ld_interface=no
8921 if test "$with_gnu_ld" = yes; then
8922 case $host_os in
8923 aix*)
8924 # The AIX port of GNU ld has always aspired to compatibility
8925 # with the native linker. However, as the warning in the GNU ld
8926 # block says, versions before 2.19.5* couldn't really create working
8927 # shared libraries, regardless of the interface used.
8928 case `$LD -v 2>&1` in
8929 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8930 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8931 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8932 *)
8933 lt_use_gnu_ld_interface=yes
8934 ;;
8935 esac
8936 ;;
8937 *)
8938 lt_use_gnu_ld_interface=yes
8939 ;;
8940 esac
8941 fi
8942
8943 if test "$lt_use_gnu_ld_interface" = yes; then
8944 # If archive_cmds runs LD, not CC, wlarc should be empty
8945 wlarc='${wl}'
8946
8947 # Set some defaults for GNU ld with shared library support. These
8948 # are reset later if shared libraries are not supported. Putting them
8949 # here allows them to be overridden if necessary.
8950 runpath_var=LD_RUN_PATH
8951 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8952 export_dynamic_flag_spec='${wl}--export-dynamic'
8953 # ancient GNU ld didn't support --whole-archive et. al.
8954 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8955 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8956 else
8957 whole_archive_flag_spec=
8958 fi
8959 supports_anon_versioning=no
8960 case `$LD -v 2>&1` in
8961 *GNU\ gold*) supports_anon_versioning=yes ;;
8962 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8963 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8964 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8965 *\ 2.11.*) ;; # other 2.11 versions
8966 *) supports_anon_versioning=yes ;;
8967 esac
8968
8969 # See if GNU ld supports shared libraries.
8970 case $host_os in
8971 aix[3-9]*)
8972 # On AIX/PPC, the GNU linker is very broken
8973 if test "$host_cpu" != ia64; then
8974 ld_shlibs=no
8975 cat <<_LT_EOF 1>&2
8976
8977 *** Warning: the GNU linker, at least up to release 2.19, is reported
8978 *** to be unable to reliably create shared libraries on AIX.
8979 *** Therefore, libtool is disabling shared libraries support. If you
8980 *** really care for shared libraries, you may want to install binutils
8981 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8982 *** You will then need to restart the configuration process.
8983
8984 _LT_EOF
8985 fi
8986 ;;
8987
8988 amigaos*)
8989 case $host_cpu in
8990 powerpc)
8991 # see comment about AmigaOS4 .so support
8992 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8993 archive_expsym_cmds=''
8994 ;;
8995 m68k)
8996 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)'
8997 hardcode_libdir_flag_spec='-L$libdir'
8998 hardcode_minus_L=yes
8999 ;;
9000 esac
9001 ;;
9002
9003 beos*)
9004 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9005 allow_undefined_flag=unsupported
9006 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9007 # support --undefined. This deserves some investigation. FIXME
9008 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9009 else
9010 ld_shlibs=no
9011 fi
9012 ;;
9013
9014 cygwin* | mingw* | pw32* | cegcc*)
9015 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9016 # as there is no search path for DLLs.
9017 hardcode_libdir_flag_spec='-L$libdir'
9018 export_dynamic_flag_spec='${wl}--export-all-symbols'
9019 allow_undefined_flag=unsupported
9020 always_export_symbols=no
9021 enable_shared_with_static_runtimes=yes
9022 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9023
9024 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9025 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9026 # If the export-symbols file already is a .def file (1st line
9027 # is EXPORTS), use it as is; otherwise, prepend...
9028 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9029 cp $export_symbols $output_objdir/$soname.def;
9030 else
9031 echo EXPORTS > $output_objdir/$soname.def;
9032 cat $export_symbols >> $output_objdir/$soname.def;
9033 fi~
9034 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9035 else
9036 ld_shlibs=no
9037 fi
9038 ;;
9039
9040 haiku*)
9041 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9042 link_all_deplibs=yes
9043 ;;
9044
9045 interix[3-9]*)
9046 hardcode_direct=no
9047 hardcode_shlibpath_var=no
9048 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9049 export_dynamic_flag_spec='${wl}-E'
9050 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9051 # Instead, shared libraries are loaded at an image base (0x10000000 by
9052 # default) and relocated if they conflict, which is a slow very memory
9053 # consuming and fragmenting process. To avoid this, we pick a random,
9054 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9055 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9056 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9057 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'
9058 ;;
9059
9060 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9061 tmp_diet=no
9062 if test "$host_os" = linux-dietlibc; then
9063 case $cc_basename in
9064 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9065 esac
9066 fi
9067 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9068 && test "$tmp_diet" = no
9069 then
9070 tmp_addflag=' $pic_flag'
9071 tmp_sharedflag='-shared'
9072 case $cc_basename,$host_cpu in
9073 pgcc*) # Portland Group C compiler
9074 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'
9075 tmp_addflag=' $pic_flag'
9076 ;;
9077 pgf77* | pgf90* | pgf95* | pgfortran*)
9078 # Portland Group f77 and f90 compilers
9079 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'
9080 tmp_addflag=' $pic_flag -Mnomain' ;;
9081 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9082 tmp_addflag=' -i_dynamic' ;;
9083 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9084 tmp_addflag=' -i_dynamic -nofor_main' ;;
9085 ifc* | ifort*) # Intel Fortran compiler
9086 tmp_addflag=' -nofor_main' ;;
9087 lf95*) # Lahey Fortran 8.1
9088 whole_archive_flag_spec=
9089 tmp_sharedflag='--shared' ;;
9090 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9091 tmp_sharedflag='-qmkshrobj'
9092 tmp_addflag= ;;
9093 nvcc*) # Cuda Compiler Driver 2.2
9094 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'
9095 compiler_needs_object=yes
9096 ;;
9097 esac
9098 case `$CC -V 2>&1 | sed 5q` in
9099 *Sun\ C*) # Sun C 5.9
9100 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'
9101 compiler_needs_object=yes
9102 tmp_sharedflag='-G' ;;
9103 *Sun\ F*) # Sun Fortran 8.3
9104 tmp_sharedflag='-G' ;;
9105 esac
9106 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9107
9108 if test "x$supports_anon_versioning" = xyes; then
9109 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9110 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9111 echo "local: *; };" >> $output_objdir/$libname.ver~
9112 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9113 fi
9114
9115 case $cc_basename in
9116 xlf* | bgf* | bgxlf* | mpixlf*)
9117 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9118 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9119 hardcode_libdir_flag_spec=
9120 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9121 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9122 if test "x$supports_anon_versioning" = xyes; then
9123 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9124 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9125 echo "local: *; };" >> $output_objdir/$libname.ver~
9126 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9127 fi
9128 ;;
9129 esac
9130 else
9131 ld_shlibs=no
9132 fi
9133 ;;
9134
9135 netbsd*)
9136 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9137 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9138 wlarc=
9139 else
9140 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9141 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9142 fi
9143 ;;
9144
9145 solaris*)
9146 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9147 ld_shlibs=no
9148 cat <<_LT_EOF 1>&2
9149
9150 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9151 *** create shared libraries on Solaris systems. Therefore, libtool
9152 *** is disabling shared libraries support. We urge you to upgrade GNU
9153 *** binutils to release 2.9.1 or newer. Another option is to modify
9154 *** your PATH or compiler configuration so that the native linker is
9155 *** used, and then restart.
9156
9157 _LT_EOF
9158 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9159 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9160 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9161 else
9162 ld_shlibs=no
9163 fi
9164 ;;
9165
9166 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9167 case `$LD -v 2>&1` in
9168 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9169 ld_shlibs=no
9170 cat <<_LT_EOF 1>&2
9171
9172 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9173 *** reliably create shared libraries on SCO systems. Therefore, libtool
9174 *** is disabling shared libraries support. We urge you to upgrade GNU
9175 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9176 *** your PATH or compiler configuration so that the native linker is
9177 *** used, and then restart.
9178
9179 _LT_EOF
9180 ;;
9181 *)
9182 # For security reasons, it is highly recommended that you always
9183 # use absolute paths for naming shared libraries, and exclude the
9184 # DT_RUNPATH tag from executables and libraries. But doing so
9185 # requires that you compile everything twice, which is a pain.
9186 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9187 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9188 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9189 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9190 else
9191 ld_shlibs=no
9192 fi
9193 ;;
9194 esac
9195 ;;
9196
9197 sunos4*)
9198 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9199 wlarc=
9200 hardcode_direct=yes
9201 hardcode_shlibpath_var=no
9202 ;;
9203
9204 *)
9205 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9206 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9207 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9208 else
9209 ld_shlibs=no
9210 fi
9211 ;;
9212 esac
9213
9214 if test "$ld_shlibs" = no; then
9215 runpath_var=
9216 hardcode_libdir_flag_spec=
9217 export_dynamic_flag_spec=
9218 whole_archive_flag_spec=
9219 fi
9220 else
9221 # PORTME fill in a description of your system's linker (not GNU ld)
9222 case $host_os in
9223 aix3*)
9224 allow_undefined_flag=unsupported
9225 always_export_symbols=yes
9226 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'
9227 # Note: this linker hardcodes the directories in LIBPATH if there
9228 # are no directories specified by -L.
9229 hardcode_minus_L=yes
9230 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9231 # Neither direct hardcoding nor static linking is supported with a
9232 # broken collect2.
9233 hardcode_direct=unsupported
9234 fi
9235 ;;
9236
9237 aix[4-9]*)
9238 if test "$host_cpu" = ia64; then
9239 # On IA64, the linker does run time linking by default, so we don't
9240 # have to do anything special.
9241 aix_use_runtimelinking=no
9242 exp_sym_flag='-Bexport'
9243 no_entry_flag=""
9244 else
9245 # If we're using GNU nm, then we don't want the "-C" option.
9246 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9247 # Also, AIX nm treats weak defined symbols like other global
9248 # defined symbols, whereas GNU nm marks them as "W".
9249 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9250 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'
9251 else
9252 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'
9253 fi
9254 aix_use_runtimelinking=no
9255
9256 # Test if we are trying to use run time linking or normal
9257 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9258 # need to do runtime linking.
9259 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9260 for ld_flag in $LDFLAGS; do
9261 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9262 aix_use_runtimelinking=yes
9263 break
9264 fi
9265 done
9266 ;;
9267 esac
9268
9269 exp_sym_flag='-bexport'
9270 no_entry_flag='-bnoentry'
9271 fi
9272
9273 # When large executables or shared objects are built, AIX ld can
9274 # have problems creating the table of contents. If linking a library
9275 # or program results in "error TOC overflow" add -mminimal-toc to
9276 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9277 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9278
9279 archive_cmds=''
9280 hardcode_direct=yes
9281 hardcode_direct_absolute=yes
9282 hardcode_libdir_separator=':'
9283 link_all_deplibs=yes
9284 file_list_spec='${wl}-f,'
9285
9286 if test "$GCC" = yes; then
9287 case $host_os in aix4.[012]|aix4.[012].*)
9288 # We only want to do this on AIX 4.2 and lower, the check
9289 # below for broken collect2 doesn't work under 4.3+
9290 collect2name=`${CC} -print-prog-name=collect2`
9291 if test -f "$collect2name" &&
9292 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9293 then
9294 # We have reworked collect2
9295 :
9296 else
9297 # We have old collect2
9298 hardcode_direct=unsupported
9299 # It fails to find uninstalled libraries when the uninstalled
9300 # path is not listed in the libpath. Setting hardcode_minus_L
9301 # to unsupported forces relinking
9302 hardcode_minus_L=yes
9303 hardcode_libdir_flag_spec='-L$libdir'
9304 hardcode_libdir_separator=
9305 fi
9306 ;;
9307 esac
9308 shared_flag='-shared'
9309 if test "$aix_use_runtimelinking" = yes; then
9310 shared_flag="$shared_flag "'${wl}-G'
9311 fi
9312 else
9313 # not using gcc
9314 if test "$host_cpu" = ia64; then
9315 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9316 # chokes on -Wl,-G. The following line is correct:
9317 shared_flag='-G'
9318 else
9319 if test "$aix_use_runtimelinking" = yes; then
9320 shared_flag='${wl}-G'
9321 else
9322 shared_flag='${wl}-bM:SRE'
9323 fi
9324 fi
9325 fi
9326
9327 export_dynamic_flag_spec='${wl}-bexpall'
9328 # It seems that -bexpall does not export symbols beginning with
9329 # underscore (_), so it is better to generate a list of symbols to export.
9330 always_export_symbols=yes
9331 if test "$aix_use_runtimelinking" = yes; then
9332 # Warning - without using the other runtime loading flags (-brtl),
9333 # -berok will link without error, but may produce a broken library.
9334 allow_undefined_flag='-berok'
9335 # Determine the default libpath from the value encoded in an
9336 # empty executable.
9337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9338 /* end confdefs.h. */
9339
9340 int
9341 main ()
9342 {
9343
9344 ;
9345 return 0;
9346 }
9347 _ACEOF
9348 if ac_fn_c_try_link "$LINENO"; then :
9349
9350 lt_aix_libpath_sed='
9351 /Import File Strings/,/^$/ {
9352 /^0/ {
9353 s/^0 *\(.*\)$/\1/
9354 p
9355 }
9356 }'
9357 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9358 # Check for a 64-bit object if we didn't find anything.
9359 if test -z "$aix_libpath"; then
9360 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9361 fi
9362 fi
9363 rm -f core conftest.err conftest.$ac_objext \
9364 conftest$ac_exeext conftest.$ac_ext
9365 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9366
9367 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9368 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"
9369 else
9370 if test "$host_cpu" = ia64; then
9371 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9372 allow_undefined_flag="-z nodefs"
9373 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"
9374 else
9375 # Determine the default libpath from the value encoded in an
9376 # empty executable.
9377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9378 /* end confdefs.h. */
9379
9380 int
9381 main ()
9382 {
9383
9384 ;
9385 return 0;
9386 }
9387 _ACEOF
9388 if ac_fn_c_try_link "$LINENO"; then :
9389
9390 lt_aix_libpath_sed='
9391 /Import File Strings/,/^$/ {
9392 /^0/ {
9393 s/^0 *\(.*\)$/\1/
9394 p
9395 }
9396 }'
9397 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9398 # Check for a 64-bit object if we didn't find anything.
9399 if test -z "$aix_libpath"; then
9400 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9401 fi
9402 fi
9403 rm -f core conftest.err conftest.$ac_objext \
9404 conftest$ac_exeext conftest.$ac_ext
9405 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9406
9407 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9408 # Warning - without using the other run time loading flags,
9409 # -berok will link without error, but may produce a broken library.
9410 no_undefined_flag=' ${wl}-bernotok'
9411 allow_undefined_flag=' ${wl}-berok'
9412 if test "$with_gnu_ld" = yes; then
9413 # We only use this code for GNU lds that support --whole-archive.
9414 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9415 else
9416 # Exported symbols can be pulled into shared objects from archives
9417 whole_archive_flag_spec='$convenience'
9418 fi
9419 archive_cmds_need_lc=yes
9420 # This is similar to how AIX traditionally builds its shared libraries.
9421 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'
9422 fi
9423 fi
9424 ;;
9425
9426 amigaos*)
9427 case $host_cpu in
9428 powerpc)
9429 # see comment about AmigaOS4 .so support
9430 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9431 archive_expsym_cmds=''
9432 ;;
9433 m68k)
9434 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)'
9435 hardcode_libdir_flag_spec='-L$libdir'
9436 hardcode_minus_L=yes
9437 ;;
9438 esac
9439 ;;
9440
9441 bsdi[45]*)
9442 export_dynamic_flag_spec=-rdynamic
9443 ;;
9444
9445 cygwin* | mingw* | pw32* | cegcc*)
9446 # When not using gcc, we currently assume that we are using
9447 # Microsoft Visual C++.
9448 # hardcode_libdir_flag_spec is actually meaningless, as there is
9449 # no search path for DLLs.
9450 hardcode_libdir_flag_spec=' '
9451 allow_undefined_flag=unsupported
9452 # Tell ltmain to make .lib files, not .a files.
9453 libext=lib
9454 # Tell ltmain to make .dll files, not .so files.
9455 shrext_cmds=".dll"
9456 # FIXME: Setting linknames here is a bad hack.
9457 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9458 # The linker will automatically build a .lib file if we build a DLL.
9459 old_archive_from_new_cmds='true'
9460 # FIXME: Should let the user specify the lib program.
9461 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9462 fix_srcfile_path='`cygpath -w "$srcfile"`'
9463 enable_shared_with_static_runtimes=yes
9464 ;;
9465
9466 darwin* | rhapsody*)
9467
9468
9469 archive_cmds_need_lc=no
9470 hardcode_direct=no
9471 hardcode_automatic=yes
9472 hardcode_shlibpath_var=unsupported
9473 if test "$lt_cv_ld_force_load" = "yes"; then
9474 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\"`'
9475 else
9476 whole_archive_flag_spec=''
9477 fi
9478 link_all_deplibs=yes
9479 allow_undefined_flag="$_lt_dar_allow_undefined"
9480 case $cc_basename in
9481 ifort*) _lt_dar_can_shared=yes ;;
9482 *) _lt_dar_can_shared=$GCC ;;
9483 esac
9484 if test "$_lt_dar_can_shared" = "yes"; then
9485 output_verbose_link_cmd=func_echo_all
9486 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9487 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9488 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}"
9489 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}"
9490
9491 else
9492 ld_shlibs=no
9493 fi
9494
9495 ;;
9496
9497 dgux*)
9498 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9499 hardcode_libdir_flag_spec='-L$libdir'
9500 hardcode_shlibpath_var=no
9501 ;;
9502
9503 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9504 # support. Future versions do this automatically, but an explicit c++rt0.o
9505 # does not break anything, and helps significantly (at the cost of a little
9506 # extra space).
9507 freebsd2.2*)
9508 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9509 hardcode_libdir_flag_spec='-R$libdir'
9510 hardcode_direct=yes
9511 hardcode_shlibpath_var=no
9512 ;;
9513
9514 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9515 freebsd2.*)
9516 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9517 hardcode_direct=yes
9518 hardcode_minus_L=yes
9519 hardcode_shlibpath_var=no
9520 ;;
9521
9522 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9523 freebsd* | dragonfly*)
9524 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9525 hardcode_libdir_flag_spec='-R$libdir'
9526 hardcode_direct=yes
9527 hardcode_shlibpath_var=no
9528 ;;
9529
9530 hpux9*)
9531 if test "$GCC" = yes; then
9532 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'
9533 else
9534 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'
9535 fi
9536 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9537 hardcode_libdir_separator=:
9538 hardcode_direct=yes
9539
9540 # hardcode_minus_L: Not really in the search PATH,
9541 # but as the default location of the library.
9542 hardcode_minus_L=yes
9543 export_dynamic_flag_spec='${wl}-E'
9544 ;;
9545
9546 hpux10*)
9547 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9548 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9549 else
9550 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9551 fi
9552 if test "$with_gnu_ld" = no; then
9553 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9554 hardcode_libdir_flag_spec_ld='+b $libdir'
9555 hardcode_libdir_separator=:
9556 hardcode_direct=yes
9557 hardcode_direct_absolute=yes
9558 export_dynamic_flag_spec='${wl}-E'
9559 # hardcode_minus_L: Not really in the search PATH,
9560 # but as the default location of the library.
9561 hardcode_minus_L=yes
9562 fi
9563 ;;
9564
9565 hpux11*)
9566 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9567 case $host_cpu in
9568 hppa*64*)
9569 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9570 ;;
9571 ia64*)
9572 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9573 ;;
9574 *)
9575 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9576 ;;
9577 esac
9578 else
9579 case $host_cpu in
9580 hppa*64*)
9581 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9582 ;;
9583 ia64*)
9584 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9585 ;;
9586 *)
9587
9588 # Older versions of the 11.00 compiler do not understand -b yet
9589 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9591 $as_echo_n "checking if $CC understands -b... " >&6; }
9592 if ${lt_cv_prog_compiler__b+:} false; then :
9593 $as_echo_n "(cached) " >&6
9594 else
9595 lt_cv_prog_compiler__b=no
9596 save_LDFLAGS="$LDFLAGS"
9597 LDFLAGS="$LDFLAGS -b"
9598 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9599 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9600 # The linker can only warn and ignore the option if not recognized
9601 # So say no if there are warnings
9602 if test -s conftest.err; then
9603 # Append any errors to the config.log.
9604 cat conftest.err 1>&5
9605 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9606 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9607 if diff conftest.exp conftest.er2 >/dev/null; then
9608 lt_cv_prog_compiler__b=yes
9609 fi
9610 else
9611 lt_cv_prog_compiler__b=yes
9612 fi
9613 fi
9614 $RM -r conftest*
9615 LDFLAGS="$save_LDFLAGS"
9616
9617 fi
9618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9619 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9620
9621 if test x"$lt_cv_prog_compiler__b" = xyes; then
9622 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9623 else
9624 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9625 fi
9626
9627 ;;
9628 esac
9629 fi
9630 if test "$with_gnu_ld" = no; then
9631 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9632 hardcode_libdir_separator=:
9633
9634 case $host_cpu in
9635 hppa*64*|ia64*)
9636 hardcode_direct=no
9637 hardcode_shlibpath_var=no
9638 ;;
9639 *)
9640 hardcode_direct=yes
9641 hardcode_direct_absolute=yes
9642 export_dynamic_flag_spec='${wl}-E'
9643
9644 # hardcode_minus_L: Not really in the search PATH,
9645 # but as the default location of the library.
9646 hardcode_minus_L=yes
9647 ;;
9648 esac
9649 fi
9650 ;;
9651
9652 irix5* | irix6* | nonstopux*)
9653 if test "$GCC" = yes; then
9654 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'
9655 # Try to use the -exported_symbol ld option, if it does not
9656 # work, assume that -exports_file does not work either and
9657 # implicitly export all symbols.
9658 save_LDFLAGS="$LDFLAGS"
9659 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9661 /* end confdefs.h. */
9662 int foo(void) {}
9663 _ACEOF
9664 if ac_fn_c_try_link "$LINENO"; then :
9665 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'
9666
9667 fi
9668 rm -f core conftest.err conftest.$ac_objext \
9669 conftest$ac_exeext conftest.$ac_ext
9670 LDFLAGS="$save_LDFLAGS"
9671 else
9672 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'
9673 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'
9674 fi
9675 archive_cmds_need_lc='no'
9676 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9677 hardcode_libdir_separator=:
9678 inherit_rpath=yes
9679 link_all_deplibs=yes
9680 ;;
9681
9682 netbsd*)
9683 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9684 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9685 else
9686 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9687 fi
9688 hardcode_libdir_flag_spec='-R$libdir'
9689 hardcode_direct=yes
9690 hardcode_shlibpath_var=no
9691 ;;
9692
9693 newsos6)
9694 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9695 hardcode_direct=yes
9696 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9697 hardcode_libdir_separator=:
9698 hardcode_shlibpath_var=no
9699 ;;
9700
9701 *nto* | *qnx*)
9702 ;;
9703
9704 openbsd*)
9705 if test -f /usr/libexec/ld.so; then
9706 hardcode_direct=yes
9707 hardcode_shlibpath_var=no
9708 hardcode_direct_absolute=yes
9709 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9710 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9711 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9712 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9713 export_dynamic_flag_spec='${wl}-E'
9714 else
9715 case $host_os in
9716 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9717 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9718 hardcode_libdir_flag_spec='-R$libdir'
9719 ;;
9720 *)
9721 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9722 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9723 ;;
9724 esac
9725 fi
9726 else
9727 ld_shlibs=no
9728 fi
9729 ;;
9730
9731 os2*)
9732 hardcode_libdir_flag_spec='-L$libdir'
9733 hardcode_minus_L=yes
9734 allow_undefined_flag=unsupported
9735 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'
9736 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9737 ;;
9738
9739 osf3*)
9740 if test "$GCC" = yes; then
9741 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9742 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'
9743 else
9744 allow_undefined_flag=' -expect_unresolved \*'
9745 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'
9746 fi
9747 archive_cmds_need_lc='no'
9748 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9749 hardcode_libdir_separator=:
9750 ;;
9751
9752 osf4* | osf5*) # as osf3* with the addition of -msym flag
9753 if test "$GCC" = yes; then
9754 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9755 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'
9756 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9757 else
9758 allow_undefined_flag=' -expect_unresolved \*'
9759 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'
9760 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~
9761 $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'
9762
9763 # Both c and cxx compiler support -rpath directly
9764 hardcode_libdir_flag_spec='-rpath $libdir'
9765 fi
9766 archive_cmds_need_lc='no'
9767 hardcode_libdir_separator=:
9768 ;;
9769
9770 solaris*)
9771 no_undefined_flag=' -z defs'
9772 if test "$GCC" = yes; then
9773 wlarc='${wl}'
9774 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9775 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9776 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9777 else
9778 case `$CC -V 2>&1` in
9779 *"Compilers 5.0"*)
9780 wlarc=''
9781 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9782 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9783 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9784 ;;
9785 *)
9786 wlarc='${wl}'
9787 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9788 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9789 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9790 ;;
9791 esac
9792 fi
9793 hardcode_libdir_flag_spec='-R$libdir'
9794 hardcode_shlibpath_var=no
9795 case $host_os in
9796 solaris2.[0-5] | solaris2.[0-5].*) ;;
9797 *)
9798 # The compiler driver will combine and reorder linker options,
9799 # but understands `-z linker_flag'. GCC discards it without `$wl',
9800 # but is careful enough not to reorder.
9801 # Supported since Solaris 2.6 (maybe 2.5.1?)
9802 if test "$GCC" = yes; then
9803 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9804 else
9805 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9806 fi
9807 ;;
9808 esac
9809 link_all_deplibs=yes
9810 ;;
9811
9812 sunos4*)
9813 if test "x$host_vendor" = xsequent; then
9814 # Use $CC to link under sequent, because it throws in some extra .o
9815 # files that make .init and .fini sections work.
9816 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9817 else
9818 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9819 fi
9820 hardcode_libdir_flag_spec='-L$libdir'
9821 hardcode_direct=yes
9822 hardcode_minus_L=yes
9823 hardcode_shlibpath_var=no
9824 ;;
9825
9826 sysv4)
9827 case $host_vendor in
9828 sni)
9829 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9830 hardcode_direct=yes # is this really true???
9831 ;;
9832 siemens)
9833 ## LD is ld it makes a PLAMLIB
9834 ## CC just makes a GrossModule.
9835 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9836 reload_cmds='$CC -r -o $output$reload_objs'
9837 hardcode_direct=no
9838 ;;
9839 motorola)
9840 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9841 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9842 ;;
9843 esac
9844 runpath_var='LD_RUN_PATH'
9845 hardcode_shlibpath_var=no
9846 ;;
9847
9848 sysv4.3*)
9849 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9850 hardcode_shlibpath_var=no
9851 export_dynamic_flag_spec='-Bexport'
9852 ;;
9853
9854 sysv4*MP*)
9855 if test -d /usr/nec; then
9856 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9857 hardcode_shlibpath_var=no
9858 runpath_var=LD_RUN_PATH
9859 hardcode_runpath_var=yes
9860 ld_shlibs=yes
9861 fi
9862 ;;
9863
9864 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9865 no_undefined_flag='${wl}-z,text'
9866 archive_cmds_need_lc=no
9867 hardcode_shlibpath_var=no
9868 runpath_var='LD_RUN_PATH'
9869
9870 if test "$GCC" = yes; then
9871 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9872 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9873 else
9874 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9875 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9876 fi
9877 ;;
9878
9879 sysv5* | sco3.2v5* | sco5v6*)
9880 # Note: We can NOT use -z defs as we might desire, because we do not
9881 # link with -lc, and that would cause any symbols used from libc to
9882 # always be unresolved, which means just about no library would
9883 # ever link correctly. If we're not using GNU ld we use -z text
9884 # though, which does catch some bad symbols but isn't as heavy-handed
9885 # as -z defs.
9886 no_undefined_flag='${wl}-z,text'
9887 allow_undefined_flag='${wl}-z,nodefs'
9888 archive_cmds_need_lc=no
9889 hardcode_shlibpath_var=no
9890 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9891 hardcode_libdir_separator=':'
9892 link_all_deplibs=yes
9893 export_dynamic_flag_spec='${wl}-Bexport'
9894 runpath_var='LD_RUN_PATH'
9895
9896 if test "$GCC" = yes; then
9897 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9898 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9899 else
9900 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9901 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9902 fi
9903 ;;
9904
9905 uts4*)
9906 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9907 hardcode_libdir_flag_spec='-L$libdir'
9908 hardcode_shlibpath_var=no
9909 ;;
9910
9911 *)
9912 ld_shlibs=no
9913 ;;
9914 esac
9915
9916 if test x$host_vendor = xsni; then
9917 case $host in
9918 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9919 export_dynamic_flag_spec='${wl}-Blargedynsym'
9920 ;;
9921 esac
9922 fi
9923 fi
9924
9925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9926 $as_echo "$ld_shlibs" >&6; }
9927 test "$ld_shlibs" = no && can_build_shared=no
9928
9929 with_gnu_ld=$with_gnu_ld
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945 #
9946 # Do we need to explicitly link libc?
9947 #
9948 case "x$archive_cmds_need_lc" in
9949 x|xyes)
9950 # Assume -lc should be added
9951 archive_cmds_need_lc=yes
9952
9953 if test "$enable_shared" = yes && test "$GCC" = yes; then
9954 case $archive_cmds in
9955 *'~'*)
9956 # FIXME: we may have to deal with multi-command sequences.
9957 ;;
9958 '$CC '*)
9959 # Test whether the compiler implicitly links with -lc since on some
9960 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9961 # to ld, don't add -lc before -lgcc.
9962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9963 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9964 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9965 $as_echo_n "(cached) " >&6
9966 else
9967 $RM conftest*
9968 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9969
9970 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9971 (eval $ac_compile) 2>&5
9972 ac_status=$?
9973 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9974 test $ac_status = 0; } 2>conftest.err; then
9975 soname=conftest
9976 lib=conftest
9977 libobjs=conftest.$ac_objext
9978 deplibs=
9979 wl=$lt_prog_compiler_wl
9980 pic_flag=$lt_prog_compiler_pic
9981 compiler_flags=-v
9982 linker_flags=-v
9983 verstring=
9984 output_objdir=.
9985 libname=conftest
9986 lt_save_allow_undefined_flag=$allow_undefined_flag
9987 allow_undefined_flag=
9988 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9989 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9990 ac_status=$?
9991 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9992 test $ac_status = 0; }
9993 then
9994 lt_cv_archive_cmds_need_lc=no
9995 else
9996 lt_cv_archive_cmds_need_lc=yes
9997 fi
9998 allow_undefined_flag=$lt_save_allow_undefined_flag
9999 else
10000 cat conftest.err 1>&5
10001 fi
10002 $RM conftest*
10003
10004 fi
10005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10006 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10007 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10008 ;;
10009 esac
10010 fi
10011 ;;
10012 esac
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10171 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10172
10173 if test "$GCC" = yes; then
10174 case $host_os in
10175 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10176 *) lt_awk_arg="/^libraries:/" ;;
10177 esac
10178 case $host_os in
10179 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10180 *) lt_sed_strip_eq="s,=/,/,g" ;;
10181 esac
10182 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10183 case $lt_search_path_spec in
10184 *\;*)
10185 # if the path contains ";" then we assume it to be the separator
10186 # otherwise default to the standard path separator (i.e. ":") - it is
10187 # assumed that no part of a normal pathname contains ";" but that should
10188 # okay in the real world where ";" in dirpaths is itself problematic.
10189 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10190 ;;
10191 *)
10192 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10193 ;;
10194 esac
10195 # Ok, now we have the path, separated by spaces, we can step through it
10196 # and add multilib dir if necessary.
10197 lt_tmp_lt_search_path_spec=
10198 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10199 for lt_sys_path in $lt_search_path_spec; do
10200 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10201 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10202 else
10203 test -d "$lt_sys_path" && \
10204 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10205 fi
10206 done
10207 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10208 BEGIN {RS=" "; FS="/|\n";} {
10209 lt_foo="";
10210 lt_count=0;
10211 for (lt_i = NF; lt_i > 0; lt_i--) {
10212 if ($lt_i != "" && $lt_i != ".") {
10213 if ($lt_i == "..") {
10214 lt_count++;
10215 } else {
10216 if (lt_count == 0) {
10217 lt_foo="/" $lt_i lt_foo;
10218 } else {
10219 lt_count--;
10220 }
10221 }
10222 }
10223 }
10224 if (lt_foo != "") { lt_freq[lt_foo]++; }
10225 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10226 }'`
10227 # AWK program above erroneously prepends '/' to C:/dos/paths
10228 # for these hosts.
10229 case $host_os in
10230 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10231 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10232 esac
10233 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10234 else
10235 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10236 fi
10237 library_names_spec=
10238 libname_spec='lib$name'
10239 soname_spec=
10240 shrext_cmds=".so"
10241 postinstall_cmds=
10242 postuninstall_cmds=
10243 finish_cmds=
10244 finish_eval=
10245 shlibpath_var=
10246 shlibpath_overrides_runpath=unknown
10247 version_type=none
10248 dynamic_linker="$host_os ld.so"
10249 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10250 need_lib_prefix=unknown
10251 hardcode_into_libs=no
10252
10253 # when you set need_version to no, make sure it does not cause -set_version
10254 # flags to be left without arguments
10255 need_version=unknown
10256
10257 case $host_os in
10258 aix3*)
10259 version_type=linux
10260 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10261 shlibpath_var=LIBPATH
10262
10263 # AIX 3 has no versioning support, so we append a major version to the name.
10264 soname_spec='${libname}${release}${shared_ext}$major'
10265 ;;
10266
10267 aix[4-9]*)
10268 version_type=linux
10269 need_lib_prefix=no
10270 need_version=no
10271 hardcode_into_libs=yes
10272 if test "$host_cpu" = ia64; then
10273 # AIX 5 supports IA64
10274 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10275 shlibpath_var=LD_LIBRARY_PATH
10276 else
10277 # With GCC up to 2.95.x, collect2 would create an import file
10278 # for dependence libraries. The import file would start with
10279 # the line `#! .'. This would cause the generated library to
10280 # depend on `.', always an invalid library. This was fixed in
10281 # development snapshots of GCC prior to 3.0.
10282 case $host_os in
10283 aix4 | aix4.[01] | aix4.[01].*)
10284 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10285 echo ' yes '
10286 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10287 :
10288 else
10289 can_build_shared=no
10290 fi
10291 ;;
10292 esac
10293 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10294 # soname into executable. Probably we can add versioning support to
10295 # collect2, so additional links can be useful in future.
10296 if test "$aix_use_runtimelinking" = yes; then
10297 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10298 # instead of lib<name>.a to let people know that these are not
10299 # typical AIX shared libraries.
10300 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10301 else
10302 # We preserve .a as extension for shared libraries through AIX4.2
10303 # and later when we are not doing run time linking.
10304 library_names_spec='${libname}${release}.a $libname.a'
10305 soname_spec='${libname}${release}${shared_ext}$major'
10306 fi
10307 shlibpath_var=LIBPATH
10308 fi
10309 ;;
10310
10311 amigaos*)
10312 case $host_cpu in
10313 powerpc)
10314 # Since July 2007 AmigaOS4 officially supports .so libraries.
10315 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10316 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10317 ;;
10318 m68k)
10319 library_names_spec='$libname.ixlibrary $libname.a'
10320 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10321 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'
10322 ;;
10323 esac
10324 ;;
10325
10326 beos*)
10327 library_names_spec='${libname}${shared_ext}'
10328 dynamic_linker="$host_os ld.so"
10329 shlibpath_var=LIBRARY_PATH
10330 ;;
10331
10332 bsdi[45]*)
10333 version_type=linux
10334 need_version=no
10335 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10336 soname_spec='${libname}${release}${shared_ext}$major'
10337 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10338 shlibpath_var=LD_LIBRARY_PATH
10339 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10340 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10341 # the default ld.so.conf also contains /usr/contrib/lib and
10342 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10343 # libtool to hard-code these into programs
10344 ;;
10345
10346 cygwin* | mingw* | pw32* | cegcc*)
10347 version_type=windows
10348 shrext_cmds=".dll"
10349 need_version=no
10350 need_lib_prefix=no
10351
10352 case $GCC,$host_os in
10353 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10354 library_names_spec='$libname.dll.a'
10355 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10356 postinstall_cmds='base_file=`basename \${file}`~
10357 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10358 dldir=$destdir/`dirname \$dlpath`~
10359 test -d \$dldir || mkdir -p \$dldir~
10360 $install_prog $dir/$dlname \$dldir/$dlname~
10361 chmod a+x \$dldir/$dlname~
10362 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10363 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10364 fi'
10365 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10366 dlpath=$dir/\$dldll~
10367 $RM \$dlpath'
10368 shlibpath_overrides_runpath=yes
10369
10370 case $host_os in
10371 cygwin*)
10372 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10373 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10374
10375 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10376 ;;
10377 mingw* | cegcc*)
10378 # MinGW DLLs use traditional 'lib' prefix
10379 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10380 ;;
10381 pw32*)
10382 # pw32 DLLs use 'pw' prefix rather than 'lib'
10383 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10384 ;;
10385 esac
10386 ;;
10387
10388 *)
10389 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10390 ;;
10391 esac
10392 dynamic_linker='Win32 ld.exe'
10393 # FIXME: first we should search . and the directory the executable is in
10394 shlibpath_var=PATH
10395 ;;
10396
10397 darwin* | rhapsody*)
10398 dynamic_linker="$host_os dyld"
10399 version_type=darwin
10400 need_lib_prefix=no
10401 need_version=no
10402 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10403 soname_spec='${libname}${release}${major}$shared_ext'
10404 shlibpath_overrides_runpath=yes
10405 shlibpath_var=DYLD_LIBRARY_PATH
10406 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10407
10408 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10409 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10410 ;;
10411
10412 dgux*)
10413 version_type=linux
10414 need_lib_prefix=no
10415 need_version=no
10416 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10417 soname_spec='${libname}${release}${shared_ext}$major'
10418 shlibpath_var=LD_LIBRARY_PATH
10419 ;;
10420
10421 freebsd* | dragonfly*)
10422 # DragonFly does not have aout. When/if they implement a new
10423 # versioning mechanism, adjust this.
10424 if test -x /usr/bin/objformat; then
10425 objformat=`/usr/bin/objformat`
10426 else
10427 case $host_os in
10428 freebsd[23].*) objformat=aout ;;
10429 *) objformat=elf ;;
10430 esac
10431 fi
10432 version_type=freebsd-$objformat
10433 case $version_type in
10434 freebsd-elf*)
10435 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10436 need_version=no
10437 need_lib_prefix=no
10438 ;;
10439 freebsd-*)
10440 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10441 need_version=yes
10442 ;;
10443 esac
10444 shlibpath_var=LD_LIBRARY_PATH
10445 case $host_os in
10446 freebsd2.*)
10447 shlibpath_overrides_runpath=yes
10448 ;;
10449 freebsd3.[01]* | freebsdelf3.[01]*)
10450 shlibpath_overrides_runpath=yes
10451 hardcode_into_libs=yes
10452 ;;
10453 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10454 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10455 shlibpath_overrides_runpath=no
10456 hardcode_into_libs=yes
10457 ;;
10458 *) # from 4.6 on, and DragonFly
10459 shlibpath_overrides_runpath=yes
10460 hardcode_into_libs=yes
10461 ;;
10462 esac
10463 ;;
10464
10465 haiku*)
10466 version_type=linux
10467 need_lib_prefix=no
10468 need_version=no
10469 dynamic_linker="$host_os runtime_loader"
10470 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10471 soname_spec='${libname}${release}${shared_ext}$major'
10472 shlibpath_var=LIBRARY_PATH
10473 shlibpath_overrides_runpath=yes
10474 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10475 hardcode_into_libs=yes
10476 ;;
10477
10478 hpux9* | hpux10* | hpux11*)
10479 # Give a soname corresponding to the major version so that dld.sl refuses to
10480 # link against other versions.
10481 version_type=sunos
10482 need_lib_prefix=no
10483 need_version=no
10484 case $host_cpu in
10485 ia64*)
10486 shrext_cmds='.so'
10487 hardcode_into_libs=yes
10488 dynamic_linker="$host_os dld.so"
10489 shlibpath_var=LD_LIBRARY_PATH
10490 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10491 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10492 soname_spec='${libname}${release}${shared_ext}$major'
10493 if test "X$HPUX_IA64_MODE" = X32; then
10494 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10495 else
10496 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10497 fi
10498 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10499 ;;
10500 hppa*64*)
10501 shrext_cmds='.sl'
10502 hardcode_into_libs=yes
10503 dynamic_linker="$host_os dld.sl"
10504 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10505 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
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 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10509 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10510 ;;
10511 *)
10512 shrext_cmds='.sl'
10513 dynamic_linker="$host_os dld.sl"
10514 shlibpath_var=SHLIB_PATH
10515 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10516 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10517 soname_spec='${libname}${release}${shared_ext}$major'
10518 ;;
10519 esac
10520 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10521 postinstall_cmds='chmod 555 $lib'
10522 # or fails outright, so override atomically:
10523 install_override_mode=555
10524 ;;
10525
10526 interix[3-9]*)
10527 version_type=linux
10528 need_lib_prefix=no
10529 need_version=no
10530 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10531 soname_spec='${libname}${release}${shared_ext}$major'
10532 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10533 shlibpath_var=LD_LIBRARY_PATH
10534 shlibpath_overrides_runpath=no
10535 hardcode_into_libs=yes
10536 ;;
10537
10538 irix5* | irix6* | nonstopux*)
10539 case $host_os in
10540 nonstopux*) version_type=nonstopux ;;
10541 *)
10542 if test "$lt_cv_prog_gnu_ld" = yes; then
10543 version_type=linux
10544 else
10545 version_type=irix
10546 fi ;;
10547 esac
10548 need_lib_prefix=no
10549 need_version=no
10550 soname_spec='${libname}${release}${shared_ext}$major'
10551 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10552 case $host_os in
10553 irix5* | nonstopux*)
10554 libsuff= shlibsuff=
10555 ;;
10556 *)
10557 case $LD in # libtool.m4 will add one of these switches to LD
10558 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10559 libsuff= shlibsuff= libmagic=32-bit;;
10560 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10561 libsuff=32 shlibsuff=N32 libmagic=N32;;
10562 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10563 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10564 *) libsuff= shlibsuff= libmagic=never-match;;
10565 esac
10566 ;;
10567 esac
10568 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10569 shlibpath_overrides_runpath=no
10570 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10571 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10572 hardcode_into_libs=yes
10573 ;;
10574
10575 # No shared lib support for Linux oldld, aout, or coff.
10576 linux*oldld* | linux*aout* | linux*coff*)
10577 dynamic_linker=no
10578 ;;
10579
10580 # This must be Linux ELF.
10581 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10582 version_type=linux
10583 need_lib_prefix=no
10584 need_version=no
10585 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10586 soname_spec='${libname}${release}${shared_ext}$major'
10587 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10588 shlibpath_var=LD_LIBRARY_PATH
10589 shlibpath_overrides_runpath=no
10590
10591 # Some binutils ld are patched to set DT_RUNPATH
10592 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10593 $as_echo_n "(cached) " >&6
10594 else
10595 lt_cv_shlibpath_overrides_runpath=no
10596 save_LDFLAGS=$LDFLAGS
10597 save_libdir=$libdir
10598 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10599 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10601 /* end confdefs.h. */
10602
10603 int
10604 main ()
10605 {
10606
10607 ;
10608 return 0;
10609 }
10610 _ACEOF
10611 if ac_fn_c_try_link "$LINENO"; then :
10612 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10613 lt_cv_shlibpath_overrides_runpath=yes
10614 fi
10615 fi
10616 rm -f core conftest.err conftest.$ac_objext \
10617 conftest$ac_exeext conftest.$ac_ext
10618 LDFLAGS=$save_LDFLAGS
10619 libdir=$save_libdir
10620
10621 fi
10622
10623 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10624
10625 # This implies no fast_install, which is unacceptable.
10626 # Some rework will be needed to allow for fast_install
10627 # before this can be enabled.
10628 hardcode_into_libs=yes
10629
10630 # Append ld.so.conf contents to the search path
10631 if test -f /etc/ld.so.conf; then
10632 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' ' '`
10633 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10634 fi
10635
10636 # We used to test for /lib/ld.so.1 and disable shared libraries on
10637 # powerpc, because MkLinux only supported shared libraries with the
10638 # GNU dynamic linker. Since this was broken with cross compilers,
10639 # most powerpc-linux boxes support dynamic linking these days and
10640 # people can always --disable-shared, the test was removed, and we
10641 # assume the GNU/Linux dynamic linker is in use.
10642 dynamic_linker='GNU/Linux ld.so'
10643 ;;
10644
10645 netbsd*)
10646 version_type=sunos
10647 need_lib_prefix=no
10648 need_version=no
10649 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10650 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10651 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10652 dynamic_linker='NetBSD (a.out) ld.so'
10653 else
10654 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10655 soname_spec='${libname}${release}${shared_ext}$major'
10656 dynamic_linker='NetBSD ld.elf_so'
10657 fi
10658 shlibpath_var=LD_LIBRARY_PATH
10659 shlibpath_overrides_runpath=yes
10660 hardcode_into_libs=yes
10661 ;;
10662
10663 newsos6)
10664 version_type=linux
10665 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10666 shlibpath_var=LD_LIBRARY_PATH
10667 shlibpath_overrides_runpath=yes
10668 ;;
10669
10670 *nto* | *qnx*)
10671 version_type=qnx
10672 need_lib_prefix=no
10673 need_version=no
10674 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10675 soname_spec='${libname}${release}${shared_ext}$major'
10676 shlibpath_var=LD_LIBRARY_PATH
10677 shlibpath_overrides_runpath=no
10678 hardcode_into_libs=yes
10679 dynamic_linker='ldqnx.so'
10680 ;;
10681
10682 openbsd*)
10683 version_type=sunos
10684 sys_lib_dlsearch_path_spec="/usr/lib"
10685 need_lib_prefix=no
10686 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10687 case $host_os in
10688 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10689 *) need_version=no ;;
10690 esac
10691 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10692 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10693 shlibpath_var=LD_LIBRARY_PATH
10694 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10695 case $host_os in
10696 openbsd2.[89] | openbsd2.[89].*)
10697 shlibpath_overrides_runpath=no
10698 ;;
10699 *)
10700 shlibpath_overrides_runpath=yes
10701 ;;
10702 esac
10703 else
10704 shlibpath_overrides_runpath=yes
10705 fi
10706 ;;
10707
10708 os2*)
10709 libname_spec='$name'
10710 shrext_cmds=".dll"
10711 need_lib_prefix=no
10712 library_names_spec='$libname${shared_ext} $libname.a'
10713 dynamic_linker='OS/2 ld.exe'
10714 shlibpath_var=LIBPATH
10715 ;;
10716
10717 osf3* | osf4* | osf5*)
10718 version_type=osf
10719 need_lib_prefix=no
10720 need_version=no
10721 soname_spec='${libname}${release}${shared_ext}$major'
10722 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10723 shlibpath_var=LD_LIBRARY_PATH
10724 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10725 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10726 ;;
10727
10728 rdos*)
10729 dynamic_linker=no
10730 ;;
10731
10732 solaris*)
10733 version_type=linux
10734 need_lib_prefix=no
10735 need_version=no
10736 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10737 soname_spec='${libname}${release}${shared_ext}$major'
10738 shlibpath_var=LD_LIBRARY_PATH
10739 shlibpath_overrides_runpath=yes
10740 hardcode_into_libs=yes
10741 # ldd complains unless libraries are executable
10742 postinstall_cmds='chmod +x $lib'
10743 ;;
10744
10745 sunos4*)
10746 version_type=sunos
10747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10748 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10749 shlibpath_var=LD_LIBRARY_PATH
10750 shlibpath_overrides_runpath=yes
10751 if test "$with_gnu_ld" = yes; then
10752 need_lib_prefix=no
10753 fi
10754 need_version=yes
10755 ;;
10756
10757 sysv4 | sysv4.3*)
10758 version_type=linux
10759 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10760 soname_spec='${libname}${release}${shared_ext}$major'
10761 shlibpath_var=LD_LIBRARY_PATH
10762 case $host_vendor in
10763 sni)
10764 shlibpath_overrides_runpath=no
10765 need_lib_prefix=no
10766 runpath_var=LD_RUN_PATH
10767 ;;
10768 siemens)
10769 need_lib_prefix=no
10770 ;;
10771 motorola)
10772 need_lib_prefix=no
10773 need_version=no
10774 shlibpath_overrides_runpath=no
10775 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10776 ;;
10777 esac
10778 ;;
10779
10780 sysv4*MP*)
10781 if test -d /usr/nec ;then
10782 version_type=linux
10783 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10784 soname_spec='$libname${shared_ext}.$major'
10785 shlibpath_var=LD_LIBRARY_PATH
10786 fi
10787 ;;
10788
10789 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10790 version_type=freebsd-elf
10791 need_lib_prefix=no
10792 need_version=no
10793 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10794 soname_spec='${libname}${release}${shared_ext}$major'
10795 shlibpath_var=LD_LIBRARY_PATH
10796 shlibpath_overrides_runpath=yes
10797 hardcode_into_libs=yes
10798 if test "$with_gnu_ld" = yes; then
10799 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10800 else
10801 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10802 case $host_os in
10803 sco3.2v5*)
10804 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10805 ;;
10806 esac
10807 fi
10808 sys_lib_dlsearch_path_spec='/usr/lib'
10809 ;;
10810
10811 tpf*)
10812 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10813 version_type=linux
10814 need_lib_prefix=no
10815 need_version=no
10816 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10817 shlibpath_var=LD_LIBRARY_PATH
10818 shlibpath_overrides_runpath=no
10819 hardcode_into_libs=yes
10820 ;;
10821
10822 uts4*)
10823 version_type=linux
10824 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10825 soname_spec='${libname}${release}${shared_ext}$major'
10826 shlibpath_var=LD_LIBRARY_PATH
10827 ;;
10828
10829 *)
10830 dynamic_linker=no
10831 ;;
10832 esac
10833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10834 $as_echo "$dynamic_linker" >&6; }
10835 test "$dynamic_linker" = no && can_build_shared=no
10836
10837 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10838 if test "$GCC" = yes; then
10839 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10840 fi
10841
10842 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10843 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10844 fi
10845 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10846 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10847 fi
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
10868
10869
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
10890
10891
10892
10893
10894
10895
10896
10897
10898
10899
10900
10901
10902
10903
10904
10905
10906
10907
10908
10909
10910
10911
10912
10913
10914
10915
10916
10917
10918
10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10941 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10942 hardcode_action=
10943 if test -n "$hardcode_libdir_flag_spec" ||
10944 test -n "$runpath_var" ||
10945 test "X$hardcode_automatic" = "Xyes" ; then
10946
10947 # We can hardcode non-existent directories.
10948 if test "$hardcode_direct" != no &&
10949 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10950 # have to relink, otherwise we might link with an installed library
10951 # when we should be linking with a yet-to-be-installed one
10952 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10953 test "$hardcode_minus_L" != no; then
10954 # Linking always hardcodes the temporary library directory.
10955 hardcode_action=relink
10956 else
10957 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10958 hardcode_action=immediate
10959 fi
10960 else
10961 # We cannot hardcode anything, or else we can only hardcode existing
10962 # directories.
10963 hardcode_action=unsupported
10964 fi
10965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10966 $as_echo "$hardcode_action" >&6; }
10967
10968 if test "$hardcode_action" = relink ||
10969 test "$inherit_rpath" = yes; then
10970 # Fast installation is not supported
10971 enable_fast_install=no
10972 elif test "$shlibpath_overrides_runpath" = yes ||
10973 test "$enable_shared" = no; then
10974 # Fast installation is not necessary
10975 enable_fast_install=needless
10976 fi
10977
10978
10979
10980
10981
10982
10983 if test "x$enable_dlopen" != xyes; then
10984 enable_dlopen=unknown
10985 enable_dlopen_self=unknown
10986 enable_dlopen_self_static=unknown
10987 else
10988 lt_cv_dlopen=no
10989 lt_cv_dlopen_libs=
10990
10991 case $host_os in
10992 beos*)
10993 lt_cv_dlopen="load_add_on"
10994 lt_cv_dlopen_libs=
10995 lt_cv_dlopen_self=yes
10996 ;;
10997
10998 mingw* | pw32* | cegcc*)
10999 lt_cv_dlopen="LoadLibrary"
11000 lt_cv_dlopen_libs=
11001 ;;
11002
11003 cygwin*)
11004 lt_cv_dlopen="dlopen"
11005 lt_cv_dlopen_libs=
11006 ;;
11007
11008 darwin*)
11009 # if libdl is installed we need to link against it
11010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11011 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11012 if ${ac_cv_lib_dl_dlopen+:} false; then :
11013 $as_echo_n "(cached) " >&6
11014 else
11015 ac_check_lib_save_LIBS=$LIBS
11016 LIBS="-ldl $LIBS"
11017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11018 /* end confdefs.h. */
11019
11020 /* Override any GCC internal prototype to avoid an error.
11021 Use char because int might match the return type of a GCC
11022 builtin and then its argument prototype would still apply. */
11023 #ifdef __cplusplus
11024 extern "C"
11025 #endif
11026 char dlopen ();
11027 int
11028 main ()
11029 {
11030 return dlopen ();
11031 ;
11032 return 0;
11033 }
11034 _ACEOF
11035 if ac_fn_c_try_link "$LINENO"; then :
11036 ac_cv_lib_dl_dlopen=yes
11037 else
11038 ac_cv_lib_dl_dlopen=no
11039 fi
11040 rm -f core conftest.err conftest.$ac_objext \
11041 conftest$ac_exeext conftest.$ac_ext
11042 LIBS=$ac_check_lib_save_LIBS
11043 fi
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11045 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11046 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11047 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11048 else
11049
11050 lt_cv_dlopen="dyld"
11051 lt_cv_dlopen_libs=
11052 lt_cv_dlopen_self=yes
11053
11054 fi
11055
11056 ;;
11057
11058 *)
11059 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11060 if test "x$ac_cv_func_shl_load" = xyes; then :
11061 lt_cv_dlopen="shl_load"
11062 else
11063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11064 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11065 if ${ac_cv_lib_dld_shl_load+:} false; then :
11066 $as_echo_n "(cached) " >&6
11067 else
11068 ac_check_lib_save_LIBS=$LIBS
11069 LIBS="-ldld $LIBS"
11070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11071 /* end confdefs.h. */
11072
11073 /* Override any GCC internal prototype to avoid an error.
11074 Use char because int might match the return type of a GCC
11075 builtin and then its argument prototype would still apply. */
11076 #ifdef __cplusplus
11077 extern "C"
11078 #endif
11079 char shl_load ();
11080 int
11081 main ()
11082 {
11083 return shl_load ();
11084 ;
11085 return 0;
11086 }
11087 _ACEOF
11088 if ac_fn_c_try_link "$LINENO"; then :
11089 ac_cv_lib_dld_shl_load=yes
11090 else
11091 ac_cv_lib_dld_shl_load=no
11092 fi
11093 rm -f core conftest.err conftest.$ac_objext \
11094 conftest$ac_exeext conftest.$ac_ext
11095 LIBS=$ac_check_lib_save_LIBS
11096 fi
11097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11098 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11099 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11100 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11101 else
11102 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11103 if test "x$ac_cv_func_dlopen" = xyes; then :
11104 lt_cv_dlopen="dlopen"
11105 else
11106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11107 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11108 if ${ac_cv_lib_dl_dlopen+:} false; then :
11109 $as_echo_n "(cached) " >&6
11110 else
11111 ac_check_lib_save_LIBS=$LIBS
11112 LIBS="-ldl $LIBS"
11113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11114 /* end confdefs.h. */
11115
11116 /* Override any GCC internal prototype to avoid an error.
11117 Use char because int might match the return type of a GCC
11118 builtin and then its argument prototype would still apply. */
11119 #ifdef __cplusplus
11120 extern "C"
11121 #endif
11122 char dlopen ();
11123 int
11124 main ()
11125 {
11126 return dlopen ();
11127 ;
11128 return 0;
11129 }
11130 _ACEOF
11131 if ac_fn_c_try_link "$LINENO"; then :
11132 ac_cv_lib_dl_dlopen=yes
11133 else
11134 ac_cv_lib_dl_dlopen=no
11135 fi
11136 rm -f core conftest.err conftest.$ac_objext \
11137 conftest$ac_exeext conftest.$ac_ext
11138 LIBS=$ac_check_lib_save_LIBS
11139 fi
11140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11141 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11142 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11143 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11144 else
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11146 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11147 if ${ac_cv_lib_svld_dlopen+:} false; then :
11148 $as_echo_n "(cached) " >&6
11149 else
11150 ac_check_lib_save_LIBS=$LIBS
11151 LIBS="-lsvld $LIBS"
11152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11153 /* end confdefs.h. */
11154
11155 /* Override any GCC internal prototype to avoid an error.
11156 Use char because int might match the return type of a GCC
11157 builtin and then its argument prototype would still apply. */
11158 #ifdef __cplusplus
11159 extern "C"
11160 #endif
11161 char dlopen ();
11162 int
11163 main ()
11164 {
11165 return dlopen ();
11166 ;
11167 return 0;
11168 }
11169 _ACEOF
11170 if ac_fn_c_try_link "$LINENO"; then :
11171 ac_cv_lib_svld_dlopen=yes
11172 else
11173 ac_cv_lib_svld_dlopen=no
11174 fi
11175 rm -f core conftest.err conftest.$ac_objext \
11176 conftest$ac_exeext conftest.$ac_ext
11177 LIBS=$ac_check_lib_save_LIBS
11178 fi
11179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11180 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11181 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11182 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11183 else
11184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11185 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11186 if ${ac_cv_lib_dld_dld_link+:} false; then :
11187 $as_echo_n "(cached) " >&6
11188 else
11189 ac_check_lib_save_LIBS=$LIBS
11190 LIBS="-ldld $LIBS"
11191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11192 /* end confdefs.h. */
11193
11194 /* Override any GCC internal prototype to avoid an error.
11195 Use char because int might match the return type of a GCC
11196 builtin and then its argument prototype would still apply. */
11197 #ifdef __cplusplus
11198 extern "C"
11199 #endif
11200 char dld_link ();
11201 int
11202 main ()
11203 {
11204 return dld_link ();
11205 ;
11206 return 0;
11207 }
11208 _ACEOF
11209 if ac_fn_c_try_link "$LINENO"; then :
11210 ac_cv_lib_dld_dld_link=yes
11211 else
11212 ac_cv_lib_dld_dld_link=no
11213 fi
11214 rm -f core conftest.err conftest.$ac_objext \
11215 conftest$ac_exeext conftest.$ac_ext
11216 LIBS=$ac_check_lib_save_LIBS
11217 fi
11218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11219 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11220 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11221 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11222 fi
11223
11224
11225 fi
11226
11227
11228 fi
11229
11230
11231 fi
11232
11233
11234 fi
11235
11236
11237 fi
11238
11239 ;;
11240 esac
11241
11242 if test "x$lt_cv_dlopen" != xno; then
11243 enable_dlopen=yes
11244 else
11245 enable_dlopen=no
11246 fi
11247
11248 case $lt_cv_dlopen in
11249 dlopen)
11250 save_CPPFLAGS="$CPPFLAGS"
11251 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11252
11253 save_LDFLAGS="$LDFLAGS"
11254 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11255
11256 save_LIBS="$LIBS"
11257 LIBS="$lt_cv_dlopen_libs $LIBS"
11258
11259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11260 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11261 if ${lt_cv_dlopen_self+:} false; then :
11262 $as_echo_n "(cached) " >&6
11263 else
11264 if test "$cross_compiling" = yes; then :
11265 lt_cv_dlopen_self=cross
11266 else
11267 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11268 lt_status=$lt_dlunknown
11269 cat > conftest.$ac_ext <<_LT_EOF
11270 #line 11270 "configure"
11271 #include "confdefs.h"
11272
11273 #if HAVE_DLFCN_H
11274 #include <dlfcn.h>
11275 #endif
11276
11277 #include <stdio.h>
11278
11279 #ifdef RTLD_GLOBAL
11280 # define LT_DLGLOBAL RTLD_GLOBAL
11281 #else
11282 # ifdef DL_GLOBAL
11283 # define LT_DLGLOBAL DL_GLOBAL
11284 # else
11285 # define LT_DLGLOBAL 0
11286 # endif
11287 #endif
11288
11289 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11290 find out it does not work in some platform. */
11291 #ifndef LT_DLLAZY_OR_NOW
11292 # ifdef RTLD_LAZY
11293 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11294 # else
11295 # ifdef DL_LAZY
11296 # define LT_DLLAZY_OR_NOW DL_LAZY
11297 # else
11298 # ifdef RTLD_NOW
11299 # define LT_DLLAZY_OR_NOW RTLD_NOW
11300 # else
11301 # ifdef DL_NOW
11302 # define LT_DLLAZY_OR_NOW DL_NOW
11303 # else
11304 # define LT_DLLAZY_OR_NOW 0
11305 # endif
11306 # endif
11307 # endif
11308 # endif
11309 #endif
11310
11311 /* When -fvisbility=hidden is used, assume the code has been annotated
11312 correspondingly for the symbols needed. */
11313 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11314 void fnord () __attribute__((visibility("default")));
11315 #endif
11316
11317 void fnord () { int i=42; }
11318 int main ()
11319 {
11320 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11321 int status = $lt_dlunknown;
11322
11323 if (self)
11324 {
11325 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11326 else
11327 {
11328 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11329 else puts (dlerror ());
11330 }
11331 /* dlclose (self); */
11332 }
11333 else
11334 puts (dlerror ());
11335
11336 return status;
11337 }
11338 _LT_EOF
11339 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11340 (eval $ac_link) 2>&5
11341 ac_status=$?
11342 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11343 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11344 (./conftest; exit; ) >&5 2>/dev/null
11345 lt_status=$?
11346 case x$lt_status in
11347 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11348 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11349 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11350 esac
11351 else :
11352 # compilation failed
11353 lt_cv_dlopen_self=no
11354 fi
11355 fi
11356 rm -fr conftest*
11357
11358
11359 fi
11360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11361 $as_echo "$lt_cv_dlopen_self" >&6; }
11362
11363 if test "x$lt_cv_dlopen_self" = xyes; then
11364 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11366 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11367 if ${lt_cv_dlopen_self_static+:} false; then :
11368 $as_echo_n "(cached) " >&6
11369 else
11370 if test "$cross_compiling" = yes; then :
11371 lt_cv_dlopen_self_static=cross
11372 else
11373 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11374 lt_status=$lt_dlunknown
11375 cat > conftest.$ac_ext <<_LT_EOF
11376 #line 11376 "configure"
11377 #include "confdefs.h"
11378
11379 #if HAVE_DLFCN_H
11380 #include <dlfcn.h>
11381 #endif
11382
11383 #include <stdio.h>
11384
11385 #ifdef RTLD_GLOBAL
11386 # define LT_DLGLOBAL RTLD_GLOBAL
11387 #else
11388 # ifdef DL_GLOBAL
11389 # define LT_DLGLOBAL DL_GLOBAL
11390 # else
11391 # define LT_DLGLOBAL 0
11392 # endif
11393 #endif
11394
11395 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11396 find out it does not work in some platform. */
11397 #ifndef LT_DLLAZY_OR_NOW
11398 # ifdef RTLD_LAZY
11399 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11400 # else
11401 # ifdef DL_LAZY
11402 # define LT_DLLAZY_OR_NOW DL_LAZY
11403 # else
11404 # ifdef RTLD_NOW
11405 # define LT_DLLAZY_OR_NOW RTLD_NOW
11406 # else
11407 # ifdef DL_NOW
11408 # define LT_DLLAZY_OR_NOW DL_NOW
11409 # else
11410 # define LT_DLLAZY_OR_NOW 0
11411 # endif
11412 # endif
11413 # endif
11414 # endif
11415 #endif
11416
11417 /* When -fvisbility=hidden is used, assume the code has been annotated
11418 correspondingly for the symbols needed. */
11419 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11420 void fnord () __attribute__((visibility("default")));
11421 #endif
11422
11423 void fnord () { int i=42; }
11424 int main ()
11425 {
11426 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11427 int status = $lt_dlunknown;
11428
11429 if (self)
11430 {
11431 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11432 else
11433 {
11434 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11435 else puts (dlerror ());
11436 }
11437 /* dlclose (self); */
11438 }
11439 else
11440 puts (dlerror ());
11441
11442 return status;
11443 }
11444 _LT_EOF
11445 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11446 (eval $ac_link) 2>&5
11447 ac_status=$?
11448 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11449 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11450 (./conftest; exit; ) >&5 2>/dev/null
11451 lt_status=$?
11452 case x$lt_status in
11453 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11454 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11455 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11456 esac
11457 else :
11458 # compilation failed
11459 lt_cv_dlopen_self_static=no
11460 fi
11461 fi
11462 rm -fr conftest*
11463
11464
11465 fi
11466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11467 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11468 fi
11469
11470 CPPFLAGS="$save_CPPFLAGS"
11471 LDFLAGS="$save_LDFLAGS"
11472 LIBS="$save_LIBS"
11473 ;;
11474 esac
11475
11476 case $lt_cv_dlopen_self in
11477 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11478 *) enable_dlopen_self=unknown ;;
11479 esac
11480
11481 case $lt_cv_dlopen_self_static in
11482 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11483 *) enable_dlopen_self_static=unknown ;;
11484 esac
11485 fi
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498
11499
11500
11501
11502
11503 striplib=
11504 old_striplib=
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11506 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11507 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11508 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11509 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11511 $as_echo "yes" >&6; }
11512 else
11513 # FIXME - insert some real tests, host_os isn't really good enough
11514 case $host_os in
11515 darwin*)
11516 if test -n "$STRIP" ; then
11517 striplib="$STRIP -x"
11518 old_striplib="$STRIP -S"
11519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11520 $as_echo "yes" >&6; }
11521 else
11522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11523 $as_echo "no" >&6; }
11524 fi
11525 ;;
11526 *)
11527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11528 $as_echo "no" >&6; }
11529 ;;
11530 esac
11531 fi
11532
11533
11534
11535
11536
11537
11538
11539
11540
11541
11542
11543
11544 # Report which library types will actually be built
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11546 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11548 $as_echo "$can_build_shared" >&6; }
11549
11550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11551 $as_echo_n "checking whether to build shared libraries... " >&6; }
11552 test "$can_build_shared" = "no" && enable_shared=no
11553
11554 # On AIX, shared libraries and static libraries use the same namespace, and
11555 # are all built from PIC.
11556 case $host_os in
11557 aix3*)
11558 test "$enable_shared" = yes && enable_static=no
11559 if test -n "$RANLIB"; then
11560 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11561 postinstall_cmds='$RANLIB $lib'
11562 fi
11563 ;;
11564
11565 aix[4-9]*)
11566 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11567 test "$enable_shared" = yes && enable_static=no
11568 fi
11569 ;;
11570 esac
11571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11572 $as_echo "$enable_shared" >&6; }
11573
11574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11575 $as_echo_n "checking whether to build static libraries... " >&6; }
11576 # Make sure either enable_shared or enable_static is yes.
11577 test "$enable_shared" = yes || enable_static=yes
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11579 $as_echo "$enable_static" >&6; }
11580
11581
11582
11583
11584 fi
11585 ac_ext=c
11586 ac_cpp='$CPP $CPPFLAGS'
11587 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11588 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11589 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11590
11591 CC="$lt_save_CC"
11592
11593
11594
11595
11596
11597
11598
11599
11600
11601
11602
11603
11604
11605 ac_config_commands="$ac_config_commands libtool"
11606
11607
11608
11609
11610 # Only expand once:
11611
11612
11613
11614
11615
11616
11617
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11619 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11620 # Check whether --enable-maintainer-mode was given.
11621 if test "${enable_maintainer_mode+set}" = set; then :
11622 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11623 else
11624 USE_MAINTAINER_MODE=no
11625 fi
11626
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11628 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11629 if test $USE_MAINTAINER_MODE = yes; then
11630 MAINTAINER_MODE_TRUE=
11631 MAINTAINER_MODE_FALSE='#'
11632 else
11633 MAINTAINER_MODE_TRUE='#'
11634 MAINTAINER_MODE_FALSE=
11635 fi
11636
11637 MAINT=$MAINTAINER_MODE_TRUE
11638
11639
11640
11641
11642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
11643 $as_echo_n "checking for sim debug setting... " >&6; }
11644 sim_debug="0"
11645 # Check whether --enable-sim-debug was given.
11646 if test "${enable_sim_debug+set}" = set; then :
11647 enableval=$enable_sim_debug; case "${enableval}" in
11648 yes) sim_debug="7";;
11649 no) sim_debug="0";;
11650 *) sim_debug="($enableval)";;
11651 esac
11652 fi
11653 if test "$sim_debug" != "0"; then
11654
11655 cat >>confdefs.h <<_ACEOF
11656 #define DEBUG $sim_debug
11657 _ACEOF
11658
11659 fi
11660
11661 cat >>confdefs.h <<_ACEOF
11662 #define WITH_DEBUG $sim_debug
11663 _ACEOF
11664
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
11666 $as_echo "$sim_debug" >&6; }
11667
11668
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
11670 $as_echo_n "checking for sim stdio debug behavior... " >&6; }
11671 sim_stdio="0"
11672 # Check whether --enable-sim-stdio was given.
11673 if test "${enable_sim_stdio+set}" = set; then :
11674 enableval=$enable_sim_stdio; case "${enableval}" in
11675 yes) sim_stdio="DO_USE_STDIO";;
11676 no) sim_stdio="DONT_USE_STDIO";;
11677 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
11678 esac
11679 fi
11680
11681 cat >>confdefs.h <<_ACEOF
11682 #define WITH_STDIO $sim_stdio
11683 _ACEOF
11684
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
11686 $as_echo "$sim_stdio" >&6; }
11687
11688
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
11690 $as_echo_n "checking for sim trace settings... " >&6; }
11691 sim_trace="~TRACE_debug"
11692 # Check whether --enable-sim-trace was given.
11693 if test "${enable_sim_trace+set}" = set; then :
11694 enableval=$enable_sim_trace; case "${enableval}" in
11695 yes) sim_trace="-1";;
11696 no) sim_trace="0";;
11697 [-0-9]*)
11698 sim_trace="'(${enableval})'";;
11699 [[:lower:]]*)
11700 sim_trace=""
11701 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11702 if test x"$sim_trace" = x; then
11703 sim_trace="(TRACE_$x"
11704 else
11705 sim_trace="${sim_trace}|TRACE_$x"
11706 fi
11707 done
11708 sim_trace="$sim_trace)" ;;
11709 esac
11710 fi
11711
11712 cat >>confdefs.h <<_ACEOF
11713 #define WITH_TRACE $sim_trace
11714 _ACEOF
11715
11716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
11717 $as_echo "$sim_trace" >&6; }
11718
11719
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
11721 $as_echo_n "checking for sim profile settings... " >&6; }
11722 profile="1"
11723 sim_profile="-1"
11724 # Check whether --enable-sim-profile was given.
11725 if test "${enable_sim_profile+set}" = set; then :
11726 enableval=$enable_sim_profile; case "${enableval}" in
11727 yes) profile="1" sim_profile="-1";;
11728 no) profile="0" sim_profile="0";;
11729 [-0-9]*)
11730 profile="(${enableval})" sim_profile="(${enableval})";;
11731 [a-z]*)
11732 profile="1"
11733 sim_profile=""
11734 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11735 if test x"$sim_profile" = x; then
11736 sim_profile="(PROFILE_$x"
11737 else
11738 sim_profile="${sim_profile}|PROFILE_$x"
11739 fi
11740 done
11741 sim_profile="$sim_profile)" ;;
11742 esac
11743 fi
11744
11745 cat >>confdefs.h <<_ACEOF
11746 #define PROFILE $profile
11747 _ACEOF
11748
11749
11750 cat >>confdefs.h <<_ACEOF
11751 #define WITH_PROFILE $sim_profile
11752 _ACEOF
11753
11754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
11755 $as_echo "$sim_profile" >&6; }
11756
11757
11758
11759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
11760 $as_echo_n "checking whether to enable sim asserts... " >&6; }
11761 sim_assert="1"
11762 # Check whether --enable-sim-assert was given.
11763 if test "${enable_sim_assert+set}" = set; then :
11764 enableval=$enable_sim_assert; case "${enableval}" in
11765 yes) sim_assert="1";;
11766 no) sim_assert="0";;
11767 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
11768 esac
11769 fi
11770
11771 cat >>confdefs.h <<_ACEOF
11772 #define WITH_ASSERT $sim_assert
11773 _ACEOF
11774
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
11776 $as_echo "$sim_assert" >&6; }
11777
11778
11779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
11780 $as_echo_n "checking default sim environment setting... " >&6; }
11781 sim_environment="ALL_ENVIRONMENT"
11782 # Check whether --enable-sim-environment was given.
11783 if test "${enable_sim_environment+set}" = set; then :
11784 enableval=$enable_sim_environment; case "${enableval}" in
11785 all | ALL) sim_environment="ALL_ENVIRONMENT";;
11786 user | USER) sim_environment="USER_ENVIRONMENT";;
11787 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
11788 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
11789 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
11790 esac
11791 fi
11792
11793 cat >>confdefs.h <<_ACEOF
11794 #define WITH_ENVIRONMENT $sim_environment
11795 _ACEOF
11796
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
11798 $as_echo "$sim_environment" >&6; }
11799
11800
11801 sim_inline="-DDEFAULT_INLINE=0"
11802 # Check whether --enable-sim-inline was given.
11803 if test "${enable_sim_inline+set}" = set; then :
11804 enableval=$enable_sim_inline; sim_inline=""
11805 case "$enableval" in
11806 no) sim_inline="-DDEFAULT_INLINE=0";;
11807 0) sim_inline="-DDEFAULT_INLINE=0";;
11808 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
11809 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
11810 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
11811 new_flag=""
11812 case "$x" in
11813 *_INLINE=*) new_flag="-D$x";;
11814 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
11815 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
11816 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
11817 esac
11818 if test x"$sim_inline" = x""; then
11819 sim_inline="$new_flag"
11820 else
11821 sim_inline="$sim_inline $new_flag"
11822 fi
11823 done;;
11824 esac
11825 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
11826 echo "Setting inline flags = $sim_inline" 6>&1
11827 fi
11828 fi
11829
11830
11831
11832
11833 # Check whether --with-pkgversion was given.
11834 if test "${with_pkgversion+set}" = set; then :
11835 withval=$with_pkgversion; case "$withval" in
11836 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
11837 no) PKGVERSION= ;;
11838 *) PKGVERSION="($withval) " ;;
11839 esac
11840 else
11841 PKGVERSION="(SIM) "
11842
11843 fi
11844
11845
11846
11847
11848
11849 # Check whether --with-bugurl was given.
11850 if test "${with_bugurl+set}" = set; then :
11851 withval=$with_bugurl; case "$withval" in
11852 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
11853 no) BUGURL=
11854 ;;
11855 *) BUGURL="$withval"
11856 ;;
11857 esac
11858 else
11859 BUGURL="https://www.gnu.org/software/gdb/bugs/"
11860
11861 fi
11862
11863 case ${BUGURL} in
11864 "")
11865 REPORT_BUGS_TO=
11866 REPORT_BUGS_TEXI=
11867 ;;
11868 *)
11869 REPORT_BUGS_TO="<$BUGURL>"
11870 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
11871 ;;
11872 esac;
11873
11874
11875
11876
11877 cat >>confdefs.h <<_ACEOF
11878 #define PKGVERSION "$PKGVERSION"
11879 _ACEOF
11880
11881
11882 cat >>confdefs.h <<_ACEOF
11883 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
11884 _ACEOF
11885
11886
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
11888 $as_echo_n "checking return type of signal handlers... " >&6; }
11889 if ${ac_cv_type_signal+:} false; then :
11890 $as_echo_n "(cached) " >&6
11891 else
11892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11893 /* end confdefs.h. */
11894 #include <sys/types.h>
11895 #include <signal.h>
11896
11897 int
11898 main ()
11899 {
11900 return *(signal (0, 0)) (0) == 1;
11901 ;
11902 return 0;
11903 }
11904 _ACEOF
11905 if ac_fn_c_try_compile "$LINENO"; then :
11906 ac_cv_type_signal=int
11907 else
11908 ac_cv_type_signal=void
11909 fi
11910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11911 fi
11912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
11913 $as_echo "$ac_cv_type_signal" >&6; }
11914
11915 cat >>confdefs.h <<_ACEOF
11916 #define RETSIGTYPE $ac_cv_type_signal
11917 _ACEOF
11918
11919
11920
11921
11922
11923
11924
11925 wire_endian="BIG"
11926 default_endian=""
11927 # Check whether --enable-sim-endian was given.
11928 if test "${enable_sim_endian+set}" = set; then :
11929 enableval=$enable_sim_endian; case "${enableval}" in
11930 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
11931 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
11932 yes) if test x"$wire_endian" != x; then
11933 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11934 else
11935 if test x"$default_endian" != x; then
11936 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11937 else
11938 echo "No hard-wired endian for target $target" 1>&6
11939 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11940 fi
11941 fi;;
11942 no) if test x"$default_endian" != x; then
11943 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11944 else
11945 if test x"$wire_endian" != x; then
11946 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11947 else
11948 echo "No default endian for target $target" 1>&6
11949 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
11950 fi
11951 fi;;
11952 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
11953 esac
11954 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
11955 echo "Setting endian flags = $sim_endian" 6>&1
11956 fi
11957 else
11958 if test x"$default_endian" != x; then
11959 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
11960 else
11961 if test x"$wire_endian" != x; then
11962 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
11963 else
11964 sim_endian=
11965 fi
11966 fi
11967 fi
11968
11969 wire_alignment="STRICT_ALIGNMENT"
11970 default_alignment=""
11971
11972 # Check whether --enable-sim-alignment was given.
11973 if test "${enable_sim_alignment+set}" = set; then :
11974 enableval=$enable_sim_alignment; case "${enableval}" in
11975 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
11976 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
11977 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
11978 yes) if test x"$wire_alignment" != x; then
11979 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
11980 else
11981 if test x"$default_alignment" != x; then
11982 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
11983 else
11984 echo "No hard-wired alignment for target $target" 1>&6
11985 sim_alignment="-DWITH_ALIGNMENT=0"
11986 fi
11987 fi;;
11988 no) if test x"$default_alignment" != x; then
11989 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
11990 else
11991 if test x"$wire_alignment" != x; then
11992 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
11993 else
11994 echo "No default alignment for target $target" 1>&6
11995 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
11996 fi
11997 fi;;
11998 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
11999 esac
12000 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
12001 echo "Setting alignment flags = $sim_alignment" 6>&1
12002 fi
12003 else
12004 if test x"$default_alignment" != x; then
12005 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12006 else
12007 if test x"$wire_alignment" != x; then
12008 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12009 else
12010 sim_alignment=
12011 fi
12012 fi
12013 fi
12014
12015
12016 default_sim_scache="16384"
12017 # Check whether --enable-sim-scache was given.
12018 if test "${enable_sim_scache+set}" = set; then :
12019 enableval=$enable_sim_scache; case "${enableval}" in
12020 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
12021 no) sim_scache="-DWITH_SCACHE=0" ;;
12022 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
12023 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
12024 sim_scache="";;
12025 esac
12026 if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
12027 echo "Setting scache size = $sim_scache" 6>&1
12028 fi
12029 else
12030 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
12031 fi
12032
12033
12034
12035 default_sim_default_model="fr500"
12036 # Check whether --enable-sim-default-model was given.
12037 if test "${enable_sim_default_model+set}" = set; then :
12038 enableval=$enable_sim_default_model; case "${enableval}" in
12039 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
12040 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
12041 esac
12042 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
12043 echo "Setting default model = $sim_default_model" 6>&1
12044 fi
12045 else
12046 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
12047 fi
12048
12049
12050
12051 # Check whether --enable-werror was given.
12052 if test "${enable_werror+set}" = set; then :
12053 enableval=$enable_werror; case "${enableval}" in
12054 yes | y) ERROR_ON_WARNING="yes" ;;
12055 no | n) ERROR_ON_WARNING="no" ;;
12056 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12057 esac
12058 fi
12059
12060
12061 # Enable -Werror by default when using gcc
12062 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12063 ERROR_ON_WARNING=yes
12064 fi
12065
12066 WERROR_CFLAGS=""
12067
12068 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
12069 -Wpointer-sign \
12070 -Wno-unused -Wunused-value -Wunused-function \
12071 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
12072 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
12073 -Wold-style-declaration -Wold-style-definition"
12074
12075 # Enable -Wno-format by default when using gcc on mingw since many
12076 # GCC versions complain about %I64.
12077 case "${host}" in
12078 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
12079 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
12080 esac
12081
12082 # Check whether --enable-build-warnings was given.
12083 if test "${enable_build_warnings+set}" = set; then :
12084 enableval=$enable_build_warnings; case "${enableval}" in
12085 yes) ;;
12086 no) build_warnings="-w";;
12087 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12088 build_warnings="${build_warnings} ${t}";;
12089 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12090 build_warnings="${t} ${build_warnings}";;
12091 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12092 esac
12093 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12094 echo "Setting compiler warning flags = $build_warnings" 6>&1
12095 fi
12096 fi
12097 # Check whether --enable-sim-build-warnings was given.
12098 if test "${enable_sim_build_warnings+set}" = set; then :
12099 enableval=$enable_sim_build_warnings; case "${enableval}" in
12100 yes) ;;
12101 no) build_warnings="-w";;
12102 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12103 build_warnings="${build_warnings} ${t}";;
12104 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12105 build_warnings="${t} ${build_warnings}";;
12106 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12107 esac
12108 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
12109 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
12110 fi
12111 fi
12112 WARN_CFLAGS=""
12113 if test "x${build_warnings}" != x -a "x$GCC" = xyes
12114 then
12115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
12116 $as_echo_n "checking compiler warning flags... " >&6; }
12117 # Separate out the -Werror flag as some files just cannot be
12118 # compiled with it enabled.
12119 for w in ${build_warnings}; do
12120 case $w in
12121 -Werr*) WERROR_CFLAGS=-Werror ;;
12122 *) # Check that GCC accepts it
12123 saved_CFLAGS="$CFLAGS"
12124 CFLAGS="$CFLAGS -Werror $w"
12125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12126 /* end confdefs.h. */
12127
12128 int
12129 main ()
12130 {
12131
12132 ;
12133 return 0;
12134 }
12135 _ACEOF
12136 if ac_fn_c_try_compile "$LINENO"; then :
12137 WARN_CFLAGS="${WARN_CFLAGS} $w"
12138 fi
12139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12140 CFLAGS="$saved_CFLAGS"
12141 esac
12142 done
12143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
12144 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
12145 fi
12146
12147
12148 cgen_maint=no
12149 cgen=guile
12150 cgendir='$(srcdir)/../../cgen'
12151 # Check whether --enable-cgen-maint was given.
12152 if test "${enable_cgen_maint+set}" = set; then :
12153 enableval=$enable_cgen_maint; case "${enableval}" in
12154 yes) cgen_maint=yes ;;
12155 no) cgen_maint=no ;;
12156 *)
12157 # Argument is a directory where cgen can be found. In some
12158 # future world cgen could be installable, but right now this
12159 # is not the case. Instead we assume the directory is a path
12160 # to the cgen source tree.
12161 cgen_maint=yes
12162 if test -r ${enableval}/iformat.scm; then
12163 # This looks like a cgen source tree.
12164 cgendir=${enableval}
12165 else
12166 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
12167 fi
12168 ;;
12169 esac
12170 fi
12171 if test x${cgen_maint} != xno ; then
12172 CGEN_MAINT=''
12173 else
12174 CGEN_MAINT='#'
12175 fi
12176
12177
12178
12179
12180
12181 #
12182 # Enable making unknown traps dump out registers
12183 #
12184 # Check whether --enable-sim-trapdump was given.
12185 if test "${enable_sim_trapdump+set}" = set; then :
12186 enableval=$enable_sim_trapdump; case "${enableval}" in
12187 yes) sim_trapdump="-DTRAPDUMP=1";;
12188 no) sim_trapdump="-DTRAPDUMP=0";;
12189 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-trapdump\"" "$LINENO" 5; sim_trapdump="";;
12190 esac
12191 if test x"$silent" != x"yes" && test x"$sim_trapdump" != x""; then
12192 echo "Setting sim_trapdump = $sim_trapdump" 6>&1
12193 fi
12194 else
12195 sim_trapdump=""
12196 fi
12197
12198
12199
12200 if test """"; then
12201 hardware=""""
12202 else
12203 hardware="cfi core pal glue"
12204 fi
12205 hardware="$hardware """
12206
12207 sim_hw_cflags="-DWITH_HW=1"
12208 sim_hw="$hardware"
12209 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
12210
12211 # Check whether --enable-sim-hardware was given.
12212 if test "${enable_sim_hardware+set}" = set; then :
12213 enableval=$enable_sim_hardware;
12214 else
12215 enable_sim_hardware="yes"
12216 fi
12217
12218 case ${enable_sim_hardware} in
12219 yes|no) ;;
12220 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
12221 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
12222 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
12223 esac
12224
12225 if test "$enable_sim_hardware" = no; then
12226 sim_hw_objs=
12227 sim_hw_cflags="-DWITH_HW=0"
12228 sim_hw=
12229 else
12230 sim_hw_cflags="-DWITH_HW=1"
12231 # remove duplicates
12232 sim_hw=""
12233 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
12234 for i in $hardware ; do
12235 case " $sim_hw " in
12236 *" $i "*) ;;
12237 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
12238 esac
12239 done
12240 # mingw does not support sockser
12241 case ${host} in
12242 *mingw*) ;;
12243 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
12244 # that you instatiate. Instead, other code will call into it directly.
12245 # At some point, we should convert it over.
12246 sim_hw_objs="$sim_hw_objs dv-sockser.o"
12247
12248 cat >>confdefs.h <<_ACEOF
12249 #define HAVE_DV_SOCKSER 1
12250 _ACEOF
12251
12252 ;;
12253 esac
12254 if test x"$silent" != x"yes"; then
12255 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
12256 fi
12257 case " $hardware " in
12258 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
12259 $as_echo_n "checking for log2 in -lm... " >&6; }
12260 if ${ac_cv_lib_m_log2+:} false; then :
12261 $as_echo_n "(cached) " >&6
12262 else
12263 ac_check_lib_save_LIBS=$LIBS
12264 LIBS="-lm $LIBS"
12265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12266 /* end confdefs.h. */
12267
12268 /* Override any GCC internal prototype to avoid an error.
12269 Use char because int might match the return type of a GCC
12270 builtin and then its argument prototype would still apply. */
12271 #ifdef __cplusplus
12272 extern "C"
12273 #endif
12274 char log2 ();
12275 int
12276 main ()
12277 {
12278 return log2 ();
12279 ;
12280 return 0;
12281 }
12282 _ACEOF
12283 if ac_fn_c_try_link "$LINENO"; then :
12284 ac_cv_lib_m_log2=yes
12285 else
12286 ac_cv_lib_m_log2=no
12287 fi
12288 rm -f core conftest.err conftest.$ac_objext \
12289 conftest$ac_exeext conftest.$ac_ext
12290 LIBS=$ac_check_lib_save_LIBS
12291 fi
12292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
12293 $as_echo "$ac_cv_lib_m_log2" >&6; }
12294 if test "x$ac_cv_lib_m_log2" = xyes; then :
12295 cat >>confdefs.h <<_ACEOF
12296 #define HAVE_LIBM 1
12297 _ACEOF
12298
12299 LIBS="-lm $LIBS"
12300
12301 fi
12302 ;;
12303 esac
12304 fi
12305
12306
12307
12308 cgen_breaks=""
12309 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
12310 cgen_breaks="break cgen_rtx_error";
12311 fi
12312
12313 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
12314
12315 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
12316
12317 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
12318
12319 ac_config_commands="$ac_config_commands Makefile"
12320
12321 ac_config_commands="$ac_config_commands stamp-h"
12322
12323
12324
12325
12326
12327
12328
12329
12330
12331
12332
12333
12334
12335 cat >confcache <<\_ACEOF
12336 # This file is a shell script that caches the results of configure
12337 # tests run on this system so they can be shared between configure
12338 # scripts and configure runs, see configure's option --config-cache.
12339 # It is not useful on other systems. If it contains results you don't
12340 # want to keep, you may remove or edit it.
12341 #
12342 # config.status only pays attention to the cache file if you give it
12343 # the --recheck option to rerun configure.
12344 #
12345 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12346 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12347 # following values.
12348
12349 _ACEOF
12350
12351 # The following way of writing the cache mishandles newlines in values,
12352 # but we know of no workaround that is simple, portable, and efficient.
12353 # So, we kill variables containing newlines.
12354 # Ultrix sh set writes to stderr and can't be redirected directly,
12355 # and sets the high bit in the cache file unless we assign to the vars.
12356 (
12357 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12358 eval ac_val=\$$ac_var
12359 case $ac_val in #(
12360 *${as_nl}*)
12361 case $ac_var in #(
12362 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12363 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12364 esac
12365 case $ac_var in #(
12366 _ | IFS | as_nl) ;; #(
12367 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12368 *) { eval $ac_var=; unset $ac_var;} ;;
12369 esac ;;
12370 esac
12371 done
12372
12373 (set) 2>&1 |
12374 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12375 *${as_nl}ac_space=\ *)
12376 # `set' does not quote correctly, so add quotes: double-quote
12377 # substitution turns \\\\ into \\, and sed turns \\ into \.
12378 sed -n \
12379 "s/'/'\\\\''/g;
12380 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12381 ;; #(
12382 *)
12383 # `set' quotes correctly as required by POSIX, so do not add quotes.
12384 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12385 ;;
12386 esac |
12387 sort
12388 ) |
12389 sed '
12390 /^ac_cv_env_/b end
12391 t clear
12392 :clear
12393 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12394 t end
12395 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12396 :end' >>confcache
12397 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12398 if test -w "$cache_file"; then
12399 if test "x$cache_file" != "x/dev/null"; then
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12401 $as_echo "$as_me: updating cache $cache_file" >&6;}
12402 if test ! -f "$cache_file" || test -h "$cache_file"; then
12403 cat confcache >"$cache_file"
12404 else
12405 case $cache_file in #(
12406 */* | ?:*)
12407 mv -f confcache "$cache_file"$$ &&
12408 mv -f "$cache_file"$$ "$cache_file" ;; #(
12409 *)
12410 mv -f confcache "$cache_file" ;;
12411 esac
12412 fi
12413 fi
12414 else
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12416 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12417 fi
12418 fi
12419 rm -f confcache
12420
12421 test "x$prefix" = xNONE && prefix=$ac_default_prefix
12422 # Let make expand exec_prefix.
12423 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12424
12425 DEFS=-DHAVE_CONFIG_H
12426
12427 ac_libobjs=
12428 ac_ltlibobjs=
12429 U=
12430 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12431 # 1. Remove the extension, and $U if already installed.
12432 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12433 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12434 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12435 # will be set to the directory where LIBOBJS objects are built.
12436 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12437 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12438 done
12439 LIBOBJS=$ac_libobjs
12440
12441 LTLIBOBJS=$ac_ltlibobjs
12442
12443
12444
12445 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
12446 as_fn_error $? "conditional \"GMAKE\" was never defined.
12447 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12448 fi
12449 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
12450 as_fn_error $? "conditional \"PLUGINS\" was never defined.
12451 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12452 fi
12453 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12454 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
12455 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12456 fi
12457
12458 : "${CONFIG_STATUS=./config.status}"
12459 ac_write_fail=0
12460 ac_clean_files_save=$ac_clean_files
12461 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12462 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12463 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12464 as_write_fail=0
12465 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12466 #! $SHELL
12467 # Generated by $as_me.
12468 # Run this file to recreate the current configuration.
12469 # Compiler output produced by configure, useful for debugging
12470 # configure, is in config.log if it exists.
12471
12472 debug=false
12473 ac_cs_recheck=false
12474 ac_cs_silent=false
12475
12476 SHELL=\${CONFIG_SHELL-$SHELL}
12477 export SHELL
12478 _ASEOF
12479 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12480 ## -------------------- ##
12481 ## M4sh Initialization. ##
12482 ## -------------------- ##
12483
12484 # Be more Bourne compatible
12485 DUALCASE=1; export DUALCASE # for MKS sh
12486 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12487 emulate sh
12488 NULLCMD=:
12489 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12490 # is contrary to our usage. Disable this feature.
12491 alias -g '${1+"$@"}'='"$@"'
12492 setopt NO_GLOB_SUBST
12493 else
12494 case `(set -o) 2>/dev/null` in #(
12495 *posix*) :
12496 set -o posix ;; #(
12497 *) :
12498 ;;
12499 esac
12500 fi
12501
12502
12503 as_nl='
12504 '
12505 export as_nl
12506 # Printing a long string crashes Solaris 7 /usr/bin/printf.
12507 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12508 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12509 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12510 # Prefer a ksh shell builtin over an external printf program on Solaris,
12511 # but without wasting forks for bash or zsh.
12512 if test -z "$BASH_VERSION$ZSH_VERSION" \
12513 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12514 as_echo='print -r --'
12515 as_echo_n='print -rn --'
12516 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12517 as_echo='printf %s\n'
12518 as_echo_n='printf %s'
12519 else
12520 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12521 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12522 as_echo_n='/usr/ucb/echo -n'
12523 else
12524 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12525 as_echo_n_body='eval
12526 arg=$1;
12527 case $arg in #(
12528 *"$as_nl"*)
12529 expr "X$arg" : "X\\(.*\\)$as_nl";
12530 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12531 esac;
12532 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12533 '
12534 export as_echo_n_body
12535 as_echo_n='sh -c $as_echo_n_body as_echo'
12536 fi
12537 export as_echo_body
12538 as_echo='sh -c $as_echo_body as_echo'
12539 fi
12540
12541 # The user is always right.
12542 if test "${PATH_SEPARATOR+set}" != set; then
12543 PATH_SEPARATOR=:
12544 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12545 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12546 PATH_SEPARATOR=';'
12547 }
12548 fi
12549
12550
12551 # IFS
12552 # We need space, tab and new line, in precisely that order. Quoting is
12553 # there to prevent editors from complaining about space-tab.
12554 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
12555 # splitting by setting IFS to empty value.)
12556 IFS=" "" $as_nl"
12557
12558 # Find who we are. Look in the path if we contain no directory separator.
12559 as_myself=
12560 case $0 in #((
12561 *[\\/]* ) as_myself=$0 ;;
12562 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12563 for as_dir in $PATH
12564 do
12565 IFS=$as_save_IFS
12566 test -z "$as_dir" && as_dir=.
12567 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12568 done
12569 IFS=$as_save_IFS
12570
12571 ;;
12572 esac
12573 # We did not find ourselves, most probably we were run as `sh COMMAND'
12574 # in which case we are not to be found in the path.
12575 if test "x$as_myself" = x; then
12576 as_myself=$0
12577 fi
12578 if test ! -f "$as_myself"; then
12579 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12580 exit 1
12581 fi
12582
12583 # Unset variables that we do not need and which cause bugs (e.g. in
12584 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12585 # suppresses any "Segmentation fault" message there. '((' could
12586 # trigger a bug in pdksh 5.2.14.
12587 for as_var in BASH_ENV ENV MAIL MAILPATH
12588 do eval test x\${$as_var+set} = xset \
12589 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12590 done
12591 PS1='$ '
12592 PS2='> '
12593 PS4='+ '
12594
12595 # NLS nuisances.
12596 LC_ALL=C
12597 export LC_ALL
12598 LANGUAGE=C
12599 export LANGUAGE
12600
12601 # CDPATH.
12602 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12603
12604
12605 # as_fn_error STATUS ERROR [LINENO LOG_FD]
12606 # ----------------------------------------
12607 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12608 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12609 # script with STATUS, using 1 if that was 0.
12610 as_fn_error ()
12611 {
12612 as_status=$1; test $as_status -eq 0 && as_status=1
12613 if test "$4"; then
12614 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12615 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12616 fi
12617 $as_echo "$as_me: error: $2" >&2
12618 as_fn_exit $as_status
12619 } # as_fn_error
12620
12621
12622 # as_fn_set_status STATUS
12623 # -----------------------
12624 # Set $? to STATUS, without forking.
12625 as_fn_set_status ()
12626 {
12627 return $1
12628 } # as_fn_set_status
12629
12630 # as_fn_exit STATUS
12631 # -----------------
12632 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12633 as_fn_exit ()
12634 {
12635 set +e
12636 as_fn_set_status $1
12637 exit $1
12638 } # as_fn_exit
12639
12640 # as_fn_unset VAR
12641 # ---------------
12642 # Portably unset VAR.
12643 as_fn_unset ()
12644 {
12645 { eval $1=; unset $1;}
12646 }
12647 as_unset=as_fn_unset
12648 # as_fn_append VAR VALUE
12649 # ----------------------
12650 # Append the text in VALUE to the end of the definition contained in VAR. Take
12651 # advantage of any shell optimizations that allow amortized linear growth over
12652 # repeated appends, instead of the typical quadratic growth present in naive
12653 # implementations.
12654 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12655 eval 'as_fn_append ()
12656 {
12657 eval $1+=\$2
12658 }'
12659 else
12660 as_fn_append ()
12661 {
12662 eval $1=\$$1\$2
12663 }
12664 fi # as_fn_append
12665
12666 # as_fn_arith ARG...
12667 # ------------------
12668 # Perform arithmetic evaluation on the ARGs, and store the result in the
12669 # global $as_val. Take advantage of shells that can avoid forks. The arguments
12670 # must be portable across $(()) and expr.
12671 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12672 eval 'as_fn_arith ()
12673 {
12674 as_val=$(( $* ))
12675 }'
12676 else
12677 as_fn_arith ()
12678 {
12679 as_val=`expr "$@" || test $? -eq 1`
12680 }
12681 fi # as_fn_arith
12682
12683
12684 if expr a : '\(a\)' >/dev/null 2>&1 &&
12685 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12686 as_expr=expr
12687 else
12688 as_expr=false
12689 fi
12690
12691 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12692 as_basename=basename
12693 else
12694 as_basename=false
12695 fi
12696
12697 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12698 as_dirname=dirname
12699 else
12700 as_dirname=false
12701 fi
12702
12703 as_me=`$as_basename -- "$0" ||
12704 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12705 X"$0" : 'X\(//\)$' \| \
12706 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12707 $as_echo X/"$0" |
12708 sed '/^.*\/\([^/][^/]*\)\/*$/{
12709 s//\1/
12710 q
12711 }
12712 /^X\/\(\/\/\)$/{
12713 s//\1/
12714 q
12715 }
12716 /^X\/\(\/\).*/{
12717 s//\1/
12718 q
12719 }
12720 s/.*/./; q'`
12721
12722 # Avoid depending upon Character Ranges.
12723 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12724 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12725 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12726 as_cr_digits='0123456789'
12727 as_cr_alnum=$as_cr_Letters$as_cr_digits
12728
12729 ECHO_C= ECHO_N= ECHO_T=
12730 case `echo -n x` in #(((((
12731 -n*)
12732 case `echo 'xy\c'` in
12733 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12734 xy) ECHO_C='\c';;
12735 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12736 ECHO_T=' ';;
12737 esac;;
12738 *)
12739 ECHO_N='-n';;
12740 esac
12741
12742 rm -f conf$$ conf$$.exe conf$$.file
12743 if test -d conf$$.dir; then
12744 rm -f conf$$.dir/conf$$.file
12745 else
12746 rm -f conf$$.dir
12747 mkdir conf$$.dir 2>/dev/null
12748 fi
12749 if (echo >conf$$.file) 2>/dev/null; then
12750 if ln -s conf$$.file conf$$ 2>/dev/null; then
12751 as_ln_s='ln -s'
12752 # ... but there are two gotchas:
12753 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12754 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12755 # In both cases, we have to default to `cp -pR'.
12756 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12757 as_ln_s='cp -pR'
12758 elif ln conf$$.file conf$$ 2>/dev/null; then
12759 as_ln_s=ln
12760 else
12761 as_ln_s='cp -pR'
12762 fi
12763 else
12764 as_ln_s='cp -pR'
12765 fi
12766 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12767 rmdir conf$$.dir 2>/dev/null
12768
12769
12770 # as_fn_mkdir_p
12771 # -------------
12772 # Create "$as_dir" as a directory, including parents if necessary.
12773 as_fn_mkdir_p ()
12774 {
12775
12776 case $as_dir in #(
12777 -*) as_dir=./$as_dir;;
12778 esac
12779 test -d "$as_dir" || eval $as_mkdir_p || {
12780 as_dirs=
12781 while :; do
12782 case $as_dir in #(
12783 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12784 *) as_qdir=$as_dir;;
12785 esac
12786 as_dirs="'$as_qdir' $as_dirs"
12787 as_dir=`$as_dirname -- "$as_dir" ||
12788 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12789 X"$as_dir" : 'X\(//\)[^/]' \| \
12790 X"$as_dir" : 'X\(//\)$' \| \
12791 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12792 $as_echo X"$as_dir" |
12793 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12794 s//\1/
12795 q
12796 }
12797 /^X\(\/\/\)[^/].*/{
12798 s//\1/
12799 q
12800 }
12801 /^X\(\/\/\)$/{
12802 s//\1/
12803 q
12804 }
12805 /^X\(\/\).*/{
12806 s//\1/
12807 q
12808 }
12809 s/.*/./; q'`
12810 test -d "$as_dir" && break
12811 done
12812 test -z "$as_dirs" || eval "mkdir $as_dirs"
12813 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
12814
12815
12816 } # as_fn_mkdir_p
12817 if mkdir -p . 2>/dev/null; then
12818 as_mkdir_p='mkdir -p "$as_dir"'
12819 else
12820 test -d ./-p && rmdir ./-p
12821 as_mkdir_p=false
12822 fi
12823
12824
12825 # as_fn_executable_p FILE
12826 # -----------------------
12827 # Test if FILE is an executable regular file.
12828 as_fn_executable_p ()
12829 {
12830 test -f "$1" && test -x "$1"
12831 } # as_fn_executable_p
12832 as_test_x='test -x'
12833 as_executable_p=as_fn_executable_p
12834
12835 # Sed expression to map a string onto a valid CPP name.
12836 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12837
12838 # Sed expression to map a string onto a valid variable name.
12839 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12840
12841
12842 exec 6>&1
12843 ## ----------------------------------- ##
12844 ## Main body of $CONFIG_STATUS script. ##
12845 ## ----------------------------------- ##
12846 _ASEOF
12847 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12848
12849 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12850 # Save the log message, to keep $0 and so on meaningful, and to
12851 # report actual input values of CONFIG_FILES etc. instead of their
12852 # values after options handling.
12853 ac_log="
12854 This file was extended by $as_me, which was
12855 generated by GNU Autoconf 2.69. Invocation command line was
12856
12857 CONFIG_FILES = $CONFIG_FILES
12858 CONFIG_HEADERS = $CONFIG_HEADERS
12859 CONFIG_LINKS = $CONFIG_LINKS
12860 CONFIG_COMMANDS = $CONFIG_COMMANDS
12861 $ $0 $@
12862
12863 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12864 "
12865
12866 _ACEOF
12867
12868 case $ac_config_files in *"
12869 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12870 esac
12871
12872 case $ac_config_headers in *"
12873 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12874 esac
12875
12876
12877 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12878 # Files that config.status was made for.
12879 config_files="$ac_config_files"
12880 config_headers="$ac_config_headers"
12881 config_commands="$ac_config_commands"
12882
12883 _ACEOF
12884
12885 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12886 ac_cs_usage="\
12887 \`$as_me' instantiates files and other configuration actions
12888 from templates according to the current configuration. Unless the files
12889 and actions are specified as TAGs, all are instantiated by default.
12890
12891 Usage: $0 [OPTION]... [TAG]...
12892
12893 -h, --help print this help, then exit
12894 -V, --version print version number and configuration settings, then exit
12895 --config print configuration, then exit
12896 -q, --quiet, --silent
12897 do not print progress messages
12898 -d, --debug don't remove temporary files
12899 --recheck update $as_me by reconfiguring in the same conditions
12900 --file=FILE[:TEMPLATE]
12901 instantiate the configuration file FILE
12902 --header=FILE[:TEMPLATE]
12903 instantiate the configuration header FILE
12904
12905 Configuration files:
12906 $config_files
12907
12908 Configuration headers:
12909 $config_headers
12910
12911 Configuration commands:
12912 $config_commands
12913
12914 Report bugs to the package provider."
12915
12916 _ACEOF
12917 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12918 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12919 ac_cs_version="\\
12920 config.status
12921 configured by $0, generated by GNU Autoconf 2.69,
12922 with options \\"\$ac_cs_config\\"
12923
12924 Copyright (C) 2012 Free Software Foundation, Inc.
12925 This config.status script is free software; the Free Software Foundation
12926 gives unlimited permission to copy, distribute and modify it."
12927
12928 ac_pwd='$ac_pwd'
12929 srcdir='$srcdir'
12930 INSTALL='$INSTALL'
12931 AWK='$AWK'
12932 test -n "\$AWK" || AWK=awk
12933 _ACEOF
12934
12935 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12936 # The default lists apply if the user does not specify any file.
12937 ac_need_defaults=:
12938 while test $# != 0
12939 do
12940 case $1 in
12941 --*=?*)
12942 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12943 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12944 ac_shift=:
12945 ;;
12946 --*=)
12947 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12948 ac_optarg=
12949 ac_shift=:
12950 ;;
12951 *)
12952 ac_option=$1
12953 ac_optarg=$2
12954 ac_shift=shift
12955 ;;
12956 esac
12957
12958 case $ac_option in
12959 # Handling of the options.
12960 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12961 ac_cs_recheck=: ;;
12962 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12963 $as_echo "$ac_cs_version"; exit ;;
12964 --config | --confi | --conf | --con | --co | --c )
12965 $as_echo "$ac_cs_config"; exit ;;
12966 --debug | --debu | --deb | --de | --d | -d )
12967 debug=: ;;
12968 --file | --fil | --fi | --f )
12969 $ac_shift
12970 case $ac_optarg in
12971 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12972 '') as_fn_error $? "missing file argument" ;;
12973 esac
12974 as_fn_append CONFIG_FILES " '$ac_optarg'"
12975 ac_need_defaults=false;;
12976 --header | --heade | --head | --hea )
12977 $ac_shift
12978 case $ac_optarg in
12979 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12980 esac
12981 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12982 ac_need_defaults=false;;
12983 --he | --h)
12984 # Conflict between --help and --header
12985 as_fn_error $? "ambiguous option: \`$1'
12986 Try \`$0 --help' for more information.";;
12987 --help | --hel | -h )
12988 $as_echo "$ac_cs_usage"; exit ;;
12989 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12990 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12991 ac_cs_silent=: ;;
12992
12993 # This is an error.
12994 -*) as_fn_error $? "unrecognized option: \`$1'
12995 Try \`$0 --help' for more information." ;;
12996
12997 *) as_fn_append ac_config_targets " $1"
12998 ac_need_defaults=false ;;
12999
13000 esac
13001 shift
13002 done
13003
13004 ac_configure_extra_args=
13005
13006 if $ac_cs_silent; then
13007 exec 6>/dev/null
13008 ac_configure_extra_args="$ac_configure_extra_args --silent"
13009 fi
13010
13011 _ACEOF
13012 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13013 if \$ac_cs_recheck; then
13014 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13015 shift
13016 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13017 CONFIG_SHELL='$SHELL'
13018 export CONFIG_SHELL
13019 exec "\$@"
13020 fi
13021
13022 _ACEOF
13023 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13024 exec 5>>config.log
13025 {
13026 echo
13027 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13028 ## Running $as_me. ##
13029 _ASBOX
13030 $as_echo "$ac_log"
13031 } >&5
13032
13033 _ACEOF
13034 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13035 #
13036 # INIT-COMMANDS
13037 #
13038 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
13039
13040
13041 # The HP-UX ksh and POSIX shell print the target directory to stdout
13042 # if CDPATH is set.
13043 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13044
13045 sed_quote_subst='$sed_quote_subst'
13046 double_quote_subst='$double_quote_subst'
13047 delay_variable_subst='$delay_variable_subst'
13048 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13049 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13050 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13051 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13052 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13053 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13054 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13055 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13056 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13057 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13058 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13059 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13060 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13061 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13062 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13063 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13064 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13065 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13066 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13067 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13068 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13069 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13070 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13071 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13072 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13073 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13074 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13075 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13076 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13077 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13078 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13079 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13080 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13081 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13082 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13083 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13084 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13085 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13086 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13087 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13088 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13089 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13090 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13091 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13092 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13093 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13094 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13095 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13096 lt_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"`'
13097 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13098 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13099 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13100 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13101 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13102 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13103 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13104 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13105 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13106 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13107 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13108 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13109 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13110 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13111 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13112 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13113 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13114 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13115 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13116 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13117 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13118 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13119 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13120 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13121 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13122 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13123 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13124 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13125 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13126 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13127 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13128 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13129 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13130 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13131 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13132 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13133 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13134 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13135 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13136 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13137 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13138 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13139 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13140 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13141 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13142 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13143 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13144 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13145 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13146 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13147 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13148 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13149 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13150 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13151 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13152 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13153 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13154 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13155 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13156 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13157 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13158 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13159 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13160 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13161 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13162 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13163 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13164 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13165 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13166 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13167 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13168
13169 LTCC='$LTCC'
13170 LTCFLAGS='$LTCFLAGS'
13171 compiler='$compiler_DEFAULT'
13172
13173 # A function that is used when there is no print builtin or printf.
13174 func_fallback_echo ()
13175 {
13176 eval 'cat <<_LTECHO_EOF
13177 \$1
13178 _LTECHO_EOF'
13179 }
13180
13181 # Quote evaled strings.
13182 for var in SHELL \
13183 ECHO \
13184 SED \
13185 GREP \
13186 EGREP \
13187 FGREP \
13188 LD \
13189 NM \
13190 LN_S \
13191 lt_SP2NL \
13192 lt_NL2SP \
13193 reload_flag \
13194 OBJDUMP \
13195 deplibs_check_method \
13196 file_magic_cmd \
13197 AR \
13198 AR_FLAGS \
13199 STRIP \
13200 RANLIB \
13201 CC \
13202 CFLAGS \
13203 compiler \
13204 lt_cv_sys_global_symbol_pipe \
13205 lt_cv_sys_global_symbol_to_cdecl \
13206 lt_cv_sys_global_symbol_to_c_name_address \
13207 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13208 lt_prog_compiler_no_builtin_flag \
13209 lt_prog_compiler_wl \
13210 lt_prog_compiler_pic \
13211 lt_prog_compiler_static \
13212 lt_cv_prog_compiler_c_o \
13213 need_locks \
13214 DSYMUTIL \
13215 NMEDIT \
13216 LIPO \
13217 OTOOL \
13218 OTOOL64 \
13219 shrext_cmds \
13220 export_dynamic_flag_spec \
13221 whole_archive_flag_spec \
13222 compiler_needs_object \
13223 with_gnu_ld \
13224 allow_undefined_flag \
13225 no_undefined_flag \
13226 hardcode_libdir_flag_spec \
13227 hardcode_libdir_flag_spec_ld \
13228 hardcode_libdir_separator \
13229 fix_srcfile_path \
13230 exclude_expsyms \
13231 include_expsyms \
13232 file_list_spec \
13233 variables_saved_for_relink \
13234 libname_spec \
13235 library_names_spec \
13236 soname_spec \
13237 install_override_mode \
13238 finish_eval \
13239 old_striplib \
13240 striplib; do
13241 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13242 *[\\\\\\\`\\"\\\$]*)
13243 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13244 ;;
13245 *)
13246 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13247 ;;
13248 esac
13249 done
13250
13251 # Double-quote double-evaled strings.
13252 for var in reload_cmds \
13253 old_postinstall_cmds \
13254 old_postuninstall_cmds \
13255 old_archive_cmds \
13256 extract_expsyms_cmds \
13257 old_archive_from_new_cmds \
13258 old_archive_from_expsyms_cmds \
13259 archive_cmds \
13260 archive_expsym_cmds \
13261 module_cmds \
13262 module_expsym_cmds \
13263 export_symbols_cmds \
13264 prelink_cmds \
13265 postinstall_cmds \
13266 postuninstall_cmds \
13267 finish_cmds \
13268 sys_lib_search_path_spec \
13269 sys_lib_dlsearch_path_spec; do
13270 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13271 *[\\\\\\\`\\"\\\$]*)
13272 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13273 ;;
13274 *)
13275 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13276 ;;
13277 esac
13278 done
13279
13280 ac_aux_dir='$ac_aux_dir'
13281 xsi_shell='$xsi_shell'
13282 lt_shell_append='$lt_shell_append'
13283
13284 # See if we are running on zsh, and set the options which allow our
13285 # commands through without removal of \ escapes INIT.
13286 if test -n "\${ZSH_VERSION+set}" ; then
13287 setopt NO_GLOB_SUBST
13288 fi
13289
13290
13291 PACKAGE='$PACKAGE'
13292 VERSION='$VERSION'
13293 TIMESTAMP='$TIMESTAMP'
13294 RM='$RM'
13295 ofile='$ofile'
13296
13297
13298
13299
13300 _ACEOF
13301
13302 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13303
13304 # Handling of arguments.
13305 for ac_config_target in $ac_config_targets
13306 do
13307 case $ac_config_target in
13308 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13309 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
13310 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13311 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
13312 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
13313 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
13314 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
13315 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
13316
13317 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13318 esac
13319 done
13320
13321
13322 # If the user did not use the arguments to specify the items to instantiate,
13323 # then the envvar interface is used. Set only those that are not.
13324 # We use the long form for the default assignment because of an extremely
13325 # bizarre bug on SunOS 4.1.3.
13326 if $ac_need_defaults; then
13327 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13328 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13329 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13330 fi
13331
13332 # Have a temporary directory for convenience. Make it in the build tree
13333 # simply because there is no reason against having it here, and in addition,
13334 # creating and moving files from /tmp can sometimes cause problems.
13335 # Hook for its removal unless debugging.
13336 # Note that there is a small window in which the directory will not be cleaned:
13337 # after its creation but before its name has been assigned to `$tmp'.
13338 $debug ||
13339 {
13340 tmp= ac_tmp=
13341 trap 'exit_status=$?
13342 : "${ac_tmp:=$tmp}"
13343 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
13344 ' 0
13345 trap 'as_fn_exit 1' 1 2 13 15
13346 }
13347 # Create a (secure) tmp directory for tmp files.
13348
13349 {
13350 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13351 test -d "$tmp"
13352 } ||
13353 {
13354 tmp=./conf$$-$RANDOM
13355 (umask 077 && mkdir "$tmp")
13356 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13357 ac_tmp=$tmp
13358
13359 # Set up the scripts for CONFIG_FILES section.
13360 # No need to generate them if there are no CONFIG_FILES.
13361 # This happens for instance with `./config.status config.h'.
13362 if test -n "$CONFIG_FILES"; then
13363
13364
13365 ac_cr=`echo X | tr X '\015'`
13366 # On cygwin, bash can eat \r inside `` if the user requested igncr.
13367 # But we know of no other shell where ac_cr would be empty at this
13368 # point, so we can use a bashism as a fallback.
13369 if test "x$ac_cr" = x; then
13370 eval ac_cr=\$\'\\r\'
13371 fi
13372 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13373 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13374 ac_cs_awk_cr='\\r'
13375 else
13376 ac_cs_awk_cr=$ac_cr
13377 fi
13378
13379 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
13380 _ACEOF
13381
13382
13383 {
13384 echo "cat >conf$$subs.awk <<_ACEOF" &&
13385 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13386 echo "_ACEOF"
13387 } >conf$$subs.sh ||
13388 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13389 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
13390 ac_delim='%!_!# '
13391 for ac_last_try in false false false false false :; do
13392 . ./conf$$subs.sh ||
13393 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13394
13395 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13396 if test $ac_delim_n = $ac_delim_num; then
13397 break
13398 elif $ac_last_try; then
13399 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13400 else
13401 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13402 fi
13403 done
13404 rm -f conf$$subs.sh
13405
13406 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13407 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
13408 _ACEOF
13409 sed -n '
13410 h
13411 s/^/S["/; s/!.*/"]=/
13412 p
13413 g
13414 s/^[^!]*!//
13415 :repl
13416 t repl
13417 s/'"$ac_delim"'$//
13418 t delim
13419 :nl
13420 h
13421 s/\(.\{148\}\)..*/\1/
13422 t more1
13423 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13424 p
13425 n
13426 b repl
13427 :more1
13428 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13429 p
13430 g
13431 s/.\{148\}//
13432 t nl
13433 :delim
13434 h
13435 s/\(.\{148\}\)..*/\1/
13436 t more2
13437 s/["\\]/\\&/g; s/^/"/; s/$/"/
13438 p
13439 b
13440 :more2
13441 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13442 p
13443 g
13444 s/.\{148\}//
13445 t delim
13446 ' <conf$$subs.awk | sed '
13447 /^[^""]/{
13448 N
13449 s/\n//
13450 }
13451 ' >>$CONFIG_STATUS || ac_write_fail=1
13452 rm -f conf$$subs.awk
13453 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13454 _ACAWK
13455 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
13456 for (key in S) S_is_set[key] = 1
13457 FS = "\a"
13458
13459 }
13460 {
13461 line = $ 0
13462 nfields = split(line, field, "@")
13463 substed = 0
13464 len = length(field[1])
13465 for (i = 2; i < nfields; i++) {
13466 key = field[i]
13467 keylen = length(key)
13468 if (S_is_set[key]) {
13469 value = S[key]
13470 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13471 len += length(value) + length(field[++i])
13472 substed = 1
13473 } else
13474 len += 1 + keylen
13475 }
13476
13477 print line
13478 }
13479
13480 _ACAWK
13481 _ACEOF
13482 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13483 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13484 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13485 else
13486 cat
13487 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13488 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
13489 _ACEOF
13490
13491 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13492 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
13493 # trailing colons and then remove the whole line if VPATH becomes empty
13494 # (actually we leave an empty line to preserve line numbers).
13495 if test "x$srcdir" = x.; then
13496 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13497 h
13498 s///
13499 s/^/:/
13500 s/[ ]*$/:/
13501 s/:\$(srcdir):/:/g
13502 s/:\${srcdir}:/:/g
13503 s/:@srcdir@:/:/g
13504 s/^:*//
13505 s/:*$//
13506 x
13507 s/\(=[ ]*\).*/\1/
13508 G
13509 s/\n//
13510 s/^[^=]*=[ ]*$//
13511 }'
13512 fi
13513
13514 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13515 fi # test -n "$CONFIG_FILES"
13516
13517 # Set up the scripts for CONFIG_HEADERS section.
13518 # No need to generate them if there are no CONFIG_HEADERS.
13519 # This happens for instance with `./config.status Makefile'.
13520 if test -n "$CONFIG_HEADERS"; then
13521 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
13522 BEGIN {
13523 _ACEOF
13524
13525 # Transform confdefs.h into an awk script `defines.awk', embedded as
13526 # here-document in config.status, that substitutes the proper values into
13527 # config.h.in to produce config.h.
13528
13529 # Create a delimiter string that does not exist in confdefs.h, to ease
13530 # handling of long lines.
13531 ac_delim='%!_!# '
13532 for ac_last_try in false false :; do
13533 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13534 if test -z "$ac_tt"; then
13535 break
13536 elif $ac_last_try; then
13537 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
13538 else
13539 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13540 fi
13541 done
13542
13543 # For the awk script, D is an array of macro values keyed by name,
13544 # likewise P contains macro parameters if any. Preserve backslash
13545 # newline sequences.
13546
13547 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13548 sed -n '
13549 s/.\{148\}/&'"$ac_delim"'/g
13550 t rset
13551 :rset
13552 s/^[ ]*#[ ]*define[ ][ ]*/ /
13553 t def
13554 d
13555 :def
13556 s/\\$//
13557 t bsnl
13558 s/["\\]/\\&/g
13559 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13560 D["\1"]=" \3"/p
13561 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13562 d
13563 :bsnl
13564 s/["\\]/\\&/g
13565 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13566 D["\1"]=" \3\\\\\\n"\\/p
13567 t cont
13568 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13569 t cont
13570 d
13571 :cont
13572 n
13573 s/.\{148\}/&'"$ac_delim"'/g
13574 t clear
13575 :clear
13576 s/\\$//
13577 t bsnlc
13578 s/["\\]/\\&/g; s/^/"/; s/$/"/p
13579 d
13580 :bsnlc
13581 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13582 b cont
13583 ' <confdefs.h | sed '
13584 s/'"$ac_delim"'/"\\\
13585 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13586
13587 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13588 for (key in D) D_is_set[key] = 1
13589 FS = "\a"
13590 }
13591 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13592 line = \$ 0
13593 split(line, arg, " ")
13594 if (arg[1] == "#") {
13595 defundef = arg[2]
13596 mac1 = arg[3]
13597 } else {
13598 defundef = substr(arg[1], 2)
13599 mac1 = arg[2]
13600 }
13601 split(mac1, mac2, "(") #)
13602 macro = mac2[1]
13603 prefix = substr(line, 1, index(line, defundef) - 1)
13604 if (D_is_set[macro]) {
13605 # Preserve the white space surrounding the "#".
13606 print prefix "define", macro P[macro] D[macro]
13607 next
13608 } else {
13609 # Replace #undef with comments. This is necessary, for example,
13610 # in the case of _POSIX_SOURCE, which is predefined and required
13611 # on some systems where configure will not decide to define it.
13612 if (defundef == "undef") {
13613 print "/*", prefix defundef, macro, "*/"
13614 next
13615 }
13616 }
13617 }
13618 { print }
13619 _ACAWK
13620 _ACEOF
13621 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13622 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
13623 fi # test -n "$CONFIG_HEADERS"
13624
13625
13626 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13627 shift
13628 for ac_tag
13629 do
13630 case $ac_tag in
13631 :[FHLC]) ac_mode=$ac_tag; continue;;
13632 esac
13633 case $ac_mode$ac_tag in
13634 :[FHL]*:*);;
13635 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
13636 :[FH]-) ac_tag=-:-;;
13637 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13638 esac
13639 ac_save_IFS=$IFS
13640 IFS=:
13641 set x $ac_tag
13642 IFS=$ac_save_IFS
13643 shift
13644 ac_file=$1
13645 shift
13646
13647 case $ac_mode in
13648 :L) ac_source=$1;;
13649 :[FH])
13650 ac_file_inputs=
13651 for ac_f
13652 do
13653 case $ac_f in
13654 -) ac_f="$ac_tmp/stdin";;
13655 *) # Look for the file first in the build tree, then in the source tree
13656 # (if the path is not absolute). The absolute path cannot be DOS-style,
13657 # because $ac_f cannot contain `:'.
13658 test -f "$ac_f" ||
13659 case $ac_f in
13660 [\\/$]*) false;;
13661 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13662 esac ||
13663 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13664 esac
13665 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13666 as_fn_append ac_file_inputs " '$ac_f'"
13667 done
13668
13669 # Let's still pretend it is `configure' which instantiates (i.e., don't
13670 # use $as_me), people would be surprised to read:
13671 # /* config.h. Generated by config.status. */
13672 configure_input='Generated from '`
13673 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13674 `' by configure.'
13675 if test x"$ac_file" != x-; then
13676 configure_input="$ac_file. $configure_input"
13677 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13678 $as_echo "$as_me: creating $ac_file" >&6;}
13679 fi
13680 # Neutralize special characters interpreted by sed in replacement strings.
13681 case $configure_input in #(
13682 *\&* | *\|* | *\\* )
13683 ac_sed_conf_input=`$as_echo "$configure_input" |
13684 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13685 *) ac_sed_conf_input=$configure_input;;
13686 esac
13687
13688 case $ac_tag in
13689 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13690 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
13691 esac
13692 ;;
13693 esac
13694
13695 ac_dir=`$as_dirname -- "$ac_file" ||
13696 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13697 X"$ac_file" : 'X\(//\)[^/]' \| \
13698 X"$ac_file" : 'X\(//\)$' \| \
13699 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13700 $as_echo X"$ac_file" |
13701 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13702 s//\1/
13703 q
13704 }
13705 /^X\(\/\/\)[^/].*/{
13706 s//\1/
13707 q
13708 }
13709 /^X\(\/\/\)$/{
13710 s//\1/
13711 q
13712 }
13713 /^X\(\/\).*/{
13714 s//\1/
13715 q
13716 }
13717 s/.*/./; q'`
13718 as_dir="$ac_dir"; as_fn_mkdir_p
13719 ac_builddir=.
13720
13721 case "$ac_dir" in
13722 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13723 *)
13724 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13725 # A ".." for each directory in $ac_dir_suffix.
13726 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13727 case $ac_top_builddir_sub in
13728 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13729 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13730 esac ;;
13731 esac
13732 ac_abs_top_builddir=$ac_pwd
13733 ac_abs_builddir=$ac_pwd$ac_dir_suffix
13734 # for backward compatibility:
13735 ac_top_builddir=$ac_top_build_prefix
13736
13737 case $srcdir in
13738 .) # We are building in place.
13739 ac_srcdir=.
13740 ac_top_srcdir=$ac_top_builddir_sub
13741 ac_abs_top_srcdir=$ac_pwd ;;
13742 [\\/]* | ?:[\\/]* ) # Absolute name.
13743 ac_srcdir=$srcdir$ac_dir_suffix;
13744 ac_top_srcdir=$srcdir
13745 ac_abs_top_srcdir=$srcdir ;;
13746 *) # Relative name.
13747 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13748 ac_top_srcdir=$ac_top_build_prefix$srcdir
13749 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13750 esac
13751 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13752
13753
13754 case $ac_mode in
13755 :F)
13756 #
13757 # CONFIG_FILE
13758 #
13759
13760 case $INSTALL in
13761 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13762 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13763 esac
13764 _ACEOF
13765
13766 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13767 # If the template does not know about datarootdir, expand it.
13768 # FIXME: This hack should be removed a few years after 2.60.
13769 ac_datarootdir_hack=; ac_datarootdir_seen=
13770 ac_sed_dataroot='
13771 /datarootdir/ {
13772 p
13773 q
13774 }
13775 /@datadir@/p
13776 /@docdir@/p
13777 /@infodir@/p
13778 /@localedir@/p
13779 /@mandir@/p'
13780 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13781 *datarootdir*) ac_datarootdir_seen=yes;;
13782 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13783 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13784 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13785 _ACEOF
13786 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13787 ac_datarootdir_hack='
13788 s&@datadir@&$datadir&g
13789 s&@docdir@&$docdir&g
13790 s&@infodir@&$infodir&g
13791 s&@localedir@&$localedir&g
13792 s&@mandir@&$mandir&g
13793 s&\\\${datarootdir}&$datarootdir&g' ;;
13794 esac
13795 _ACEOF
13796
13797 # Neutralize VPATH when `$srcdir' = `.'.
13798 # Shell code in configure.ac might set extrasub.
13799 # FIXME: do we really want to maintain this feature?
13800 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13801 ac_sed_extra="$ac_vpsub
13802 $extrasub
13803 _ACEOF
13804 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13805 :t
13806 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13807 s|@configure_input@|$ac_sed_conf_input|;t t
13808 s&@top_builddir@&$ac_top_builddir_sub&;t t
13809 s&@top_build_prefix@&$ac_top_build_prefix&;t t
13810 s&@srcdir@&$ac_srcdir&;t t
13811 s&@abs_srcdir@&$ac_abs_srcdir&;t t
13812 s&@top_srcdir@&$ac_top_srcdir&;t t
13813 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13814 s&@builddir@&$ac_builddir&;t t
13815 s&@abs_builddir@&$ac_abs_builddir&;t t
13816 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13817 s&@INSTALL@&$ac_INSTALL&;t t
13818 $ac_datarootdir_hack
13819 "
13820 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13821 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13822
13823 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13824 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13825 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13826 "$ac_tmp/out"`; test -z "$ac_out"; } &&
13827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13828 which seems to be undefined. Please make sure it is defined" >&5
13829 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13830 which seems to be undefined. Please make sure it is defined" >&2;}
13831
13832 rm -f "$ac_tmp/stdin"
13833 case $ac_file in
13834 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13835 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
13836 esac \
13837 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13838 ;;
13839 :H)
13840 #
13841 # CONFIG_HEADER
13842 #
13843 if test x"$ac_file" != x-; then
13844 {
13845 $as_echo "/* $configure_input */" \
13846 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13847 } >"$ac_tmp/config.h" \
13848 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13849 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
13850 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13851 $as_echo "$as_me: $ac_file is unchanged" >&6;}
13852 else
13853 rm -f "$ac_file"
13854 mv "$ac_tmp/config.h" "$ac_file" \
13855 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13856 fi
13857 else
13858 $as_echo "/* $configure_input */" \
13859 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13860 || as_fn_error $? "could not create -" "$LINENO" 5
13861 fi
13862 ;;
13863
13864 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13865 $as_echo "$as_me: executing $ac_file commands" >&6;}
13866 ;;
13867 esac
13868
13869
13870 case $ac_file$ac_mode in
13871 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
13872 "libtool":C)
13873
13874 # See if we are running on zsh, and set the options which allow our
13875 # commands through without removal of \ escapes.
13876 if test -n "${ZSH_VERSION+set}" ; then
13877 setopt NO_GLOB_SUBST
13878 fi
13879
13880 cfgfile="${ofile}T"
13881 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13882 $RM "$cfgfile"
13883
13884 cat <<_LT_EOF >> "$cfgfile"
13885 #! $SHELL
13886
13887 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13888 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13889 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13890 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13891 #
13892 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13893 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13894 # Written by Gordon Matzigkeit, 1996
13895 #
13896 # This file is part of GNU Libtool.
13897 #
13898 # GNU Libtool is free software; you can redistribute it and/or
13899 # modify it under the terms of the GNU General Public License as
13900 # published by the Free Software Foundation; either version 2 of
13901 # the License, or (at your option) any later version.
13902 #
13903 # As a special exception to the GNU General Public License,
13904 # if you distribute this file as part of a program or library that
13905 # is built using GNU Libtool, you may include this file under the
13906 # same distribution terms that you use for the rest of that program.
13907 #
13908 # GNU Libtool is distributed in the hope that it will be useful,
13909 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13910 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13911 # GNU General Public License for more details.
13912 #
13913 # You should have received a copy of the GNU General Public License
13914 # along with GNU Libtool; see the file COPYING. If not, a copy
13915 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13916 # obtained by writing to the Free Software Foundation, Inc.,
13917 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13918
13919
13920 # The names of the tagged configurations supported by this script.
13921 available_tags=""
13922
13923 # ### BEGIN LIBTOOL CONFIG
13924
13925 # Which release of libtool.m4 was used?
13926 macro_version=$macro_version
13927 macro_revision=$macro_revision
13928
13929 # Whether or not to build shared libraries.
13930 build_libtool_libs=$enable_shared
13931
13932 # Whether or not to build static libraries.
13933 build_old_libs=$enable_static
13934
13935 # What type of objects to build.
13936 pic_mode=$pic_mode
13937
13938 # Whether or not to optimize for fast installation.
13939 fast_install=$enable_fast_install
13940
13941 # Shell to use when invoking shell scripts.
13942 SHELL=$lt_SHELL
13943
13944 # An echo program that protects backslashes.
13945 ECHO=$lt_ECHO
13946
13947 # The host system.
13948 host_alias=$host_alias
13949 host=$host
13950 host_os=$host_os
13951
13952 # The build system.
13953 build_alias=$build_alias
13954 build=$build
13955 build_os=$build_os
13956
13957 # A sed program that does not truncate output.
13958 SED=$lt_SED
13959
13960 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13961 Xsed="\$SED -e 1s/^X//"
13962
13963 # A grep program that handles long lines.
13964 GREP=$lt_GREP
13965
13966 # An ERE matcher.
13967 EGREP=$lt_EGREP
13968
13969 # A literal string matcher.
13970 FGREP=$lt_FGREP
13971
13972 # A BSD- or MS-compatible name lister.
13973 NM=$lt_NM
13974
13975 # Whether we need soft or hard links.
13976 LN_S=$lt_LN_S
13977
13978 # What is the maximum length of a command?
13979 max_cmd_len=$max_cmd_len
13980
13981 # Object file suffix (normally "o").
13982 objext=$ac_objext
13983
13984 # Executable file suffix (normally "").
13985 exeext=$exeext
13986
13987 # whether the shell understands "unset".
13988 lt_unset=$lt_unset
13989
13990 # turn spaces into newlines.
13991 SP2NL=$lt_lt_SP2NL
13992
13993 # turn newlines into spaces.
13994 NL2SP=$lt_lt_NL2SP
13995
13996 # An object symbol dumper.
13997 OBJDUMP=$lt_OBJDUMP
13998
13999 # Method to check whether dependent libraries are shared objects.
14000 deplibs_check_method=$lt_deplibs_check_method
14001
14002 # Command to use when deplibs_check_method == "file_magic".
14003 file_magic_cmd=$lt_file_magic_cmd
14004
14005 # The archiver.
14006 AR=$lt_AR
14007 AR_FLAGS=$lt_AR_FLAGS
14008
14009 # A symbol stripping program.
14010 STRIP=$lt_STRIP
14011
14012 # Commands used to install an old-style archive.
14013 RANLIB=$lt_RANLIB
14014 old_postinstall_cmds=$lt_old_postinstall_cmds
14015 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14016
14017 # Whether to use a lock for old archive extraction.
14018 lock_old_archive_extraction=$lock_old_archive_extraction
14019
14020 # A C compiler.
14021 LTCC=$lt_CC
14022
14023 # LTCC compiler flags.
14024 LTCFLAGS=$lt_CFLAGS
14025
14026 # Take the output of nm and produce a listing of raw symbols and C names.
14027 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14028
14029 # Transform the output of nm in a proper C declaration.
14030 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14031
14032 # Transform the output of nm in a C name address pair.
14033 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14034
14035 # Transform the output of nm in a C name address pair when lib prefix is needed.
14036 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14037
14038 # The name of the directory that contains temporary libtool files.
14039 objdir=$objdir
14040
14041 # Used to examine libraries when file_magic_cmd begins with "file".
14042 MAGIC_CMD=$MAGIC_CMD
14043
14044 # Must we lock files when doing compilation?
14045 need_locks=$lt_need_locks
14046
14047 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14048 DSYMUTIL=$lt_DSYMUTIL
14049
14050 # Tool to change global to local symbols on Mac OS X.
14051 NMEDIT=$lt_NMEDIT
14052
14053 # Tool to manipulate fat objects and archives on Mac OS X.
14054 LIPO=$lt_LIPO
14055
14056 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14057 OTOOL=$lt_OTOOL
14058
14059 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14060 OTOOL64=$lt_OTOOL64
14061
14062 # Old archive suffix (normally "a").
14063 libext=$libext
14064
14065 # Shared library suffix (normally ".so").
14066 shrext_cmds=$lt_shrext_cmds
14067
14068 # The commands to extract the exported symbol list from a shared archive.
14069 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14070
14071 # Variables whose values should be saved in libtool wrapper scripts and
14072 # restored at link time.
14073 variables_saved_for_relink=$lt_variables_saved_for_relink
14074
14075 # Do we need the "lib" prefix for modules?
14076 need_lib_prefix=$need_lib_prefix
14077
14078 # Do we need a version for libraries?
14079 need_version=$need_version
14080
14081 # Library versioning type.
14082 version_type=$version_type
14083
14084 # Shared library runtime path variable.
14085 runpath_var=$runpath_var
14086
14087 # Shared library path variable.
14088 shlibpath_var=$shlibpath_var
14089
14090 # Is shlibpath searched before the hard-coded library search path?
14091 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14092
14093 # Format of library name prefix.
14094 libname_spec=$lt_libname_spec
14095
14096 # List of archive names. First name is the real one, the rest are links.
14097 # The last name is the one that the linker finds with -lNAME
14098 library_names_spec=$lt_library_names_spec
14099
14100 # The coded name of the library, if different from the real name.
14101 soname_spec=$lt_soname_spec
14102
14103 # Permission mode override for installation of shared libraries.
14104 install_override_mode=$lt_install_override_mode
14105
14106 # Command to use after installation of a shared archive.
14107 postinstall_cmds=$lt_postinstall_cmds
14108
14109 # Command to use after uninstallation of a shared archive.
14110 postuninstall_cmds=$lt_postuninstall_cmds
14111
14112 # Commands used to finish a libtool library installation in a directory.
14113 finish_cmds=$lt_finish_cmds
14114
14115 # As "finish_cmds", except a single script fragment to be evaled but
14116 # not shown.
14117 finish_eval=$lt_finish_eval
14118
14119 # Whether we should hardcode library paths into libraries.
14120 hardcode_into_libs=$hardcode_into_libs
14121
14122 # Compile-time system search path for libraries.
14123 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14124
14125 # Run-time system search path for libraries.
14126 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14127
14128 # Whether dlopen is supported.
14129 dlopen_support=$enable_dlopen
14130
14131 # Whether dlopen of programs is supported.
14132 dlopen_self=$enable_dlopen_self
14133
14134 # Whether dlopen of statically linked programs is supported.
14135 dlopen_self_static=$enable_dlopen_self_static
14136
14137 # Commands to strip libraries.
14138 old_striplib=$lt_old_striplib
14139 striplib=$lt_striplib
14140
14141
14142 # The linker used to build libraries.
14143 LD=$lt_LD
14144
14145 # How to create reloadable object files.
14146 reload_flag=$lt_reload_flag
14147 reload_cmds=$lt_reload_cmds
14148
14149 # Commands used to build an old-style archive.
14150 old_archive_cmds=$lt_old_archive_cmds
14151
14152 # A language specific compiler.
14153 CC=$lt_compiler
14154
14155 # Is the compiler the GNU compiler?
14156 with_gcc=$GCC
14157
14158 # Compiler flag to turn off builtin functions.
14159 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14160
14161 # How to pass a linker flag through the compiler.
14162 wl=$lt_lt_prog_compiler_wl
14163
14164 # Additional compiler flags for building library objects.
14165 pic_flag=$lt_lt_prog_compiler_pic
14166
14167 # Compiler flag to prevent dynamic linking.
14168 link_static_flag=$lt_lt_prog_compiler_static
14169
14170 # Does compiler simultaneously support -c and -o options?
14171 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14172
14173 # Whether or not to add -lc for building shared libraries.
14174 build_libtool_need_lc=$archive_cmds_need_lc
14175
14176 # Whether or not to disallow shared libs when runtime libs are static.
14177 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14178
14179 # Compiler flag to allow reflexive dlopens.
14180 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14181
14182 # Compiler flag to generate shared objects directly from archives.
14183 whole_archive_flag_spec=$lt_whole_archive_flag_spec
14184
14185 # Whether the compiler copes with passing no objects directly.
14186 compiler_needs_object=$lt_compiler_needs_object
14187
14188 # Create an old-style archive from a shared archive.
14189 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14190
14191 # Create a temporary old-style archive to link instead of a shared archive.
14192 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14193
14194 # Commands used to build a shared archive.
14195 archive_cmds=$lt_archive_cmds
14196 archive_expsym_cmds=$lt_archive_expsym_cmds
14197
14198 # Commands used to build a loadable module if different from building
14199 # a shared archive.
14200 module_cmds=$lt_module_cmds
14201 module_expsym_cmds=$lt_module_expsym_cmds
14202
14203 # Whether we are building with GNU ld or not.
14204 with_gnu_ld=$lt_with_gnu_ld
14205
14206 # Flag that allows shared libraries with undefined symbols to be built.
14207 allow_undefined_flag=$lt_allow_undefined_flag
14208
14209 # Flag that enforces no undefined symbols.
14210 no_undefined_flag=$lt_no_undefined_flag
14211
14212 # Flag to hardcode \$libdir into a binary during linking.
14213 # This must work even if \$libdir does not exist
14214 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14215
14216 # If ld is used when linking, flag to hardcode \$libdir into a binary
14217 # during linking. This must work even if \$libdir does not exist.
14218 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14219
14220 # Whether we need a single "-rpath" flag with a separated argument.
14221 hardcode_libdir_separator=$lt_hardcode_libdir_separator
14222
14223 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14224 # DIR into the resulting binary.
14225 hardcode_direct=$hardcode_direct
14226
14227 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14228 # DIR into the resulting binary and the resulting library dependency is
14229 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14230 # library is relocated.
14231 hardcode_direct_absolute=$hardcode_direct_absolute
14232
14233 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14234 # into the resulting binary.
14235 hardcode_minus_L=$hardcode_minus_L
14236
14237 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14238 # into the resulting binary.
14239 hardcode_shlibpath_var=$hardcode_shlibpath_var
14240
14241 # Set to "yes" if building a shared library automatically hardcodes DIR
14242 # into the library and all subsequent libraries and executables linked
14243 # against it.
14244 hardcode_automatic=$hardcode_automatic
14245
14246 # Set to yes if linker adds runtime paths of dependent libraries
14247 # to runtime path list.
14248 inherit_rpath=$inherit_rpath
14249
14250 # Whether libtool must link a program against all its dependency libraries.
14251 link_all_deplibs=$link_all_deplibs
14252
14253 # Fix the shell variable \$srcfile for the compiler.
14254 fix_srcfile_path=$lt_fix_srcfile_path
14255
14256 # Set to "yes" if exported symbols are required.
14257 always_export_symbols=$always_export_symbols
14258
14259 # The commands to list exported symbols.
14260 export_symbols_cmds=$lt_export_symbols_cmds
14261
14262 # Symbols that should not be listed in the preloaded symbols.
14263 exclude_expsyms=$lt_exclude_expsyms
14264
14265 # Symbols that must always be exported.
14266 include_expsyms=$lt_include_expsyms
14267
14268 # Commands necessary for linking programs (against libraries) with templates.
14269 prelink_cmds=$lt_prelink_cmds
14270
14271 # Specify filename containing input files.
14272 file_list_spec=$lt_file_list_spec
14273
14274 # How to hardcode a shared library path into an executable.
14275 hardcode_action=$hardcode_action
14276
14277 # ### END LIBTOOL CONFIG
14278
14279 _LT_EOF
14280
14281 case $host_os in
14282 aix3*)
14283 cat <<\_LT_EOF >> "$cfgfile"
14284 # AIX sometimes has problems with the GCC collect2 program. For some
14285 # reason, if we set the COLLECT_NAMES environment variable, the problems
14286 # vanish in a puff of smoke.
14287 if test "X${COLLECT_NAMES+set}" != Xset; then
14288 COLLECT_NAMES=
14289 export COLLECT_NAMES
14290 fi
14291 _LT_EOF
14292 ;;
14293 esac
14294
14295
14296 ltmain="$ac_aux_dir/ltmain.sh"
14297
14298
14299 # We use sed instead of cat because bash on DJGPP gets confused if
14300 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14301 # text mode, it properly converts lines to CR/LF. This bash problem
14302 # is reportedly fixed, but why not run on old versions too?
14303 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14304 || (rm -f "$cfgfile"; exit 1)
14305
14306 case $xsi_shell in
14307 yes)
14308 cat << \_LT_EOF >> "$cfgfile"
14309
14310 # func_dirname file append nondir_replacement
14311 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14312 # otherwise set result to NONDIR_REPLACEMENT.
14313 func_dirname ()
14314 {
14315 case ${1} in
14316 */*) func_dirname_result="${1%/*}${2}" ;;
14317 * ) func_dirname_result="${3}" ;;
14318 esac
14319 }
14320
14321 # func_basename file
14322 func_basename ()
14323 {
14324 func_basename_result="${1##*/}"
14325 }
14326
14327 # func_dirname_and_basename file append nondir_replacement
14328 # perform func_basename and func_dirname in a single function
14329 # call:
14330 # dirname: Compute the dirname of FILE. If nonempty,
14331 # add APPEND to the result, otherwise set result
14332 # to NONDIR_REPLACEMENT.
14333 # value returned in "$func_dirname_result"
14334 # basename: Compute filename of FILE.
14335 # value retuned in "$func_basename_result"
14336 # Implementation must be kept synchronized with func_dirname
14337 # and func_basename. For efficiency, we do not delegate to
14338 # those functions but instead duplicate the functionality here.
14339 func_dirname_and_basename ()
14340 {
14341 case ${1} in
14342 */*) func_dirname_result="${1%/*}${2}" ;;
14343 * ) func_dirname_result="${3}" ;;
14344 esac
14345 func_basename_result="${1##*/}"
14346 }
14347
14348 # func_stripname prefix suffix name
14349 # strip PREFIX and SUFFIX off of NAME.
14350 # PREFIX and SUFFIX must not contain globbing or regex special
14351 # characters, hashes, percent signs, but SUFFIX may contain a leading
14352 # dot (in which case that matches only a dot).
14353 func_stripname ()
14354 {
14355 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14356 # positional parameters, so assign one to ordinary parameter first.
14357 func_stripname_result=${3}
14358 func_stripname_result=${func_stripname_result#"${1}"}
14359 func_stripname_result=${func_stripname_result%"${2}"}
14360 }
14361
14362 # func_opt_split
14363 func_opt_split ()
14364 {
14365 func_opt_split_opt=${1%%=*}
14366 func_opt_split_arg=${1#*=}
14367 }
14368
14369 # func_lo2o object
14370 func_lo2o ()
14371 {
14372 case ${1} in
14373 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14374 *) func_lo2o_result=${1} ;;
14375 esac
14376 }
14377
14378 # func_xform libobj-or-source
14379 func_xform ()
14380 {
14381 func_xform_result=${1%.*}.lo
14382 }
14383
14384 # func_arith arithmetic-term...
14385 func_arith ()
14386 {
14387 func_arith_result=$(( $* ))
14388 }
14389
14390 # func_len string
14391 # STRING may not start with a hyphen.
14392 func_len ()
14393 {
14394 func_len_result=${#1}
14395 }
14396
14397 _LT_EOF
14398 ;;
14399 *) # Bourne compatible functions.
14400 cat << \_LT_EOF >> "$cfgfile"
14401
14402 # func_dirname file append nondir_replacement
14403 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14404 # otherwise set result to NONDIR_REPLACEMENT.
14405 func_dirname ()
14406 {
14407 # Extract subdirectory from the argument.
14408 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14409 if test "X$func_dirname_result" = "X${1}"; then
14410 func_dirname_result="${3}"
14411 else
14412 func_dirname_result="$func_dirname_result${2}"
14413 fi
14414 }
14415
14416 # func_basename file
14417 func_basename ()
14418 {
14419 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14420 }
14421
14422
14423 # func_stripname prefix suffix name
14424 # strip PREFIX and SUFFIX off of NAME.
14425 # PREFIX and SUFFIX must not contain globbing or regex special
14426 # characters, hashes, percent signs, but SUFFIX may contain a leading
14427 # dot (in which case that matches only a dot).
14428 # func_strip_suffix prefix name
14429 func_stripname ()
14430 {
14431 case ${2} in
14432 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14433 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14434 esac
14435 }
14436
14437 # sed scripts:
14438 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14439 my_sed_long_arg='1s/^-[^=]*=//'
14440
14441 # func_opt_split
14442 func_opt_split ()
14443 {
14444 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14445 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14446 }
14447
14448 # func_lo2o object
14449 func_lo2o ()
14450 {
14451 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14452 }
14453
14454 # func_xform libobj-or-source
14455 func_xform ()
14456 {
14457 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14458 }
14459
14460 # func_arith arithmetic-term...
14461 func_arith ()
14462 {
14463 func_arith_result=`expr "$@"`
14464 }
14465
14466 # func_len string
14467 # STRING may not start with a hyphen.
14468 func_len ()
14469 {
14470 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14471 }
14472
14473 _LT_EOF
14474 esac
14475
14476 case $lt_shell_append in
14477 yes)
14478 cat << \_LT_EOF >> "$cfgfile"
14479
14480 # func_append var value
14481 # Append VALUE to the end of shell variable VAR.
14482 func_append ()
14483 {
14484 eval "$1+=\$2"
14485 }
14486 _LT_EOF
14487 ;;
14488 *)
14489 cat << \_LT_EOF >> "$cfgfile"
14490
14491 # func_append var value
14492 # Append VALUE to the end of shell variable VAR.
14493 func_append ()
14494 {
14495 eval "$1=\$$1\$2"
14496 }
14497
14498 _LT_EOF
14499 ;;
14500 esac
14501
14502
14503 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14504 || (rm -f "$cfgfile"; exit 1)
14505
14506 mv -f "$cfgfile" "$ofile" ||
14507 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14508 chmod +x "$ofile"
14509
14510 ;;
14511 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
14512 rm -f Makesim1.tmp Makesim2.tmp Makefile
14513 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
14514 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
14515 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
14516 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
14517 <Makefile.sim >Makefile
14518 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
14519 ;;
14520 "stamp-h":C) echo > stamp-h ;;
14521
14522 esac
14523 done # for ac_tag
14524
14525
14526 as_fn_exit 0
14527 _ACEOF
14528 ac_clean_files=$ac_clean_files_save
14529
14530 test $ac_write_fail = 0 ||
14531 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
14532
14533
14534 # configure is writing to config.log, and then calls config.status.
14535 # config.status does its own redirection, appending to config.log.
14536 # Unfortunately, on DOS this fails, as config.log is still kept open
14537 # by configure, so config.status won't be able to write to it; its
14538 # output is simply discarded. So we exec the FD to /dev/null,
14539 # effectively closing config.log, so it can be properly (re)opened and
14540 # appended to by config.status. When coming back to configure, we
14541 # need to make the FD available again.
14542 if test "$no_create" != yes; then
14543 ac_cs_success=:
14544 ac_config_status_args=
14545 test "$silent" = yes &&
14546 ac_config_status_args="$ac_config_status_args --quiet"
14547 exec 5>/dev/null
14548 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14549 exec 5>>config.log
14550 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14551 # would make configure fail if this is the last instruction.
14552 $ac_cs_success || as_fn_exit 1
14553 fi
14554 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14556 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14557 fi
14558
14559
This page took 0.31551 seconds and 5 git commands to generate.