9fa2866deed9763105a9d7f570f9a2e69679f8fa
[deliverable/binutils-gdb.git] / sim / mips / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
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 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
100
101 ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148 esac
149 fi
150 "
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165 exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
185 fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192 do
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206 fi
207 fi
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228 fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
241 fi
242 exit 1
243 fi
244 fi
245 fi
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
251
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
259 {
260 { eval $1=; unset $1;}
261 }
262 as_unset=as_fn_unset
263
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
268 {
269 return $1
270 } # as_fn_set_status
271
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
276 {
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
281
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
286 {
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340 else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345 fi # as_fn_append
346
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357 else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362 fi # as_fn_arith
363
364
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
371 {
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
380
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
386 fi
387
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
392 fi
393
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
398 fi
399
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
418
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456 }
457
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467 *)
468 ECHO_N='-n';;
469 esac
470
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477 fi
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
491 fi
492 else
493 as_ln_s='cp -p'
494 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
497
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503 fi
504
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525 fi
526 as_executable_p=$as_test_x
527
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537 exec 7<&0 </dev/null 6>&1
538
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544 #
545 # Initializations.
546 #
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
555
556 # Identity of this package.
557 PACKAGE_NAME=
558 PACKAGE_TARNAME=
559 PACKAGE_VERSION=
560 PACKAGE_STRING=
561 PACKAGE_BUGREPORT=
562 PACKAGE_URL=
563
564 ac_unique_file="Makefile.in"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 # include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 # include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
600
601 ac_subst_vars='LTLIBOBJS
602 LIBOBJS
603 cgen_breaks
604 mips_extra_libs
605 XMKMF
606 mips_igen_engine
607 sim_multi_obj
608 sim_multi_src
609 sim_multi_igen_configs
610 sim_multi_flags
611 sim_gen
612 sim_micromips16_flags
613 sim_micromips_flags
614 sim_m16_flags
615 sim_igen_flags
616 SIM_SUBTARGET
617 REPORT_BUGS_TEXI
618 REPORT_BUGS_TO
619 PKGVERSION
620 sim_profile
621 sim_trace
622 sim_stdio
623 sim_debug
624 MAINT
625 MAINTAINER_MODE_FALSE
626 MAINTAINER_MODE_TRUE
627 lt_cv_dlopen_libs
628 OTOOL64
629 OTOOL
630 LIPO
631 NMEDIT
632 DSYMUTIL
633 AWK
634 STRIP
635 OBJDUMP
636 LN_S
637 NM
638 ac_ct_DUMPBIN
639 DUMPBIN
640 LD
641 FGREP
642 SED
643 LIBTOOL
644 PLUGINS_FALSE
645 PLUGINS_TRUE
646 zlibinc
647 zlibdir
648 CATOBJEXT
649 GENCAT
650 INSTOBJEXT
651 DATADIRNAME
652 CATALOGS
653 POSUB
654 GMSGFMT
655 XGETTEXT
656 INCINTL
657 LIBINTL_DEP
658 LIBINTL
659 USE_NLS
660 GMAKE_FALSE
661 GMAKE_TRUE
662 MAKE
663 CCDEPMODE
664 DEPDIR
665 am__leading_dot
666 PACKAGE
667 RANLIB
668 AR
669 HDEFINES
670 CC_FOR_BUILD
671 INSTALL_DATA
672 INSTALL_SCRIPT
673 INSTALL_PROGRAM
674 EGREP
675 GREP
676 CPP
677 target_os
678 target_vendor
679 target_cpu
680 target
681 host_os
682 host_vendor
683 host_cpu
684 host
685 build_os
686 build_vendor
687 build_cpu
688 build
689 OBJEXT
690 EXEEXT
691 ac_ct_CC
692 CPPFLAGS
693 LDFLAGS
694 CFLAGS
695 CC
696 WERROR_CFLAGS
697 WARN_CFLAGS
698 sim_xor_endian
699 sim_smp
700 sim_reserved_bits
701 sim_packages
702 sim_inline
703 sim_hw
704 sim_hw_objs
705 sim_hw_cflags
706 sim_default_model
707 sim_scache
708 sim_float
709 sim_endian
710 sim_bitsize
711 sim_assert
712 sim_alignment
713 sim_environment
714 target_alias
715 host_alias
716 build_alias
717 LIBS
718 ECHO_T
719 ECHO_N
720 ECHO_C
721 DEFS
722 mandir
723 localedir
724 libdir
725 psdir
726 pdfdir
727 dvidir
728 htmldir
729 infodir
730 docdir
731 oldincludedir
732 includedir
733 localstatedir
734 sharedstatedir
735 sysconfdir
736 datadir
737 datarootdir
738 libexecdir
739 sbindir
740 bindir
741 program_transform_name
742 prefix
743 exec_prefix
744 PACKAGE_URL
745 PACKAGE_BUGREPORT
746 PACKAGE_STRING
747 PACKAGE_VERSION
748 PACKAGE_TARNAME
749 PACKAGE_NAME
750 PATH_SEPARATOR
751 SHELL'
752 ac_subst_files=''
753 ac_user_opts='
754 enable_option_checking
755 with_system_zlib
756 enable_plugins
757 enable_shared
758 enable_static
759 with_pic
760 enable_fast_install
761 with_gnu_ld
762 enable_libtool_lock
763 enable_maintainer_mode
764 enable_sim_debug
765 enable_sim_stdio
766 enable_sim_trace
767 enable_sim_profile
768 enable_sim_assert
769 enable_sim_environment
770 enable_sim_inline
771 with_pkgversion
772 with_bugurl
773 enable_sim_alignment
774 enable_werror
775 enable_build_warnings
776 enable_sim_build_warnings
777 enable_sim_reserved_bits
778 enable_sim_endian
779 enable_sim_bitsize
780 enable_sim_float
781 enable_sim_hardware
782 with_x
783 '
784 ac_precious_vars='build_alias
785 host_alias
786 target_alias
787 CC
788 CFLAGS
789 LDFLAGS
790 LIBS
791 CPPFLAGS
792 CPP
793 XMKMF'
794
795
796 # Initialize some variables set by options.
797 ac_init_help=
798 ac_init_version=false
799 ac_unrecognized_opts=
800 ac_unrecognized_sep=
801 # The variables have the same names as the options, with
802 # dashes changed to underlines.
803 cache_file=/dev/null
804 exec_prefix=NONE
805 no_create=
806 no_recursion=
807 prefix=NONE
808 program_prefix=NONE
809 program_suffix=NONE
810 program_transform_name=s,x,x,
811 silent=
812 site=
813 srcdir=
814 verbose=
815 x_includes=NONE
816 x_libraries=NONE
817
818 # Installation directory options.
819 # These are left unexpanded so users can "make install exec_prefix=/foo"
820 # and all the variables that are supposed to be based on exec_prefix
821 # by default will actually change.
822 # Use braces instead of parens because sh, perl, etc. also accept them.
823 # (The list follows the same order as the GNU Coding Standards.)
824 bindir='${exec_prefix}/bin'
825 sbindir='${exec_prefix}/sbin'
826 libexecdir='${exec_prefix}/libexec'
827 datarootdir='${prefix}/share'
828 datadir='${datarootdir}'
829 sysconfdir='${prefix}/etc'
830 sharedstatedir='${prefix}/com'
831 localstatedir='${prefix}/var'
832 includedir='${prefix}/include'
833 oldincludedir='/usr/include'
834 docdir='${datarootdir}/doc/${PACKAGE}'
835 infodir='${datarootdir}/info'
836 htmldir='${docdir}'
837 dvidir='${docdir}'
838 pdfdir='${docdir}'
839 psdir='${docdir}'
840 libdir='${exec_prefix}/lib'
841 localedir='${datarootdir}/locale'
842 mandir='${datarootdir}/man'
843
844 ac_prev=
845 ac_dashdash=
846 for ac_option
847 do
848 # If the previous option needs an argument, assign it.
849 if test -n "$ac_prev"; then
850 eval $ac_prev=\$ac_option
851 ac_prev=
852 continue
853 fi
854
855 case $ac_option in
856 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
857 *) ac_optarg=yes ;;
858 esac
859
860 # Accept the important Cygnus configure options, so we can diagnose typos.
861
862 case $ac_dashdash$ac_option in
863 --)
864 ac_dashdash=yes ;;
865
866 -bindir | --bindir | --bindi | --bind | --bin | --bi)
867 ac_prev=bindir ;;
868 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
869 bindir=$ac_optarg ;;
870
871 -build | --build | --buil | --bui | --bu)
872 ac_prev=build_alias ;;
873 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
874 build_alias=$ac_optarg ;;
875
876 -cache-file | --cache-file | --cache-fil | --cache-fi \
877 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
878 ac_prev=cache_file ;;
879 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
880 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
881 cache_file=$ac_optarg ;;
882
883 --config-cache | -C)
884 cache_file=config.cache ;;
885
886 -datadir | --datadir | --datadi | --datad)
887 ac_prev=datadir ;;
888 -datadir=* | --datadir=* | --datadi=* | --datad=*)
889 datadir=$ac_optarg ;;
890
891 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
892 | --dataroo | --dataro | --datar)
893 ac_prev=datarootdir ;;
894 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
895 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
896 datarootdir=$ac_optarg ;;
897
898 -disable-* | --disable-*)
899 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
900 # Reject names that are not valid shell variable names.
901 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
902 as_fn_error "invalid feature name: $ac_useropt"
903 ac_useropt_orig=$ac_useropt
904 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
905 case $ac_user_opts in
906 *"
907 "enable_$ac_useropt"
908 "*) ;;
909 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
910 ac_unrecognized_sep=', ';;
911 esac
912 eval enable_$ac_useropt=no ;;
913
914 -docdir | --docdir | --docdi | --doc | --do)
915 ac_prev=docdir ;;
916 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
917 docdir=$ac_optarg ;;
918
919 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
920 ac_prev=dvidir ;;
921 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
922 dvidir=$ac_optarg ;;
923
924 -enable-* | --enable-*)
925 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
926 # Reject names that are not valid shell variable names.
927 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
928 as_fn_error "invalid feature name: $ac_useropt"
929 ac_useropt_orig=$ac_useropt
930 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
931 case $ac_user_opts in
932 *"
933 "enable_$ac_useropt"
934 "*) ;;
935 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
936 ac_unrecognized_sep=', ';;
937 esac
938 eval enable_$ac_useropt=\$ac_optarg ;;
939
940 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
941 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
942 | --exec | --exe | --ex)
943 ac_prev=exec_prefix ;;
944 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
945 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
946 | --exec=* | --exe=* | --ex=*)
947 exec_prefix=$ac_optarg ;;
948
949 -gas | --gas | --ga | --g)
950 # Obsolete; use --with-gas.
951 with_gas=yes ;;
952
953 -help | --help | --hel | --he | -h)
954 ac_init_help=long ;;
955 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
956 ac_init_help=recursive ;;
957 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
958 ac_init_help=short ;;
959
960 -host | --host | --hos | --ho)
961 ac_prev=host_alias ;;
962 -host=* | --host=* | --hos=* | --ho=*)
963 host_alias=$ac_optarg ;;
964
965 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
966 ac_prev=htmldir ;;
967 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
968 | --ht=*)
969 htmldir=$ac_optarg ;;
970
971 -includedir | --includedir | --includedi | --included | --include \
972 | --includ | --inclu | --incl | --inc)
973 ac_prev=includedir ;;
974 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
975 | --includ=* | --inclu=* | --incl=* | --inc=*)
976 includedir=$ac_optarg ;;
977
978 -infodir | --infodir | --infodi | --infod | --info | --inf)
979 ac_prev=infodir ;;
980 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
981 infodir=$ac_optarg ;;
982
983 -libdir | --libdir | --libdi | --libd)
984 ac_prev=libdir ;;
985 -libdir=* | --libdir=* | --libdi=* | --libd=*)
986 libdir=$ac_optarg ;;
987
988 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
989 | --libexe | --libex | --libe)
990 ac_prev=libexecdir ;;
991 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
992 | --libexe=* | --libex=* | --libe=*)
993 libexecdir=$ac_optarg ;;
994
995 -localedir | --localedir | --localedi | --localed | --locale)
996 ac_prev=localedir ;;
997 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
998 localedir=$ac_optarg ;;
999
1000 -localstatedir | --localstatedir | --localstatedi | --localstated \
1001 | --localstate | --localstat | --localsta | --localst | --locals)
1002 ac_prev=localstatedir ;;
1003 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1004 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1005 localstatedir=$ac_optarg ;;
1006
1007 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1008 ac_prev=mandir ;;
1009 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1010 mandir=$ac_optarg ;;
1011
1012 -nfp | --nfp | --nf)
1013 # Obsolete; use --without-fp.
1014 with_fp=no ;;
1015
1016 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1017 | --no-cr | --no-c | -n)
1018 no_create=yes ;;
1019
1020 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1021 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1022 no_recursion=yes ;;
1023
1024 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1025 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1026 | --oldin | --oldi | --old | --ol | --o)
1027 ac_prev=oldincludedir ;;
1028 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1029 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1030 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1031 oldincludedir=$ac_optarg ;;
1032
1033 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1034 ac_prev=prefix ;;
1035 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1036 prefix=$ac_optarg ;;
1037
1038 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1039 | --program-pre | --program-pr | --program-p)
1040 ac_prev=program_prefix ;;
1041 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1042 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1043 program_prefix=$ac_optarg ;;
1044
1045 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1046 | --program-suf | --program-su | --program-s)
1047 ac_prev=program_suffix ;;
1048 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1049 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1050 program_suffix=$ac_optarg ;;
1051
1052 -program-transform-name | --program-transform-name \
1053 | --program-transform-nam | --program-transform-na \
1054 | --program-transform-n | --program-transform- \
1055 | --program-transform | --program-transfor \
1056 | --program-transfo | --program-transf \
1057 | --program-trans | --program-tran \
1058 | --progr-tra | --program-tr | --program-t)
1059 ac_prev=program_transform_name ;;
1060 -program-transform-name=* | --program-transform-name=* \
1061 | --program-transform-nam=* | --program-transform-na=* \
1062 | --program-transform-n=* | --program-transform-=* \
1063 | --program-transform=* | --program-transfor=* \
1064 | --program-transfo=* | --program-transf=* \
1065 | --program-trans=* | --program-tran=* \
1066 | --progr-tra=* | --program-tr=* | --program-t=*)
1067 program_transform_name=$ac_optarg ;;
1068
1069 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1070 ac_prev=pdfdir ;;
1071 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1072 pdfdir=$ac_optarg ;;
1073
1074 -psdir | --psdir | --psdi | --psd | --ps)
1075 ac_prev=psdir ;;
1076 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1077 psdir=$ac_optarg ;;
1078
1079 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1080 | -silent | --silent | --silen | --sile | --sil)
1081 silent=yes ;;
1082
1083 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1084 ac_prev=sbindir ;;
1085 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1086 | --sbi=* | --sb=*)
1087 sbindir=$ac_optarg ;;
1088
1089 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1090 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1091 | --sharedst | --shareds | --shared | --share | --shar \
1092 | --sha | --sh)
1093 ac_prev=sharedstatedir ;;
1094 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1095 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1096 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1097 | --sha=* | --sh=*)
1098 sharedstatedir=$ac_optarg ;;
1099
1100 -site | --site | --sit)
1101 ac_prev=site ;;
1102 -site=* | --site=* | --sit=*)
1103 site=$ac_optarg ;;
1104
1105 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1106 ac_prev=srcdir ;;
1107 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1108 srcdir=$ac_optarg ;;
1109
1110 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1111 | --syscon | --sysco | --sysc | --sys | --sy)
1112 ac_prev=sysconfdir ;;
1113 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1114 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1115 sysconfdir=$ac_optarg ;;
1116
1117 -target | --target | --targe | --targ | --tar | --ta | --t)
1118 ac_prev=target_alias ;;
1119 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1120 target_alias=$ac_optarg ;;
1121
1122 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1123 verbose=yes ;;
1124
1125 -version | --version | --versio | --versi | --vers | -V)
1126 ac_init_version=: ;;
1127
1128 -with-* | --with-*)
1129 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1130 # Reject names that are not valid shell variable names.
1131 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1132 as_fn_error "invalid package name: $ac_useropt"
1133 ac_useropt_orig=$ac_useropt
1134 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1135 case $ac_user_opts in
1136 *"
1137 "with_$ac_useropt"
1138 "*) ;;
1139 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1140 ac_unrecognized_sep=', ';;
1141 esac
1142 eval with_$ac_useropt=\$ac_optarg ;;
1143
1144 -without-* | --without-*)
1145 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1146 # Reject names that are not valid shell variable names.
1147 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1148 as_fn_error "invalid package name: $ac_useropt"
1149 ac_useropt_orig=$ac_useropt
1150 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1151 case $ac_user_opts in
1152 *"
1153 "with_$ac_useropt"
1154 "*) ;;
1155 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1156 ac_unrecognized_sep=', ';;
1157 esac
1158 eval with_$ac_useropt=no ;;
1159
1160 --x)
1161 # Obsolete; use --with-x.
1162 with_x=yes ;;
1163
1164 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1165 | --x-incl | --x-inc | --x-in | --x-i)
1166 ac_prev=x_includes ;;
1167 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1168 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1169 x_includes=$ac_optarg ;;
1170
1171 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1172 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1173 ac_prev=x_libraries ;;
1174 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1175 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1176 x_libraries=$ac_optarg ;;
1177
1178 -*) as_fn_error "unrecognized option: \`$ac_option'
1179 Try \`$0 --help' for more information."
1180 ;;
1181
1182 *=*)
1183 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1184 # Reject names that are not valid shell variable names.
1185 case $ac_envvar in #(
1186 '' | [0-9]* | *[!_$as_cr_alnum]* )
1187 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1188 esac
1189 eval $ac_envvar=\$ac_optarg
1190 export $ac_envvar ;;
1191
1192 *)
1193 # FIXME: should be removed in autoconf 3.0.
1194 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1195 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1196 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1197 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1198 ;;
1199
1200 esac
1201 done
1202
1203 if test -n "$ac_prev"; then
1204 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1205 as_fn_error "missing argument to $ac_option"
1206 fi
1207
1208 if test -n "$ac_unrecognized_opts"; then
1209 case $enable_option_checking in
1210 no) ;;
1211 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1212 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1213 esac
1214 fi
1215
1216 # Check all directory arguments for consistency.
1217 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1218 datadir sysconfdir sharedstatedir localstatedir includedir \
1219 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1220 libdir localedir mandir
1221 do
1222 eval ac_val=\$$ac_var
1223 # Remove trailing slashes.
1224 case $ac_val in
1225 */ )
1226 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1227 eval $ac_var=\$ac_val;;
1228 esac
1229 # Be sure to have absolute directory names.
1230 case $ac_val in
1231 [\\/$]* | ?:[\\/]* ) continue;;
1232 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1233 esac
1234 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1235 done
1236
1237 # There might be people who depend on the old broken behavior: `$host'
1238 # used to hold the argument of --host etc.
1239 # FIXME: To remove some day.
1240 build=$build_alias
1241 host=$host_alias
1242 target=$target_alias
1243
1244 # FIXME: To remove some day.
1245 if test "x$host_alias" != x; then
1246 if test "x$build_alias" = x; then
1247 cross_compiling=maybe
1248 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1249 If a cross compiler is detected then cross compile mode will be used." >&2
1250 elif test "x$build_alias" != "x$host_alias"; then
1251 cross_compiling=yes
1252 fi
1253 fi
1254
1255 ac_tool_prefix=
1256 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1257
1258 test "$silent" = yes && exec 6>/dev/null
1259
1260
1261 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1262 ac_ls_di=`ls -di .` &&
1263 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1264 as_fn_error "working directory cannot be determined"
1265 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1266 as_fn_error "pwd does not report name of working directory"
1267
1268
1269 # Find the source files, if location was not specified.
1270 if test -z "$srcdir"; then
1271 ac_srcdir_defaulted=yes
1272 # Try the directory containing this script, then the parent directory.
1273 ac_confdir=`$as_dirname -- "$as_myself" ||
1274 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1275 X"$as_myself" : 'X\(//\)[^/]' \| \
1276 X"$as_myself" : 'X\(//\)$' \| \
1277 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1278 $as_echo X"$as_myself" |
1279 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1280 s//\1/
1281 q
1282 }
1283 /^X\(\/\/\)[^/].*/{
1284 s//\1/
1285 q
1286 }
1287 /^X\(\/\/\)$/{
1288 s//\1/
1289 q
1290 }
1291 /^X\(\/\).*/{
1292 s//\1/
1293 q
1294 }
1295 s/.*/./; q'`
1296 srcdir=$ac_confdir
1297 if test ! -r "$srcdir/$ac_unique_file"; then
1298 srcdir=..
1299 fi
1300 else
1301 ac_srcdir_defaulted=no
1302 fi
1303 if test ! -r "$srcdir/$ac_unique_file"; then
1304 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1305 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1306 fi
1307 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1308 ac_abs_confdir=`(
1309 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1310 pwd)`
1311 # When building in place, set srcdir=.
1312 if test "$ac_abs_confdir" = "$ac_pwd"; then
1313 srcdir=.
1314 fi
1315 # Remove unnecessary trailing slashes from srcdir.
1316 # Double slashes in file names in object file debugging info
1317 # mess up M-x gdb in Emacs.
1318 case $srcdir in
1319 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1320 esac
1321 for ac_var in $ac_precious_vars; do
1322 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1323 eval ac_env_${ac_var}_value=\$${ac_var}
1324 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1325 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1326 done
1327
1328 #
1329 # Report the --help message.
1330 #
1331 if test "$ac_init_help" = "long"; then
1332 # Omit some internal or obsolete options to make the list less imposing.
1333 # This message is too long to be a string in the A/UX 3.1 sh.
1334 cat <<_ACEOF
1335 \`configure' configures this package to adapt to many kinds of systems.
1336
1337 Usage: $0 [OPTION]... [VAR=VALUE]...
1338
1339 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1340 VAR=VALUE. See below for descriptions of some of the useful variables.
1341
1342 Defaults for the options are specified in brackets.
1343
1344 Configuration:
1345 -h, --help display this help and exit
1346 --help=short display options specific to this package
1347 --help=recursive display the short help of all the included packages
1348 -V, --version display version information and exit
1349 -q, --quiet, --silent do not print \`checking...' messages
1350 --cache-file=FILE cache test results in FILE [disabled]
1351 -C, --config-cache alias for \`--cache-file=config.cache'
1352 -n, --no-create do not create output files
1353 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1354
1355 Installation directories:
1356 --prefix=PREFIX install architecture-independent files in PREFIX
1357 [$ac_default_prefix]
1358 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1359 [PREFIX]
1360
1361 By default, \`make install' will install all the files in
1362 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1363 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1364 for instance \`--prefix=\$HOME'.
1365
1366 For better control, use the options below.
1367
1368 Fine tuning of the installation directories:
1369 --bindir=DIR user executables [EPREFIX/bin]
1370 --sbindir=DIR system admin executables [EPREFIX/sbin]
1371 --libexecdir=DIR program executables [EPREFIX/libexec]
1372 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1373 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1374 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1375 --libdir=DIR object code libraries [EPREFIX/lib]
1376 --includedir=DIR C header files [PREFIX/include]
1377 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1378 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1379 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1380 --infodir=DIR info documentation [DATAROOTDIR/info]
1381 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1382 --mandir=DIR man documentation [DATAROOTDIR/man]
1383 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1384 --htmldir=DIR html documentation [DOCDIR]
1385 --dvidir=DIR dvi documentation [DOCDIR]
1386 --pdfdir=DIR pdf documentation [DOCDIR]
1387 --psdir=DIR ps documentation [DOCDIR]
1388 _ACEOF
1389
1390 cat <<\_ACEOF
1391
1392 Program names:
1393 --program-prefix=PREFIX prepend PREFIX to installed program names
1394 --program-suffix=SUFFIX append SUFFIX to installed program names
1395 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1396
1397 X features:
1398 --x-includes=DIR X include files are in DIR
1399 --x-libraries=DIR X library files are in DIR
1400
1401 System types:
1402 --build=BUILD configure for building on BUILD [guessed]
1403 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1404 --target=TARGET configure for building compilers for TARGET [HOST]
1405 _ACEOF
1406 fi
1407
1408 if test -n "$ac_init_help"; then
1409
1410 cat <<\_ACEOF
1411
1412 Optional Features:
1413 --disable-option-checking ignore unrecognized --enable/--with options
1414 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1415 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1416 --enable-plugins Enable support for plugins
1417 --enable-shared[=PKGS] build shared libraries [default=yes]
1418 --enable-static[=PKGS] build static libraries [default=yes]
1419 --enable-fast-install[=PKGS]
1420 optimize for fast installation [default=yes]
1421 --disable-libtool-lock avoid locking (might break parallel builds)
1422 --enable-maintainer-mode enable make rules and dependencies not useful
1423 (and sometimes confusing) to the casual installer
1424 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1425 itself)
1426 --enable-sim-stdio Specify whether to use stdio for console
1427 input/output
1428 --enable-sim-trace=opts Enable tracing of simulated programs
1429 --enable-sim-profile=opts
1430 Enable profiling flags
1431 --enable-sim-assert Specify whether to perform random assertions
1432 --enable-sim-environment=environment
1433 Specify mixed, user, virtual or operating
1434 environment
1435 --enable-sim-inline=inlines
1436 Specify which functions should be inlined
1437 --enable-sim-alignment=align
1438 Specify strict, nonstrict or forced alignment of
1439 memory accesses
1440 --enable-werror treat compile warnings as errors
1441 --enable-build-warnings enable build-time compiler warnings if gcc is used
1442 --enable-sim-build-warnings
1443 enable SIM specific build-time compiler warnings if
1444 gcc is used
1445 --enable-sim-reserved-bits
1446 Specify whether to check reserved bits in
1447 instruction
1448 --enable-sim-endian=endian
1449 Specify target byte endian orientation
1450 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1451 --enable-sim-float Specify that the target processor has floating point
1452 hardware
1453 --enable-sim-hardware=LIST
1454 Specify the hardware to be included in the build.
1455
1456 Optional Packages:
1457 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1458 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1459 --with-system-zlib use installed libz
1460 --with-pic try to use only PIC/non-PIC objects [default=use
1461 both]
1462 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1463 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1464 --with-bugurl=URL Direct users to URL to report a bug
1465 --with-x use the X Window System
1466
1467 Some influential environment variables:
1468 CC C compiler command
1469 CFLAGS C compiler flags
1470 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1471 nonstandard directory <lib dir>
1472 LIBS libraries to pass to the linker, e.g. -l<library>
1473 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1474 you have headers in a nonstandard directory <include dir>
1475 CPP C preprocessor
1476 XMKMF Path to xmkmf, Makefile generator for X Window System
1477
1478 Use these variables to override the choices made by `configure' or to help
1479 it to find libraries and programs with nonstandard names/locations.
1480
1481 Report bugs to the package provider.
1482 _ACEOF
1483 ac_status=$?
1484 fi
1485
1486 if test "$ac_init_help" = "recursive"; then
1487 # If there are subdirs, report their specific --help.
1488 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1489 test -d "$ac_dir" ||
1490 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1491 continue
1492 ac_builddir=.
1493
1494 case "$ac_dir" in
1495 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1496 *)
1497 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1498 # A ".." for each directory in $ac_dir_suffix.
1499 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1500 case $ac_top_builddir_sub in
1501 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1502 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1503 esac ;;
1504 esac
1505 ac_abs_top_builddir=$ac_pwd
1506 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1507 # for backward compatibility:
1508 ac_top_builddir=$ac_top_build_prefix
1509
1510 case $srcdir in
1511 .) # We are building in place.
1512 ac_srcdir=.
1513 ac_top_srcdir=$ac_top_builddir_sub
1514 ac_abs_top_srcdir=$ac_pwd ;;
1515 [\\/]* | ?:[\\/]* ) # Absolute name.
1516 ac_srcdir=$srcdir$ac_dir_suffix;
1517 ac_top_srcdir=$srcdir
1518 ac_abs_top_srcdir=$srcdir ;;
1519 *) # Relative name.
1520 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1521 ac_top_srcdir=$ac_top_build_prefix$srcdir
1522 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1523 esac
1524 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1525
1526 cd "$ac_dir" || { ac_status=$?; continue; }
1527 # Check for guested configure.
1528 if test -f "$ac_srcdir/configure.gnu"; then
1529 echo &&
1530 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1531 elif test -f "$ac_srcdir/configure"; then
1532 echo &&
1533 $SHELL "$ac_srcdir/configure" --help=recursive
1534 else
1535 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1536 fi || ac_status=$?
1537 cd "$ac_pwd" || { ac_status=$?; break; }
1538 done
1539 fi
1540
1541 test -n "$ac_init_help" && exit $ac_status
1542 if $ac_init_version; then
1543 cat <<\_ACEOF
1544 configure
1545 generated by GNU Autoconf 2.64
1546
1547 Copyright (C) 2009 Free Software Foundation, Inc.
1548 This configure script is free software; the Free Software Foundation
1549 gives unlimited permission to copy, distribute and modify it.
1550 _ACEOF
1551 exit
1552 fi
1553
1554 ## ------------------------ ##
1555 ## Autoconf initialization. ##
1556 ## ------------------------ ##
1557
1558 # ac_fn_c_try_compile LINENO
1559 # --------------------------
1560 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1561 ac_fn_c_try_compile ()
1562 {
1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564 rm -f conftest.$ac_objext
1565 if { { ac_try="$ac_compile"
1566 case "(($ac_try" in
1567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1568 *) ac_try_echo=$ac_try;;
1569 esac
1570 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1571 $as_echo "$ac_try_echo"; } >&5
1572 (eval "$ac_compile") 2>conftest.err
1573 ac_status=$?
1574 if test -s conftest.err; then
1575 grep -v '^ *+' conftest.err >conftest.er1
1576 cat conftest.er1 >&5
1577 mv -f conftest.er1 conftest.err
1578 fi
1579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1580 test $ac_status = 0; } && {
1581 test -z "$ac_c_werror_flag" ||
1582 test ! -s conftest.err
1583 } && test -s conftest.$ac_objext; then :
1584 ac_retval=0
1585 else
1586 $as_echo "$as_me: failed program was:" >&5
1587 sed 's/^/| /' conftest.$ac_ext >&5
1588
1589 ac_retval=1
1590 fi
1591 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1592 return $ac_retval
1593
1594 } # ac_fn_c_try_compile
1595
1596 # ac_fn_c_try_cpp LINENO
1597 # ----------------------
1598 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1599 ac_fn_c_try_cpp ()
1600 {
1601 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602 if { { ac_try="$ac_cpp conftest.$ac_ext"
1603 case "(($ac_try" in
1604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1605 *) ac_try_echo=$ac_try;;
1606 esac
1607 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608 $as_echo "$ac_try_echo"; } >&5
1609 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1610 ac_status=$?
1611 if test -s conftest.err; then
1612 grep -v '^ *+' conftest.err >conftest.er1
1613 cat conftest.er1 >&5
1614 mv -f conftest.er1 conftest.err
1615 fi
1616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1617 test $ac_status = 0; } >/dev/null && {
1618 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1619 test ! -s conftest.err
1620 }; then :
1621 ac_retval=0
1622 else
1623 $as_echo "$as_me: failed program was:" >&5
1624 sed 's/^/| /' conftest.$ac_ext >&5
1625
1626 ac_retval=1
1627 fi
1628 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1629 return $ac_retval
1630
1631 } # ac_fn_c_try_cpp
1632
1633 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1634 # -------------------------------------------------------
1635 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1636 # the include files in INCLUDES and setting the cache variable VAR
1637 # accordingly.
1638 ac_fn_c_check_header_mongrel ()
1639 {
1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1643 $as_echo_n "checking for $2... " >&6; }
1644 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1645 $as_echo_n "(cached) " >&6
1646 fi
1647 eval ac_res=\$$3
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1649 $as_echo "$ac_res" >&6; }
1650 else
1651 # Is the header compilable?
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1653 $as_echo_n "checking $2 usability... " >&6; }
1654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1655 /* end confdefs.h. */
1656 $4
1657 #include <$2>
1658 _ACEOF
1659 if ac_fn_c_try_compile "$LINENO"; then :
1660 ac_header_compiler=yes
1661 else
1662 ac_header_compiler=no
1663 fi
1664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1666 $as_echo "$ac_header_compiler" >&6; }
1667
1668 # Is the header present?
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1670 $as_echo_n "checking $2 presence... " >&6; }
1671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1672 /* end confdefs.h. */
1673 #include <$2>
1674 _ACEOF
1675 if ac_fn_c_try_cpp "$LINENO"; then :
1676 ac_header_preproc=yes
1677 else
1678 ac_header_preproc=no
1679 fi
1680 rm -f conftest.err conftest.$ac_ext
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1682 $as_echo "$ac_header_preproc" >&6; }
1683
1684 # So? What about this header?
1685 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1686 yes:no: )
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1688 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1690 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1691 ;;
1692 no:yes:* )
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1694 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1696 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1698 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1700 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1702 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1703 ;;
1704 esac
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1706 $as_echo_n "checking for $2... " >&6; }
1707 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1708 $as_echo_n "(cached) " >&6
1709 else
1710 eval "$3=\$ac_header_compiler"
1711 fi
1712 eval ac_res=\$$3
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1714 $as_echo "$ac_res" >&6; }
1715 fi
1716 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1717
1718 } # ac_fn_c_check_header_mongrel
1719
1720 # ac_fn_c_try_run LINENO
1721 # ----------------------
1722 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1723 # that executables *can* be run.
1724 ac_fn_c_try_run ()
1725 {
1726 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1727 if { { ac_try="$ac_link"
1728 case "(($ac_try" in
1729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1730 *) ac_try_echo=$ac_try;;
1731 esac
1732 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1733 $as_echo "$ac_try_echo"; } >&5
1734 (eval "$ac_link") 2>&5
1735 ac_status=$?
1736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1737 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
1745 ac_status=$?
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; }; }; then :
1748 ac_retval=0
1749 else
1750 $as_echo "$as_me: program exited with status $ac_status" >&5
1751 $as_echo "$as_me: failed program was:" >&5
1752 sed 's/^/| /' conftest.$ac_ext >&5
1753
1754 ac_retval=$ac_status
1755 fi
1756 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1757 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1758 return $ac_retval
1759
1760 } # ac_fn_c_try_run
1761
1762 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1763 # -------------------------------------------------------
1764 # Tests whether HEADER exists and can be compiled using the include files in
1765 # INCLUDES, setting the cache variable VAR accordingly.
1766 ac_fn_c_check_header_compile ()
1767 {
1768 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1770 $as_echo_n "checking for $2... " >&6; }
1771 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1772 $as_echo_n "(cached) " >&6
1773 else
1774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1775 /* end confdefs.h. */
1776 $4
1777 #include <$2>
1778 _ACEOF
1779 if ac_fn_c_try_compile "$LINENO"; then :
1780 eval "$3=yes"
1781 else
1782 eval "$3=no"
1783 fi
1784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1785 fi
1786 eval ac_res=\$$3
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1788 $as_echo "$ac_res" >&6; }
1789 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1790
1791 } # ac_fn_c_check_header_compile
1792
1793 # ac_fn_c_try_link LINENO
1794 # -----------------------
1795 # Try to link conftest.$ac_ext, and return whether this succeeded.
1796 ac_fn_c_try_link ()
1797 {
1798 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1799 rm -f conftest.$ac_objext conftest$ac_exeext
1800 if { { ac_try="$ac_link"
1801 case "(($ac_try" in
1802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1803 *) ac_try_echo=$ac_try;;
1804 esac
1805 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1806 $as_echo "$ac_try_echo"; } >&5
1807 (eval "$ac_link") 2>conftest.err
1808 ac_status=$?
1809 if test -s conftest.err; then
1810 grep -v '^ *+' conftest.err >conftest.er1
1811 cat conftest.er1 >&5
1812 mv -f conftest.er1 conftest.err
1813 fi
1814 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1815 test $ac_status = 0; } && {
1816 test -z "$ac_c_werror_flag" ||
1817 test ! -s conftest.err
1818 } && test -s conftest$ac_exeext && {
1819 test "$cross_compiling" = yes ||
1820 $as_test_x conftest$ac_exeext
1821 }; then :
1822 ac_retval=0
1823 else
1824 $as_echo "$as_me: failed program was:" >&5
1825 sed 's/^/| /' conftest.$ac_ext >&5
1826
1827 ac_retval=1
1828 fi
1829 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1830 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1831 # interfere with the next link command; also delete a directory that is
1832 # left behind by Apple's compiler. We do this before executing the actions.
1833 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1834 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1835 return $ac_retval
1836
1837 } # ac_fn_c_try_link
1838
1839 # ac_fn_c_check_func LINENO FUNC VAR
1840 # ----------------------------------
1841 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1842 ac_fn_c_check_func ()
1843 {
1844 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1846 $as_echo_n "checking for $2... " >&6; }
1847 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1848 $as_echo_n "(cached) " >&6
1849 else
1850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1851 /* end confdefs.h. */
1852 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1853 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1854 #define $2 innocuous_$2
1855
1856 /* System header to define __stub macros and hopefully few prototypes,
1857 which can conflict with char $2 (); below.
1858 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1859 <limits.h> exists even on freestanding compilers. */
1860
1861 #ifdef __STDC__
1862 # include <limits.h>
1863 #else
1864 # include <assert.h>
1865 #endif
1866
1867 #undef $2
1868
1869 /* Override any GCC internal prototype to avoid an error.
1870 Use char because int might match the return type of a GCC
1871 builtin and then its argument prototype would still apply. */
1872 #ifdef __cplusplus
1873 extern "C"
1874 #endif
1875 char $2 ();
1876 /* The GNU C library defines this for functions which it implements
1877 to always fail with ENOSYS. Some functions are actually named
1878 something starting with __ and the normal name is an alias. */
1879 #if defined __stub_$2 || defined __stub___$2
1880 choke me
1881 #endif
1882
1883 int
1884 main ()
1885 {
1886 return $2 ();
1887 ;
1888 return 0;
1889 }
1890 _ACEOF
1891 if ac_fn_c_try_link "$LINENO"; then :
1892 eval "$3=yes"
1893 else
1894 eval "$3=no"
1895 fi
1896 rm -f core conftest.err conftest.$ac_objext \
1897 conftest$ac_exeext conftest.$ac_ext
1898 fi
1899 eval ac_res=\$$3
1900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1901 $as_echo "$ac_res" >&6; }
1902 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1903
1904 } # ac_fn_c_check_func
1905
1906 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1907 # ----------------------------------------------------
1908 # Tries to find if the field MEMBER exists in type AGGR, after including
1909 # INCLUDES, setting cache variable VAR accordingly.
1910 ac_fn_c_check_member ()
1911 {
1912 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1914 $as_echo_n "checking for $2.$3... " >&6; }
1915 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1916 $as_echo_n "(cached) " >&6
1917 else
1918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1919 /* end confdefs.h. */
1920 $5
1921 int
1922 main ()
1923 {
1924 static $2 ac_aggr;
1925 if (ac_aggr.$3)
1926 return 0;
1927 ;
1928 return 0;
1929 }
1930 _ACEOF
1931 if ac_fn_c_try_compile "$LINENO"; then :
1932 eval "$4=yes"
1933 else
1934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1935 /* end confdefs.h. */
1936 $5
1937 int
1938 main ()
1939 {
1940 static $2 ac_aggr;
1941 if (sizeof ac_aggr.$3)
1942 return 0;
1943 ;
1944 return 0;
1945 }
1946 _ACEOF
1947 if ac_fn_c_try_compile "$LINENO"; then :
1948 eval "$4=yes"
1949 else
1950 eval "$4=no"
1951 fi
1952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1953 fi
1954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1955 fi
1956 eval ac_res=\$$4
1957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1958 $as_echo "$ac_res" >&6; }
1959 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1960
1961 } # ac_fn_c_check_member
1962
1963 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1964 # -------------------------------------------
1965 # Tests whether TYPE exists after having included INCLUDES, setting cache
1966 # variable VAR accordingly.
1967 ac_fn_c_check_type ()
1968 {
1969 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1971 $as_echo_n "checking for $2... " >&6; }
1972 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1973 $as_echo_n "(cached) " >&6
1974 else
1975 eval "$3=no"
1976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1977 /* end confdefs.h. */
1978 $4
1979 int
1980 main ()
1981 {
1982 if (sizeof ($2))
1983 return 0;
1984 ;
1985 return 0;
1986 }
1987 _ACEOF
1988 if ac_fn_c_try_compile "$LINENO"; then :
1989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1990 /* end confdefs.h. */
1991 $4
1992 int
1993 main ()
1994 {
1995 if (sizeof (($2)))
1996 return 0;
1997 ;
1998 return 0;
1999 }
2000 _ACEOF
2001 if ac_fn_c_try_compile "$LINENO"; then :
2002
2003 else
2004 eval "$3=yes"
2005 fi
2006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2007 fi
2008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2009 fi
2010 eval ac_res=\$$3
2011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2012 $as_echo "$ac_res" >&6; }
2013 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2014
2015 } # ac_fn_c_check_type
2016 cat >config.log <<_ACEOF
2017 This file contains any messages produced by compilers while
2018 running configure, to aid debugging if configure makes a mistake.
2019
2020 It was created by $as_me, which was
2021 generated by GNU Autoconf 2.64. Invocation command line was
2022
2023 $ $0 $@
2024
2025 _ACEOF
2026 exec 5>>config.log
2027 {
2028 cat <<_ASUNAME
2029 ## --------- ##
2030 ## Platform. ##
2031 ## --------- ##
2032
2033 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2034 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2035 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2036 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2037 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2038
2039 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2040 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2041
2042 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2043 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2044 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2045 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2046 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2047 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2048 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2049
2050 _ASUNAME
2051
2052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2053 for as_dir in $PATH
2054 do
2055 IFS=$as_save_IFS
2056 test -z "$as_dir" && as_dir=.
2057 $as_echo "PATH: $as_dir"
2058 done
2059 IFS=$as_save_IFS
2060
2061 } >&5
2062
2063 cat >&5 <<_ACEOF
2064
2065
2066 ## ----------- ##
2067 ## Core tests. ##
2068 ## ----------- ##
2069
2070 _ACEOF
2071
2072
2073 # Keep a trace of the command line.
2074 # Strip out --no-create and --no-recursion so they do not pile up.
2075 # Strip out --silent because we don't want to record it for future runs.
2076 # Also quote any args containing shell meta-characters.
2077 # Make two passes to allow for proper duplicate-argument suppression.
2078 ac_configure_args=
2079 ac_configure_args0=
2080 ac_configure_args1=
2081 ac_must_keep_next=false
2082 for ac_pass in 1 2
2083 do
2084 for ac_arg
2085 do
2086 case $ac_arg in
2087 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2088 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2089 | -silent | --silent | --silen | --sile | --sil)
2090 continue ;;
2091 *\'*)
2092 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2093 esac
2094 case $ac_pass in
2095 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2096 2)
2097 as_fn_append ac_configure_args1 " '$ac_arg'"
2098 if test $ac_must_keep_next = true; then
2099 ac_must_keep_next=false # Got value, back to normal.
2100 else
2101 case $ac_arg in
2102 *=* | --config-cache | -C | -disable-* | --disable-* \
2103 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2104 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2105 | -with-* | --with-* | -without-* | --without-* | --x)
2106 case "$ac_configure_args0 " in
2107 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2108 esac
2109 ;;
2110 -* ) ac_must_keep_next=true ;;
2111 esac
2112 fi
2113 as_fn_append ac_configure_args " '$ac_arg'"
2114 ;;
2115 esac
2116 done
2117 done
2118 { ac_configure_args0=; unset ac_configure_args0;}
2119 { ac_configure_args1=; unset ac_configure_args1;}
2120
2121 # When interrupted or exit'd, cleanup temporary files, and complete
2122 # config.log. We remove comments because anyway the quotes in there
2123 # would cause problems or look ugly.
2124 # WARNING: Use '\'' to represent an apostrophe within the trap.
2125 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2126 trap 'exit_status=$?
2127 # Save into config.log some information that might help in debugging.
2128 {
2129 echo
2130
2131 cat <<\_ASBOX
2132 ## ---------------- ##
2133 ## Cache variables. ##
2134 ## ---------------- ##
2135 _ASBOX
2136 echo
2137 # The following way of writing the cache mishandles newlines in values,
2138 (
2139 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2140 eval ac_val=\$$ac_var
2141 case $ac_val in #(
2142 *${as_nl}*)
2143 case $ac_var in #(
2144 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2145 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2146 esac
2147 case $ac_var in #(
2148 _ | IFS | as_nl) ;; #(
2149 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2150 *) { eval $ac_var=; unset $ac_var;} ;;
2151 esac ;;
2152 esac
2153 done
2154 (set) 2>&1 |
2155 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2156 *${as_nl}ac_space=\ *)
2157 sed -n \
2158 "s/'\''/'\''\\\\'\'''\''/g;
2159 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2160 ;; #(
2161 *)
2162 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2163 ;;
2164 esac |
2165 sort
2166 )
2167 echo
2168
2169 cat <<\_ASBOX
2170 ## ----------------- ##
2171 ## Output variables. ##
2172 ## ----------------- ##
2173 _ASBOX
2174 echo
2175 for ac_var in $ac_subst_vars
2176 do
2177 eval ac_val=\$$ac_var
2178 case $ac_val in
2179 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2180 esac
2181 $as_echo "$ac_var='\''$ac_val'\''"
2182 done | sort
2183 echo
2184
2185 if test -n "$ac_subst_files"; then
2186 cat <<\_ASBOX
2187 ## ------------------- ##
2188 ## File substitutions. ##
2189 ## ------------------- ##
2190 _ASBOX
2191 echo
2192 for ac_var in $ac_subst_files
2193 do
2194 eval ac_val=\$$ac_var
2195 case $ac_val in
2196 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2197 esac
2198 $as_echo "$ac_var='\''$ac_val'\''"
2199 done | sort
2200 echo
2201 fi
2202
2203 if test -s confdefs.h; then
2204 cat <<\_ASBOX
2205 ## ----------- ##
2206 ## confdefs.h. ##
2207 ## ----------- ##
2208 _ASBOX
2209 echo
2210 cat confdefs.h
2211 echo
2212 fi
2213 test "$ac_signal" != 0 &&
2214 $as_echo "$as_me: caught signal $ac_signal"
2215 $as_echo "$as_me: exit $exit_status"
2216 } >&5
2217 rm -f core *.core core.conftest.* &&
2218 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2219 exit $exit_status
2220 ' 0
2221 for ac_signal in 1 2 13 15; do
2222 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2223 done
2224 ac_signal=0
2225
2226 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2227 rm -f -r conftest* confdefs.h
2228
2229 $as_echo "/* confdefs.h */" > confdefs.h
2230
2231 # Predefined preprocessor variables.
2232
2233 cat >>confdefs.h <<_ACEOF
2234 #define PACKAGE_NAME "$PACKAGE_NAME"
2235 _ACEOF
2236
2237 cat >>confdefs.h <<_ACEOF
2238 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2239 _ACEOF
2240
2241 cat >>confdefs.h <<_ACEOF
2242 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2243 _ACEOF
2244
2245 cat >>confdefs.h <<_ACEOF
2246 #define PACKAGE_STRING "$PACKAGE_STRING"
2247 _ACEOF
2248
2249 cat >>confdefs.h <<_ACEOF
2250 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2251 _ACEOF
2252
2253 cat >>confdefs.h <<_ACEOF
2254 #define PACKAGE_URL "$PACKAGE_URL"
2255 _ACEOF
2256
2257
2258 # Let the site file select an alternate cache file if it wants to.
2259 # Prefer an explicitly selected file to automatically selected ones.
2260 ac_site_file1=NONE
2261 ac_site_file2=NONE
2262 if test -n "$CONFIG_SITE"; then
2263 ac_site_file1=$CONFIG_SITE
2264 elif test "x$prefix" != xNONE; then
2265 ac_site_file1=$prefix/share/config.site
2266 ac_site_file2=$prefix/etc/config.site
2267 else
2268 ac_site_file1=$ac_default_prefix/share/config.site
2269 ac_site_file2=$ac_default_prefix/etc/config.site
2270 fi
2271 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2272 do
2273 test "x$ac_site_file" = xNONE && continue
2274 if test -r "$ac_site_file"; then
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2276 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2277 sed 's/^/| /' "$ac_site_file" >&5
2278 . "$ac_site_file"
2279 fi
2280 done
2281
2282 if test -r "$cache_file"; then
2283 # Some versions of bash will fail to source /dev/null (special
2284 # files actually), so we avoid doing that.
2285 if test -f "$cache_file"; then
2286 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2287 $as_echo "$as_me: loading cache $cache_file" >&6;}
2288 case $cache_file in
2289 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2290 *) . "./$cache_file";;
2291 esac
2292 fi
2293 else
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2295 $as_echo "$as_me: creating cache $cache_file" >&6;}
2296 >$cache_file
2297 fi
2298
2299 # Check that the precious variables saved in the cache have kept the same
2300 # value.
2301 ac_cache_corrupted=false
2302 for ac_var in $ac_precious_vars; do
2303 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2304 eval ac_new_set=\$ac_env_${ac_var}_set
2305 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2306 eval ac_new_val=\$ac_env_${ac_var}_value
2307 case $ac_old_set,$ac_new_set in
2308 set,)
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2310 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2311 ac_cache_corrupted=: ;;
2312 ,set)
2313 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2314 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2315 ac_cache_corrupted=: ;;
2316 ,);;
2317 *)
2318 if test "x$ac_old_val" != "x$ac_new_val"; then
2319 # differences in whitespace do not lead to failure.
2320 ac_old_val_w=`echo x $ac_old_val`
2321 ac_new_val_w=`echo x $ac_new_val`
2322 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2324 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2325 ac_cache_corrupted=:
2326 else
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2328 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2329 eval $ac_var=\$ac_old_val
2330 fi
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2332 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2333 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2334 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2335 fi;;
2336 esac
2337 # Pass precious variables to config.status.
2338 if test "$ac_new_set" = set; then
2339 case $ac_new_val in
2340 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2341 *) ac_arg=$ac_var=$ac_new_val ;;
2342 esac
2343 case " $ac_configure_args " in
2344 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2345 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2346 esac
2347 fi
2348 done
2349 if $ac_cache_corrupted; then
2350 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2351 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2352 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2353 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2354 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2355 fi
2356 ## -------------------- ##
2357 ## Main body of script. ##
2358 ## -------------------- ##
2359
2360 ac_ext=c
2361 ac_cpp='$CPP $CPPFLAGS'
2362 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2363 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2364 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2365
2366
2367 # This file contains common code used by all simulators.
2368 #
2369 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2370 # directory. It is intended to be invoked before any target specific stuff.
2371 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2372 # It is intended to be invoked last.
2373 #
2374 # The simulator's configure.ac should look like:
2375 #
2376 # dnl Process this file with autoconf to produce a configure script.
2377 # AC_PREREQ(2.64)dnl
2378 # AC_INIT(Makefile.in)
2379 # sinclude(../common/aclocal.m4)
2380 #
2381 # SIM_AC_COMMON
2382 #
2383 # ... target specific stuff ...
2384 #
2385 # SIM_AC_OUTPUT
2386
2387 # Include global overrides and fixes for Autoconf.
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414 # _AC_CHECK_DECL_BODY
2415 # -------------------
2416 # Shell function body for AC_CHECK_DECL.
2417 # _AC_CHECK_DECL_BODY
2418
2419 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2420 # INCLUDES)
2421 # -------------------------------------------------------------
2422 # Helper to AC_CHECK_DECLS, which generates the check for a single
2423 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2424 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2437 #
2438 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2439 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2440 # Written by Gordon Matzigkeit, 1996
2441 #
2442 # This file is free software; the Free Software Foundation gives
2443 # unlimited permission to copy and/or distribute it, with or without
2444 # modifications, as long as this notice is preserved.
2445
2446
2447
2448 # serial 56 LT_INIT
2449
2450
2451 # LT_PREREQ(VERSION)
2452 # ------------------
2453 # Complain and exit if this libtool version is less that VERSION.
2454
2455
2456
2457 # _LT_CHECK_BUILDDIR
2458 # ------------------
2459 # Complain if the absolute build directory name contains unusual characters
2460
2461
2462
2463 # LT_INIT([OPTIONS])
2464 # ------------------
2465 # LT_INIT
2466
2467 # Old names:
2468 # This is what autoupdate's m4 run will expand. It fires
2469 # the warning (with _au_warn_XXX), outputs it into the
2470 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2471 # the replacement expansion.
2472
2473
2474 # This is an auxiliary macro that is also run when
2475 # autoupdate runs m4. It simply calls m4_warning, but
2476 # we need a wrapper so that each warning is emitted only
2477 # once. We break the quoting in m4_warning's argument in
2478 # order to expand this macro's arguments, not AU_DEFUN's.
2479
2480
2481 # Finally, this is the expansion that is picked up by
2482 # autoconf. It tells the user to run autoupdate, and
2483 # then outputs the replacement expansion. We do not care
2484 # about autoupdate's warning because that contains
2485 # information on what to do *after* running autoupdate.
2486
2487 # This is what autoupdate's m4 run will expand. It fires
2488 # the warning (with _au_warn_XXX), outputs it into the
2489 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2490 # the replacement expansion.
2491
2492
2493 # This is an auxiliary macro that is also run when
2494 # autoupdate runs m4. It simply calls m4_warning, but
2495 # we need a wrapper so that each warning is emitted only
2496 # once. We break the quoting in m4_warning's argument in
2497 # order to expand this macro's arguments, not AU_DEFUN's.
2498
2499
2500 # Finally, this is the expansion that is picked up by
2501 # autoconf. It tells the user to run autoupdate, and
2502 # then outputs the replacement expansion. We do not care
2503 # about autoupdate's warning because that contains
2504 # information on what to do *after* running autoupdate.
2505
2506
2507
2508 # _LT_CC_BASENAME(CC)
2509 # -------------------
2510 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2511
2512
2513
2514 # _LT_FILEUTILS_DEFAULTS
2515 # ----------------------
2516 # It is okay to use these file commands and assume they have been set
2517 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2518 # _LT_FILEUTILS_DEFAULTS
2519
2520
2521 # _LT_SETUP
2522 # ---------
2523 # _LT_SETUP
2524
2525
2526 # _LT_PREPARE_SED_QUOTE_VARS
2527 # --------------------------
2528 # Define a few sed substitution that help us do robust quoting.
2529
2530
2531 # _LT_PROG_LTMAIN
2532 # ---------------
2533 # Note that this code is called both from `configure', and `config.status'
2534 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2535 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2536 # so we pass a copy along to make sure it has a sensible value anyway.
2537 # _LT_PROG_LTMAIN
2538
2539
2540 ## ------------------------------------- ##
2541 ## Accumulate code for creating libtool. ##
2542 ## ------------------------------------- ##
2543
2544 # So that we can recreate a full libtool script including additional
2545 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2546 # in macros and then make a single call at the end using the `libtool'
2547 # label.
2548
2549
2550 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2551 # ----------------------------------------
2552 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2553
2554
2555 # Initialize.
2556
2557
2558
2559 # _LT_CONFIG_LIBTOOL([COMMANDS])
2560 # ------------------------------
2561 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2562
2563
2564 # Initialize.
2565
2566
2567
2568 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2569 # -----------------------------------------------------
2570
2571
2572
2573 # _LT_FORMAT_COMMENT([COMMENT])
2574 # -----------------------------
2575 # Add leading comment marks to the start of each line, and a trailing
2576 # full-stop to the whole comment if one is not present already.
2577
2578
2579
2580
2581 ## ------------------------ ##
2582 ## FIXME: Eliminate VARNAME ##
2583 ## ------------------------ ##
2584
2585
2586 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2587 # -------------------------------------------------------------------
2588 # CONFIGNAME is the name given to the value in the libtool script.
2589 # VARNAME is the (base) name used in the configure script.
2590 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2591 # VARNAME. Any other value will be used directly.
2592
2593
2594
2595 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2596 # --------------------------------------------------------
2597
2598
2599
2600 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2601 # ------------------------------------------------
2602
2603
2604
2605 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2606 # ---------------------------------------------------------
2607
2608
2609
2610 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2611 # --------------------------------------------------
2612
2613
2614
2615 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2616 # ---------------------------------------------------
2617
2618
2619
2620 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2621 # ---------------------------------------------------
2622
2623
2624
2625
2626 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2627 # ------------------------------------------------
2628
2629
2630
2631
2632 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2633 # ------------------------------------
2634 # Quote a variable value, and forward it to `config.status' so that its
2635 # declaration there will have the same value as in `configure'. VARNAME
2636 # must have a single quote delimited value for this to work.
2637
2638
2639
2640 # _LT_CONFIG_STATUS_DECLARATIONS
2641 # ------------------------------
2642 # We delimit libtool config variables with single quotes, so when
2643 # we write them to config.status, we have to be sure to quote all
2644 # embedded single quotes properly. In configure, this macro expands
2645 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2646 #
2647 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2648
2649
2650
2651 # _LT_LIBTOOL_TAGS
2652 # ----------------
2653 # Output comment and list of tags supported by the script
2654
2655
2656
2657 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2658 # -----------------------------------
2659 # Extract the dictionary values for VARNAME (optionally with TAG) and
2660 # expand to a commented shell variable setting:
2661 #
2662 # # Some comment about what VAR is for.
2663 # visible_name=$lt_internal_name
2664
2665
2666
2667 # _LT_LIBTOOL_CONFIG_VARS
2668 # -----------------------
2669 # Produce commented declarations of non-tagged libtool config variables
2670 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2671 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2672 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2673
2674
2675
2676 # _LT_LIBTOOL_TAG_VARS(TAG)
2677 # -------------------------
2678
2679
2680
2681 # _LT_TAGVAR(VARNAME, [TAGNAME])
2682 # ------------------------------
2683
2684
2685
2686 # _LT_CONFIG_COMMANDS
2687 # -------------------
2688 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2689 # variables for single and double quote escaping we saved from calls
2690 # to _LT_DECL, we can put quote escaped variables declarations
2691 # into `config.status', and then the shell code to quote escape them in
2692 # for loops in `config.status'. Finally, any additional code accumulated
2693 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2694 #_LT_CONFIG_COMMANDS
2695
2696
2697 # Initialize.
2698
2699
2700 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2701 # ------------------------------------
2702 # Generate a child script FILE with all initialization necessary to
2703 # reuse the environment learned by the parent script, and make the
2704 # file executable. If COMMENT is supplied, it is inserted after the
2705 # `#!' sequence but before initialization text begins. After this
2706 # macro, additional text can be appended to FILE to form the body of
2707 # the child script. The macro ends with non-zero status if the
2708 # file could not be fully written (such as if the disk is full).
2709 # _LT_GENERATED_FILE_INIT
2710
2711 # LT_OUTPUT
2712 # ---------
2713 # This macro allows early generation of the libtool script (before
2714 # AC_OUTPUT is called), incase it is used in configure for compilation
2715 # tests.
2716 # LT_OUTPUT
2717
2718
2719 # _LT_CONFIG(TAG)
2720 # ---------------
2721 # If TAG is the built-in tag, create an initial libtool script with a
2722 # default configuration from the untagged config vars. Otherwise add code
2723 # to config.status for appending the configuration named by TAG from the
2724 # matching tagged config vars.
2725 # _LT_CONFIG
2726
2727
2728 # LT_SUPPORTED_TAG(TAG)
2729 # ---------------------
2730 # Trace this macro to discover what tags are supported by the libtool
2731 # --tag option, using:
2732 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2733
2734
2735
2736 # C support is built-in for now
2737
2738
2739
2740
2741 # LT_LANG(LANG)
2742 # -------------
2743 # Enable libtool support for the given language if not already enabled.
2744 # LT_LANG
2745
2746
2747 # _LT_LANG(LANGNAME)
2748 # ------------------
2749 # _LT_LANG
2750
2751
2752 # _LT_LANG_DEFAULT_CONFIG
2753 # -----------------------
2754 # _LT_LANG_DEFAULT_CONFIG
2755
2756 # Obsolete macros:
2757 # This is what autoupdate's m4 run will expand. It fires
2758 # the warning (with _au_warn_XXX), outputs it into the
2759 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2760 # the replacement expansion.
2761
2762
2763 # This is an auxiliary macro that is also run when
2764 # autoupdate runs m4. It simply calls m4_warning, but
2765 # we need a wrapper so that each warning is emitted only
2766 # once. We break the quoting in m4_warning's argument in
2767 # order to expand this macro's arguments, not AU_DEFUN's.
2768
2769
2770 # Finally, this is the expansion that is picked up by
2771 # autoconf. It tells the user to run autoupdate, and
2772 # then outputs the replacement expansion. We do not care
2773 # about autoupdate's warning because that contains
2774 # information on what to do *after* running autoupdate.
2775
2776 # This is what autoupdate's m4 run will expand. It fires
2777 # the warning (with _au_warn_XXX), outputs it into the
2778 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2779 # the replacement expansion.
2780
2781
2782 # This is an auxiliary macro that is also run when
2783 # autoupdate runs m4. It simply calls m4_warning, but
2784 # we need a wrapper so that each warning is emitted only
2785 # once. We break the quoting in m4_warning's argument in
2786 # order to expand this macro's arguments, not AU_DEFUN's.
2787
2788
2789 # Finally, this is the expansion that is picked up by
2790 # autoconf. It tells the user to run autoupdate, and
2791 # then outputs the replacement expansion. We do not care
2792 # about autoupdate's warning because that contains
2793 # information on what to do *after* running autoupdate.
2794
2795 # This is what autoupdate's m4 run will expand. It fires
2796 # the warning (with _au_warn_XXX), outputs it into the
2797 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2798 # the replacement expansion.
2799
2800
2801 # This is an auxiliary macro that is also run when
2802 # autoupdate runs m4. It simply calls m4_warning, but
2803 # we need a wrapper so that each warning is emitted only
2804 # once. We break the quoting in m4_warning's argument in
2805 # order to expand this macro's arguments, not AU_DEFUN's.
2806
2807
2808 # Finally, this is the expansion that is picked up by
2809 # autoconf. It tells the user to run autoupdate, and
2810 # then outputs the replacement expansion. We do not care
2811 # about autoupdate's warning because that contains
2812 # information on what to do *after* running autoupdate.
2813
2814 # This is what autoupdate's m4 run will expand. It fires
2815 # the warning (with _au_warn_XXX), outputs it into the
2816 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2817 # the replacement expansion.
2818
2819
2820 # This is an auxiliary macro that is also run when
2821 # autoupdate runs m4. It simply calls m4_warning, but
2822 # we need a wrapper so that each warning is emitted only
2823 # once. We break the quoting in m4_warning's argument in
2824 # order to expand this macro's arguments, not AU_DEFUN's.
2825
2826
2827 # Finally, this is the expansion that is picked up by
2828 # autoconf. It tells the user to run autoupdate, and
2829 # then outputs the replacement expansion. We do not care
2830 # about autoupdate's warning because that contains
2831 # information on what to do *after* running autoupdate.
2832
2833 # This is what autoupdate's m4 run will expand. It fires
2834 # the warning (with _au_warn_XXX), outputs it into the
2835 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2836 # the replacement expansion.
2837
2838
2839 # This is an auxiliary macro that is also run when
2840 # autoupdate runs m4. It simply calls m4_warning, but
2841 # we need a wrapper so that each warning is emitted only
2842 # once. We break the quoting in m4_warning's argument in
2843 # order to expand this macro's arguments, not AU_DEFUN's.
2844
2845
2846 # Finally, this is the expansion that is picked up by
2847 # autoconf. It tells the user to run autoupdate, and
2848 # then outputs the replacement expansion. We do not care
2849 # about autoupdate's warning because that contains
2850 # information on what to do *after* running autoupdate.
2851
2852
2853
2854 # _LT_TAG_COMPILER
2855 # ----------------
2856 # _LT_TAG_COMPILER
2857
2858
2859 # _LT_COMPILER_BOILERPLATE
2860 # ------------------------
2861 # Check for compiler boilerplate output or warnings with
2862 # the simple compiler test code.
2863 # _LT_COMPILER_BOILERPLATE
2864
2865
2866 # _LT_LINKER_BOILERPLATE
2867 # ----------------------
2868 # Check for linker boilerplate output or warnings with
2869 # the simple link test code.
2870 # _LT_LINKER_BOILERPLATE
2871
2872 # _LT_REQUIRED_DARWIN_CHECKS
2873 # -------------------------
2874
2875
2876
2877 # _LT_DARWIN_LINKER_FEATURES
2878 # --------------------------
2879 # Checks for linker and compiler features on darwin
2880
2881
2882 # _LT_SYS_MODULE_PATH_AIX
2883 # -----------------------
2884 # Links a minimal program and checks the executable
2885 # for the system default hardcoded library path. In most cases,
2886 # this is /usr/lib:/lib, but when the MPI compilers are used
2887 # the location of the communication and MPI libs are included too.
2888 # If we don't find anything, use the default library path according
2889 # to the aix ld manual.
2890 # _LT_SYS_MODULE_PATH_AIX
2891
2892
2893 # _LT_SHELL_INIT(ARG)
2894 # -------------------
2895 # _LT_SHELL_INIT
2896
2897
2898
2899 # _LT_PROG_ECHO_BACKSLASH
2900 # -----------------------
2901 # Find how we can fake an echo command that does not interpret backslash.
2902 # In particular, with Autoconf 2.60 or later we add some code to the start
2903 # of the generated configure script which will find a shell with a builtin
2904 # printf (which we can use as an echo command).
2905 # _LT_PROG_ECHO_BACKSLASH
2906
2907
2908 # _LT_ENABLE_LOCK
2909 # ---------------
2910 # _LT_ENABLE_LOCK
2911
2912
2913 # _LT_CMD_OLD_ARCHIVE
2914 # -------------------
2915 # _LT_CMD_OLD_ARCHIVE
2916
2917
2918 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2919 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2920 # ----------------------------------------------------------------
2921 # Check whether the given compiler option works
2922 # _LT_COMPILER_OPTION
2923
2924 # Old name:
2925 # This is what autoupdate's m4 run will expand. It fires
2926 # the warning (with _au_warn_XXX), outputs it into the
2927 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2928 # the replacement expansion.
2929
2930
2931 # This is an auxiliary macro that is also run when
2932 # autoupdate runs m4. It simply calls m4_warning, but
2933 # we need a wrapper so that each warning is emitted only
2934 # once. We break the quoting in m4_warning's argument in
2935 # order to expand this macro's arguments, not AU_DEFUN's.
2936
2937
2938 # Finally, this is the expansion that is picked up by
2939 # autoconf. It tells the user to run autoupdate, and
2940 # then outputs the replacement expansion. We do not care
2941 # about autoupdate's warning because that contains
2942 # information on what to do *after* running autoupdate.
2943
2944
2945
2946 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2947 # [ACTION-SUCCESS], [ACTION-FAILURE])
2948 # ----------------------------------------------------
2949 # Check whether the given linker option works
2950 # _LT_LINKER_OPTION
2951
2952 # Old name:
2953 # This is what autoupdate's m4 run will expand. It fires
2954 # the warning (with _au_warn_XXX), outputs it into the
2955 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2956 # the replacement expansion.
2957
2958
2959 # This is an auxiliary macro that is also run when
2960 # autoupdate runs m4. It simply calls m4_warning, but
2961 # we need a wrapper so that each warning is emitted only
2962 # once. We break the quoting in m4_warning's argument in
2963 # order to expand this macro's arguments, not AU_DEFUN's.
2964
2965
2966 # Finally, this is the expansion that is picked up by
2967 # autoconf. It tells the user to run autoupdate, and
2968 # then outputs the replacement expansion. We do not care
2969 # about autoupdate's warning because that contains
2970 # information on what to do *after* running autoupdate.
2971
2972
2973
2974 # LT_CMD_MAX_LEN
2975 #---------------
2976 # LT_CMD_MAX_LEN
2977
2978 # Old name:
2979 # This is what autoupdate's m4 run will expand. It fires
2980 # the warning (with _au_warn_XXX), outputs it into the
2981 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2982 # the replacement expansion.
2983
2984
2985 # This is an auxiliary macro that is also run when
2986 # autoupdate runs m4. It simply calls m4_warning, but
2987 # we need a wrapper so that each warning is emitted only
2988 # once. We break the quoting in m4_warning's argument in
2989 # order to expand this macro's arguments, not AU_DEFUN's.
2990
2991
2992 # Finally, this is the expansion that is picked up by
2993 # autoconf. It tells the user to run autoupdate, and
2994 # then outputs the replacement expansion. We do not care
2995 # about autoupdate's warning because that contains
2996 # information on what to do *after* running autoupdate.
2997
2998
2999
3000 # _LT_HEADER_DLFCN
3001 # ----------------
3002 # _LT_HEADER_DLFCN
3003
3004
3005 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
3006 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
3007 # ----------------------------------------------------------------
3008 # _LT_TRY_DLOPEN_SELF
3009
3010
3011 # LT_SYS_DLOPEN_SELF
3012 # ------------------
3013 # LT_SYS_DLOPEN_SELF
3014
3015 # Old name:
3016 # This is what autoupdate's m4 run will expand. It fires
3017 # the warning (with _au_warn_XXX), outputs it into the
3018 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3019 # the replacement expansion.
3020
3021
3022 # This is an auxiliary macro that is also run when
3023 # autoupdate runs m4. It simply calls m4_warning, but
3024 # we need a wrapper so that each warning is emitted only
3025 # once. We break the quoting in m4_warning's argument in
3026 # order to expand this macro's arguments, not AU_DEFUN's.
3027
3028
3029 # Finally, this is the expansion that is picked up by
3030 # autoconf. It tells the user to run autoupdate, and
3031 # then outputs the replacement expansion. We do not care
3032 # about autoupdate's warning because that contains
3033 # information on what to do *after* running autoupdate.
3034
3035
3036
3037 # _LT_COMPILER_C_O([TAGNAME])
3038 # ---------------------------
3039 # Check to see if options -c and -o are simultaneously supported by compiler.
3040 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
3041 # _LT_COMPILER_C_O
3042
3043
3044 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
3045 # ----------------------------------
3046 # Check to see if we can do hard links to lock some files if needed
3047 # _LT_COMPILER_FILE_LOCKS
3048
3049
3050 # _LT_CHECK_OBJDIR
3051 # ----------------
3052 # _LT_CHECK_OBJDIR
3053
3054
3055 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3056 # --------------------------------------
3057 # Check hardcoding attributes.
3058 # _LT_LINKER_HARDCODE_LIBPATH
3059
3060
3061 # _LT_CMD_STRIPLIB
3062 # ----------------
3063 # _LT_CMD_STRIPLIB
3064
3065
3066 # _LT_SYS_DYNAMIC_LINKER([TAG])
3067 # -----------------------------
3068 # PORTME Fill in your ld.so characteristics
3069 # _LT_SYS_DYNAMIC_LINKER
3070
3071
3072 # _LT_PATH_TOOL_PREFIX(TOOL)
3073 # --------------------------
3074 # find a file program which can recognize shared library
3075 # _LT_PATH_TOOL_PREFIX
3076
3077 # Old name:
3078 # This is what autoupdate's m4 run will expand. It fires
3079 # the warning (with _au_warn_XXX), outputs it into the
3080 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3081 # the replacement expansion.
3082
3083
3084 # This is an auxiliary macro that is also run when
3085 # autoupdate runs m4. It simply calls m4_warning, but
3086 # we need a wrapper so that each warning is emitted only
3087 # once. We break the quoting in m4_warning's argument in
3088 # order to expand this macro's arguments, not AU_DEFUN's.
3089
3090
3091 # Finally, this is the expansion that is picked up by
3092 # autoconf. It tells the user to run autoupdate, and
3093 # then outputs the replacement expansion. We do not care
3094 # about autoupdate's warning because that contains
3095 # information on what to do *after* running autoupdate.
3096
3097
3098
3099 # _LT_PATH_MAGIC
3100 # --------------
3101 # find a file program which can recognize a shared library
3102 # _LT_PATH_MAGIC
3103
3104
3105 # LT_PATH_LD
3106 # ----------
3107 # find the pathname to the GNU or non-GNU linker
3108 # LT_PATH_LD
3109
3110 # Old names:
3111 # This is what autoupdate's m4 run will expand. It fires
3112 # the warning (with _au_warn_XXX), outputs it into the
3113 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3114 # the replacement expansion.
3115
3116
3117 # This is an auxiliary macro that is also run when
3118 # autoupdate runs m4. It simply calls m4_warning, but
3119 # we need a wrapper so that each warning is emitted only
3120 # once. We break the quoting in m4_warning's argument in
3121 # order to expand this macro's arguments, not AU_DEFUN's.
3122
3123
3124 # Finally, this is the expansion that is picked up by
3125 # autoconf. It tells the user to run autoupdate, and
3126 # then outputs the replacement expansion. We do not care
3127 # about autoupdate's warning because that contains
3128 # information on what to do *after* running autoupdate.
3129
3130 # This is what autoupdate's m4 run will expand. It fires
3131 # the warning (with _au_warn_XXX), outputs it into the
3132 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3133 # the replacement expansion.
3134
3135
3136 # This is an auxiliary macro that is also run when
3137 # autoupdate runs m4. It simply calls m4_warning, but
3138 # we need a wrapper so that each warning is emitted only
3139 # once. We break the quoting in m4_warning's argument in
3140 # order to expand this macro's arguments, not AU_DEFUN's.
3141
3142
3143 # Finally, this is the expansion that is picked up by
3144 # autoconf. It tells the user to run autoupdate, and
3145 # then outputs the replacement expansion. We do not care
3146 # about autoupdate's warning because that contains
3147 # information on what to do *after* running autoupdate.
3148
3149
3150
3151 # _LT_PATH_LD_GNU
3152 #- --------------
3153 # _LT_PATH_LD_GNU
3154
3155
3156 # _LT_CMD_RELOAD
3157 # --------------
3158 # find reload flag for linker
3159 # -- PORTME Some linkers may need a different reload flag.
3160 # _LT_CMD_RELOAD
3161
3162
3163 # _LT_CHECK_MAGIC_METHOD
3164 # ----------------------
3165 # how to check for library dependencies
3166 # -- PORTME fill in with the dynamic library characteristics
3167 # _LT_CHECK_MAGIC_METHOD
3168
3169
3170 # LT_PATH_NM
3171 # ----------
3172 # find the pathname to a BSD- or MS-compatible name lister
3173 # LT_PATH_NM
3174
3175 # Old names:
3176 # This is what autoupdate's m4 run will expand. It fires
3177 # the warning (with _au_warn_XXX), outputs it into the
3178 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3179 # the replacement expansion.
3180
3181
3182 # This is an auxiliary macro that is also run when
3183 # autoupdate runs m4. It simply calls m4_warning, but
3184 # we need a wrapper so that each warning is emitted only
3185 # once. We break the quoting in m4_warning's argument in
3186 # order to expand this macro's arguments, not AU_DEFUN's.
3187
3188
3189 # Finally, this is the expansion that is picked up by
3190 # autoconf. It tells the user to run autoupdate, and
3191 # then outputs the replacement expansion. We do not care
3192 # about autoupdate's warning because that contains
3193 # information on what to do *after* running autoupdate.
3194
3195 # This is what autoupdate's m4 run will expand. It fires
3196 # the warning (with _au_warn_XXX), outputs it into the
3197 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3198 # the replacement expansion.
3199
3200
3201 # This is an auxiliary macro that is also run when
3202 # autoupdate runs m4. It simply calls m4_warning, but
3203 # we need a wrapper so that each warning is emitted only
3204 # once. We break the quoting in m4_warning's argument in
3205 # order to expand this macro's arguments, not AU_DEFUN's.
3206
3207
3208 # Finally, this is the expansion that is picked up by
3209 # autoconf. It tells the user to run autoupdate, and
3210 # then outputs the replacement expansion. We do not care
3211 # about autoupdate's warning because that contains
3212 # information on what to do *after* running autoupdate.
3213
3214
3215
3216 # LT_LIB_M
3217 # --------
3218 # check for math library
3219 # LT_LIB_M
3220
3221 # Old name:
3222 # This is what autoupdate's m4 run will expand. It fires
3223 # the warning (with _au_warn_XXX), outputs it into the
3224 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3225 # the replacement expansion.
3226
3227
3228 # This is an auxiliary macro that is also run when
3229 # autoupdate runs m4. It simply calls m4_warning, but
3230 # we need a wrapper so that each warning is emitted only
3231 # once. We break the quoting in m4_warning's argument in
3232 # order to expand this macro's arguments, not AU_DEFUN's.
3233
3234
3235 # Finally, this is the expansion that is picked up by
3236 # autoconf. It tells the user to run autoupdate, and
3237 # then outputs the replacement expansion. We do not care
3238 # about autoupdate's warning because that contains
3239 # information on what to do *after* running autoupdate.
3240
3241
3242
3243 # _LT_COMPILER_NO_RTTI([TAGNAME])
3244 # -------------------------------
3245 # _LT_COMPILER_NO_RTTI
3246
3247
3248 # _LT_CMD_GLOBAL_SYMBOLS
3249 # ----------------------
3250 # _LT_CMD_GLOBAL_SYMBOLS
3251
3252
3253 # _LT_COMPILER_PIC([TAGNAME])
3254 # ---------------------------
3255 # _LT_COMPILER_PIC
3256
3257
3258 # _LT_LINKER_SHLIBS([TAGNAME])
3259 # ----------------------------
3260 # See if the linker supports building shared libraries.
3261 # _LT_LINKER_SHLIBS
3262
3263
3264 # _LT_LANG_C_CONFIG([TAG])
3265 # ------------------------
3266 # Ensure that the configuration variables for a C compiler are suitably
3267 # defined. These variables are subsequently used by _LT_CONFIG to write
3268 # the compiler configuration to `libtool'.
3269 # _LT_LANG_C_CONFIG
3270
3271
3272 # _LT_LANG_CXX_CONFIG([TAG])
3273 # --------------------------
3274 # Ensure that the configuration variables for a C++ compiler are suitably
3275 # defined. These variables are subsequently used by _LT_CONFIG to write
3276 # the compiler configuration to `libtool'.
3277 # _LT_LANG_CXX_CONFIG
3278
3279
3280 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3281 # ---------------------------------
3282 # Figure out "hidden" library dependencies from verbose
3283 # compiler output when linking a shared library.
3284 # Parse the compiler output and extract the necessary
3285 # objects, libraries and library flags.
3286 # _LT_SYS_HIDDEN_LIBDEPS
3287
3288
3289 # _LT_LANG_F77_CONFIG([TAG])
3290 # --------------------------
3291 # Ensure that the configuration variables for a Fortran 77 compiler are
3292 # suitably defined. These variables are subsequently used by _LT_CONFIG
3293 # to write the compiler configuration to `libtool'.
3294 # _LT_LANG_F77_CONFIG
3295
3296
3297 # _LT_LANG_FC_CONFIG([TAG])
3298 # -------------------------
3299 # Ensure that the configuration variables for a Fortran compiler are
3300 # suitably defined. These variables are subsequently used by _LT_CONFIG
3301 # to write the compiler configuration to `libtool'.
3302 # _LT_LANG_FC_CONFIG
3303
3304
3305 # _LT_LANG_GCJ_CONFIG([TAG])
3306 # --------------------------
3307 # Ensure that the configuration variables for the GNU Java Compiler compiler
3308 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3309 # to write the compiler configuration to `libtool'.
3310 # _LT_LANG_GCJ_CONFIG
3311
3312
3313 # _LT_LANG_RC_CONFIG([TAG])
3314 # -------------------------
3315 # Ensure that the configuration variables for the Windows resource compiler
3316 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3317 # to write the compiler configuration to `libtool'.
3318 # _LT_LANG_RC_CONFIG
3319
3320
3321 # LT_PROG_GCJ
3322 # -----------
3323
3324
3325 # Old name:
3326 # This is what autoupdate's m4 run will expand. It fires
3327 # the warning (with _au_warn_XXX), outputs it into the
3328 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3329 # the replacement expansion.
3330
3331
3332 # This is an auxiliary macro that is also run when
3333 # autoupdate runs m4. It simply calls m4_warning, but
3334 # we need a wrapper so that each warning is emitted only
3335 # once. We break the quoting in m4_warning's argument in
3336 # order to expand this macro's arguments, not AU_DEFUN's.
3337
3338
3339 # Finally, this is the expansion that is picked up by
3340 # autoconf. It tells the user to run autoupdate, and
3341 # then outputs the replacement expansion. We do not care
3342 # about autoupdate's warning because that contains
3343 # information on what to do *after* running autoupdate.
3344
3345
3346
3347 # LT_PROG_RC
3348 # ----------
3349
3350
3351 # Old name:
3352 # This is what autoupdate's m4 run will expand. It fires
3353 # the warning (with _au_warn_XXX), outputs it into the
3354 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3355 # the replacement expansion.
3356
3357
3358 # This is an auxiliary macro that is also run when
3359 # autoupdate runs m4. It simply calls m4_warning, but
3360 # we need a wrapper so that each warning is emitted only
3361 # once. We break the quoting in m4_warning's argument in
3362 # order to expand this macro's arguments, not AU_DEFUN's.
3363
3364
3365 # Finally, this is the expansion that is picked up by
3366 # autoconf. It tells the user to run autoupdate, and
3367 # then outputs the replacement expansion. We do not care
3368 # about autoupdate's warning because that contains
3369 # information on what to do *after* running autoupdate.
3370
3371
3372
3373 # _LT_DECL_EGREP
3374 # --------------
3375 # If we don't have a new enough Autoconf to choose the best grep
3376 # available, choose the one first in the user's PATH.
3377
3378
3379
3380 # _LT_DECL_OBJDUMP
3381 # --------------
3382 # If we don't have a new enough Autoconf to choose the best objdump
3383 # available, choose the one first in the user's PATH.
3384
3385
3386
3387 # _LT_DECL_SED
3388 # ------------
3389 # Check for a fully-functional sed program, that truncates
3390 # as few characters as possible. Prefer GNU sed if found.
3391 # _LT_DECL_SED
3392
3393 #m4_ifndef
3394
3395 # Old name:
3396 # This is what autoupdate's m4 run will expand. It fires
3397 # the warning (with _au_warn_XXX), outputs it into the
3398 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3399 # the replacement expansion.
3400
3401
3402 # This is an auxiliary macro that is also run when
3403 # autoupdate runs m4. It simply calls m4_warning, but
3404 # we need a wrapper so that each warning is emitted only
3405 # once. We break the quoting in m4_warning's argument in
3406 # order to expand this macro's arguments, not AU_DEFUN's.
3407
3408
3409 # Finally, this is the expansion that is picked up by
3410 # autoconf. It tells the user to run autoupdate, and
3411 # then outputs the replacement expansion. We do not care
3412 # about autoupdate's warning because that contains
3413 # information on what to do *after* running autoupdate.
3414
3415
3416
3417 # _LT_CHECK_SHELL_FEATURES
3418 # ------------------------
3419 # Find out whether the shell is Bourne or XSI compatible,
3420 # or has some other useful features.
3421 # _LT_CHECK_SHELL_FEATURES
3422
3423
3424 # _LT_PROG_XSI_SHELLFNS
3425 # ---------------------
3426 # Bourne and XSI compatible variants of some useful shell functions.
3427
3428
3429 # Helper functions for option handling. -*- Autoconf -*-
3430 #
3431 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3432 # Inc.
3433 # Written by Gary V. Vaughan, 2004
3434 #
3435 # This file is free software; the Free Software Foundation gives
3436 # unlimited permission to copy and/or distribute it, with or without
3437 # modifications, as long as this notice is preserved.
3438
3439 # serial 6 ltoptions.m4
3440
3441 # This is to help aclocal find these macros, as it can't see m4_define.
3442
3443
3444
3445 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3446 # ------------------------------------------
3447
3448
3449
3450 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3451 # ---------------------------------------
3452 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3453 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3454 # saved as a flag.
3455
3456
3457
3458 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3459 # ------------------------------------------------------------
3460 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3461
3462
3463
3464 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3465 # -------------------------------------------------------
3466 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3467 # are set.
3468
3469
3470
3471 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3472 # ----------------------------------------
3473 # OPTION-LIST is a space-separated list of Libtool options associated
3474 # with MACRO-NAME. If any OPTION has a matching handler declared with
3475 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3476 # the unknown option and exit.
3477 # _LT_SET_OPTIONS
3478
3479
3480 ## --------------------------------- ##
3481 ## Macros to handle LT_INIT options. ##
3482 ## --------------------------------- ##
3483
3484 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3485 # -----------------------------------------
3486
3487
3488
3489 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3490 # -----------------------------------------------
3491 # LT_OPTION_DEFINE
3492
3493
3494 # dlopen
3495 # ------
3496
3497
3498 # This is what autoupdate's m4 run will expand. It fires
3499 # the warning (with _au_warn_XXX), outputs it into the
3500 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3501 # the replacement expansion.
3502
3503
3504 # This is an auxiliary macro that is also run when
3505 # autoupdate runs m4. It simply calls m4_warning, but
3506 # we need a wrapper so that each warning is emitted only
3507 # once. We break the quoting in m4_warning's argument in
3508 # order to expand this macro's arguments, not AU_DEFUN's.
3509
3510
3511 # Finally, this is the expansion that is picked up by
3512 # autoconf. It tells the user to run autoupdate, and
3513 # then outputs the replacement expansion. We do not care
3514 # about autoupdate's warning because that contains
3515 # information on what to do *after* running autoupdate.
3516
3517
3518
3519
3520 # win32-dll
3521 # ---------
3522 # Declare package support for building win32 dll's.
3523 # win32-dll
3524
3525 # This is what autoupdate's m4 run will expand. It fires
3526 # the warning (with _au_warn_XXX), outputs it into the
3527 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3528 # the replacement expansion.
3529
3530
3531 # This is an auxiliary macro that is also run when
3532 # autoupdate runs m4. It simply calls m4_warning, but
3533 # we need a wrapper so that each warning is emitted only
3534 # once. We break the quoting in m4_warning's argument in
3535 # order to expand this macro's arguments, not AU_DEFUN's.
3536
3537
3538 # Finally, this is the expansion that is picked up by
3539 # autoconf. It tells the user to run autoupdate, and
3540 # then outputs the replacement expansion. We do not care
3541 # about autoupdate's warning because that contains
3542 # information on what to do *after* running autoupdate.
3543
3544
3545
3546
3547 # _LT_ENABLE_SHARED([DEFAULT])
3548 # ----------------------------
3549 # implement the --enable-shared flag, and supports the `shared' and
3550 # `disable-shared' LT_INIT options.
3551 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3552 # _LT_ENABLE_SHARED
3553
3554
3555
3556
3557 # Old names:
3558
3559
3560
3561
3562 # This is what autoupdate's m4 run will expand. It fires
3563 # the warning (with _au_warn_XXX), outputs it into the
3564 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3565 # the replacement expansion.
3566
3567
3568 # This is an auxiliary macro that is also run when
3569 # autoupdate runs m4. It simply calls m4_warning, but
3570 # we need a wrapper so that each warning is emitted only
3571 # once. We break the quoting in m4_warning's argument in
3572 # order to expand this macro's arguments, not AU_DEFUN's.
3573
3574
3575 # Finally, this is the expansion that is picked up by
3576 # autoconf. It tells the user to run autoupdate, and
3577 # then outputs the replacement expansion. We do not care
3578 # about autoupdate's warning because that contains
3579 # information on what to do *after* running autoupdate.
3580
3581 # This is what autoupdate's m4 run will expand. It fires
3582 # the warning (with _au_warn_XXX), outputs it into the
3583 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3584 # the replacement expansion.
3585
3586
3587 # This is an auxiliary macro that is also run when
3588 # autoupdate runs m4. It simply calls m4_warning, but
3589 # we need a wrapper so that each warning is emitted only
3590 # once. We break the quoting in m4_warning's argument in
3591 # order to expand this macro's arguments, not AU_DEFUN's.
3592
3593
3594 # Finally, this is the expansion that is picked up by
3595 # autoconf. It tells the user to run autoupdate, and
3596 # then outputs the replacement expansion. We do not care
3597 # about autoupdate's warning because that contains
3598 # information on what to do *after* running autoupdate.
3599
3600
3601
3602
3603
3604 # _LT_ENABLE_STATIC([DEFAULT])
3605 # ----------------------------
3606 # implement the --enable-static flag, and support the `static' and
3607 # `disable-static' LT_INIT options.
3608 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3609 # _LT_ENABLE_STATIC
3610
3611
3612
3613
3614 # Old names:
3615
3616
3617
3618
3619 # This is what autoupdate's m4 run will expand. It fires
3620 # the warning (with _au_warn_XXX), outputs it into the
3621 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3622 # the replacement expansion.
3623
3624
3625 # This is an auxiliary macro that is also run when
3626 # autoupdate runs m4. It simply calls m4_warning, but
3627 # we need a wrapper so that each warning is emitted only
3628 # once. We break the quoting in m4_warning's argument in
3629 # order to expand this macro's arguments, not AU_DEFUN's.
3630
3631
3632 # Finally, this is the expansion that is picked up by
3633 # autoconf. It tells the user to run autoupdate, and
3634 # then outputs the replacement expansion. We do not care
3635 # about autoupdate's warning because that contains
3636 # information on what to do *after* running autoupdate.
3637
3638 # This is what autoupdate's m4 run will expand. It fires
3639 # the warning (with _au_warn_XXX), outputs it into the
3640 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3641 # the replacement expansion.
3642
3643
3644 # This is an auxiliary macro that is also run when
3645 # autoupdate runs m4. It simply calls m4_warning, but
3646 # we need a wrapper so that each warning is emitted only
3647 # once. We break the quoting in m4_warning's argument in
3648 # order to expand this macro's arguments, not AU_DEFUN's.
3649
3650
3651 # Finally, this is the expansion that is picked up by
3652 # autoconf. It tells the user to run autoupdate, and
3653 # then outputs the replacement expansion. We do not care
3654 # about autoupdate's warning because that contains
3655 # information on what to do *after* running autoupdate.
3656
3657
3658
3659
3660
3661 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3662 # ----------------------------------
3663 # implement the --enable-fast-install flag, and support the `fast-install'
3664 # and `disable-fast-install' LT_INIT options.
3665 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3666 # _LT_ENABLE_FAST_INSTALL
3667
3668
3669
3670
3671 # Old names:
3672 # This is what autoupdate's m4 run will expand. It fires
3673 # the warning (with _au_warn_XXX), outputs it into the
3674 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3675 # the replacement expansion.
3676
3677
3678 # This is an auxiliary macro that is also run when
3679 # autoupdate runs m4. It simply calls m4_warning, but
3680 # we need a wrapper so that each warning is emitted only
3681 # once. We break the quoting in m4_warning's argument in
3682 # order to expand this macro's arguments, not AU_DEFUN's.
3683
3684
3685 # Finally, this is the expansion that is picked up by
3686 # autoconf. It tells the user to run autoupdate, and
3687 # then outputs the replacement expansion. We do not care
3688 # about autoupdate's warning because that contains
3689 # information on what to do *after* running autoupdate.
3690
3691
3692 # This is what autoupdate's m4 run will expand. It fires
3693 # the warning (with _au_warn_XXX), outputs it into the
3694 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3695 # the replacement expansion.
3696
3697
3698 # This is an auxiliary macro that is also run when
3699 # autoupdate runs m4. It simply calls m4_warning, but
3700 # we need a wrapper so that each warning is emitted only
3701 # once. We break the quoting in m4_warning's argument in
3702 # order to expand this macro's arguments, not AU_DEFUN's.
3703
3704
3705 # Finally, this is the expansion that is picked up by
3706 # autoconf. It tells the user to run autoupdate, and
3707 # then outputs the replacement expansion. We do not care
3708 # about autoupdate's warning because that contains
3709 # information on what to do *after* running autoupdate.
3710
3711
3712
3713
3714 # _LT_WITH_PIC([MODE])
3715 # --------------------
3716 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3717 # LT_INIT options.
3718 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3719 # _LT_WITH_PIC
3720
3721
3722
3723
3724 # Old name:
3725 # This is what autoupdate's m4 run will expand. It fires
3726 # the warning (with _au_warn_XXX), outputs it into the
3727 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3728 # the replacement expansion.
3729
3730
3731 # This is an auxiliary macro that is also run when
3732 # autoupdate runs m4. It simply calls m4_warning, but
3733 # we need a wrapper so that each warning is emitted only
3734 # once. We break the quoting in m4_warning's argument in
3735 # order to expand this macro's arguments, not AU_DEFUN's.
3736
3737
3738 # Finally, this is the expansion that is picked up by
3739 # autoconf. It tells the user to run autoupdate, and
3740 # then outputs the replacement expansion. We do not care
3741 # about autoupdate's warning because that contains
3742 # information on what to do *after* running autoupdate.
3743
3744
3745
3746 ## ----------------- ##
3747 ## LTDL_INIT Options ##
3748 ## ----------------- ##
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3760 #
3761 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3762 # Written by Gary V. Vaughan, 2004
3763 #
3764 # This file is free software; the Free Software Foundation gives
3765 # unlimited permission to copy and/or distribute it, with or without
3766 # modifications, as long as this notice is preserved.
3767
3768 # serial 6 ltsugar.m4
3769
3770 # This is to help aclocal find these macros, as it can't see m4_define.
3771
3772
3773
3774 # lt_join(SEP, ARG1, [ARG2...])
3775 # -----------------------------
3776 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3777 # associated separator.
3778 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3779 # versions in m4sugar had bugs.
3780
3781
3782
3783
3784 # lt_car(LIST)
3785 # lt_cdr(LIST)
3786 # ------------
3787 # Manipulate m4 lists.
3788 # These macros are necessary as long as will still need to support
3789 # Autoconf-2.59 which quotes differently.
3790
3791
3792
3793
3794
3795 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3796 # ------------------------------------------
3797 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3798 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3799 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3800 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3801 # than defined and empty).
3802 #
3803 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3804 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3805
3806
3807
3808
3809 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3810 # ----------------------------------------------------------
3811 # Produce a SEP delimited list of all paired combinations of elements of
3812 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3813 # has the form PREFIXmINFIXSUFFIXn.
3814 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3815
3816
3817
3818 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3819 # -----------------------------------------------------------------------
3820 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3821 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3822
3823
3824
3825 # lt_dict_add(DICT, KEY, VALUE)
3826 # -----------------------------
3827
3828
3829
3830 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3831 # --------------------------------------------
3832
3833
3834
3835 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3836 # ----------------------------------
3837
3838
3839
3840 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3841 # -----------------------------------------------------------------
3842
3843
3844
3845 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3846 # --------------------------------------------------------------
3847
3848
3849 # ltversion.m4 -- version numbers -*- Autoconf -*-
3850 #
3851 # Copyright (C) 2004 Free Software Foundation, Inc.
3852 # Written by Scott James Remnant, 2004
3853 #
3854 # This file is free software; the Free Software Foundation gives
3855 # unlimited permission to copy and/or distribute it, with or without
3856 # modifications, as long as this notice is preserved.
3857
3858 # Generated from ltversion.in.
3859
3860 # serial 3134 ltversion.m4
3861 # This file is part of GNU Libtool
3862
3863
3864
3865
3866
3867
3868 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3869 #
3870 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3871 # Written by Scott James Remnant, 2004.
3872 #
3873 # This file is free software; the Free Software Foundation gives
3874 # unlimited permission to copy and/or distribute it, with or without
3875 # modifications, as long as this notice is preserved.
3876
3877 # serial 4 lt~obsolete.m4
3878
3879 # These exist entirely to fool aclocal when bootstrapping libtool.
3880 #
3881 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3882 # which have later been changed to m4_define as they aren't part of the
3883 # exported API, or moved to Autoconf or Automake where they belong.
3884 #
3885 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3886 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3887 # using a macro with the same name in our local m4/libtool.m4 it'll
3888 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3889 # and doesn't know about Autoconf macros at all.)
3890 #
3891 # So we provide this file, which has a silly filename so it's always
3892 # included after everything else. This provides aclocal with the
3893 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3894 # because those macros already exist, or will be overwritten later.
3895 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3896 #
3897 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3898 # Yes, that means every name once taken will need to remain here until
3899 # we give up compatibility with versions before 1.7, at which point
3900 # we need to keep only those names which we still refer to.
3901
3902 # This is to help aclocal find these macros, as it can't see m4_define.
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967 ## -*- Autoconf -*-
3968
3969 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3970 # Free Software Foundation, Inc.
3971 #
3972 # This file is free software; the Free Software Foundation
3973 # gives unlimited permission to copy and/or distribute it,
3974 # with or without modifications, as long as this notice is preserved.
3975
3976 # serial 8
3977
3978 # Based on depend.m4 from automake 1.9, modified for standalone use in
3979 # an environment where GNU make is required.
3980
3981 # ZW_PROG_COMPILER_DEPENDENCIES
3982 # -----------------------------
3983 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3984 # sets fooDEPMODE accordingly. Cache-variable compatible with
3985 # original; not side-effect compatible. As the users of this macro
3986 # may require accurate dependencies for correct builds, it does *not*
3987 # honor --disable-dependency-checking, and failure to detect a usable
3988 # method is an error. depcomp is assumed to be located in
3989 # $ac_aux_dir.
3990 #
3991 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3992
3993
3994
3995 # AM_SET_DEPDIR
3996 # -------------
3997 # Choose a directory name for dependency files.
3998
3999
4000 # ZW_CREATE_DEPDIR
4001 # ----------------
4002 # As AM_SET_DEPDIR, but also create the directory at config.status time.
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077 # intl sister-directory configuration rules.
4078 #
4079
4080 # The idea behind this macro is that there's no need to repeat all the
4081 # autoconf probes done by the intl directory - it's already done them
4082 # for us. In fact, there's no need even to look at the cache for the
4083 # answers. All we need to do is nab a few pieces of information.
4084 # The intl directory is set up to make this easy, by generating a
4085 # small file which can be sourced as a shell script; then we produce
4086 # the necessary substitutions and definitions for this directory.
4087
4088
4089
4090 # Autoconf M4 include file defining utility macros for complex Canadian
4091 # cross builds.
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101 ####
4102 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4103 # or AC_INIT.
4104 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
4105
4106 ####
4107 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4108 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4109
4110
4111 ####
4112 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4113 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4114
4115
4116
4117 # Backported from Autoconf 2.5x; can go away when and if
4118 # we switch. Put the OS path separator in $PATH_SEPARATOR.
4119
4120
4121
4122
4123 # ACX_HAVE_GCC_FOR_TARGET
4124 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4125
4126
4127 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4128 # Searching for installed target binutils. We need to take extra care,
4129 # else we may find the wrong assembler, linker, etc., and lose.
4130 #
4131 # First try --with-build-time-tools, if specified.
4132 #
4133 # For build != host, we ask the installed GCC for the name of the tool it
4134 # uses, and accept it if it is an absolute path. This is because the
4135 # only good choice for a compiler is the same GCC version that is being
4136 # installed (or we couldn't make target libraries), and we assume that
4137 # on the host system we'll have not only the same GCC version, but also
4138 # the same binutils version.
4139 #
4140 # For build == host, search the same directories that the installed
4141 # compiler will search. We used to do this for the assembler, linker,
4142 # and nm only; for simplicity of configuration, however, we extend this
4143 # criterion to tools (such as ar and ranlib) that are never invoked by
4144 # the compiler, to avoid mismatches.
4145 #
4146 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4147 # if build == target. This makes the most sense only when bootstrapping,
4148 # but we also do so when build != host. In this case, we hope that the
4149 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4150 #
4151 # If we do not find a suitable binary, then try the user's path.
4152
4153
4154 ###
4155 # AC_PROG_CPP_WERROR
4156 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4157 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4158 # For now, using this also overrides header checks to use only the
4159 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4160 # bit harder from here).
4161 # Eventually autoconf will default to checking headers with the compiler
4162 # instead, and we'll have to do this differently.
4163
4164 # AC_PROG_CPP_WERROR
4165
4166 # Test for GNAT.
4167 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4168 # that understands Ada. We use the user's CC setting, already found, and
4169 # possibly add $1 to the command-line parameters.
4170 #
4171 # Sets the shell variable have_gnat to yes or no as appropriate, and
4172 # substitutes GNATBIND and GNATMAKE.
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198 ac_ext=c
4199 ac_cpp='$CPP $CPPFLAGS'
4200 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4201 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4202 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4203 if test -n "$ac_tool_prefix"; then
4204 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4205 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4207 $as_echo_n "checking for $ac_word... " >&6; }
4208 if test "${ac_cv_prog_CC+set}" = set; then :
4209 $as_echo_n "(cached) " >&6
4210 else
4211 if test -n "$CC"; then
4212 ac_cv_prog_CC="$CC" # Let the user override the test.
4213 else
4214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4215 for as_dir in $PATH
4216 do
4217 IFS=$as_save_IFS
4218 test -z "$as_dir" && as_dir=.
4219 for ac_exec_ext in '' $ac_executable_extensions; do
4220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4221 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4223 break 2
4224 fi
4225 done
4226 done
4227 IFS=$as_save_IFS
4228
4229 fi
4230 fi
4231 CC=$ac_cv_prog_CC
4232 if test -n "$CC"; then
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4234 $as_echo "$CC" >&6; }
4235 else
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4237 $as_echo "no" >&6; }
4238 fi
4239
4240
4241 fi
4242 if test -z "$ac_cv_prog_CC"; then
4243 ac_ct_CC=$CC
4244 # Extract the first word of "gcc", so it can be a program name with args.
4245 set dummy gcc; ac_word=$2
4246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4247 $as_echo_n "checking for $ac_word... " >&6; }
4248 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4249 $as_echo_n "(cached) " >&6
4250 else
4251 if test -n "$ac_ct_CC"; then
4252 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4253 else
4254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4255 for as_dir in $PATH
4256 do
4257 IFS=$as_save_IFS
4258 test -z "$as_dir" && as_dir=.
4259 for ac_exec_ext in '' $ac_executable_extensions; do
4260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4261 ac_cv_prog_ac_ct_CC="gcc"
4262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4263 break 2
4264 fi
4265 done
4266 done
4267 IFS=$as_save_IFS
4268
4269 fi
4270 fi
4271 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4272 if test -n "$ac_ct_CC"; then
4273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4274 $as_echo "$ac_ct_CC" >&6; }
4275 else
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4277 $as_echo "no" >&6; }
4278 fi
4279
4280 if test "x$ac_ct_CC" = x; then
4281 CC=""
4282 else
4283 case $cross_compiling:$ac_tool_warned in
4284 yes:)
4285 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4286 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4287 ac_tool_warned=yes ;;
4288 esac
4289 CC=$ac_ct_CC
4290 fi
4291 else
4292 CC="$ac_cv_prog_CC"
4293 fi
4294
4295 if test -z "$CC"; then
4296 if test -n "$ac_tool_prefix"; then
4297 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4298 set dummy ${ac_tool_prefix}cc; ac_word=$2
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4300 $as_echo_n "checking for $ac_word... " >&6; }
4301 if test "${ac_cv_prog_CC+set}" = set; then :
4302 $as_echo_n "(cached) " >&6
4303 else
4304 if test -n "$CC"; then
4305 ac_cv_prog_CC="$CC" # Let the user override the test.
4306 else
4307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4308 for as_dir in $PATH
4309 do
4310 IFS=$as_save_IFS
4311 test -z "$as_dir" && as_dir=.
4312 for ac_exec_ext in '' $ac_executable_extensions; do
4313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4314 ac_cv_prog_CC="${ac_tool_prefix}cc"
4315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4316 break 2
4317 fi
4318 done
4319 done
4320 IFS=$as_save_IFS
4321
4322 fi
4323 fi
4324 CC=$ac_cv_prog_CC
4325 if test -n "$CC"; then
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4327 $as_echo "$CC" >&6; }
4328 else
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4330 $as_echo "no" >&6; }
4331 fi
4332
4333
4334 fi
4335 fi
4336 if test -z "$CC"; then
4337 # Extract the first word of "cc", so it can be a program name with args.
4338 set dummy cc; ac_word=$2
4339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4340 $as_echo_n "checking for $ac_word... " >&6; }
4341 if test "${ac_cv_prog_CC+set}" = set; then :
4342 $as_echo_n "(cached) " >&6
4343 else
4344 if test -n "$CC"; then
4345 ac_cv_prog_CC="$CC" # Let the user override the test.
4346 else
4347 ac_prog_rejected=no
4348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4349 for as_dir in $PATH
4350 do
4351 IFS=$as_save_IFS
4352 test -z "$as_dir" && as_dir=.
4353 for ac_exec_ext in '' $ac_executable_extensions; do
4354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4355 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4356 ac_prog_rejected=yes
4357 continue
4358 fi
4359 ac_cv_prog_CC="cc"
4360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4361 break 2
4362 fi
4363 done
4364 done
4365 IFS=$as_save_IFS
4366
4367 if test $ac_prog_rejected = yes; then
4368 # We found a bogon in the path, so make sure we never use it.
4369 set dummy $ac_cv_prog_CC
4370 shift
4371 if test $# != 0; then
4372 # We chose a different compiler from the bogus one.
4373 # However, it has the same basename, so the bogon will be chosen
4374 # first if we set CC to just the basename; use the full file name.
4375 shift
4376 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4377 fi
4378 fi
4379 fi
4380 fi
4381 CC=$ac_cv_prog_CC
4382 if test -n "$CC"; then
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4384 $as_echo "$CC" >&6; }
4385 else
4386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4387 $as_echo "no" >&6; }
4388 fi
4389
4390
4391 fi
4392 if test -z "$CC"; then
4393 if test -n "$ac_tool_prefix"; then
4394 for ac_prog in cl.exe
4395 do
4396 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4397 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4399 $as_echo_n "checking for $ac_word... " >&6; }
4400 if test "${ac_cv_prog_CC+set}" = set; then :
4401 $as_echo_n "(cached) " >&6
4402 else
4403 if test -n "$CC"; then
4404 ac_cv_prog_CC="$CC" # Let the user override the test.
4405 else
4406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4407 for as_dir in $PATH
4408 do
4409 IFS=$as_save_IFS
4410 test -z "$as_dir" && as_dir=.
4411 for ac_exec_ext in '' $ac_executable_extensions; do
4412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4413 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4415 break 2
4416 fi
4417 done
4418 done
4419 IFS=$as_save_IFS
4420
4421 fi
4422 fi
4423 CC=$ac_cv_prog_CC
4424 if test -n "$CC"; then
4425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4426 $as_echo "$CC" >&6; }
4427 else
4428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4429 $as_echo "no" >&6; }
4430 fi
4431
4432
4433 test -n "$CC" && break
4434 done
4435 fi
4436 if test -z "$CC"; then
4437 ac_ct_CC=$CC
4438 for ac_prog in cl.exe
4439 do
4440 # Extract the first word of "$ac_prog", so it can be a program name with args.
4441 set dummy $ac_prog; ac_word=$2
4442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4443 $as_echo_n "checking for $ac_word... " >&6; }
4444 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4445 $as_echo_n "(cached) " >&6
4446 else
4447 if test -n "$ac_ct_CC"; then
4448 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4449 else
4450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4451 for as_dir in $PATH
4452 do
4453 IFS=$as_save_IFS
4454 test -z "$as_dir" && as_dir=.
4455 for ac_exec_ext in '' $ac_executable_extensions; do
4456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4457 ac_cv_prog_ac_ct_CC="$ac_prog"
4458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4459 break 2
4460 fi
4461 done
4462 done
4463 IFS=$as_save_IFS
4464
4465 fi
4466 fi
4467 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4468 if test -n "$ac_ct_CC"; then
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4470 $as_echo "$ac_ct_CC" >&6; }
4471 else
4472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4473 $as_echo "no" >&6; }
4474 fi
4475
4476
4477 test -n "$ac_ct_CC" && break
4478 done
4479
4480 if test "x$ac_ct_CC" = x; then
4481 CC=""
4482 else
4483 case $cross_compiling:$ac_tool_warned in
4484 yes:)
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4486 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4487 ac_tool_warned=yes ;;
4488 esac
4489 CC=$ac_ct_CC
4490 fi
4491 fi
4492
4493 fi
4494
4495
4496 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4497 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4498 as_fn_error "no acceptable C compiler found in \$PATH
4499 See \`config.log' for more details." "$LINENO" 5; }
4500
4501 # Provide some information about the compiler.
4502 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4503 set X $ac_compile
4504 ac_compiler=$2
4505 for ac_option in --version -v -V -qversion; do
4506 { { ac_try="$ac_compiler $ac_option >&5"
4507 case "(($ac_try" in
4508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4509 *) ac_try_echo=$ac_try;;
4510 esac
4511 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4512 $as_echo "$ac_try_echo"; } >&5
4513 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4514 ac_status=$?
4515 if test -s conftest.err; then
4516 sed '10a\
4517 ... rest of stderr output deleted ...
4518 10q' conftest.err >conftest.er1
4519 cat conftest.er1 >&5
4520 rm -f conftest.er1 conftest.err
4521 fi
4522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4523 test $ac_status = 0; }
4524 done
4525
4526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4527 /* end confdefs.h. */
4528
4529 int
4530 main ()
4531 {
4532
4533 ;
4534 return 0;
4535 }
4536 _ACEOF
4537 ac_clean_files_save=$ac_clean_files
4538 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4539 # Try to create an executable without -o first, disregard a.out.
4540 # It will help us diagnose broken compilers, and finding out an intuition
4541 # of exeext.
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4543 $as_echo_n "checking for C compiler default output file name... " >&6; }
4544 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4545
4546 # The possible output files:
4547 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4548
4549 ac_rmfiles=
4550 for ac_file in $ac_files
4551 do
4552 case $ac_file in
4553 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4554 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4555 esac
4556 done
4557 rm -f $ac_rmfiles
4558
4559 if { { ac_try="$ac_link_default"
4560 case "(($ac_try" in
4561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4562 *) ac_try_echo=$ac_try;;
4563 esac
4564 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4565 $as_echo "$ac_try_echo"; } >&5
4566 (eval "$ac_link_default") 2>&5
4567 ac_status=$?
4568 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4569 test $ac_status = 0; }; then :
4570 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4571 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4572 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4573 # so that the user can short-circuit this test for compilers unknown to
4574 # Autoconf.
4575 for ac_file in $ac_files ''
4576 do
4577 test -f "$ac_file" || continue
4578 case $ac_file in
4579 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4580 ;;
4581 [ab].out )
4582 # We found the default executable, but exeext='' is most
4583 # certainly right.
4584 break;;
4585 *.* )
4586 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4587 then :; else
4588 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4589 fi
4590 # We set ac_cv_exeext here because the later test for it is not
4591 # safe: cross compilers may not add the suffix if given an `-o'
4592 # argument, so we may need to know it at that point already.
4593 # Even if this section looks crufty: it has the advantage of
4594 # actually working.
4595 break;;
4596 * )
4597 break;;
4598 esac
4599 done
4600 test "$ac_cv_exeext" = no && ac_cv_exeext=
4601
4602 else
4603 ac_file=''
4604 fi
4605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4606 $as_echo "$ac_file" >&6; }
4607 if test -z "$ac_file"; then :
4608 $as_echo "$as_me: failed program was:" >&5
4609 sed 's/^/| /' conftest.$ac_ext >&5
4610
4611 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4612 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4613 { as_fn_set_status 77
4614 as_fn_error "C compiler cannot create executables
4615 See \`config.log' for more details." "$LINENO" 5; }; }
4616 fi
4617 ac_exeext=$ac_cv_exeext
4618
4619 # Check that the compiler produces executables we can run. If not, either
4620 # the compiler is broken, or we cross compile.
4621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4622 $as_echo_n "checking whether the C compiler works... " >&6; }
4623 # If not cross compiling, check that we can run a simple program.
4624 if test "$cross_compiling" != yes; then
4625 if { ac_try='./$ac_file'
4626 { { case "(($ac_try" in
4627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4628 *) ac_try_echo=$ac_try;;
4629 esac
4630 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4631 $as_echo "$ac_try_echo"; } >&5
4632 (eval "$ac_try") 2>&5
4633 ac_status=$?
4634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4635 test $ac_status = 0; }; }; then
4636 cross_compiling=no
4637 else
4638 if test "$cross_compiling" = maybe; then
4639 cross_compiling=yes
4640 else
4641 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4642 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4643 as_fn_error "cannot run C compiled programs.
4644 If you meant to cross compile, use \`--host'.
4645 See \`config.log' for more details." "$LINENO" 5; }
4646 fi
4647 fi
4648 fi
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4650 $as_echo "yes" >&6; }
4651
4652 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4653 ac_clean_files=$ac_clean_files_save
4654 # Check that the compiler produces executables we can run. If not, either
4655 # the compiler is broken, or we cross compile.
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4657 $as_echo_n "checking whether we are cross compiling... " >&6; }
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4659 $as_echo "$cross_compiling" >&6; }
4660
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4662 $as_echo_n "checking for suffix of executables... " >&6; }
4663 if { { ac_try="$ac_link"
4664 case "(($ac_try" in
4665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4666 *) ac_try_echo=$ac_try;;
4667 esac
4668 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4669 $as_echo "$ac_try_echo"; } >&5
4670 (eval "$ac_link") 2>&5
4671 ac_status=$?
4672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4673 test $ac_status = 0; }; then :
4674 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4675 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4676 # work properly (i.e., refer to `conftest.exe'), while it won't with
4677 # `rm'.
4678 for ac_file in conftest.exe conftest conftest.*; do
4679 test -f "$ac_file" || continue
4680 case $ac_file in
4681 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4682 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4683 break;;
4684 * ) break;;
4685 esac
4686 done
4687 else
4688 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4689 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4690 as_fn_error "cannot compute suffix of executables: cannot compile and link
4691 See \`config.log' for more details." "$LINENO" 5; }
4692 fi
4693 rm -f conftest$ac_cv_exeext
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4695 $as_echo "$ac_cv_exeext" >&6; }
4696
4697 rm -f conftest.$ac_ext
4698 EXEEXT=$ac_cv_exeext
4699 ac_exeext=$EXEEXT
4700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4701 $as_echo_n "checking for suffix of object files... " >&6; }
4702 if test "${ac_cv_objext+set}" = set; then :
4703 $as_echo_n "(cached) " >&6
4704 else
4705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4706 /* end confdefs.h. */
4707
4708 int
4709 main ()
4710 {
4711
4712 ;
4713 return 0;
4714 }
4715 _ACEOF
4716 rm -f conftest.o conftest.obj
4717 if { { ac_try="$ac_compile"
4718 case "(($ac_try" in
4719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4720 *) ac_try_echo=$ac_try;;
4721 esac
4722 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4723 $as_echo "$ac_try_echo"; } >&5
4724 (eval "$ac_compile") 2>&5
4725 ac_status=$?
4726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4727 test $ac_status = 0; }; then :
4728 for ac_file in conftest.o conftest.obj conftest.*; do
4729 test -f "$ac_file" || continue;
4730 case $ac_file in
4731 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4732 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4733 break;;
4734 esac
4735 done
4736 else
4737 $as_echo "$as_me: failed program was:" >&5
4738 sed 's/^/| /' conftest.$ac_ext >&5
4739
4740 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4741 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4742 as_fn_error "cannot compute suffix of object files: cannot compile
4743 See \`config.log' for more details." "$LINENO" 5; }
4744 fi
4745 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4746 fi
4747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4748 $as_echo "$ac_cv_objext" >&6; }
4749 OBJEXT=$ac_cv_objext
4750 ac_objext=$OBJEXT
4751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4752 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4753 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4754 $as_echo_n "(cached) " >&6
4755 else
4756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4757 /* end confdefs.h. */
4758
4759 int
4760 main ()
4761 {
4762 #ifndef __GNUC__
4763 choke me
4764 #endif
4765
4766 ;
4767 return 0;
4768 }
4769 _ACEOF
4770 if ac_fn_c_try_compile "$LINENO"; then :
4771 ac_compiler_gnu=yes
4772 else
4773 ac_compiler_gnu=no
4774 fi
4775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4776 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4777
4778 fi
4779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4780 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4781 if test $ac_compiler_gnu = yes; then
4782 GCC=yes
4783 else
4784 GCC=
4785 fi
4786 ac_test_CFLAGS=${CFLAGS+set}
4787 ac_save_CFLAGS=$CFLAGS
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4789 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4790 if test "${ac_cv_prog_cc_g+set}" = set; then :
4791 $as_echo_n "(cached) " >&6
4792 else
4793 ac_save_c_werror_flag=$ac_c_werror_flag
4794 ac_c_werror_flag=yes
4795 ac_cv_prog_cc_g=no
4796 CFLAGS="-g"
4797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4798 /* end confdefs.h. */
4799
4800 int
4801 main ()
4802 {
4803
4804 ;
4805 return 0;
4806 }
4807 _ACEOF
4808 if ac_fn_c_try_compile "$LINENO"; then :
4809 ac_cv_prog_cc_g=yes
4810 else
4811 CFLAGS=""
4812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4813 /* end confdefs.h. */
4814
4815 int
4816 main ()
4817 {
4818
4819 ;
4820 return 0;
4821 }
4822 _ACEOF
4823 if ac_fn_c_try_compile "$LINENO"; then :
4824
4825 else
4826 ac_c_werror_flag=$ac_save_c_werror_flag
4827 CFLAGS="-g"
4828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4829 /* end confdefs.h. */
4830
4831 int
4832 main ()
4833 {
4834
4835 ;
4836 return 0;
4837 }
4838 _ACEOF
4839 if ac_fn_c_try_compile "$LINENO"; then :
4840 ac_cv_prog_cc_g=yes
4841 fi
4842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4843 fi
4844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4845 fi
4846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4847 ac_c_werror_flag=$ac_save_c_werror_flag
4848 fi
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4850 $as_echo "$ac_cv_prog_cc_g" >&6; }
4851 if test "$ac_test_CFLAGS" = set; then
4852 CFLAGS=$ac_save_CFLAGS
4853 elif test $ac_cv_prog_cc_g = yes; then
4854 if test "$GCC" = yes; then
4855 CFLAGS="-g -O2"
4856 else
4857 CFLAGS="-g"
4858 fi
4859 else
4860 if test "$GCC" = yes; then
4861 CFLAGS="-O2"
4862 else
4863 CFLAGS=
4864 fi
4865 fi
4866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4867 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4868 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4869 $as_echo_n "(cached) " >&6
4870 else
4871 ac_cv_prog_cc_c89=no
4872 ac_save_CC=$CC
4873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4874 /* end confdefs.h. */
4875 #include <stdarg.h>
4876 #include <stdio.h>
4877 #include <sys/types.h>
4878 #include <sys/stat.h>
4879 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4880 struct buf { int x; };
4881 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4882 static char *e (p, i)
4883 char **p;
4884 int i;
4885 {
4886 return p[i];
4887 }
4888 static char *f (char * (*g) (char **, int), char **p, ...)
4889 {
4890 char *s;
4891 va_list v;
4892 va_start (v,p);
4893 s = g (p, va_arg (v,int));
4894 va_end (v);
4895 return s;
4896 }
4897
4898 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4899 function prototypes and stuff, but not '\xHH' hex character constants.
4900 These don't provoke an error unfortunately, instead are silently treated
4901 as 'x'. The following induces an error, until -std is added to get
4902 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4903 array size at least. It's necessary to write '\x00'==0 to get something
4904 that's true only with -std. */
4905 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4906
4907 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4908 inside strings and character constants. */
4909 #define FOO(x) 'x'
4910 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4911
4912 int test (int i, double x);
4913 struct s1 {int (*f) (int a);};
4914 struct s2 {int (*f) (double a);};
4915 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4916 int argc;
4917 char **argv;
4918 int
4919 main ()
4920 {
4921 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4922 ;
4923 return 0;
4924 }
4925 _ACEOF
4926 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4927 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4928 do
4929 CC="$ac_save_CC $ac_arg"
4930 if ac_fn_c_try_compile "$LINENO"; then :
4931 ac_cv_prog_cc_c89=$ac_arg
4932 fi
4933 rm -f core conftest.err conftest.$ac_objext
4934 test "x$ac_cv_prog_cc_c89" != "xno" && break
4935 done
4936 rm -f conftest.$ac_ext
4937 CC=$ac_save_CC
4938
4939 fi
4940 # AC_CACHE_VAL
4941 case "x$ac_cv_prog_cc_c89" in
4942 x)
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4944 $as_echo "none needed" >&6; } ;;
4945 xno)
4946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4947 $as_echo "unsupported" >&6; } ;;
4948 *)
4949 CC="$CC $ac_cv_prog_cc_c89"
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4951 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4952 esac
4953 if test "x$ac_cv_prog_cc_c89" != xno; then :
4954
4955 fi
4956
4957 ac_ext=c
4958 ac_cpp='$CPP $CPPFLAGS'
4959 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4960 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4961 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4962
4963 ac_aux_dir=
4964 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4965 for ac_t in install-sh install.sh shtool; do
4966 if test -f "$ac_dir/$ac_t"; then
4967 ac_aux_dir=$ac_dir
4968 ac_install_sh="$ac_aux_dir/$ac_t -c"
4969 break 2
4970 fi
4971 done
4972 done
4973 if test -z "$ac_aux_dir"; then
4974 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4975 fi
4976
4977 # These three variables are undocumented and unsupported,
4978 # and are intended to be withdrawn in a future Autoconf release.
4979 # They can cause serious problems if a builder's source tree is in a directory
4980 # whose full name contains unusual characters.
4981 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4982 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4983 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4984
4985
4986 # Make sure we can run config.sub.
4987 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4988 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4989
4990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4991 $as_echo_n "checking build system type... " >&6; }
4992 if test "${ac_cv_build+set}" = set; then :
4993 $as_echo_n "(cached) " >&6
4994 else
4995 ac_build_alias=$build_alias
4996 test "x$ac_build_alias" = x &&
4997 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4998 test "x$ac_build_alias" = x &&
4999 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
5000 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5001 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5002
5003 fi
5004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5005 $as_echo "$ac_cv_build" >&6; }
5006 case $ac_cv_build in
5007 *-*-*) ;;
5008 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
5009 esac
5010 build=$ac_cv_build
5011 ac_save_IFS=$IFS; IFS='-'
5012 set x $ac_cv_build
5013 shift
5014 build_cpu=$1
5015 build_vendor=$2
5016 shift; shift
5017 # Remember, the first character of IFS is used to create $*,
5018 # except with old shells:
5019 build_os=$*
5020 IFS=$ac_save_IFS
5021 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5022
5023
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5025 $as_echo_n "checking host system type... " >&6; }
5026 if test "${ac_cv_host+set}" = set; then :
5027 $as_echo_n "(cached) " >&6
5028 else
5029 if test "x$host_alias" = x; then
5030 ac_cv_host=$ac_cv_build
5031 else
5032 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5033 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5034 fi
5035
5036 fi
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5038 $as_echo "$ac_cv_host" >&6; }
5039 case $ac_cv_host in
5040 *-*-*) ;;
5041 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
5042 esac
5043 host=$ac_cv_host
5044 ac_save_IFS=$IFS; IFS='-'
5045 set x $ac_cv_host
5046 shift
5047 host_cpu=$1
5048 host_vendor=$2
5049 shift; shift
5050 # Remember, the first character of IFS is used to create $*,
5051 # except with old shells:
5052 host_os=$*
5053 IFS=$ac_save_IFS
5054 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5055
5056
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5058 $as_echo_n "checking target system type... " >&6; }
5059 if test "${ac_cv_target+set}" = set; then :
5060 $as_echo_n "(cached) " >&6
5061 else
5062 if test "x$target_alias" = x; then
5063 ac_cv_target=$ac_cv_host
5064 else
5065 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5066 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5067 fi
5068
5069 fi
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5071 $as_echo "$ac_cv_target" >&6; }
5072 case $ac_cv_target in
5073 *-*-*) ;;
5074 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5075 esac
5076 target=$ac_cv_target
5077 ac_save_IFS=$IFS; IFS='-'
5078 set x $ac_cv_target
5079 shift
5080 target_cpu=$1
5081 target_vendor=$2
5082 shift; shift
5083 # Remember, the first character of IFS is used to create $*,
5084 # except with old shells:
5085 target_os=$*
5086 IFS=$ac_save_IFS
5087 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5088
5089
5090 # The aliases save the names the user supplied, while $host etc.
5091 # will get canonicalized.
5092 test -n "$target_alias" &&
5093 test "$program_prefix$program_suffix$program_transform_name" = \
5094 NONENONEs,x,x, &&
5095 program_prefix=${target_alias}-
5096
5097 ac_ext=c
5098 ac_cpp='$CPP $CPPFLAGS'
5099 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5100 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5101 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5103 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5104 # On Suns, sometimes $CPP names a directory.
5105 if test -n "$CPP" && test -d "$CPP"; then
5106 CPP=
5107 fi
5108 if test -z "$CPP"; then
5109 if test "${ac_cv_prog_CPP+set}" = set; then :
5110 $as_echo_n "(cached) " >&6
5111 else
5112 # Double quotes because CPP needs to be expanded
5113 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5114 do
5115 ac_preproc_ok=false
5116 for ac_c_preproc_warn_flag in '' yes
5117 do
5118 # Use a header file that comes with gcc, so configuring glibc
5119 # with a fresh cross-compiler works.
5120 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5121 # <limits.h> exists even on freestanding compilers.
5122 # On the NeXT, cc -E runs the code through the compiler's parser,
5123 # not just through cpp. "Syntax error" is here to catch this case.
5124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5125 /* end confdefs.h. */
5126 #ifdef __STDC__
5127 # include <limits.h>
5128 #else
5129 # include <assert.h>
5130 #endif
5131 Syntax error
5132 _ACEOF
5133 if ac_fn_c_try_cpp "$LINENO"; then :
5134
5135 else
5136 # Broken: fails on valid input.
5137 continue
5138 fi
5139 rm -f conftest.err conftest.$ac_ext
5140
5141 # OK, works on sane cases. Now check whether nonexistent headers
5142 # can be detected and how.
5143 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5144 /* end confdefs.h. */
5145 #include <ac_nonexistent.h>
5146 _ACEOF
5147 if ac_fn_c_try_cpp "$LINENO"; then :
5148 # Broken: success on invalid input.
5149 continue
5150 else
5151 # Passes both tests.
5152 ac_preproc_ok=:
5153 break
5154 fi
5155 rm -f conftest.err conftest.$ac_ext
5156
5157 done
5158 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5159 rm -f conftest.err conftest.$ac_ext
5160 if $ac_preproc_ok; then :
5161 break
5162 fi
5163
5164 done
5165 ac_cv_prog_CPP=$CPP
5166
5167 fi
5168 CPP=$ac_cv_prog_CPP
5169 else
5170 ac_cv_prog_CPP=$CPP
5171 fi
5172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5173 $as_echo "$CPP" >&6; }
5174 ac_preproc_ok=false
5175 for ac_c_preproc_warn_flag in '' yes
5176 do
5177 # Use a header file that comes with gcc, so configuring glibc
5178 # with a fresh cross-compiler works.
5179 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5180 # <limits.h> exists even on freestanding compilers.
5181 # On the NeXT, cc -E runs the code through the compiler's parser,
5182 # not just through cpp. "Syntax error" is here to catch this case.
5183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5184 /* end confdefs.h. */
5185 #ifdef __STDC__
5186 # include <limits.h>
5187 #else
5188 # include <assert.h>
5189 #endif
5190 Syntax error
5191 _ACEOF
5192 if ac_fn_c_try_cpp "$LINENO"; then :
5193
5194 else
5195 # Broken: fails on valid input.
5196 continue
5197 fi
5198 rm -f conftest.err conftest.$ac_ext
5199
5200 # OK, works on sane cases. Now check whether nonexistent headers
5201 # can be detected and how.
5202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5203 /* end confdefs.h. */
5204 #include <ac_nonexistent.h>
5205 _ACEOF
5206 if ac_fn_c_try_cpp "$LINENO"; then :
5207 # Broken: success on invalid input.
5208 continue
5209 else
5210 # Passes both tests.
5211 ac_preproc_ok=:
5212 break
5213 fi
5214 rm -f conftest.err conftest.$ac_ext
5215
5216 done
5217 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5218 rm -f conftest.err conftest.$ac_ext
5219 if $ac_preproc_ok; then :
5220
5221 else
5222 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5223 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5224 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5225 See \`config.log' for more details." "$LINENO" 5; }
5226 fi
5227
5228 ac_ext=c
5229 ac_cpp='$CPP $CPPFLAGS'
5230 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5231 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5232 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5233
5234
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5236 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5237 if test "${ac_cv_path_GREP+set}" = set; then :
5238 $as_echo_n "(cached) " >&6
5239 else
5240 if test -z "$GREP"; then
5241 ac_path_GREP_found=false
5242 # Loop through the user's path and test for each of PROGNAME-LIST
5243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5244 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5245 do
5246 IFS=$as_save_IFS
5247 test -z "$as_dir" && as_dir=.
5248 for ac_prog in grep ggrep; do
5249 for ac_exec_ext in '' $ac_executable_extensions; do
5250 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5251 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5252 # Check for GNU ac_path_GREP and select it if it is found.
5253 # Check for GNU $ac_path_GREP
5254 case `"$ac_path_GREP" --version 2>&1` in
5255 *GNU*)
5256 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5257 *)
5258 ac_count=0
5259 $as_echo_n 0123456789 >"conftest.in"
5260 while :
5261 do
5262 cat "conftest.in" "conftest.in" >"conftest.tmp"
5263 mv "conftest.tmp" "conftest.in"
5264 cp "conftest.in" "conftest.nl"
5265 $as_echo 'GREP' >> "conftest.nl"
5266 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5267 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5268 as_fn_arith $ac_count + 1 && ac_count=$as_val
5269 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5270 # Best one so far, save it but keep looking for a better one
5271 ac_cv_path_GREP="$ac_path_GREP"
5272 ac_path_GREP_max=$ac_count
5273 fi
5274 # 10*(2^10) chars as input seems more than enough
5275 test $ac_count -gt 10 && break
5276 done
5277 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5278 esac
5279
5280 $ac_path_GREP_found && break 3
5281 done
5282 done
5283 done
5284 IFS=$as_save_IFS
5285 if test -z "$ac_cv_path_GREP"; then
5286 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5287 fi
5288 else
5289 ac_cv_path_GREP=$GREP
5290 fi
5291
5292 fi
5293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5294 $as_echo "$ac_cv_path_GREP" >&6; }
5295 GREP="$ac_cv_path_GREP"
5296
5297
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5299 $as_echo_n "checking for egrep... " >&6; }
5300 if test "${ac_cv_path_EGREP+set}" = set; then :
5301 $as_echo_n "(cached) " >&6
5302 else
5303 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5304 then ac_cv_path_EGREP="$GREP -E"
5305 else
5306 if test -z "$EGREP"; then
5307 ac_path_EGREP_found=false
5308 # Loop through the user's path and test for each of PROGNAME-LIST
5309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5310 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5311 do
5312 IFS=$as_save_IFS
5313 test -z "$as_dir" && as_dir=.
5314 for ac_prog in egrep; do
5315 for ac_exec_ext in '' $ac_executable_extensions; do
5316 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5317 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5318 # Check for GNU ac_path_EGREP and select it if it is found.
5319 # Check for GNU $ac_path_EGREP
5320 case `"$ac_path_EGREP" --version 2>&1` in
5321 *GNU*)
5322 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5323 *)
5324 ac_count=0
5325 $as_echo_n 0123456789 >"conftest.in"
5326 while :
5327 do
5328 cat "conftest.in" "conftest.in" >"conftest.tmp"
5329 mv "conftest.tmp" "conftest.in"
5330 cp "conftest.in" "conftest.nl"
5331 $as_echo 'EGREP' >> "conftest.nl"
5332 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5333 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5334 as_fn_arith $ac_count + 1 && ac_count=$as_val
5335 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5336 # Best one so far, save it but keep looking for a better one
5337 ac_cv_path_EGREP="$ac_path_EGREP"
5338 ac_path_EGREP_max=$ac_count
5339 fi
5340 # 10*(2^10) chars as input seems more than enough
5341 test $ac_count -gt 10 && break
5342 done
5343 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5344 esac
5345
5346 $ac_path_EGREP_found && break 3
5347 done
5348 done
5349 done
5350 IFS=$as_save_IFS
5351 if test -z "$ac_cv_path_EGREP"; then
5352 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5353 fi
5354 else
5355 ac_cv_path_EGREP=$EGREP
5356 fi
5357
5358 fi
5359 fi
5360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5361 $as_echo "$ac_cv_path_EGREP" >&6; }
5362 EGREP="$ac_cv_path_EGREP"
5363
5364
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5366 $as_echo_n "checking for ANSI C header files... " >&6; }
5367 if test "${ac_cv_header_stdc+set}" = set; then :
5368 $as_echo_n "(cached) " >&6
5369 else
5370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5371 /* end confdefs.h. */
5372 #include <stdlib.h>
5373 #include <stdarg.h>
5374 #include <string.h>
5375 #include <float.h>
5376
5377 int
5378 main ()
5379 {
5380
5381 ;
5382 return 0;
5383 }
5384 _ACEOF
5385 if ac_fn_c_try_compile "$LINENO"; then :
5386 ac_cv_header_stdc=yes
5387 else
5388 ac_cv_header_stdc=no
5389 fi
5390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5391
5392 if test $ac_cv_header_stdc = yes; then
5393 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5395 /* end confdefs.h. */
5396 #include <string.h>
5397
5398 _ACEOF
5399 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5400 $EGREP "memchr" >/dev/null 2>&1; then :
5401
5402 else
5403 ac_cv_header_stdc=no
5404 fi
5405 rm -f conftest*
5406
5407 fi
5408
5409 if test $ac_cv_header_stdc = yes; then
5410 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5412 /* end confdefs.h. */
5413 #include <stdlib.h>
5414
5415 _ACEOF
5416 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5417 $EGREP "free" >/dev/null 2>&1; then :
5418
5419 else
5420 ac_cv_header_stdc=no
5421 fi
5422 rm -f conftest*
5423
5424 fi
5425
5426 if test $ac_cv_header_stdc = yes; then
5427 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5428 if test "$cross_compiling" = yes; then :
5429 :
5430 else
5431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5432 /* end confdefs.h. */
5433 #include <ctype.h>
5434 #include <stdlib.h>
5435 #if ((' ' & 0x0FF) == 0x020)
5436 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5437 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5438 #else
5439 # define ISLOWER(c) \
5440 (('a' <= (c) && (c) <= 'i') \
5441 || ('j' <= (c) && (c) <= 'r') \
5442 || ('s' <= (c) && (c) <= 'z'))
5443 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5444 #endif
5445
5446 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5447 int
5448 main ()
5449 {
5450 int i;
5451 for (i = 0; i < 256; i++)
5452 if (XOR (islower (i), ISLOWER (i))
5453 || toupper (i) != TOUPPER (i))
5454 return 2;
5455 return 0;
5456 }
5457 _ACEOF
5458 if ac_fn_c_try_run "$LINENO"; then :
5459
5460 else
5461 ac_cv_header_stdc=no
5462 fi
5463 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5464 conftest.$ac_objext conftest.beam conftest.$ac_ext
5465 fi
5466
5467 fi
5468 fi
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5470 $as_echo "$ac_cv_header_stdc" >&6; }
5471 if test $ac_cv_header_stdc = yes; then
5472
5473 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5474
5475 fi
5476
5477 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5478 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5479 inttypes.h stdint.h unistd.h
5480 do :
5481 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5482 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5483 "
5484 eval as_val=\$$as_ac_Header
5485 if test "x$as_val" = x""yes; then :
5486 cat >>confdefs.h <<_ACEOF
5487 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5488 _ACEOF
5489
5490 fi
5491
5492 done
5493
5494
5495
5496 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5497 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5498 MINIX=yes
5499 else
5500 MINIX=
5501 fi
5502
5503
5504 if test "$MINIX" = yes; then
5505
5506 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5507
5508
5509 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5510
5511
5512 $as_echo "#define _MINIX 1" >>confdefs.h
5513
5514 fi
5515
5516
5517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5518 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5519 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5520 $as_echo_n "(cached) " >&6
5521 else
5522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5523 /* end confdefs.h. */
5524
5525 # define __EXTENSIONS__ 1
5526 $ac_includes_default
5527 int
5528 main ()
5529 {
5530
5531 ;
5532 return 0;
5533 }
5534 _ACEOF
5535 if ac_fn_c_try_compile "$LINENO"; then :
5536 ac_cv_safe_to_define___extensions__=yes
5537 else
5538 ac_cv_safe_to_define___extensions__=no
5539 fi
5540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5541 fi
5542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5543 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5544 test $ac_cv_safe_to_define___extensions__ = yes &&
5545 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5546
5547 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5548
5549 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5550
5551 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5552
5553 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5554
5555
5556 test "$program_prefix" != NONE &&
5557 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5558 # Use a double $ so make ignores it.
5559 test "$program_suffix" != NONE &&
5560 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5561 # Double any \ or $.
5562 # By default was `s,x,x', remove it if useless.
5563 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5564 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5565
5566 # Find a good install program. We prefer a C program (faster),
5567 # so one script is as good as another. But avoid the broken or
5568 # incompatible versions:
5569 # SysV /etc/install, /usr/sbin/install
5570 # SunOS /usr/etc/install
5571 # IRIX /sbin/install
5572 # AIX /bin/install
5573 # AmigaOS /C/install, which installs bootblocks on floppy discs
5574 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5575 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5576 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5577 # OS/2's system install, which has a completely different semantic
5578 # ./install, which can be erroneously created by make from ./install.sh.
5579 # Reject install programs that cannot install multiple files.
5580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5581 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5582 if test -z "$INSTALL"; then
5583 if test "${ac_cv_path_install+set}" = set; then :
5584 $as_echo_n "(cached) " >&6
5585 else
5586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5587 for as_dir in $PATH
5588 do
5589 IFS=$as_save_IFS
5590 test -z "$as_dir" && as_dir=.
5591 # Account for people who put trailing slashes in PATH elements.
5592 case $as_dir/ in #((
5593 ./ | .// | /[cC]/* | \
5594 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5595 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5596 /usr/ucb/* ) ;;
5597 *)
5598 # OSF1 and SCO ODT 3.0 have their own names for install.
5599 # Don't use installbsd from OSF since it installs stuff as root
5600 # by default.
5601 for ac_prog in ginstall scoinst install; do
5602 for ac_exec_ext in '' $ac_executable_extensions; do
5603 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5604 if test $ac_prog = install &&
5605 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5606 # AIX install. It has an incompatible calling convention.
5607 :
5608 elif test $ac_prog = install &&
5609 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5610 # program-specific install script used by HP pwplus--don't use.
5611 :
5612 else
5613 rm -rf conftest.one conftest.two conftest.dir
5614 echo one > conftest.one
5615 echo two > conftest.two
5616 mkdir conftest.dir
5617 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5618 test -s conftest.one && test -s conftest.two &&
5619 test -s conftest.dir/conftest.one &&
5620 test -s conftest.dir/conftest.two
5621 then
5622 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5623 break 3
5624 fi
5625 fi
5626 fi
5627 done
5628 done
5629 ;;
5630 esac
5631
5632 done
5633 IFS=$as_save_IFS
5634
5635 rm -rf conftest.one conftest.two conftest.dir
5636
5637 fi
5638 if test "${ac_cv_path_install+set}" = set; then
5639 INSTALL=$ac_cv_path_install
5640 else
5641 # As a last resort, use the slow shell script. Don't cache a
5642 # value for INSTALL within a source directory, because that will
5643 # break other packages using the cache if that directory is
5644 # removed, or if the value is a relative name.
5645 INSTALL=$ac_install_sh
5646 fi
5647 fi
5648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5649 $as_echo "$INSTALL" >&6; }
5650
5651 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5652 # It thinks the first close brace ends the variable substitution.
5653 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5654
5655 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5656
5657 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5658
5659 rm -rf .tst 2>/dev/null
5660 mkdir .tst 2>/dev/null
5661 if test -d .tst; then
5662 am__leading_dot=.
5663 else
5664 am__leading_dot=_
5665 fi
5666 rmdir .tst 2>/dev/null
5667
5668 DEPDIR="${am__leading_dot}deps"
5669
5670 case `pwd` in
5671 *\ * | *\ *)
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5673 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5674 esac
5675
5676
5677
5678 macro_version='2.2.7a'
5679 macro_revision='1.3134'
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693 ltmain="$ac_aux_dir/ltmain.sh"
5694
5695 # Backslashify metacharacters that are still active within
5696 # double-quoted strings.
5697 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5698
5699 # Same as above, but do not quote variable references.
5700 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5701
5702 # Sed substitution to delay expansion of an escaped shell variable in a
5703 # double_quote_subst'ed string.
5704 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5705
5706 # Sed substitution to delay expansion of an escaped single quote.
5707 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5708
5709 # Sed substitution to avoid accidental globbing in evaled expressions
5710 no_glob_subst='s/\*/\\\*/g'
5711
5712 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5713 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5714 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5715
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5717 $as_echo_n "checking how to print strings... " >&6; }
5718 # Test print first, because it will be a builtin if present.
5719 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5720 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5721 ECHO='print -r --'
5722 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5723 ECHO='printf %s\n'
5724 else
5725 # Use this function as a fallback that always works.
5726 func_fallback_echo ()
5727 {
5728 eval 'cat <<_LTECHO_EOF
5729 $1
5730 _LTECHO_EOF'
5731 }
5732 ECHO='func_fallback_echo'
5733 fi
5734
5735 # func_echo_all arg...
5736 # Invoke $ECHO with all args, space-separated.
5737 func_echo_all ()
5738 {
5739 $ECHO ""
5740 }
5741
5742 case "$ECHO" in
5743 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5744 $as_echo "printf" >&6; } ;;
5745 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5746 $as_echo "print -r" >&6; } ;;
5747 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5748 $as_echo "cat" >&6; } ;;
5749 esac
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5765 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5766 if test "${ac_cv_path_SED+set}" = set; then :
5767 $as_echo_n "(cached) " >&6
5768 else
5769 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5770 for ac_i in 1 2 3 4 5 6 7; do
5771 ac_script="$ac_script$as_nl$ac_script"
5772 done
5773 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5774 { ac_script=; unset ac_script;}
5775 if test -z "$SED"; then
5776 ac_path_SED_found=false
5777 # Loop through the user's path and test for each of PROGNAME-LIST
5778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5779 for as_dir in $PATH
5780 do
5781 IFS=$as_save_IFS
5782 test -z "$as_dir" && as_dir=.
5783 for ac_prog in sed gsed; do
5784 for ac_exec_ext in '' $ac_executable_extensions; do
5785 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5786 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5787 # Check for GNU ac_path_SED and select it if it is found.
5788 # Check for GNU $ac_path_SED
5789 case `"$ac_path_SED" --version 2>&1` in
5790 *GNU*)
5791 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5792 *)
5793 ac_count=0
5794 $as_echo_n 0123456789 >"conftest.in"
5795 while :
5796 do
5797 cat "conftest.in" "conftest.in" >"conftest.tmp"
5798 mv "conftest.tmp" "conftest.in"
5799 cp "conftest.in" "conftest.nl"
5800 $as_echo '' >> "conftest.nl"
5801 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5802 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5803 as_fn_arith $ac_count + 1 && ac_count=$as_val
5804 if test $ac_count -gt ${ac_path_SED_max-0}; then
5805 # Best one so far, save it but keep looking for a better one
5806 ac_cv_path_SED="$ac_path_SED"
5807 ac_path_SED_max=$ac_count
5808 fi
5809 # 10*(2^10) chars as input seems more than enough
5810 test $ac_count -gt 10 && break
5811 done
5812 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5813 esac
5814
5815 $ac_path_SED_found && break 3
5816 done
5817 done
5818 done
5819 IFS=$as_save_IFS
5820 if test -z "$ac_cv_path_SED"; then
5821 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5822 fi
5823 else
5824 ac_cv_path_SED=$SED
5825 fi
5826
5827 fi
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5829 $as_echo "$ac_cv_path_SED" >&6; }
5830 SED="$ac_cv_path_SED"
5831 rm -f conftest.sed
5832
5833 test -z "$SED" && SED=sed
5834 Xsed="$SED -e 1s/^X//"
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5847 $as_echo_n "checking for fgrep... " >&6; }
5848 if test "${ac_cv_path_FGREP+set}" = set; then :
5849 $as_echo_n "(cached) " >&6
5850 else
5851 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5852 then ac_cv_path_FGREP="$GREP -F"
5853 else
5854 if test -z "$FGREP"; then
5855 ac_path_FGREP_found=false
5856 # Loop through the user's path and test for each of PROGNAME-LIST
5857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5858 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5859 do
5860 IFS=$as_save_IFS
5861 test -z "$as_dir" && as_dir=.
5862 for ac_prog in fgrep; do
5863 for ac_exec_ext in '' $ac_executable_extensions; do
5864 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5865 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5866 # Check for GNU ac_path_FGREP and select it if it is found.
5867 # Check for GNU $ac_path_FGREP
5868 case `"$ac_path_FGREP" --version 2>&1` in
5869 *GNU*)
5870 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5871 *)
5872 ac_count=0
5873 $as_echo_n 0123456789 >"conftest.in"
5874 while :
5875 do
5876 cat "conftest.in" "conftest.in" >"conftest.tmp"
5877 mv "conftest.tmp" "conftest.in"
5878 cp "conftest.in" "conftest.nl"
5879 $as_echo 'FGREP' >> "conftest.nl"
5880 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5881 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5882 as_fn_arith $ac_count + 1 && ac_count=$as_val
5883 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5884 # Best one so far, save it but keep looking for a better one
5885 ac_cv_path_FGREP="$ac_path_FGREP"
5886 ac_path_FGREP_max=$ac_count
5887 fi
5888 # 10*(2^10) chars as input seems more than enough
5889 test $ac_count -gt 10 && break
5890 done
5891 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5892 esac
5893
5894 $ac_path_FGREP_found && break 3
5895 done
5896 done
5897 done
5898 IFS=$as_save_IFS
5899 if test -z "$ac_cv_path_FGREP"; then
5900 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5901 fi
5902 else
5903 ac_cv_path_FGREP=$FGREP
5904 fi
5905
5906 fi
5907 fi
5908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5909 $as_echo "$ac_cv_path_FGREP" >&6; }
5910 FGREP="$ac_cv_path_FGREP"
5911
5912
5913 test -z "$GREP" && GREP=grep
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933 # Check whether --with-gnu-ld was given.
5934 if test "${with_gnu_ld+set}" = set; then :
5935 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5936 else
5937 with_gnu_ld=no
5938 fi
5939
5940 ac_prog=ld
5941 if test "$GCC" = yes; then
5942 # Check if gcc -print-prog-name=ld gives a path.
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5944 $as_echo_n "checking for ld used by $CC... " >&6; }
5945 case $host in
5946 *-*-mingw*)
5947 # gcc leaves a trailing carriage return which upsets mingw
5948 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5949 *)
5950 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5951 esac
5952 case $ac_prog in
5953 # Accept absolute paths.
5954 [\\/]* | ?:[\\/]*)
5955 re_direlt='/[^/][^/]*/\.\./'
5956 # Canonicalize the pathname of ld
5957 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5958 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5959 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5960 done
5961 test -z "$LD" && LD="$ac_prog"
5962 ;;
5963 "")
5964 # If it fails, then pretend we aren't using GCC.
5965 ac_prog=ld
5966 ;;
5967 *)
5968 # If it is relative, then search for the first ld in PATH.
5969 with_gnu_ld=unknown
5970 ;;
5971 esac
5972 elif test "$with_gnu_ld" = yes; then
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5974 $as_echo_n "checking for GNU ld... " >&6; }
5975 else
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5977 $as_echo_n "checking for non-GNU ld... " >&6; }
5978 fi
5979 if test "${lt_cv_path_LD+set}" = set; then :
5980 $as_echo_n "(cached) " >&6
5981 else
5982 if test -z "$LD"; then
5983 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5984 for ac_dir in $PATH; do
5985 IFS="$lt_save_ifs"
5986 test -z "$ac_dir" && ac_dir=.
5987 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5988 lt_cv_path_LD="$ac_dir/$ac_prog"
5989 # Check to see if the program is GNU ld. I'd rather use --version,
5990 # but apparently some variants of GNU ld only accept -v.
5991 # Break only if it was the GNU/non-GNU ld that we prefer.
5992 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5993 *GNU* | *'with BFD'*)
5994 test "$with_gnu_ld" != no && break
5995 ;;
5996 *)
5997 test "$with_gnu_ld" != yes && break
5998 ;;
5999 esac
6000 fi
6001 done
6002 IFS="$lt_save_ifs"
6003 else
6004 lt_cv_path_LD="$LD" # Let the user override the test with a path.
6005 fi
6006 fi
6007
6008 LD="$lt_cv_path_LD"
6009 if test -n "$LD"; then
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6011 $as_echo "$LD" >&6; }
6012 else
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6014 $as_echo "no" >&6; }
6015 fi
6016 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
6017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6018 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6019 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
6020 $as_echo_n "(cached) " >&6
6021 else
6022 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6023 case `$LD -v 2>&1 </dev/null` in
6024 *GNU* | *'with BFD'*)
6025 lt_cv_prog_gnu_ld=yes
6026 ;;
6027 *)
6028 lt_cv_prog_gnu_ld=no
6029 ;;
6030 esac
6031 fi
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6033 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6034 with_gnu_ld=$lt_cv_prog_gnu_ld
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6045 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6046 if test "${lt_cv_path_NM+set}" = set; then :
6047 $as_echo_n "(cached) " >&6
6048 else
6049 if test -n "$NM"; then
6050 # Let the user override the test.
6051 lt_cv_path_NM="$NM"
6052 else
6053 lt_nm_to_check="${ac_tool_prefix}nm"
6054 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6055 lt_nm_to_check="$lt_nm_to_check nm"
6056 fi
6057 for lt_tmp_nm in $lt_nm_to_check; do
6058 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6059 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6060 IFS="$lt_save_ifs"
6061 test -z "$ac_dir" && ac_dir=.
6062 tmp_nm="$ac_dir/$lt_tmp_nm"
6063 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6064 # Check to see if the nm accepts a BSD-compat flag.
6065 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6066 # nm: unknown option "B" ignored
6067 # Tru64's nm complains that /dev/null is an invalid object file
6068 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6069 */dev/null* | *'Invalid file or object type'*)
6070 lt_cv_path_NM="$tmp_nm -B"
6071 break
6072 ;;
6073 *)
6074 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6075 */dev/null*)
6076 lt_cv_path_NM="$tmp_nm -p"
6077 break
6078 ;;
6079 *)
6080 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6081 continue # so that we can try to find one that supports BSD flags
6082 ;;
6083 esac
6084 ;;
6085 esac
6086 fi
6087 done
6088 IFS="$lt_save_ifs"
6089 done
6090 : ${lt_cv_path_NM=no}
6091 fi
6092 fi
6093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6094 $as_echo "$lt_cv_path_NM" >&6; }
6095 if test "$lt_cv_path_NM" != "no"; then
6096 NM="$lt_cv_path_NM"
6097 else
6098 # Didn't find any BSD compatible name lister, look for dumpbin.
6099 if test -n "$DUMPBIN"; then :
6100 # Let the user override the test.
6101 else
6102 if test -n "$ac_tool_prefix"; then
6103 for ac_prog in dumpbin "link -dump"
6104 do
6105 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6106 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6108 $as_echo_n "checking for $ac_word... " >&6; }
6109 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6110 $as_echo_n "(cached) " >&6
6111 else
6112 if test -n "$DUMPBIN"; then
6113 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6114 else
6115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6116 for as_dir in $PATH
6117 do
6118 IFS=$as_save_IFS
6119 test -z "$as_dir" && as_dir=.
6120 for ac_exec_ext in '' $ac_executable_extensions; do
6121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6122 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6123 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6124 break 2
6125 fi
6126 done
6127 done
6128 IFS=$as_save_IFS
6129
6130 fi
6131 fi
6132 DUMPBIN=$ac_cv_prog_DUMPBIN
6133 if test -n "$DUMPBIN"; then
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6135 $as_echo "$DUMPBIN" >&6; }
6136 else
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6138 $as_echo "no" >&6; }
6139 fi
6140
6141
6142 test -n "$DUMPBIN" && break
6143 done
6144 fi
6145 if test -z "$DUMPBIN"; then
6146 ac_ct_DUMPBIN=$DUMPBIN
6147 for ac_prog in dumpbin "link -dump"
6148 do
6149 # Extract the first word of "$ac_prog", so it can be a program name with args.
6150 set dummy $ac_prog; ac_word=$2
6151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6152 $as_echo_n "checking for $ac_word... " >&6; }
6153 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6154 $as_echo_n "(cached) " >&6
6155 else
6156 if test -n "$ac_ct_DUMPBIN"; then
6157 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6158 else
6159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6160 for as_dir in $PATH
6161 do
6162 IFS=$as_save_IFS
6163 test -z "$as_dir" && as_dir=.
6164 for ac_exec_ext in '' $ac_executable_extensions; do
6165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6166 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6168 break 2
6169 fi
6170 done
6171 done
6172 IFS=$as_save_IFS
6173
6174 fi
6175 fi
6176 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6177 if test -n "$ac_ct_DUMPBIN"; then
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6179 $as_echo "$ac_ct_DUMPBIN" >&6; }
6180 else
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6182 $as_echo "no" >&6; }
6183 fi
6184
6185
6186 test -n "$ac_ct_DUMPBIN" && break
6187 done
6188
6189 if test "x$ac_ct_DUMPBIN" = x; then
6190 DUMPBIN=":"
6191 else
6192 case $cross_compiling:$ac_tool_warned in
6193 yes:)
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6195 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6196 ac_tool_warned=yes ;;
6197 esac
6198 DUMPBIN=$ac_ct_DUMPBIN
6199 fi
6200 fi
6201
6202 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6203 *COFF*)
6204 DUMPBIN="$DUMPBIN -symbols"
6205 ;;
6206 *)
6207 DUMPBIN=:
6208 ;;
6209 esac
6210 fi
6211
6212 if test "$DUMPBIN" != ":"; then
6213 NM="$DUMPBIN"
6214 fi
6215 fi
6216 test -z "$NM" && NM=nm
6217
6218
6219
6220
6221
6222
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6224 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6225 if test "${lt_cv_nm_interface+set}" = set; then :
6226 $as_echo_n "(cached) " >&6
6227 else
6228 lt_cv_nm_interface="BSD nm"
6229 echo "int some_variable = 0;" > conftest.$ac_ext
6230 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6231 (eval "$ac_compile" 2>conftest.err)
6232 cat conftest.err >&5
6233 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6234 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6235 cat conftest.err >&5
6236 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6237 cat conftest.out >&5
6238 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6239 lt_cv_nm_interface="MS dumpbin"
6240 fi
6241 rm -f conftest*
6242 fi
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6244 $as_echo "$lt_cv_nm_interface" >&6; }
6245
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6247 $as_echo_n "checking whether ln -s works... " >&6; }
6248 LN_S=$as_ln_s
6249 if test "$LN_S" = "ln -s"; then
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6251 $as_echo "yes" >&6; }
6252 else
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6254 $as_echo "no, using $LN_S" >&6; }
6255 fi
6256
6257 # find the maximum length of command line arguments
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6259 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6260 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6261 $as_echo_n "(cached) " >&6
6262 else
6263 i=0
6264 teststring="ABCD"
6265
6266 case $build_os in
6267 msdosdjgpp*)
6268 # On DJGPP, this test can blow up pretty badly due to problems in libc
6269 # (any single argument exceeding 2000 bytes causes a buffer overrun
6270 # during glob expansion). Even if it were fixed, the result of this
6271 # check would be larger than it should be.
6272 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6273 ;;
6274
6275 gnu*)
6276 # Under GNU Hurd, this test is not required because there is
6277 # no limit to the length of command line arguments.
6278 # Libtool will interpret -1 as no limit whatsoever
6279 lt_cv_sys_max_cmd_len=-1;
6280 ;;
6281
6282 cygwin* | mingw* | cegcc*)
6283 # On Win9x/ME, this test blows up -- it succeeds, but takes
6284 # about 5 minutes as the teststring grows exponentially.
6285 # Worse, since 9x/ME are not pre-emptively multitasking,
6286 # you end up with a "frozen" computer, even though with patience
6287 # the test eventually succeeds (with a max line length of 256k).
6288 # Instead, let's just punt: use the minimum linelength reported by
6289 # all of the supported platforms: 8192 (on NT/2K/XP).
6290 lt_cv_sys_max_cmd_len=8192;
6291 ;;
6292
6293 mint*)
6294 # On MiNT this can take a long time and run out of memory.
6295 lt_cv_sys_max_cmd_len=8192;
6296 ;;
6297
6298 amigaos*)
6299 # On AmigaOS with pdksh, this test takes hours, literally.
6300 # So we just punt and use a minimum line length of 8192.
6301 lt_cv_sys_max_cmd_len=8192;
6302 ;;
6303
6304 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6305 # This has been around since 386BSD, at least. Likely further.
6306 if test -x /sbin/sysctl; then
6307 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6308 elif test -x /usr/sbin/sysctl; then
6309 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6310 else
6311 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6312 fi
6313 # And add a safety zone
6314 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6315 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6316 ;;
6317
6318 interix*)
6319 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6320 lt_cv_sys_max_cmd_len=196608
6321 ;;
6322
6323 osf*)
6324 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6325 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6326 # nice to cause kernel panics so lets avoid the loop below.
6327 # First set a reasonable default.
6328 lt_cv_sys_max_cmd_len=16384
6329 #
6330 if test -x /sbin/sysconfig; then
6331 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6332 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6333 esac
6334 fi
6335 ;;
6336 sco3.2v5*)
6337 lt_cv_sys_max_cmd_len=102400
6338 ;;
6339 sysv5* | sco5v6* | sysv4.2uw2*)
6340 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6341 if test -n "$kargmax"; then
6342 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6343 else
6344 lt_cv_sys_max_cmd_len=32768
6345 fi
6346 ;;
6347 *)
6348 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6349 if test -n "$lt_cv_sys_max_cmd_len"; then
6350 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6351 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6352 else
6353 # Make teststring a little bigger before we do anything with it.
6354 # a 1K string should be a reasonable start.
6355 for i in 1 2 3 4 5 6 7 8 ; do
6356 teststring=$teststring$teststring
6357 done
6358 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6359 # If test is not a shell built-in, we'll probably end up computing a
6360 # maximum length that is only half of the actual maximum length, but
6361 # we can't tell.
6362 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6363 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6364 test $i != 17 # 1/2 MB should be enough
6365 do
6366 i=`expr $i + 1`
6367 teststring=$teststring$teststring
6368 done
6369 # Only check the string length outside the loop.
6370 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6371 teststring=
6372 # Add a significant safety factor because C++ compilers can tack on
6373 # massive amounts of additional arguments before passing them to the
6374 # linker. It appears as though 1/2 is a usable value.
6375 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6376 fi
6377 ;;
6378 esac
6379
6380 fi
6381
6382 if test -n $lt_cv_sys_max_cmd_len ; then
6383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6384 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6385 else
6386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6387 $as_echo "none" >&6; }
6388 fi
6389 max_cmd_len=$lt_cv_sys_max_cmd_len
6390
6391
6392
6393
6394
6395
6396 : ${CP="cp -f"}
6397 : ${MV="mv -f"}
6398 : ${RM="rm -f"}
6399
6400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6401 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6402 # Try some XSI features
6403 xsi_shell=no
6404 ( _lt_dummy="a/b/c"
6405 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6406 = c,a/b,, \
6407 && eval 'test $(( 1 + 1 )) -eq 2 \
6408 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6409 && xsi_shell=yes
6410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6411 $as_echo "$xsi_shell" >&6; }
6412
6413
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6415 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6416 lt_shell_append=no
6417 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6418 >/dev/null 2>&1 \
6419 && lt_shell_append=yes
6420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6421 $as_echo "$lt_shell_append" >&6; }
6422
6423
6424 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6425 lt_unset=unset
6426 else
6427 lt_unset=false
6428 fi
6429
6430
6431
6432
6433
6434 # test EBCDIC or ASCII
6435 case `echo X|tr X '\101'` in
6436 A) # ASCII based system
6437 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6438 lt_SP2NL='tr \040 \012'
6439 lt_NL2SP='tr \015\012 \040\040'
6440 ;;
6441 *) # EBCDIC based system
6442 lt_SP2NL='tr \100 \n'
6443 lt_NL2SP='tr \r\n \100\100'
6444 ;;
6445 esac
6446
6447
6448
6449
6450
6451
6452
6453
6454
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6456 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6457 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6458 $as_echo_n "(cached) " >&6
6459 else
6460 lt_cv_ld_reload_flag='-r'
6461 fi
6462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6463 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6464 reload_flag=$lt_cv_ld_reload_flag
6465 case $reload_flag in
6466 "" | " "*) ;;
6467 *) reload_flag=" $reload_flag" ;;
6468 esac
6469 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6470 case $host_os in
6471 darwin*)
6472 if test "$GCC" = yes; then
6473 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6474 else
6475 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6476 fi
6477 ;;
6478 esac
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488 if test -n "$ac_tool_prefix"; then
6489 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6490 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6492 $as_echo_n "checking for $ac_word... " >&6; }
6493 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6494 $as_echo_n "(cached) " >&6
6495 else
6496 if test -n "$OBJDUMP"; then
6497 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6498 else
6499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6500 for as_dir in $PATH
6501 do
6502 IFS=$as_save_IFS
6503 test -z "$as_dir" && as_dir=.
6504 for ac_exec_ext in '' $ac_executable_extensions; do
6505 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6506 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6507 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6508 break 2
6509 fi
6510 done
6511 done
6512 IFS=$as_save_IFS
6513
6514 fi
6515 fi
6516 OBJDUMP=$ac_cv_prog_OBJDUMP
6517 if test -n "$OBJDUMP"; then
6518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6519 $as_echo "$OBJDUMP" >&6; }
6520 else
6521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6522 $as_echo "no" >&6; }
6523 fi
6524
6525
6526 fi
6527 if test -z "$ac_cv_prog_OBJDUMP"; then
6528 ac_ct_OBJDUMP=$OBJDUMP
6529 # Extract the first word of "objdump", so it can be a program name with args.
6530 set dummy objdump; ac_word=$2
6531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6532 $as_echo_n "checking for $ac_word... " >&6; }
6533 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6534 $as_echo_n "(cached) " >&6
6535 else
6536 if test -n "$ac_ct_OBJDUMP"; then
6537 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6538 else
6539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6540 for as_dir in $PATH
6541 do
6542 IFS=$as_save_IFS
6543 test -z "$as_dir" && as_dir=.
6544 for ac_exec_ext in '' $ac_executable_extensions; do
6545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6546 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6548 break 2
6549 fi
6550 done
6551 done
6552 IFS=$as_save_IFS
6553
6554 fi
6555 fi
6556 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6557 if test -n "$ac_ct_OBJDUMP"; then
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6559 $as_echo "$ac_ct_OBJDUMP" >&6; }
6560 else
6561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6562 $as_echo "no" >&6; }
6563 fi
6564
6565 if test "x$ac_ct_OBJDUMP" = x; then
6566 OBJDUMP="false"
6567 else
6568 case $cross_compiling:$ac_tool_warned in
6569 yes:)
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6571 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6572 ac_tool_warned=yes ;;
6573 esac
6574 OBJDUMP=$ac_ct_OBJDUMP
6575 fi
6576 else
6577 OBJDUMP="$ac_cv_prog_OBJDUMP"
6578 fi
6579
6580 test -z "$OBJDUMP" && OBJDUMP=objdump
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6591 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6592 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6593 $as_echo_n "(cached) " >&6
6594 else
6595 lt_cv_file_magic_cmd='$MAGIC_CMD'
6596 lt_cv_file_magic_test_file=
6597 lt_cv_deplibs_check_method='unknown'
6598 # Need to set the preceding variable on all platforms that support
6599 # interlibrary dependencies.
6600 # 'none' -- dependencies not supported.
6601 # `unknown' -- same as none, but documents that we really don't know.
6602 # 'pass_all' -- all dependencies passed with no checks.
6603 # 'test_compile' -- check by making test program.
6604 # 'file_magic [[regex]]' -- check by looking for files in library path
6605 # which responds to the $file_magic_cmd with a given extended regex.
6606 # If you have `file' or equivalent on your system and you're not sure
6607 # whether `pass_all' will *always* work, you probably want this one.
6608
6609 case $host_os in
6610 aix[4-9]*)
6611 lt_cv_deplibs_check_method=pass_all
6612 ;;
6613
6614 beos*)
6615 lt_cv_deplibs_check_method=pass_all
6616 ;;
6617
6618 bsdi[45]*)
6619 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6620 lt_cv_file_magic_cmd='/usr/bin/file -L'
6621 lt_cv_file_magic_test_file=/shlib/libc.so
6622 ;;
6623
6624 cygwin*)
6625 # func_win32_libid is a shell function defined in ltmain.sh
6626 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6627 lt_cv_file_magic_cmd='func_win32_libid'
6628 ;;
6629
6630 mingw* | pw32*)
6631 # Base MSYS/MinGW do not provide the 'file' command needed by
6632 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6633 # unless we find 'file', for example because we are cross-compiling.
6634 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6635 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6636 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6637 lt_cv_file_magic_cmd='func_win32_libid'
6638 else
6639 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6640 lt_cv_file_magic_cmd='$OBJDUMP -f'
6641 fi
6642 ;;
6643
6644 cegcc*)
6645 # use the weaker test based on 'objdump'. See mingw*.
6646 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6647 lt_cv_file_magic_cmd='$OBJDUMP -f'
6648 ;;
6649
6650 darwin* | rhapsody*)
6651 lt_cv_deplibs_check_method=pass_all
6652 ;;
6653
6654 freebsd* | dragonfly*)
6655 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6656 case $host_cpu in
6657 i*86 )
6658 # Not sure whether the presence of OpenBSD here was a mistake.
6659 # Let's accept both of them until this is cleared up.
6660 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6661 lt_cv_file_magic_cmd=/usr/bin/file
6662 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6663 ;;
6664 esac
6665 else
6666 lt_cv_deplibs_check_method=pass_all
6667 fi
6668 ;;
6669
6670 gnu*)
6671 lt_cv_deplibs_check_method=pass_all
6672 ;;
6673
6674 haiku*)
6675 lt_cv_deplibs_check_method=pass_all
6676 ;;
6677
6678 hpux10.20* | hpux11*)
6679 lt_cv_file_magic_cmd=/usr/bin/file
6680 case $host_cpu in
6681 ia64*)
6682 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6683 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6684 ;;
6685 hppa*64*)
6686 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]'
6687 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6688 ;;
6689 *)
6690 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6691 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6692 ;;
6693 esac
6694 ;;
6695
6696 interix[3-9]*)
6697 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6698 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6699 ;;
6700
6701 irix5* | irix6* | nonstopux*)
6702 case $LD in
6703 *-32|*"-32 ") libmagic=32-bit;;
6704 *-n32|*"-n32 ") libmagic=N32;;
6705 *-64|*"-64 ") libmagic=64-bit;;
6706 *) libmagic=never-match;;
6707 esac
6708 lt_cv_deplibs_check_method=pass_all
6709 ;;
6710
6711 # This must be Linux ELF.
6712 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6713 lt_cv_deplibs_check_method=pass_all
6714 ;;
6715
6716 netbsd*)
6717 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6718 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6719 else
6720 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6721 fi
6722 ;;
6723
6724 newos6*)
6725 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6726 lt_cv_file_magic_cmd=/usr/bin/file
6727 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6728 ;;
6729
6730 *nto* | *qnx*)
6731 lt_cv_deplibs_check_method=pass_all
6732 ;;
6733
6734 openbsd*)
6735 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6736 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6737 else
6738 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6739 fi
6740 ;;
6741
6742 osf3* | osf4* | osf5*)
6743 lt_cv_deplibs_check_method=pass_all
6744 ;;
6745
6746 rdos*)
6747 lt_cv_deplibs_check_method=pass_all
6748 ;;
6749
6750 solaris*)
6751 lt_cv_deplibs_check_method=pass_all
6752 ;;
6753
6754 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6755 lt_cv_deplibs_check_method=pass_all
6756 ;;
6757
6758 sysv4 | sysv4.3*)
6759 case $host_vendor in
6760 motorola)
6761 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]'
6762 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6763 ;;
6764 ncr)
6765 lt_cv_deplibs_check_method=pass_all
6766 ;;
6767 sequent)
6768 lt_cv_file_magic_cmd='/bin/file'
6769 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6770 ;;
6771 sni)
6772 lt_cv_file_magic_cmd='/bin/file'
6773 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6774 lt_cv_file_magic_test_file=/lib/libc.so
6775 ;;
6776 siemens)
6777 lt_cv_deplibs_check_method=pass_all
6778 ;;
6779 pc)
6780 lt_cv_deplibs_check_method=pass_all
6781 ;;
6782 esac
6783 ;;
6784
6785 tpf*)
6786 lt_cv_deplibs_check_method=pass_all
6787 ;;
6788 esac
6789
6790 fi
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6792 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6793 file_magic_cmd=$lt_cv_file_magic_cmd
6794 deplibs_check_method=$lt_cv_deplibs_check_method
6795 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808 if test -n "$ac_tool_prefix"; then
6809 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6810 set dummy ${ac_tool_prefix}ar; ac_word=$2
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6812 $as_echo_n "checking for $ac_word... " >&6; }
6813 if test "${ac_cv_prog_AR+set}" = set; then :
6814 $as_echo_n "(cached) " >&6
6815 else
6816 if test -n "$AR"; then
6817 ac_cv_prog_AR="$AR" # Let the user override the test.
6818 else
6819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6820 for as_dir in $PATH
6821 do
6822 IFS=$as_save_IFS
6823 test -z "$as_dir" && as_dir=.
6824 for ac_exec_ext in '' $ac_executable_extensions; do
6825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6826 ac_cv_prog_AR="${ac_tool_prefix}ar"
6827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6828 break 2
6829 fi
6830 done
6831 done
6832 IFS=$as_save_IFS
6833
6834 fi
6835 fi
6836 AR=$ac_cv_prog_AR
6837 if test -n "$AR"; then
6838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6839 $as_echo "$AR" >&6; }
6840 else
6841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6842 $as_echo "no" >&6; }
6843 fi
6844
6845
6846 fi
6847 if test -z "$ac_cv_prog_AR"; then
6848 ac_ct_AR=$AR
6849 # Extract the first word of "ar", so it can be a program name with args.
6850 set dummy ar; ac_word=$2
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6852 $as_echo_n "checking for $ac_word... " >&6; }
6853 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6854 $as_echo_n "(cached) " >&6
6855 else
6856 if test -n "$ac_ct_AR"; then
6857 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6858 else
6859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6860 for as_dir in $PATH
6861 do
6862 IFS=$as_save_IFS
6863 test -z "$as_dir" && as_dir=.
6864 for ac_exec_ext in '' $ac_executable_extensions; do
6865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6866 ac_cv_prog_ac_ct_AR="ar"
6867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6868 break 2
6869 fi
6870 done
6871 done
6872 IFS=$as_save_IFS
6873
6874 fi
6875 fi
6876 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6877 if test -n "$ac_ct_AR"; then
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6879 $as_echo "$ac_ct_AR" >&6; }
6880 else
6881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6882 $as_echo "no" >&6; }
6883 fi
6884
6885 if test "x$ac_ct_AR" = x; then
6886 AR="false"
6887 else
6888 case $cross_compiling:$ac_tool_warned in
6889 yes:)
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6891 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6892 ac_tool_warned=yes ;;
6893 esac
6894 AR=$ac_ct_AR
6895 fi
6896 else
6897 AR="$ac_cv_prog_AR"
6898 fi
6899
6900 test -z "$AR" && AR=ar
6901 test -z "$AR_FLAGS" && AR_FLAGS=cru
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913 if test -n "$ac_tool_prefix"; then
6914 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6915 set dummy ${ac_tool_prefix}strip; ac_word=$2
6916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6917 $as_echo_n "checking for $ac_word... " >&6; }
6918 if test "${ac_cv_prog_STRIP+set}" = set; then :
6919 $as_echo_n "(cached) " >&6
6920 else
6921 if test -n "$STRIP"; then
6922 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6923 else
6924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6925 for as_dir in $PATH
6926 do
6927 IFS=$as_save_IFS
6928 test -z "$as_dir" && as_dir=.
6929 for ac_exec_ext in '' $ac_executable_extensions; do
6930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6931 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6933 break 2
6934 fi
6935 done
6936 done
6937 IFS=$as_save_IFS
6938
6939 fi
6940 fi
6941 STRIP=$ac_cv_prog_STRIP
6942 if test -n "$STRIP"; then
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6944 $as_echo "$STRIP" >&6; }
6945 else
6946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6947 $as_echo "no" >&6; }
6948 fi
6949
6950
6951 fi
6952 if test -z "$ac_cv_prog_STRIP"; then
6953 ac_ct_STRIP=$STRIP
6954 # Extract the first word of "strip", so it can be a program name with args.
6955 set dummy strip; ac_word=$2
6956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6957 $as_echo_n "checking for $ac_word... " >&6; }
6958 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6959 $as_echo_n "(cached) " >&6
6960 else
6961 if test -n "$ac_ct_STRIP"; then
6962 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6963 else
6964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6965 for as_dir in $PATH
6966 do
6967 IFS=$as_save_IFS
6968 test -z "$as_dir" && as_dir=.
6969 for ac_exec_ext in '' $ac_executable_extensions; do
6970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6971 ac_cv_prog_ac_ct_STRIP="strip"
6972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6973 break 2
6974 fi
6975 done
6976 done
6977 IFS=$as_save_IFS
6978
6979 fi
6980 fi
6981 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6982 if test -n "$ac_ct_STRIP"; then
6983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6984 $as_echo "$ac_ct_STRIP" >&6; }
6985 else
6986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6987 $as_echo "no" >&6; }
6988 fi
6989
6990 if test "x$ac_ct_STRIP" = x; then
6991 STRIP=":"
6992 else
6993 case $cross_compiling:$ac_tool_warned in
6994 yes:)
6995 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6996 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6997 ac_tool_warned=yes ;;
6998 esac
6999 STRIP=$ac_ct_STRIP
7000 fi
7001 else
7002 STRIP="$ac_cv_prog_STRIP"
7003 fi
7004
7005 test -z "$STRIP" && STRIP=:
7006
7007
7008
7009
7010
7011
7012 if test -n "$ac_tool_prefix"; then
7013 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7014 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7016 $as_echo_n "checking for $ac_word... " >&6; }
7017 if test "${ac_cv_prog_RANLIB+set}" = set; then :
7018 $as_echo_n "(cached) " >&6
7019 else
7020 if test -n "$RANLIB"; then
7021 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7022 else
7023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7024 for as_dir in $PATH
7025 do
7026 IFS=$as_save_IFS
7027 test -z "$as_dir" && as_dir=.
7028 for ac_exec_ext in '' $ac_executable_extensions; do
7029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7030 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7032 break 2
7033 fi
7034 done
7035 done
7036 IFS=$as_save_IFS
7037
7038 fi
7039 fi
7040 RANLIB=$ac_cv_prog_RANLIB
7041 if test -n "$RANLIB"; then
7042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7043 $as_echo "$RANLIB" >&6; }
7044 else
7045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7046 $as_echo "no" >&6; }
7047 fi
7048
7049
7050 fi
7051 if test -z "$ac_cv_prog_RANLIB"; then
7052 ac_ct_RANLIB=$RANLIB
7053 # Extract the first word of "ranlib", so it can be a program name with args.
7054 set dummy ranlib; ac_word=$2
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7056 $as_echo_n "checking for $ac_word... " >&6; }
7057 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7058 $as_echo_n "(cached) " >&6
7059 else
7060 if test -n "$ac_ct_RANLIB"; then
7061 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7062 else
7063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7064 for as_dir in $PATH
7065 do
7066 IFS=$as_save_IFS
7067 test -z "$as_dir" && as_dir=.
7068 for ac_exec_ext in '' $ac_executable_extensions; do
7069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7070 ac_cv_prog_ac_ct_RANLIB="ranlib"
7071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7072 break 2
7073 fi
7074 done
7075 done
7076 IFS=$as_save_IFS
7077
7078 fi
7079 fi
7080 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7081 if test -n "$ac_ct_RANLIB"; then
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7083 $as_echo "$ac_ct_RANLIB" >&6; }
7084 else
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7086 $as_echo "no" >&6; }
7087 fi
7088
7089 if test "x$ac_ct_RANLIB" = x; then
7090 RANLIB=":"
7091 else
7092 case $cross_compiling:$ac_tool_warned in
7093 yes:)
7094 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7095 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7096 ac_tool_warned=yes ;;
7097 esac
7098 RANLIB=$ac_ct_RANLIB
7099 fi
7100 else
7101 RANLIB="$ac_cv_prog_RANLIB"
7102 fi
7103
7104 test -z "$RANLIB" && RANLIB=:
7105
7106
7107
7108
7109
7110
7111 # Determine commands to create old-style static archives.
7112 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7113 old_postinstall_cmds='chmod 644 $oldlib'
7114 old_postuninstall_cmds=
7115
7116 if test -n "$RANLIB"; then
7117 case $host_os in
7118 openbsd*)
7119 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7120 ;;
7121 *)
7122 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7123 ;;
7124 esac
7125 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7126 fi
7127
7128 case $host_os in
7129 darwin*)
7130 lock_old_archive_extraction=yes ;;
7131 *)
7132 lock_old_archive_extraction=no ;;
7133 esac
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155 for ac_prog in gawk mawk nawk awk
7156 do
7157 # Extract the first word of "$ac_prog", so it can be a program name with args.
7158 set dummy $ac_prog; ac_word=$2
7159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7160 $as_echo_n "checking for $ac_word... " >&6; }
7161 if test "${ac_cv_prog_AWK+set}" = set; then :
7162 $as_echo_n "(cached) " >&6
7163 else
7164 if test -n "$AWK"; then
7165 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7166 else
7167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7168 for as_dir in $PATH
7169 do
7170 IFS=$as_save_IFS
7171 test -z "$as_dir" && as_dir=.
7172 for ac_exec_ext in '' $ac_executable_extensions; do
7173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7174 ac_cv_prog_AWK="$ac_prog"
7175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7176 break 2
7177 fi
7178 done
7179 done
7180 IFS=$as_save_IFS
7181
7182 fi
7183 fi
7184 AWK=$ac_cv_prog_AWK
7185 if test -n "$AWK"; then
7186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7187 $as_echo "$AWK" >&6; }
7188 else
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7190 $as_echo "no" >&6; }
7191 fi
7192
7193
7194 test -n "$AWK" && break
7195 done
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215 # If no C compiler was specified, use CC.
7216 LTCC=${LTCC-"$CC"}
7217
7218 # If no C compiler flags were specified, use CFLAGS.
7219 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7220
7221 # Allow CC to be a program name with arguments.
7222 compiler=$CC
7223
7224
7225 # Check for command to grab the raw symbol name followed by C symbol from nm.
7226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7227 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7228 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7229 $as_echo_n "(cached) " >&6
7230 else
7231
7232 # These are sane defaults that work on at least a few old systems.
7233 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7234
7235 # Character class describing NM global symbol codes.
7236 symcode='[BCDEGRST]'
7237
7238 # Regexp to match symbols that can be accessed directly from C.
7239 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7240
7241 # Define system-specific variables.
7242 case $host_os in
7243 aix*)
7244 symcode='[BCDT]'
7245 ;;
7246 cygwin* | mingw* | pw32* | cegcc*)
7247 symcode='[ABCDGISTW]'
7248 ;;
7249 hpux*)
7250 if test "$host_cpu" = ia64; then
7251 symcode='[ABCDEGRST]'
7252 fi
7253 ;;
7254 irix* | nonstopux*)
7255 symcode='[BCDEGRST]'
7256 ;;
7257 osf*)
7258 symcode='[BCDEGQRST]'
7259 ;;
7260 solaris*)
7261 symcode='[BDRT]'
7262 ;;
7263 sco3.2v5*)
7264 symcode='[DT]'
7265 ;;
7266 sysv4.2uw2*)
7267 symcode='[DT]'
7268 ;;
7269 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7270 symcode='[ABDT]'
7271 ;;
7272 sysv4)
7273 symcode='[DFNSTU]'
7274 ;;
7275 esac
7276
7277 # If we're using GNU nm, then use its standard symbol codes.
7278 case `$NM -V 2>&1` in
7279 *GNU* | *'with BFD'*)
7280 symcode='[ABCDGIRSTW]' ;;
7281 esac
7282
7283 # Transform an extracted symbol line into a proper C declaration.
7284 # Some systems (esp. on ia64) link data and code symbols differently,
7285 # so use this general approach.
7286 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7287
7288 # Transform an extracted symbol line into symbol name and symbol address
7289 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7290 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'"
7291
7292 # Handle CRLF in mingw tool chain
7293 opt_cr=
7294 case $build_os in
7295 mingw*)
7296 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7297 ;;
7298 esac
7299
7300 # Try without a prefix underscore, then with it.
7301 for ac_symprfx in "" "_"; do
7302
7303 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7304 symxfrm="\\1 $ac_symprfx\\2 \\2"
7305
7306 # Write the raw and C identifiers.
7307 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7308 # Fake it for dumpbin and say T for any non-static function
7309 # and D for any global variable.
7310 # Also find C++ and __fastcall symbols from MSVC++,
7311 # which start with @ or ?.
7312 lt_cv_sys_global_symbol_pipe="$AWK '"\
7313 " {last_section=section; section=\$ 3};"\
7314 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7315 " \$ 0!~/External *\|/{next};"\
7316 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7317 " {if(hide[section]) next};"\
7318 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7319 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7320 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7321 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7322 " ' prfx=^$ac_symprfx"
7323 else
7324 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7325 fi
7326
7327 # Check to see that the pipe works correctly.
7328 pipe_works=no
7329
7330 rm -f conftest*
7331 cat > conftest.$ac_ext <<_LT_EOF
7332 #ifdef __cplusplus
7333 extern "C" {
7334 #endif
7335 char nm_test_var;
7336 void nm_test_func(void);
7337 void nm_test_func(void){}
7338 #ifdef __cplusplus
7339 }
7340 #endif
7341 int main(){nm_test_var='a';nm_test_func();return(0);}
7342 _LT_EOF
7343
7344 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7345 (eval $ac_compile) 2>&5
7346 ac_status=$?
7347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7348 test $ac_status = 0; }; then
7349 # Now try to grab the symbols.
7350 nlist=conftest.nm
7351 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7352 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7353 ac_status=$?
7354 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7355 test $ac_status = 0; } && test -s "$nlist"; then
7356 # Try sorting and uniquifying the output.
7357 if sort "$nlist" | uniq > "$nlist"T; then
7358 mv -f "$nlist"T "$nlist"
7359 else
7360 rm -f "$nlist"T
7361 fi
7362
7363 # Make sure that we snagged all the symbols we need.
7364 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7365 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7366 cat <<_LT_EOF > conftest.$ac_ext
7367 #ifdef __cplusplus
7368 extern "C" {
7369 #endif
7370
7371 _LT_EOF
7372 # Now generate the symbol file.
7373 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7374
7375 cat <<_LT_EOF >> conftest.$ac_ext
7376
7377 /* The mapping between symbol names and symbols. */
7378 const struct {
7379 const char *name;
7380 void *address;
7381 }
7382 lt__PROGRAM__LTX_preloaded_symbols[] =
7383 {
7384 { "@PROGRAM@", (void *) 0 },
7385 _LT_EOF
7386 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7387 cat <<\_LT_EOF >> conftest.$ac_ext
7388 {0, (void *) 0}
7389 };
7390
7391 /* This works around a problem in FreeBSD linker */
7392 #ifdef FREEBSD_WORKAROUND
7393 static const void *lt_preloaded_setup() {
7394 return lt__PROGRAM__LTX_preloaded_symbols;
7395 }
7396 #endif
7397
7398 #ifdef __cplusplus
7399 }
7400 #endif
7401 _LT_EOF
7402 # Now try linking the two files.
7403 mv conftest.$ac_objext conftstm.$ac_objext
7404 lt_save_LIBS="$LIBS"
7405 lt_save_CFLAGS="$CFLAGS"
7406 LIBS="conftstm.$ac_objext"
7407 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7408 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7409 (eval $ac_link) 2>&5
7410 ac_status=$?
7411 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7412 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7413 pipe_works=yes
7414 fi
7415 LIBS="$lt_save_LIBS"
7416 CFLAGS="$lt_save_CFLAGS"
7417 else
7418 echo "cannot find nm_test_func in $nlist" >&5
7419 fi
7420 else
7421 echo "cannot find nm_test_var in $nlist" >&5
7422 fi
7423 else
7424 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7425 fi
7426 else
7427 echo "$progname: failed program was:" >&5
7428 cat conftest.$ac_ext >&5
7429 fi
7430 rm -rf conftest* conftst*
7431
7432 # Do not use the global_symbol_pipe unless it works.
7433 if test "$pipe_works" = yes; then
7434 break
7435 else
7436 lt_cv_sys_global_symbol_pipe=
7437 fi
7438 done
7439
7440 fi
7441
7442 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7443 lt_cv_sys_global_symbol_to_cdecl=
7444 fi
7445 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7447 $as_echo "failed" >&6; }
7448 else
7449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7450 $as_echo "ok" >&6; }
7451 fi
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474 # Check whether --enable-libtool-lock was given.
7475 if test "${enable_libtool_lock+set}" = set; then :
7476 enableval=$enable_libtool_lock;
7477 fi
7478
7479 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7480
7481 # Some flags need to be propagated to the compiler or linker for good
7482 # libtool support.
7483 case $host in
7484 ia64-*-hpux*)
7485 # Find out which ABI we are using.
7486 echo 'int i;' > conftest.$ac_ext
7487 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7488 (eval $ac_compile) 2>&5
7489 ac_status=$?
7490 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7491 test $ac_status = 0; }; then
7492 case `/usr/bin/file conftest.$ac_objext` in
7493 *ELF-32*)
7494 HPUX_IA64_MODE="32"
7495 ;;
7496 *ELF-64*)
7497 HPUX_IA64_MODE="64"
7498 ;;
7499 esac
7500 fi
7501 rm -rf conftest*
7502 ;;
7503 *-*-irix6*)
7504 # Find out which ABI we are using.
7505 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7506 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7507 (eval $ac_compile) 2>&5
7508 ac_status=$?
7509 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7510 test $ac_status = 0; }; then
7511 if test "$lt_cv_prog_gnu_ld" = yes; then
7512 case `/usr/bin/file conftest.$ac_objext` in
7513 *32-bit*)
7514 LD="${LD-ld} -melf32bsmip"
7515 ;;
7516 *N32*)
7517 LD="${LD-ld} -melf32bmipn32"
7518 ;;
7519 *64-bit*)
7520 LD="${LD-ld} -melf64bmip"
7521 ;;
7522 esac
7523 else
7524 case `/usr/bin/file conftest.$ac_objext` in
7525 *32-bit*)
7526 LD="${LD-ld} -32"
7527 ;;
7528 *N32*)
7529 LD="${LD-ld} -n32"
7530 ;;
7531 *64-bit*)
7532 LD="${LD-ld} -64"
7533 ;;
7534 esac
7535 fi
7536 fi
7537 rm -rf conftest*
7538 ;;
7539
7540 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7541 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7542 # Find out which ABI we are using.
7543 echo 'int i;' > conftest.$ac_ext
7544 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7545 (eval $ac_compile) 2>&5
7546 ac_status=$?
7547 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7548 test $ac_status = 0; }; then
7549 case `/usr/bin/file conftest.o` in
7550 *32-bit*)
7551 case $host in
7552 x86_64-*kfreebsd*-gnu)
7553 LD="${LD-ld} -m elf_i386_fbsd"
7554 ;;
7555 x86_64-*linux*)
7556 case `/usr/bin/file conftest.o` in
7557 *x86-64*)
7558 LD="${LD-ld} -m elf32_x86_64"
7559 ;;
7560 *)
7561 LD="${LD-ld} -m elf_i386"
7562 ;;
7563 esac
7564 ;;
7565 powerpc64le-*linux*)
7566 LD="${LD-ld} -m elf32lppclinux"
7567 ;;
7568 powerpc64-*linux*)
7569 LD="${LD-ld} -m elf32ppclinux"
7570 ;;
7571 s390x-*linux*)
7572 LD="${LD-ld} -m elf_s390"
7573 ;;
7574 sparc64-*linux*)
7575 LD="${LD-ld} -m elf32_sparc"
7576 ;;
7577 esac
7578 ;;
7579 *64-bit*)
7580 case $host in
7581 x86_64-*kfreebsd*-gnu)
7582 LD="${LD-ld} -m elf_x86_64_fbsd"
7583 ;;
7584 x86_64-*linux*)
7585 LD="${LD-ld} -m elf_x86_64"
7586 ;;
7587 powerpcle-*linux*)
7588 LD="${LD-ld} -m elf64lppc"
7589 ;;
7590 powerpc-*linux*)
7591 LD="${LD-ld} -m elf64ppc"
7592 ;;
7593 s390*-*linux*|s390*-*tpf*)
7594 LD="${LD-ld} -m elf64_s390"
7595 ;;
7596 sparc*-*linux*)
7597 LD="${LD-ld} -m elf64_sparc"
7598 ;;
7599 esac
7600 ;;
7601 esac
7602 fi
7603 rm -rf conftest*
7604 ;;
7605
7606 *-*-sco3.2v5*)
7607 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7608 SAVE_CFLAGS="$CFLAGS"
7609 CFLAGS="$CFLAGS -belf"
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7611 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7612 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7613 $as_echo_n "(cached) " >&6
7614 else
7615 ac_ext=c
7616 ac_cpp='$CPP $CPPFLAGS'
7617 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7618 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7619 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7620
7621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7622 /* end confdefs.h. */
7623
7624 int
7625 main ()
7626 {
7627
7628 ;
7629 return 0;
7630 }
7631 _ACEOF
7632 if ac_fn_c_try_link "$LINENO"; then :
7633 lt_cv_cc_needs_belf=yes
7634 else
7635 lt_cv_cc_needs_belf=no
7636 fi
7637 rm -f core conftest.err conftest.$ac_objext \
7638 conftest$ac_exeext conftest.$ac_ext
7639 ac_ext=c
7640 ac_cpp='$CPP $CPPFLAGS'
7641 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7642 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7643 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7644
7645 fi
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7647 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7648 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7649 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7650 CFLAGS="$SAVE_CFLAGS"
7651 fi
7652 ;;
7653 sparc*-*solaris*)
7654 # Find out which ABI we are using.
7655 echo 'int i;' > conftest.$ac_ext
7656 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7657 (eval $ac_compile) 2>&5
7658 ac_status=$?
7659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7660 test $ac_status = 0; }; then
7661 case `/usr/bin/file conftest.o` in
7662 *64-bit*)
7663 case $lt_cv_prog_gnu_ld in
7664 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7665 *)
7666 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7667 LD="${LD-ld} -64"
7668 fi
7669 ;;
7670 esac
7671 ;;
7672 esac
7673 fi
7674 rm -rf conftest*
7675 ;;
7676 esac
7677
7678 need_locks="$enable_libtool_lock"
7679
7680
7681 case $host_os in
7682 rhapsody* | darwin*)
7683 if test -n "$ac_tool_prefix"; then
7684 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7685 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7687 $as_echo_n "checking for $ac_word... " >&6; }
7688 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7689 $as_echo_n "(cached) " >&6
7690 else
7691 if test -n "$DSYMUTIL"; then
7692 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7693 else
7694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7695 for as_dir in $PATH
7696 do
7697 IFS=$as_save_IFS
7698 test -z "$as_dir" && as_dir=.
7699 for ac_exec_ext in '' $ac_executable_extensions; do
7700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7701 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7703 break 2
7704 fi
7705 done
7706 done
7707 IFS=$as_save_IFS
7708
7709 fi
7710 fi
7711 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7712 if test -n "$DSYMUTIL"; then
7713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7714 $as_echo "$DSYMUTIL" >&6; }
7715 else
7716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7717 $as_echo "no" >&6; }
7718 fi
7719
7720
7721 fi
7722 if test -z "$ac_cv_prog_DSYMUTIL"; then
7723 ac_ct_DSYMUTIL=$DSYMUTIL
7724 # Extract the first word of "dsymutil", so it can be a program name with args.
7725 set dummy dsymutil; ac_word=$2
7726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7727 $as_echo_n "checking for $ac_word... " >&6; }
7728 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7729 $as_echo_n "(cached) " >&6
7730 else
7731 if test -n "$ac_ct_DSYMUTIL"; then
7732 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7733 else
7734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7735 for as_dir in $PATH
7736 do
7737 IFS=$as_save_IFS
7738 test -z "$as_dir" && as_dir=.
7739 for ac_exec_ext in '' $ac_executable_extensions; do
7740 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7741 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7743 break 2
7744 fi
7745 done
7746 done
7747 IFS=$as_save_IFS
7748
7749 fi
7750 fi
7751 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7752 if test -n "$ac_ct_DSYMUTIL"; then
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7754 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7755 else
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7757 $as_echo "no" >&6; }
7758 fi
7759
7760 if test "x$ac_ct_DSYMUTIL" = x; then
7761 DSYMUTIL=":"
7762 else
7763 case $cross_compiling:$ac_tool_warned in
7764 yes:)
7765 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7766 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7767 ac_tool_warned=yes ;;
7768 esac
7769 DSYMUTIL=$ac_ct_DSYMUTIL
7770 fi
7771 else
7772 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7773 fi
7774
7775 if test -n "$ac_tool_prefix"; then
7776 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7777 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7779 $as_echo_n "checking for $ac_word... " >&6; }
7780 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7781 $as_echo_n "(cached) " >&6
7782 else
7783 if test -n "$NMEDIT"; then
7784 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7785 else
7786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7787 for as_dir in $PATH
7788 do
7789 IFS=$as_save_IFS
7790 test -z "$as_dir" && as_dir=.
7791 for ac_exec_ext in '' $ac_executable_extensions; do
7792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7793 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7795 break 2
7796 fi
7797 done
7798 done
7799 IFS=$as_save_IFS
7800
7801 fi
7802 fi
7803 NMEDIT=$ac_cv_prog_NMEDIT
7804 if test -n "$NMEDIT"; then
7805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7806 $as_echo "$NMEDIT" >&6; }
7807 else
7808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7809 $as_echo "no" >&6; }
7810 fi
7811
7812
7813 fi
7814 if test -z "$ac_cv_prog_NMEDIT"; then
7815 ac_ct_NMEDIT=$NMEDIT
7816 # Extract the first word of "nmedit", so it can be a program name with args.
7817 set dummy nmedit; ac_word=$2
7818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7819 $as_echo_n "checking for $ac_word... " >&6; }
7820 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7821 $as_echo_n "(cached) " >&6
7822 else
7823 if test -n "$ac_ct_NMEDIT"; then
7824 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7825 else
7826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7827 for as_dir in $PATH
7828 do
7829 IFS=$as_save_IFS
7830 test -z "$as_dir" && as_dir=.
7831 for ac_exec_ext in '' $ac_executable_extensions; do
7832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7833 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7835 break 2
7836 fi
7837 done
7838 done
7839 IFS=$as_save_IFS
7840
7841 fi
7842 fi
7843 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7844 if test -n "$ac_ct_NMEDIT"; then
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7846 $as_echo "$ac_ct_NMEDIT" >&6; }
7847 else
7848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7849 $as_echo "no" >&6; }
7850 fi
7851
7852 if test "x$ac_ct_NMEDIT" = x; then
7853 NMEDIT=":"
7854 else
7855 case $cross_compiling:$ac_tool_warned in
7856 yes:)
7857 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7858 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7859 ac_tool_warned=yes ;;
7860 esac
7861 NMEDIT=$ac_ct_NMEDIT
7862 fi
7863 else
7864 NMEDIT="$ac_cv_prog_NMEDIT"
7865 fi
7866
7867 if test -n "$ac_tool_prefix"; then
7868 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7869 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7871 $as_echo_n "checking for $ac_word... " >&6; }
7872 if test "${ac_cv_prog_LIPO+set}" = set; then :
7873 $as_echo_n "(cached) " >&6
7874 else
7875 if test -n "$LIPO"; then
7876 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7877 else
7878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7879 for as_dir in $PATH
7880 do
7881 IFS=$as_save_IFS
7882 test -z "$as_dir" && as_dir=.
7883 for ac_exec_ext in '' $ac_executable_extensions; do
7884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7885 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7887 break 2
7888 fi
7889 done
7890 done
7891 IFS=$as_save_IFS
7892
7893 fi
7894 fi
7895 LIPO=$ac_cv_prog_LIPO
7896 if test -n "$LIPO"; then
7897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7898 $as_echo "$LIPO" >&6; }
7899 else
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7901 $as_echo "no" >&6; }
7902 fi
7903
7904
7905 fi
7906 if test -z "$ac_cv_prog_LIPO"; then
7907 ac_ct_LIPO=$LIPO
7908 # Extract the first word of "lipo", so it can be a program name with args.
7909 set dummy lipo; ac_word=$2
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7911 $as_echo_n "checking for $ac_word... " >&6; }
7912 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7913 $as_echo_n "(cached) " >&6
7914 else
7915 if test -n "$ac_ct_LIPO"; then
7916 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7917 else
7918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7919 for as_dir in $PATH
7920 do
7921 IFS=$as_save_IFS
7922 test -z "$as_dir" && as_dir=.
7923 for ac_exec_ext in '' $ac_executable_extensions; do
7924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7925 ac_cv_prog_ac_ct_LIPO="lipo"
7926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7927 break 2
7928 fi
7929 done
7930 done
7931 IFS=$as_save_IFS
7932
7933 fi
7934 fi
7935 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7936 if test -n "$ac_ct_LIPO"; then
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7938 $as_echo "$ac_ct_LIPO" >&6; }
7939 else
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7941 $as_echo "no" >&6; }
7942 fi
7943
7944 if test "x$ac_ct_LIPO" = x; then
7945 LIPO=":"
7946 else
7947 case $cross_compiling:$ac_tool_warned in
7948 yes:)
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7950 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7951 ac_tool_warned=yes ;;
7952 esac
7953 LIPO=$ac_ct_LIPO
7954 fi
7955 else
7956 LIPO="$ac_cv_prog_LIPO"
7957 fi
7958
7959 if test -n "$ac_tool_prefix"; then
7960 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7961 set dummy ${ac_tool_prefix}otool; ac_word=$2
7962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7963 $as_echo_n "checking for $ac_word... " >&6; }
7964 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7965 $as_echo_n "(cached) " >&6
7966 else
7967 if test -n "$OTOOL"; then
7968 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7969 else
7970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7971 for as_dir in $PATH
7972 do
7973 IFS=$as_save_IFS
7974 test -z "$as_dir" && as_dir=.
7975 for ac_exec_ext in '' $ac_executable_extensions; do
7976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7977 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7979 break 2
7980 fi
7981 done
7982 done
7983 IFS=$as_save_IFS
7984
7985 fi
7986 fi
7987 OTOOL=$ac_cv_prog_OTOOL
7988 if test -n "$OTOOL"; then
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7990 $as_echo "$OTOOL" >&6; }
7991 else
7992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7993 $as_echo "no" >&6; }
7994 fi
7995
7996
7997 fi
7998 if test -z "$ac_cv_prog_OTOOL"; then
7999 ac_ct_OTOOL=$OTOOL
8000 # Extract the first word of "otool", so it can be a program name with args.
8001 set dummy otool; ac_word=$2
8002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8003 $as_echo_n "checking for $ac_word... " >&6; }
8004 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
8005 $as_echo_n "(cached) " >&6
8006 else
8007 if test -n "$ac_ct_OTOOL"; then
8008 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8009 else
8010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8011 for as_dir in $PATH
8012 do
8013 IFS=$as_save_IFS
8014 test -z "$as_dir" && as_dir=.
8015 for ac_exec_ext in '' $ac_executable_extensions; do
8016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8017 ac_cv_prog_ac_ct_OTOOL="otool"
8018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8019 break 2
8020 fi
8021 done
8022 done
8023 IFS=$as_save_IFS
8024
8025 fi
8026 fi
8027 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8028 if test -n "$ac_ct_OTOOL"; then
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8030 $as_echo "$ac_ct_OTOOL" >&6; }
8031 else
8032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8033 $as_echo "no" >&6; }
8034 fi
8035
8036 if test "x$ac_ct_OTOOL" = x; then
8037 OTOOL=":"
8038 else
8039 case $cross_compiling:$ac_tool_warned in
8040 yes:)
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8042 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8043 ac_tool_warned=yes ;;
8044 esac
8045 OTOOL=$ac_ct_OTOOL
8046 fi
8047 else
8048 OTOOL="$ac_cv_prog_OTOOL"
8049 fi
8050
8051 if test -n "$ac_tool_prefix"; then
8052 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8053 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8055 $as_echo_n "checking for $ac_word... " >&6; }
8056 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8057 $as_echo_n "(cached) " >&6
8058 else
8059 if test -n "$OTOOL64"; then
8060 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8061 else
8062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8063 for as_dir in $PATH
8064 do
8065 IFS=$as_save_IFS
8066 test -z "$as_dir" && as_dir=.
8067 for ac_exec_ext in '' $ac_executable_extensions; do
8068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8069 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8070 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8071 break 2
8072 fi
8073 done
8074 done
8075 IFS=$as_save_IFS
8076
8077 fi
8078 fi
8079 OTOOL64=$ac_cv_prog_OTOOL64
8080 if test -n "$OTOOL64"; then
8081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8082 $as_echo "$OTOOL64" >&6; }
8083 else
8084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8085 $as_echo "no" >&6; }
8086 fi
8087
8088
8089 fi
8090 if test -z "$ac_cv_prog_OTOOL64"; then
8091 ac_ct_OTOOL64=$OTOOL64
8092 # Extract the first word of "otool64", so it can be a program name with args.
8093 set dummy otool64; ac_word=$2
8094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8095 $as_echo_n "checking for $ac_word... " >&6; }
8096 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8097 $as_echo_n "(cached) " >&6
8098 else
8099 if test -n "$ac_ct_OTOOL64"; then
8100 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8101 else
8102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8103 for as_dir in $PATH
8104 do
8105 IFS=$as_save_IFS
8106 test -z "$as_dir" && as_dir=.
8107 for ac_exec_ext in '' $ac_executable_extensions; do
8108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8109 ac_cv_prog_ac_ct_OTOOL64="otool64"
8110 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8111 break 2
8112 fi
8113 done
8114 done
8115 IFS=$as_save_IFS
8116
8117 fi
8118 fi
8119 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8120 if test -n "$ac_ct_OTOOL64"; then
8121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8122 $as_echo "$ac_ct_OTOOL64" >&6; }
8123 else
8124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8125 $as_echo "no" >&6; }
8126 fi
8127
8128 if test "x$ac_ct_OTOOL64" = x; then
8129 OTOOL64=":"
8130 else
8131 case $cross_compiling:$ac_tool_warned in
8132 yes:)
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8134 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8135 ac_tool_warned=yes ;;
8136 esac
8137 OTOOL64=$ac_ct_OTOOL64
8138 fi
8139 else
8140 OTOOL64="$ac_cv_prog_OTOOL64"
8141 fi
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8170 $as_echo_n "checking for -single_module linker flag... " >&6; }
8171 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8172 $as_echo_n "(cached) " >&6
8173 else
8174 lt_cv_apple_cc_single_mod=no
8175 if test -z "${LT_MULTI_MODULE}"; then
8176 # By default we will add the -single_module flag. You can override
8177 # by either setting the environment variable LT_MULTI_MODULE
8178 # non-empty at configure time, or by adding -multi_module to the
8179 # link flags.
8180 rm -rf libconftest.dylib*
8181 echo "int foo(void){return 1;}" > conftest.c
8182 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8183 -dynamiclib -Wl,-single_module conftest.c" >&5
8184 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8185 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8186 _lt_result=$?
8187 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8188 lt_cv_apple_cc_single_mod=yes
8189 else
8190 cat conftest.err >&5
8191 fi
8192 rm -rf libconftest.dylib*
8193 rm -f conftest.*
8194 fi
8195 fi
8196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8197 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8199 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8200 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8201 $as_echo_n "(cached) " >&6
8202 else
8203 lt_cv_ld_exported_symbols_list=no
8204 save_LDFLAGS=$LDFLAGS
8205 echo "_main" > conftest.sym
8206 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8208 /* end confdefs.h. */
8209
8210 int
8211 main ()
8212 {
8213
8214 ;
8215 return 0;
8216 }
8217 _ACEOF
8218 if ac_fn_c_try_link "$LINENO"; then :
8219 lt_cv_ld_exported_symbols_list=yes
8220 else
8221 lt_cv_ld_exported_symbols_list=no
8222 fi
8223 rm -f core conftest.err conftest.$ac_objext \
8224 conftest$ac_exeext conftest.$ac_ext
8225 LDFLAGS="$save_LDFLAGS"
8226
8227 fi
8228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8229 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8231 $as_echo_n "checking for -force_load linker flag... " >&6; }
8232 if test "${lt_cv_ld_force_load+set}" = set; then :
8233 $as_echo_n "(cached) " >&6
8234 else
8235 lt_cv_ld_force_load=no
8236 cat > conftest.c << _LT_EOF
8237 int forced_loaded() { return 2;}
8238 _LT_EOF
8239 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8240 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8241 echo "$AR cru libconftest.a conftest.o" >&5
8242 $AR cru libconftest.a conftest.o 2>&5
8243 cat > conftest.c << _LT_EOF
8244 int main() { return 0;}
8245 _LT_EOF
8246 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8247 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8248 _lt_result=$?
8249 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8250 lt_cv_ld_force_load=yes
8251 else
8252 cat conftest.err >&5
8253 fi
8254 rm -f conftest.err libconftest.a conftest conftest.c
8255 rm -rf conftest.dSYM
8256
8257 fi
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8259 $as_echo "$lt_cv_ld_force_load" >&6; }
8260 case $host_os in
8261 rhapsody* | darwin1.[012])
8262 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8263 darwin1.*)
8264 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8265 darwin*) # darwin 5.x on
8266 # if running on 10.5 or later, the deployment target defaults
8267 # to the OS version, if on x86, and 10.4, the deployment
8268 # target defaults to 10.4. Don't you love it?
8269 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8270 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8271 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8272 10.[012][,.]*)
8273 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8274 10.*)
8275 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8276 esac
8277 ;;
8278 esac
8279 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8280 _lt_dar_single_mod='$single_module'
8281 fi
8282 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8283 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8284 else
8285 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8286 fi
8287 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8288 _lt_dsymutil='~$DSYMUTIL $lib || :'
8289 else
8290 _lt_dsymutil=
8291 fi
8292 ;;
8293 esac
8294
8295 for ac_header in dlfcn.h
8296 do :
8297 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8298 "
8299 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8300 cat >>confdefs.h <<_ACEOF
8301 #define HAVE_DLFCN_H 1
8302 _ACEOF
8303
8304 fi
8305
8306 done
8307
8308
8309
8310 # autoconf.info says this should be called right after AC_INIT.
8311 ac_config_headers="$ac_config_headers config.h:config.in"
8312
8313
8314
8315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8316 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8317 if test "${ac_cv_c_bigendian+set}" = set; then :
8318 $as_echo_n "(cached) " >&6
8319 else
8320 ac_cv_c_bigendian=unknown
8321 # See if we're dealing with a universal compiler.
8322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8323 /* end confdefs.h. */
8324 #ifndef __APPLE_CC__
8325 not a universal capable compiler
8326 #endif
8327 typedef int dummy;
8328
8329 _ACEOF
8330 if ac_fn_c_try_compile "$LINENO"; then :
8331
8332 # Check for potential -arch flags. It is not universal unless
8333 # there are at least two -arch flags with different values.
8334 ac_arch=
8335 ac_prev=
8336 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8337 if test -n "$ac_prev"; then
8338 case $ac_word in
8339 i?86 | x86_64 | ppc | ppc64)
8340 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8341 ac_arch=$ac_word
8342 else
8343 ac_cv_c_bigendian=universal
8344 break
8345 fi
8346 ;;
8347 esac
8348 ac_prev=
8349 elif test "x$ac_word" = "x-arch"; then
8350 ac_prev=arch
8351 fi
8352 done
8353 fi
8354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8355 if test $ac_cv_c_bigendian = unknown; then
8356 # See if sys/param.h defines the BYTE_ORDER macro.
8357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8358 /* end confdefs.h. */
8359 #include <sys/types.h>
8360 #include <sys/param.h>
8361
8362 int
8363 main ()
8364 {
8365 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8366 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8367 && LITTLE_ENDIAN)
8368 bogus endian macros
8369 #endif
8370
8371 ;
8372 return 0;
8373 }
8374 _ACEOF
8375 if ac_fn_c_try_compile "$LINENO"; then :
8376 # It does; now see whether it defined to BIG_ENDIAN or not.
8377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8378 /* end confdefs.h. */
8379 #include <sys/types.h>
8380 #include <sys/param.h>
8381
8382 int
8383 main ()
8384 {
8385 #if BYTE_ORDER != BIG_ENDIAN
8386 not big endian
8387 #endif
8388
8389 ;
8390 return 0;
8391 }
8392 _ACEOF
8393 if ac_fn_c_try_compile "$LINENO"; then :
8394 ac_cv_c_bigendian=yes
8395 else
8396 ac_cv_c_bigendian=no
8397 fi
8398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8399 fi
8400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8401 fi
8402 if test $ac_cv_c_bigendian = unknown; then
8403 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8405 /* end confdefs.h. */
8406 #include <limits.h>
8407
8408 int
8409 main ()
8410 {
8411 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8412 bogus endian macros
8413 #endif
8414
8415 ;
8416 return 0;
8417 }
8418 _ACEOF
8419 if ac_fn_c_try_compile "$LINENO"; then :
8420 # It does; now see whether it defined to _BIG_ENDIAN or not.
8421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8422 /* end confdefs.h. */
8423 #include <limits.h>
8424
8425 int
8426 main ()
8427 {
8428 #ifndef _BIG_ENDIAN
8429 not big endian
8430 #endif
8431
8432 ;
8433 return 0;
8434 }
8435 _ACEOF
8436 if ac_fn_c_try_compile "$LINENO"; then :
8437 ac_cv_c_bigendian=yes
8438 else
8439 ac_cv_c_bigendian=no
8440 fi
8441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8442 fi
8443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8444 fi
8445 if test $ac_cv_c_bigendian = unknown; then
8446 # Compile a test program.
8447 if test "$cross_compiling" = yes; then :
8448 # Try to guess by grepping values from an object file.
8449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8450 /* end confdefs.h. */
8451 short int ascii_mm[] =
8452 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8453 short int ascii_ii[] =
8454 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8455 int use_ascii (int i) {
8456 return ascii_mm[i] + ascii_ii[i];
8457 }
8458 short int ebcdic_ii[] =
8459 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8460 short int ebcdic_mm[] =
8461 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8462 int use_ebcdic (int i) {
8463 return ebcdic_mm[i] + ebcdic_ii[i];
8464 }
8465 extern int foo;
8466
8467 int
8468 main ()
8469 {
8470 return use_ascii (foo) == use_ebcdic (foo);
8471 ;
8472 return 0;
8473 }
8474 _ACEOF
8475 if ac_fn_c_try_compile "$LINENO"; then :
8476 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8477 ac_cv_c_bigendian=yes
8478 fi
8479 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8480 if test "$ac_cv_c_bigendian" = unknown; then
8481 ac_cv_c_bigendian=no
8482 else
8483 # finding both strings is unlikely to happen, but who knows?
8484 ac_cv_c_bigendian=unknown
8485 fi
8486 fi
8487 fi
8488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8489 else
8490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8491 /* end confdefs.h. */
8492 $ac_includes_default
8493 int
8494 main ()
8495 {
8496
8497 /* Are we little or big endian? From Harbison&Steele. */
8498 union
8499 {
8500 long int l;
8501 char c[sizeof (long int)];
8502 } u;
8503 u.l = 1;
8504 return u.c[sizeof (long int) - 1] == 1;
8505
8506 ;
8507 return 0;
8508 }
8509 _ACEOF
8510 if ac_fn_c_try_run "$LINENO"; then :
8511 ac_cv_c_bigendian=no
8512 else
8513 ac_cv_c_bigendian=yes
8514 fi
8515 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8516 conftest.$ac_objext conftest.beam conftest.$ac_ext
8517 fi
8518
8519 fi
8520 fi
8521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8522 $as_echo "$ac_cv_c_bigendian" >&6; }
8523 case $ac_cv_c_bigendian in #(
8524 yes)
8525 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8526 ;; #(
8527 no)
8528 ;; #(
8529 universal)
8530
8531 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8532
8533 ;; #(
8534 *)
8535 as_fn_error "unknown endianness
8536 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8537 esac
8538
8539
8540
8541
8542 # Put a plausible default for CC_FOR_BUILD in Makefile.
8543 if test "x$cross_compiling" = "xno"; then
8544 CC_FOR_BUILD='$(CC)'
8545 else
8546 CC_FOR_BUILD=gcc
8547 fi
8548
8549
8550
8551
8552 AR=${AR-ar}
8553
8554 if test -n "$ac_tool_prefix"; then
8555 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8556 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8558 $as_echo_n "checking for $ac_word... " >&6; }
8559 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8560 $as_echo_n "(cached) " >&6
8561 else
8562 if test -n "$RANLIB"; then
8563 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8564 else
8565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8566 for as_dir in $PATH
8567 do
8568 IFS=$as_save_IFS
8569 test -z "$as_dir" && as_dir=.
8570 for ac_exec_ext in '' $ac_executable_extensions; do
8571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8572 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8574 break 2
8575 fi
8576 done
8577 done
8578 IFS=$as_save_IFS
8579
8580 fi
8581 fi
8582 RANLIB=$ac_cv_prog_RANLIB
8583 if test -n "$RANLIB"; then
8584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8585 $as_echo "$RANLIB" >&6; }
8586 else
8587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8588 $as_echo "no" >&6; }
8589 fi
8590
8591
8592 fi
8593 if test -z "$ac_cv_prog_RANLIB"; then
8594 ac_ct_RANLIB=$RANLIB
8595 # Extract the first word of "ranlib", so it can be a program name with args.
8596 set dummy ranlib; ac_word=$2
8597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8598 $as_echo_n "checking for $ac_word... " >&6; }
8599 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8600 $as_echo_n "(cached) " >&6
8601 else
8602 if test -n "$ac_ct_RANLIB"; then
8603 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8604 else
8605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8606 for as_dir in $PATH
8607 do
8608 IFS=$as_save_IFS
8609 test -z "$as_dir" && as_dir=.
8610 for ac_exec_ext in '' $ac_executable_extensions; do
8611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8612 ac_cv_prog_ac_ct_RANLIB="ranlib"
8613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8614 break 2
8615 fi
8616 done
8617 done
8618 IFS=$as_save_IFS
8619
8620 fi
8621 fi
8622 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8623 if test -n "$ac_ct_RANLIB"; then
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8625 $as_echo "$ac_ct_RANLIB" >&6; }
8626 else
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8628 $as_echo "no" >&6; }
8629 fi
8630
8631 if test "x$ac_ct_RANLIB" = x; then
8632 RANLIB=":"
8633 else
8634 case $cross_compiling:$ac_tool_warned in
8635 yes:)
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8637 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8638 ac_tool_warned=yes ;;
8639 esac
8640 RANLIB=$ac_ct_RANLIB
8641 fi
8642 else
8643 RANLIB="$ac_cv_prog_RANLIB"
8644 fi
8645
8646
8647 # Some of the common include files depend on bfd.h, and bfd.h checks
8648 # that config.h is included first by testing that the PACKAGE macro
8649 # is defined.
8650 PACKAGE=sim
8651
8652 cat >>confdefs.h <<_ACEOF
8653 #define PACKAGE "$PACKAGE"
8654 _ACEOF
8655
8656
8657
8658 # Dependency checking.
8659 ac_config_commands="$ac_config_commands depdir"
8660
8661
8662 depcc="$CC" am_compiler_list=
8663
8664 am_depcomp=$ac_aux_dir/depcomp
8665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8666 $as_echo_n "checking dependency style of $depcc... " >&6; }
8667 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8668 $as_echo_n "(cached) " >&6
8669 else
8670 if test -f "$am_depcomp"; then
8671 # We make a subdir and do the tests there. Otherwise we can end up
8672 # making bogus files that we don't know about and never remove. For
8673 # instance it was reported that on HP-UX the gcc test will end up
8674 # making a dummy file named `D' -- because `-MD' means `put the output
8675 # in D'.
8676 mkdir conftest.dir
8677 # Copy depcomp to subdir because otherwise we won't find it if we're
8678 # using a relative directory.
8679 cp "$am_depcomp" conftest.dir
8680 cd conftest.dir
8681 # We will build objects and dependencies in a subdirectory because
8682 # it helps to detect inapplicable dependency modes. For instance
8683 # both Tru64's cc and ICC support -MD to output dependencies as a
8684 # side effect of compilation, but ICC will put the dependencies in
8685 # the current directory while Tru64 will put them in the object
8686 # directory.
8687 mkdir sub
8688
8689 am_cv_CC_dependencies_compiler_type=none
8690 if test "$am_compiler_list" = ""; then
8691 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8692 fi
8693 for depmode in $am_compiler_list; do
8694 if test $depmode = none; then break; fi
8695
8696 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8697 # Setup a source with many dependencies, because some compilers
8698 # like to wrap large dependency lists on column 80 (with \), and
8699 # we should not choose a depcomp mode which is confused by this.
8700 #
8701 # We need to recreate these files for each test, as the compiler may
8702 # overwrite some of them when testing with obscure command lines.
8703 # This happens at least with the AIX C compiler.
8704 : > sub/conftest.c
8705 for i in 1 2 3 4 5 6; do
8706 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8707 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8708 # Solaris 8's {/usr,}/bin/sh.
8709 touch sub/conftst$i.h
8710 done
8711 echo "include sub/conftest.Po" > confmf
8712
8713 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8714 # mode. It turns out that the SunPro C++ compiler does not properly
8715 # handle `-M -o', and we need to detect this.
8716 depcmd="depmode=$depmode \
8717 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8718 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8719 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8720 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8721 if env $depcmd > conftest.err 2>&1 &&
8722 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8723 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8724 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8725 # icc doesn't choke on unknown options, it will just issue warnings
8726 # or remarks (even with -Werror). So we grep stderr for any message
8727 # that says an option was ignored or not supported.
8728 # When given -MP, icc 7.0 and 7.1 complain thusly:
8729 # icc: Command line warning: ignoring option '-M'; no argument required
8730 # The diagnosis changed in icc 8.0:
8731 # icc: Command line remark: option '-MP' not supported
8732 if (grep 'ignoring option' conftest.err ||
8733 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8734 am_cv_CC_dependencies_compiler_type=$depmode
8735 $as_echo "$as_me:$LINENO: success" >&5
8736 break
8737 fi
8738 fi
8739 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8740 sed -e 's/^/| /' < conftest.err >&5
8741 done
8742
8743 cd ..
8744 rm -rf conftest.dir
8745 else
8746 am_cv_CC_dependencies_compiler_type=none
8747 fi
8748
8749 fi
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8751 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8752 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8753 then as_fn_error "no usable dependency style found" "$LINENO" 5
8754 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8755
8756 fi
8757
8758
8759 # Check for the 'make' the user wants to use.
8760 for ac_prog in make
8761 do
8762 # Extract the first word of "$ac_prog", so it can be a program name with args.
8763 set dummy $ac_prog; ac_word=$2
8764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8765 $as_echo_n "checking for $ac_word... " >&6; }
8766 if test "${ac_cv_prog_MAKE+set}" = set; then :
8767 $as_echo_n "(cached) " >&6
8768 else
8769 if test -n "$MAKE"; then
8770 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8771 else
8772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8773 for as_dir in $PATH
8774 do
8775 IFS=$as_save_IFS
8776 test -z "$as_dir" && as_dir=.
8777 for ac_exec_ext in '' $ac_executable_extensions; do
8778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8779 ac_cv_prog_MAKE="$ac_prog"
8780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8781 break 2
8782 fi
8783 done
8784 done
8785 IFS=$as_save_IFS
8786
8787 fi
8788 fi
8789 MAKE=$ac_cv_prog_MAKE
8790 if test -n "$MAKE"; then
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8792 $as_echo "$MAKE" >&6; }
8793 else
8794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8795 $as_echo "no" >&6; }
8796 fi
8797
8798
8799 test -n "$MAKE" && break
8800 done
8801
8802 MAKE_IS_GNU=
8803 case "`$MAKE --version 2>&1 | sed 1q`" in
8804 *GNU*)
8805 MAKE_IS_GNU=yes
8806 ;;
8807 esac
8808 if test "$MAKE_IS_GNU" = yes; then
8809 GMAKE_TRUE=
8810 GMAKE_FALSE='#'
8811 else
8812 GMAKE_TRUE='#'
8813 GMAKE_FALSE=
8814 fi
8815
8816
8817 ALL_LINGUAS=
8818 # If we haven't got the data from the intl directory,
8819 # assume NLS is disabled.
8820 USE_NLS=no
8821 LIBINTL=
8822 LIBINTL_DEP=
8823 INCINTL=
8824 XGETTEXT=
8825 GMSGFMT=
8826 POSUB=
8827
8828 if test -f ../../intl/config.intl; then
8829 . ../../intl/config.intl
8830 fi
8831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8832 $as_echo_n "checking whether NLS is requested... " >&6; }
8833 if test x"$USE_NLS" != xyes; then
8834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8835 $as_echo "no" >&6; }
8836 else
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8838 $as_echo "yes" >&6; }
8839
8840 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8841
8842
8843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8844 $as_echo_n "checking for catalogs to be installed... " >&6; }
8845 # Look for .po and .gmo files in the source directory.
8846 CATALOGS=
8847 XLINGUAS=
8848 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8849 # If there aren't any .gmo files the shell will give us the
8850 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8851 # weeded out.
8852 case "$cat" in *\**)
8853 continue;;
8854 esac
8855 # The quadruple backslash is collapsed to a double backslash
8856 # by the backticks, then collapsed again by the double quotes,
8857 # leaving us with one backslash in the sed expression (right
8858 # before the dot that mustn't act as a wildcard).
8859 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8860 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8861 # The user is allowed to set LINGUAS to a list of languages to
8862 # install catalogs for. If it's empty that means "all of them."
8863 if test "x$LINGUAS" = x; then
8864 CATALOGS="$CATALOGS $cat"
8865 XLINGUAS="$XLINGUAS $lang"
8866 else
8867 case "$LINGUAS" in *$lang*)
8868 CATALOGS="$CATALOGS $cat"
8869 XLINGUAS="$XLINGUAS $lang"
8870 ;;
8871 esac
8872 fi
8873 done
8874 LINGUAS="$XLINGUAS"
8875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8876 $as_echo "$LINGUAS" >&6; }
8877
8878
8879 DATADIRNAME=share
8880
8881 INSTOBJEXT=.mo
8882
8883 GENCAT=gencat
8884
8885 CATOBJEXT=.gmo
8886
8887 fi
8888
8889 # Check for common headers.
8890 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8891 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8892 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8893 do :
8894 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8895 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8896 eval as_val=\$$as_ac_Header
8897 if test "x$as_val" = x""yes; then :
8898 cat >>confdefs.h <<_ACEOF
8899 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8900 _ACEOF
8901
8902 fi
8903
8904 done
8905
8906 for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8907 do :
8908 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8909 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8910 eval as_val=\$$as_ac_Header
8911 if test "x$as_val" = x""yes; then :
8912 cat >>confdefs.h <<_ACEOF
8913 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8914 _ACEOF
8915
8916 fi
8917
8918 done
8919
8920 for ac_header in fcntl.h fpu_control.h
8921 do :
8922 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8923 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8924 eval as_val=\$$as_ac_Header
8925 if test "x$as_val" = x""yes; then :
8926 cat >>confdefs.h <<_ACEOF
8927 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8928 _ACEOF
8929
8930 fi
8931
8932 done
8933
8934 for ac_header in dlfcn.h errno.h sys/stat.h
8935 do :
8936 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8937 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8938 eval as_val=\$$as_ac_Header
8939 if test "x$as_val" = x""yes; then :
8940 cat >>confdefs.h <<_ACEOF
8941 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8942 _ACEOF
8943
8944 fi
8945
8946 done
8947
8948 for ac_func in getrusage time sigaction __setfpucw
8949 do :
8950 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8951 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8952 eval as_val=\$$as_ac_var
8953 if test "x$as_val" = x""yes; then :
8954 cat >>confdefs.h <<_ACEOF
8955 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8956 _ACEOF
8957
8958 fi
8959 done
8960
8961 for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8962 do :
8963 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8964 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8965 eval as_val=\$$as_ac_var
8966 if test "x$as_val" = x""yes; then :
8967 cat >>confdefs.h <<_ACEOF
8968 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8969 _ACEOF
8970
8971 fi
8972 done
8973
8974 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8975 #include <sys/types.h>
8976 #endif
8977 #ifdef HAVE_SYS_STAT_H
8978 #include <sys/stat.h>
8979 #endif
8980 "
8981 if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8982
8983 cat >>confdefs.h <<_ACEOF
8984 #define HAVE_STRUCT_STAT_ST_DEV 1
8985 _ACEOF
8986
8987
8988 fi
8989 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8990 #include <sys/types.h>
8991 #endif
8992 #ifdef HAVE_SYS_STAT_H
8993 #include <sys/stat.h>
8994 #endif
8995 "
8996 if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8997
8998 cat >>confdefs.h <<_ACEOF
8999 #define HAVE_STRUCT_STAT_ST_INO 1
9000 _ACEOF
9001
9002
9003 fi
9004 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9005 #include <sys/types.h>
9006 #endif
9007 #ifdef HAVE_SYS_STAT_H
9008 #include <sys/stat.h>
9009 #endif
9010 "
9011 if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
9012
9013 cat >>confdefs.h <<_ACEOF
9014 #define HAVE_STRUCT_STAT_ST_MODE 1
9015 _ACEOF
9016
9017
9018 fi
9019 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9020 #include <sys/types.h>
9021 #endif
9022 #ifdef HAVE_SYS_STAT_H
9023 #include <sys/stat.h>
9024 #endif
9025 "
9026 if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
9027
9028 cat >>confdefs.h <<_ACEOF
9029 #define HAVE_STRUCT_STAT_ST_NLINK 1
9030 _ACEOF
9031
9032
9033 fi
9034 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9035 #include <sys/types.h>
9036 #endif
9037 #ifdef HAVE_SYS_STAT_H
9038 #include <sys/stat.h>
9039 #endif
9040 "
9041 if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
9042
9043 cat >>confdefs.h <<_ACEOF
9044 #define HAVE_STRUCT_STAT_ST_UID 1
9045 _ACEOF
9046
9047
9048 fi
9049 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9050 #include <sys/types.h>
9051 #endif
9052 #ifdef HAVE_SYS_STAT_H
9053 #include <sys/stat.h>
9054 #endif
9055 "
9056 if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9057
9058 cat >>confdefs.h <<_ACEOF
9059 #define HAVE_STRUCT_STAT_ST_GID 1
9060 _ACEOF
9061
9062
9063 fi
9064 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9065 #include <sys/types.h>
9066 #endif
9067 #ifdef HAVE_SYS_STAT_H
9068 #include <sys/stat.h>
9069 #endif
9070 "
9071 if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9072
9073 cat >>confdefs.h <<_ACEOF
9074 #define HAVE_STRUCT_STAT_ST_RDEV 1
9075 _ACEOF
9076
9077
9078 fi
9079 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9080 #include <sys/types.h>
9081 #endif
9082 #ifdef HAVE_SYS_STAT_H
9083 #include <sys/stat.h>
9084 #endif
9085 "
9086 if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9087
9088 cat >>confdefs.h <<_ACEOF
9089 #define HAVE_STRUCT_STAT_ST_SIZE 1
9090 _ACEOF
9091
9092
9093 fi
9094 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9095 #include <sys/types.h>
9096 #endif
9097 #ifdef HAVE_SYS_STAT_H
9098 #include <sys/stat.h>
9099 #endif
9100 "
9101 if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9102
9103 cat >>confdefs.h <<_ACEOF
9104 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9105 _ACEOF
9106
9107
9108 fi
9109 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9110 #include <sys/types.h>
9111 #endif
9112 #ifdef HAVE_SYS_STAT_H
9113 #include <sys/stat.h>
9114 #endif
9115 "
9116 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9117
9118 cat >>confdefs.h <<_ACEOF
9119 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9120 _ACEOF
9121
9122
9123 fi
9124 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9125 #include <sys/types.h>
9126 #endif
9127 #ifdef HAVE_SYS_STAT_H
9128 #include <sys/stat.h>
9129 #endif
9130 "
9131 if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9132
9133 cat >>confdefs.h <<_ACEOF
9134 #define HAVE_STRUCT_STAT_ST_ATIME 1
9135 _ACEOF
9136
9137
9138 fi
9139 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9140 #include <sys/types.h>
9141 #endif
9142 #ifdef HAVE_SYS_STAT_H
9143 #include <sys/stat.h>
9144 #endif
9145 "
9146 if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9147
9148 cat >>confdefs.h <<_ACEOF
9149 #define HAVE_STRUCT_STAT_ST_MTIME 1
9150 _ACEOF
9151
9152
9153 fi
9154 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9155 #include <sys/types.h>
9156 #endif
9157 #ifdef HAVE_SYS_STAT_H
9158 #include <sys/stat.h>
9159 #endif
9160 "
9161 if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9162
9163 cat >>confdefs.h <<_ACEOF
9164 #define HAVE_STRUCT_STAT_ST_CTIME 1
9165 _ACEOF
9166
9167
9168 fi
9169
9170 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9171 #include <sys/socket.h>
9172
9173 "
9174 if test "x$ac_cv_type_socklen_t" = x""yes; then :
9175
9176 cat >>confdefs.h <<_ACEOF
9177 #define HAVE_SOCKLEN_T 1
9178 _ACEOF
9179
9180
9181 fi
9182
9183
9184 # Check for socket libraries
9185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9186 $as_echo_n "checking for bind in -lsocket... " >&6; }
9187 if test "${ac_cv_lib_socket_bind+set}" = set; then :
9188 $as_echo_n "(cached) " >&6
9189 else
9190 ac_check_lib_save_LIBS=$LIBS
9191 LIBS="-lsocket $LIBS"
9192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9193 /* end confdefs.h. */
9194
9195 /* Override any GCC internal prototype to avoid an error.
9196 Use char because int might match the return type of a GCC
9197 builtin and then its argument prototype would still apply. */
9198 #ifdef __cplusplus
9199 extern "C"
9200 #endif
9201 char bind ();
9202 int
9203 main ()
9204 {
9205 return bind ();
9206 ;
9207 return 0;
9208 }
9209 _ACEOF
9210 if ac_fn_c_try_link "$LINENO"; then :
9211 ac_cv_lib_socket_bind=yes
9212 else
9213 ac_cv_lib_socket_bind=no
9214 fi
9215 rm -f core conftest.err conftest.$ac_objext \
9216 conftest$ac_exeext conftest.$ac_ext
9217 LIBS=$ac_check_lib_save_LIBS
9218 fi
9219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9220 $as_echo "$ac_cv_lib_socket_bind" >&6; }
9221 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9222 cat >>confdefs.h <<_ACEOF
9223 #define HAVE_LIBSOCKET 1
9224 _ACEOF
9225
9226 LIBS="-lsocket $LIBS"
9227
9228 fi
9229
9230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9231 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9232 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9233 $as_echo_n "(cached) " >&6
9234 else
9235 ac_check_lib_save_LIBS=$LIBS
9236 LIBS="-lnsl $LIBS"
9237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9238 /* end confdefs.h. */
9239
9240 /* Override any GCC internal prototype to avoid an error.
9241 Use char because int might match the return type of a GCC
9242 builtin and then its argument prototype would still apply. */
9243 #ifdef __cplusplus
9244 extern "C"
9245 #endif
9246 char gethostbyname ();
9247 int
9248 main ()
9249 {
9250 return gethostbyname ();
9251 ;
9252 return 0;
9253 }
9254 _ACEOF
9255 if ac_fn_c_try_link "$LINENO"; then :
9256 ac_cv_lib_nsl_gethostbyname=yes
9257 else
9258 ac_cv_lib_nsl_gethostbyname=no
9259 fi
9260 rm -f core conftest.err conftest.$ac_objext \
9261 conftest$ac_exeext conftest.$ac_ext
9262 LIBS=$ac_check_lib_save_LIBS
9263 fi
9264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9265 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9266 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9267 cat >>confdefs.h <<_ACEOF
9268 #define HAVE_LIBNSL 1
9269 _ACEOF
9270
9271 LIBS="-lnsl $LIBS"
9272
9273 fi
9274
9275
9276 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
9277 # using the same condition.
9278
9279 # Use the system's zlib library.
9280 zlibdir="-L\$(top_builddir)/../zlib"
9281 zlibinc="-I\$(top_srcdir)/../zlib"
9282
9283 # Check whether --with-system-zlib was given.
9284 if test "${with_system_zlib+set}" = set; then :
9285 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9286 zlibdir=
9287 zlibinc=
9288 fi
9289
9290 fi
9291
9292
9293
9294
9295
9296 # BFD uses libdl when when plugins enabled.
9297
9298 maybe_plugins=no
9299 for ac_header in dlfcn.h
9300 do :
9301 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9302 "
9303 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9304 cat >>confdefs.h <<_ACEOF
9305 #define HAVE_DLFCN_H 1
9306 _ACEOF
9307 maybe_plugins=yes
9308 fi
9309
9310 done
9311
9312 for ac_header in windows.h
9313 do :
9314 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9315 "
9316 if test "x$ac_cv_header_windows_h" = x""yes; then :
9317 cat >>confdefs.h <<_ACEOF
9318 #define HAVE_WINDOWS_H 1
9319 _ACEOF
9320 maybe_plugins=yes
9321 fi
9322
9323 done
9324
9325
9326 # Check whether --enable-plugins was given.
9327 if test "${enable_plugins+set}" = set; then :
9328 enableval=$enable_plugins; case "${enableval}" in
9329 no) plugins=no ;;
9330 *) plugins=yes
9331 if test "$maybe_plugins" != "yes" ; then
9332 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9333 fi ;;
9334 esac
9335 else
9336 plugins=$maybe_plugins
9337
9338 fi
9339
9340 if test "$plugins" = "yes"; then
9341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9342 $as_echo_n "checking for library containing dlopen... " >&6; }
9343 if test "${ac_cv_search_dlopen+set}" = set; then :
9344 $as_echo_n "(cached) " >&6
9345 else
9346 ac_func_search_save_LIBS=$LIBS
9347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9348 /* end confdefs.h. */
9349
9350 /* Override any GCC internal prototype to avoid an error.
9351 Use char because int might match the return type of a GCC
9352 builtin and then its argument prototype would still apply. */
9353 #ifdef __cplusplus
9354 extern "C"
9355 #endif
9356 char dlopen ();
9357 int
9358 main ()
9359 {
9360 return dlopen ();
9361 ;
9362 return 0;
9363 }
9364 _ACEOF
9365 for ac_lib in '' dl; do
9366 if test -z "$ac_lib"; then
9367 ac_res="none required"
9368 else
9369 ac_res=-l$ac_lib
9370 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9371 fi
9372 if ac_fn_c_try_link "$LINENO"; then :
9373 ac_cv_search_dlopen=$ac_res
9374 fi
9375 rm -f core conftest.err conftest.$ac_objext \
9376 conftest$ac_exeext
9377 if test "${ac_cv_search_dlopen+set}" = set; then :
9378 break
9379 fi
9380 done
9381 if test "${ac_cv_search_dlopen+set}" = set; then :
9382
9383 else
9384 ac_cv_search_dlopen=no
9385 fi
9386 rm conftest.$ac_ext
9387 LIBS=$ac_func_search_save_LIBS
9388 fi
9389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9390 $as_echo "$ac_cv_search_dlopen" >&6; }
9391 ac_res=$ac_cv_search_dlopen
9392 if test "$ac_res" != no; then :
9393 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9394
9395 fi
9396
9397 fi
9398
9399 if test "$plugins" = yes; then
9400 PLUGINS_TRUE=
9401 PLUGINS_FALSE='#'
9402 else
9403 PLUGINS_TRUE='#'
9404 PLUGINS_FALSE=
9405 fi
9406
9407
9408
9409
9410
9411 # Set options
9412 enable_dlopen=yes
9413
9414
9415
9416
9417 enable_win32_dll=no
9418
9419
9420 # Check whether --enable-shared was given.
9421 if test "${enable_shared+set}" = set; then :
9422 enableval=$enable_shared; p=${PACKAGE-default}
9423 case $enableval in
9424 yes) enable_shared=yes ;;
9425 no) enable_shared=no ;;
9426 *)
9427 enable_shared=no
9428 # Look at the argument we got. We use all the common list separators.
9429 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9430 for pkg in $enableval; do
9431 IFS="$lt_save_ifs"
9432 if test "X$pkg" = "X$p"; then
9433 enable_shared=yes
9434 fi
9435 done
9436 IFS="$lt_save_ifs"
9437 ;;
9438 esac
9439 else
9440 enable_shared=yes
9441 fi
9442
9443
9444
9445
9446
9447
9448
9449
9450
9451 # Check whether --enable-static was given.
9452 if test "${enable_static+set}" = set; then :
9453 enableval=$enable_static; p=${PACKAGE-default}
9454 case $enableval in
9455 yes) enable_static=yes ;;
9456 no) enable_static=no ;;
9457 *)
9458 enable_static=no
9459 # Look at the argument we got. We use all the common list separators.
9460 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9461 for pkg in $enableval; do
9462 IFS="$lt_save_ifs"
9463 if test "X$pkg" = "X$p"; then
9464 enable_static=yes
9465 fi
9466 done
9467 IFS="$lt_save_ifs"
9468 ;;
9469 esac
9470 else
9471 enable_static=yes
9472 fi
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483 # Check whether --with-pic was given.
9484 if test "${with_pic+set}" = set; then :
9485 withval=$with_pic; pic_mode="$withval"
9486 else
9487 pic_mode=default
9488 fi
9489
9490
9491 test -z "$pic_mode" && pic_mode=default
9492
9493
9494
9495
9496
9497
9498
9499 # Check whether --enable-fast-install was given.
9500 if test "${enable_fast_install+set}" = set; then :
9501 enableval=$enable_fast_install; p=${PACKAGE-default}
9502 case $enableval in
9503 yes) enable_fast_install=yes ;;
9504 no) enable_fast_install=no ;;
9505 *)
9506 enable_fast_install=no
9507 # Look at the argument we got. We use all the common list separators.
9508 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9509 for pkg in $enableval; do
9510 IFS="$lt_save_ifs"
9511 if test "X$pkg" = "X$p"; then
9512 enable_fast_install=yes
9513 fi
9514 done
9515 IFS="$lt_save_ifs"
9516 ;;
9517 esac
9518 else
9519 enable_fast_install=yes
9520 fi
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532 # This can be used to rebuild libtool when needed
9533 LIBTOOL_DEPS="$ltmain"
9534
9535 # Always use our own libtool.
9536 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563 test -z "$LN_S" && LN_S="ln -s"
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578 if test -n "${ZSH_VERSION+set}" ; then
9579 setopt NO_GLOB_SUBST
9580 fi
9581
9582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9583 $as_echo_n "checking for objdir... " >&6; }
9584 if test "${lt_cv_objdir+set}" = set; then :
9585 $as_echo_n "(cached) " >&6
9586 else
9587 rm -f .libs 2>/dev/null
9588 mkdir .libs 2>/dev/null
9589 if test -d .libs; then
9590 lt_cv_objdir=.libs
9591 else
9592 # MS-DOS does not allow filenames that begin with a dot.
9593 lt_cv_objdir=_libs
9594 fi
9595 rmdir .libs 2>/dev/null
9596 fi
9597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9598 $as_echo "$lt_cv_objdir" >&6; }
9599 objdir=$lt_cv_objdir
9600
9601
9602
9603
9604
9605 cat >>confdefs.h <<_ACEOF
9606 #define LT_OBJDIR "$lt_cv_objdir/"
9607 _ACEOF
9608
9609
9610
9611
9612 case $host_os in
9613 aix3*)
9614 # AIX sometimes has problems with the GCC collect2 program. For some
9615 # reason, if we set the COLLECT_NAMES environment variable, the problems
9616 # vanish in a puff of smoke.
9617 if test "X${COLLECT_NAMES+set}" != Xset; then
9618 COLLECT_NAMES=
9619 export COLLECT_NAMES
9620 fi
9621 ;;
9622 esac
9623
9624 # Global variables:
9625 ofile=libtool
9626 can_build_shared=yes
9627
9628 # All known linkers require a `.a' archive for static linking (except MSVC,
9629 # which needs '.lib').
9630 libext=a
9631
9632 with_gnu_ld="$lt_cv_prog_gnu_ld"
9633
9634 old_CC="$CC"
9635 old_CFLAGS="$CFLAGS"
9636
9637 # Set sane defaults for various variables
9638 test -z "$CC" && CC=cc
9639 test -z "$LTCC" && LTCC=$CC
9640 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9641 test -z "$LD" && LD=ld
9642 test -z "$ac_objext" && ac_objext=o
9643
9644 for cc_temp in $compiler""; do
9645 case $cc_temp in
9646 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9647 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9648 \-*) ;;
9649 *) break;;
9650 esac
9651 done
9652 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9653
9654
9655 # Only perform the check for file, if the check method requires it
9656 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9657 case $deplibs_check_method in
9658 file_magic*)
9659 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9661 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9662 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9663 $as_echo_n "(cached) " >&6
9664 else
9665 case $MAGIC_CMD in
9666 [\\/*] | ?:[\\/]*)
9667 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9668 ;;
9669 *)
9670 lt_save_MAGIC_CMD="$MAGIC_CMD"
9671 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9672 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9673 for ac_dir in $ac_dummy; do
9674 IFS="$lt_save_ifs"
9675 test -z "$ac_dir" && ac_dir=.
9676 if test -f $ac_dir/${ac_tool_prefix}file; then
9677 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9678 if test -n "$file_magic_test_file"; then
9679 case $deplibs_check_method in
9680 "file_magic "*)
9681 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9682 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9683 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9684 $EGREP "$file_magic_regex" > /dev/null; then
9685 :
9686 else
9687 cat <<_LT_EOF 1>&2
9688
9689 *** Warning: the command libtool uses to detect shared libraries,
9690 *** $file_magic_cmd, produces output that libtool cannot recognize.
9691 *** The result is that libtool may fail to recognize shared libraries
9692 *** as such. This will affect the creation of libtool libraries that
9693 *** depend on shared libraries, but programs linked with such libtool
9694 *** libraries will work regardless of this problem. Nevertheless, you
9695 *** may want to report the problem to your system manager and/or to
9696 *** bug-libtool@gnu.org
9697
9698 _LT_EOF
9699 fi ;;
9700 esac
9701 fi
9702 break
9703 fi
9704 done
9705 IFS="$lt_save_ifs"
9706 MAGIC_CMD="$lt_save_MAGIC_CMD"
9707 ;;
9708 esac
9709 fi
9710
9711 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9712 if test -n "$MAGIC_CMD"; then
9713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9714 $as_echo "$MAGIC_CMD" >&6; }
9715 else
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9717 $as_echo "no" >&6; }
9718 fi
9719
9720
9721
9722
9723
9724 if test -z "$lt_cv_path_MAGIC_CMD"; then
9725 if test -n "$ac_tool_prefix"; then
9726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9727 $as_echo_n "checking for file... " >&6; }
9728 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9729 $as_echo_n "(cached) " >&6
9730 else
9731 case $MAGIC_CMD in
9732 [\\/*] | ?:[\\/]*)
9733 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9734 ;;
9735 *)
9736 lt_save_MAGIC_CMD="$MAGIC_CMD"
9737 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9738 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9739 for ac_dir in $ac_dummy; do
9740 IFS="$lt_save_ifs"
9741 test -z "$ac_dir" && ac_dir=.
9742 if test -f $ac_dir/file; then
9743 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9744 if test -n "$file_magic_test_file"; then
9745 case $deplibs_check_method in
9746 "file_magic "*)
9747 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9748 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9749 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9750 $EGREP "$file_magic_regex" > /dev/null; then
9751 :
9752 else
9753 cat <<_LT_EOF 1>&2
9754
9755 *** Warning: the command libtool uses to detect shared libraries,
9756 *** $file_magic_cmd, produces output that libtool cannot recognize.
9757 *** The result is that libtool may fail to recognize shared libraries
9758 *** as such. This will affect the creation of libtool libraries that
9759 *** depend on shared libraries, but programs linked with such libtool
9760 *** libraries will work regardless of this problem. Nevertheless, you
9761 *** may want to report the problem to your system manager and/or to
9762 *** bug-libtool@gnu.org
9763
9764 _LT_EOF
9765 fi ;;
9766 esac
9767 fi
9768 break
9769 fi
9770 done
9771 IFS="$lt_save_ifs"
9772 MAGIC_CMD="$lt_save_MAGIC_CMD"
9773 ;;
9774 esac
9775 fi
9776
9777 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9778 if test -n "$MAGIC_CMD"; then
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9780 $as_echo "$MAGIC_CMD" >&6; }
9781 else
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9783 $as_echo "no" >&6; }
9784 fi
9785
9786
9787 else
9788 MAGIC_CMD=:
9789 fi
9790 fi
9791
9792 fi
9793 ;;
9794 esac
9795
9796 # Use C for the default configuration in the libtool script
9797
9798 lt_save_CC="$CC"
9799 ac_ext=c
9800 ac_cpp='$CPP $CPPFLAGS'
9801 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9802 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9803 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9804
9805
9806 # Source file extension for C test sources.
9807 ac_ext=c
9808
9809 # Object file extension for compiled C test sources.
9810 objext=o
9811 objext=$objext
9812
9813 # Code to be used in simple compile tests
9814 lt_simple_compile_test_code="int some_variable = 0;"
9815
9816 # Code to be used in simple link tests
9817 lt_simple_link_test_code='int main(){return(0);}'
9818
9819
9820
9821
9822
9823
9824
9825 # If no C compiler was specified, use CC.
9826 LTCC=${LTCC-"$CC"}
9827
9828 # If no C compiler flags were specified, use CFLAGS.
9829 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9830
9831 # Allow CC to be a program name with arguments.
9832 compiler=$CC
9833
9834 # Save the default compiler, since it gets overwritten when the other
9835 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9836 compiler_DEFAULT=$CC
9837
9838 # save warnings/boilerplate of simple test code
9839 ac_outfile=conftest.$ac_objext
9840 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9841 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9842 _lt_compiler_boilerplate=`cat conftest.err`
9843 $RM conftest*
9844
9845 ac_outfile=conftest.$ac_objext
9846 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9847 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9848 _lt_linker_boilerplate=`cat conftest.err`
9849 $RM -r conftest*
9850
9851
9852 ## CAVEAT EMPTOR:
9853 ## There is no encapsulation within the following macros, do not change
9854 ## the running order or otherwise move them around unless you know exactly
9855 ## what you are doing...
9856 if test -n "$compiler"; then
9857
9858 lt_prog_compiler_no_builtin_flag=
9859
9860 if test "$GCC" = yes; then
9861 case $cc_basename in
9862 nvcc*)
9863 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9864 *)
9865 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9866 esac
9867
9868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9869 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9870 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9871 $as_echo_n "(cached) " >&6
9872 else
9873 lt_cv_prog_compiler_rtti_exceptions=no
9874 ac_outfile=conftest.$ac_objext
9875 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9876 lt_compiler_flag="-fno-rtti -fno-exceptions"
9877 # Insert the option either (1) after the last *FLAGS variable, or
9878 # (2) before a word containing "conftest.", or (3) at the end.
9879 # Note that $ac_compile itself does not contain backslashes and begins
9880 # with a dollar sign (not a hyphen), so the echo should work correctly.
9881 # The option is referenced via a variable to avoid confusing sed.
9882 lt_compile=`echo "$ac_compile" | $SED \
9883 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9884 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9885 -e 's:$: $lt_compiler_flag:'`
9886 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9887 (eval "$lt_compile" 2>conftest.err)
9888 ac_status=$?
9889 cat conftest.err >&5
9890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9891 if (exit $ac_status) && test -s "$ac_outfile"; then
9892 # The compiler can only warn and ignore the option if not recognized
9893 # So say no if there are warnings other than the usual output.
9894 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9895 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9896 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9897 lt_cv_prog_compiler_rtti_exceptions=yes
9898 fi
9899 fi
9900 $RM conftest*
9901
9902 fi
9903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9904 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9905
9906 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9907 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9908 else
9909 :
9910 fi
9911
9912 fi
9913
9914
9915
9916
9917
9918
9919 lt_prog_compiler_wl=
9920 lt_prog_compiler_pic=
9921 lt_prog_compiler_static=
9922
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9924 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9925
9926 if test "$GCC" = yes; then
9927 lt_prog_compiler_wl='-Wl,'
9928 lt_prog_compiler_static='-static'
9929
9930 case $host_os in
9931 aix*)
9932 # All AIX code is PIC.
9933 if test "$host_cpu" = ia64; then
9934 # AIX 5 now supports IA64 processor
9935 lt_prog_compiler_static='-Bstatic'
9936 fi
9937 lt_prog_compiler_pic='-fPIC'
9938 ;;
9939
9940 amigaos*)
9941 case $host_cpu in
9942 powerpc)
9943 # see comment about AmigaOS4 .so support
9944 lt_prog_compiler_pic='-fPIC'
9945 ;;
9946 m68k)
9947 # FIXME: we need at least 68020 code to build shared libraries, but
9948 # adding the `-m68020' flag to GCC prevents building anything better,
9949 # like `-m68040'.
9950 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9951 ;;
9952 esac
9953 ;;
9954
9955 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9956 # PIC is the default for these OSes.
9957 ;;
9958
9959 mingw* | cygwin* | pw32* | os2* | cegcc*)
9960 # This hack is so that the source file can tell whether it is being
9961 # built for inclusion in a dll (and should export symbols for example).
9962 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9963 # (--disable-auto-import) libraries
9964 lt_prog_compiler_pic='-DDLL_EXPORT'
9965 ;;
9966
9967 darwin* | rhapsody*)
9968 # PIC is the default on this platform
9969 # Common symbols not allowed in MH_DYLIB files
9970 lt_prog_compiler_pic='-fno-common'
9971 ;;
9972
9973 haiku*)
9974 # PIC is the default for Haiku.
9975 # The "-static" flag exists, but is broken.
9976 lt_prog_compiler_static=
9977 ;;
9978
9979 hpux*)
9980 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9981 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9982 # sets the default TLS model and affects inlining.
9983 case $host_cpu in
9984 hppa*64*)
9985 # +Z the default
9986 ;;
9987 *)
9988 lt_prog_compiler_pic='-fPIC'
9989 ;;
9990 esac
9991 ;;
9992
9993 interix[3-9]*)
9994 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9995 # Instead, we relocate shared libraries at runtime.
9996 ;;
9997
9998 msdosdjgpp*)
9999 # Just because we use GCC doesn't mean we suddenly get shared libraries
10000 # on systems that don't support them.
10001 lt_prog_compiler_can_build_shared=no
10002 enable_shared=no
10003 ;;
10004
10005 *nto* | *qnx*)
10006 # QNX uses GNU C++, but need to define -shared option too, otherwise
10007 # it will coredump.
10008 lt_prog_compiler_pic='-fPIC -shared'
10009 ;;
10010
10011 sysv4*MP*)
10012 if test -d /usr/nec; then
10013 lt_prog_compiler_pic=-Kconform_pic
10014 fi
10015 ;;
10016
10017 *)
10018 lt_prog_compiler_pic='-fPIC'
10019 ;;
10020 esac
10021
10022 case $cc_basename in
10023 nvcc*) # Cuda Compiler Driver 2.2
10024 lt_prog_compiler_wl='-Xlinker '
10025 lt_prog_compiler_pic='-Xcompiler -fPIC'
10026 ;;
10027 esac
10028 else
10029 # PORTME Check for flag to pass linker flags through the system compiler.
10030 case $host_os in
10031 aix*)
10032 lt_prog_compiler_wl='-Wl,'
10033 if test "$host_cpu" = ia64; then
10034 # AIX 5 now supports IA64 processor
10035 lt_prog_compiler_static='-Bstatic'
10036 else
10037 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10038 fi
10039 ;;
10040
10041 mingw* | cygwin* | pw32* | os2* | cegcc*)
10042 # This hack is so that the source file can tell whether it is being
10043 # built for inclusion in a dll (and should export symbols for example).
10044 lt_prog_compiler_pic='-DDLL_EXPORT'
10045 ;;
10046
10047 hpux9* | hpux10* | hpux11*)
10048 lt_prog_compiler_wl='-Wl,'
10049 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10050 # not for PA HP-UX.
10051 case $host_cpu in
10052 hppa*64*|ia64*)
10053 # +Z the default
10054 ;;
10055 *)
10056 lt_prog_compiler_pic='+Z'
10057 ;;
10058 esac
10059 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10060 lt_prog_compiler_static='${wl}-a ${wl}archive'
10061 ;;
10062
10063 irix5* | irix6* | nonstopux*)
10064 lt_prog_compiler_wl='-Wl,'
10065 # PIC (with -KPIC) is the default.
10066 lt_prog_compiler_static='-non_shared'
10067 ;;
10068
10069 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10070 case $cc_basename in
10071 # old Intel for x86_64 which still supported -KPIC.
10072 ecc*)
10073 lt_prog_compiler_wl='-Wl,'
10074 lt_prog_compiler_pic='-KPIC'
10075 lt_prog_compiler_static='-static'
10076 ;;
10077 # icc used to be incompatible with GCC.
10078 # ICC 10 doesn't accept -KPIC any more.
10079 icc* | ifort*)
10080 lt_prog_compiler_wl='-Wl,'
10081 lt_prog_compiler_pic='-fPIC'
10082 lt_prog_compiler_static='-static'
10083 ;;
10084 # Lahey Fortran 8.1.
10085 lf95*)
10086 lt_prog_compiler_wl='-Wl,'
10087 lt_prog_compiler_pic='--shared'
10088 lt_prog_compiler_static='--static'
10089 ;;
10090 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10091 # Portland Group compilers (*not* the Pentium gcc compiler,
10092 # which looks to be a dead project)
10093 lt_prog_compiler_wl='-Wl,'
10094 lt_prog_compiler_pic='-fpic'
10095 lt_prog_compiler_static='-Bstatic'
10096 ;;
10097 ccc*)
10098 lt_prog_compiler_wl='-Wl,'
10099 # All Alpha code is PIC.
10100 lt_prog_compiler_static='-non_shared'
10101 ;;
10102 xl* | bgxl* | bgf* | mpixl*)
10103 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10104 lt_prog_compiler_wl='-Wl,'
10105 lt_prog_compiler_pic='-qpic'
10106 lt_prog_compiler_static='-qstaticlink'
10107 ;;
10108 *)
10109 case `$CC -V 2>&1 | sed 5q` in
10110 *Sun\ F* | *Sun*Fortran*)
10111 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10112 lt_prog_compiler_pic='-KPIC'
10113 lt_prog_compiler_static='-Bstatic'
10114 lt_prog_compiler_wl=''
10115 ;;
10116 *Sun\ C*)
10117 # Sun C 5.9
10118 lt_prog_compiler_pic='-KPIC'
10119 lt_prog_compiler_static='-Bstatic'
10120 lt_prog_compiler_wl='-Wl,'
10121 ;;
10122 esac
10123 ;;
10124 esac
10125 ;;
10126
10127 newsos6)
10128 lt_prog_compiler_pic='-KPIC'
10129 lt_prog_compiler_static='-Bstatic'
10130 ;;
10131
10132 *nto* | *qnx*)
10133 # QNX uses GNU C++, but need to define -shared option too, otherwise
10134 # it will coredump.
10135 lt_prog_compiler_pic='-fPIC -shared'
10136 ;;
10137
10138 osf3* | osf4* | osf5*)
10139 lt_prog_compiler_wl='-Wl,'
10140 # All OSF/1 code is PIC.
10141 lt_prog_compiler_static='-non_shared'
10142 ;;
10143
10144 rdos*)
10145 lt_prog_compiler_static='-non_shared'
10146 ;;
10147
10148 solaris*)
10149 lt_prog_compiler_pic='-KPIC'
10150 lt_prog_compiler_static='-Bstatic'
10151 case $cc_basename in
10152 f77* | f90* | f95*)
10153 lt_prog_compiler_wl='-Qoption ld ';;
10154 *)
10155 lt_prog_compiler_wl='-Wl,';;
10156 esac
10157 ;;
10158
10159 sunos4*)
10160 lt_prog_compiler_wl='-Qoption ld '
10161 lt_prog_compiler_pic='-PIC'
10162 lt_prog_compiler_static='-Bstatic'
10163 ;;
10164
10165 sysv4 | sysv4.2uw2* | sysv4.3*)
10166 lt_prog_compiler_wl='-Wl,'
10167 lt_prog_compiler_pic='-KPIC'
10168 lt_prog_compiler_static='-Bstatic'
10169 ;;
10170
10171 sysv4*MP*)
10172 if test -d /usr/nec ;then
10173 lt_prog_compiler_pic='-Kconform_pic'
10174 lt_prog_compiler_static='-Bstatic'
10175 fi
10176 ;;
10177
10178 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10179 lt_prog_compiler_wl='-Wl,'
10180 lt_prog_compiler_pic='-KPIC'
10181 lt_prog_compiler_static='-Bstatic'
10182 ;;
10183
10184 unicos*)
10185 lt_prog_compiler_wl='-Wl,'
10186 lt_prog_compiler_can_build_shared=no
10187 ;;
10188
10189 uts4*)
10190 lt_prog_compiler_pic='-pic'
10191 lt_prog_compiler_static='-Bstatic'
10192 ;;
10193
10194 *)
10195 lt_prog_compiler_can_build_shared=no
10196 ;;
10197 esac
10198 fi
10199
10200 case $host_os in
10201 # For platforms which do not support PIC, -DPIC is meaningless:
10202 *djgpp*)
10203 lt_prog_compiler_pic=
10204 ;;
10205 *)
10206 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10207 ;;
10208 esac
10209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10210 $as_echo "$lt_prog_compiler_pic" >&6; }
10211
10212
10213
10214
10215
10216
10217 #
10218 # Check to make sure the PIC flag actually works.
10219 #
10220 if test -n "$lt_prog_compiler_pic"; then
10221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10222 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10223 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10224 $as_echo_n "(cached) " >&6
10225 else
10226 lt_cv_prog_compiler_pic_works=no
10227 ac_outfile=conftest.$ac_objext
10228 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10229 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10230 # Insert the option either (1) after the last *FLAGS variable, or
10231 # (2) before a word containing "conftest.", or (3) at the end.
10232 # Note that $ac_compile itself does not contain backslashes and begins
10233 # with a dollar sign (not a hyphen), so the echo should work correctly.
10234 # The option is referenced via a variable to avoid confusing sed.
10235 lt_compile=`echo "$ac_compile" | $SED \
10236 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10237 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10238 -e 's:$: $lt_compiler_flag:'`
10239 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10240 (eval "$lt_compile" 2>conftest.err)
10241 ac_status=$?
10242 cat conftest.err >&5
10243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10244 if (exit $ac_status) && test -s "$ac_outfile"; then
10245 # The compiler can only warn and ignore the option if not recognized
10246 # So say no if there are warnings other than the usual output.
10247 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10248 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10249 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10250 lt_cv_prog_compiler_pic_works=yes
10251 fi
10252 fi
10253 $RM conftest*
10254
10255 fi
10256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10257 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10258
10259 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10260 case $lt_prog_compiler_pic in
10261 "" | " "*) ;;
10262 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10263 esac
10264 else
10265 lt_prog_compiler_pic=
10266 lt_prog_compiler_can_build_shared=no
10267 fi
10268
10269 fi
10270
10271
10272
10273
10274
10275
10276 #
10277 # Check to make sure the static flag actually works.
10278 #
10279 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10281 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10282 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
10283 $as_echo_n "(cached) " >&6
10284 else
10285 lt_cv_prog_compiler_static_works=no
10286 save_LDFLAGS="$LDFLAGS"
10287 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10288 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10289 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10290 # The linker can only warn and ignore the option if not recognized
10291 # So say no if there are warnings
10292 if test -s conftest.err; then
10293 # Append any errors to the config.log.
10294 cat conftest.err 1>&5
10295 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10296 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10297 if diff conftest.exp conftest.er2 >/dev/null; then
10298 lt_cv_prog_compiler_static_works=yes
10299 fi
10300 else
10301 lt_cv_prog_compiler_static_works=yes
10302 fi
10303 fi
10304 $RM -r conftest*
10305 LDFLAGS="$save_LDFLAGS"
10306
10307 fi
10308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10309 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10310
10311 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10312 :
10313 else
10314 lt_prog_compiler_static=
10315 fi
10316
10317
10318
10319
10320
10321
10322
10323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10324 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10325 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10326 $as_echo_n "(cached) " >&6
10327 else
10328 lt_cv_prog_compiler_c_o=no
10329 $RM -r conftest 2>/dev/null
10330 mkdir conftest
10331 cd conftest
10332 mkdir out
10333 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10334
10335 lt_compiler_flag="-o out/conftest2.$ac_objext"
10336 # Insert the option either (1) after the last *FLAGS variable, or
10337 # (2) before a word containing "conftest.", or (3) at the end.
10338 # Note that $ac_compile itself does not contain backslashes and begins
10339 # with a dollar sign (not a hyphen), so the echo should work correctly.
10340 lt_compile=`echo "$ac_compile" | $SED \
10341 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10342 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10343 -e 's:$: $lt_compiler_flag:'`
10344 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10345 (eval "$lt_compile" 2>out/conftest.err)
10346 ac_status=$?
10347 cat out/conftest.err >&5
10348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10349 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10350 then
10351 # The compiler can only warn and ignore the option if not recognized
10352 # So say no if there are warnings
10353 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10354 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10355 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10356 lt_cv_prog_compiler_c_o=yes
10357 fi
10358 fi
10359 chmod u+w . 2>&5
10360 $RM conftest*
10361 # SGI C++ compiler will create directory out/ii_files/ for
10362 # template instantiation
10363 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10364 $RM out/* && rmdir out
10365 cd ..
10366 $RM -r conftest
10367 $RM conftest*
10368
10369 fi
10370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10371 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10372
10373
10374
10375
10376
10377
10378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10379 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10380 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10381 $as_echo_n "(cached) " >&6
10382 else
10383 lt_cv_prog_compiler_c_o=no
10384 $RM -r conftest 2>/dev/null
10385 mkdir conftest
10386 cd conftest
10387 mkdir out
10388 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10389
10390 lt_compiler_flag="-o out/conftest2.$ac_objext"
10391 # Insert the option either (1) after the last *FLAGS variable, or
10392 # (2) before a word containing "conftest.", or (3) at the end.
10393 # Note that $ac_compile itself does not contain backslashes and begins
10394 # with a dollar sign (not a hyphen), so the echo should work correctly.
10395 lt_compile=`echo "$ac_compile" | $SED \
10396 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10397 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10398 -e 's:$: $lt_compiler_flag:'`
10399 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10400 (eval "$lt_compile" 2>out/conftest.err)
10401 ac_status=$?
10402 cat out/conftest.err >&5
10403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10404 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10405 then
10406 # The compiler can only warn and ignore the option if not recognized
10407 # So say no if there are warnings
10408 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10409 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10410 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10411 lt_cv_prog_compiler_c_o=yes
10412 fi
10413 fi
10414 chmod u+w . 2>&5
10415 $RM conftest*
10416 # SGI C++ compiler will create directory out/ii_files/ for
10417 # template instantiation
10418 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10419 $RM out/* && rmdir out
10420 cd ..
10421 $RM -r conftest
10422 $RM conftest*
10423
10424 fi
10425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10426 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10427
10428
10429
10430
10431 hard_links="nottested"
10432 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10433 # do not overwrite the value of need_locks provided by the user
10434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10435 $as_echo_n "checking if we can lock with hard links... " >&6; }
10436 hard_links=yes
10437 $RM conftest*
10438 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10439 touch conftest.a
10440 ln conftest.a conftest.b 2>&5 || hard_links=no
10441 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10443 $as_echo "$hard_links" >&6; }
10444 if test "$hard_links" = no; then
10445 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10446 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10447 need_locks=warn
10448 fi
10449 else
10450 need_locks=no
10451 fi
10452
10453
10454
10455
10456
10457
10458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10459 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10460
10461 runpath_var=
10462 allow_undefined_flag=
10463 always_export_symbols=no
10464 archive_cmds=
10465 archive_expsym_cmds=
10466 compiler_needs_object=no
10467 enable_shared_with_static_runtimes=no
10468 export_dynamic_flag_spec=
10469 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10470 hardcode_automatic=no
10471 hardcode_direct=no
10472 hardcode_direct_absolute=no
10473 hardcode_libdir_flag_spec=
10474 hardcode_libdir_flag_spec_ld=
10475 hardcode_libdir_separator=
10476 hardcode_minus_L=no
10477 hardcode_shlibpath_var=unsupported
10478 inherit_rpath=no
10479 link_all_deplibs=unknown
10480 module_cmds=
10481 module_expsym_cmds=
10482 old_archive_from_new_cmds=
10483 old_archive_from_expsyms_cmds=
10484 thread_safe_flag_spec=
10485 whole_archive_flag_spec=
10486 # include_expsyms should be a list of space-separated symbols to be *always*
10487 # included in the symbol list
10488 include_expsyms=
10489 # exclude_expsyms can be an extended regexp of symbols to exclude
10490 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10491 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10492 # as well as any symbol that contains `d'.
10493 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10494 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10495 # platforms (ab)use it in PIC code, but their linkers get confused if
10496 # the symbol is explicitly referenced. Since portable code cannot
10497 # rely on this symbol name, it's probably fine to never include it in
10498 # preloaded symbol tables.
10499 # Exclude shared library initialization/finalization symbols.
10500 extract_expsyms_cmds=
10501
10502 case $host_os in
10503 cygwin* | mingw* | pw32* | cegcc*)
10504 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10505 # When not using gcc, we currently assume that we are using
10506 # Microsoft Visual C++.
10507 if test "$GCC" != yes; then
10508 with_gnu_ld=no
10509 fi
10510 ;;
10511 interix*)
10512 # we just hope/assume this is gcc and not c89 (= MSVC++)
10513 with_gnu_ld=yes
10514 ;;
10515 openbsd*)
10516 with_gnu_ld=no
10517 ;;
10518 esac
10519
10520 ld_shlibs=yes
10521
10522 # On some targets, GNU ld is compatible enough with the native linker
10523 # that we're better off using the native interface for both.
10524 lt_use_gnu_ld_interface=no
10525 if test "$with_gnu_ld" = yes; then
10526 case $host_os in
10527 aix*)
10528 # The AIX port of GNU ld has always aspired to compatibility
10529 # with the native linker. However, as the warning in the GNU ld
10530 # block says, versions before 2.19.5* couldn't really create working
10531 # shared libraries, regardless of the interface used.
10532 case `$LD -v 2>&1` in
10533 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10534 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10535 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10536 *)
10537 lt_use_gnu_ld_interface=yes
10538 ;;
10539 esac
10540 ;;
10541 *)
10542 lt_use_gnu_ld_interface=yes
10543 ;;
10544 esac
10545 fi
10546
10547 if test "$lt_use_gnu_ld_interface" = yes; then
10548 # If archive_cmds runs LD, not CC, wlarc should be empty
10549 wlarc='${wl}'
10550
10551 # Set some defaults for GNU ld with shared library support. These
10552 # are reset later if shared libraries are not supported. Putting them
10553 # here allows them to be overridden if necessary.
10554 runpath_var=LD_RUN_PATH
10555 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10556 export_dynamic_flag_spec='${wl}--export-dynamic'
10557 # ancient GNU ld didn't support --whole-archive et. al.
10558 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10559 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10560 else
10561 whole_archive_flag_spec=
10562 fi
10563 supports_anon_versioning=no
10564 case `$LD -v 2>&1` in
10565 *GNU\ gold*) supports_anon_versioning=yes ;;
10566 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10567 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10568 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10569 *\ 2.11.*) ;; # other 2.11 versions
10570 *) supports_anon_versioning=yes ;;
10571 esac
10572
10573 # See if GNU ld supports shared libraries.
10574 case $host_os in
10575 aix[3-9]*)
10576 # On AIX/PPC, the GNU linker is very broken
10577 if test "$host_cpu" != ia64; then
10578 ld_shlibs=no
10579 cat <<_LT_EOF 1>&2
10580
10581 *** Warning: the GNU linker, at least up to release 2.19, is reported
10582 *** to be unable to reliably create shared libraries on AIX.
10583 *** Therefore, libtool is disabling shared libraries support. If you
10584 *** really care for shared libraries, you may want to install binutils
10585 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10586 *** You will then need to restart the configuration process.
10587
10588 _LT_EOF
10589 fi
10590 ;;
10591
10592 amigaos*)
10593 case $host_cpu in
10594 powerpc)
10595 # see comment about AmigaOS4 .so support
10596 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10597 archive_expsym_cmds=''
10598 ;;
10599 m68k)
10600 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)'
10601 hardcode_libdir_flag_spec='-L$libdir'
10602 hardcode_minus_L=yes
10603 ;;
10604 esac
10605 ;;
10606
10607 beos*)
10608 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10609 allow_undefined_flag=unsupported
10610 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10611 # support --undefined. This deserves some investigation. FIXME
10612 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10613 else
10614 ld_shlibs=no
10615 fi
10616 ;;
10617
10618 cygwin* | mingw* | pw32* | cegcc*)
10619 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10620 # as there is no search path for DLLs.
10621 hardcode_libdir_flag_spec='-L$libdir'
10622 export_dynamic_flag_spec='${wl}--export-all-symbols'
10623 allow_undefined_flag=unsupported
10624 always_export_symbols=no
10625 enable_shared_with_static_runtimes=yes
10626 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10627
10628 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10629 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10630 # If the export-symbols file already is a .def file (1st line
10631 # is EXPORTS), use it as is; otherwise, prepend...
10632 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10633 cp $export_symbols $output_objdir/$soname.def;
10634 else
10635 echo EXPORTS > $output_objdir/$soname.def;
10636 cat $export_symbols >> $output_objdir/$soname.def;
10637 fi~
10638 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10639 else
10640 ld_shlibs=no
10641 fi
10642 ;;
10643
10644 haiku*)
10645 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10646 link_all_deplibs=yes
10647 ;;
10648
10649 interix[3-9]*)
10650 hardcode_direct=no
10651 hardcode_shlibpath_var=no
10652 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10653 export_dynamic_flag_spec='${wl}-E'
10654 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10655 # Instead, shared libraries are loaded at an image base (0x10000000 by
10656 # default) and relocated if they conflict, which is a slow very memory
10657 # consuming and fragmenting process. To avoid this, we pick a random,
10658 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10659 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10660 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10661 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'
10662 ;;
10663
10664 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10665 tmp_diet=no
10666 if test "$host_os" = linux-dietlibc; then
10667 case $cc_basename in
10668 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10669 esac
10670 fi
10671 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10672 && test "$tmp_diet" = no
10673 then
10674 tmp_addflag=' $pic_flag'
10675 tmp_sharedflag='-shared'
10676 case $cc_basename,$host_cpu in
10677 pgcc*) # Portland Group C compiler
10678 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'
10679 tmp_addflag=' $pic_flag'
10680 ;;
10681 pgf77* | pgf90* | pgf95* | pgfortran*)
10682 # Portland Group f77 and f90 compilers
10683 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'
10684 tmp_addflag=' $pic_flag -Mnomain' ;;
10685 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10686 tmp_addflag=' -i_dynamic' ;;
10687 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10688 tmp_addflag=' -i_dynamic -nofor_main' ;;
10689 ifc* | ifort*) # Intel Fortran compiler
10690 tmp_addflag=' -nofor_main' ;;
10691 lf95*) # Lahey Fortran 8.1
10692 whole_archive_flag_spec=
10693 tmp_sharedflag='--shared' ;;
10694 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10695 tmp_sharedflag='-qmkshrobj'
10696 tmp_addflag= ;;
10697 nvcc*) # Cuda Compiler Driver 2.2
10698 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'
10699 compiler_needs_object=yes
10700 ;;
10701 esac
10702 case `$CC -V 2>&1 | sed 5q` in
10703 *Sun\ C*) # Sun C 5.9
10704 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'
10705 compiler_needs_object=yes
10706 tmp_sharedflag='-G' ;;
10707 *Sun\ F*) # Sun Fortran 8.3
10708 tmp_sharedflag='-G' ;;
10709 esac
10710 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10711
10712 if test "x$supports_anon_versioning" = xyes; then
10713 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10714 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10715 echo "local: *; };" >> $output_objdir/$libname.ver~
10716 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10717 fi
10718
10719 case $cc_basename in
10720 xlf* | bgf* | bgxlf* | mpixlf*)
10721 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10722 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10723 hardcode_libdir_flag_spec=
10724 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10725 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10726 if test "x$supports_anon_versioning" = xyes; then
10727 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10728 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10729 echo "local: *; };" >> $output_objdir/$libname.ver~
10730 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10731 fi
10732 ;;
10733 esac
10734 else
10735 ld_shlibs=no
10736 fi
10737 ;;
10738
10739 netbsd*)
10740 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10741 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10742 wlarc=
10743 else
10744 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10745 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10746 fi
10747 ;;
10748
10749 solaris*)
10750 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10751 ld_shlibs=no
10752 cat <<_LT_EOF 1>&2
10753
10754 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10755 *** create shared libraries on Solaris systems. Therefore, libtool
10756 *** is disabling shared libraries support. We urge you to upgrade GNU
10757 *** binutils to release 2.9.1 or newer. Another option is to modify
10758 *** your PATH or compiler configuration so that the native linker is
10759 *** used, and then restart.
10760
10761 _LT_EOF
10762 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10763 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10764 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10765 else
10766 ld_shlibs=no
10767 fi
10768 ;;
10769
10770 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10771 case `$LD -v 2>&1` in
10772 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10773 ld_shlibs=no
10774 cat <<_LT_EOF 1>&2
10775
10776 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10777 *** reliably create shared libraries on SCO systems. Therefore, libtool
10778 *** is disabling shared libraries support. We urge you to upgrade GNU
10779 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10780 *** your PATH or compiler configuration so that the native linker is
10781 *** used, and then restart.
10782
10783 _LT_EOF
10784 ;;
10785 *)
10786 # For security reasons, it is highly recommended that you always
10787 # use absolute paths for naming shared libraries, and exclude the
10788 # DT_RUNPATH tag from executables and libraries. But doing so
10789 # requires that you compile everything twice, which is a pain.
10790 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10791 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10792 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10793 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10794 else
10795 ld_shlibs=no
10796 fi
10797 ;;
10798 esac
10799 ;;
10800
10801 sunos4*)
10802 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10803 wlarc=
10804 hardcode_direct=yes
10805 hardcode_shlibpath_var=no
10806 ;;
10807
10808 *)
10809 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10810 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10811 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10812 else
10813 ld_shlibs=no
10814 fi
10815 ;;
10816 esac
10817
10818 if test "$ld_shlibs" = no; then
10819 runpath_var=
10820 hardcode_libdir_flag_spec=
10821 export_dynamic_flag_spec=
10822 whole_archive_flag_spec=
10823 fi
10824 else
10825 # PORTME fill in a description of your system's linker (not GNU ld)
10826 case $host_os in
10827 aix3*)
10828 allow_undefined_flag=unsupported
10829 always_export_symbols=yes
10830 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'
10831 # Note: this linker hardcodes the directories in LIBPATH if there
10832 # are no directories specified by -L.
10833 hardcode_minus_L=yes
10834 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10835 # Neither direct hardcoding nor static linking is supported with a
10836 # broken collect2.
10837 hardcode_direct=unsupported
10838 fi
10839 ;;
10840
10841 aix[4-9]*)
10842 if test "$host_cpu" = ia64; then
10843 # On IA64, the linker does run time linking by default, so we don't
10844 # have to do anything special.
10845 aix_use_runtimelinking=no
10846 exp_sym_flag='-Bexport'
10847 no_entry_flag=""
10848 else
10849 # If we're using GNU nm, then we don't want the "-C" option.
10850 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10851 # Also, AIX nm treats weak defined symbols like other global
10852 # defined symbols, whereas GNU nm marks them as "W".
10853 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10854 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'
10855 else
10856 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10857 fi
10858 aix_use_runtimelinking=no
10859
10860 # Test if we are trying to use run time linking or normal
10861 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10862 # need to do runtime linking.
10863 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10864 for ld_flag in $LDFLAGS; do
10865 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10866 aix_use_runtimelinking=yes
10867 break
10868 fi
10869 done
10870 ;;
10871 esac
10872
10873 exp_sym_flag='-bexport'
10874 no_entry_flag='-bnoentry'
10875 fi
10876
10877 # When large executables or shared objects are built, AIX ld can
10878 # have problems creating the table of contents. If linking a library
10879 # or program results in "error TOC overflow" add -mminimal-toc to
10880 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10881 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10882
10883 archive_cmds=''
10884 hardcode_direct=yes
10885 hardcode_direct_absolute=yes
10886 hardcode_libdir_separator=':'
10887 link_all_deplibs=yes
10888 file_list_spec='${wl}-f,'
10889
10890 if test "$GCC" = yes; then
10891 case $host_os in aix4.[012]|aix4.[012].*)
10892 # We only want to do this on AIX 4.2 and lower, the check
10893 # below for broken collect2 doesn't work under 4.3+
10894 collect2name=`${CC} -print-prog-name=collect2`
10895 if test -f "$collect2name" &&
10896 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10897 then
10898 # We have reworked collect2
10899 :
10900 else
10901 # We have old collect2
10902 hardcode_direct=unsupported
10903 # It fails to find uninstalled libraries when the uninstalled
10904 # path is not listed in the libpath. Setting hardcode_minus_L
10905 # to unsupported forces relinking
10906 hardcode_minus_L=yes
10907 hardcode_libdir_flag_spec='-L$libdir'
10908 hardcode_libdir_separator=
10909 fi
10910 ;;
10911 esac
10912 shared_flag='-shared'
10913 if test "$aix_use_runtimelinking" = yes; then
10914 shared_flag="$shared_flag "'${wl}-G'
10915 fi
10916 else
10917 # not using gcc
10918 if test "$host_cpu" = ia64; then
10919 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10920 # chokes on -Wl,-G. The following line is correct:
10921 shared_flag='-G'
10922 else
10923 if test "$aix_use_runtimelinking" = yes; then
10924 shared_flag='${wl}-G'
10925 else
10926 shared_flag='${wl}-bM:SRE'
10927 fi
10928 fi
10929 fi
10930
10931 export_dynamic_flag_spec='${wl}-bexpall'
10932 # It seems that -bexpall does not export symbols beginning with
10933 # underscore (_), so it is better to generate a list of symbols to export.
10934 always_export_symbols=yes
10935 if test "$aix_use_runtimelinking" = yes; then
10936 # Warning - without using the other runtime loading flags (-brtl),
10937 # -berok will link without error, but may produce a broken library.
10938 allow_undefined_flag='-berok'
10939 # Determine the default libpath from the value encoded in an
10940 # empty executable.
10941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10942 /* end confdefs.h. */
10943
10944 int
10945 main ()
10946 {
10947
10948 ;
10949 return 0;
10950 }
10951 _ACEOF
10952 if ac_fn_c_try_link "$LINENO"; then :
10953
10954 lt_aix_libpath_sed='
10955 /Import File Strings/,/^$/ {
10956 /^0/ {
10957 s/^0 *\(.*\)$/\1/
10958 p
10959 }
10960 }'
10961 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10962 # Check for a 64-bit object if we didn't find anything.
10963 if test -z "$aix_libpath"; then
10964 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10965 fi
10966 fi
10967 rm -f core conftest.err conftest.$ac_objext \
10968 conftest$ac_exeext conftest.$ac_ext
10969 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10970
10971 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10972 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"
10973 else
10974 if test "$host_cpu" = ia64; then
10975 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10976 allow_undefined_flag="-z nodefs"
10977 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"
10978 else
10979 # Determine the default libpath from the value encoded in an
10980 # empty executable.
10981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10982 /* end confdefs.h. */
10983
10984 int
10985 main ()
10986 {
10987
10988 ;
10989 return 0;
10990 }
10991 _ACEOF
10992 if ac_fn_c_try_link "$LINENO"; then :
10993
10994 lt_aix_libpath_sed='
10995 /Import File Strings/,/^$/ {
10996 /^0/ {
10997 s/^0 *\(.*\)$/\1/
10998 p
10999 }
11000 }'
11001 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11002 # Check for a 64-bit object if we didn't find anything.
11003 if test -z "$aix_libpath"; then
11004 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11005 fi
11006 fi
11007 rm -f core conftest.err conftest.$ac_objext \
11008 conftest$ac_exeext conftest.$ac_ext
11009 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11010
11011 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11012 # Warning - without using the other run time loading flags,
11013 # -berok will link without error, but may produce a broken library.
11014 no_undefined_flag=' ${wl}-bernotok'
11015 allow_undefined_flag=' ${wl}-berok'
11016 if test "$with_gnu_ld" = yes; then
11017 # We only use this code for GNU lds that support --whole-archive.
11018 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11019 else
11020 # Exported symbols can be pulled into shared objects from archives
11021 whole_archive_flag_spec='$convenience'
11022 fi
11023 archive_cmds_need_lc=yes
11024 # This is similar to how AIX traditionally builds its shared libraries.
11025 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'
11026 fi
11027 fi
11028 ;;
11029
11030 amigaos*)
11031 case $host_cpu in
11032 powerpc)
11033 # see comment about AmigaOS4 .so support
11034 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11035 archive_expsym_cmds=''
11036 ;;
11037 m68k)
11038 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)'
11039 hardcode_libdir_flag_spec='-L$libdir'
11040 hardcode_minus_L=yes
11041 ;;
11042 esac
11043 ;;
11044
11045 bsdi[45]*)
11046 export_dynamic_flag_spec=-rdynamic
11047 ;;
11048
11049 cygwin* | mingw* | pw32* | cegcc*)
11050 # When not using gcc, we currently assume that we are using
11051 # Microsoft Visual C++.
11052 # hardcode_libdir_flag_spec is actually meaningless, as there is
11053 # no search path for DLLs.
11054 hardcode_libdir_flag_spec=' '
11055 allow_undefined_flag=unsupported
11056 # Tell ltmain to make .lib files, not .a files.
11057 libext=lib
11058 # Tell ltmain to make .dll files, not .so files.
11059 shrext_cmds=".dll"
11060 # FIXME: Setting linknames here is a bad hack.
11061 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11062 # The linker will automatically build a .lib file if we build a DLL.
11063 old_archive_from_new_cmds='true'
11064 # FIXME: Should let the user specify the lib program.
11065 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11066 fix_srcfile_path='`cygpath -w "$srcfile"`'
11067 enable_shared_with_static_runtimes=yes
11068 ;;
11069
11070 darwin* | rhapsody*)
11071
11072
11073 archive_cmds_need_lc=no
11074 hardcode_direct=no
11075 hardcode_automatic=yes
11076 hardcode_shlibpath_var=unsupported
11077 if test "$lt_cv_ld_force_load" = "yes"; then
11078 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\"`'
11079 else
11080 whole_archive_flag_spec=''
11081 fi
11082 link_all_deplibs=yes
11083 allow_undefined_flag="$_lt_dar_allow_undefined"
11084 case $cc_basename in
11085 ifort*) _lt_dar_can_shared=yes ;;
11086 *) _lt_dar_can_shared=$GCC ;;
11087 esac
11088 if test "$_lt_dar_can_shared" = "yes"; then
11089 output_verbose_link_cmd=func_echo_all
11090 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11091 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11092 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}"
11093 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}"
11094
11095 else
11096 ld_shlibs=no
11097 fi
11098
11099 ;;
11100
11101 dgux*)
11102 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11103 hardcode_libdir_flag_spec='-L$libdir'
11104 hardcode_shlibpath_var=no
11105 ;;
11106
11107 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11108 # support. Future versions do this automatically, but an explicit c++rt0.o
11109 # does not break anything, and helps significantly (at the cost of a little
11110 # extra space).
11111 freebsd2.2*)
11112 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11113 hardcode_libdir_flag_spec='-R$libdir'
11114 hardcode_direct=yes
11115 hardcode_shlibpath_var=no
11116 ;;
11117
11118 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11119 freebsd2.*)
11120 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11121 hardcode_direct=yes
11122 hardcode_minus_L=yes
11123 hardcode_shlibpath_var=no
11124 ;;
11125
11126 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11127 freebsd* | dragonfly*)
11128 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11129 hardcode_libdir_flag_spec='-R$libdir'
11130 hardcode_direct=yes
11131 hardcode_shlibpath_var=no
11132 ;;
11133
11134 hpux9*)
11135 if test "$GCC" = yes; then
11136 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'
11137 else
11138 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'
11139 fi
11140 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11141 hardcode_libdir_separator=:
11142 hardcode_direct=yes
11143
11144 # hardcode_minus_L: Not really in the search PATH,
11145 # but as the default location of the library.
11146 hardcode_minus_L=yes
11147 export_dynamic_flag_spec='${wl}-E'
11148 ;;
11149
11150 hpux10*)
11151 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11152 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11153 else
11154 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11155 fi
11156 if test "$with_gnu_ld" = no; then
11157 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11158 hardcode_libdir_flag_spec_ld='+b $libdir'
11159 hardcode_libdir_separator=:
11160 hardcode_direct=yes
11161 hardcode_direct_absolute=yes
11162 export_dynamic_flag_spec='${wl}-E'
11163 # hardcode_minus_L: Not really in the search PATH,
11164 # but as the default location of the library.
11165 hardcode_minus_L=yes
11166 fi
11167 ;;
11168
11169 hpux11*)
11170 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11171 case $host_cpu in
11172 hppa*64*)
11173 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11174 ;;
11175 ia64*)
11176 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11177 ;;
11178 *)
11179 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11180 ;;
11181 esac
11182 else
11183 case $host_cpu in
11184 hppa*64*)
11185 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11186 ;;
11187 ia64*)
11188 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11189 ;;
11190 *)
11191
11192 # Older versions of the 11.00 compiler do not understand -b yet
11193 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11195 $as_echo_n "checking if $CC understands -b... " >&6; }
11196 if test "${lt_cv_prog_compiler__b+set}" = set; then :
11197 $as_echo_n "(cached) " >&6
11198 else
11199 lt_cv_prog_compiler__b=no
11200 save_LDFLAGS="$LDFLAGS"
11201 LDFLAGS="$LDFLAGS -b"
11202 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11203 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11204 # The linker can only warn and ignore the option if not recognized
11205 # So say no if there are warnings
11206 if test -s conftest.err; then
11207 # Append any errors to the config.log.
11208 cat conftest.err 1>&5
11209 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11210 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11211 if diff conftest.exp conftest.er2 >/dev/null; then
11212 lt_cv_prog_compiler__b=yes
11213 fi
11214 else
11215 lt_cv_prog_compiler__b=yes
11216 fi
11217 fi
11218 $RM -r conftest*
11219 LDFLAGS="$save_LDFLAGS"
11220
11221 fi
11222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11223 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11224
11225 if test x"$lt_cv_prog_compiler__b" = xyes; then
11226 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11227 else
11228 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11229 fi
11230
11231 ;;
11232 esac
11233 fi
11234 if test "$with_gnu_ld" = no; then
11235 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11236 hardcode_libdir_separator=:
11237
11238 case $host_cpu in
11239 hppa*64*|ia64*)
11240 hardcode_direct=no
11241 hardcode_shlibpath_var=no
11242 ;;
11243 *)
11244 hardcode_direct=yes
11245 hardcode_direct_absolute=yes
11246 export_dynamic_flag_spec='${wl}-E'
11247
11248 # hardcode_minus_L: Not really in the search PATH,
11249 # but as the default location of the library.
11250 hardcode_minus_L=yes
11251 ;;
11252 esac
11253 fi
11254 ;;
11255
11256 irix5* | irix6* | nonstopux*)
11257 if test "$GCC" = yes; then
11258 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'
11259 # Try to use the -exported_symbol ld option, if it does not
11260 # work, assume that -exports_file does not work either and
11261 # implicitly export all symbols.
11262 save_LDFLAGS="$LDFLAGS"
11263 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11265 /* end confdefs.h. */
11266 int foo(void) {}
11267 _ACEOF
11268 if ac_fn_c_try_link "$LINENO"; then :
11269 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'
11270
11271 fi
11272 rm -f core conftest.err conftest.$ac_objext \
11273 conftest$ac_exeext conftest.$ac_ext
11274 LDFLAGS="$save_LDFLAGS"
11275 else
11276 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'
11277 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'
11278 fi
11279 archive_cmds_need_lc='no'
11280 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11281 hardcode_libdir_separator=:
11282 inherit_rpath=yes
11283 link_all_deplibs=yes
11284 ;;
11285
11286 netbsd*)
11287 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11288 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11289 else
11290 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11291 fi
11292 hardcode_libdir_flag_spec='-R$libdir'
11293 hardcode_direct=yes
11294 hardcode_shlibpath_var=no
11295 ;;
11296
11297 newsos6)
11298 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11299 hardcode_direct=yes
11300 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11301 hardcode_libdir_separator=:
11302 hardcode_shlibpath_var=no
11303 ;;
11304
11305 *nto* | *qnx*)
11306 ;;
11307
11308 openbsd*)
11309 if test -f /usr/libexec/ld.so; then
11310 hardcode_direct=yes
11311 hardcode_shlibpath_var=no
11312 hardcode_direct_absolute=yes
11313 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11314 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11315 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11316 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11317 export_dynamic_flag_spec='${wl}-E'
11318 else
11319 case $host_os in
11320 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11321 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11322 hardcode_libdir_flag_spec='-R$libdir'
11323 ;;
11324 *)
11325 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11326 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11327 ;;
11328 esac
11329 fi
11330 else
11331 ld_shlibs=no
11332 fi
11333 ;;
11334
11335 os2*)
11336 hardcode_libdir_flag_spec='-L$libdir'
11337 hardcode_minus_L=yes
11338 allow_undefined_flag=unsupported
11339 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'
11340 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11341 ;;
11342
11343 osf3*)
11344 if test "$GCC" = yes; then
11345 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11346 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'
11347 else
11348 allow_undefined_flag=' -expect_unresolved \*'
11349 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'
11350 fi
11351 archive_cmds_need_lc='no'
11352 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11353 hardcode_libdir_separator=:
11354 ;;
11355
11356 osf4* | osf5*) # as osf3* with the addition of -msym flag
11357 if test "$GCC" = yes; then
11358 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11359 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'
11360 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11361 else
11362 allow_undefined_flag=' -expect_unresolved \*'
11363 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'
11364 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~
11365 $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'
11366
11367 # Both c and cxx compiler support -rpath directly
11368 hardcode_libdir_flag_spec='-rpath $libdir'
11369 fi
11370 archive_cmds_need_lc='no'
11371 hardcode_libdir_separator=:
11372 ;;
11373
11374 solaris*)
11375 no_undefined_flag=' -z defs'
11376 if test "$GCC" = yes; then
11377 wlarc='${wl}'
11378 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11379 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11380 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11381 else
11382 case `$CC -V 2>&1` in
11383 *"Compilers 5.0"*)
11384 wlarc=''
11385 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11386 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11387 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11388 ;;
11389 *)
11390 wlarc='${wl}'
11391 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11392 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11393 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11394 ;;
11395 esac
11396 fi
11397 hardcode_libdir_flag_spec='-R$libdir'
11398 hardcode_shlibpath_var=no
11399 case $host_os in
11400 solaris2.[0-5] | solaris2.[0-5].*) ;;
11401 *)
11402 # The compiler driver will combine and reorder linker options,
11403 # but understands `-z linker_flag'. GCC discards it without `$wl',
11404 # but is careful enough not to reorder.
11405 # Supported since Solaris 2.6 (maybe 2.5.1?)
11406 if test "$GCC" = yes; then
11407 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11408 else
11409 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11410 fi
11411 ;;
11412 esac
11413 link_all_deplibs=yes
11414 ;;
11415
11416 sunos4*)
11417 if test "x$host_vendor" = xsequent; then
11418 # Use $CC to link under sequent, because it throws in some extra .o
11419 # files that make .init and .fini sections work.
11420 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11421 else
11422 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11423 fi
11424 hardcode_libdir_flag_spec='-L$libdir'
11425 hardcode_direct=yes
11426 hardcode_minus_L=yes
11427 hardcode_shlibpath_var=no
11428 ;;
11429
11430 sysv4)
11431 case $host_vendor in
11432 sni)
11433 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11434 hardcode_direct=yes # is this really true???
11435 ;;
11436 siemens)
11437 ## LD is ld it makes a PLAMLIB
11438 ## CC just makes a GrossModule.
11439 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11440 reload_cmds='$CC -r -o $output$reload_objs'
11441 hardcode_direct=no
11442 ;;
11443 motorola)
11444 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11445 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11446 ;;
11447 esac
11448 runpath_var='LD_RUN_PATH'
11449 hardcode_shlibpath_var=no
11450 ;;
11451
11452 sysv4.3*)
11453 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11454 hardcode_shlibpath_var=no
11455 export_dynamic_flag_spec='-Bexport'
11456 ;;
11457
11458 sysv4*MP*)
11459 if test -d /usr/nec; then
11460 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11461 hardcode_shlibpath_var=no
11462 runpath_var=LD_RUN_PATH
11463 hardcode_runpath_var=yes
11464 ld_shlibs=yes
11465 fi
11466 ;;
11467
11468 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11469 no_undefined_flag='${wl}-z,text'
11470 archive_cmds_need_lc=no
11471 hardcode_shlibpath_var=no
11472 runpath_var='LD_RUN_PATH'
11473
11474 if test "$GCC" = yes; then
11475 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11476 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11477 else
11478 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11479 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11480 fi
11481 ;;
11482
11483 sysv5* | sco3.2v5* | sco5v6*)
11484 # Note: We can NOT use -z defs as we might desire, because we do not
11485 # link with -lc, and that would cause any symbols used from libc to
11486 # always be unresolved, which means just about no library would
11487 # ever link correctly. If we're not using GNU ld we use -z text
11488 # though, which does catch some bad symbols but isn't as heavy-handed
11489 # as -z defs.
11490 no_undefined_flag='${wl}-z,text'
11491 allow_undefined_flag='${wl}-z,nodefs'
11492 archive_cmds_need_lc=no
11493 hardcode_shlibpath_var=no
11494 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11495 hardcode_libdir_separator=':'
11496 link_all_deplibs=yes
11497 export_dynamic_flag_spec='${wl}-Bexport'
11498 runpath_var='LD_RUN_PATH'
11499
11500 if test "$GCC" = yes; then
11501 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11502 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11503 else
11504 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11505 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11506 fi
11507 ;;
11508
11509 uts4*)
11510 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11511 hardcode_libdir_flag_spec='-L$libdir'
11512 hardcode_shlibpath_var=no
11513 ;;
11514
11515 *)
11516 ld_shlibs=no
11517 ;;
11518 esac
11519
11520 if test x$host_vendor = xsni; then
11521 case $host in
11522 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11523 export_dynamic_flag_spec='${wl}-Blargedynsym'
11524 ;;
11525 esac
11526 fi
11527 fi
11528
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11530 $as_echo "$ld_shlibs" >&6; }
11531 test "$ld_shlibs" = no && can_build_shared=no
11532
11533 with_gnu_ld=$with_gnu_ld
11534
11535
11536
11537
11538
11539
11540
11541
11542
11543
11544
11545
11546
11547
11548
11549 #
11550 # Do we need to explicitly link libc?
11551 #
11552 case "x$archive_cmds_need_lc" in
11553 x|xyes)
11554 # Assume -lc should be added
11555 archive_cmds_need_lc=yes
11556
11557 if test "$enable_shared" = yes && test "$GCC" = yes; then
11558 case $archive_cmds in
11559 *'~'*)
11560 # FIXME: we may have to deal with multi-command sequences.
11561 ;;
11562 '$CC '*)
11563 # Test whether the compiler implicitly links with -lc since on some
11564 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11565 # to ld, don't add -lc before -lgcc.
11566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11567 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11568 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11569 $as_echo_n "(cached) " >&6
11570 else
11571 $RM conftest*
11572 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11573
11574 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11575 (eval $ac_compile) 2>&5
11576 ac_status=$?
11577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11578 test $ac_status = 0; } 2>conftest.err; then
11579 soname=conftest
11580 lib=conftest
11581 libobjs=conftest.$ac_objext
11582 deplibs=
11583 wl=$lt_prog_compiler_wl
11584 pic_flag=$lt_prog_compiler_pic
11585 compiler_flags=-v
11586 linker_flags=-v
11587 verstring=
11588 output_objdir=.
11589 libname=conftest
11590 lt_save_allow_undefined_flag=$allow_undefined_flag
11591 allow_undefined_flag=
11592 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11593 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11594 ac_status=$?
11595 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11596 test $ac_status = 0; }
11597 then
11598 lt_cv_archive_cmds_need_lc=no
11599 else
11600 lt_cv_archive_cmds_need_lc=yes
11601 fi
11602 allow_undefined_flag=$lt_save_allow_undefined_flag
11603 else
11604 cat conftest.err 1>&5
11605 fi
11606 $RM conftest*
11607
11608 fi
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11610 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11611 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11612 ;;
11613 esac
11614 fi
11615 ;;
11616 esac
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
11771
11772
11773
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11775 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11776
11777 if test "$GCC" = yes; then
11778 case $host_os in
11779 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11780 *) lt_awk_arg="/^libraries:/" ;;
11781 esac
11782 case $host_os in
11783 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11784 *) lt_sed_strip_eq="s,=/,/,g" ;;
11785 esac
11786 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11787 case $lt_search_path_spec in
11788 *\;*)
11789 # if the path contains ";" then we assume it to be the separator
11790 # otherwise default to the standard path separator (i.e. ":") - it is
11791 # assumed that no part of a normal pathname contains ";" but that should
11792 # okay in the real world where ";" in dirpaths is itself problematic.
11793 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11794 ;;
11795 *)
11796 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11797 ;;
11798 esac
11799 # Ok, now we have the path, separated by spaces, we can step through it
11800 # and add multilib dir if necessary.
11801 lt_tmp_lt_search_path_spec=
11802 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11803 for lt_sys_path in $lt_search_path_spec; do
11804 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11805 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11806 else
11807 test -d "$lt_sys_path" && \
11808 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11809 fi
11810 done
11811 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11812 BEGIN {RS=" "; FS="/|\n";} {
11813 lt_foo="";
11814 lt_count=0;
11815 for (lt_i = NF; lt_i > 0; lt_i--) {
11816 if ($lt_i != "" && $lt_i != ".") {
11817 if ($lt_i == "..") {
11818 lt_count++;
11819 } else {
11820 if (lt_count == 0) {
11821 lt_foo="/" $lt_i lt_foo;
11822 } else {
11823 lt_count--;
11824 }
11825 }
11826 }
11827 }
11828 if (lt_foo != "") { lt_freq[lt_foo]++; }
11829 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11830 }'`
11831 # AWK program above erroneously prepends '/' to C:/dos/paths
11832 # for these hosts.
11833 case $host_os in
11834 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11835 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11836 esac
11837 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11838 else
11839 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11840 fi
11841 library_names_spec=
11842 libname_spec='lib$name'
11843 soname_spec=
11844 shrext_cmds=".so"
11845 postinstall_cmds=
11846 postuninstall_cmds=
11847 finish_cmds=
11848 finish_eval=
11849 shlibpath_var=
11850 shlibpath_overrides_runpath=unknown
11851 version_type=none
11852 dynamic_linker="$host_os ld.so"
11853 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11854 need_lib_prefix=unknown
11855 hardcode_into_libs=no
11856
11857 # when you set need_version to no, make sure it does not cause -set_version
11858 # flags to be left without arguments
11859 need_version=unknown
11860
11861 case $host_os in
11862 aix3*)
11863 version_type=linux
11864 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11865 shlibpath_var=LIBPATH
11866
11867 # AIX 3 has no versioning support, so we append a major version to the name.
11868 soname_spec='${libname}${release}${shared_ext}$major'
11869 ;;
11870
11871 aix[4-9]*)
11872 version_type=linux
11873 need_lib_prefix=no
11874 need_version=no
11875 hardcode_into_libs=yes
11876 if test "$host_cpu" = ia64; then
11877 # AIX 5 supports IA64
11878 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11879 shlibpath_var=LD_LIBRARY_PATH
11880 else
11881 # With GCC up to 2.95.x, collect2 would create an import file
11882 # for dependence libraries. The import file would start with
11883 # the line `#! .'. This would cause the generated library to
11884 # depend on `.', always an invalid library. This was fixed in
11885 # development snapshots of GCC prior to 3.0.
11886 case $host_os in
11887 aix4 | aix4.[01] | aix4.[01].*)
11888 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11889 echo ' yes '
11890 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11891 :
11892 else
11893 can_build_shared=no
11894 fi
11895 ;;
11896 esac
11897 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11898 # soname into executable. Probably we can add versioning support to
11899 # collect2, so additional links can be useful in future.
11900 if test "$aix_use_runtimelinking" = yes; then
11901 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11902 # instead of lib<name>.a to let people know that these are not
11903 # typical AIX shared libraries.
11904 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11905 else
11906 # We preserve .a as extension for shared libraries through AIX4.2
11907 # and later when we are not doing run time linking.
11908 library_names_spec='${libname}${release}.a $libname.a'
11909 soname_spec='${libname}${release}${shared_ext}$major'
11910 fi
11911 shlibpath_var=LIBPATH
11912 fi
11913 ;;
11914
11915 amigaos*)
11916 case $host_cpu in
11917 powerpc)
11918 # Since July 2007 AmigaOS4 officially supports .so libraries.
11919 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11920 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11921 ;;
11922 m68k)
11923 library_names_spec='$libname.ixlibrary $libname.a'
11924 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11925 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'
11926 ;;
11927 esac
11928 ;;
11929
11930 beos*)
11931 library_names_spec='${libname}${shared_ext}'
11932 dynamic_linker="$host_os ld.so"
11933 shlibpath_var=LIBRARY_PATH
11934 ;;
11935
11936 bsdi[45]*)
11937 version_type=linux
11938 need_version=no
11939 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11940 soname_spec='${libname}${release}${shared_ext}$major'
11941 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11942 shlibpath_var=LD_LIBRARY_PATH
11943 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11944 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11945 # the default ld.so.conf also contains /usr/contrib/lib and
11946 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11947 # libtool to hard-code these into programs
11948 ;;
11949
11950 cygwin* | mingw* | pw32* | cegcc*)
11951 version_type=windows
11952 shrext_cmds=".dll"
11953 need_version=no
11954 need_lib_prefix=no
11955
11956 case $GCC,$host_os in
11957 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11958 library_names_spec='$libname.dll.a'
11959 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11960 postinstall_cmds='base_file=`basename \${file}`~
11961 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11962 dldir=$destdir/`dirname \$dlpath`~
11963 test -d \$dldir || mkdir -p \$dldir~
11964 $install_prog $dir/$dlname \$dldir/$dlname~
11965 chmod a+x \$dldir/$dlname~
11966 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11967 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11968 fi'
11969 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11970 dlpath=$dir/\$dldll~
11971 $RM \$dlpath'
11972 shlibpath_overrides_runpath=yes
11973
11974 case $host_os in
11975 cygwin*)
11976 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11977 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11978
11979 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11980 ;;
11981 mingw* | cegcc*)
11982 # MinGW DLLs use traditional 'lib' prefix
11983 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11984 ;;
11985 pw32*)
11986 # pw32 DLLs use 'pw' prefix rather than 'lib'
11987 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11988 ;;
11989 esac
11990 ;;
11991
11992 *)
11993 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11994 ;;
11995 esac
11996 dynamic_linker='Win32 ld.exe'
11997 # FIXME: first we should search . and the directory the executable is in
11998 shlibpath_var=PATH
11999 ;;
12000
12001 darwin* | rhapsody*)
12002 dynamic_linker="$host_os dyld"
12003 version_type=darwin
12004 need_lib_prefix=no
12005 need_version=no
12006 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12007 soname_spec='${libname}${release}${major}$shared_ext'
12008 shlibpath_overrides_runpath=yes
12009 shlibpath_var=DYLD_LIBRARY_PATH
12010 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12011
12012 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12013 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12014 ;;
12015
12016 dgux*)
12017 version_type=linux
12018 need_lib_prefix=no
12019 need_version=no
12020 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12021 soname_spec='${libname}${release}${shared_ext}$major'
12022 shlibpath_var=LD_LIBRARY_PATH
12023 ;;
12024
12025 freebsd* | dragonfly*)
12026 # DragonFly does not have aout. When/if they implement a new
12027 # versioning mechanism, adjust this.
12028 if test -x /usr/bin/objformat; then
12029 objformat=`/usr/bin/objformat`
12030 else
12031 case $host_os in
12032 freebsd[23].*) objformat=aout ;;
12033 *) objformat=elf ;;
12034 esac
12035 fi
12036 version_type=freebsd-$objformat
12037 case $version_type in
12038 freebsd-elf*)
12039 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12040 need_version=no
12041 need_lib_prefix=no
12042 ;;
12043 freebsd-*)
12044 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12045 need_version=yes
12046 ;;
12047 esac
12048 shlibpath_var=LD_LIBRARY_PATH
12049 case $host_os in
12050 freebsd2.*)
12051 shlibpath_overrides_runpath=yes
12052 ;;
12053 freebsd3.[01]* | freebsdelf3.[01]*)
12054 shlibpath_overrides_runpath=yes
12055 hardcode_into_libs=yes
12056 ;;
12057 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12058 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12059 shlibpath_overrides_runpath=no
12060 hardcode_into_libs=yes
12061 ;;
12062 *) # from 4.6 on, and DragonFly
12063 shlibpath_overrides_runpath=yes
12064 hardcode_into_libs=yes
12065 ;;
12066 esac
12067 ;;
12068
12069 gnu*)
12070 version_type=linux
12071 need_lib_prefix=no
12072 need_version=no
12073 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12074 soname_spec='${libname}${release}${shared_ext}$major'
12075 shlibpath_var=LD_LIBRARY_PATH
12076 hardcode_into_libs=yes
12077 ;;
12078
12079 haiku*)
12080 version_type=linux
12081 need_lib_prefix=no
12082 need_version=no
12083 dynamic_linker="$host_os runtime_loader"
12084 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12085 soname_spec='${libname}${release}${shared_ext}$major'
12086 shlibpath_var=LIBRARY_PATH
12087 shlibpath_overrides_runpath=yes
12088 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12089 hardcode_into_libs=yes
12090 ;;
12091
12092 hpux9* | hpux10* | hpux11*)
12093 # Give a soname corresponding to the major version so that dld.sl refuses to
12094 # link against other versions.
12095 version_type=sunos
12096 need_lib_prefix=no
12097 need_version=no
12098 case $host_cpu in
12099 ia64*)
12100 shrext_cmds='.so'
12101 hardcode_into_libs=yes
12102 dynamic_linker="$host_os dld.so"
12103 shlibpath_var=LD_LIBRARY_PATH
12104 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12105 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12106 soname_spec='${libname}${release}${shared_ext}$major'
12107 if test "X$HPUX_IA64_MODE" = X32; then
12108 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12109 else
12110 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12111 fi
12112 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12113 ;;
12114 hppa*64*)
12115 shrext_cmds='.sl'
12116 hardcode_into_libs=yes
12117 dynamic_linker="$host_os dld.sl"
12118 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12119 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12120 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12121 soname_spec='${libname}${release}${shared_ext}$major'
12122 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12123 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12124 ;;
12125 *)
12126 shrext_cmds='.sl'
12127 dynamic_linker="$host_os dld.sl"
12128 shlibpath_var=SHLIB_PATH
12129 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12130 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12131 soname_spec='${libname}${release}${shared_ext}$major'
12132 ;;
12133 esac
12134 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12135 postinstall_cmds='chmod 555 $lib'
12136 # or fails outright, so override atomically:
12137 install_override_mode=555
12138 ;;
12139
12140 interix[3-9]*)
12141 version_type=linux
12142 need_lib_prefix=no
12143 need_version=no
12144 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12145 soname_spec='${libname}${release}${shared_ext}$major'
12146 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12147 shlibpath_var=LD_LIBRARY_PATH
12148 shlibpath_overrides_runpath=no
12149 hardcode_into_libs=yes
12150 ;;
12151
12152 irix5* | irix6* | nonstopux*)
12153 case $host_os in
12154 nonstopux*) version_type=nonstopux ;;
12155 *)
12156 if test "$lt_cv_prog_gnu_ld" = yes; then
12157 version_type=linux
12158 else
12159 version_type=irix
12160 fi ;;
12161 esac
12162 need_lib_prefix=no
12163 need_version=no
12164 soname_spec='${libname}${release}${shared_ext}$major'
12165 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12166 case $host_os in
12167 irix5* | nonstopux*)
12168 libsuff= shlibsuff=
12169 ;;
12170 *)
12171 case $LD in # libtool.m4 will add one of these switches to LD
12172 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12173 libsuff= shlibsuff= libmagic=32-bit;;
12174 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12175 libsuff=32 shlibsuff=N32 libmagic=N32;;
12176 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12177 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12178 *) libsuff= shlibsuff= libmagic=never-match;;
12179 esac
12180 ;;
12181 esac
12182 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12183 shlibpath_overrides_runpath=no
12184 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12185 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12186 hardcode_into_libs=yes
12187 ;;
12188
12189 # No shared lib support for Linux oldld, aout, or coff.
12190 linux*oldld* | linux*aout* | linux*coff*)
12191 dynamic_linker=no
12192 ;;
12193
12194 # This must be Linux ELF.
12195 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12196 version_type=linux
12197 need_lib_prefix=no
12198 need_version=no
12199 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12200 soname_spec='${libname}${release}${shared_ext}$major'
12201 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12202 shlibpath_var=LD_LIBRARY_PATH
12203 shlibpath_overrides_runpath=no
12204
12205 # Some binutils ld are patched to set DT_RUNPATH
12206 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
12207 $as_echo_n "(cached) " >&6
12208 else
12209 lt_cv_shlibpath_overrides_runpath=no
12210 save_LDFLAGS=$LDFLAGS
12211 save_libdir=$libdir
12212 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12213 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12215 /* end confdefs.h. */
12216
12217 int
12218 main ()
12219 {
12220
12221 ;
12222 return 0;
12223 }
12224 _ACEOF
12225 if ac_fn_c_try_link "$LINENO"; then :
12226 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12227 lt_cv_shlibpath_overrides_runpath=yes
12228 fi
12229 fi
12230 rm -f core conftest.err conftest.$ac_objext \
12231 conftest$ac_exeext conftest.$ac_ext
12232 LDFLAGS=$save_LDFLAGS
12233 libdir=$save_libdir
12234
12235 fi
12236
12237 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12238
12239 # This implies no fast_install, which is unacceptable.
12240 # Some rework will be needed to allow for fast_install
12241 # before this can be enabled.
12242 hardcode_into_libs=yes
12243
12244 # Append ld.so.conf contents to the search path
12245 if test -f /etc/ld.so.conf; then
12246 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' ' '`
12247 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12248 fi
12249
12250 # We used to test for /lib/ld.so.1 and disable shared libraries on
12251 # powerpc, because MkLinux only supported shared libraries with the
12252 # GNU dynamic linker. Since this was broken with cross compilers,
12253 # most powerpc-linux boxes support dynamic linking these days and
12254 # people can always --disable-shared, the test was removed, and we
12255 # assume the GNU/Linux dynamic linker is in use.
12256 dynamic_linker='GNU/Linux ld.so'
12257 ;;
12258
12259 netbsd*)
12260 version_type=sunos
12261 need_lib_prefix=no
12262 need_version=no
12263 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12264 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12265 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12266 dynamic_linker='NetBSD (a.out) ld.so'
12267 else
12268 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12269 soname_spec='${libname}${release}${shared_ext}$major'
12270 dynamic_linker='NetBSD ld.elf_so'
12271 fi
12272 shlibpath_var=LD_LIBRARY_PATH
12273 shlibpath_overrides_runpath=yes
12274 hardcode_into_libs=yes
12275 ;;
12276
12277 newsos6)
12278 version_type=linux
12279 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12280 shlibpath_var=LD_LIBRARY_PATH
12281 shlibpath_overrides_runpath=yes
12282 ;;
12283
12284 *nto* | *qnx*)
12285 version_type=qnx
12286 need_lib_prefix=no
12287 need_version=no
12288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12289 soname_spec='${libname}${release}${shared_ext}$major'
12290 shlibpath_var=LD_LIBRARY_PATH
12291 shlibpath_overrides_runpath=no
12292 hardcode_into_libs=yes
12293 dynamic_linker='ldqnx.so'
12294 ;;
12295
12296 openbsd*)
12297 version_type=sunos
12298 sys_lib_dlsearch_path_spec="/usr/lib"
12299 need_lib_prefix=no
12300 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12301 case $host_os in
12302 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12303 *) need_version=no ;;
12304 esac
12305 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12306 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12307 shlibpath_var=LD_LIBRARY_PATH
12308 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12309 case $host_os in
12310 openbsd2.[89] | openbsd2.[89].*)
12311 shlibpath_overrides_runpath=no
12312 ;;
12313 *)
12314 shlibpath_overrides_runpath=yes
12315 ;;
12316 esac
12317 else
12318 shlibpath_overrides_runpath=yes
12319 fi
12320 ;;
12321
12322 os2*)
12323 libname_spec='$name'
12324 shrext_cmds=".dll"
12325 need_lib_prefix=no
12326 library_names_spec='$libname${shared_ext} $libname.a'
12327 dynamic_linker='OS/2 ld.exe'
12328 shlibpath_var=LIBPATH
12329 ;;
12330
12331 osf3* | osf4* | osf5*)
12332 version_type=osf
12333 need_lib_prefix=no
12334 need_version=no
12335 soname_spec='${libname}${release}${shared_ext}$major'
12336 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12337 shlibpath_var=LD_LIBRARY_PATH
12338 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12339 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12340 ;;
12341
12342 rdos*)
12343 dynamic_linker=no
12344 ;;
12345
12346 solaris*)
12347 version_type=linux
12348 need_lib_prefix=no
12349 need_version=no
12350 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12351 soname_spec='${libname}${release}${shared_ext}$major'
12352 shlibpath_var=LD_LIBRARY_PATH
12353 shlibpath_overrides_runpath=yes
12354 hardcode_into_libs=yes
12355 # ldd complains unless libraries are executable
12356 postinstall_cmds='chmod +x $lib'
12357 ;;
12358
12359 sunos4*)
12360 version_type=sunos
12361 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12362 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12363 shlibpath_var=LD_LIBRARY_PATH
12364 shlibpath_overrides_runpath=yes
12365 if test "$with_gnu_ld" = yes; then
12366 need_lib_prefix=no
12367 fi
12368 need_version=yes
12369 ;;
12370
12371 sysv4 | sysv4.3*)
12372 version_type=linux
12373 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12374 soname_spec='${libname}${release}${shared_ext}$major'
12375 shlibpath_var=LD_LIBRARY_PATH
12376 case $host_vendor in
12377 sni)
12378 shlibpath_overrides_runpath=no
12379 need_lib_prefix=no
12380 runpath_var=LD_RUN_PATH
12381 ;;
12382 siemens)
12383 need_lib_prefix=no
12384 ;;
12385 motorola)
12386 need_lib_prefix=no
12387 need_version=no
12388 shlibpath_overrides_runpath=no
12389 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12390 ;;
12391 esac
12392 ;;
12393
12394 sysv4*MP*)
12395 if test -d /usr/nec ;then
12396 version_type=linux
12397 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12398 soname_spec='$libname${shared_ext}.$major'
12399 shlibpath_var=LD_LIBRARY_PATH
12400 fi
12401 ;;
12402
12403 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12404 version_type=freebsd-elf
12405 need_lib_prefix=no
12406 need_version=no
12407 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12408 soname_spec='${libname}${release}${shared_ext}$major'
12409 shlibpath_var=LD_LIBRARY_PATH
12410 shlibpath_overrides_runpath=yes
12411 hardcode_into_libs=yes
12412 if test "$with_gnu_ld" = yes; then
12413 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12414 else
12415 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12416 case $host_os in
12417 sco3.2v5*)
12418 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12419 ;;
12420 esac
12421 fi
12422 sys_lib_dlsearch_path_spec='/usr/lib'
12423 ;;
12424
12425 tpf*)
12426 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12427 version_type=linux
12428 need_lib_prefix=no
12429 need_version=no
12430 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12431 shlibpath_var=LD_LIBRARY_PATH
12432 shlibpath_overrides_runpath=no
12433 hardcode_into_libs=yes
12434 ;;
12435
12436 uts4*)
12437 version_type=linux
12438 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12439 soname_spec='${libname}${release}${shared_ext}$major'
12440 shlibpath_var=LD_LIBRARY_PATH
12441 ;;
12442
12443 *)
12444 dynamic_linker=no
12445 ;;
12446 esac
12447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12448 $as_echo "$dynamic_linker" >&6; }
12449 test "$dynamic_linker" = no && can_build_shared=no
12450
12451 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12452 if test "$GCC" = yes; then
12453 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12454 fi
12455
12456 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12457 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12458 fi
12459 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12460 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12461 fi
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
12473
12474
12475
12476
12477
12478
12479
12480
12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
12520
12521
12522
12523
12524
12525
12526
12527
12528
12529
12530
12531
12532
12533
12534
12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
12553
12554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12555 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12556 hardcode_action=
12557 if test -n "$hardcode_libdir_flag_spec" ||
12558 test -n "$runpath_var" ||
12559 test "X$hardcode_automatic" = "Xyes" ; then
12560
12561 # We can hardcode non-existent directories.
12562 if test "$hardcode_direct" != no &&
12563 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12564 # have to relink, otherwise we might link with an installed library
12565 # when we should be linking with a yet-to-be-installed one
12566 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12567 test "$hardcode_minus_L" != no; then
12568 # Linking always hardcodes the temporary library directory.
12569 hardcode_action=relink
12570 else
12571 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12572 hardcode_action=immediate
12573 fi
12574 else
12575 # We cannot hardcode anything, or else we can only hardcode existing
12576 # directories.
12577 hardcode_action=unsupported
12578 fi
12579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12580 $as_echo "$hardcode_action" >&6; }
12581
12582 if test "$hardcode_action" = relink ||
12583 test "$inherit_rpath" = yes; then
12584 # Fast installation is not supported
12585 enable_fast_install=no
12586 elif test "$shlibpath_overrides_runpath" = yes ||
12587 test "$enable_shared" = no; then
12588 # Fast installation is not necessary
12589 enable_fast_install=needless
12590 fi
12591
12592
12593
12594
12595
12596
12597 if test "x$enable_dlopen" != xyes; then
12598 enable_dlopen=unknown
12599 enable_dlopen_self=unknown
12600 enable_dlopen_self_static=unknown
12601 else
12602 lt_cv_dlopen=no
12603 lt_cv_dlopen_libs=
12604
12605 case $host_os in
12606 beos*)
12607 lt_cv_dlopen="load_add_on"
12608 lt_cv_dlopen_libs=
12609 lt_cv_dlopen_self=yes
12610 ;;
12611
12612 mingw* | pw32* | cegcc*)
12613 lt_cv_dlopen="LoadLibrary"
12614 lt_cv_dlopen_libs=
12615 ;;
12616
12617 cygwin*)
12618 lt_cv_dlopen="dlopen"
12619 lt_cv_dlopen_libs=
12620 ;;
12621
12622 darwin*)
12623 # if libdl is installed we need to link against it
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12625 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12626 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12627 $as_echo_n "(cached) " >&6
12628 else
12629 ac_check_lib_save_LIBS=$LIBS
12630 LIBS="-ldl $LIBS"
12631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12632 /* end confdefs.h. */
12633
12634 /* Override any GCC internal prototype to avoid an error.
12635 Use char because int might match the return type of a GCC
12636 builtin and then its argument prototype would still apply. */
12637 #ifdef __cplusplus
12638 extern "C"
12639 #endif
12640 char dlopen ();
12641 int
12642 main ()
12643 {
12644 return dlopen ();
12645 ;
12646 return 0;
12647 }
12648 _ACEOF
12649 if ac_fn_c_try_link "$LINENO"; then :
12650 ac_cv_lib_dl_dlopen=yes
12651 else
12652 ac_cv_lib_dl_dlopen=no
12653 fi
12654 rm -f core conftest.err conftest.$ac_objext \
12655 conftest$ac_exeext conftest.$ac_ext
12656 LIBS=$ac_check_lib_save_LIBS
12657 fi
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12659 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12660 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12661 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12662 else
12663
12664 lt_cv_dlopen="dyld"
12665 lt_cv_dlopen_libs=
12666 lt_cv_dlopen_self=yes
12667
12668 fi
12669
12670 ;;
12671
12672 *)
12673 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12674 if test "x$ac_cv_func_shl_load" = x""yes; then :
12675 lt_cv_dlopen="shl_load"
12676 else
12677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12678 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12679 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12680 $as_echo_n "(cached) " >&6
12681 else
12682 ac_check_lib_save_LIBS=$LIBS
12683 LIBS="-ldld $LIBS"
12684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12685 /* end confdefs.h. */
12686
12687 /* Override any GCC internal prototype to avoid an error.
12688 Use char because int might match the return type of a GCC
12689 builtin and then its argument prototype would still apply. */
12690 #ifdef __cplusplus
12691 extern "C"
12692 #endif
12693 char shl_load ();
12694 int
12695 main ()
12696 {
12697 return shl_load ();
12698 ;
12699 return 0;
12700 }
12701 _ACEOF
12702 if ac_fn_c_try_link "$LINENO"; then :
12703 ac_cv_lib_dld_shl_load=yes
12704 else
12705 ac_cv_lib_dld_shl_load=no
12706 fi
12707 rm -f core conftest.err conftest.$ac_objext \
12708 conftest$ac_exeext conftest.$ac_ext
12709 LIBS=$ac_check_lib_save_LIBS
12710 fi
12711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12712 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12713 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12714 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12715 else
12716 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12717 if test "x$ac_cv_func_dlopen" = x""yes; then :
12718 lt_cv_dlopen="dlopen"
12719 else
12720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12721 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12722 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12723 $as_echo_n "(cached) " >&6
12724 else
12725 ac_check_lib_save_LIBS=$LIBS
12726 LIBS="-ldl $LIBS"
12727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12728 /* end confdefs.h. */
12729
12730 /* Override any GCC internal prototype to avoid an error.
12731 Use char because int might match the return type of a GCC
12732 builtin and then its argument prototype would still apply. */
12733 #ifdef __cplusplus
12734 extern "C"
12735 #endif
12736 char dlopen ();
12737 int
12738 main ()
12739 {
12740 return dlopen ();
12741 ;
12742 return 0;
12743 }
12744 _ACEOF
12745 if ac_fn_c_try_link "$LINENO"; then :
12746 ac_cv_lib_dl_dlopen=yes
12747 else
12748 ac_cv_lib_dl_dlopen=no
12749 fi
12750 rm -f core conftest.err conftest.$ac_objext \
12751 conftest$ac_exeext conftest.$ac_ext
12752 LIBS=$ac_check_lib_save_LIBS
12753 fi
12754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12755 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12756 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12757 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12758 else
12759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12760 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12761 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12762 $as_echo_n "(cached) " >&6
12763 else
12764 ac_check_lib_save_LIBS=$LIBS
12765 LIBS="-lsvld $LIBS"
12766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12767 /* end confdefs.h. */
12768
12769 /* Override any GCC internal prototype to avoid an error.
12770 Use char because int might match the return type of a GCC
12771 builtin and then its argument prototype would still apply. */
12772 #ifdef __cplusplus
12773 extern "C"
12774 #endif
12775 char dlopen ();
12776 int
12777 main ()
12778 {
12779 return dlopen ();
12780 ;
12781 return 0;
12782 }
12783 _ACEOF
12784 if ac_fn_c_try_link "$LINENO"; then :
12785 ac_cv_lib_svld_dlopen=yes
12786 else
12787 ac_cv_lib_svld_dlopen=no
12788 fi
12789 rm -f core conftest.err conftest.$ac_objext \
12790 conftest$ac_exeext conftest.$ac_ext
12791 LIBS=$ac_check_lib_save_LIBS
12792 fi
12793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12794 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12795 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12796 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12797 else
12798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12799 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12800 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12801 $as_echo_n "(cached) " >&6
12802 else
12803 ac_check_lib_save_LIBS=$LIBS
12804 LIBS="-ldld $LIBS"
12805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12806 /* end confdefs.h. */
12807
12808 /* Override any GCC internal prototype to avoid an error.
12809 Use char because int might match the return type of a GCC
12810 builtin and then its argument prototype would still apply. */
12811 #ifdef __cplusplus
12812 extern "C"
12813 #endif
12814 char dld_link ();
12815 int
12816 main ()
12817 {
12818 return dld_link ();
12819 ;
12820 return 0;
12821 }
12822 _ACEOF
12823 if ac_fn_c_try_link "$LINENO"; then :
12824 ac_cv_lib_dld_dld_link=yes
12825 else
12826 ac_cv_lib_dld_dld_link=no
12827 fi
12828 rm -f core conftest.err conftest.$ac_objext \
12829 conftest$ac_exeext conftest.$ac_ext
12830 LIBS=$ac_check_lib_save_LIBS
12831 fi
12832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12833 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12834 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12835 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12836 fi
12837
12838
12839 fi
12840
12841
12842 fi
12843
12844
12845 fi
12846
12847
12848 fi
12849
12850
12851 fi
12852
12853 ;;
12854 esac
12855
12856 if test "x$lt_cv_dlopen" != xno; then
12857 enable_dlopen=yes
12858 else
12859 enable_dlopen=no
12860 fi
12861
12862 case $lt_cv_dlopen in
12863 dlopen)
12864 save_CPPFLAGS="$CPPFLAGS"
12865 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12866
12867 save_LDFLAGS="$LDFLAGS"
12868 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12869
12870 save_LIBS="$LIBS"
12871 LIBS="$lt_cv_dlopen_libs $LIBS"
12872
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12874 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12875 if test "${lt_cv_dlopen_self+set}" = set; then :
12876 $as_echo_n "(cached) " >&6
12877 else
12878 if test "$cross_compiling" = yes; then :
12879 lt_cv_dlopen_self=cross
12880 else
12881 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12882 lt_status=$lt_dlunknown
12883 cat > conftest.$ac_ext <<_LT_EOF
12884 #line 12884 "configure"
12885 #include "confdefs.h"
12886
12887 #if HAVE_DLFCN_H
12888 #include <dlfcn.h>
12889 #endif
12890
12891 #include <stdio.h>
12892
12893 #ifdef RTLD_GLOBAL
12894 # define LT_DLGLOBAL RTLD_GLOBAL
12895 #else
12896 # ifdef DL_GLOBAL
12897 # define LT_DLGLOBAL DL_GLOBAL
12898 # else
12899 # define LT_DLGLOBAL 0
12900 # endif
12901 #endif
12902
12903 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12904 find out it does not work in some platform. */
12905 #ifndef LT_DLLAZY_OR_NOW
12906 # ifdef RTLD_LAZY
12907 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12908 # else
12909 # ifdef DL_LAZY
12910 # define LT_DLLAZY_OR_NOW DL_LAZY
12911 # else
12912 # ifdef RTLD_NOW
12913 # define LT_DLLAZY_OR_NOW RTLD_NOW
12914 # else
12915 # ifdef DL_NOW
12916 # define LT_DLLAZY_OR_NOW DL_NOW
12917 # else
12918 # define LT_DLLAZY_OR_NOW 0
12919 # endif
12920 # endif
12921 # endif
12922 # endif
12923 #endif
12924
12925 /* When -fvisbility=hidden is used, assume the code has been annotated
12926 correspondingly for the symbols needed. */
12927 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12928 void fnord () __attribute__((visibility("default")));
12929 #endif
12930
12931 void fnord () { int i=42; }
12932 int main ()
12933 {
12934 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12935 int status = $lt_dlunknown;
12936
12937 if (self)
12938 {
12939 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12940 else
12941 {
12942 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12943 else puts (dlerror ());
12944 }
12945 /* dlclose (self); */
12946 }
12947 else
12948 puts (dlerror ());
12949
12950 return status;
12951 }
12952 _LT_EOF
12953 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12954 (eval $ac_link) 2>&5
12955 ac_status=$?
12956 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12957 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12958 (./conftest; exit; ) >&5 2>/dev/null
12959 lt_status=$?
12960 case x$lt_status in
12961 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12962 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12963 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12964 esac
12965 else :
12966 # compilation failed
12967 lt_cv_dlopen_self=no
12968 fi
12969 fi
12970 rm -fr conftest*
12971
12972
12973 fi
12974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12975 $as_echo "$lt_cv_dlopen_self" >&6; }
12976
12977 if test "x$lt_cv_dlopen_self" = xyes; then
12978 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12980 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12981 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12982 $as_echo_n "(cached) " >&6
12983 else
12984 if test "$cross_compiling" = yes; then :
12985 lt_cv_dlopen_self_static=cross
12986 else
12987 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12988 lt_status=$lt_dlunknown
12989 cat > conftest.$ac_ext <<_LT_EOF
12990 #line 12990 "configure"
12991 #include "confdefs.h"
12992
12993 #if HAVE_DLFCN_H
12994 #include <dlfcn.h>
12995 #endif
12996
12997 #include <stdio.h>
12998
12999 #ifdef RTLD_GLOBAL
13000 # define LT_DLGLOBAL RTLD_GLOBAL
13001 #else
13002 # ifdef DL_GLOBAL
13003 # define LT_DLGLOBAL DL_GLOBAL
13004 # else
13005 # define LT_DLGLOBAL 0
13006 # endif
13007 #endif
13008
13009 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13010 find out it does not work in some platform. */
13011 #ifndef LT_DLLAZY_OR_NOW
13012 # ifdef RTLD_LAZY
13013 # define LT_DLLAZY_OR_NOW RTLD_LAZY
13014 # else
13015 # ifdef DL_LAZY
13016 # define LT_DLLAZY_OR_NOW DL_LAZY
13017 # else
13018 # ifdef RTLD_NOW
13019 # define LT_DLLAZY_OR_NOW RTLD_NOW
13020 # else
13021 # ifdef DL_NOW
13022 # define LT_DLLAZY_OR_NOW DL_NOW
13023 # else
13024 # define LT_DLLAZY_OR_NOW 0
13025 # endif
13026 # endif
13027 # endif
13028 # endif
13029 #endif
13030
13031 /* When -fvisbility=hidden is used, assume the code has been annotated
13032 correspondingly for the symbols needed. */
13033 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13034 void fnord () __attribute__((visibility("default")));
13035 #endif
13036
13037 void fnord () { int i=42; }
13038 int main ()
13039 {
13040 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13041 int status = $lt_dlunknown;
13042
13043 if (self)
13044 {
13045 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13046 else
13047 {
13048 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13049 else puts (dlerror ());
13050 }
13051 /* dlclose (self); */
13052 }
13053 else
13054 puts (dlerror ());
13055
13056 return status;
13057 }
13058 _LT_EOF
13059 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13060 (eval $ac_link) 2>&5
13061 ac_status=$?
13062 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13063 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13064 (./conftest; exit; ) >&5 2>/dev/null
13065 lt_status=$?
13066 case x$lt_status in
13067 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13068 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13069 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13070 esac
13071 else :
13072 # compilation failed
13073 lt_cv_dlopen_self_static=no
13074 fi
13075 fi
13076 rm -fr conftest*
13077
13078
13079 fi
13080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13081 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13082 fi
13083
13084 CPPFLAGS="$save_CPPFLAGS"
13085 LDFLAGS="$save_LDFLAGS"
13086 LIBS="$save_LIBS"
13087 ;;
13088 esac
13089
13090 case $lt_cv_dlopen_self in
13091 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13092 *) enable_dlopen_self=unknown ;;
13093 esac
13094
13095 case $lt_cv_dlopen_self_static in
13096 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13097 *) enable_dlopen_self_static=unknown ;;
13098 esac
13099 fi
13100
13101
13102
13103
13104
13105
13106
13107
13108
13109
13110
13111
13112
13113
13114
13115
13116
13117 striplib=
13118 old_striplib=
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13120 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13121 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13122 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13123 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13125 $as_echo "yes" >&6; }
13126 else
13127 # FIXME - insert some real tests, host_os isn't really good enough
13128 case $host_os in
13129 darwin*)
13130 if test -n "$STRIP" ; then
13131 striplib="$STRIP -x"
13132 old_striplib="$STRIP -S"
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13134 $as_echo "yes" >&6; }
13135 else
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13137 $as_echo "no" >&6; }
13138 fi
13139 ;;
13140 *)
13141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13142 $as_echo "no" >&6; }
13143 ;;
13144 esac
13145 fi
13146
13147
13148
13149
13150
13151
13152
13153
13154
13155
13156
13157
13158 # Report which library types will actually be built
13159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13160 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13162 $as_echo "$can_build_shared" >&6; }
13163
13164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13165 $as_echo_n "checking whether to build shared libraries... " >&6; }
13166 test "$can_build_shared" = "no" && enable_shared=no
13167
13168 # On AIX, shared libraries and static libraries use the same namespace, and
13169 # are all built from PIC.
13170 case $host_os in
13171 aix3*)
13172 test "$enable_shared" = yes && enable_static=no
13173 if test -n "$RANLIB"; then
13174 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13175 postinstall_cmds='$RANLIB $lib'
13176 fi
13177 ;;
13178
13179 aix[4-9]*)
13180 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13181 test "$enable_shared" = yes && enable_static=no
13182 fi
13183 ;;
13184 esac
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13186 $as_echo "$enable_shared" >&6; }
13187
13188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13189 $as_echo_n "checking whether to build static libraries... " >&6; }
13190 # Make sure either enable_shared or enable_static is yes.
13191 test "$enable_shared" = yes || enable_static=yes
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13193 $as_echo "$enable_static" >&6; }
13194
13195
13196
13197
13198 fi
13199 ac_ext=c
13200 ac_cpp='$CPP $CPPFLAGS'
13201 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13202 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13203 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13204
13205 CC="$lt_save_CC"
13206
13207
13208
13209
13210
13211
13212
13213
13214
13215
13216
13217
13218
13219 ac_config_commands="$ac_config_commands libtool"
13220
13221
13222
13223
13224 # Only expand once:
13225
13226
13227
13228
13229 . ${srcdir}/../../bfd/configure.host
13230
13231
13232
13233
13234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13235 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13236 # Check whether --enable-maintainer-mode was given.
13237 if test "${enable_maintainer_mode+set}" = set; then :
13238 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13239 else
13240 USE_MAINTAINER_MODE=no
13241 fi
13242
13243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13244 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13245 if test $USE_MAINTAINER_MODE = yes; then
13246 MAINTAINER_MODE_TRUE=
13247 MAINTAINER_MODE_FALSE='#'
13248 else
13249 MAINTAINER_MODE_TRUE='#'
13250 MAINTAINER_MODE_FALSE=
13251 fi
13252
13253 MAINT=$MAINTAINER_MODE_TRUE
13254
13255
13256
13257
13258 # Check whether --enable-sim-debug was given.
13259 if test "${enable_sim_debug+set}" = set; then :
13260 enableval=$enable_sim_debug; case "${enableval}" in
13261 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
13262 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
13263 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
13264 esac
13265 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
13266 echo "Setting sim debug = $sim_debug" 6>&1
13267 fi
13268 else
13269 sim_debug=""
13270 fi
13271
13272
13273
13274 # Check whether --enable-sim-stdio was given.
13275 if test "${enable_sim_stdio+set}" = set; then :
13276 enableval=$enable_sim_stdio; case "${enableval}" in
13277 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
13278 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
13279 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
13280 esac
13281 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
13282 echo "Setting stdio flags = $sim_stdio" 6>&1
13283 fi
13284 else
13285 sim_stdio=""
13286 fi
13287
13288
13289
13290 # Check whether --enable-sim-trace was given.
13291 if test "${enable_sim_trace+set}" = set; then :
13292 enableval=$enable_sim_trace; case "${enableval}" in
13293 yes) sim_trace="-DWITH_TRACE=-1";;
13294 no) sim_trace="-DWITH_TRACE=0";;
13295 [-0-9]*)
13296 sim_trace="-DWITH_TRACE='(${enableval})'";;
13297 [[:lower:]]*)
13298 sim_trace=""
13299 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13300 if test x"$sim_trace" = x; then
13301 sim_trace="-DWITH_TRACE='(TRACE_$x"
13302 else
13303 sim_trace="${sim_trace}|TRACE_$x"
13304 fi
13305 done
13306 sim_trace="$sim_trace)'" ;;
13307 esac
13308 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
13309 echo "Setting sim trace = $sim_trace" 6>&1
13310 fi
13311 else
13312 sim_trace=""
13313 fi
13314
13315
13316
13317 # Check whether --enable-sim-profile was given.
13318 if test "${enable_sim_profile+set}" = set; then :
13319 enableval=$enable_sim_profile; case "${enableval}" in
13320 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13321 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13322 [-0-9]*)
13323 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13324 [a-z]*)
13325 sim_profile=""
13326 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13327 if test x"$sim_profile" = x; then
13328 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13329 else
13330 sim_profile="${sim_profile}|PROFILE_$x"
13331 fi
13332 done
13333 sim_profile="$sim_profile)'" ;;
13334 esac
13335 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13336 echo "Setting sim profile = $sim_profile" 6>&1
13337 fi
13338 else
13339 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
13340 fi
13341
13342
13343
13344 # Check whether --enable-sim-assert was given.
13345 if test "${enable_sim_assert+set}" = set; then :
13346 enableval=$enable_sim_assert; case "${enableval}" in
13347 yes) sim_assert="-DWITH_ASSERT=1";;
13348 no) sim_assert="-DWITH_ASSERT=0";;
13349 *) as_fn_error "\"--enable-sim-assert does not take a value\"" "$LINENO" 5; sim_assert="";;
13350 esac
13351 if test x"$silent" != x"yes" && test x"$sim_assert" != x""; then
13352 echo "Setting assert flags = $sim_assert" 6>&1
13353 fi
13354 else
13355 sim_assert=""
13356 fi
13357
13358
13359 # Check whether --enable-sim-environment was given.
13360 if test "${enable_sim_environment+set}" = set; then :
13361 enableval=$enable_sim_environment; case "${enableval}" in
13362 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13363 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13364 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13365 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
13366 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
13367 sim_environment="";;
13368 esac
13369 if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13370 echo "Setting sim environment = $sim_environment" 6>&1
13371 fi
13372 else
13373 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
13374 fi
13375
13376
13377 sim_inline="-DDEFAULT_INLINE=0"
13378 # Check whether --enable-sim-inline was given.
13379 if test "${enable_sim_inline+set}" = set; then :
13380 enableval=$enable_sim_inline; sim_inline=""
13381 case "$enableval" in
13382 no) sim_inline="-DDEFAULT_INLINE=0";;
13383 0) sim_inline="-DDEFAULT_INLINE=0";;
13384 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13385 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13386 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13387 new_flag=""
13388 case "$x" in
13389 *_INLINE=*) new_flag="-D$x";;
13390 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13391 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13392 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13393 esac
13394 if test x"$sim_inline" = x""; then
13395 sim_inline="$new_flag"
13396 else
13397 sim_inline="$sim_inline $new_flag"
13398 fi
13399 done;;
13400 esac
13401 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13402 echo "Setting inline flags = $sim_inline" 6>&1
13403 fi
13404 fi
13405
13406
13407
13408
13409 # Check whether --with-pkgversion was given.
13410 if test "${with_pkgversion+set}" = set; then :
13411 withval=$with_pkgversion; case "$withval" in
13412 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13413 no) PKGVERSION= ;;
13414 *) PKGVERSION="($withval) " ;;
13415 esac
13416 else
13417 PKGVERSION="(SIM) "
13418
13419 fi
13420
13421
13422
13423
13424
13425 # Check whether --with-bugurl was given.
13426 if test "${with_bugurl+set}" = set; then :
13427 withval=$with_bugurl; case "$withval" in
13428 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13429 no) BUGURL=
13430 ;;
13431 *) BUGURL="$withval"
13432 ;;
13433 esac
13434 else
13435 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13436
13437 fi
13438
13439 case ${BUGURL} in
13440 "")
13441 REPORT_BUGS_TO=
13442 REPORT_BUGS_TEXI=
13443 ;;
13444 *)
13445 REPORT_BUGS_TO="<$BUGURL>"
13446 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13447 ;;
13448 esac;
13449
13450
13451
13452
13453 cat >>confdefs.h <<_ACEOF
13454 #define PKGVERSION "$PKGVERSION"
13455 _ACEOF
13456
13457
13458 cat >>confdefs.h <<_ACEOF
13459 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13460 _ACEOF
13461
13462
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13464 $as_echo_n "checking return type of signal handlers... " >&6; }
13465 if test "${ac_cv_type_signal+set}" = set; then :
13466 $as_echo_n "(cached) " >&6
13467 else
13468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13469 /* end confdefs.h. */
13470 #include <sys/types.h>
13471 #include <signal.h>
13472
13473 int
13474 main ()
13475 {
13476 return *(signal (0, 0)) (0) == 1;
13477 ;
13478 return 0;
13479 }
13480 _ACEOF
13481 if ac_fn_c_try_compile "$LINENO"; then :
13482 ac_cv_type_signal=int
13483 else
13484 ac_cv_type_signal=void
13485 fi
13486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13487 fi
13488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13489 $as_echo "$ac_cv_type_signal" >&6; }
13490
13491 cat >>confdefs.h <<_ACEOF
13492 #define RETSIGTYPE $ac_cv_type_signal
13493 _ACEOF
13494
13495
13496
13497
13498
13499
13500
13501 wire_alignment="NONSTRICT_ALIGNMENT"
13502 default_alignment=""
13503
13504 # Check whether --enable-sim-alignment was given.
13505 if test "${enable_sim_alignment+set}" = set; then :
13506 enableval=$enable_sim_alignment; case "${enableval}" in
13507 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13508 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13509 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13510 yes) if test x"$wire_alignment" != x; then
13511 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13512 else
13513 if test x"$default_alignment" != x; then
13514 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13515 else
13516 echo "No hard-wired alignment for target $target" 1>&6
13517 sim_alignment="-DWITH_ALIGNMENT=0"
13518 fi
13519 fi;;
13520 no) if test x"$default_alignment" != x; then
13521 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13522 else
13523 if test x"$wire_alignment" != x; then
13524 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13525 else
13526 echo "No default alignment for target $target" 1>&6
13527 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13528 fi
13529 fi;;
13530 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13531 esac
13532 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13533 echo "Setting alignment flags = $sim_alignment" 6>&1
13534 fi
13535 else
13536 if test x"$default_alignment" != x; then
13537 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13538 else
13539 if test x"$wire_alignment" != x; then
13540 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13541 else
13542 sim_alignment=
13543 fi
13544 fi
13545 fi
13546
13547
13548 # Check whether --enable-werror was given.
13549 if test "${enable_werror+set}" = set; then :
13550 enableval=$enable_werror; case "${enableval}" in
13551 yes | y) ERROR_ON_WARNING="yes" ;;
13552 no | n) ERROR_ON_WARNING="no" ;;
13553 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13554 esac
13555 fi
13556
13557
13558 # Enable -Werror by default when using gcc
13559 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13560 ERROR_ON_WARNING=yes
13561 fi
13562
13563 WERROR_CFLAGS=""
13564 if test "${ERROR_ON_WARNING}" = yes ; then
13565 # NOTE: Disabled in the sim dir due to most sims generating warnings.
13566 # WERROR_CFLAGS="-Werror"
13567 true
13568 fi
13569
13570 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13571 -Wpointer-sign \
13572 -Wno-unused -Wunused-value -Wunused-function \
13573 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13574 -Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13575 -Wold-style-declaration -Wold-style-definition"
13576
13577 # Enable -Wno-format by default when using gcc on mingw since many
13578 # GCC versions complain about %I64.
13579 case "${host}" in
13580 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13581 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13582 esac
13583
13584 # Check whether --enable-build-warnings was given.
13585 if test "${enable_build_warnings+set}" = set; then :
13586 enableval=$enable_build_warnings; case "${enableval}" in
13587 yes) ;;
13588 no) build_warnings="-w";;
13589 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13590 build_warnings="${build_warnings} ${t}";;
13591 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13592 build_warnings="${t} ${build_warnings}";;
13593 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13594 esac
13595 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13596 echo "Setting compiler warning flags = $build_warnings" 6>&1
13597 fi
13598 fi
13599 # Check whether --enable-sim-build-warnings was given.
13600 if test "${enable_sim_build_warnings+set}" = set; then :
13601 enableval=$enable_sim_build_warnings; case "${enableval}" in
13602 yes) ;;
13603 no) build_warnings="-w";;
13604 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13605 build_warnings="${build_warnings} ${t}";;
13606 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13607 build_warnings="${t} ${build_warnings}";;
13608 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13609 esac
13610 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13611 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13612 fi
13613 fi
13614 WARN_CFLAGS=""
13615 if test "x${build_warnings}" != x -a "x$GCC" = xyes
13616 then
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13618 $as_echo_n "checking compiler warning flags... " >&6; }
13619 # Separate out the -Werror flag as some files just cannot be
13620 # compiled with it enabled.
13621 for w in ${build_warnings}; do
13622 case $w in
13623 -Werr*) WERROR_CFLAGS=-Werror ;;
13624 *) # Check that GCC accepts it
13625 saved_CFLAGS="$CFLAGS"
13626 CFLAGS="$CFLAGS $w"
13627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13628 /* end confdefs.h. */
13629
13630 int
13631 main ()
13632 {
13633
13634 ;
13635 return 0;
13636 }
13637 _ACEOF
13638 if ac_fn_c_try_compile "$LINENO"; then :
13639 WARN_CFLAGS="${WARN_CFLAGS} $w"
13640 fi
13641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13642 CFLAGS="$saved_CFLAGS"
13643 esac
13644 done
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13646 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13647 fi
13648
13649
13650 default_sim_reserved_bits="1"
13651 # Check whether --enable-sim-reserved-bits was given.
13652 if test "${enable_sim_reserved_bits+set}" = set; then :
13653 enableval=$enable_sim_reserved_bits; case "${enableval}" in
13654 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
13655 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
13656 *) as_fn_error "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
13657 esac
13658 if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
13659 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
13660 fi
13661 else
13662 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
13663 fi
13664
13665
13666 # DEPRECATED
13667 #
13668 # Instead of defining a `subtarget' macro, code should be checking
13669 # the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
13670 # in question.
13671 #
13672 case "${target}" in
13673 mips64vr*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
13674 mips*tx39*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
13675 mips*-sde-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13676 mips*-mti-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13677 mipsisa32*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13678 mipsisa64*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13679 *) SIM_SUBTARGET="";;
13680 esac
13681
13682
13683
13684
13685 #
13686 # Select the byte order of the target
13687 #
13688 mips_endian=
13689 default_endian=
13690 case "${target}" in
13691 mips64el*-*-*) mips_endian=LITTLE ;;
13692 mips64vr*el-*-*) default_endian=LITTLE ;;
13693 mips64*-*-*) default_endian=BIG ;;
13694 mips16*-*-*) default_endian=BIG ;;
13695 mipsisa32*-*-*) default_endian=BIG ;;
13696 mipsisa64*-*-*) default_endian=BIG ;;
13697 mips*-*-*) default_endian=BIG ;;
13698 *) default_endian=BIG ;;
13699 esac
13700
13701 wire_endian="$mips_endian"
13702 default_endian="$default_endian"
13703 # Check whether --enable-sim-endian was given.
13704 if test "${enable_sim_endian+set}" = set; then :
13705 enableval=$enable_sim_endian; case "${enableval}" in
13706 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13707 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
13708 yes) if test x"$wire_endian" != x; then
13709 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13710 else
13711 if test x"$default_endian" != x; then
13712 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13713 else
13714 echo "No hard-wired endian for target $target" 1>&6
13715 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13716 fi
13717 fi;;
13718 no) if test x"$default_endian" != x; then
13719 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13720 else
13721 if test x"$wire_endian" != x; then
13722 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13723 else
13724 echo "No default endian for target $target" 1>&6
13725 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13726 fi
13727 fi;;
13728 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
13729 esac
13730 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13731 echo "Setting endian flags = $sim_endian" 6>&1
13732 fi
13733 else
13734 if test x"$default_endian" != x; then
13735 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13736 else
13737 if test x"$wire_endian" != x; then
13738 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13739 else
13740 sim_endian=
13741 fi
13742 fi
13743 fi
13744
13745
13746
13747
13748 #
13749 # Select the bitsize of the target
13750 #
13751 mips_addr_bitsize=
13752 case "${target}" in
13753 mips*-sde-elf*) mips_bitsize=64 ; mips_msb=63 ;;
13754 mips*-mti-elf*) mips_bitsize=64 ; mips_msb=63 ;;
13755 mips64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
13756 mips16*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
13757 mipsisa32*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
13758 mipsisa64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
13759 mips*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
13760 *) mips_bitsize=64 ; mips_msb=63 ;;
13761 esac
13762 wire_word_bitsize="$mips_bitsize"
13763 wire_word_msb="$mips_msb"
13764 wire_address_bitsize="$mips_addr_bitsize"
13765 wire_cell_bitsize=""
13766 # Check whether --enable-sim-bitsize was given.
13767 if test "${enable_sim_bitsize+set}" = set; then :
13768 enableval=$enable_sim_bitsize; sim_bitsize=
13769 case "${enableval}" in
13770 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
13771 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
13772 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13773 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13774 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13775 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
13776 else
13777 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
13778 fi ;;
13779 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13780 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
13781 else
13782 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
13783 fi ;;
13784 *) as_fn_error "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13785 esac
13786 # address bitsize
13787 tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
13788 case x"${tmp}" in
13789 x ) ;;
13790 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
13791 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
13792 * ) as_fn_error "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13793 esac
13794 # cell bitsize
13795 tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
13796 case x"${tmp}" in
13797 x ) ;;
13798 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
13799 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
13800 * ) as_fn_error "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13801 esac
13802 if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
13803 echo "Setting bitsize flags = $sim_bitsize" 6>&1
13804 fi
13805 else
13806 sim_bitsize=""
13807 if test x"$wire_word_bitsize" != x; then
13808 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
13809 fi
13810 if test x"$wire_word_msb" != x; then
13811 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
13812 fi
13813 if test x"$wire_address_bitsize" != x; then
13814 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
13815 fi
13816 if test x"$wire_cell_bitsize" != x; then
13817 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
13818 fi
13819 fi
13820
13821
13822
13823
13824 #
13825 # Select the floating hardware support of the target
13826 #
13827 mips_fpu=HARDWARE_FLOATING_POINT
13828 mips_fpu_bitsize=
13829 case "${target}" in
13830 mips*tx39*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
13831 mips*-sde-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13832 mips*-mti-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13833 mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
13834 mips16*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
13835 mipsisa32*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13836 mipsisa64*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13837 mips*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
13838 *) mips_fpu=HARD_FLOATING_POINT ;;
13839 esac
13840
13841 default_sim_float="$mips_fpu"
13842 default_sim_float_bitsize="$mips_fpu_bitsize"
13843 # Check whether --enable-sim-float was given.
13844 if test "${enable_sim_float+set}" = set; then :
13845 enableval=$enable_sim_float; case "${enableval}" in
13846 yes | hard) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
13847 no | soft) sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
13848 32) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32";;
13849 64) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64";;
13850 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-float\"" "$LINENO" 5; sim_float="";;
13851 esac
13852 if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
13853 echo "Setting float flags = $sim_float" 6>&1
13854 fi
13855 else
13856
13857 sim_float=
13858 if test x"${default_sim_float}" != x""; then
13859 sim_float="-DWITH_FLOATING_POINT=${default_sim_float}"
13860 fi
13861 if test x"${default_sim_float_bitsize}" != x""; then
13862 sim_float="$sim_float -DWITH_TARGET_FLOATING_POINT_BITSIZE=${default_sim_float_bitsize}"
13863 fi
13864
13865 fi
13866
13867
13868
13869
13870 #
13871 # Select the IGEN architecture
13872 #
13873 sim_gen=IGEN
13874 sim_igen_machine="-M mipsIV"
13875 sim_m16_machine="-M mips16,mipsIII"
13876 sim_igen_filter="32,64,f"
13877 sim_m16_filter="16"
13878 sim_mach_default="mips8000"
13879
13880 case "${target}" in
13881 mips*tx39*) sim_gen=IGEN
13882 sim_igen_filter="32,f"
13883 sim_igen_machine="-M r3900"
13884 ;;
13885 mips64vr43*-*-*) sim_gen=IGEN
13886 sim_igen_machine="-M mipsIV"
13887 sim_mach_default="mips8000"
13888 ;;
13889 mips64vr5*-*-*) sim_gen=IGEN
13890 sim_igen_machine="-M vr5000"
13891 sim_mach_default="mips5000"
13892 ;;
13893 mips64vr41*) sim_gen=M16
13894 sim_igen_machine="-M vr4100"
13895 sim_m16_machine="-M vr4100"
13896 sim_igen_filter="32,64,f"
13897 sim_m16_filter="16"
13898 sim_mach_default="mips4100"
13899 ;;
13900 mips64vr-*-* | mips64vrel-*-*)
13901 sim_gen=MULTI
13902 sim_multi_configs="\
13903 vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
13904 vr4120:mipsIII,mips16,vr4120:32,64:mips4120\
13905 vr5000:mipsIV:32,64,f:mips4300,mips5000\
13906 vr5400:mipsIV,vr5400:32,64,f:mips5400\
13907 vr5500:mipsIV,vr5500:32,64,f:mips5500"
13908 sim_multi_default=mips5000
13909 ;;
13910 mips*-sde-elf* | mips*-mti-elf*)
13911 sim_gen=MULTI
13912 sim_multi_configs="\
13913 micromips:micromips64,micromipsdsp:32,64,f:mips_micromips\
13914 mips64r2:mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,64,f:mipsisa64r2"
13915 sim_multi_default=mipsisa64r2
13916 ;;
13917 mips64*-*-*) sim_igen_filter="32,64,f"
13918 sim_gen=IGEN
13919 ;;
13920 mips16*-*-*) sim_gen=M16
13921 sim_igen_filter="32,64,f"
13922 sim_m16_filter="16"
13923 ;;
13924 mipsisa32r2*-*-*) sim_gen=MULTI
13925 sim_multi_configs="\
13926 micromips:micromips32,micromipsdsp:32,f:mips_micromips\
13927 mips32r2:mips32r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,f:mipsisa32r2"
13928 sim_multi_default=mipsisa32r2
13929 ;;
13930 mipsisa32*-*-*) sim_gen=M16
13931 sim_igen_machine="-M mips32,mips16,mips16e,smartmips"
13932 sim_m16_machine="-M mips16,mips16e,mips32"
13933 sim_igen_filter="32,f"
13934 sim_mach_default="mipsisa32"
13935 ;;
13936 mipsisa64r2*-*-*) sim_gen=M16
13937 sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2"
13938 sim_m16_machine="-M mips16,mips16e,mips64r2"
13939 sim_igen_filter="32,64,f"
13940 sim_mach_default="mipsisa64r2"
13941 ;;
13942 mipsisa64sb1*-*-*) sim_gen=IGEN
13943 sim_igen_machine="-M mips64,mips3d,sb1"
13944 sim_igen_filter="32,64,f"
13945 sim_mach_default="mips_sb1"
13946 ;;
13947 mipsisa64*-*-*) sim_gen=M16
13948 sim_igen_machine="-M mips64,mips3d,mips16,mips16e,mdmx"
13949 sim_m16_machine="-M mips16,mips16e,mips64"
13950 sim_igen_filter="32,64,f"
13951 sim_mach_default="mipsisa64"
13952 ;;
13953 mips*lsi*) sim_gen=M16
13954 sim_igen_machine="-M mipsIII,mips16"
13955 sim_m16_machine="-M mips16,mipsIII"
13956 sim_igen_filter="32,f"
13957 sim_m16_filter="16"
13958 sim_mach_default="mips4000"
13959 ;;
13960 mips*-*-*) sim_gen=IGEN
13961 sim_igen_filter="32,f"
13962 ;;
13963 esac
13964
13965 # The MULTI generator can combine several simulation engines into one.
13966 # executable. A configuration which uses the MULTI should set two
13967 # variables: ${sim_multi_configs} and ${sim_multi_default}.
13968 #
13969 # ${sim_multi_configs} is the list of engines to build. Each
13970 # space-separated entry has the form NAME:MACHINE:FILTER:BFDMACHS,
13971 # where:
13972 #
13973 # - NAME is a C-compatible prefix for the engine,
13974 # - MACHINE is a -M argument,
13975 # - FILTER is a -F argument, and
13976 # - BFDMACHS is a comma-separated list of bfd machines that the
13977 # simulator can run.
13978 #
13979 # Each entry will have a separate simulation engine whose prefix is
13980 # m32<NAME>. If the machine list includes "mips16", there will also
13981 # be a mips16 engine, prefix m16<NAME>. The mips16 engine will be
13982 # generated using the same machine list as the 32-bit version,
13983 # but the filter will be "16" instead of FILTER.
13984 #
13985 # The simulator compares the bfd mach against BFDMACHS to decide
13986 # which engine to use. Entries in BFDMACHS should be bfd_mach
13987 # values with "bfd_mach_" removed. ${sim_multi_default} says
13988 # which entry should be the default.
13989 if test ${sim_gen} = MULTI; then
13990
13991 # Simple sanity check.
13992 if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then
13993 as_fn_error "Error in configure.ac: MULTI simulator not set up correctly" "$LINENO" 5
13994 fi
13995
13996 # Start in a known state.
13997 rm -f multi-include.h multi-run.c
13998 sim_multi_flags=
13999 sim_multi_src=
14000 sim_multi_obj=
14001 sim_multi_igen_configs=
14002 sim_seen_default=no
14003
14004 cat << __EOF__ > multi-run.c
14005 /* Main entry point for MULTI simulators.
14006 Copyright (C) 2003-2016 Free Software Foundation, Inc.
14007
14008 This program is free software; you can redistribute it and/or modify
14009 it under the terms of the GNU General Public License as published by
14010 the Free Software Foundation; either version 3 of the License, or
14011 (at your option) any later version.
14012
14013 This program is distributed in the hope that it will be useful,
14014 but WITHOUT ANY WARRANTY; without even the implied warranty of
14015 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14016 GNU General Public License for more details.
14017
14018 You should have received a copy of the GNU General Public License
14019 along with this program. If not, see <http://www.gnu.org/licenses/>.
14020
14021 --
14022
14023 This file was generated by sim/mips/configure. */
14024
14025 #include "sim-main.h"
14026 #include "multi-include.h"
14027 #include "elf-bfd.h"
14028 #include "elf/mips.h"
14029
14030 #define SD sd
14031 #define CPU cpu
14032
14033 void
14034 sim_engine_run (SIM_DESC sd,
14035 int next_cpu_nr,
14036 int nr_cpus,
14037 int signal) /* ignore */
14038 {
14039 int mach;
14040
14041 if (STATE_ARCHITECTURE (sd) == NULL)
14042 mach = bfd_mach_${sim_multi_default};
14043 else if (elf_elfheader (sd->base.prog_bfd)->e_flags
14044 & EF_MIPS_ARCH_ASE_MICROMIPS)
14045 mach = bfd_mach_mips_micromips;
14046 else
14047 mach = STATE_ARCHITECTURE (SD)->mach;
14048
14049 switch (mach)
14050 {
14051 __EOF__
14052
14053 for fc in ${sim_multi_configs}; do
14054
14055 # Split up the entry. ${c} contains the first three elements.
14056 # Note: outer sqaure brackets are m4 quotes.
14057 c=`echo ${fc} | sed 's/:[^:]*$//'`
14058 bfdmachs=`echo ${fc} | sed 's/.*://'`
14059 name=`echo ${c} | sed 's/:.*//'`
14060 machine=`echo ${c} | sed 's/.*:\(.*\):.*/\1/'`
14061 filter=`echo ${c} | sed 's/.*://'`
14062
14063 # Build the following lists:
14064 #
14065 # sim_multi_flags: all -M and -F flags used by the simulator
14066 # sim_multi_src: all makefile-generated source files
14067 # sim_multi_obj: the objects for ${sim_multi_src}
14068 # sim_multi_igen_configs: igen configuration strings.
14069 #
14070 # Each entry in ${sim_multi_igen_configs} is a prefix (m32
14071 # or m16) followed by the NAME, MACHINE and FILTER part of
14072 # the ${sim_multi_configs} entry.
14073 sim_multi_flags="${sim_multi_flags} -F ${filter} -M ${machine}"
14074
14075 # Check whether special handling is needed.
14076 case ${c} in
14077 *:*mips16*:*)
14078 # Run igen twice, once for normal mode and once for mips16.
14079 ws="m32 m16"
14080
14081 # The top-level function for the mips16 simulator is
14082 # in a file m16${name}_run.c, generated by the
14083 # tmp-run-multi Makefile rule.
14084 sim_multi_src="${sim_multi_src} m16${name}_run.c"
14085 sim_multi_obj="${sim_multi_obj} m16${name}_run.o"
14086 sim_multi_flags="${sim_multi_flags} -F 16"
14087 ;;
14088 *:*micromips32*:*)
14089 # Run igen thrice, once for micromips32, once for micromips16,
14090 # and once for m32.
14091 ws="micromips_m32 micromips16 micromips32"
14092
14093 # The top-level function for the micromips simulator is
14094 # in a file micromips${name}_run.c, generated by the
14095 # tmp-run-multi Makefile rule.
14096 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
14097 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
14098 sim_multi_flags="${sim_multi_flags} -F 16,32"
14099 ;;
14100 *:*micromips64*:*)
14101 # Run igen thrice, once for micromips64, once for micromips16,
14102 # and once for m64.
14103 ws="micromips_m64 micromips16 micromips64"
14104
14105 # The top-level function for the micromips simulator is
14106 # in a file micromips${name}_run.c, generated by the
14107 # tmp-run-multi Makefile rule.
14108 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
14109 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
14110 sim_multi_flags="${sim_multi_flags} -F 16,32,64"
14111 ;;
14112 *)
14113 ws=m32
14114 ;;
14115 esac
14116
14117 # Now add the list of igen-generated files to ${sim_multi_src}
14118 # and ${sim_multi_obj}.
14119 for w in ${ws}; do
14120 for base in engine icache idecode model semantics support; do
14121 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.c"
14122 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.h"
14123 sim_multi_obj="${sim_multi_obj} ${w}${name}_${base}.o"
14124 done
14125 sim_multi_igen_configs="${sim_multi_igen_configs} ${w}${c}"
14126 done
14127
14128 # Add an include for the engine.h file. This file declares the
14129 # top-level foo_engine_run() function.
14130 echo "#include \"${w}${name}_engine.h\"" >> multi-include.h
14131
14132 # Add case statements for this engine to sim_engine_run().
14133 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
14134 echo " case bfd_mach_${mach}:" >> multi-run.c
14135 if test ${mach} = ${sim_multi_default}; then
14136 echo " default:" >> multi-run.c
14137 sim_seen_default=yes
14138 fi
14139 done
14140 echo " ${w}${name}_engine_run (sd, next_cpu_nr, nr_cpus, signal);" \
14141 >> multi-run.c
14142 echo " break;" >> multi-run.c
14143 done
14144
14145 # Check whether we added a 'default:' label.
14146 if test ${sim_seen_default} = no; then
14147 as_fn_error "Error in configure.ac: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5
14148 fi
14149
14150 cat << __EOF__ >> multi-run.c
14151 }
14152 }
14153
14154 int
14155 mips_mach_multi (SIM_DESC sd)
14156 {
14157 if (STATE_ARCHITECTURE (sd) == NULL)
14158 return bfd_mach_${sim_multi_default};
14159
14160 switch (STATE_ARCHITECTURE (SD)->mach)
14161 {
14162 __EOF__
14163
14164 # Add case statements for this engine to mips_mach_multi().
14165 for fc in ${sim_multi_configs}; do
14166
14167 # Split up the entry. ${c} contains the first three elements.
14168 # Note: outer sqaure brackets are m4 quotes.
14169 c=`echo ${fc} | sed 's/:[^:]*$//'`
14170 bfdmachs=`echo ${fc} | sed 's/.*://'`
14171
14172 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
14173 echo " case bfd_mach_${mach}:" >> multi-run.c
14174 done
14175 done
14176
14177 cat << __EOF__ >> multi-run.c
14178 return (STATE_ARCHITECTURE (SD)->mach);
14179 default:
14180 return bfd_mach_${sim_multi_default};
14181 }
14182 }
14183 __EOF__
14184
14185 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_MULTI"
14186 else
14187 # For clean-extra
14188 sim_multi_src=doesnt-exist.c
14189
14190 if test x"${sim_mach_default}" = x""; then
14191 as_fn_error "Error in configure.ac: \${sim_mach_default} not defined" "$LINENO" 5
14192 fi
14193 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}"
14194 fi
14195 sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine} ${sim_igen_smp}"
14196 sim_m16_flags=" -F ${sim_m16_filter} ${sim_m16_machine} ${sim_igen_smp}"
14197 sim_micromips16_flags=" -F ${sim_micromips16_filter} ${sim_micromips16_machine} ${sim_igen_smp}"
14198 sim_micromips_flags=" -F ${sim_micromips_filter} ${sim_micromips_machine} ${sim_igen_smp}"
14199
14200
14201
14202
14203
14204
14205
14206
14207
14208 #
14209 # Add simulated hardware devices
14210 #
14211 hw_enabled=no
14212 case "${target}" in
14213 mips*tx39*)
14214 hw_enabled=yes
14215 hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
14216 ;;
14217 *)
14218 ;;
14219 esac
14220
14221 if test "$hw_devices"; then
14222 hardware="$hw_devices"
14223 else
14224 hardware="cfi core pal glue"
14225 fi
14226 hardware="$hardware $hw_extra_devices"
14227
14228 sim_hw_cflags="-DWITH_HW=1"
14229 sim_hw="$hardware"
14230 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
14231
14232 # Check whether --enable-sim-hardware was given.
14233 if test "${enable_sim_hardware+set}" = set; then :
14234 enableval=$enable_sim_hardware;
14235 else
14236 enable_sim_hardware="$hw_enabled"
14237 fi
14238
14239 case ${enable_sim_hardware} in
14240 yes|no) ;;
14241 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
14242 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
14243 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
14244 esac
14245
14246 if test "$enable_sim_hardware" = no; then
14247 sim_hw_objs=
14248 sim_hw_cflags="-DWITH_HW=0"
14249 sim_hw=
14250 else
14251 sim_hw_cflags="-DWITH_HW=1"
14252 # remove duplicates
14253 sim_hw=""
14254 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
14255 for i in $hardware ; do
14256 case " $sim_hw " in
14257 *" $i "*) ;;
14258 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
14259 esac
14260 done
14261 # mingw does not support sockser
14262 case ${host} in
14263 *mingw*) ;;
14264 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
14265 # that you instatiate. Instead, other code will call into it directly.
14266 # At some point, we should convert it over.
14267 sim_hw_objs="$sim_hw_objs dv-sockser.o"
14268
14269 cat >>confdefs.h <<_ACEOF
14270 #define HAVE_DV_SOCKSER 1
14271 _ACEOF
14272
14273 ;;
14274 esac
14275 if test x"$silent" != x"yes"; then
14276 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
14277 fi
14278 case " $hardware " in
14279 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
14280 $as_echo_n "checking for log2 in -lm... " >&6; }
14281 if test "${ac_cv_lib_m_log2+set}" = set; then :
14282 $as_echo_n "(cached) " >&6
14283 else
14284 ac_check_lib_save_LIBS=$LIBS
14285 LIBS="-lm $LIBS"
14286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14287 /* end confdefs.h. */
14288
14289 /* Override any GCC internal prototype to avoid an error.
14290 Use char because int might match the return type of a GCC
14291 builtin and then its argument prototype would still apply. */
14292 #ifdef __cplusplus
14293 extern "C"
14294 #endif
14295 char log2 ();
14296 int
14297 main ()
14298 {
14299 return log2 ();
14300 ;
14301 return 0;
14302 }
14303 _ACEOF
14304 if ac_fn_c_try_link "$LINENO"; then :
14305 ac_cv_lib_m_log2=yes
14306 else
14307 ac_cv_lib_m_log2=no
14308 fi
14309 rm -f core conftest.err conftest.$ac_objext \
14310 conftest$ac_exeext conftest.$ac_ext
14311 LIBS=$ac_check_lib_save_LIBS
14312 fi
14313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
14314 $as_echo "$ac_cv_lib_m_log2" >&6; }
14315 if test "x$ac_cv_lib_m_log2" = x""yes; then :
14316 cat >>confdefs.h <<_ACEOF
14317 #define HAVE_LIBM 1
14318 _ACEOF
14319
14320 LIBS="-lm $LIBS"
14321
14322 fi
14323 ;;
14324 esac
14325 fi
14326
14327
14328
14329 # Choose simulator engine
14330 case "${target}" in
14331 *) mips_igen_engine="engine.o"
14332 ;;
14333 esac
14334
14335
14336
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
14338 $as_echo_n "checking for X... " >&6; }
14339
14340
14341 # Check whether --with-x was given.
14342 if test "${with_x+set}" = set; then :
14343 withval=$with_x;
14344 fi
14345
14346 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
14347 if test "x$with_x" = xno; then
14348 # The user explicitly disabled X.
14349 have_x=disabled
14350 else
14351 case $x_includes,$x_libraries in #(
14352 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
14353 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
14354 $as_echo_n "(cached) " >&6
14355 else
14356 # One or both of the vars are not set, and there is no cached value.
14357 ac_x_includes=no ac_x_libraries=no
14358 rm -f -r conftest.dir
14359 if mkdir conftest.dir; then
14360 cd conftest.dir
14361 cat >Imakefile <<'_ACEOF'
14362 incroot:
14363 @echo incroot='${INCROOT}'
14364 usrlibdir:
14365 @echo usrlibdir='${USRLIBDIR}'
14366 libdir:
14367 @echo libdir='${LIBDIR}'
14368 _ACEOF
14369 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
14370 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
14371 for ac_var in incroot usrlibdir libdir; do
14372 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
14373 done
14374 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
14375 for ac_extension in a so sl dylib la dll; do
14376 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
14377 test -f "$ac_im_libdir/libX11.$ac_extension"; then
14378 ac_im_usrlibdir=$ac_im_libdir; break
14379 fi
14380 done
14381 # Screen out bogus values from the imake configuration. They are
14382 # bogus both because they are the default anyway, and because
14383 # using them would break gcc on systems where it needs fixed includes.
14384 case $ac_im_incroot in
14385 /usr/include) ac_x_includes= ;;
14386 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
14387 esac
14388 case $ac_im_usrlibdir in
14389 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
14390 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
14391 esac
14392 fi
14393 cd ..
14394 rm -f -r conftest.dir
14395 fi
14396
14397 # Standard set of common directories for X headers.
14398 # Check X11 before X11Rn because it is often a symlink to the current release.
14399 ac_x_header_dirs='
14400 /usr/X11/include
14401 /usr/X11R7/include
14402 /usr/X11R6/include
14403 /usr/X11R5/include
14404 /usr/X11R4/include
14405
14406 /usr/include/X11
14407 /usr/include/X11R7
14408 /usr/include/X11R6
14409 /usr/include/X11R5
14410 /usr/include/X11R4
14411
14412 /usr/local/X11/include
14413 /usr/local/X11R7/include
14414 /usr/local/X11R6/include
14415 /usr/local/X11R5/include
14416 /usr/local/X11R4/include
14417
14418 /usr/local/include/X11
14419 /usr/local/include/X11R7
14420 /usr/local/include/X11R6
14421 /usr/local/include/X11R5
14422 /usr/local/include/X11R4
14423
14424 /usr/X386/include
14425 /usr/x386/include
14426 /usr/XFree86/include/X11
14427
14428 /usr/include
14429 /usr/local/include
14430 /usr/unsupported/include
14431 /usr/athena/include
14432 /usr/local/x11r5/include
14433 /usr/lpp/Xamples/include
14434
14435 /usr/openwin/include
14436 /usr/openwin/share/include'
14437
14438 if test "$ac_x_includes" = no; then
14439 # Guess where to find include files, by looking for Xlib.h.
14440 # First, try using that file with no special directory specified.
14441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14442 /* end confdefs.h. */
14443 #include <X11/Xlib.h>
14444 _ACEOF
14445 if ac_fn_c_try_cpp "$LINENO"; then :
14446 # We can compile using X headers with no special include directory.
14447 ac_x_includes=
14448 else
14449 for ac_dir in $ac_x_header_dirs; do
14450 if test -r "$ac_dir/X11/Xlib.h"; then
14451 ac_x_includes=$ac_dir
14452 break
14453 fi
14454 done
14455 fi
14456 rm -f conftest.err conftest.$ac_ext
14457 fi # $ac_x_includes = no
14458
14459 if test "$ac_x_libraries" = no; then
14460 # Check for the libraries.
14461 # See if we find them without any special options.
14462 # Don't add to $LIBS permanently.
14463 ac_save_LIBS=$LIBS
14464 LIBS="-lX11 $LIBS"
14465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14466 /* end confdefs.h. */
14467 #include <X11/Xlib.h>
14468 int
14469 main ()
14470 {
14471 XrmInitialize ()
14472 ;
14473 return 0;
14474 }
14475 _ACEOF
14476 if ac_fn_c_try_link "$LINENO"; then :
14477 LIBS=$ac_save_LIBS
14478 # We can link X programs with no special library path.
14479 ac_x_libraries=
14480 else
14481 LIBS=$ac_save_LIBS
14482 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
14483 do
14484 # Don't even attempt the hair of trying to link an X program!
14485 for ac_extension in a so sl dylib la dll; do
14486 if test -r "$ac_dir/libX11.$ac_extension"; then
14487 ac_x_libraries=$ac_dir
14488 break 2
14489 fi
14490 done
14491 done
14492 fi
14493 rm -f core conftest.err conftest.$ac_objext \
14494 conftest$ac_exeext conftest.$ac_ext
14495 fi # $ac_x_libraries = no
14496
14497 case $ac_x_includes,$ac_x_libraries in #(
14498 no,* | *,no | *\'*)
14499 # Didn't find X, or a directory has "'" in its name.
14500 ac_cv_have_x="have_x=no";; #(
14501 *)
14502 # Record where we found X for the cache.
14503 ac_cv_have_x="have_x=yes\
14504 ac_x_includes='$ac_x_includes'\
14505 ac_x_libraries='$ac_x_libraries'"
14506 esac
14507 fi
14508 ;; #(
14509 *) have_x=yes;;
14510 esac
14511 eval "$ac_cv_have_x"
14512 fi # $with_x != no
14513
14514 if test "$have_x" != yes; then
14515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
14516 $as_echo "$have_x" >&6; }
14517 no_x=yes
14518 else
14519 # If each of the values was on the command line, it overrides each guess.
14520 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
14521 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
14522 # Update the cache value to reflect the command line values.
14523 ac_cv_have_x="have_x=yes\
14524 ac_x_includes='$x_includes'\
14525 ac_x_libraries='$x_libraries'"
14526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
14527 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
14528 fi
14529
14530 mips_extra_libs=""
14531
14532
14533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabs in -lm" >&5
14534 $as_echo_n "checking for fabs in -lm... " >&6; }
14535 if test "${ac_cv_lib_m_fabs+set}" = set; then :
14536 $as_echo_n "(cached) " >&6
14537 else
14538 ac_check_lib_save_LIBS=$LIBS
14539 LIBS="-lm $LIBS"
14540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14541 /* end confdefs.h. */
14542
14543 /* Override any GCC internal prototype to avoid an error.
14544 Use char because int might match the return type of a GCC
14545 builtin and then its argument prototype would still apply. */
14546 #ifdef __cplusplus
14547 extern "C"
14548 #endif
14549 char fabs ();
14550 int
14551 main ()
14552 {
14553 return fabs ();
14554 ;
14555 return 0;
14556 }
14557 _ACEOF
14558 if ac_fn_c_try_link "$LINENO"; then :
14559 ac_cv_lib_m_fabs=yes
14560 else
14561 ac_cv_lib_m_fabs=no
14562 fi
14563 rm -f core conftest.err conftest.$ac_objext \
14564 conftest$ac_exeext conftest.$ac_ext
14565 LIBS=$ac_check_lib_save_LIBS
14566 fi
14567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabs" >&5
14568 $as_echo "$ac_cv_lib_m_fabs" >&6; }
14569 if test "x$ac_cv_lib_m_fabs" = x""yes; then :
14570 cat >>confdefs.h <<_ACEOF
14571 #define HAVE_LIBM 1
14572 _ACEOF
14573
14574 LIBS="-lm $LIBS"
14575
14576 fi
14577
14578 for ac_func in aint anint sqrt
14579 do :
14580 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14581 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14582 eval as_val=\$$as_ac_var
14583 if test "x$as_val" = x""yes; then :
14584 cat >>confdefs.h <<_ACEOF
14585 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14586 _ACEOF
14587
14588 fi
14589 done
14590
14591
14592
14593 cgen_breaks=""
14594 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
14595 cgen_breaks="break cgen_rtx_error";
14596 fi
14597
14598 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
14599
14600 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
14601
14602 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
14603
14604 ac_config_commands="$ac_config_commands Makefile"
14605
14606 ac_config_commands="$ac_config_commands stamp-h"
14607
14608 cat >confcache <<\_ACEOF
14609 # This file is a shell script that caches the results of configure
14610 # tests run on this system so they can be shared between configure
14611 # scripts and configure runs, see configure's option --config-cache.
14612 # It is not useful on other systems. If it contains results you don't
14613 # want to keep, you may remove or edit it.
14614 #
14615 # config.status only pays attention to the cache file if you give it
14616 # the --recheck option to rerun configure.
14617 #
14618 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14619 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14620 # following values.
14621
14622 _ACEOF
14623
14624 # The following way of writing the cache mishandles newlines in values,
14625 # but we know of no workaround that is simple, portable, and efficient.
14626 # So, we kill variables containing newlines.
14627 # Ultrix sh set writes to stderr and can't be redirected directly,
14628 # and sets the high bit in the cache file unless we assign to the vars.
14629 (
14630 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14631 eval ac_val=\$$ac_var
14632 case $ac_val in #(
14633 *${as_nl}*)
14634 case $ac_var in #(
14635 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14636 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14637 esac
14638 case $ac_var in #(
14639 _ | IFS | as_nl) ;; #(
14640 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14641 *) { eval $ac_var=; unset $ac_var;} ;;
14642 esac ;;
14643 esac
14644 done
14645
14646 (set) 2>&1 |
14647 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14648 *${as_nl}ac_space=\ *)
14649 # `set' does not quote correctly, so add quotes: double-quote
14650 # substitution turns \\\\ into \\, and sed turns \\ into \.
14651 sed -n \
14652 "s/'/'\\\\''/g;
14653 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14654 ;; #(
14655 *)
14656 # `set' quotes correctly as required by POSIX, so do not add quotes.
14657 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14658 ;;
14659 esac |
14660 sort
14661 ) |
14662 sed '
14663 /^ac_cv_env_/b end
14664 t clear
14665 :clear
14666 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14667 t end
14668 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14669 :end' >>confcache
14670 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14671 if test -w "$cache_file"; then
14672 test "x$cache_file" != "x/dev/null" &&
14673 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14674 $as_echo "$as_me: updating cache $cache_file" >&6;}
14675 cat confcache >$cache_file
14676 else
14677 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14678 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14679 fi
14680 fi
14681 rm -f confcache
14682
14683 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14684 # Let make expand exec_prefix.
14685 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14686
14687 DEFS=-DHAVE_CONFIG_H
14688
14689 ac_libobjs=
14690 ac_ltlibobjs=
14691 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14692 # 1. Remove the extension, and $U if already installed.
14693 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14694 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14695 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14696 # will be set to the directory where LIBOBJS objects are built.
14697 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14698 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14699 done
14700 LIBOBJS=$ac_libobjs
14701
14702 LTLIBOBJS=$ac_ltlibobjs
14703
14704
14705
14706 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
14707 as_fn_error "conditional \"GMAKE\" was never defined.
14708 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14709 fi
14710 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
14711 as_fn_error "conditional \"PLUGINS\" was never defined.
14712 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14713 fi
14714 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14715 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14716 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14717 fi
14718
14719 : ${CONFIG_STATUS=./config.status}
14720 ac_write_fail=0
14721 ac_clean_files_save=$ac_clean_files
14722 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14723 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14724 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14725 as_write_fail=0
14726 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14727 #! $SHELL
14728 # Generated by $as_me.
14729 # Run this file to recreate the current configuration.
14730 # Compiler output produced by configure, useful for debugging
14731 # configure, is in config.log if it exists.
14732
14733 debug=false
14734 ac_cs_recheck=false
14735 ac_cs_silent=false
14736
14737 SHELL=\${CONFIG_SHELL-$SHELL}
14738 export SHELL
14739 _ASEOF
14740 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14741 ## -------------------- ##
14742 ## M4sh Initialization. ##
14743 ## -------------------- ##
14744
14745 # Be more Bourne compatible
14746 DUALCASE=1; export DUALCASE # for MKS sh
14747 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14748 emulate sh
14749 NULLCMD=:
14750 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14751 # is contrary to our usage. Disable this feature.
14752 alias -g '${1+"$@"}'='"$@"'
14753 setopt NO_GLOB_SUBST
14754 else
14755 case `(set -o) 2>/dev/null` in #(
14756 *posix*) :
14757 set -o posix ;; #(
14758 *) :
14759 ;;
14760 esac
14761 fi
14762
14763
14764 as_nl='
14765 '
14766 export as_nl
14767 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14768 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14769 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14770 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14771 # Prefer a ksh shell builtin over an external printf program on Solaris,
14772 # but without wasting forks for bash or zsh.
14773 if test -z "$BASH_VERSION$ZSH_VERSION" \
14774 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14775 as_echo='print -r --'
14776 as_echo_n='print -rn --'
14777 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14778 as_echo='printf %s\n'
14779 as_echo_n='printf %s'
14780 else
14781 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14782 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14783 as_echo_n='/usr/ucb/echo -n'
14784 else
14785 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14786 as_echo_n_body='eval
14787 arg=$1;
14788 case $arg in #(
14789 *"$as_nl"*)
14790 expr "X$arg" : "X\\(.*\\)$as_nl";
14791 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14792 esac;
14793 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14794 '
14795 export as_echo_n_body
14796 as_echo_n='sh -c $as_echo_n_body as_echo'
14797 fi
14798 export as_echo_body
14799 as_echo='sh -c $as_echo_body as_echo'
14800 fi
14801
14802 # The user is always right.
14803 if test "${PATH_SEPARATOR+set}" != set; then
14804 PATH_SEPARATOR=:
14805 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14806 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14807 PATH_SEPARATOR=';'
14808 }
14809 fi
14810
14811
14812 # IFS
14813 # We need space, tab and new line, in precisely that order. Quoting is
14814 # there to prevent editors from complaining about space-tab.
14815 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14816 # splitting by setting IFS to empty value.)
14817 IFS=" "" $as_nl"
14818
14819 # Find who we are. Look in the path if we contain no directory separator.
14820 case $0 in #((
14821 *[\\/]* ) as_myself=$0 ;;
14822 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14823 for as_dir in $PATH
14824 do
14825 IFS=$as_save_IFS
14826 test -z "$as_dir" && as_dir=.
14827 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14828 done
14829 IFS=$as_save_IFS
14830
14831 ;;
14832 esac
14833 # We did not find ourselves, most probably we were run as `sh COMMAND'
14834 # in which case we are not to be found in the path.
14835 if test "x$as_myself" = x; then
14836 as_myself=$0
14837 fi
14838 if test ! -f "$as_myself"; then
14839 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14840 exit 1
14841 fi
14842
14843 # Unset variables that we do not need and which cause bugs (e.g. in
14844 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14845 # suppresses any "Segmentation fault" message there. '((' could
14846 # trigger a bug in pdksh 5.2.14.
14847 for as_var in BASH_ENV ENV MAIL MAILPATH
14848 do eval test x\${$as_var+set} = xset \
14849 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14850 done
14851 PS1='$ '
14852 PS2='> '
14853 PS4='+ '
14854
14855 # NLS nuisances.
14856 LC_ALL=C
14857 export LC_ALL
14858 LANGUAGE=C
14859 export LANGUAGE
14860
14861 # CDPATH.
14862 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14863
14864
14865 # as_fn_error ERROR [LINENO LOG_FD]
14866 # ---------------------------------
14867 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14868 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14869 # script with status $?, using 1 if that was 0.
14870 as_fn_error ()
14871 {
14872 as_status=$?; test $as_status -eq 0 && as_status=1
14873 if test "$3"; then
14874 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14875 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14876 fi
14877 $as_echo "$as_me: error: $1" >&2
14878 as_fn_exit $as_status
14879 } # as_fn_error
14880
14881
14882 # as_fn_set_status STATUS
14883 # -----------------------
14884 # Set $? to STATUS, without forking.
14885 as_fn_set_status ()
14886 {
14887 return $1
14888 } # as_fn_set_status
14889
14890 # as_fn_exit STATUS
14891 # -----------------
14892 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14893 as_fn_exit ()
14894 {
14895 set +e
14896 as_fn_set_status $1
14897 exit $1
14898 } # as_fn_exit
14899
14900 # as_fn_unset VAR
14901 # ---------------
14902 # Portably unset VAR.
14903 as_fn_unset ()
14904 {
14905 { eval $1=; unset $1;}
14906 }
14907 as_unset=as_fn_unset
14908 # as_fn_append VAR VALUE
14909 # ----------------------
14910 # Append the text in VALUE to the end of the definition contained in VAR. Take
14911 # advantage of any shell optimizations that allow amortized linear growth over
14912 # repeated appends, instead of the typical quadratic growth present in naive
14913 # implementations.
14914 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14915 eval 'as_fn_append ()
14916 {
14917 eval $1+=\$2
14918 }'
14919 else
14920 as_fn_append ()
14921 {
14922 eval $1=\$$1\$2
14923 }
14924 fi # as_fn_append
14925
14926 # as_fn_arith ARG...
14927 # ------------------
14928 # Perform arithmetic evaluation on the ARGs, and store the result in the
14929 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14930 # must be portable across $(()) and expr.
14931 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14932 eval 'as_fn_arith ()
14933 {
14934 as_val=$(( $* ))
14935 }'
14936 else
14937 as_fn_arith ()
14938 {
14939 as_val=`expr "$@" || test $? -eq 1`
14940 }
14941 fi # as_fn_arith
14942
14943
14944 if expr a : '\(a\)' >/dev/null 2>&1 &&
14945 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14946 as_expr=expr
14947 else
14948 as_expr=false
14949 fi
14950
14951 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14952 as_basename=basename
14953 else
14954 as_basename=false
14955 fi
14956
14957 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14958 as_dirname=dirname
14959 else
14960 as_dirname=false
14961 fi
14962
14963 as_me=`$as_basename -- "$0" ||
14964 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14965 X"$0" : 'X\(//\)$' \| \
14966 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14967 $as_echo X/"$0" |
14968 sed '/^.*\/\([^/][^/]*\)\/*$/{
14969 s//\1/
14970 q
14971 }
14972 /^X\/\(\/\/\)$/{
14973 s//\1/
14974 q
14975 }
14976 /^X\/\(\/\).*/{
14977 s//\1/
14978 q
14979 }
14980 s/.*/./; q'`
14981
14982 # Avoid depending upon Character Ranges.
14983 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14984 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14985 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14986 as_cr_digits='0123456789'
14987 as_cr_alnum=$as_cr_Letters$as_cr_digits
14988
14989 ECHO_C= ECHO_N= ECHO_T=
14990 case `echo -n x` in #(((((
14991 -n*)
14992 case `echo 'xy\c'` in
14993 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14994 xy) ECHO_C='\c';;
14995 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14996 ECHO_T=' ';;
14997 esac;;
14998 *)
14999 ECHO_N='-n';;
15000 esac
15001
15002 rm -f conf$$ conf$$.exe conf$$.file
15003 if test -d conf$$.dir; then
15004 rm -f conf$$.dir/conf$$.file
15005 else
15006 rm -f conf$$.dir
15007 mkdir conf$$.dir 2>/dev/null
15008 fi
15009 if (echo >conf$$.file) 2>/dev/null; then
15010 if ln -s conf$$.file conf$$ 2>/dev/null; then
15011 as_ln_s='ln -s'
15012 # ... but there are two gotchas:
15013 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15014 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15015 # In both cases, we have to default to `cp -p'.
15016 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15017 as_ln_s='cp -p'
15018 elif ln conf$$.file conf$$ 2>/dev/null; then
15019 as_ln_s=ln
15020 else
15021 as_ln_s='cp -p'
15022 fi
15023 else
15024 as_ln_s='cp -p'
15025 fi
15026 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15027 rmdir conf$$.dir 2>/dev/null
15028
15029
15030 # as_fn_mkdir_p
15031 # -------------
15032 # Create "$as_dir" as a directory, including parents if necessary.
15033 as_fn_mkdir_p ()
15034 {
15035
15036 case $as_dir in #(
15037 -*) as_dir=./$as_dir;;
15038 esac
15039 test -d "$as_dir" || eval $as_mkdir_p || {
15040 as_dirs=
15041 while :; do
15042 case $as_dir in #(
15043 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15044 *) as_qdir=$as_dir;;
15045 esac
15046 as_dirs="'$as_qdir' $as_dirs"
15047 as_dir=`$as_dirname -- "$as_dir" ||
15048 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15049 X"$as_dir" : 'X\(//\)[^/]' \| \
15050 X"$as_dir" : 'X\(//\)$' \| \
15051 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15052 $as_echo X"$as_dir" |
15053 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15054 s//\1/
15055 q
15056 }
15057 /^X\(\/\/\)[^/].*/{
15058 s//\1/
15059 q
15060 }
15061 /^X\(\/\/\)$/{
15062 s//\1/
15063 q
15064 }
15065 /^X\(\/\).*/{
15066 s//\1/
15067 q
15068 }
15069 s/.*/./; q'`
15070 test -d "$as_dir" && break
15071 done
15072 test -z "$as_dirs" || eval "mkdir $as_dirs"
15073 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15074
15075
15076 } # as_fn_mkdir_p
15077 if mkdir -p . 2>/dev/null; then
15078 as_mkdir_p='mkdir -p "$as_dir"'
15079 else
15080 test -d ./-p && rmdir ./-p
15081 as_mkdir_p=false
15082 fi
15083
15084 if test -x / >/dev/null 2>&1; then
15085 as_test_x='test -x'
15086 else
15087 if ls -dL / >/dev/null 2>&1; then
15088 as_ls_L_option=L
15089 else
15090 as_ls_L_option=
15091 fi
15092 as_test_x='
15093 eval sh -c '\''
15094 if test -d "$1"; then
15095 test -d "$1/.";
15096 else
15097 case $1 in #(
15098 -*)set "./$1";;
15099 esac;
15100 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15101 ???[sx]*):;;*)false;;esac;fi
15102 '\'' sh
15103 '
15104 fi
15105 as_executable_p=$as_test_x
15106
15107 # Sed expression to map a string onto a valid CPP name.
15108 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15109
15110 # Sed expression to map a string onto a valid variable name.
15111 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15112
15113
15114 exec 6>&1
15115 ## ----------------------------------- ##
15116 ## Main body of $CONFIG_STATUS script. ##
15117 ## ----------------------------------- ##
15118 _ASEOF
15119 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15120
15121 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15122 # Save the log message, to keep $0 and so on meaningful, and to
15123 # report actual input values of CONFIG_FILES etc. instead of their
15124 # values after options handling.
15125 ac_log="
15126 This file was extended by $as_me, which was
15127 generated by GNU Autoconf 2.64. Invocation command line was
15128
15129 CONFIG_FILES = $CONFIG_FILES
15130 CONFIG_HEADERS = $CONFIG_HEADERS
15131 CONFIG_LINKS = $CONFIG_LINKS
15132 CONFIG_COMMANDS = $CONFIG_COMMANDS
15133 $ $0 $@
15134
15135 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15136 "
15137
15138 _ACEOF
15139
15140 case $ac_config_files in *"
15141 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15142 esac
15143
15144 case $ac_config_headers in *"
15145 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15146 esac
15147
15148
15149 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15150 # Files that config.status was made for.
15151 config_files="$ac_config_files"
15152 config_headers="$ac_config_headers"
15153 config_commands="$ac_config_commands"
15154
15155 _ACEOF
15156
15157 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15158 ac_cs_usage="\
15159 \`$as_me' instantiates files and other configuration actions
15160 from templates according to the current configuration. Unless the files
15161 and actions are specified as TAGs, all are instantiated by default.
15162
15163 Usage: $0 [OPTION]... [TAG]...
15164
15165 -h, --help print this help, then exit
15166 -V, --version print version number and configuration settings, then exit
15167 -q, --quiet, --silent
15168 do not print progress messages
15169 -d, --debug don't remove temporary files
15170 --recheck update $as_me by reconfiguring in the same conditions
15171 --file=FILE[:TEMPLATE]
15172 instantiate the configuration file FILE
15173 --header=FILE[:TEMPLATE]
15174 instantiate the configuration header FILE
15175
15176 Configuration files:
15177 $config_files
15178
15179 Configuration headers:
15180 $config_headers
15181
15182 Configuration commands:
15183 $config_commands
15184
15185 Report bugs to the package provider."
15186
15187 _ACEOF
15188 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15189 ac_cs_version="\\
15190 config.status
15191 configured by $0, generated by GNU Autoconf 2.64,
15192 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15193
15194 Copyright (C) 2009 Free Software Foundation, Inc.
15195 This config.status script is free software; the Free Software Foundation
15196 gives unlimited permission to copy, distribute and modify it."
15197
15198 ac_pwd='$ac_pwd'
15199 srcdir='$srcdir'
15200 INSTALL='$INSTALL'
15201 AWK='$AWK'
15202 test -n "\$AWK" || AWK=awk
15203 _ACEOF
15204
15205 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15206 # The default lists apply if the user does not specify any file.
15207 ac_need_defaults=:
15208 while test $# != 0
15209 do
15210 case $1 in
15211 --*=*)
15212 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15213 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15214 ac_shift=:
15215 ;;
15216 *)
15217 ac_option=$1
15218 ac_optarg=$2
15219 ac_shift=shift
15220 ;;
15221 esac
15222
15223 case $ac_option in
15224 # Handling of the options.
15225 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15226 ac_cs_recheck=: ;;
15227 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15228 $as_echo "$ac_cs_version"; exit ;;
15229 --debug | --debu | --deb | --de | --d | -d )
15230 debug=: ;;
15231 --file | --fil | --fi | --f )
15232 $ac_shift
15233 case $ac_optarg in
15234 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15235 esac
15236 as_fn_append CONFIG_FILES " '$ac_optarg'"
15237 ac_need_defaults=false;;
15238 --header | --heade | --head | --hea )
15239 $ac_shift
15240 case $ac_optarg in
15241 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15242 esac
15243 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15244 ac_need_defaults=false;;
15245 --he | --h)
15246 # Conflict between --help and --header
15247 as_fn_error "ambiguous option: \`$1'
15248 Try \`$0 --help' for more information.";;
15249 --help | --hel | -h )
15250 $as_echo "$ac_cs_usage"; exit ;;
15251 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15252 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15253 ac_cs_silent=: ;;
15254
15255 # This is an error.
15256 -*) as_fn_error "unrecognized option: \`$1'
15257 Try \`$0 --help' for more information." ;;
15258
15259 *) as_fn_append ac_config_targets " $1"
15260 ac_need_defaults=false ;;
15261
15262 esac
15263 shift
15264 done
15265
15266 ac_configure_extra_args=
15267
15268 if $ac_cs_silent; then
15269 exec 6>/dev/null
15270 ac_configure_extra_args="$ac_configure_extra_args --silent"
15271 fi
15272
15273 _ACEOF
15274 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15275 if \$ac_cs_recheck; then
15276 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15277 shift
15278 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15279 CONFIG_SHELL='$SHELL'
15280 export CONFIG_SHELL
15281 exec "\$@"
15282 fi
15283
15284 _ACEOF
15285 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15286 exec 5>>config.log
15287 {
15288 echo
15289 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15290 ## Running $as_me. ##
15291 _ASBOX
15292 $as_echo "$ac_log"
15293 } >&5
15294
15295 _ACEOF
15296 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15297 #
15298 # INIT-COMMANDS
15299 #
15300 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
15301
15302
15303 # The HP-UX ksh and POSIX shell print the target directory to stdout
15304 # if CDPATH is set.
15305 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15306
15307 sed_quote_subst='$sed_quote_subst'
15308 double_quote_subst='$double_quote_subst'
15309 delay_variable_subst='$delay_variable_subst'
15310 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15311 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15312 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15313 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15314 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15315 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15316 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15317 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15318 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15319 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15320 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15321 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15322 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15323 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15324 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15325 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15326 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15327 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15328 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15329 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15330 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15331 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15332 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15333 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15334 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15335 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15336 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15337 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15338 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15339 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15340 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15341 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15342 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15343 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15344 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15345 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15346 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15347 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15348 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15349 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15350 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15351 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15352 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15353 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15354 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15355 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15356 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15357 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15358 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"`'
15359 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15360 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15361 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15362 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15363 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15364 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15365 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15366 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15367 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15368 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15369 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15370 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15371 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15372 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15373 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15374 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15375 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15376 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15377 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15378 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15379 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15380 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15381 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15382 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15383 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15384 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15385 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15386 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15387 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15388 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15389 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15390 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15391 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15392 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15393 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15394 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15395 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15396 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15397 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15398 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15399 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15400 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15401 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15402 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15403 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15404 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15405 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15406 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15407 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15408 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15409 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15410 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15411 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15412 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15413 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15414 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15415 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15416 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15417 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15418 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15419 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15420 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15421 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15422 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15423 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15424 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15425 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15426 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15427 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15428 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15429 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15430
15431 LTCC='$LTCC'
15432 LTCFLAGS='$LTCFLAGS'
15433 compiler='$compiler_DEFAULT'
15434
15435 # A function that is used when there is no print builtin or printf.
15436 func_fallback_echo ()
15437 {
15438 eval 'cat <<_LTECHO_EOF
15439 \$1
15440 _LTECHO_EOF'
15441 }
15442
15443 # Quote evaled strings.
15444 for var in SHELL \
15445 ECHO \
15446 SED \
15447 GREP \
15448 EGREP \
15449 FGREP \
15450 LD \
15451 NM \
15452 LN_S \
15453 lt_SP2NL \
15454 lt_NL2SP \
15455 reload_flag \
15456 OBJDUMP \
15457 deplibs_check_method \
15458 file_magic_cmd \
15459 AR \
15460 AR_FLAGS \
15461 STRIP \
15462 RANLIB \
15463 CC \
15464 CFLAGS \
15465 compiler \
15466 lt_cv_sys_global_symbol_pipe \
15467 lt_cv_sys_global_symbol_to_cdecl \
15468 lt_cv_sys_global_symbol_to_c_name_address \
15469 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15470 lt_prog_compiler_no_builtin_flag \
15471 lt_prog_compiler_wl \
15472 lt_prog_compiler_pic \
15473 lt_prog_compiler_static \
15474 lt_cv_prog_compiler_c_o \
15475 need_locks \
15476 DSYMUTIL \
15477 NMEDIT \
15478 LIPO \
15479 OTOOL \
15480 OTOOL64 \
15481 shrext_cmds \
15482 export_dynamic_flag_spec \
15483 whole_archive_flag_spec \
15484 compiler_needs_object \
15485 with_gnu_ld \
15486 allow_undefined_flag \
15487 no_undefined_flag \
15488 hardcode_libdir_flag_spec \
15489 hardcode_libdir_flag_spec_ld \
15490 hardcode_libdir_separator \
15491 fix_srcfile_path \
15492 exclude_expsyms \
15493 include_expsyms \
15494 file_list_spec \
15495 variables_saved_for_relink \
15496 libname_spec \
15497 library_names_spec \
15498 soname_spec \
15499 install_override_mode \
15500 finish_eval \
15501 old_striplib \
15502 striplib; do
15503 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15504 *[\\\\\\\`\\"\\\$]*)
15505 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15506 ;;
15507 *)
15508 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15509 ;;
15510 esac
15511 done
15512
15513 # Double-quote double-evaled strings.
15514 for var in reload_cmds \
15515 old_postinstall_cmds \
15516 old_postuninstall_cmds \
15517 old_archive_cmds \
15518 extract_expsyms_cmds \
15519 old_archive_from_new_cmds \
15520 old_archive_from_expsyms_cmds \
15521 archive_cmds \
15522 archive_expsym_cmds \
15523 module_cmds \
15524 module_expsym_cmds \
15525 export_symbols_cmds \
15526 prelink_cmds \
15527 postinstall_cmds \
15528 postuninstall_cmds \
15529 finish_cmds \
15530 sys_lib_search_path_spec \
15531 sys_lib_dlsearch_path_spec; do
15532 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15533 *[\\\\\\\`\\"\\\$]*)
15534 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15535 ;;
15536 *)
15537 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15538 ;;
15539 esac
15540 done
15541
15542 ac_aux_dir='$ac_aux_dir'
15543 xsi_shell='$xsi_shell'
15544 lt_shell_append='$lt_shell_append'
15545
15546 # See if we are running on zsh, and set the options which allow our
15547 # commands through without removal of \ escapes INIT.
15548 if test -n "\${ZSH_VERSION+set}" ; then
15549 setopt NO_GLOB_SUBST
15550 fi
15551
15552
15553 PACKAGE='$PACKAGE'
15554 VERSION='$VERSION'
15555 TIMESTAMP='$TIMESTAMP'
15556 RM='$RM'
15557 ofile='$ofile'
15558
15559
15560
15561
15562 _ACEOF
15563
15564 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15565
15566 # Handling of arguments.
15567 for ac_config_target in $ac_config_targets
15568 do
15569 case $ac_config_target in
15570 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15571 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
15572 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15573 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
15574 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
15575 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
15576 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15577 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
15578
15579 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15580 esac
15581 done
15582
15583
15584 # If the user did not use the arguments to specify the items to instantiate,
15585 # then the envvar interface is used. Set only those that are not.
15586 # We use the long form for the default assignment because of an extremely
15587 # bizarre bug on SunOS 4.1.3.
15588 if $ac_need_defaults; then
15589 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15590 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15591 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15592 fi
15593
15594 # Have a temporary directory for convenience. Make it in the build tree
15595 # simply because there is no reason against having it here, and in addition,
15596 # creating and moving files from /tmp can sometimes cause problems.
15597 # Hook for its removal unless debugging.
15598 # Note that there is a small window in which the directory will not be cleaned:
15599 # after its creation but before its name has been assigned to `$tmp'.
15600 $debug ||
15601 {
15602 tmp=
15603 trap 'exit_status=$?
15604 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15605 ' 0
15606 trap 'as_fn_exit 1' 1 2 13 15
15607 }
15608 # Create a (secure) tmp directory for tmp files.
15609
15610 {
15611 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15612 test -n "$tmp" && test -d "$tmp"
15613 } ||
15614 {
15615 tmp=./conf$$-$RANDOM
15616 (umask 077 && mkdir "$tmp")
15617 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15618
15619 # Set up the scripts for CONFIG_FILES section.
15620 # No need to generate them if there are no CONFIG_FILES.
15621 # This happens for instance with `./config.status config.h'.
15622 if test -n "$CONFIG_FILES"; then
15623
15624
15625 ac_cr=`echo X | tr X '\015'`
15626 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15627 # But we know of no other shell where ac_cr would be empty at this
15628 # point, so we can use a bashism as a fallback.
15629 if test "x$ac_cr" = x; then
15630 eval ac_cr=\$\'\\r\'
15631 fi
15632 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15633 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15634 ac_cs_awk_cr='\r'
15635 else
15636 ac_cs_awk_cr=$ac_cr
15637 fi
15638
15639 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15640 _ACEOF
15641
15642
15643 {
15644 echo "cat >conf$$subs.awk <<_ACEOF" &&
15645 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15646 echo "_ACEOF"
15647 } >conf$$subs.sh ||
15648 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15649 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15650 ac_delim='%!_!# '
15651 for ac_last_try in false false false false false :; do
15652 . ./conf$$subs.sh ||
15653 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15654
15655 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15656 if test $ac_delim_n = $ac_delim_num; then
15657 break
15658 elif $ac_last_try; then
15659 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15660 else
15661 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15662 fi
15663 done
15664 rm -f conf$$subs.sh
15665
15666 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15667 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15668 _ACEOF
15669 sed -n '
15670 h
15671 s/^/S["/; s/!.*/"]=/
15672 p
15673 g
15674 s/^[^!]*!//
15675 :repl
15676 t repl
15677 s/'"$ac_delim"'$//
15678 t delim
15679 :nl
15680 h
15681 s/\(.\{148\}\).*/\1/
15682 t more1
15683 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15684 p
15685 n
15686 b repl
15687 :more1
15688 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15689 p
15690 g
15691 s/.\{148\}//
15692 t nl
15693 :delim
15694 h
15695 s/\(.\{148\}\).*/\1/
15696 t more2
15697 s/["\\]/\\&/g; s/^/"/; s/$/"/
15698 p
15699 b
15700 :more2
15701 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15702 p
15703 g
15704 s/.\{148\}//
15705 t delim
15706 ' <conf$$subs.awk | sed '
15707 /^[^""]/{
15708 N
15709 s/\n//
15710 }
15711 ' >>$CONFIG_STATUS || ac_write_fail=1
15712 rm -f conf$$subs.awk
15713 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15714 _ACAWK
15715 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15716 for (key in S) S_is_set[key] = 1
15717 FS = "\a"
15718
15719 }
15720 {
15721 line = $ 0
15722 nfields = split(line, field, "@")
15723 substed = 0
15724 len = length(field[1])
15725 for (i = 2; i < nfields; i++) {
15726 key = field[i]
15727 keylen = length(key)
15728 if (S_is_set[key]) {
15729 value = S[key]
15730 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15731 len += length(value) + length(field[++i])
15732 substed = 1
15733 } else
15734 len += 1 + keylen
15735 }
15736
15737 print line
15738 }
15739
15740 _ACAWK
15741 _ACEOF
15742 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15743 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15744 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15745 else
15746 cat
15747 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15748 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15749 _ACEOF
15750
15751 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15752 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15753 # trailing colons and then remove the whole line if VPATH becomes empty
15754 # (actually we leave an empty line to preserve line numbers).
15755 if test "x$srcdir" = x.; then
15756 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15757 s/:*\$(srcdir):*/:/
15758 s/:*\${srcdir}:*/:/
15759 s/:*@srcdir@:*/:/
15760 s/^\([^=]*=[ ]*\):*/\1/
15761 s/:*$//
15762 s/^[^=]*=[ ]*$//
15763 }'
15764 fi
15765
15766 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15767 fi # test -n "$CONFIG_FILES"
15768
15769 # Set up the scripts for CONFIG_HEADERS section.
15770 # No need to generate them if there are no CONFIG_HEADERS.
15771 # This happens for instance with `./config.status Makefile'.
15772 if test -n "$CONFIG_HEADERS"; then
15773 cat >"$tmp/defines.awk" <<\_ACAWK ||
15774 BEGIN {
15775 _ACEOF
15776
15777 # Transform confdefs.h into an awk script `defines.awk', embedded as
15778 # here-document in config.status, that substitutes the proper values into
15779 # config.h.in to produce config.h.
15780
15781 # Create a delimiter string that does not exist in confdefs.h, to ease
15782 # handling of long lines.
15783 ac_delim='%!_!# '
15784 for ac_last_try in false false :; do
15785 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15786 if test -z "$ac_t"; then
15787 break
15788 elif $ac_last_try; then
15789 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15790 else
15791 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15792 fi
15793 done
15794
15795 # For the awk script, D is an array of macro values keyed by name,
15796 # likewise P contains macro parameters if any. Preserve backslash
15797 # newline sequences.
15798
15799 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15800 sed -n '
15801 s/.\{148\}/&'"$ac_delim"'/g
15802 t rset
15803 :rset
15804 s/^[ ]*#[ ]*define[ ][ ]*/ /
15805 t def
15806 d
15807 :def
15808 s/\\$//
15809 t bsnl
15810 s/["\\]/\\&/g
15811 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15812 D["\1"]=" \3"/p
15813 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15814 d
15815 :bsnl
15816 s/["\\]/\\&/g
15817 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15818 D["\1"]=" \3\\\\\\n"\\/p
15819 t cont
15820 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15821 t cont
15822 d
15823 :cont
15824 n
15825 s/.\{148\}/&'"$ac_delim"'/g
15826 t clear
15827 :clear
15828 s/\\$//
15829 t bsnlc
15830 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15831 d
15832 :bsnlc
15833 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15834 b cont
15835 ' <confdefs.h | sed '
15836 s/'"$ac_delim"'/"\\\
15837 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15838
15839 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15840 for (key in D) D_is_set[key] = 1
15841 FS = "\a"
15842 }
15843 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15844 line = \$ 0
15845 split(line, arg, " ")
15846 if (arg[1] == "#") {
15847 defundef = arg[2]
15848 mac1 = arg[3]
15849 } else {
15850 defundef = substr(arg[1], 2)
15851 mac1 = arg[2]
15852 }
15853 split(mac1, mac2, "(") #)
15854 macro = mac2[1]
15855 prefix = substr(line, 1, index(line, defundef) - 1)
15856 if (D_is_set[macro]) {
15857 # Preserve the white space surrounding the "#".
15858 print prefix "define", macro P[macro] D[macro]
15859 next
15860 } else {
15861 # Replace #undef with comments. This is necessary, for example,
15862 # in the case of _POSIX_SOURCE, which is predefined and required
15863 # on some systems where configure will not decide to define it.
15864 if (defundef == "undef") {
15865 print "/*", prefix defundef, macro, "*/"
15866 next
15867 }
15868 }
15869 }
15870 { print }
15871 _ACAWK
15872 _ACEOF
15873 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15874 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15875 fi # test -n "$CONFIG_HEADERS"
15876
15877
15878 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15879 shift
15880 for ac_tag
15881 do
15882 case $ac_tag in
15883 :[FHLC]) ac_mode=$ac_tag; continue;;
15884 esac
15885 case $ac_mode$ac_tag in
15886 :[FHL]*:*);;
15887 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15888 :[FH]-) ac_tag=-:-;;
15889 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15890 esac
15891 ac_save_IFS=$IFS
15892 IFS=:
15893 set x $ac_tag
15894 IFS=$ac_save_IFS
15895 shift
15896 ac_file=$1
15897 shift
15898
15899 case $ac_mode in
15900 :L) ac_source=$1;;
15901 :[FH])
15902 ac_file_inputs=
15903 for ac_f
15904 do
15905 case $ac_f in
15906 -) ac_f="$tmp/stdin";;
15907 *) # Look for the file first in the build tree, then in the source tree
15908 # (if the path is not absolute). The absolute path cannot be DOS-style,
15909 # because $ac_f cannot contain `:'.
15910 test -f "$ac_f" ||
15911 case $ac_f in
15912 [\\/$]*) false;;
15913 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15914 esac ||
15915 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15916 esac
15917 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15918 as_fn_append ac_file_inputs " '$ac_f'"
15919 done
15920
15921 # Let's still pretend it is `configure' which instantiates (i.e., don't
15922 # use $as_me), people would be surprised to read:
15923 # /* config.h. Generated by config.status. */
15924 configure_input='Generated from '`
15925 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15926 `' by configure.'
15927 if test x"$ac_file" != x-; then
15928 configure_input="$ac_file. $configure_input"
15929 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15930 $as_echo "$as_me: creating $ac_file" >&6;}
15931 fi
15932 # Neutralize special characters interpreted by sed in replacement strings.
15933 case $configure_input in #(
15934 *\&* | *\|* | *\\* )
15935 ac_sed_conf_input=`$as_echo "$configure_input" |
15936 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15937 *) ac_sed_conf_input=$configure_input;;
15938 esac
15939
15940 case $ac_tag in
15941 *:-:* | *:-) cat >"$tmp/stdin" \
15942 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15943 esac
15944 ;;
15945 esac
15946
15947 ac_dir=`$as_dirname -- "$ac_file" ||
15948 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15949 X"$ac_file" : 'X\(//\)[^/]' \| \
15950 X"$ac_file" : 'X\(//\)$' \| \
15951 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15952 $as_echo X"$ac_file" |
15953 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15954 s//\1/
15955 q
15956 }
15957 /^X\(\/\/\)[^/].*/{
15958 s//\1/
15959 q
15960 }
15961 /^X\(\/\/\)$/{
15962 s//\1/
15963 q
15964 }
15965 /^X\(\/\).*/{
15966 s//\1/
15967 q
15968 }
15969 s/.*/./; q'`
15970 as_dir="$ac_dir"; as_fn_mkdir_p
15971 ac_builddir=.
15972
15973 case "$ac_dir" in
15974 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15975 *)
15976 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15977 # A ".." for each directory in $ac_dir_suffix.
15978 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15979 case $ac_top_builddir_sub in
15980 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15981 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15982 esac ;;
15983 esac
15984 ac_abs_top_builddir=$ac_pwd
15985 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15986 # for backward compatibility:
15987 ac_top_builddir=$ac_top_build_prefix
15988
15989 case $srcdir in
15990 .) # We are building in place.
15991 ac_srcdir=.
15992 ac_top_srcdir=$ac_top_builddir_sub
15993 ac_abs_top_srcdir=$ac_pwd ;;
15994 [\\/]* | ?:[\\/]* ) # Absolute name.
15995 ac_srcdir=$srcdir$ac_dir_suffix;
15996 ac_top_srcdir=$srcdir
15997 ac_abs_top_srcdir=$srcdir ;;
15998 *) # Relative name.
15999 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16000 ac_top_srcdir=$ac_top_build_prefix$srcdir
16001 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16002 esac
16003 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16004
16005
16006 case $ac_mode in
16007 :F)
16008 #
16009 # CONFIG_FILE
16010 #
16011
16012 case $INSTALL in
16013 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16014 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16015 esac
16016 _ACEOF
16017
16018 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16019 # If the template does not know about datarootdir, expand it.
16020 # FIXME: This hack should be removed a few years after 2.60.
16021 ac_datarootdir_hack=; ac_datarootdir_seen=
16022 ac_sed_dataroot='
16023 /datarootdir/ {
16024 p
16025 q
16026 }
16027 /@datadir@/p
16028 /@docdir@/p
16029 /@infodir@/p
16030 /@localedir@/p
16031 /@mandir@/p'
16032 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16033 *datarootdir*) ac_datarootdir_seen=yes;;
16034 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16035 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16036 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16037 _ACEOF
16038 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16039 ac_datarootdir_hack='
16040 s&@datadir@&$datadir&g
16041 s&@docdir@&$docdir&g
16042 s&@infodir@&$infodir&g
16043 s&@localedir@&$localedir&g
16044 s&@mandir@&$mandir&g
16045 s&\\\${datarootdir}&$datarootdir&g' ;;
16046 esac
16047 _ACEOF
16048
16049 # Neutralize VPATH when `$srcdir' = `.'.
16050 # Shell code in configure.ac might set extrasub.
16051 # FIXME: do we really want to maintain this feature?
16052 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16053 ac_sed_extra="$ac_vpsub
16054 $extrasub
16055 _ACEOF
16056 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16057 :t
16058 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16059 s|@configure_input@|$ac_sed_conf_input|;t t
16060 s&@top_builddir@&$ac_top_builddir_sub&;t t
16061 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16062 s&@srcdir@&$ac_srcdir&;t t
16063 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16064 s&@top_srcdir@&$ac_top_srcdir&;t t
16065 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16066 s&@builddir@&$ac_builddir&;t t
16067 s&@abs_builddir@&$ac_abs_builddir&;t t
16068 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16069 s&@INSTALL@&$ac_INSTALL&;t t
16070 $ac_datarootdir_hack
16071 "
16072 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16073 || as_fn_error "could not create $ac_file" "$LINENO" 5
16074
16075 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16076 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16077 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16078 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16079 which seems to be undefined. Please make sure it is defined." >&5
16080 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16081 which seems to be undefined. Please make sure it is defined." >&2;}
16082
16083 rm -f "$tmp/stdin"
16084 case $ac_file in
16085 -) cat "$tmp/out" && rm -f "$tmp/out";;
16086 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16087 esac \
16088 || as_fn_error "could not create $ac_file" "$LINENO" 5
16089 ;;
16090 :H)
16091 #
16092 # CONFIG_HEADER
16093 #
16094 if test x"$ac_file" != x-; then
16095 {
16096 $as_echo "/* $configure_input */" \
16097 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16098 } >"$tmp/config.h" \
16099 || as_fn_error "could not create $ac_file" "$LINENO" 5
16100 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16101 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16102 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16103 else
16104 rm -f "$ac_file"
16105 mv "$tmp/config.h" "$ac_file" \
16106 || as_fn_error "could not create $ac_file" "$LINENO" 5
16107 fi
16108 else
16109 $as_echo "/* $configure_input */" \
16110 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16111 || as_fn_error "could not create -" "$LINENO" 5
16112 fi
16113 ;;
16114
16115 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16116 $as_echo "$as_me: executing $ac_file commands" >&6;}
16117 ;;
16118 esac
16119
16120
16121 case $ac_file$ac_mode in
16122 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
16123 "libtool":C)
16124
16125 # See if we are running on zsh, and set the options which allow our
16126 # commands through without removal of \ escapes.
16127 if test -n "${ZSH_VERSION+set}" ; then
16128 setopt NO_GLOB_SUBST
16129 fi
16130
16131 cfgfile="${ofile}T"
16132 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16133 $RM "$cfgfile"
16134
16135 cat <<_LT_EOF >> "$cfgfile"
16136 #! $SHELL
16137
16138 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16139 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16140 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16141 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16142 #
16143 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16144 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16145 # Written by Gordon Matzigkeit, 1996
16146 #
16147 # This file is part of GNU Libtool.
16148 #
16149 # GNU Libtool is free software; you can redistribute it and/or
16150 # modify it under the terms of the GNU General Public License as
16151 # published by the Free Software Foundation; either version 2 of
16152 # the License, or (at your option) any later version.
16153 #
16154 # As a special exception to the GNU General Public License,
16155 # if you distribute this file as part of a program or library that
16156 # is built using GNU Libtool, you may include this file under the
16157 # same distribution terms that you use for the rest of that program.
16158 #
16159 # GNU Libtool is distributed in the hope that it will be useful,
16160 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16161 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16162 # GNU General Public License for more details.
16163 #
16164 # You should have received a copy of the GNU General Public License
16165 # along with GNU Libtool; see the file COPYING. If not, a copy
16166 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16167 # obtained by writing to the Free Software Foundation, Inc.,
16168 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16169
16170
16171 # The names of the tagged configurations supported by this script.
16172 available_tags=""
16173
16174 # ### BEGIN LIBTOOL CONFIG
16175
16176 # Which release of libtool.m4 was used?
16177 macro_version=$macro_version
16178 macro_revision=$macro_revision
16179
16180 # Whether or not to build shared libraries.
16181 build_libtool_libs=$enable_shared
16182
16183 # Whether or not to build static libraries.
16184 build_old_libs=$enable_static
16185
16186 # What type of objects to build.
16187 pic_mode=$pic_mode
16188
16189 # Whether or not to optimize for fast installation.
16190 fast_install=$enable_fast_install
16191
16192 # Shell to use when invoking shell scripts.
16193 SHELL=$lt_SHELL
16194
16195 # An echo program that protects backslashes.
16196 ECHO=$lt_ECHO
16197
16198 # The host system.
16199 host_alias=$host_alias
16200 host=$host
16201 host_os=$host_os
16202
16203 # The build system.
16204 build_alias=$build_alias
16205 build=$build
16206 build_os=$build_os
16207
16208 # A sed program that does not truncate output.
16209 SED=$lt_SED
16210
16211 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16212 Xsed="\$SED -e 1s/^X//"
16213
16214 # A grep program that handles long lines.
16215 GREP=$lt_GREP
16216
16217 # An ERE matcher.
16218 EGREP=$lt_EGREP
16219
16220 # A literal string matcher.
16221 FGREP=$lt_FGREP
16222
16223 # A BSD- or MS-compatible name lister.
16224 NM=$lt_NM
16225
16226 # Whether we need soft or hard links.
16227 LN_S=$lt_LN_S
16228
16229 # What is the maximum length of a command?
16230 max_cmd_len=$max_cmd_len
16231
16232 # Object file suffix (normally "o").
16233 objext=$ac_objext
16234
16235 # Executable file suffix (normally "").
16236 exeext=$exeext
16237
16238 # whether the shell understands "unset".
16239 lt_unset=$lt_unset
16240
16241 # turn spaces into newlines.
16242 SP2NL=$lt_lt_SP2NL
16243
16244 # turn newlines into spaces.
16245 NL2SP=$lt_lt_NL2SP
16246
16247 # An object symbol dumper.
16248 OBJDUMP=$lt_OBJDUMP
16249
16250 # Method to check whether dependent libraries are shared objects.
16251 deplibs_check_method=$lt_deplibs_check_method
16252
16253 # Command to use when deplibs_check_method == "file_magic".
16254 file_magic_cmd=$lt_file_magic_cmd
16255
16256 # The archiver.
16257 AR=$lt_AR
16258 AR_FLAGS=$lt_AR_FLAGS
16259
16260 # A symbol stripping program.
16261 STRIP=$lt_STRIP
16262
16263 # Commands used to install an old-style archive.
16264 RANLIB=$lt_RANLIB
16265 old_postinstall_cmds=$lt_old_postinstall_cmds
16266 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16267
16268 # Whether to use a lock for old archive extraction.
16269 lock_old_archive_extraction=$lock_old_archive_extraction
16270
16271 # A C compiler.
16272 LTCC=$lt_CC
16273
16274 # LTCC compiler flags.
16275 LTCFLAGS=$lt_CFLAGS
16276
16277 # Take the output of nm and produce a listing of raw symbols and C names.
16278 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16279
16280 # Transform the output of nm in a proper C declaration.
16281 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16282
16283 # Transform the output of nm in a C name address pair.
16284 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16285
16286 # Transform the output of nm in a C name address pair when lib prefix is needed.
16287 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16288
16289 # The name of the directory that contains temporary libtool files.
16290 objdir=$objdir
16291
16292 # Used to examine libraries when file_magic_cmd begins with "file".
16293 MAGIC_CMD=$MAGIC_CMD
16294
16295 # Must we lock files when doing compilation?
16296 need_locks=$lt_need_locks
16297
16298 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16299 DSYMUTIL=$lt_DSYMUTIL
16300
16301 # Tool to change global to local symbols on Mac OS X.
16302 NMEDIT=$lt_NMEDIT
16303
16304 # Tool to manipulate fat objects and archives on Mac OS X.
16305 LIPO=$lt_LIPO
16306
16307 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16308 OTOOL=$lt_OTOOL
16309
16310 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16311 OTOOL64=$lt_OTOOL64
16312
16313 # Old archive suffix (normally "a").
16314 libext=$libext
16315
16316 # Shared library suffix (normally ".so").
16317 shrext_cmds=$lt_shrext_cmds
16318
16319 # The commands to extract the exported symbol list from a shared archive.
16320 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16321
16322 # Variables whose values should be saved in libtool wrapper scripts and
16323 # restored at link time.
16324 variables_saved_for_relink=$lt_variables_saved_for_relink
16325
16326 # Do we need the "lib" prefix for modules?
16327 need_lib_prefix=$need_lib_prefix
16328
16329 # Do we need a version for libraries?
16330 need_version=$need_version
16331
16332 # Library versioning type.
16333 version_type=$version_type
16334
16335 # Shared library runtime path variable.
16336 runpath_var=$runpath_var
16337
16338 # Shared library path variable.
16339 shlibpath_var=$shlibpath_var
16340
16341 # Is shlibpath searched before the hard-coded library search path?
16342 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16343
16344 # Format of library name prefix.
16345 libname_spec=$lt_libname_spec
16346
16347 # List of archive names. First name is the real one, the rest are links.
16348 # The last name is the one that the linker finds with -lNAME
16349 library_names_spec=$lt_library_names_spec
16350
16351 # The coded name of the library, if different from the real name.
16352 soname_spec=$lt_soname_spec
16353
16354 # Permission mode override for installation of shared libraries.
16355 install_override_mode=$lt_install_override_mode
16356
16357 # Command to use after installation of a shared archive.
16358 postinstall_cmds=$lt_postinstall_cmds
16359
16360 # Command to use after uninstallation of a shared archive.
16361 postuninstall_cmds=$lt_postuninstall_cmds
16362
16363 # Commands used to finish a libtool library installation in a directory.
16364 finish_cmds=$lt_finish_cmds
16365
16366 # As "finish_cmds", except a single script fragment to be evaled but
16367 # not shown.
16368 finish_eval=$lt_finish_eval
16369
16370 # Whether we should hardcode library paths into libraries.
16371 hardcode_into_libs=$hardcode_into_libs
16372
16373 # Compile-time system search path for libraries.
16374 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16375
16376 # Run-time system search path for libraries.
16377 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16378
16379 # Whether dlopen is supported.
16380 dlopen_support=$enable_dlopen
16381
16382 # Whether dlopen of programs is supported.
16383 dlopen_self=$enable_dlopen_self
16384
16385 # Whether dlopen of statically linked programs is supported.
16386 dlopen_self_static=$enable_dlopen_self_static
16387
16388 # Commands to strip libraries.
16389 old_striplib=$lt_old_striplib
16390 striplib=$lt_striplib
16391
16392
16393 # The linker used to build libraries.
16394 LD=$lt_LD
16395
16396 # How to create reloadable object files.
16397 reload_flag=$lt_reload_flag
16398 reload_cmds=$lt_reload_cmds
16399
16400 # Commands used to build an old-style archive.
16401 old_archive_cmds=$lt_old_archive_cmds
16402
16403 # A language specific compiler.
16404 CC=$lt_compiler
16405
16406 # Is the compiler the GNU compiler?
16407 with_gcc=$GCC
16408
16409 # Compiler flag to turn off builtin functions.
16410 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16411
16412 # How to pass a linker flag through the compiler.
16413 wl=$lt_lt_prog_compiler_wl
16414
16415 # Additional compiler flags for building library objects.
16416 pic_flag=$lt_lt_prog_compiler_pic
16417
16418 # Compiler flag to prevent dynamic linking.
16419 link_static_flag=$lt_lt_prog_compiler_static
16420
16421 # Does compiler simultaneously support -c and -o options?
16422 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16423
16424 # Whether or not to add -lc for building shared libraries.
16425 build_libtool_need_lc=$archive_cmds_need_lc
16426
16427 # Whether or not to disallow shared libs when runtime libs are static.
16428 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16429
16430 # Compiler flag to allow reflexive dlopens.
16431 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16432
16433 # Compiler flag to generate shared objects directly from archives.
16434 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16435
16436 # Whether the compiler copes with passing no objects directly.
16437 compiler_needs_object=$lt_compiler_needs_object
16438
16439 # Create an old-style archive from a shared archive.
16440 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16441
16442 # Create a temporary old-style archive to link instead of a shared archive.
16443 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16444
16445 # Commands used to build a shared archive.
16446 archive_cmds=$lt_archive_cmds
16447 archive_expsym_cmds=$lt_archive_expsym_cmds
16448
16449 # Commands used to build a loadable module if different from building
16450 # a shared archive.
16451 module_cmds=$lt_module_cmds
16452 module_expsym_cmds=$lt_module_expsym_cmds
16453
16454 # Whether we are building with GNU ld or not.
16455 with_gnu_ld=$lt_with_gnu_ld
16456
16457 # Flag that allows shared libraries with undefined symbols to be built.
16458 allow_undefined_flag=$lt_allow_undefined_flag
16459
16460 # Flag that enforces no undefined symbols.
16461 no_undefined_flag=$lt_no_undefined_flag
16462
16463 # Flag to hardcode \$libdir into a binary during linking.
16464 # This must work even if \$libdir does not exist
16465 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16466
16467 # If ld is used when linking, flag to hardcode \$libdir into a binary
16468 # during linking. This must work even if \$libdir does not exist.
16469 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16470
16471 # Whether we need a single "-rpath" flag with a separated argument.
16472 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16473
16474 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16475 # DIR into the resulting binary.
16476 hardcode_direct=$hardcode_direct
16477
16478 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16479 # DIR into the resulting binary and the resulting library dependency is
16480 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16481 # library is relocated.
16482 hardcode_direct_absolute=$hardcode_direct_absolute
16483
16484 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16485 # into the resulting binary.
16486 hardcode_minus_L=$hardcode_minus_L
16487
16488 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16489 # into the resulting binary.
16490 hardcode_shlibpath_var=$hardcode_shlibpath_var
16491
16492 # Set to "yes" if building a shared library automatically hardcodes DIR
16493 # into the library and all subsequent libraries and executables linked
16494 # against it.
16495 hardcode_automatic=$hardcode_automatic
16496
16497 # Set to yes if linker adds runtime paths of dependent libraries
16498 # to runtime path list.
16499 inherit_rpath=$inherit_rpath
16500
16501 # Whether libtool must link a program against all its dependency libraries.
16502 link_all_deplibs=$link_all_deplibs
16503
16504 # Fix the shell variable \$srcfile for the compiler.
16505 fix_srcfile_path=$lt_fix_srcfile_path
16506
16507 # Set to "yes" if exported symbols are required.
16508 always_export_symbols=$always_export_symbols
16509
16510 # The commands to list exported symbols.
16511 export_symbols_cmds=$lt_export_symbols_cmds
16512
16513 # Symbols that should not be listed in the preloaded symbols.
16514 exclude_expsyms=$lt_exclude_expsyms
16515
16516 # Symbols that must always be exported.
16517 include_expsyms=$lt_include_expsyms
16518
16519 # Commands necessary for linking programs (against libraries) with templates.
16520 prelink_cmds=$lt_prelink_cmds
16521
16522 # Specify filename containing input files.
16523 file_list_spec=$lt_file_list_spec
16524
16525 # How to hardcode a shared library path into an executable.
16526 hardcode_action=$hardcode_action
16527
16528 # ### END LIBTOOL CONFIG
16529
16530 _LT_EOF
16531
16532 case $host_os in
16533 aix3*)
16534 cat <<\_LT_EOF >> "$cfgfile"
16535 # AIX sometimes has problems with the GCC collect2 program. For some
16536 # reason, if we set the COLLECT_NAMES environment variable, the problems
16537 # vanish in a puff of smoke.
16538 if test "X${COLLECT_NAMES+set}" != Xset; then
16539 COLLECT_NAMES=
16540 export COLLECT_NAMES
16541 fi
16542 _LT_EOF
16543 ;;
16544 esac
16545
16546
16547 ltmain="$ac_aux_dir/ltmain.sh"
16548
16549
16550 # We use sed instead of cat because bash on DJGPP gets confused if
16551 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16552 # text mode, it properly converts lines to CR/LF. This bash problem
16553 # is reportedly fixed, but why not run on old versions too?
16554 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16555 || (rm -f "$cfgfile"; exit 1)
16556
16557 case $xsi_shell in
16558 yes)
16559 cat << \_LT_EOF >> "$cfgfile"
16560
16561 # func_dirname file append nondir_replacement
16562 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16563 # otherwise set result to NONDIR_REPLACEMENT.
16564 func_dirname ()
16565 {
16566 case ${1} in
16567 */*) func_dirname_result="${1%/*}${2}" ;;
16568 * ) func_dirname_result="${3}" ;;
16569 esac
16570 }
16571
16572 # func_basename file
16573 func_basename ()
16574 {
16575 func_basename_result="${1##*/}"
16576 }
16577
16578 # func_dirname_and_basename file append nondir_replacement
16579 # perform func_basename and func_dirname in a single function
16580 # call:
16581 # dirname: Compute the dirname of FILE. If nonempty,
16582 # add APPEND to the result, otherwise set result
16583 # to NONDIR_REPLACEMENT.
16584 # value returned in "$func_dirname_result"
16585 # basename: Compute filename of FILE.
16586 # value retuned in "$func_basename_result"
16587 # Implementation must be kept synchronized with func_dirname
16588 # and func_basename. For efficiency, we do not delegate to
16589 # those functions but instead duplicate the functionality here.
16590 func_dirname_and_basename ()
16591 {
16592 case ${1} in
16593 */*) func_dirname_result="${1%/*}${2}" ;;
16594 * ) func_dirname_result="${3}" ;;
16595 esac
16596 func_basename_result="${1##*/}"
16597 }
16598
16599 # func_stripname prefix suffix name
16600 # strip PREFIX and SUFFIX off of NAME.
16601 # PREFIX and SUFFIX must not contain globbing or regex special
16602 # characters, hashes, percent signs, but SUFFIX may contain a leading
16603 # dot (in which case that matches only a dot).
16604 func_stripname ()
16605 {
16606 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16607 # positional parameters, so assign one to ordinary parameter first.
16608 func_stripname_result=${3}
16609 func_stripname_result=${func_stripname_result#"${1}"}
16610 func_stripname_result=${func_stripname_result%"${2}"}
16611 }
16612
16613 # func_opt_split
16614 func_opt_split ()
16615 {
16616 func_opt_split_opt=${1%%=*}
16617 func_opt_split_arg=${1#*=}
16618 }
16619
16620 # func_lo2o object
16621 func_lo2o ()
16622 {
16623 case ${1} in
16624 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16625 *) func_lo2o_result=${1} ;;
16626 esac
16627 }
16628
16629 # func_xform libobj-or-source
16630 func_xform ()
16631 {
16632 func_xform_result=${1%.*}.lo
16633 }
16634
16635 # func_arith arithmetic-term...
16636 func_arith ()
16637 {
16638 func_arith_result=$(( $* ))
16639 }
16640
16641 # func_len string
16642 # STRING may not start with a hyphen.
16643 func_len ()
16644 {
16645 func_len_result=${#1}
16646 }
16647
16648 _LT_EOF
16649 ;;
16650 *) # Bourne compatible functions.
16651 cat << \_LT_EOF >> "$cfgfile"
16652
16653 # func_dirname file append nondir_replacement
16654 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16655 # otherwise set result to NONDIR_REPLACEMENT.
16656 func_dirname ()
16657 {
16658 # Extract subdirectory from the argument.
16659 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16660 if test "X$func_dirname_result" = "X${1}"; then
16661 func_dirname_result="${3}"
16662 else
16663 func_dirname_result="$func_dirname_result${2}"
16664 fi
16665 }
16666
16667 # func_basename file
16668 func_basename ()
16669 {
16670 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16671 }
16672
16673
16674 # func_stripname prefix suffix name
16675 # strip PREFIX and SUFFIX off of NAME.
16676 # PREFIX and SUFFIX must not contain globbing or regex special
16677 # characters, hashes, percent signs, but SUFFIX may contain a leading
16678 # dot (in which case that matches only a dot).
16679 # func_strip_suffix prefix name
16680 func_stripname ()
16681 {
16682 case ${2} in
16683 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16684 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16685 esac
16686 }
16687
16688 # sed scripts:
16689 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16690 my_sed_long_arg='1s/^-[^=]*=//'
16691
16692 # func_opt_split
16693 func_opt_split ()
16694 {
16695 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16696 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16697 }
16698
16699 # func_lo2o object
16700 func_lo2o ()
16701 {
16702 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16703 }
16704
16705 # func_xform libobj-or-source
16706 func_xform ()
16707 {
16708 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16709 }
16710
16711 # func_arith arithmetic-term...
16712 func_arith ()
16713 {
16714 func_arith_result=`expr "$@"`
16715 }
16716
16717 # func_len string
16718 # STRING may not start with a hyphen.
16719 func_len ()
16720 {
16721 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16722 }
16723
16724 _LT_EOF
16725 esac
16726
16727 case $lt_shell_append in
16728 yes)
16729 cat << \_LT_EOF >> "$cfgfile"
16730
16731 # func_append var value
16732 # Append VALUE to the end of shell variable VAR.
16733 func_append ()
16734 {
16735 eval "$1+=\$2"
16736 }
16737 _LT_EOF
16738 ;;
16739 *)
16740 cat << \_LT_EOF >> "$cfgfile"
16741
16742 # func_append var value
16743 # Append VALUE to the end of shell variable VAR.
16744 func_append ()
16745 {
16746 eval "$1=\$$1\$2"
16747 }
16748
16749 _LT_EOF
16750 ;;
16751 esac
16752
16753
16754 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16755 || (rm -f "$cfgfile"; exit 1)
16756
16757 mv -f "$cfgfile" "$ofile" ||
16758 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16759 chmod +x "$ofile"
16760
16761 ;;
16762 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
16763 rm -f Makesim1.tmp Makesim2.tmp Makefile
16764 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16765 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16766 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
16767 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16768 <Makefile.sim >Makefile
16769 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
16770 ;;
16771 "stamp-h":C) echo > stamp-h ;;
16772
16773 esac
16774 done # for ac_tag
16775
16776
16777 as_fn_exit 0
16778 _ACEOF
16779 ac_clean_files=$ac_clean_files_save
16780
16781 test $ac_write_fail = 0 ||
16782 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16783
16784
16785 # configure is writing to config.log, and then calls config.status.
16786 # config.status does its own redirection, appending to config.log.
16787 # Unfortunately, on DOS this fails, as config.log is still kept open
16788 # by configure, so config.status won't be able to write to it; its
16789 # output is simply discarded. So we exec the FD to /dev/null,
16790 # effectively closing config.log, so it can be properly (re)opened and
16791 # appended to by config.status. When coming back to configure, we
16792 # need to make the FD available again.
16793 if test "$no_create" != yes; then
16794 ac_cs_success=:
16795 ac_config_status_args=
16796 test "$silent" = yes &&
16797 ac_config_status_args="$ac_config_status_args --quiet"
16798 exec 5>/dev/null
16799 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16800 exec 5>>config.log
16801 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16802 # would make configure fail if this is the last instruction.
16803 $ac_cs_success || as_fn_exit $?
16804 fi
16805 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16806 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16807 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16808 fi
16809
16810
This page took 0.469628 seconds and 4 git commands to generate.