cb6c81d77596ee9b7c0a04c62a05e0fa69edf564
[deliverable/binutils-gdb.git] / sim / m68hc11 / 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 m68hc11_extra_objs
605 REPORT_BUGS_TEXI
606 REPORT_BUGS_TO
607 PKGVERSION
608 sim_profile
609 sim_trace
610 sim_stdio
611 sim_debug
612 sim_cflags
613 sim_bswap
614 MAINT
615 lt_cv_dlopen_libs
616 OTOOL64
617 OTOOL
618 LIPO
619 NMEDIT
620 DSYMUTIL
621 AWK
622 STRIP
623 OBJDUMP
624 LN_S
625 NM
626 ac_ct_DUMPBIN
627 DUMPBIN
628 LD
629 FGREP
630 SED
631 LIBTOOL
632 PLUGINS_FALSE
633 PLUGINS_TRUE
634 CATOBJEXT
635 GENCAT
636 INSTOBJEXT
637 DATADIRNAME
638 CATALOGS
639 POSUB
640 GMSGFMT
641 XGETTEXT
642 INCINTL
643 LIBINTL_DEP
644 LIBINTL
645 USE_NLS
646 GMAKE_FALSE
647 GMAKE_TRUE
648 MAKE
649 CCDEPMODE
650 DEPDIR
651 am__leading_dot
652 PACKAGE
653 RANLIB
654 AR
655 HDEFINES
656 CC_FOR_BUILD
657 INSTALL_DATA
658 INSTALL_SCRIPT
659 INSTALL_PROGRAM
660 EGREP
661 GREP
662 CPP
663 target_os
664 target_vendor
665 target_cpu
666 target
667 host_os
668 host_vendor
669 host_cpu
670 host
671 build_os
672 build_vendor
673 build_cpu
674 build
675 OBJEXT
676 EXEEXT
677 ac_ct_CC
678 CPPFLAGS
679 LDFLAGS
680 CFLAGS
681 CC
682 WERROR_CFLAGS
683 WARN_CFLAGS
684 sim_xor_endian
685 sim_stdcall
686 sim_smp
687 sim_reserved_bits
688 sim_regparm
689 sim_packages
690 sim_inline
691 sim_hw
692 sim_hw_objs
693 sim_hw_cflags
694 sim_default_model
695 sim_scache
696 sim_float
697 sim_hostendian
698 sim_endian
699 sim_bitsize
700 sim_assert
701 sim_alignment
702 sim_environment
703 target_alias
704 host_alias
705 build_alias
706 LIBS
707 ECHO_T
708 ECHO_N
709 ECHO_C
710 DEFS
711 mandir
712 localedir
713 libdir
714 psdir
715 pdfdir
716 dvidir
717 htmldir
718 infodir
719 docdir
720 oldincludedir
721 includedir
722 localstatedir
723 sharedstatedir
724 sysconfdir
725 datadir
726 datarootdir
727 libexecdir
728 sbindir
729 bindir
730 program_transform_name
731 prefix
732 exec_prefix
733 PACKAGE_URL
734 PACKAGE_BUGREPORT
735 PACKAGE_STRING
736 PACKAGE_VERSION
737 PACKAGE_TARNAME
738 PACKAGE_NAME
739 PATH_SEPARATOR
740 SHELL'
741 ac_subst_files=''
742 ac_user_opts='
743 enable_option_checking
744 with_zlib
745 enable_plugins
746 enable_shared
747 enable_static
748 with_pic
749 enable_fast_install
750 with_gnu_ld
751 enable_libtool_lock
752 enable_maintainer_mode
753 enable_sim_bswap
754 enable_sim_cflags
755 enable_sim_debug
756 enable_sim_stdio
757 enable_sim_trace
758 enable_sim_profile
759 with_pkgversion
760 with_bugurl
761 enable_sim_inline
762 enable_sim_alignment
763 enable_sim_hostendian
764 enable_werror
765 enable_build_warnings
766 enable_sim_build_warnings
767 enable_sim_hardware
768 '
769 ac_precious_vars='build_alias
770 host_alias
771 target_alias
772 CC
773 CFLAGS
774 LDFLAGS
775 LIBS
776 CPPFLAGS
777 CPP'
778
779
780 # Initialize some variables set by options.
781 ac_init_help=
782 ac_init_version=false
783 ac_unrecognized_opts=
784 ac_unrecognized_sep=
785 # The variables have the same names as the options, with
786 # dashes changed to underlines.
787 cache_file=/dev/null
788 exec_prefix=NONE
789 no_create=
790 no_recursion=
791 prefix=NONE
792 program_prefix=NONE
793 program_suffix=NONE
794 program_transform_name=s,x,x,
795 silent=
796 site=
797 srcdir=
798 verbose=
799 x_includes=NONE
800 x_libraries=NONE
801
802 # Installation directory options.
803 # These are left unexpanded so users can "make install exec_prefix=/foo"
804 # and all the variables that are supposed to be based on exec_prefix
805 # by default will actually change.
806 # Use braces instead of parens because sh, perl, etc. also accept them.
807 # (The list follows the same order as the GNU Coding Standards.)
808 bindir='${exec_prefix}/bin'
809 sbindir='${exec_prefix}/sbin'
810 libexecdir='${exec_prefix}/libexec'
811 datarootdir='${prefix}/share'
812 datadir='${datarootdir}'
813 sysconfdir='${prefix}/etc'
814 sharedstatedir='${prefix}/com'
815 localstatedir='${prefix}/var'
816 includedir='${prefix}/include'
817 oldincludedir='/usr/include'
818 docdir='${datarootdir}/doc/${PACKAGE}'
819 infodir='${datarootdir}/info'
820 htmldir='${docdir}'
821 dvidir='${docdir}'
822 pdfdir='${docdir}'
823 psdir='${docdir}'
824 libdir='${exec_prefix}/lib'
825 localedir='${datarootdir}/locale'
826 mandir='${datarootdir}/man'
827
828 ac_prev=
829 ac_dashdash=
830 for ac_option
831 do
832 # If the previous option needs an argument, assign it.
833 if test -n "$ac_prev"; then
834 eval $ac_prev=\$ac_option
835 ac_prev=
836 continue
837 fi
838
839 case $ac_option in
840 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
841 *) ac_optarg=yes ;;
842 esac
843
844 # Accept the important Cygnus configure options, so we can diagnose typos.
845
846 case $ac_dashdash$ac_option in
847 --)
848 ac_dashdash=yes ;;
849
850 -bindir | --bindir | --bindi | --bind | --bin | --bi)
851 ac_prev=bindir ;;
852 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
853 bindir=$ac_optarg ;;
854
855 -build | --build | --buil | --bui | --bu)
856 ac_prev=build_alias ;;
857 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
858 build_alias=$ac_optarg ;;
859
860 -cache-file | --cache-file | --cache-fil | --cache-fi \
861 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
862 ac_prev=cache_file ;;
863 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
864 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
865 cache_file=$ac_optarg ;;
866
867 --config-cache | -C)
868 cache_file=config.cache ;;
869
870 -datadir | --datadir | --datadi | --datad)
871 ac_prev=datadir ;;
872 -datadir=* | --datadir=* | --datadi=* | --datad=*)
873 datadir=$ac_optarg ;;
874
875 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
876 | --dataroo | --dataro | --datar)
877 ac_prev=datarootdir ;;
878 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
879 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
880 datarootdir=$ac_optarg ;;
881
882 -disable-* | --disable-*)
883 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
884 # Reject names that are not valid shell variable names.
885 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
886 as_fn_error "invalid feature name: $ac_useropt"
887 ac_useropt_orig=$ac_useropt
888 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
889 case $ac_user_opts in
890 *"
891 "enable_$ac_useropt"
892 "*) ;;
893 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
894 ac_unrecognized_sep=', ';;
895 esac
896 eval enable_$ac_useropt=no ;;
897
898 -docdir | --docdir | --docdi | --doc | --do)
899 ac_prev=docdir ;;
900 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
901 docdir=$ac_optarg ;;
902
903 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
904 ac_prev=dvidir ;;
905 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
906 dvidir=$ac_optarg ;;
907
908 -enable-* | --enable-*)
909 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
910 # Reject names that are not valid shell variable names.
911 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
912 as_fn_error "invalid feature name: $ac_useropt"
913 ac_useropt_orig=$ac_useropt
914 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
915 case $ac_user_opts in
916 *"
917 "enable_$ac_useropt"
918 "*) ;;
919 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
920 ac_unrecognized_sep=', ';;
921 esac
922 eval enable_$ac_useropt=\$ac_optarg ;;
923
924 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
925 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
926 | --exec | --exe | --ex)
927 ac_prev=exec_prefix ;;
928 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
929 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
930 | --exec=* | --exe=* | --ex=*)
931 exec_prefix=$ac_optarg ;;
932
933 -gas | --gas | --ga | --g)
934 # Obsolete; use --with-gas.
935 with_gas=yes ;;
936
937 -help | --help | --hel | --he | -h)
938 ac_init_help=long ;;
939 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
940 ac_init_help=recursive ;;
941 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
942 ac_init_help=short ;;
943
944 -host | --host | --hos | --ho)
945 ac_prev=host_alias ;;
946 -host=* | --host=* | --hos=* | --ho=*)
947 host_alias=$ac_optarg ;;
948
949 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
950 ac_prev=htmldir ;;
951 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
952 | --ht=*)
953 htmldir=$ac_optarg ;;
954
955 -includedir | --includedir | --includedi | --included | --include \
956 | --includ | --inclu | --incl | --inc)
957 ac_prev=includedir ;;
958 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
959 | --includ=* | --inclu=* | --incl=* | --inc=*)
960 includedir=$ac_optarg ;;
961
962 -infodir | --infodir | --infodi | --infod | --info | --inf)
963 ac_prev=infodir ;;
964 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
965 infodir=$ac_optarg ;;
966
967 -libdir | --libdir | --libdi | --libd)
968 ac_prev=libdir ;;
969 -libdir=* | --libdir=* | --libdi=* | --libd=*)
970 libdir=$ac_optarg ;;
971
972 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
973 | --libexe | --libex | --libe)
974 ac_prev=libexecdir ;;
975 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
976 | --libexe=* | --libex=* | --libe=*)
977 libexecdir=$ac_optarg ;;
978
979 -localedir | --localedir | --localedi | --localed | --locale)
980 ac_prev=localedir ;;
981 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
982 localedir=$ac_optarg ;;
983
984 -localstatedir | --localstatedir | --localstatedi | --localstated \
985 | --localstate | --localstat | --localsta | --localst | --locals)
986 ac_prev=localstatedir ;;
987 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
988 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
989 localstatedir=$ac_optarg ;;
990
991 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
992 ac_prev=mandir ;;
993 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
994 mandir=$ac_optarg ;;
995
996 -nfp | --nfp | --nf)
997 # Obsolete; use --without-fp.
998 with_fp=no ;;
999
1000 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1001 | --no-cr | --no-c | -n)
1002 no_create=yes ;;
1003
1004 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1005 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1006 no_recursion=yes ;;
1007
1008 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1009 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1010 | --oldin | --oldi | --old | --ol | --o)
1011 ac_prev=oldincludedir ;;
1012 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1013 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1014 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1015 oldincludedir=$ac_optarg ;;
1016
1017 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1018 ac_prev=prefix ;;
1019 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1020 prefix=$ac_optarg ;;
1021
1022 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1023 | --program-pre | --program-pr | --program-p)
1024 ac_prev=program_prefix ;;
1025 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1026 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1027 program_prefix=$ac_optarg ;;
1028
1029 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1030 | --program-suf | --program-su | --program-s)
1031 ac_prev=program_suffix ;;
1032 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1033 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1034 program_suffix=$ac_optarg ;;
1035
1036 -program-transform-name | --program-transform-name \
1037 | --program-transform-nam | --program-transform-na \
1038 | --program-transform-n | --program-transform- \
1039 | --program-transform | --program-transfor \
1040 | --program-transfo | --program-transf \
1041 | --program-trans | --program-tran \
1042 | --progr-tra | --program-tr | --program-t)
1043 ac_prev=program_transform_name ;;
1044 -program-transform-name=* | --program-transform-name=* \
1045 | --program-transform-nam=* | --program-transform-na=* \
1046 | --program-transform-n=* | --program-transform-=* \
1047 | --program-transform=* | --program-transfor=* \
1048 | --program-transfo=* | --program-transf=* \
1049 | --program-trans=* | --program-tran=* \
1050 | --progr-tra=* | --program-tr=* | --program-t=*)
1051 program_transform_name=$ac_optarg ;;
1052
1053 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1054 ac_prev=pdfdir ;;
1055 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1056 pdfdir=$ac_optarg ;;
1057
1058 -psdir | --psdir | --psdi | --psd | --ps)
1059 ac_prev=psdir ;;
1060 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1061 psdir=$ac_optarg ;;
1062
1063 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1064 | -silent | --silent | --silen | --sile | --sil)
1065 silent=yes ;;
1066
1067 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1068 ac_prev=sbindir ;;
1069 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1070 | --sbi=* | --sb=*)
1071 sbindir=$ac_optarg ;;
1072
1073 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1074 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1075 | --sharedst | --shareds | --shared | --share | --shar \
1076 | --sha | --sh)
1077 ac_prev=sharedstatedir ;;
1078 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1079 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1080 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1081 | --sha=* | --sh=*)
1082 sharedstatedir=$ac_optarg ;;
1083
1084 -site | --site | --sit)
1085 ac_prev=site ;;
1086 -site=* | --site=* | --sit=*)
1087 site=$ac_optarg ;;
1088
1089 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1090 ac_prev=srcdir ;;
1091 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1092 srcdir=$ac_optarg ;;
1093
1094 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1095 | --syscon | --sysco | --sysc | --sys | --sy)
1096 ac_prev=sysconfdir ;;
1097 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1098 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1099 sysconfdir=$ac_optarg ;;
1100
1101 -target | --target | --targe | --targ | --tar | --ta | --t)
1102 ac_prev=target_alias ;;
1103 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1104 target_alias=$ac_optarg ;;
1105
1106 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1107 verbose=yes ;;
1108
1109 -version | --version | --versio | --versi | --vers | -V)
1110 ac_init_version=: ;;
1111
1112 -with-* | --with-*)
1113 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1114 # Reject names that are not valid shell variable names.
1115 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1116 as_fn_error "invalid package name: $ac_useropt"
1117 ac_useropt_orig=$ac_useropt
1118 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1119 case $ac_user_opts in
1120 *"
1121 "with_$ac_useropt"
1122 "*) ;;
1123 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1124 ac_unrecognized_sep=', ';;
1125 esac
1126 eval with_$ac_useropt=\$ac_optarg ;;
1127
1128 -without-* | --without-*)
1129 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
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--without-$ac_useropt_orig"
1140 ac_unrecognized_sep=', ';;
1141 esac
1142 eval with_$ac_useropt=no ;;
1143
1144 --x)
1145 # Obsolete; use --with-x.
1146 with_x=yes ;;
1147
1148 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1149 | --x-incl | --x-inc | --x-in | --x-i)
1150 ac_prev=x_includes ;;
1151 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1152 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1153 x_includes=$ac_optarg ;;
1154
1155 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1156 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1157 ac_prev=x_libraries ;;
1158 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1159 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1160 x_libraries=$ac_optarg ;;
1161
1162 -*) as_fn_error "unrecognized option: \`$ac_option'
1163 Try \`$0 --help' for more information."
1164 ;;
1165
1166 *=*)
1167 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
1169 case $ac_envvar in #(
1170 '' | [0-9]* | *[!_$as_cr_alnum]* )
1171 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1172 esac
1173 eval $ac_envvar=\$ac_optarg
1174 export $ac_envvar ;;
1175
1176 *)
1177 # FIXME: should be removed in autoconf 3.0.
1178 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1179 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1180 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1181 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1182 ;;
1183
1184 esac
1185 done
1186
1187 if test -n "$ac_prev"; then
1188 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1189 as_fn_error "missing argument to $ac_option"
1190 fi
1191
1192 if test -n "$ac_unrecognized_opts"; then
1193 case $enable_option_checking in
1194 no) ;;
1195 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1196 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1197 esac
1198 fi
1199
1200 # Check all directory arguments for consistency.
1201 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1202 datadir sysconfdir sharedstatedir localstatedir includedir \
1203 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1204 libdir localedir mandir
1205 do
1206 eval ac_val=\$$ac_var
1207 # Remove trailing slashes.
1208 case $ac_val in
1209 */ )
1210 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1211 eval $ac_var=\$ac_val;;
1212 esac
1213 # Be sure to have absolute directory names.
1214 case $ac_val in
1215 [\\/$]* | ?:[\\/]* ) continue;;
1216 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1217 esac
1218 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1219 done
1220
1221 # There might be people who depend on the old broken behavior: `$host'
1222 # used to hold the argument of --host etc.
1223 # FIXME: To remove some day.
1224 build=$build_alias
1225 host=$host_alias
1226 target=$target_alias
1227
1228 # FIXME: To remove some day.
1229 if test "x$host_alias" != x; then
1230 if test "x$build_alias" = x; then
1231 cross_compiling=maybe
1232 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1233 If a cross compiler is detected then cross compile mode will be used." >&2
1234 elif test "x$build_alias" != "x$host_alias"; then
1235 cross_compiling=yes
1236 fi
1237 fi
1238
1239 ac_tool_prefix=
1240 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1241
1242 test "$silent" = yes && exec 6>/dev/null
1243
1244
1245 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1246 ac_ls_di=`ls -di .` &&
1247 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1248 as_fn_error "working directory cannot be determined"
1249 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1250 as_fn_error "pwd does not report name of working directory"
1251
1252
1253 # Find the source files, if location was not specified.
1254 if test -z "$srcdir"; then
1255 ac_srcdir_defaulted=yes
1256 # Try the directory containing this script, then the parent directory.
1257 ac_confdir=`$as_dirname -- "$as_myself" ||
1258 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1259 X"$as_myself" : 'X\(//\)[^/]' \| \
1260 X"$as_myself" : 'X\(//\)$' \| \
1261 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1262 $as_echo X"$as_myself" |
1263 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1264 s//\1/
1265 q
1266 }
1267 /^X\(\/\/\)[^/].*/{
1268 s//\1/
1269 q
1270 }
1271 /^X\(\/\/\)$/{
1272 s//\1/
1273 q
1274 }
1275 /^X\(\/\).*/{
1276 s//\1/
1277 q
1278 }
1279 s/.*/./; q'`
1280 srcdir=$ac_confdir
1281 if test ! -r "$srcdir/$ac_unique_file"; then
1282 srcdir=..
1283 fi
1284 else
1285 ac_srcdir_defaulted=no
1286 fi
1287 if test ! -r "$srcdir/$ac_unique_file"; then
1288 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1289 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1290 fi
1291 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1292 ac_abs_confdir=`(
1293 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1294 pwd)`
1295 # When building in place, set srcdir=.
1296 if test "$ac_abs_confdir" = "$ac_pwd"; then
1297 srcdir=.
1298 fi
1299 # Remove unnecessary trailing slashes from srcdir.
1300 # Double slashes in file names in object file debugging info
1301 # mess up M-x gdb in Emacs.
1302 case $srcdir in
1303 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1304 esac
1305 for ac_var in $ac_precious_vars; do
1306 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1307 eval ac_env_${ac_var}_value=\$${ac_var}
1308 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1309 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1310 done
1311
1312 #
1313 # Report the --help message.
1314 #
1315 if test "$ac_init_help" = "long"; then
1316 # Omit some internal or obsolete options to make the list less imposing.
1317 # This message is too long to be a string in the A/UX 3.1 sh.
1318 cat <<_ACEOF
1319 \`configure' configures this package to adapt to many kinds of systems.
1320
1321 Usage: $0 [OPTION]... [VAR=VALUE]...
1322
1323 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1324 VAR=VALUE. See below for descriptions of some of the useful variables.
1325
1326 Defaults for the options are specified in brackets.
1327
1328 Configuration:
1329 -h, --help display this help and exit
1330 --help=short display options specific to this package
1331 --help=recursive display the short help of all the included packages
1332 -V, --version display version information and exit
1333 -q, --quiet, --silent do not print \`checking...' messages
1334 --cache-file=FILE cache test results in FILE [disabled]
1335 -C, --config-cache alias for \`--cache-file=config.cache'
1336 -n, --no-create do not create output files
1337 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1338
1339 Installation directories:
1340 --prefix=PREFIX install architecture-independent files in PREFIX
1341 [$ac_default_prefix]
1342 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1343 [PREFIX]
1344
1345 By default, \`make install' will install all the files in
1346 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1347 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1348 for instance \`--prefix=\$HOME'.
1349
1350 For better control, use the options below.
1351
1352 Fine tuning of the installation directories:
1353 --bindir=DIR user executables [EPREFIX/bin]
1354 --sbindir=DIR system admin executables [EPREFIX/sbin]
1355 --libexecdir=DIR program executables [EPREFIX/libexec]
1356 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1357 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1358 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1359 --libdir=DIR object code libraries [EPREFIX/lib]
1360 --includedir=DIR C header files [PREFIX/include]
1361 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1362 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1363 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1364 --infodir=DIR info documentation [DATAROOTDIR/info]
1365 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1366 --mandir=DIR man documentation [DATAROOTDIR/man]
1367 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1368 --htmldir=DIR html documentation [DOCDIR]
1369 --dvidir=DIR dvi documentation [DOCDIR]
1370 --pdfdir=DIR pdf documentation [DOCDIR]
1371 --psdir=DIR ps documentation [DOCDIR]
1372 _ACEOF
1373
1374 cat <<\_ACEOF
1375
1376 Program names:
1377 --program-prefix=PREFIX prepend PREFIX to installed program names
1378 --program-suffix=SUFFIX append SUFFIX to installed program names
1379 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1380
1381 System types:
1382 --build=BUILD configure for building on BUILD [guessed]
1383 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1384 --target=TARGET configure for building compilers for TARGET [HOST]
1385 _ACEOF
1386 fi
1387
1388 if test -n "$ac_init_help"; then
1389
1390 cat <<\_ACEOF
1391
1392 Optional Features:
1393 --disable-option-checking ignore unrecognized --enable/--with options
1394 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1395 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1396 --enable-plugins Enable support for plugins (defaults no)
1397 --enable-shared[=PKGS] build shared libraries [default=yes]
1398 --enable-static[=PKGS] build static libraries [default=yes]
1399 --enable-fast-install[=PKGS]
1400 optimize for fast installation [default=yes]
1401 --disable-libtool-lock avoid locking (might break parallel builds)
1402 --enable-maintainer-mode Enable developer functionality.
1403 --enable-sim-bswap Use Host specific BSWAP instruction.
1404 --enable-sim-cflags=opts Extra CFLAGS for use in building simulator
1405 --enable-sim-debug=opts Enable debugging flags
1406 --enable-sim-stdio Specify whether to use stdio for console input/output.
1407 --enable-sim-trace=opts Enable tracing flags
1408 --enable-sim-profile=opts Enable profiling flags
1409 --enable-sim-inline=inlines Specify which functions should be inlined.
1410 --enable-sim-alignment=align Specify strict, nonstrict or forced alignment of memory accesses.
1411 --enable-sim-hostendian=end Specify host byte endian orientation.
1412 --enable-werror treat compile warnings as errors
1413 --enable-build-warnings enable build-time compiler warnings if gcc is used
1414 --enable-sim-build-warnings
1415 enable SIM specific build-time compiler warnings if
1416 gcc is used
1417 --enable-sim-hardware=LIST Specify the hardware to be included in the build.
1418
1419 Optional Packages:
1420 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1421 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1422 --with-zlib include zlib support (auto/yes/no) default=auto
1423 --with-pic try to use only PIC/non-PIC objects [default=use
1424 both]
1425 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1426 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1427 --with-bugurl=URL Direct users to URL to report a bug
1428
1429 Some influential environment variables:
1430 CC C compiler command
1431 CFLAGS C compiler flags
1432 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1433 nonstandard directory <lib dir>
1434 LIBS libraries to pass to the linker, e.g. -l<library>
1435 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1436 you have headers in a nonstandard directory <include dir>
1437 CPP C preprocessor
1438
1439 Use these variables to override the choices made by `configure' or to help
1440 it to find libraries and programs with nonstandard names/locations.
1441
1442 Report bugs to the package provider.
1443 _ACEOF
1444 ac_status=$?
1445 fi
1446
1447 if test "$ac_init_help" = "recursive"; then
1448 # If there are subdirs, report their specific --help.
1449 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1450 test -d "$ac_dir" ||
1451 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1452 continue
1453 ac_builddir=.
1454
1455 case "$ac_dir" in
1456 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1457 *)
1458 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1459 # A ".." for each directory in $ac_dir_suffix.
1460 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1461 case $ac_top_builddir_sub in
1462 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1463 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1464 esac ;;
1465 esac
1466 ac_abs_top_builddir=$ac_pwd
1467 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1468 # for backward compatibility:
1469 ac_top_builddir=$ac_top_build_prefix
1470
1471 case $srcdir in
1472 .) # We are building in place.
1473 ac_srcdir=.
1474 ac_top_srcdir=$ac_top_builddir_sub
1475 ac_abs_top_srcdir=$ac_pwd ;;
1476 [\\/]* | ?:[\\/]* ) # Absolute name.
1477 ac_srcdir=$srcdir$ac_dir_suffix;
1478 ac_top_srcdir=$srcdir
1479 ac_abs_top_srcdir=$srcdir ;;
1480 *) # Relative name.
1481 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1482 ac_top_srcdir=$ac_top_build_prefix$srcdir
1483 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1484 esac
1485 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1486
1487 cd "$ac_dir" || { ac_status=$?; continue; }
1488 # Check for guested configure.
1489 if test -f "$ac_srcdir/configure.gnu"; then
1490 echo &&
1491 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1492 elif test -f "$ac_srcdir/configure"; then
1493 echo &&
1494 $SHELL "$ac_srcdir/configure" --help=recursive
1495 else
1496 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1497 fi || ac_status=$?
1498 cd "$ac_pwd" || { ac_status=$?; break; }
1499 done
1500 fi
1501
1502 test -n "$ac_init_help" && exit $ac_status
1503 if $ac_init_version; then
1504 cat <<\_ACEOF
1505 configure
1506 generated by GNU Autoconf 2.64
1507
1508 Copyright (C) 2009 Free Software Foundation, Inc.
1509 This configure script is free software; the Free Software Foundation
1510 gives unlimited permission to copy, distribute and modify it.
1511 _ACEOF
1512 exit
1513 fi
1514
1515 ## ------------------------ ##
1516 ## Autoconf initialization. ##
1517 ## ------------------------ ##
1518
1519 # ac_fn_c_try_compile LINENO
1520 # --------------------------
1521 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1522 ac_fn_c_try_compile ()
1523 {
1524 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1525 rm -f conftest.$ac_objext
1526 if { { ac_try="$ac_compile"
1527 case "(($ac_try" in
1528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1529 *) ac_try_echo=$ac_try;;
1530 esac
1531 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1532 $as_echo "$ac_try_echo"; } >&5
1533 (eval "$ac_compile") 2>conftest.err
1534 ac_status=$?
1535 if test -s conftest.err; then
1536 grep -v '^ *+' conftest.err >conftest.er1
1537 cat conftest.er1 >&5
1538 mv -f conftest.er1 conftest.err
1539 fi
1540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1541 test $ac_status = 0; } && {
1542 test -z "$ac_c_werror_flag" ||
1543 test ! -s conftest.err
1544 } && test -s conftest.$ac_objext; then :
1545 ac_retval=0
1546 else
1547 $as_echo "$as_me: failed program was:" >&5
1548 sed 's/^/| /' conftest.$ac_ext >&5
1549
1550 ac_retval=1
1551 fi
1552 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1553 return $ac_retval
1554
1555 } # ac_fn_c_try_compile
1556
1557 # ac_fn_c_try_cpp LINENO
1558 # ----------------------
1559 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1560 ac_fn_c_try_cpp ()
1561 {
1562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1563 if { { ac_try="$ac_cpp conftest.$ac_ext"
1564 case "(($ac_try" in
1565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1566 *) ac_try_echo=$ac_try;;
1567 esac
1568 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1569 $as_echo "$ac_try_echo"; } >&5
1570 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1571 ac_status=$?
1572 if test -s conftest.err; then
1573 grep -v '^ *+' conftest.err >conftest.er1
1574 cat conftest.er1 >&5
1575 mv -f conftest.er1 conftest.err
1576 fi
1577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1578 test $ac_status = 0; } >/dev/null && {
1579 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1580 test ! -s conftest.err
1581 }; then :
1582 ac_retval=0
1583 else
1584 $as_echo "$as_me: failed program was:" >&5
1585 sed 's/^/| /' conftest.$ac_ext >&5
1586
1587 ac_retval=1
1588 fi
1589 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1590 return $ac_retval
1591
1592 } # ac_fn_c_try_cpp
1593
1594 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1595 # -------------------------------------------------------
1596 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1597 # the include files in INCLUDES and setting the cache variable VAR
1598 # accordingly.
1599 ac_fn_c_check_header_mongrel ()
1600 {
1601 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1604 $as_echo_n "checking for $2... " >&6; }
1605 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1606 $as_echo_n "(cached) " >&6
1607 fi
1608 eval ac_res=\$$3
1609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1610 $as_echo "$ac_res" >&6; }
1611 else
1612 # Is the header compilable?
1613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1614 $as_echo_n "checking $2 usability... " >&6; }
1615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1616 /* end confdefs.h. */
1617 $4
1618 #include <$2>
1619 _ACEOF
1620 if ac_fn_c_try_compile "$LINENO"; then :
1621 ac_header_compiler=yes
1622 else
1623 ac_header_compiler=no
1624 fi
1625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1627 $as_echo "$ac_header_compiler" >&6; }
1628
1629 # Is the header present?
1630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1631 $as_echo_n "checking $2 presence... " >&6; }
1632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1633 /* end confdefs.h. */
1634 #include <$2>
1635 _ACEOF
1636 if ac_fn_c_try_cpp "$LINENO"; then :
1637 ac_header_preproc=yes
1638 else
1639 ac_header_preproc=no
1640 fi
1641 rm -f conftest.err conftest.$ac_ext
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1643 $as_echo "$ac_header_preproc" >&6; }
1644
1645 # So? What about this header?
1646 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1647 yes:no: )
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1649 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1651 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1652 ;;
1653 no:yes:* )
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1655 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1657 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1659 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1661 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1663 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1664 ;;
1665 esac
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1667 $as_echo_n "checking for $2... " >&6; }
1668 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1669 $as_echo_n "(cached) " >&6
1670 else
1671 eval "$3=\$ac_header_compiler"
1672 fi
1673 eval ac_res=\$$3
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1675 $as_echo "$ac_res" >&6; }
1676 fi
1677 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1678
1679 } # ac_fn_c_check_header_mongrel
1680
1681 # ac_fn_c_try_run LINENO
1682 # ----------------------
1683 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1684 # that executables *can* be run.
1685 ac_fn_c_try_run ()
1686 {
1687 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1688 if { { ac_try="$ac_link"
1689 case "(($ac_try" in
1690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1691 *) ac_try_echo=$ac_try;;
1692 esac
1693 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1694 $as_echo "$ac_try_echo"; } >&5
1695 (eval "$ac_link") 2>&5
1696 ac_status=$?
1697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1698 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1699 { { case "(($ac_try" in
1700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1701 *) ac_try_echo=$ac_try;;
1702 esac
1703 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1704 $as_echo "$ac_try_echo"; } >&5
1705 (eval "$ac_try") 2>&5
1706 ac_status=$?
1707 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1708 test $ac_status = 0; }; }; then :
1709 ac_retval=0
1710 else
1711 $as_echo "$as_me: program exited with status $ac_status" >&5
1712 $as_echo "$as_me: failed program was:" >&5
1713 sed 's/^/| /' conftest.$ac_ext >&5
1714
1715 ac_retval=$ac_status
1716 fi
1717 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1718 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1719 return $ac_retval
1720
1721 } # ac_fn_c_try_run
1722
1723 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1724 # -------------------------------------------------------
1725 # Tests whether HEADER exists and can be compiled using the include files in
1726 # INCLUDES, setting the cache variable VAR accordingly.
1727 ac_fn_c_check_header_compile ()
1728 {
1729 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1731 $as_echo_n "checking for $2... " >&6; }
1732 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1733 $as_echo_n "(cached) " >&6
1734 else
1735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1736 /* end confdefs.h. */
1737 $4
1738 #include <$2>
1739 _ACEOF
1740 if ac_fn_c_try_compile "$LINENO"; then :
1741 eval "$3=yes"
1742 else
1743 eval "$3=no"
1744 fi
1745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1746 fi
1747 eval ac_res=\$$3
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1749 $as_echo "$ac_res" >&6; }
1750 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1751
1752 } # ac_fn_c_check_header_compile
1753
1754 # ac_fn_c_try_link LINENO
1755 # -----------------------
1756 # Try to link conftest.$ac_ext, and return whether this succeeded.
1757 ac_fn_c_try_link ()
1758 {
1759 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760 rm -f conftest.$ac_objext conftest$ac_exeext
1761 if { { ac_try="$ac_link"
1762 case "(($ac_try" in
1763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1764 *) ac_try_echo=$ac_try;;
1765 esac
1766 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1767 $as_echo "$ac_try_echo"; } >&5
1768 (eval "$ac_link") 2>conftest.err
1769 ac_status=$?
1770 if test -s conftest.err; then
1771 grep -v '^ *+' conftest.err >conftest.er1
1772 cat conftest.er1 >&5
1773 mv -f conftest.er1 conftest.err
1774 fi
1775 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1776 test $ac_status = 0; } && {
1777 test -z "$ac_c_werror_flag" ||
1778 test ! -s conftest.err
1779 } && test -s conftest$ac_exeext && {
1780 test "$cross_compiling" = yes ||
1781 $as_test_x conftest$ac_exeext
1782 }; then :
1783 ac_retval=0
1784 else
1785 $as_echo "$as_me: failed program was:" >&5
1786 sed 's/^/| /' conftest.$ac_ext >&5
1787
1788 ac_retval=1
1789 fi
1790 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1791 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1792 # interfere with the next link command; also delete a directory that is
1793 # left behind by Apple's compiler. We do this before executing the actions.
1794 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1795 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1796 return $ac_retval
1797
1798 } # ac_fn_c_try_link
1799
1800 # ac_fn_c_check_func LINENO FUNC VAR
1801 # ----------------------------------
1802 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1803 ac_fn_c_check_func ()
1804 {
1805 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1807 $as_echo_n "checking for $2... " >&6; }
1808 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1809 $as_echo_n "(cached) " >&6
1810 else
1811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1812 /* end confdefs.h. */
1813 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1814 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1815 #define $2 innocuous_$2
1816
1817 /* System header to define __stub macros and hopefully few prototypes,
1818 which can conflict with char $2 (); below.
1819 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1820 <limits.h> exists even on freestanding compilers. */
1821
1822 #ifdef __STDC__
1823 # include <limits.h>
1824 #else
1825 # include <assert.h>
1826 #endif
1827
1828 #undef $2
1829
1830 /* Override any GCC internal prototype to avoid an error.
1831 Use char because int might match the return type of a GCC
1832 builtin and then its argument prototype would still apply. */
1833 #ifdef __cplusplus
1834 extern "C"
1835 #endif
1836 char $2 ();
1837 /* The GNU C library defines this for functions which it implements
1838 to always fail with ENOSYS. Some functions are actually named
1839 something starting with __ and the normal name is an alias. */
1840 #if defined __stub_$2 || defined __stub___$2
1841 choke me
1842 #endif
1843
1844 int
1845 main ()
1846 {
1847 return $2 ();
1848 ;
1849 return 0;
1850 }
1851 _ACEOF
1852 if ac_fn_c_try_link "$LINENO"; then :
1853 eval "$3=yes"
1854 else
1855 eval "$3=no"
1856 fi
1857 rm -f core conftest.err conftest.$ac_objext \
1858 conftest$ac_exeext conftest.$ac_ext
1859 fi
1860 eval ac_res=\$$3
1861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1862 $as_echo "$ac_res" >&6; }
1863 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1864
1865 } # ac_fn_c_check_func
1866 cat >config.log <<_ACEOF
1867 This file contains any messages produced by compilers while
1868 running configure, to aid debugging if configure makes a mistake.
1869
1870 It was created by $as_me, which was
1871 generated by GNU Autoconf 2.64. Invocation command line was
1872
1873 $ $0 $@
1874
1875 _ACEOF
1876 exec 5>>config.log
1877 {
1878 cat <<_ASUNAME
1879 ## --------- ##
1880 ## Platform. ##
1881 ## --------- ##
1882
1883 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1884 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1885 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1886 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1887 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1888
1889 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1890 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1891
1892 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1893 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1894 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1895 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1896 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1897 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1898 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1899
1900 _ASUNAME
1901
1902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1903 for as_dir in $PATH
1904 do
1905 IFS=$as_save_IFS
1906 test -z "$as_dir" && as_dir=.
1907 $as_echo "PATH: $as_dir"
1908 done
1909 IFS=$as_save_IFS
1910
1911 } >&5
1912
1913 cat >&5 <<_ACEOF
1914
1915
1916 ## ----------- ##
1917 ## Core tests. ##
1918 ## ----------- ##
1919
1920 _ACEOF
1921
1922
1923 # Keep a trace of the command line.
1924 # Strip out --no-create and --no-recursion so they do not pile up.
1925 # Strip out --silent because we don't want to record it for future runs.
1926 # Also quote any args containing shell meta-characters.
1927 # Make two passes to allow for proper duplicate-argument suppression.
1928 ac_configure_args=
1929 ac_configure_args0=
1930 ac_configure_args1=
1931 ac_must_keep_next=false
1932 for ac_pass in 1 2
1933 do
1934 for ac_arg
1935 do
1936 case $ac_arg in
1937 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1938 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1939 | -silent | --silent | --silen | --sile | --sil)
1940 continue ;;
1941 *\'*)
1942 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1943 esac
1944 case $ac_pass in
1945 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1946 2)
1947 as_fn_append ac_configure_args1 " '$ac_arg'"
1948 if test $ac_must_keep_next = true; then
1949 ac_must_keep_next=false # Got value, back to normal.
1950 else
1951 case $ac_arg in
1952 *=* | --config-cache | -C | -disable-* | --disable-* \
1953 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1954 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1955 | -with-* | --with-* | -without-* | --without-* | --x)
1956 case "$ac_configure_args0 " in
1957 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1958 esac
1959 ;;
1960 -* ) ac_must_keep_next=true ;;
1961 esac
1962 fi
1963 as_fn_append ac_configure_args " '$ac_arg'"
1964 ;;
1965 esac
1966 done
1967 done
1968 { ac_configure_args0=; unset ac_configure_args0;}
1969 { ac_configure_args1=; unset ac_configure_args1;}
1970
1971 # When interrupted or exit'd, cleanup temporary files, and complete
1972 # config.log. We remove comments because anyway the quotes in there
1973 # would cause problems or look ugly.
1974 # WARNING: Use '\'' to represent an apostrophe within the trap.
1975 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1976 trap 'exit_status=$?
1977 # Save into config.log some information that might help in debugging.
1978 {
1979 echo
1980
1981 cat <<\_ASBOX
1982 ## ---------------- ##
1983 ## Cache variables. ##
1984 ## ---------------- ##
1985 _ASBOX
1986 echo
1987 # The following way of writing the cache mishandles newlines in values,
1988 (
1989 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1990 eval ac_val=\$$ac_var
1991 case $ac_val in #(
1992 *${as_nl}*)
1993 case $ac_var in #(
1994 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1995 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1996 esac
1997 case $ac_var in #(
1998 _ | IFS | as_nl) ;; #(
1999 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2000 *) { eval $ac_var=; unset $ac_var;} ;;
2001 esac ;;
2002 esac
2003 done
2004 (set) 2>&1 |
2005 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2006 *${as_nl}ac_space=\ *)
2007 sed -n \
2008 "s/'\''/'\''\\\\'\'''\''/g;
2009 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2010 ;; #(
2011 *)
2012 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2013 ;;
2014 esac |
2015 sort
2016 )
2017 echo
2018
2019 cat <<\_ASBOX
2020 ## ----------------- ##
2021 ## Output variables. ##
2022 ## ----------------- ##
2023 _ASBOX
2024 echo
2025 for ac_var in $ac_subst_vars
2026 do
2027 eval ac_val=\$$ac_var
2028 case $ac_val in
2029 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2030 esac
2031 $as_echo "$ac_var='\''$ac_val'\''"
2032 done | sort
2033 echo
2034
2035 if test -n "$ac_subst_files"; then
2036 cat <<\_ASBOX
2037 ## ------------------- ##
2038 ## File substitutions. ##
2039 ## ------------------- ##
2040 _ASBOX
2041 echo
2042 for ac_var in $ac_subst_files
2043 do
2044 eval ac_val=\$$ac_var
2045 case $ac_val in
2046 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2047 esac
2048 $as_echo "$ac_var='\''$ac_val'\''"
2049 done | sort
2050 echo
2051 fi
2052
2053 if test -s confdefs.h; then
2054 cat <<\_ASBOX
2055 ## ----------- ##
2056 ## confdefs.h. ##
2057 ## ----------- ##
2058 _ASBOX
2059 echo
2060 cat confdefs.h
2061 echo
2062 fi
2063 test "$ac_signal" != 0 &&
2064 $as_echo "$as_me: caught signal $ac_signal"
2065 $as_echo "$as_me: exit $exit_status"
2066 } >&5
2067 rm -f core *.core core.conftest.* &&
2068 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2069 exit $exit_status
2070 ' 0
2071 for ac_signal in 1 2 13 15; do
2072 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2073 done
2074 ac_signal=0
2075
2076 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2077 rm -f -r conftest* confdefs.h
2078
2079 $as_echo "/* confdefs.h */" > confdefs.h
2080
2081 # Predefined preprocessor variables.
2082
2083 cat >>confdefs.h <<_ACEOF
2084 #define PACKAGE_NAME "$PACKAGE_NAME"
2085 _ACEOF
2086
2087 cat >>confdefs.h <<_ACEOF
2088 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2089 _ACEOF
2090
2091 cat >>confdefs.h <<_ACEOF
2092 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2093 _ACEOF
2094
2095 cat >>confdefs.h <<_ACEOF
2096 #define PACKAGE_STRING "$PACKAGE_STRING"
2097 _ACEOF
2098
2099 cat >>confdefs.h <<_ACEOF
2100 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2101 _ACEOF
2102
2103 cat >>confdefs.h <<_ACEOF
2104 #define PACKAGE_URL "$PACKAGE_URL"
2105 _ACEOF
2106
2107
2108 # Let the site file select an alternate cache file if it wants to.
2109 # Prefer an explicitly selected file to automatically selected ones.
2110 ac_site_file1=NONE
2111 ac_site_file2=NONE
2112 if test -n "$CONFIG_SITE"; then
2113 ac_site_file1=$CONFIG_SITE
2114 elif test "x$prefix" != xNONE; then
2115 ac_site_file1=$prefix/share/config.site
2116 ac_site_file2=$prefix/etc/config.site
2117 else
2118 ac_site_file1=$ac_default_prefix/share/config.site
2119 ac_site_file2=$ac_default_prefix/etc/config.site
2120 fi
2121 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2122 do
2123 test "x$ac_site_file" = xNONE && continue
2124 if test -r "$ac_site_file"; then
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2126 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2127 sed 's/^/| /' "$ac_site_file" >&5
2128 . "$ac_site_file"
2129 fi
2130 done
2131
2132 if test -r "$cache_file"; then
2133 # Some versions of bash will fail to source /dev/null (special
2134 # files actually), so we avoid doing that.
2135 if test -f "$cache_file"; then
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2137 $as_echo "$as_me: loading cache $cache_file" >&6;}
2138 case $cache_file in
2139 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2140 *) . "./$cache_file";;
2141 esac
2142 fi
2143 else
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2145 $as_echo "$as_me: creating cache $cache_file" >&6;}
2146 >$cache_file
2147 fi
2148
2149 # Check that the precious variables saved in the cache have kept the same
2150 # value.
2151 ac_cache_corrupted=false
2152 for ac_var in $ac_precious_vars; do
2153 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2154 eval ac_new_set=\$ac_env_${ac_var}_set
2155 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2156 eval ac_new_val=\$ac_env_${ac_var}_value
2157 case $ac_old_set,$ac_new_set in
2158 set,)
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2160 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2161 ac_cache_corrupted=: ;;
2162 ,set)
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2164 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2165 ac_cache_corrupted=: ;;
2166 ,);;
2167 *)
2168 if test "x$ac_old_val" != "x$ac_new_val"; then
2169 # differences in whitespace do not lead to failure.
2170 ac_old_val_w=`echo x $ac_old_val`
2171 ac_new_val_w=`echo x $ac_new_val`
2172 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2174 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2175 ac_cache_corrupted=:
2176 else
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2178 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2179 eval $ac_var=\$ac_old_val
2180 fi
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2182 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2183 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2184 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2185 fi;;
2186 esac
2187 # Pass precious variables to config.status.
2188 if test "$ac_new_set" = set; then
2189 case $ac_new_val in
2190 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2191 *) ac_arg=$ac_var=$ac_new_val ;;
2192 esac
2193 case " $ac_configure_args " in
2194 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2195 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2196 esac
2197 fi
2198 done
2199 if $ac_cache_corrupted; then
2200 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2201 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2203 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2204 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2205 fi
2206 ## -------------------- ##
2207 ## Main body of script. ##
2208 ## -------------------- ##
2209
2210 ac_ext=c
2211 ac_cpp='$CPP $CPPFLAGS'
2212 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2213 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2214 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2215
2216
2217 # This file contains common code used by all simulators.
2218 #
2219 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2220 # directory. It is intended to be invoked before any target specific stuff.
2221 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2222 # It is intended to be invoked last.
2223 #
2224 # The simulator's configure.in should look like:
2225 #
2226 # dnl Process this file with autoconf to produce a configure script.
2227 # AC_PREREQ(2.64)dnl
2228 # AC_INIT(Makefile.in)
2229 # sinclude(../common/aclocal.m4)
2230 #
2231 # SIM_AC_COMMON
2232 #
2233 # ... target specific stuff ...
2234 #
2235 # SIM_AC_OUTPUT
2236
2237 # Include global overrides and fixes for Autoconf.
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264 # _AC_CHECK_DECL_BODY
2265 # -------------------
2266 # Shell function body for AC_CHECK_DECL.
2267 # _AC_CHECK_DECL_BODY
2268
2269 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2270 # INCLUDES)
2271 # -------------------------------------------------------------
2272 # Helper to AC_CHECK_DECLS, which generates the check for a single
2273 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2274 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2288 #
2289 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2290 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2291 # Written by Gordon Matzigkeit, 1996
2292 #
2293 # This file is free software; the Free Software Foundation gives
2294 # unlimited permission to copy and/or distribute it, with or without
2295 # modifications, as long as this notice is preserved.
2296
2297
2298
2299 # serial 56 LT_INIT
2300
2301
2302 # LT_PREREQ(VERSION)
2303 # ------------------
2304 # Complain and exit if this libtool version is less that VERSION.
2305
2306
2307
2308 # _LT_CHECK_BUILDDIR
2309 # ------------------
2310 # Complain if the absolute build directory name contains unusual characters
2311
2312
2313
2314 # LT_INIT([OPTIONS])
2315 # ------------------
2316 # LT_INIT
2317
2318 # Old names:
2319 # This is what autoupdate's m4 run will expand. It fires
2320 # the warning (with _au_warn_XXX), outputs it into the
2321 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2322 # the replacement expansion.
2323
2324
2325 # This is an auxiliary macro that is also run when
2326 # autoupdate runs m4. It simply calls m4_warning, but
2327 # we need a wrapper so that each warning is emitted only
2328 # once. We break the quoting in m4_warning's argument in
2329 # order to expand this macro's arguments, not AU_DEFUN's.
2330
2331
2332 # Finally, this is the expansion that is picked up by
2333 # autoconf. It tells the user to run autoupdate, and
2334 # then outputs the replacement expansion. We do not care
2335 # about autoupdate's warning because that contains
2336 # information on what to do *after* running autoupdate.
2337
2338 # This is what autoupdate's m4 run will expand. It fires
2339 # the warning (with _au_warn_XXX), outputs it into the
2340 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2341 # the replacement expansion.
2342
2343
2344 # This is an auxiliary macro that is also run when
2345 # autoupdate runs m4. It simply calls m4_warning, but
2346 # we need a wrapper so that each warning is emitted only
2347 # once. We break the quoting in m4_warning's argument in
2348 # order to expand this macro's arguments, not AU_DEFUN's.
2349
2350
2351 # Finally, this is the expansion that is picked up by
2352 # autoconf. It tells the user to run autoupdate, and
2353 # then outputs the replacement expansion. We do not care
2354 # about autoupdate's warning because that contains
2355 # information on what to do *after* running autoupdate.
2356
2357
2358
2359 # _LT_CC_BASENAME(CC)
2360 # -------------------
2361 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2362
2363
2364
2365 # _LT_FILEUTILS_DEFAULTS
2366 # ----------------------
2367 # It is okay to use these file commands and assume they have been set
2368 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2369 # _LT_FILEUTILS_DEFAULTS
2370
2371
2372 # _LT_SETUP
2373 # ---------
2374 # _LT_SETUP
2375
2376
2377 # _LT_PREPARE_SED_QUOTE_VARS
2378 # --------------------------
2379 # Define a few sed substitution that help us do robust quoting.
2380
2381
2382 # _LT_PROG_LTMAIN
2383 # ---------------
2384 # Note that this code is called both from `configure', and `config.status'
2385 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2386 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2387 # so we pass a copy along to make sure it has a sensible value anyway.
2388 # _LT_PROG_LTMAIN
2389
2390
2391 ## ------------------------------------- ##
2392 ## Accumulate code for creating libtool. ##
2393 ## ------------------------------------- ##
2394
2395 # So that we can recreate a full libtool script including additional
2396 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2397 # in macros and then make a single call at the end using the `libtool'
2398 # label.
2399
2400
2401 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2402 # ----------------------------------------
2403 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2404
2405
2406 # Initialize.
2407
2408
2409
2410 # _LT_CONFIG_LIBTOOL([COMMANDS])
2411 # ------------------------------
2412 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2413
2414
2415 # Initialize.
2416
2417
2418
2419 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2420 # -----------------------------------------------------
2421
2422
2423
2424 # _LT_FORMAT_COMMENT([COMMENT])
2425 # -----------------------------
2426 # Add leading comment marks to the start of each line, and a trailing
2427 # full-stop to the whole comment if one is not present already.
2428
2429
2430
2431
2432 ## ------------------------ ##
2433 ## FIXME: Eliminate VARNAME ##
2434 ## ------------------------ ##
2435
2436
2437 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2438 # -------------------------------------------------------------------
2439 # CONFIGNAME is the name given to the value in the libtool script.
2440 # VARNAME is the (base) name used in the configure script.
2441 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2442 # VARNAME. Any other value will be used directly.
2443
2444
2445
2446 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2447 # --------------------------------------------------------
2448
2449
2450
2451 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2452 # ------------------------------------------------
2453
2454
2455
2456 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2457 # ---------------------------------------------------------
2458
2459
2460
2461 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2462 # --------------------------------------------------
2463
2464
2465
2466 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2467 # ---------------------------------------------------
2468
2469
2470
2471 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2472 # ---------------------------------------------------
2473
2474
2475
2476
2477 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2478 # ------------------------------------------------
2479
2480
2481
2482
2483 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2484 # ------------------------------------
2485 # Quote a variable value, and forward it to `config.status' so that its
2486 # declaration there will have the same value as in `configure'. VARNAME
2487 # must have a single quote delimited value for this to work.
2488
2489
2490
2491 # _LT_CONFIG_STATUS_DECLARATIONS
2492 # ------------------------------
2493 # We delimit libtool config variables with single quotes, so when
2494 # we write them to config.status, we have to be sure to quote all
2495 # embedded single quotes properly. In configure, this macro expands
2496 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2497 #
2498 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2499
2500
2501
2502 # _LT_LIBTOOL_TAGS
2503 # ----------------
2504 # Output comment and list of tags supported by the script
2505
2506
2507
2508 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2509 # -----------------------------------
2510 # Extract the dictionary values for VARNAME (optionally with TAG) and
2511 # expand to a commented shell variable setting:
2512 #
2513 # # Some comment about what VAR is for.
2514 # visible_name=$lt_internal_name
2515
2516
2517
2518 # _LT_LIBTOOL_CONFIG_VARS
2519 # -----------------------
2520 # Produce commented declarations of non-tagged libtool config variables
2521 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2522 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2523 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2524
2525
2526
2527 # _LT_LIBTOOL_TAG_VARS(TAG)
2528 # -------------------------
2529
2530
2531
2532 # _LT_TAGVAR(VARNAME, [TAGNAME])
2533 # ------------------------------
2534
2535
2536
2537 # _LT_CONFIG_COMMANDS
2538 # -------------------
2539 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2540 # variables for single and double quote escaping we saved from calls
2541 # to _LT_DECL, we can put quote escaped variables declarations
2542 # into `config.status', and then the shell code to quote escape them in
2543 # for loops in `config.status'. Finally, any additional code accumulated
2544 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2545 #_LT_CONFIG_COMMANDS
2546
2547
2548 # Initialize.
2549
2550
2551 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2552 # ------------------------------------
2553 # Generate a child script FILE with all initialization necessary to
2554 # reuse the environment learned by the parent script, and make the
2555 # file executable. If COMMENT is supplied, it is inserted after the
2556 # `#!' sequence but before initialization text begins. After this
2557 # macro, additional text can be appended to FILE to form the body of
2558 # the child script. The macro ends with non-zero status if the
2559 # file could not be fully written (such as if the disk is full).
2560 # _LT_GENERATED_FILE_INIT
2561
2562 # LT_OUTPUT
2563 # ---------
2564 # This macro allows early generation of the libtool script (before
2565 # AC_OUTPUT is called), incase it is used in configure for compilation
2566 # tests.
2567 # LT_OUTPUT
2568
2569
2570 # _LT_CONFIG(TAG)
2571 # ---------------
2572 # If TAG is the built-in tag, create an initial libtool script with a
2573 # default configuration from the untagged config vars. Otherwise add code
2574 # to config.status for appending the configuration named by TAG from the
2575 # matching tagged config vars.
2576 # _LT_CONFIG
2577
2578
2579 # LT_SUPPORTED_TAG(TAG)
2580 # ---------------------
2581 # Trace this macro to discover what tags are supported by the libtool
2582 # --tag option, using:
2583 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2584
2585
2586
2587 # C support is built-in for now
2588
2589
2590
2591
2592 # LT_LANG(LANG)
2593 # -------------
2594 # Enable libtool support for the given language if not already enabled.
2595 # LT_LANG
2596
2597
2598 # _LT_LANG(LANGNAME)
2599 # ------------------
2600 # _LT_LANG
2601
2602
2603 # _LT_LANG_DEFAULT_CONFIG
2604 # -----------------------
2605 # _LT_LANG_DEFAULT_CONFIG
2606
2607 # Obsolete macros:
2608 # This is what autoupdate's m4 run will expand. It fires
2609 # the warning (with _au_warn_XXX), outputs it into the
2610 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2611 # the replacement expansion.
2612
2613
2614 # This is an auxiliary macro that is also run when
2615 # autoupdate runs m4. It simply calls m4_warning, but
2616 # we need a wrapper so that each warning is emitted only
2617 # once. We break the quoting in m4_warning's argument in
2618 # order to expand this macro's arguments, not AU_DEFUN's.
2619
2620
2621 # Finally, this is the expansion that is picked up by
2622 # autoconf. It tells the user to run autoupdate, and
2623 # then outputs the replacement expansion. We do not care
2624 # about autoupdate's warning because that contains
2625 # information on what to do *after* running autoupdate.
2626
2627 # This is what autoupdate's m4 run will expand. It fires
2628 # the warning (with _au_warn_XXX), outputs it into the
2629 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2630 # the replacement expansion.
2631
2632
2633 # This is an auxiliary macro that is also run when
2634 # autoupdate runs m4. It simply calls m4_warning, but
2635 # we need a wrapper so that each warning is emitted only
2636 # once. We break the quoting in m4_warning's argument in
2637 # order to expand this macro's arguments, not AU_DEFUN's.
2638
2639
2640 # Finally, this is the expansion that is picked up by
2641 # autoconf. It tells the user to run autoupdate, and
2642 # then outputs the replacement expansion. We do not care
2643 # about autoupdate's warning because that contains
2644 # information on what to do *after* running autoupdate.
2645
2646 # This is what autoupdate's m4 run will expand. It fires
2647 # the warning (with _au_warn_XXX), outputs it into the
2648 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2649 # the replacement expansion.
2650
2651
2652 # This is an auxiliary macro that is also run when
2653 # autoupdate runs m4. It simply calls m4_warning, but
2654 # we need a wrapper so that each warning is emitted only
2655 # once. We break the quoting in m4_warning's argument in
2656 # order to expand this macro's arguments, not AU_DEFUN's.
2657
2658
2659 # Finally, this is the expansion that is picked up by
2660 # autoconf. It tells the user to run autoupdate, and
2661 # then outputs the replacement expansion. We do not care
2662 # about autoupdate's warning because that contains
2663 # information on what to do *after* running autoupdate.
2664
2665 # This is what autoupdate's m4 run will expand. It fires
2666 # the warning (with _au_warn_XXX), outputs it into the
2667 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2668 # the replacement expansion.
2669
2670
2671 # This is an auxiliary macro that is also run when
2672 # autoupdate runs m4. It simply calls m4_warning, but
2673 # we need a wrapper so that each warning is emitted only
2674 # once. We break the quoting in m4_warning's argument in
2675 # order to expand this macro's arguments, not AU_DEFUN's.
2676
2677
2678 # Finally, this is the expansion that is picked up by
2679 # autoconf. It tells the user to run autoupdate, and
2680 # then outputs the replacement expansion. We do not care
2681 # about autoupdate's warning because that contains
2682 # information on what to do *after* running autoupdate.
2683
2684 # This is what autoupdate's m4 run will expand. It fires
2685 # the warning (with _au_warn_XXX), outputs it into the
2686 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2687 # the replacement expansion.
2688
2689
2690 # This is an auxiliary macro that is also run when
2691 # autoupdate runs m4. It simply calls m4_warning, but
2692 # we need a wrapper so that each warning is emitted only
2693 # once. We break the quoting in m4_warning's argument in
2694 # order to expand this macro's arguments, not AU_DEFUN's.
2695
2696
2697 # Finally, this is the expansion that is picked up by
2698 # autoconf. It tells the user to run autoupdate, and
2699 # then outputs the replacement expansion. We do not care
2700 # about autoupdate's warning because that contains
2701 # information on what to do *after* running autoupdate.
2702
2703
2704
2705 # _LT_TAG_COMPILER
2706 # ----------------
2707 # _LT_TAG_COMPILER
2708
2709
2710 # _LT_COMPILER_BOILERPLATE
2711 # ------------------------
2712 # Check for compiler boilerplate output or warnings with
2713 # the simple compiler test code.
2714 # _LT_COMPILER_BOILERPLATE
2715
2716
2717 # _LT_LINKER_BOILERPLATE
2718 # ----------------------
2719 # Check for linker boilerplate output or warnings with
2720 # the simple link test code.
2721 # _LT_LINKER_BOILERPLATE
2722
2723 # _LT_REQUIRED_DARWIN_CHECKS
2724 # -------------------------
2725
2726
2727
2728 # _LT_DARWIN_LINKER_FEATURES
2729 # --------------------------
2730 # Checks for linker and compiler features on darwin
2731
2732
2733 # _LT_SYS_MODULE_PATH_AIX
2734 # -----------------------
2735 # Links a minimal program and checks the executable
2736 # for the system default hardcoded library path. In most cases,
2737 # this is /usr/lib:/lib, but when the MPI compilers are used
2738 # the location of the communication and MPI libs are included too.
2739 # If we don't find anything, use the default library path according
2740 # to the aix ld manual.
2741 # _LT_SYS_MODULE_PATH_AIX
2742
2743
2744 # _LT_SHELL_INIT(ARG)
2745 # -------------------
2746 # _LT_SHELL_INIT
2747
2748
2749
2750 # _LT_PROG_ECHO_BACKSLASH
2751 # -----------------------
2752 # Find how we can fake an echo command that does not interpret backslash.
2753 # In particular, with Autoconf 2.60 or later we add some code to the start
2754 # of the generated configure script which will find a shell with a builtin
2755 # printf (which we can use as an echo command).
2756 # _LT_PROG_ECHO_BACKSLASH
2757
2758
2759 # _LT_ENABLE_LOCK
2760 # ---------------
2761 # _LT_ENABLE_LOCK
2762
2763
2764 # _LT_CMD_OLD_ARCHIVE
2765 # -------------------
2766 # _LT_CMD_OLD_ARCHIVE
2767
2768
2769 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2770 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2771 # ----------------------------------------------------------------
2772 # Check whether the given compiler option works
2773 # _LT_COMPILER_OPTION
2774
2775 # Old name:
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
2796
2797 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2798 # [ACTION-SUCCESS], [ACTION-FAILURE])
2799 # ----------------------------------------------------
2800 # Check whether the given linker option works
2801 # _LT_LINKER_OPTION
2802
2803 # Old name:
2804 # This is what autoupdate's m4 run will expand. It fires
2805 # the warning (with _au_warn_XXX), outputs it into the
2806 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2807 # the replacement expansion.
2808
2809
2810 # This is an auxiliary macro that is also run when
2811 # autoupdate runs m4. It simply calls m4_warning, but
2812 # we need a wrapper so that each warning is emitted only
2813 # once. We break the quoting in m4_warning's argument in
2814 # order to expand this macro's arguments, not AU_DEFUN's.
2815
2816
2817 # Finally, this is the expansion that is picked up by
2818 # autoconf. It tells the user to run autoupdate, and
2819 # then outputs the replacement expansion. We do not care
2820 # about autoupdate's warning because that contains
2821 # information on what to do *after* running autoupdate.
2822
2823
2824
2825 # LT_CMD_MAX_LEN
2826 #---------------
2827 # LT_CMD_MAX_LEN
2828
2829 # Old name:
2830 # This is what autoupdate's m4 run will expand. It fires
2831 # the warning (with _au_warn_XXX), outputs it into the
2832 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2833 # the replacement expansion.
2834
2835
2836 # This is an auxiliary macro that is also run when
2837 # autoupdate runs m4. It simply calls m4_warning, but
2838 # we need a wrapper so that each warning is emitted only
2839 # once. We break the quoting in m4_warning's argument in
2840 # order to expand this macro's arguments, not AU_DEFUN's.
2841
2842
2843 # Finally, this is the expansion that is picked up by
2844 # autoconf. It tells the user to run autoupdate, and
2845 # then outputs the replacement expansion. We do not care
2846 # about autoupdate's warning because that contains
2847 # information on what to do *after* running autoupdate.
2848
2849
2850
2851 # _LT_HEADER_DLFCN
2852 # ----------------
2853 # _LT_HEADER_DLFCN
2854
2855
2856 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2857 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2858 # ----------------------------------------------------------------
2859 # _LT_TRY_DLOPEN_SELF
2860
2861
2862 # LT_SYS_DLOPEN_SELF
2863 # ------------------
2864 # LT_SYS_DLOPEN_SELF
2865
2866 # Old name:
2867 # This is what autoupdate's m4 run will expand. It fires
2868 # the warning (with _au_warn_XXX), outputs it into the
2869 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2870 # the replacement expansion.
2871
2872
2873 # This is an auxiliary macro that is also run when
2874 # autoupdate runs m4. It simply calls m4_warning, but
2875 # we need a wrapper so that each warning is emitted only
2876 # once. We break the quoting in m4_warning's argument in
2877 # order to expand this macro's arguments, not AU_DEFUN's.
2878
2879
2880 # Finally, this is the expansion that is picked up by
2881 # autoconf. It tells the user to run autoupdate, and
2882 # then outputs the replacement expansion. We do not care
2883 # about autoupdate's warning because that contains
2884 # information on what to do *after* running autoupdate.
2885
2886
2887
2888 # _LT_COMPILER_C_O([TAGNAME])
2889 # ---------------------------
2890 # Check to see if options -c and -o are simultaneously supported by compiler.
2891 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2892 # _LT_COMPILER_C_O
2893
2894
2895 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2896 # ----------------------------------
2897 # Check to see if we can do hard links to lock some files if needed
2898 # _LT_COMPILER_FILE_LOCKS
2899
2900
2901 # _LT_CHECK_OBJDIR
2902 # ----------------
2903 # _LT_CHECK_OBJDIR
2904
2905
2906 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2907 # --------------------------------------
2908 # Check hardcoding attributes.
2909 # _LT_LINKER_HARDCODE_LIBPATH
2910
2911
2912 # _LT_CMD_STRIPLIB
2913 # ----------------
2914 # _LT_CMD_STRIPLIB
2915
2916
2917 # _LT_SYS_DYNAMIC_LINKER([TAG])
2918 # -----------------------------
2919 # PORTME Fill in your ld.so characteristics
2920 # _LT_SYS_DYNAMIC_LINKER
2921
2922
2923 # _LT_PATH_TOOL_PREFIX(TOOL)
2924 # --------------------------
2925 # find a file program which can recognize shared library
2926 # _LT_PATH_TOOL_PREFIX
2927
2928 # Old name:
2929 # This is what autoupdate's m4 run will expand. It fires
2930 # the warning (with _au_warn_XXX), outputs it into the
2931 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2932 # the replacement expansion.
2933
2934
2935 # This is an auxiliary macro that is also run when
2936 # autoupdate runs m4. It simply calls m4_warning, but
2937 # we need a wrapper so that each warning is emitted only
2938 # once. We break the quoting in m4_warning's argument in
2939 # order to expand this macro's arguments, not AU_DEFUN's.
2940
2941
2942 # Finally, this is the expansion that is picked up by
2943 # autoconf. It tells the user to run autoupdate, and
2944 # then outputs the replacement expansion. We do not care
2945 # about autoupdate's warning because that contains
2946 # information on what to do *after* running autoupdate.
2947
2948
2949
2950 # _LT_PATH_MAGIC
2951 # --------------
2952 # find a file program which can recognize a shared library
2953 # _LT_PATH_MAGIC
2954
2955
2956 # LT_PATH_LD
2957 # ----------
2958 # find the pathname to the GNU or non-GNU linker
2959 # LT_PATH_LD
2960
2961 # Old names:
2962 # This is what autoupdate's m4 run will expand. It fires
2963 # the warning (with _au_warn_XXX), outputs it into the
2964 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2965 # the replacement expansion.
2966
2967
2968 # This is an auxiliary macro that is also run when
2969 # autoupdate runs m4. It simply calls m4_warning, but
2970 # we need a wrapper so that each warning is emitted only
2971 # once. We break the quoting in m4_warning's argument in
2972 # order to expand this macro's arguments, not AU_DEFUN's.
2973
2974
2975 # Finally, this is the expansion that is picked up by
2976 # autoconf. It tells the user to run autoupdate, and
2977 # then outputs the replacement expansion. We do not care
2978 # about autoupdate's warning because that contains
2979 # information on what to do *after* running autoupdate.
2980
2981 # This is what autoupdate's m4 run will expand. It fires
2982 # the warning (with _au_warn_XXX), outputs it into the
2983 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2984 # the replacement expansion.
2985
2986
2987 # This is an auxiliary macro that is also run when
2988 # autoupdate runs m4. It simply calls m4_warning, but
2989 # we need a wrapper so that each warning is emitted only
2990 # once. We break the quoting in m4_warning's argument in
2991 # order to expand this macro's arguments, not AU_DEFUN's.
2992
2993
2994 # Finally, this is the expansion that is picked up by
2995 # autoconf. It tells the user to run autoupdate, and
2996 # then outputs the replacement expansion. We do not care
2997 # about autoupdate's warning because that contains
2998 # information on what to do *after* running autoupdate.
2999
3000
3001
3002 # _LT_PATH_LD_GNU
3003 #- --------------
3004 # _LT_PATH_LD_GNU
3005
3006
3007 # _LT_CMD_RELOAD
3008 # --------------
3009 # find reload flag for linker
3010 # -- PORTME Some linkers may need a different reload flag.
3011 # _LT_CMD_RELOAD
3012
3013
3014 # _LT_CHECK_MAGIC_METHOD
3015 # ----------------------
3016 # how to check for library dependencies
3017 # -- PORTME fill in with the dynamic library characteristics
3018 # _LT_CHECK_MAGIC_METHOD
3019
3020
3021 # LT_PATH_NM
3022 # ----------
3023 # find the pathname to a BSD- or MS-compatible name lister
3024 # LT_PATH_NM
3025
3026 # Old names:
3027 # This is what autoupdate's m4 run will expand. It fires
3028 # the warning (with _au_warn_XXX), outputs it into the
3029 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3030 # the replacement expansion.
3031
3032
3033 # This is an auxiliary macro that is also run when
3034 # autoupdate runs m4. It simply calls m4_warning, but
3035 # we need a wrapper so that each warning is emitted only
3036 # once. We break the quoting in m4_warning's argument in
3037 # order to expand this macro's arguments, not AU_DEFUN's.
3038
3039
3040 # Finally, this is the expansion that is picked up by
3041 # autoconf. It tells the user to run autoupdate, and
3042 # then outputs the replacement expansion. We do not care
3043 # about autoupdate's warning because that contains
3044 # information on what to do *after* running autoupdate.
3045
3046 # This is what autoupdate's m4 run will expand. It fires
3047 # the warning (with _au_warn_XXX), outputs it into the
3048 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3049 # the replacement expansion.
3050
3051
3052 # This is an auxiliary macro that is also run when
3053 # autoupdate runs m4. It simply calls m4_warning, but
3054 # we need a wrapper so that each warning is emitted only
3055 # once. We break the quoting in m4_warning's argument in
3056 # order to expand this macro's arguments, not AU_DEFUN's.
3057
3058
3059 # Finally, this is the expansion that is picked up by
3060 # autoconf. It tells the user to run autoupdate, and
3061 # then outputs the replacement expansion. We do not care
3062 # about autoupdate's warning because that contains
3063 # information on what to do *after* running autoupdate.
3064
3065
3066
3067 # LT_LIB_M
3068 # --------
3069 # check for math library
3070 # LT_LIB_M
3071
3072 # Old name:
3073 # This is what autoupdate's m4 run will expand. It fires
3074 # the warning (with _au_warn_XXX), outputs it into the
3075 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3076 # the replacement expansion.
3077
3078
3079 # This is an auxiliary macro that is also run when
3080 # autoupdate runs m4. It simply calls m4_warning, but
3081 # we need a wrapper so that each warning is emitted only
3082 # once. We break the quoting in m4_warning's argument in
3083 # order to expand this macro's arguments, not AU_DEFUN's.
3084
3085
3086 # Finally, this is the expansion that is picked up by
3087 # autoconf. It tells the user to run autoupdate, and
3088 # then outputs the replacement expansion. We do not care
3089 # about autoupdate's warning because that contains
3090 # information on what to do *after* running autoupdate.
3091
3092
3093
3094 # _LT_COMPILER_NO_RTTI([TAGNAME])
3095 # -------------------------------
3096 # _LT_COMPILER_NO_RTTI
3097
3098
3099 # _LT_CMD_GLOBAL_SYMBOLS
3100 # ----------------------
3101 # _LT_CMD_GLOBAL_SYMBOLS
3102
3103
3104 # _LT_COMPILER_PIC([TAGNAME])
3105 # ---------------------------
3106 # _LT_COMPILER_PIC
3107
3108
3109 # _LT_LINKER_SHLIBS([TAGNAME])
3110 # ----------------------------
3111 # See if the linker supports building shared libraries.
3112 # _LT_LINKER_SHLIBS
3113
3114
3115 # _LT_LANG_C_CONFIG([TAG])
3116 # ------------------------
3117 # Ensure that the configuration variables for a C compiler are suitably
3118 # defined. These variables are subsequently used by _LT_CONFIG to write
3119 # the compiler configuration to `libtool'.
3120 # _LT_LANG_C_CONFIG
3121
3122
3123 # _LT_LANG_CXX_CONFIG([TAG])
3124 # --------------------------
3125 # Ensure that the configuration variables for a C++ compiler are suitably
3126 # defined. These variables are subsequently used by _LT_CONFIG to write
3127 # the compiler configuration to `libtool'.
3128 # _LT_LANG_CXX_CONFIG
3129
3130
3131 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3132 # ---------------------------------
3133 # Figure out "hidden" library dependencies from verbose
3134 # compiler output when linking a shared library.
3135 # Parse the compiler output and extract the necessary
3136 # objects, libraries and library flags.
3137 # _LT_SYS_HIDDEN_LIBDEPS
3138
3139
3140 # _LT_LANG_F77_CONFIG([TAG])
3141 # --------------------------
3142 # Ensure that the configuration variables for a Fortran 77 compiler are
3143 # suitably defined. These variables are subsequently used by _LT_CONFIG
3144 # to write the compiler configuration to `libtool'.
3145 # _LT_LANG_F77_CONFIG
3146
3147
3148 # _LT_LANG_FC_CONFIG([TAG])
3149 # -------------------------
3150 # Ensure that the configuration variables for a Fortran compiler are
3151 # suitably defined. These variables are subsequently used by _LT_CONFIG
3152 # to write the compiler configuration to `libtool'.
3153 # _LT_LANG_FC_CONFIG
3154
3155
3156 # _LT_LANG_GCJ_CONFIG([TAG])
3157 # --------------------------
3158 # Ensure that the configuration variables for the GNU Java Compiler compiler
3159 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3160 # to write the compiler configuration to `libtool'.
3161 # _LT_LANG_GCJ_CONFIG
3162
3163
3164 # _LT_LANG_RC_CONFIG([TAG])
3165 # -------------------------
3166 # Ensure that the configuration variables for the Windows resource compiler
3167 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3168 # to write the compiler configuration to `libtool'.
3169 # _LT_LANG_RC_CONFIG
3170
3171
3172 # LT_PROG_GCJ
3173 # -----------
3174
3175
3176 # Old name:
3177 # This is what autoupdate's m4 run will expand. It fires
3178 # the warning (with _au_warn_XXX), outputs it into the
3179 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3180 # the replacement expansion.
3181
3182
3183 # This is an auxiliary macro that is also run when
3184 # autoupdate runs m4. It simply calls m4_warning, but
3185 # we need a wrapper so that each warning is emitted only
3186 # once. We break the quoting in m4_warning's argument in
3187 # order to expand this macro's arguments, not AU_DEFUN's.
3188
3189
3190 # Finally, this is the expansion that is picked up by
3191 # autoconf. It tells the user to run autoupdate, and
3192 # then outputs the replacement expansion. We do not care
3193 # about autoupdate's warning because that contains
3194 # information on what to do *after* running autoupdate.
3195
3196
3197
3198 # LT_PROG_RC
3199 # ----------
3200
3201
3202 # Old name:
3203 # This is what autoupdate's m4 run will expand. It fires
3204 # the warning (with _au_warn_XXX), outputs it into the
3205 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3206 # the replacement expansion.
3207
3208
3209 # This is an auxiliary macro that is also run when
3210 # autoupdate runs m4. It simply calls m4_warning, but
3211 # we need a wrapper so that each warning is emitted only
3212 # once. We break the quoting in m4_warning's argument in
3213 # order to expand this macro's arguments, not AU_DEFUN's.
3214
3215
3216 # Finally, this is the expansion that is picked up by
3217 # autoconf. It tells the user to run autoupdate, and
3218 # then outputs the replacement expansion. We do not care
3219 # about autoupdate's warning because that contains
3220 # information on what to do *after* running autoupdate.
3221
3222
3223
3224 # _LT_DECL_EGREP
3225 # --------------
3226 # If we don't have a new enough Autoconf to choose the best grep
3227 # available, choose the one first in the user's PATH.
3228
3229
3230
3231 # _LT_DECL_OBJDUMP
3232 # --------------
3233 # If we don't have a new enough Autoconf to choose the best objdump
3234 # available, choose the one first in the user's PATH.
3235
3236
3237
3238 # _LT_DECL_SED
3239 # ------------
3240 # Check for a fully-functional sed program, that truncates
3241 # as few characters as possible. Prefer GNU sed if found.
3242 # _LT_DECL_SED
3243
3244 #m4_ifndef
3245
3246 # Old name:
3247 # This is what autoupdate's m4 run will expand. It fires
3248 # the warning (with _au_warn_XXX), outputs it into the
3249 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3250 # the replacement expansion.
3251
3252
3253 # This is an auxiliary macro that is also run when
3254 # autoupdate runs m4. It simply calls m4_warning, but
3255 # we need a wrapper so that each warning is emitted only
3256 # once. We break the quoting in m4_warning's argument in
3257 # order to expand this macro's arguments, not AU_DEFUN's.
3258
3259
3260 # Finally, this is the expansion that is picked up by
3261 # autoconf. It tells the user to run autoupdate, and
3262 # then outputs the replacement expansion. We do not care
3263 # about autoupdate's warning because that contains
3264 # information on what to do *after* running autoupdate.
3265
3266
3267
3268 # _LT_CHECK_SHELL_FEATURES
3269 # ------------------------
3270 # Find out whether the shell is Bourne or XSI compatible,
3271 # or has some other useful features.
3272 # _LT_CHECK_SHELL_FEATURES
3273
3274
3275 # _LT_PROG_XSI_SHELLFNS
3276 # ---------------------
3277 # Bourne and XSI compatible variants of some useful shell functions.
3278
3279
3280 # Helper functions for option handling. -*- Autoconf -*-
3281 #
3282 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3283 # Inc.
3284 # Written by Gary V. Vaughan, 2004
3285 #
3286 # This file is free software; the Free Software Foundation gives
3287 # unlimited permission to copy and/or distribute it, with or without
3288 # modifications, as long as this notice is preserved.
3289
3290 # serial 6 ltoptions.m4
3291
3292 # This is to help aclocal find these macros, as it can't see m4_define.
3293
3294
3295
3296 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3297 # ------------------------------------------
3298
3299
3300
3301 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3302 # ---------------------------------------
3303 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3304 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3305 # saved as a flag.
3306
3307
3308
3309 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3310 # ------------------------------------------------------------
3311 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3312
3313
3314
3315 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3316 # -------------------------------------------------------
3317 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3318 # are set.
3319
3320
3321
3322 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3323 # ----------------------------------------
3324 # OPTION-LIST is a space-separated list of Libtool options associated
3325 # with MACRO-NAME. If any OPTION has a matching handler declared with
3326 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3327 # the unknown option and exit.
3328 # _LT_SET_OPTIONS
3329
3330
3331 ## --------------------------------- ##
3332 ## Macros to handle LT_INIT options. ##
3333 ## --------------------------------- ##
3334
3335 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3336 # -----------------------------------------
3337
3338
3339
3340 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3341 # -----------------------------------------------
3342 # LT_OPTION_DEFINE
3343
3344
3345 # dlopen
3346 # ------
3347
3348
3349 # This is what autoupdate's m4 run will expand. It fires
3350 # the warning (with _au_warn_XXX), outputs it into the
3351 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3352 # the replacement expansion.
3353
3354
3355 # This is an auxiliary macro that is also run when
3356 # autoupdate runs m4. It simply calls m4_warning, but
3357 # we need a wrapper so that each warning is emitted only
3358 # once. We break the quoting in m4_warning's argument in
3359 # order to expand this macro's arguments, not AU_DEFUN's.
3360
3361
3362 # Finally, this is the expansion that is picked up by
3363 # autoconf. It tells the user to run autoupdate, and
3364 # then outputs the replacement expansion. We do not care
3365 # about autoupdate's warning because that contains
3366 # information on what to do *after* running autoupdate.
3367
3368
3369
3370
3371 # win32-dll
3372 # ---------
3373 # Declare package support for building win32 dll's.
3374 # win32-dll
3375
3376 # This is what autoupdate's m4 run will expand. It fires
3377 # the warning (with _au_warn_XXX), outputs it into the
3378 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3379 # the replacement expansion.
3380
3381
3382 # This is an auxiliary macro that is also run when
3383 # autoupdate runs m4. It simply calls m4_warning, but
3384 # we need a wrapper so that each warning is emitted only
3385 # once. We break the quoting in m4_warning's argument in
3386 # order to expand this macro's arguments, not AU_DEFUN's.
3387
3388
3389 # Finally, this is the expansion that is picked up by
3390 # autoconf. It tells the user to run autoupdate, and
3391 # then outputs the replacement expansion. We do not care
3392 # about autoupdate's warning because that contains
3393 # information on what to do *after* running autoupdate.
3394
3395
3396
3397
3398 # _LT_ENABLE_SHARED([DEFAULT])
3399 # ----------------------------
3400 # implement the --enable-shared flag, and supports the `shared' and
3401 # `disable-shared' LT_INIT options.
3402 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3403 # _LT_ENABLE_SHARED
3404
3405
3406
3407
3408 # Old names:
3409
3410
3411
3412
3413 # This is what autoupdate's m4 run will expand. It fires
3414 # the warning (with _au_warn_XXX), outputs it into the
3415 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3416 # the replacement expansion.
3417
3418
3419 # This is an auxiliary macro that is also run when
3420 # autoupdate runs m4. It simply calls m4_warning, but
3421 # we need a wrapper so that each warning is emitted only
3422 # once. We break the quoting in m4_warning's argument in
3423 # order to expand this macro's arguments, not AU_DEFUN's.
3424
3425
3426 # Finally, this is the expansion that is picked up by
3427 # autoconf. It tells the user to run autoupdate, and
3428 # then outputs the replacement expansion. We do not care
3429 # about autoupdate's warning because that contains
3430 # information on what to do *after* running autoupdate.
3431
3432 # This is what autoupdate's m4 run will expand. It fires
3433 # the warning (with _au_warn_XXX), outputs it into the
3434 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3435 # the replacement expansion.
3436
3437
3438 # This is an auxiliary macro that is also run when
3439 # autoupdate runs m4. It simply calls m4_warning, but
3440 # we need a wrapper so that each warning is emitted only
3441 # once. We break the quoting in m4_warning's argument in
3442 # order to expand this macro's arguments, not AU_DEFUN's.
3443
3444
3445 # Finally, this is the expansion that is picked up by
3446 # autoconf. It tells the user to run autoupdate, and
3447 # then outputs the replacement expansion. We do not care
3448 # about autoupdate's warning because that contains
3449 # information on what to do *after* running autoupdate.
3450
3451
3452
3453
3454
3455 # _LT_ENABLE_STATIC([DEFAULT])
3456 # ----------------------------
3457 # implement the --enable-static flag, and support the `static' and
3458 # `disable-static' LT_INIT options.
3459 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3460 # _LT_ENABLE_STATIC
3461
3462
3463
3464
3465 # Old names:
3466
3467
3468
3469
3470 # This is what autoupdate's m4 run will expand. It fires
3471 # the warning (with _au_warn_XXX), outputs it into the
3472 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3473 # the replacement expansion.
3474
3475
3476 # This is an auxiliary macro that is also run when
3477 # autoupdate runs m4. It simply calls m4_warning, but
3478 # we need a wrapper so that each warning is emitted only
3479 # once. We break the quoting in m4_warning's argument in
3480 # order to expand this macro's arguments, not AU_DEFUN's.
3481
3482
3483 # Finally, this is the expansion that is picked up by
3484 # autoconf. It tells the user to run autoupdate, and
3485 # then outputs the replacement expansion. We do not care
3486 # about autoupdate's warning because that contains
3487 # information on what to do *after* running autoupdate.
3488
3489 # This is what autoupdate's m4 run will expand. It fires
3490 # the warning (with _au_warn_XXX), outputs it into the
3491 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3492 # the replacement expansion.
3493
3494
3495 # This is an auxiliary macro that is also run when
3496 # autoupdate runs m4. It simply calls m4_warning, but
3497 # we need a wrapper so that each warning is emitted only
3498 # once. We break the quoting in m4_warning's argument in
3499 # order to expand this macro's arguments, not AU_DEFUN's.
3500
3501
3502 # Finally, this is the expansion that is picked up by
3503 # autoconf. It tells the user to run autoupdate, and
3504 # then outputs the replacement expansion. We do not care
3505 # about autoupdate's warning because that contains
3506 # information on what to do *after* running autoupdate.
3507
3508
3509
3510
3511
3512 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3513 # ----------------------------------
3514 # implement the --enable-fast-install flag, and support the `fast-install'
3515 # and `disable-fast-install' LT_INIT options.
3516 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3517 # _LT_ENABLE_FAST_INSTALL
3518
3519
3520
3521
3522 # Old names:
3523 # This is what autoupdate's m4 run will expand. It fires
3524 # the warning (with _au_warn_XXX), outputs it into the
3525 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3526 # the replacement expansion.
3527
3528
3529 # This is an auxiliary macro that is also run when
3530 # autoupdate runs m4. It simply calls m4_warning, but
3531 # we need a wrapper so that each warning is emitted only
3532 # once. We break the quoting in m4_warning's argument in
3533 # order to expand this macro's arguments, not AU_DEFUN's.
3534
3535
3536 # Finally, this is the expansion that is picked up by
3537 # autoconf. It tells the user to run autoupdate, and
3538 # then outputs the replacement expansion. We do not care
3539 # about autoupdate's warning because that contains
3540 # information on what to do *after* running autoupdate.
3541
3542
3543 # This is what autoupdate's m4 run will expand. It fires
3544 # the warning (with _au_warn_XXX), outputs it into the
3545 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3546 # the replacement expansion.
3547
3548
3549 # This is an auxiliary macro that is also run when
3550 # autoupdate runs m4. It simply calls m4_warning, but
3551 # we need a wrapper so that each warning is emitted only
3552 # once. We break the quoting in m4_warning's argument in
3553 # order to expand this macro's arguments, not AU_DEFUN's.
3554
3555
3556 # Finally, this is the expansion that is picked up by
3557 # autoconf. It tells the user to run autoupdate, and
3558 # then outputs the replacement expansion. We do not care
3559 # about autoupdate's warning because that contains
3560 # information on what to do *after* running autoupdate.
3561
3562
3563
3564
3565 # _LT_WITH_PIC([MODE])
3566 # --------------------
3567 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3568 # LT_INIT options.
3569 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3570 # _LT_WITH_PIC
3571
3572
3573
3574
3575 # Old name:
3576 # This is what autoupdate's m4 run will expand. It fires
3577 # the warning (with _au_warn_XXX), outputs it into the
3578 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3579 # the replacement expansion.
3580
3581
3582 # This is an auxiliary macro that is also run when
3583 # autoupdate runs m4. It simply calls m4_warning, but
3584 # we need a wrapper so that each warning is emitted only
3585 # once. We break the quoting in m4_warning's argument in
3586 # order to expand this macro's arguments, not AU_DEFUN's.
3587
3588
3589 # Finally, this is the expansion that is picked up by
3590 # autoconf. It tells the user to run autoupdate, and
3591 # then outputs the replacement expansion. We do not care
3592 # about autoupdate's warning because that contains
3593 # information on what to do *after* running autoupdate.
3594
3595
3596
3597 ## ----------------- ##
3598 ## LTDL_INIT Options ##
3599 ## ----------------- ##
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3611 #
3612 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3613 # Written by Gary V. Vaughan, 2004
3614 #
3615 # This file is free software; the Free Software Foundation gives
3616 # unlimited permission to copy and/or distribute it, with or without
3617 # modifications, as long as this notice is preserved.
3618
3619 # serial 6 ltsugar.m4
3620
3621 # This is to help aclocal find these macros, as it can't see m4_define.
3622
3623
3624
3625 # lt_join(SEP, ARG1, [ARG2...])
3626 # -----------------------------
3627 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3628 # associated separator.
3629 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3630 # versions in m4sugar had bugs.
3631
3632
3633
3634
3635 # lt_car(LIST)
3636 # lt_cdr(LIST)
3637 # ------------
3638 # Manipulate m4 lists.
3639 # These macros are necessary as long as will still need to support
3640 # Autoconf-2.59 which quotes differently.
3641
3642
3643
3644
3645
3646 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3647 # ------------------------------------------
3648 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3649 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3650 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3651 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3652 # than defined and empty).
3653 #
3654 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3655 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3656
3657
3658
3659
3660 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3661 # ----------------------------------------------------------
3662 # Produce a SEP delimited list of all paired combinations of elements of
3663 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3664 # has the form PREFIXmINFIXSUFFIXn.
3665 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3666
3667
3668
3669 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3670 # -----------------------------------------------------------------------
3671 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3672 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3673
3674
3675
3676 # lt_dict_add(DICT, KEY, VALUE)
3677 # -----------------------------
3678
3679
3680
3681 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3682 # --------------------------------------------
3683
3684
3685
3686 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3687 # ----------------------------------
3688
3689
3690
3691 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3692 # -----------------------------------------------------------------
3693
3694
3695
3696 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3697 # --------------------------------------------------------------
3698
3699
3700 # ltversion.m4 -- version numbers -*- Autoconf -*-
3701 #
3702 # Copyright (C) 2004 Free Software Foundation, Inc.
3703 # Written by Scott James Remnant, 2004
3704 #
3705 # This file is free software; the Free Software Foundation gives
3706 # unlimited permission to copy and/or distribute it, with or without
3707 # modifications, as long as this notice is preserved.
3708
3709 # Generated from ltversion.in.
3710
3711 # serial 3134 ltversion.m4
3712 # This file is part of GNU Libtool
3713
3714
3715
3716
3717
3718
3719 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3720 #
3721 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3722 # Written by Scott James Remnant, 2004.
3723 #
3724 # This file is free software; the Free Software Foundation gives
3725 # unlimited permission to copy and/or distribute it, with or without
3726 # modifications, as long as this notice is preserved.
3727
3728 # serial 4 lt~obsolete.m4
3729
3730 # These exist entirely to fool aclocal when bootstrapping libtool.
3731 #
3732 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3733 # which have later been changed to m4_define as they aren't part of the
3734 # exported API, or moved to Autoconf or Automake where they belong.
3735 #
3736 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3737 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3738 # using a macro with the same name in our local m4/libtool.m4 it'll
3739 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3740 # and doesn't know about Autoconf macros at all.)
3741 #
3742 # So we provide this file, which has a silly filename so it's always
3743 # included after everything else. This provides aclocal with the
3744 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3745 # because those macros already exist, or will be overwritten later.
3746 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3747 #
3748 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3749 # Yes, that means every name once taken will need to remain here until
3750 # we give up compatibility with versions before 1.7, at which point
3751 # we need to keep only those names which we still refer to.
3752
3753 # This is to help aclocal find these macros, as it can't see m4_define.
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818 ## -*- Autoconf -*-
3819
3820 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3821 # Free Software Foundation, Inc.
3822 #
3823 # This file is free software; the Free Software Foundation
3824 # gives unlimited permission to copy and/or distribute it,
3825 # with or without modifications, as long as this notice is preserved.
3826
3827 # serial 8
3828
3829 # Based on depend.m4 from automake 1.9, modified for standalone use in
3830 # an environment where GNU make is required.
3831
3832 # ZW_PROG_COMPILER_DEPENDENCIES
3833 # -----------------------------
3834 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3835 # sets fooDEPMODE accordingly. Cache-variable compatible with
3836 # original; not side-effect compatible. As the users of this macro
3837 # may require accurate dependencies for correct builds, it does *not*
3838 # honor --disable-dependency-checking, and failure to detect a usable
3839 # method is an error. depcomp is assumed to be located in
3840 # $ac_aux_dir.
3841 #
3842 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3843
3844
3845
3846 # AM_SET_DEPDIR
3847 # -------------
3848 # Choose a directory name for dependency files.
3849
3850
3851 # ZW_CREATE_DEPDIR
3852 # ----------------
3853 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904 sim_inline="-DDEFAULT_INLINE=0"
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 # intl sister-directory configuration rules.
3942 #
3943
3944 # The idea behind this macro is that there's no need to repeat all the
3945 # autoconf probes done by the intl directory - it's already done them
3946 # for us. In fact, there's no need even to look at the cache for the
3947 # answers. All we need to do is nab a few pieces of information.
3948 # The intl directory is set up to make this easy, by generating a
3949 # small file which can be sourced as a shell script; then we produce
3950 # the necessary substitutions and definitions for this directory.
3951
3952
3953
3954 # Autoconf M4 include file defining utility macros for complex Canadian
3955 # cross builds.
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965 ####
3966 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3967 # or AC_INIT.
3968 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
3969
3970 ####
3971 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3972 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
3973
3974
3975 ####
3976 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3977 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
3978
3979
3980
3981 # Backported from Autoconf 2.5x; can go away when and if
3982 # we switch. Put the OS path separator in $PATH_SEPARATOR.
3983
3984
3985
3986
3987 # ACX_HAVE_GCC_FOR_TARGET
3988 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
3989
3990
3991 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
3992 # Searching for installed target binutils. We need to take extra care,
3993 # else we may find the wrong assembler, linker, etc., and lose.
3994 #
3995 # First try --with-build-time-tools, if specified.
3996 #
3997 # For build != host, we ask the installed GCC for the name of the tool it
3998 # uses, and accept it if it is an absolute path. This is because the
3999 # only good choice for a compiler is the same GCC version that is being
4000 # installed (or we couldn't make target libraries), and we assume that
4001 # on the host system we'll have not only the same GCC version, but also
4002 # the same binutils version.
4003 #
4004 # For build == host, search the same directories that the installed
4005 # compiler will search. We used to do this for the assembler, linker,
4006 # and nm only; for simplicity of configuration, however, we extend this
4007 # criterion to tools (such as ar and ranlib) that are never invoked by
4008 # the compiler, to avoid mismatches.
4009 #
4010 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4011 # if build == target. This makes the most sense only when bootstrapping,
4012 # but we also do so when build != host. In this case, we hope that the
4013 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4014 #
4015 # If we do not find a suitable binary, then try the user's path.
4016
4017
4018 ###
4019 # AC_PROG_CPP_WERROR
4020 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4021 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4022 # For now, using this also overrides header checks to use only the
4023 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4024 # bit harder from here).
4025 # Eventually autoconf will default to checking headers with the compiler
4026 # instead, and we'll have to do this differently.
4027
4028 # AC_PROG_CPP_WERROR
4029
4030 # Test for GNAT.
4031 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4032 # that understands Ada. We use the user's CC setting, already found, and
4033 # possibly add $1 to the command-line parameters.
4034 #
4035 # Sets the shell variable have_gnat to yes or no as appropriate, and
4036 # substitutes GNATBIND and GNATMAKE.
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 ac_ext=c
4063 ac_cpp='$CPP $CPPFLAGS'
4064 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4065 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4066 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4067 if test -n "$ac_tool_prefix"; then
4068 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4069 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4071 $as_echo_n "checking for $ac_word... " >&6; }
4072 if test "${ac_cv_prog_CC+set}" = set; then :
4073 $as_echo_n "(cached) " >&6
4074 else
4075 if test -n "$CC"; then
4076 ac_cv_prog_CC="$CC" # Let the user override the test.
4077 else
4078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4079 for as_dir in $PATH
4080 do
4081 IFS=$as_save_IFS
4082 test -z "$as_dir" && as_dir=.
4083 for ac_exec_ext in '' $ac_executable_extensions; do
4084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4085 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4087 break 2
4088 fi
4089 done
4090 done
4091 IFS=$as_save_IFS
4092
4093 fi
4094 fi
4095 CC=$ac_cv_prog_CC
4096 if test -n "$CC"; then
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4098 $as_echo "$CC" >&6; }
4099 else
4100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4101 $as_echo "no" >&6; }
4102 fi
4103
4104
4105 fi
4106 if test -z "$ac_cv_prog_CC"; then
4107 ac_ct_CC=$CC
4108 # Extract the first word of "gcc", so it can be a program name with args.
4109 set dummy gcc; ac_word=$2
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4111 $as_echo_n "checking for $ac_word... " >&6; }
4112 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4113 $as_echo_n "(cached) " >&6
4114 else
4115 if test -n "$ac_ct_CC"; then
4116 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4117 else
4118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4119 for as_dir in $PATH
4120 do
4121 IFS=$as_save_IFS
4122 test -z "$as_dir" && as_dir=.
4123 for ac_exec_ext in '' $ac_executable_extensions; do
4124 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4125 ac_cv_prog_ac_ct_CC="gcc"
4126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4127 break 2
4128 fi
4129 done
4130 done
4131 IFS=$as_save_IFS
4132
4133 fi
4134 fi
4135 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4136 if test -n "$ac_ct_CC"; then
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4138 $as_echo "$ac_ct_CC" >&6; }
4139 else
4140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4141 $as_echo "no" >&6; }
4142 fi
4143
4144 if test "x$ac_ct_CC" = x; then
4145 CC=""
4146 else
4147 case $cross_compiling:$ac_tool_warned in
4148 yes:)
4149 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4150 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4151 ac_tool_warned=yes ;;
4152 esac
4153 CC=$ac_ct_CC
4154 fi
4155 else
4156 CC="$ac_cv_prog_CC"
4157 fi
4158
4159 if test -z "$CC"; then
4160 if test -n "$ac_tool_prefix"; then
4161 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4162 set dummy ${ac_tool_prefix}cc; ac_word=$2
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4164 $as_echo_n "checking for $ac_word... " >&6; }
4165 if test "${ac_cv_prog_CC+set}" = set; then :
4166 $as_echo_n "(cached) " >&6
4167 else
4168 if test -n "$CC"; then
4169 ac_cv_prog_CC="$CC" # Let the user override the test.
4170 else
4171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4172 for as_dir in $PATH
4173 do
4174 IFS=$as_save_IFS
4175 test -z "$as_dir" && as_dir=.
4176 for ac_exec_ext in '' $ac_executable_extensions; do
4177 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4178 ac_cv_prog_CC="${ac_tool_prefix}cc"
4179 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4180 break 2
4181 fi
4182 done
4183 done
4184 IFS=$as_save_IFS
4185
4186 fi
4187 fi
4188 CC=$ac_cv_prog_CC
4189 if test -n "$CC"; then
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4191 $as_echo "$CC" >&6; }
4192 else
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4194 $as_echo "no" >&6; }
4195 fi
4196
4197
4198 fi
4199 fi
4200 if test -z "$CC"; then
4201 # Extract the first word of "cc", so it can be a program name with args.
4202 set dummy cc; ac_word=$2
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4204 $as_echo_n "checking for $ac_word... " >&6; }
4205 if test "${ac_cv_prog_CC+set}" = set; then :
4206 $as_echo_n "(cached) " >&6
4207 else
4208 if test -n "$CC"; then
4209 ac_cv_prog_CC="$CC" # Let the user override the test.
4210 else
4211 ac_prog_rejected=no
4212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4213 for as_dir in $PATH
4214 do
4215 IFS=$as_save_IFS
4216 test -z "$as_dir" && as_dir=.
4217 for ac_exec_ext in '' $ac_executable_extensions; do
4218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4219 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4220 ac_prog_rejected=yes
4221 continue
4222 fi
4223 ac_cv_prog_CC="cc"
4224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4225 break 2
4226 fi
4227 done
4228 done
4229 IFS=$as_save_IFS
4230
4231 if test $ac_prog_rejected = yes; then
4232 # We found a bogon in the path, so make sure we never use it.
4233 set dummy $ac_cv_prog_CC
4234 shift
4235 if test $# != 0; then
4236 # We chose a different compiler from the bogus one.
4237 # However, it has the same basename, so the bogon will be chosen
4238 # first if we set CC to just the basename; use the full file name.
4239 shift
4240 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4241 fi
4242 fi
4243 fi
4244 fi
4245 CC=$ac_cv_prog_CC
4246 if test -n "$CC"; then
4247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4248 $as_echo "$CC" >&6; }
4249 else
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4251 $as_echo "no" >&6; }
4252 fi
4253
4254
4255 fi
4256 if test -z "$CC"; then
4257 if test -n "$ac_tool_prefix"; then
4258 for ac_prog in cl.exe
4259 do
4260 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4261 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4263 $as_echo_n "checking for $ac_word... " >&6; }
4264 if test "${ac_cv_prog_CC+set}" = set; then :
4265 $as_echo_n "(cached) " >&6
4266 else
4267 if test -n "$CC"; then
4268 ac_cv_prog_CC="$CC" # Let the user override the test.
4269 else
4270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4271 for as_dir in $PATH
4272 do
4273 IFS=$as_save_IFS
4274 test -z "$as_dir" && as_dir=.
4275 for ac_exec_ext in '' $ac_executable_extensions; do
4276 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4277 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4279 break 2
4280 fi
4281 done
4282 done
4283 IFS=$as_save_IFS
4284
4285 fi
4286 fi
4287 CC=$ac_cv_prog_CC
4288 if test -n "$CC"; then
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4290 $as_echo "$CC" >&6; }
4291 else
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4293 $as_echo "no" >&6; }
4294 fi
4295
4296
4297 test -n "$CC" && break
4298 done
4299 fi
4300 if test -z "$CC"; then
4301 ac_ct_CC=$CC
4302 for ac_prog in cl.exe
4303 do
4304 # Extract the first word of "$ac_prog", so it can be a program name with args.
4305 set dummy $ac_prog; ac_word=$2
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4307 $as_echo_n "checking for $ac_word... " >&6; }
4308 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4309 $as_echo_n "(cached) " >&6
4310 else
4311 if test -n "$ac_ct_CC"; then
4312 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4313 else
4314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4315 for as_dir in $PATH
4316 do
4317 IFS=$as_save_IFS
4318 test -z "$as_dir" && as_dir=.
4319 for ac_exec_ext in '' $ac_executable_extensions; do
4320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4321 ac_cv_prog_ac_ct_CC="$ac_prog"
4322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4323 break 2
4324 fi
4325 done
4326 done
4327 IFS=$as_save_IFS
4328
4329 fi
4330 fi
4331 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4332 if test -n "$ac_ct_CC"; then
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4334 $as_echo "$ac_ct_CC" >&6; }
4335 else
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4337 $as_echo "no" >&6; }
4338 fi
4339
4340
4341 test -n "$ac_ct_CC" && break
4342 done
4343
4344 if test "x$ac_ct_CC" = x; then
4345 CC=""
4346 else
4347 case $cross_compiling:$ac_tool_warned in
4348 yes:)
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4350 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4351 ac_tool_warned=yes ;;
4352 esac
4353 CC=$ac_ct_CC
4354 fi
4355 fi
4356
4357 fi
4358
4359
4360 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4361 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4362 as_fn_error "no acceptable C compiler found in \$PATH
4363 See \`config.log' for more details." "$LINENO" 5; }
4364
4365 # Provide some information about the compiler.
4366 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4367 set X $ac_compile
4368 ac_compiler=$2
4369 for ac_option in --version -v -V -qversion; do
4370 { { ac_try="$ac_compiler $ac_option >&5"
4371 case "(($ac_try" in
4372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4373 *) ac_try_echo=$ac_try;;
4374 esac
4375 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4376 $as_echo "$ac_try_echo"; } >&5
4377 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4378 ac_status=$?
4379 if test -s conftest.err; then
4380 sed '10a\
4381 ... rest of stderr output deleted ...
4382 10q' conftest.err >conftest.er1
4383 cat conftest.er1 >&5
4384 rm -f conftest.er1 conftest.err
4385 fi
4386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4387 test $ac_status = 0; }
4388 done
4389
4390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4391 /* end confdefs.h. */
4392
4393 int
4394 main ()
4395 {
4396
4397 ;
4398 return 0;
4399 }
4400 _ACEOF
4401 ac_clean_files_save=$ac_clean_files
4402 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4403 # Try to create an executable without -o first, disregard a.out.
4404 # It will help us diagnose broken compilers, and finding out an intuition
4405 # of exeext.
4406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4407 $as_echo_n "checking for C compiler default output file name... " >&6; }
4408 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4409
4410 # The possible output files:
4411 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4412
4413 ac_rmfiles=
4414 for ac_file in $ac_files
4415 do
4416 case $ac_file in
4417 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4418 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4419 esac
4420 done
4421 rm -f $ac_rmfiles
4422
4423 if { { ac_try="$ac_link_default"
4424 case "(($ac_try" in
4425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4426 *) ac_try_echo=$ac_try;;
4427 esac
4428 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4429 $as_echo "$ac_try_echo"; } >&5
4430 (eval "$ac_link_default") 2>&5
4431 ac_status=$?
4432 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4433 test $ac_status = 0; }; then :
4434 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4435 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4436 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4437 # so that the user can short-circuit this test for compilers unknown to
4438 # Autoconf.
4439 for ac_file in $ac_files ''
4440 do
4441 test -f "$ac_file" || continue
4442 case $ac_file in
4443 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4444 ;;
4445 [ab].out )
4446 # We found the default executable, but exeext='' is most
4447 # certainly right.
4448 break;;
4449 *.* )
4450 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4451 then :; else
4452 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4453 fi
4454 # We set ac_cv_exeext here because the later test for it is not
4455 # safe: cross compilers may not add the suffix if given an `-o'
4456 # argument, so we may need to know it at that point already.
4457 # Even if this section looks crufty: it has the advantage of
4458 # actually working.
4459 break;;
4460 * )
4461 break;;
4462 esac
4463 done
4464 test "$ac_cv_exeext" = no && ac_cv_exeext=
4465
4466 else
4467 ac_file=''
4468 fi
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4470 $as_echo "$ac_file" >&6; }
4471 if test -z "$ac_file"; then :
4472 $as_echo "$as_me: failed program was:" >&5
4473 sed 's/^/| /' conftest.$ac_ext >&5
4474
4475 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4476 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4477 { as_fn_set_status 77
4478 as_fn_error "C compiler cannot create executables
4479 See \`config.log' for more details." "$LINENO" 5; }; }
4480 fi
4481 ac_exeext=$ac_cv_exeext
4482
4483 # Check that the compiler produces executables we can run. If not, either
4484 # the compiler is broken, or we cross compile.
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4486 $as_echo_n "checking whether the C compiler works... " >&6; }
4487 # If not cross compiling, check that we can run a simple program.
4488 if test "$cross_compiling" != yes; then
4489 if { ac_try='./$ac_file'
4490 { { case "(($ac_try" in
4491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4492 *) ac_try_echo=$ac_try;;
4493 esac
4494 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4495 $as_echo "$ac_try_echo"; } >&5
4496 (eval "$ac_try") 2>&5
4497 ac_status=$?
4498 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4499 test $ac_status = 0; }; }; then
4500 cross_compiling=no
4501 else
4502 if test "$cross_compiling" = maybe; then
4503 cross_compiling=yes
4504 else
4505 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4506 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4507 as_fn_error "cannot run C compiled programs.
4508 If you meant to cross compile, use \`--host'.
4509 See \`config.log' for more details." "$LINENO" 5; }
4510 fi
4511 fi
4512 fi
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4514 $as_echo "yes" >&6; }
4515
4516 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4517 ac_clean_files=$ac_clean_files_save
4518 # Check that the compiler produces executables we can run. If not, either
4519 # the compiler is broken, or we cross compile.
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4521 $as_echo_n "checking whether we are cross compiling... " >&6; }
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4523 $as_echo "$cross_compiling" >&6; }
4524
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4526 $as_echo_n "checking for suffix of executables... " >&6; }
4527 if { { ac_try="$ac_link"
4528 case "(($ac_try" in
4529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4530 *) ac_try_echo=$ac_try;;
4531 esac
4532 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4533 $as_echo "$ac_try_echo"; } >&5
4534 (eval "$ac_link") 2>&5
4535 ac_status=$?
4536 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4537 test $ac_status = 0; }; then :
4538 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4539 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4540 # work properly (i.e., refer to `conftest.exe'), while it won't with
4541 # `rm'.
4542 for ac_file in conftest.exe conftest conftest.*; do
4543 test -f "$ac_file" || continue
4544 case $ac_file in
4545 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4546 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4547 break;;
4548 * ) break;;
4549 esac
4550 done
4551 else
4552 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4553 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4554 as_fn_error "cannot compute suffix of executables: cannot compile and link
4555 See \`config.log' for more details." "$LINENO" 5; }
4556 fi
4557 rm -f conftest$ac_cv_exeext
4558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4559 $as_echo "$ac_cv_exeext" >&6; }
4560
4561 rm -f conftest.$ac_ext
4562 EXEEXT=$ac_cv_exeext
4563 ac_exeext=$EXEEXT
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4565 $as_echo_n "checking for suffix of object files... " >&6; }
4566 if test "${ac_cv_objext+set}" = set; then :
4567 $as_echo_n "(cached) " >&6
4568 else
4569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4570 /* end confdefs.h. */
4571
4572 int
4573 main ()
4574 {
4575
4576 ;
4577 return 0;
4578 }
4579 _ACEOF
4580 rm -f conftest.o conftest.obj
4581 if { { ac_try="$ac_compile"
4582 case "(($ac_try" in
4583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4584 *) ac_try_echo=$ac_try;;
4585 esac
4586 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4587 $as_echo "$ac_try_echo"; } >&5
4588 (eval "$ac_compile") 2>&5
4589 ac_status=$?
4590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4591 test $ac_status = 0; }; then :
4592 for ac_file in conftest.o conftest.obj conftest.*; do
4593 test -f "$ac_file" || continue;
4594 case $ac_file in
4595 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4596 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4597 break;;
4598 esac
4599 done
4600 else
4601 $as_echo "$as_me: failed program was:" >&5
4602 sed 's/^/| /' conftest.$ac_ext >&5
4603
4604 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4605 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4606 as_fn_error "cannot compute suffix of object files: cannot compile
4607 See \`config.log' for more details." "$LINENO" 5; }
4608 fi
4609 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4610 fi
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4612 $as_echo "$ac_cv_objext" >&6; }
4613 OBJEXT=$ac_cv_objext
4614 ac_objext=$OBJEXT
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4616 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4617 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4618 $as_echo_n "(cached) " >&6
4619 else
4620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4621 /* end confdefs.h. */
4622
4623 int
4624 main ()
4625 {
4626 #ifndef __GNUC__
4627 choke me
4628 #endif
4629
4630 ;
4631 return 0;
4632 }
4633 _ACEOF
4634 if ac_fn_c_try_compile "$LINENO"; then :
4635 ac_compiler_gnu=yes
4636 else
4637 ac_compiler_gnu=no
4638 fi
4639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4640 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4641
4642 fi
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4644 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4645 if test $ac_compiler_gnu = yes; then
4646 GCC=yes
4647 else
4648 GCC=
4649 fi
4650 ac_test_CFLAGS=${CFLAGS+set}
4651 ac_save_CFLAGS=$CFLAGS
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4653 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4654 if test "${ac_cv_prog_cc_g+set}" = set; then :
4655 $as_echo_n "(cached) " >&6
4656 else
4657 ac_save_c_werror_flag=$ac_c_werror_flag
4658 ac_c_werror_flag=yes
4659 ac_cv_prog_cc_g=no
4660 CFLAGS="-g"
4661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4662 /* end confdefs.h. */
4663
4664 int
4665 main ()
4666 {
4667
4668 ;
4669 return 0;
4670 }
4671 _ACEOF
4672 if ac_fn_c_try_compile "$LINENO"; then :
4673 ac_cv_prog_cc_g=yes
4674 else
4675 CFLAGS=""
4676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4677 /* end confdefs.h. */
4678
4679 int
4680 main ()
4681 {
4682
4683 ;
4684 return 0;
4685 }
4686 _ACEOF
4687 if ac_fn_c_try_compile "$LINENO"; then :
4688
4689 else
4690 ac_c_werror_flag=$ac_save_c_werror_flag
4691 CFLAGS="-g"
4692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4693 /* end confdefs.h. */
4694
4695 int
4696 main ()
4697 {
4698
4699 ;
4700 return 0;
4701 }
4702 _ACEOF
4703 if ac_fn_c_try_compile "$LINENO"; then :
4704 ac_cv_prog_cc_g=yes
4705 fi
4706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4707 fi
4708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4709 fi
4710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4711 ac_c_werror_flag=$ac_save_c_werror_flag
4712 fi
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4714 $as_echo "$ac_cv_prog_cc_g" >&6; }
4715 if test "$ac_test_CFLAGS" = set; then
4716 CFLAGS=$ac_save_CFLAGS
4717 elif test $ac_cv_prog_cc_g = yes; then
4718 if test "$GCC" = yes; then
4719 CFLAGS="-g -O2"
4720 else
4721 CFLAGS="-g"
4722 fi
4723 else
4724 if test "$GCC" = yes; then
4725 CFLAGS="-O2"
4726 else
4727 CFLAGS=
4728 fi
4729 fi
4730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4731 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4732 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4733 $as_echo_n "(cached) " >&6
4734 else
4735 ac_cv_prog_cc_c89=no
4736 ac_save_CC=$CC
4737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4738 /* end confdefs.h. */
4739 #include <stdarg.h>
4740 #include <stdio.h>
4741 #include <sys/types.h>
4742 #include <sys/stat.h>
4743 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4744 struct buf { int x; };
4745 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4746 static char *e (p, i)
4747 char **p;
4748 int i;
4749 {
4750 return p[i];
4751 }
4752 static char *f (char * (*g) (char **, int), char **p, ...)
4753 {
4754 char *s;
4755 va_list v;
4756 va_start (v,p);
4757 s = g (p, va_arg (v,int));
4758 va_end (v);
4759 return s;
4760 }
4761
4762 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4763 function prototypes and stuff, but not '\xHH' hex character constants.
4764 These don't provoke an error unfortunately, instead are silently treated
4765 as 'x'. The following induces an error, until -std is added to get
4766 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4767 array size at least. It's necessary to write '\x00'==0 to get something
4768 that's true only with -std. */
4769 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4770
4771 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4772 inside strings and character constants. */
4773 #define FOO(x) 'x'
4774 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4775
4776 int test (int i, double x);
4777 struct s1 {int (*f) (int a);};
4778 struct s2 {int (*f) (double a);};
4779 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4780 int argc;
4781 char **argv;
4782 int
4783 main ()
4784 {
4785 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4786 ;
4787 return 0;
4788 }
4789 _ACEOF
4790 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4791 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4792 do
4793 CC="$ac_save_CC $ac_arg"
4794 if ac_fn_c_try_compile "$LINENO"; then :
4795 ac_cv_prog_cc_c89=$ac_arg
4796 fi
4797 rm -f core conftest.err conftest.$ac_objext
4798 test "x$ac_cv_prog_cc_c89" != "xno" && break
4799 done
4800 rm -f conftest.$ac_ext
4801 CC=$ac_save_CC
4802
4803 fi
4804 # AC_CACHE_VAL
4805 case "x$ac_cv_prog_cc_c89" in
4806 x)
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4808 $as_echo "none needed" >&6; } ;;
4809 xno)
4810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4811 $as_echo "unsupported" >&6; } ;;
4812 *)
4813 CC="$CC $ac_cv_prog_cc_c89"
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4815 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4816 esac
4817 if test "x$ac_cv_prog_cc_c89" != xno; then :
4818
4819 fi
4820
4821 ac_ext=c
4822 ac_cpp='$CPP $CPPFLAGS'
4823 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4824 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4825 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4826
4827 ac_aux_dir=
4828 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4829 for ac_t in install-sh install.sh shtool; do
4830 if test -f "$ac_dir/$ac_t"; then
4831 ac_aux_dir=$ac_dir
4832 ac_install_sh="$ac_aux_dir/$ac_t -c"
4833 break 2
4834 fi
4835 done
4836 done
4837 if test -z "$ac_aux_dir"; then
4838 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4839 fi
4840
4841 # These three variables are undocumented and unsupported,
4842 # and are intended to be withdrawn in a future Autoconf release.
4843 # They can cause serious problems if a builder's source tree is in a directory
4844 # whose full name contains unusual characters.
4845 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4846 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4847 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4848
4849
4850 # Make sure we can run config.sub.
4851 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4852 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4853
4854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4855 $as_echo_n "checking build system type... " >&6; }
4856 if test "${ac_cv_build+set}" = set; then :
4857 $as_echo_n "(cached) " >&6
4858 else
4859 ac_build_alias=$build_alias
4860 test "x$ac_build_alias" = x &&
4861 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4862 test "x$ac_build_alias" = x &&
4863 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4864 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4865 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4866
4867 fi
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4869 $as_echo "$ac_cv_build" >&6; }
4870 case $ac_cv_build in
4871 *-*-*) ;;
4872 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4873 esac
4874 build=$ac_cv_build
4875 ac_save_IFS=$IFS; IFS='-'
4876 set x $ac_cv_build
4877 shift
4878 build_cpu=$1
4879 build_vendor=$2
4880 shift; shift
4881 # Remember, the first character of IFS is used to create $*,
4882 # except with old shells:
4883 build_os=$*
4884 IFS=$ac_save_IFS
4885 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4886
4887
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4889 $as_echo_n "checking host system type... " >&6; }
4890 if test "${ac_cv_host+set}" = set; then :
4891 $as_echo_n "(cached) " >&6
4892 else
4893 if test "x$host_alias" = x; then
4894 ac_cv_host=$ac_cv_build
4895 else
4896 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4897 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4898 fi
4899
4900 fi
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4902 $as_echo "$ac_cv_host" >&6; }
4903 case $ac_cv_host in
4904 *-*-*) ;;
4905 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4906 esac
4907 host=$ac_cv_host
4908 ac_save_IFS=$IFS; IFS='-'
4909 set x $ac_cv_host
4910 shift
4911 host_cpu=$1
4912 host_vendor=$2
4913 shift; shift
4914 # Remember, the first character of IFS is used to create $*,
4915 # except with old shells:
4916 host_os=$*
4917 IFS=$ac_save_IFS
4918 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4919
4920
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4922 $as_echo_n "checking target system type... " >&6; }
4923 if test "${ac_cv_target+set}" = set; then :
4924 $as_echo_n "(cached) " >&6
4925 else
4926 if test "x$target_alias" = x; then
4927 ac_cv_target=$ac_cv_host
4928 else
4929 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4930 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4931 fi
4932
4933 fi
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4935 $as_echo "$ac_cv_target" >&6; }
4936 case $ac_cv_target in
4937 *-*-*) ;;
4938 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4939 esac
4940 target=$ac_cv_target
4941 ac_save_IFS=$IFS; IFS='-'
4942 set x $ac_cv_target
4943 shift
4944 target_cpu=$1
4945 target_vendor=$2
4946 shift; shift
4947 # Remember, the first character of IFS is used to create $*,
4948 # except with old shells:
4949 target_os=$*
4950 IFS=$ac_save_IFS
4951 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4952
4953
4954 # The aliases save the names the user supplied, while $host etc.
4955 # will get canonicalized.
4956 test -n "$target_alias" &&
4957 test "$program_prefix$program_suffix$program_transform_name" = \
4958 NONENONEs,x,x, &&
4959 program_prefix=${target_alias}-
4960
4961 ac_ext=c
4962 ac_cpp='$CPP $CPPFLAGS'
4963 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4964 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4965 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4967 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4968 # On Suns, sometimes $CPP names a directory.
4969 if test -n "$CPP" && test -d "$CPP"; then
4970 CPP=
4971 fi
4972 if test -z "$CPP"; then
4973 if test "${ac_cv_prog_CPP+set}" = set; then :
4974 $as_echo_n "(cached) " >&6
4975 else
4976 # Double quotes because CPP needs to be expanded
4977 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4978 do
4979 ac_preproc_ok=false
4980 for ac_c_preproc_warn_flag in '' yes
4981 do
4982 # Use a header file that comes with gcc, so configuring glibc
4983 # with a fresh cross-compiler works.
4984 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4985 # <limits.h> exists even on freestanding compilers.
4986 # On the NeXT, cc -E runs the code through the compiler's parser,
4987 # not just through cpp. "Syntax error" is here to catch this case.
4988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4989 /* end confdefs.h. */
4990 #ifdef __STDC__
4991 # include <limits.h>
4992 #else
4993 # include <assert.h>
4994 #endif
4995 Syntax error
4996 _ACEOF
4997 if ac_fn_c_try_cpp "$LINENO"; then :
4998
4999 else
5000 # Broken: fails on valid input.
5001 continue
5002 fi
5003 rm -f conftest.err conftest.$ac_ext
5004
5005 # OK, works on sane cases. Now check whether nonexistent headers
5006 # can be detected and how.
5007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5008 /* end confdefs.h. */
5009 #include <ac_nonexistent.h>
5010 _ACEOF
5011 if ac_fn_c_try_cpp "$LINENO"; then :
5012 # Broken: success on invalid input.
5013 continue
5014 else
5015 # Passes both tests.
5016 ac_preproc_ok=:
5017 break
5018 fi
5019 rm -f conftest.err conftest.$ac_ext
5020
5021 done
5022 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5023 rm -f conftest.err conftest.$ac_ext
5024 if $ac_preproc_ok; then :
5025 break
5026 fi
5027
5028 done
5029 ac_cv_prog_CPP=$CPP
5030
5031 fi
5032 CPP=$ac_cv_prog_CPP
5033 else
5034 ac_cv_prog_CPP=$CPP
5035 fi
5036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5037 $as_echo "$CPP" >&6; }
5038 ac_preproc_ok=false
5039 for ac_c_preproc_warn_flag in '' yes
5040 do
5041 # Use a header file that comes with gcc, so configuring glibc
5042 # with a fresh cross-compiler works.
5043 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5044 # <limits.h> exists even on freestanding compilers.
5045 # On the NeXT, cc -E runs the code through the compiler's parser,
5046 # not just through cpp. "Syntax error" is here to catch this case.
5047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5048 /* end confdefs.h. */
5049 #ifdef __STDC__
5050 # include <limits.h>
5051 #else
5052 # include <assert.h>
5053 #endif
5054 Syntax error
5055 _ACEOF
5056 if ac_fn_c_try_cpp "$LINENO"; then :
5057
5058 else
5059 # Broken: fails on valid input.
5060 continue
5061 fi
5062 rm -f conftest.err conftest.$ac_ext
5063
5064 # OK, works on sane cases. Now check whether nonexistent headers
5065 # can be detected and how.
5066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5067 /* end confdefs.h. */
5068 #include <ac_nonexistent.h>
5069 _ACEOF
5070 if ac_fn_c_try_cpp "$LINENO"; then :
5071 # Broken: success on invalid input.
5072 continue
5073 else
5074 # Passes both tests.
5075 ac_preproc_ok=:
5076 break
5077 fi
5078 rm -f conftest.err conftest.$ac_ext
5079
5080 done
5081 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5082 rm -f conftest.err conftest.$ac_ext
5083 if $ac_preproc_ok; then :
5084
5085 else
5086 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5087 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5088 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5089 See \`config.log' for more details." "$LINENO" 5; }
5090 fi
5091
5092 ac_ext=c
5093 ac_cpp='$CPP $CPPFLAGS'
5094 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5095 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5096 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5097
5098
5099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5100 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5101 if test "${ac_cv_path_GREP+set}" = set; then :
5102 $as_echo_n "(cached) " >&6
5103 else
5104 if test -z "$GREP"; then
5105 ac_path_GREP_found=false
5106 # Loop through the user's path and test for each of PROGNAME-LIST
5107 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5108 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5109 do
5110 IFS=$as_save_IFS
5111 test -z "$as_dir" && as_dir=.
5112 for ac_prog in grep ggrep; do
5113 for ac_exec_ext in '' $ac_executable_extensions; do
5114 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5115 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5116 # Check for GNU ac_path_GREP and select it if it is found.
5117 # Check for GNU $ac_path_GREP
5118 case `"$ac_path_GREP" --version 2>&1` in
5119 *GNU*)
5120 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5121 *)
5122 ac_count=0
5123 $as_echo_n 0123456789 >"conftest.in"
5124 while :
5125 do
5126 cat "conftest.in" "conftest.in" >"conftest.tmp"
5127 mv "conftest.tmp" "conftest.in"
5128 cp "conftest.in" "conftest.nl"
5129 $as_echo 'GREP' >> "conftest.nl"
5130 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5131 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5132 as_fn_arith $ac_count + 1 && ac_count=$as_val
5133 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5134 # Best one so far, save it but keep looking for a better one
5135 ac_cv_path_GREP="$ac_path_GREP"
5136 ac_path_GREP_max=$ac_count
5137 fi
5138 # 10*(2^10) chars as input seems more than enough
5139 test $ac_count -gt 10 && break
5140 done
5141 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5142 esac
5143
5144 $ac_path_GREP_found && break 3
5145 done
5146 done
5147 done
5148 IFS=$as_save_IFS
5149 if test -z "$ac_cv_path_GREP"; then
5150 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5151 fi
5152 else
5153 ac_cv_path_GREP=$GREP
5154 fi
5155
5156 fi
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5158 $as_echo "$ac_cv_path_GREP" >&6; }
5159 GREP="$ac_cv_path_GREP"
5160
5161
5162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5163 $as_echo_n "checking for egrep... " >&6; }
5164 if test "${ac_cv_path_EGREP+set}" = set; then :
5165 $as_echo_n "(cached) " >&6
5166 else
5167 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5168 then ac_cv_path_EGREP="$GREP -E"
5169 else
5170 if test -z "$EGREP"; then
5171 ac_path_EGREP_found=false
5172 # Loop through the user's path and test for each of PROGNAME-LIST
5173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5174 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5175 do
5176 IFS=$as_save_IFS
5177 test -z "$as_dir" && as_dir=.
5178 for ac_prog in egrep; do
5179 for ac_exec_ext in '' $ac_executable_extensions; do
5180 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5181 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5182 # Check for GNU ac_path_EGREP and select it if it is found.
5183 # Check for GNU $ac_path_EGREP
5184 case `"$ac_path_EGREP" --version 2>&1` in
5185 *GNU*)
5186 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5187 *)
5188 ac_count=0
5189 $as_echo_n 0123456789 >"conftest.in"
5190 while :
5191 do
5192 cat "conftest.in" "conftest.in" >"conftest.tmp"
5193 mv "conftest.tmp" "conftest.in"
5194 cp "conftest.in" "conftest.nl"
5195 $as_echo 'EGREP' >> "conftest.nl"
5196 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5197 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5198 as_fn_arith $ac_count + 1 && ac_count=$as_val
5199 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5200 # Best one so far, save it but keep looking for a better one
5201 ac_cv_path_EGREP="$ac_path_EGREP"
5202 ac_path_EGREP_max=$ac_count
5203 fi
5204 # 10*(2^10) chars as input seems more than enough
5205 test $ac_count -gt 10 && break
5206 done
5207 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5208 esac
5209
5210 $ac_path_EGREP_found && break 3
5211 done
5212 done
5213 done
5214 IFS=$as_save_IFS
5215 if test -z "$ac_cv_path_EGREP"; then
5216 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5217 fi
5218 else
5219 ac_cv_path_EGREP=$EGREP
5220 fi
5221
5222 fi
5223 fi
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5225 $as_echo "$ac_cv_path_EGREP" >&6; }
5226 EGREP="$ac_cv_path_EGREP"
5227
5228
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5230 $as_echo_n "checking for ANSI C header files... " >&6; }
5231 if test "${ac_cv_header_stdc+set}" = set; then :
5232 $as_echo_n "(cached) " >&6
5233 else
5234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5235 /* end confdefs.h. */
5236 #include <stdlib.h>
5237 #include <stdarg.h>
5238 #include <string.h>
5239 #include <float.h>
5240
5241 int
5242 main ()
5243 {
5244
5245 ;
5246 return 0;
5247 }
5248 _ACEOF
5249 if ac_fn_c_try_compile "$LINENO"; then :
5250 ac_cv_header_stdc=yes
5251 else
5252 ac_cv_header_stdc=no
5253 fi
5254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5255
5256 if test $ac_cv_header_stdc = yes; then
5257 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5259 /* end confdefs.h. */
5260 #include <string.h>
5261
5262 _ACEOF
5263 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5264 $EGREP "memchr" >/dev/null 2>&1; then :
5265
5266 else
5267 ac_cv_header_stdc=no
5268 fi
5269 rm -f conftest*
5270
5271 fi
5272
5273 if test $ac_cv_header_stdc = yes; then
5274 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5276 /* end confdefs.h. */
5277 #include <stdlib.h>
5278
5279 _ACEOF
5280 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5281 $EGREP "free" >/dev/null 2>&1; then :
5282
5283 else
5284 ac_cv_header_stdc=no
5285 fi
5286 rm -f conftest*
5287
5288 fi
5289
5290 if test $ac_cv_header_stdc = yes; then
5291 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5292 if test "$cross_compiling" = yes; then :
5293 :
5294 else
5295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5296 /* end confdefs.h. */
5297 #include <ctype.h>
5298 #include <stdlib.h>
5299 #if ((' ' & 0x0FF) == 0x020)
5300 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5301 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5302 #else
5303 # define ISLOWER(c) \
5304 (('a' <= (c) && (c) <= 'i') \
5305 || ('j' <= (c) && (c) <= 'r') \
5306 || ('s' <= (c) && (c) <= 'z'))
5307 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5308 #endif
5309
5310 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5311 int
5312 main ()
5313 {
5314 int i;
5315 for (i = 0; i < 256; i++)
5316 if (XOR (islower (i), ISLOWER (i))
5317 || toupper (i) != TOUPPER (i))
5318 return 2;
5319 return 0;
5320 }
5321 _ACEOF
5322 if ac_fn_c_try_run "$LINENO"; then :
5323
5324 else
5325 ac_cv_header_stdc=no
5326 fi
5327 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5328 conftest.$ac_objext conftest.beam conftest.$ac_ext
5329 fi
5330
5331 fi
5332 fi
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5334 $as_echo "$ac_cv_header_stdc" >&6; }
5335 if test $ac_cv_header_stdc = yes; then
5336
5337 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5338
5339 fi
5340
5341 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5342 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5343 inttypes.h stdint.h unistd.h
5344 do :
5345 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5346 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5347 "
5348 eval as_val=\$$as_ac_Header
5349 if test "x$as_val" = x""yes; then :
5350 cat >>confdefs.h <<_ACEOF
5351 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5352 _ACEOF
5353
5354 fi
5355
5356 done
5357
5358
5359
5360 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5361 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5362 MINIX=yes
5363 else
5364 MINIX=
5365 fi
5366
5367
5368 if test "$MINIX" = yes; then
5369
5370 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5371
5372
5373 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5374
5375
5376 $as_echo "#define _MINIX 1" >>confdefs.h
5377
5378 fi
5379
5380
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5382 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5383 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5384 $as_echo_n "(cached) " >&6
5385 else
5386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5387 /* end confdefs.h. */
5388
5389 # define __EXTENSIONS__ 1
5390 $ac_includes_default
5391 int
5392 main ()
5393 {
5394
5395 ;
5396 return 0;
5397 }
5398 _ACEOF
5399 if ac_fn_c_try_compile "$LINENO"; then :
5400 ac_cv_safe_to_define___extensions__=yes
5401 else
5402 ac_cv_safe_to_define___extensions__=no
5403 fi
5404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5405 fi
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5407 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5408 test $ac_cv_safe_to_define___extensions__ = yes &&
5409 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5410
5411 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5412
5413 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5414
5415 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5416
5417 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5418
5419
5420 test "$program_prefix" != NONE &&
5421 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5422 # Use a double $ so make ignores it.
5423 test "$program_suffix" != NONE &&
5424 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5425 # Double any \ or $.
5426 # By default was `s,x,x', remove it if useless.
5427 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5428 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5429
5430 # Find a good install program. We prefer a C program (faster),
5431 # so one script is as good as another. But avoid the broken or
5432 # incompatible versions:
5433 # SysV /etc/install, /usr/sbin/install
5434 # SunOS /usr/etc/install
5435 # IRIX /sbin/install
5436 # AIX /bin/install
5437 # AmigaOS /C/install, which installs bootblocks on floppy discs
5438 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5439 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5440 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5441 # OS/2's system install, which has a completely different semantic
5442 # ./install, which can be erroneously created by make from ./install.sh.
5443 # Reject install programs that cannot install multiple files.
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5445 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5446 if test -z "$INSTALL"; then
5447 if test "${ac_cv_path_install+set}" = set; then :
5448 $as_echo_n "(cached) " >&6
5449 else
5450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5451 for as_dir in $PATH
5452 do
5453 IFS=$as_save_IFS
5454 test -z "$as_dir" && as_dir=.
5455 # Account for people who put trailing slashes in PATH elements.
5456 case $as_dir/ in #((
5457 ./ | .// | /[cC]/* | \
5458 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5459 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5460 /usr/ucb/* ) ;;
5461 *)
5462 # OSF1 and SCO ODT 3.0 have their own names for install.
5463 # Don't use installbsd from OSF since it installs stuff as root
5464 # by default.
5465 for ac_prog in ginstall scoinst install; do
5466 for ac_exec_ext in '' $ac_executable_extensions; do
5467 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5468 if test $ac_prog = install &&
5469 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5470 # AIX install. It has an incompatible calling convention.
5471 :
5472 elif test $ac_prog = install &&
5473 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5474 # program-specific install script used by HP pwplus--don't use.
5475 :
5476 else
5477 rm -rf conftest.one conftest.two conftest.dir
5478 echo one > conftest.one
5479 echo two > conftest.two
5480 mkdir conftest.dir
5481 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5482 test -s conftest.one && test -s conftest.two &&
5483 test -s conftest.dir/conftest.one &&
5484 test -s conftest.dir/conftest.two
5485 then
5486 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5487 break 3
5488 fi
5489 fi
5490 fi
5491 done
5492 done
5493 ;;
5494 esac
5495
5496 done
5497 IFS=$as_save_IFS
5498
5499 rm -rf conftest.one conftest.two conftest.dir
5500
5501 fi
5502 if test "${ac_cv_path_install+set}" = set; then
5503 INSTALL=$ac_cv_path_install
5504 else
5505 # As a last resort, use the slow shell script. Don't cache a
5506 # value for INSTALL within a source directory, because that will
5507 # break other packages using the cache if that directory is
5508 # removed, or if the value is a relative name.
5509 INSTALL=$ac_install_sh
5510 fi
5511 fi
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5513 $as_echo "$INSTALL" >&6; }
5514
5515 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5516 # It thinks the first close brace ends the variable substitution.
5517 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5518
5519 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5520
5521 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5522
5523 rm -rf .tst 2>/dev/null
5524 mkdir .tst 2>/dev/null
5525 if test -d .tst; then
5526 am__leading_dot=.
5527 else
5528 am__leading_dot=_
5529 fi
5530 rmdir .tst 2>/dev/null
5531
5532 DEPDIR="${am__leading_dot}deps"
5533
5534 case `pwd` in
5535 *\ * | *\ *)
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5537 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5538 esac
5539
5540
5541
5542 macro_version='2.2.7a'
5543 macro_revision='1.3134'
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557 ltmain="$ac_aux_dir/ltmain.sh"
5558
5559 # Backslashify metacharacters that are still active within
5560 # double-quoted strings.
5561 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5562
5563 # Same as above, but do not quote variable references.
5564 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5565
5566 # Sed substitution to delay expansion of an escaped shell variable in a
5567 # double_quote_subst'ed string.
5568 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5569
5570 # Sed substitution to delay expansion of an escaped single quote.
5571 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5572
5573 # Sed substitution to avoid accidental globbing in evaled expressions
5574 no_glob_subst='s/\*/\\\*/g'
5575
5576 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5577 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5578 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5579
5580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5581 $as_echo_n "checking how to print strings... " >&6; }
5582 # Test print first, because it will be a builtin if present.
5583 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5584 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5585 ECHO='print -r --'
5586 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5587 ECHO='printf %s\n'
5588 else
5589 # Use this function as a fallback that always works.
5590 func_fallback_echo ()
5591 {
5592 eval 'cat <<_LTECHO_EOF
5593 $1
5594 _LTECHO_EOF'
5595 }
5596 ECHO='func_fallback_echo'
5597 fi
5598
5599 # func_echo_all arg...
5600 # Invoke $ECHO with all args, space-separated.
5601 func_echo_all ()
5602 {
5603 $ECHO ""
5604 }
5605
5606 case "$ECHO" in
5607 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5608 $as_echo "printf" >&6; } ;;
5609 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5610 $as_echo "print -r" >&6; } ;;
5611 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5612 $as_echo "cat" >&6; } ;;
5613 esac
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5629 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5630 if test "${ac_cv_path_SED+set}" = set; then :
5631 $as_echo_n "(cached) " >&6
5632 else
5633 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5634 for ac_i in 1 2 3 4 5 6 7; do
5635 ac_script="$ac_script$as_nl$ac_script"
5636 done
5637 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5638 { ac_script=; unset ac_script;}
5639 if test -z "$SED"; then
5640 ac_path_SED_found=false
5641 # Loop through the user's path and test for each of PROGNAME-LIST
5642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5643 for as_dir in $PATH
5644 do
5645 IFS=$as_save_IFS
5646 test -z "$as_dir" && as_dir=.
5647 for ac_prog in sed gsed; do
5648 for ac_exec_ext in '' $ac_executable_extensions; do
5649 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5650 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5651 # Check for GNU ac_path_SED and select it if it is found.
5652 # Check for GNU $ac_path_SED
5653 case `"$ac_path_SED" --version 2>&1` in
5654 *GNU*)
5655 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5656 *)
5657 ac_count=0
5658 $as_echo_n 0123456789 >"conftest.in"
5659 while :
5660 do
5661 cat "conftest.in" "conftest.in" >"conftest.tmp"
5662 mv "conftest.tmp" "conftest.in"
5663 cp "conftest.in" "conftest.nl"
5664 $as_echo '' >> "conftest.nl"
5665 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5666 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5667 as_fn_arith $ac_count + 1 && ac_count=$as_val
5668 if test $ac_count -gt ${ac_path_SED_max-0}; then
5669 # Best one so far, save it but keep looking for a better one
5670 ac_cv_path_SED="$ac_path_SED"
5671 ac_path_SED_max=$ac_count
5672 fi
5673 # 10*(2^10) chars as input seems more than enough
5674 test $ac_count -gt 10 && break
5675 done
5676 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5677 esac
5678
5679 $ac_path_SED_found && break 3
5680 done
5681 done
5682 done
5683 IFS=$as_save_IFS
5684 if test -z "$ac_cv_path_SED"; then
5685 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5686 fi
5687 else
5688 ac_cv_path_SED=$SED
5689 fi
5690
5691 fi
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5693 $as_echo "$ac_cv_path_SED" >&6; }
5694 SED="$ac_cv_path_SED"
5695 rm -f conftest.sed
5696
5697 test -z "$SED" && SED=sed
5698 Xsed="$SED -e 1s/^X//"
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5711 $as_echo_n "checking for fgrep... " >&6; }
5712 if test "${ac_cv_path_FGREP+set}" = set; then :
5713 $as_echo_n "(cached) " >&6
5714 else
5715 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5716 then ac_cv_path_FGREP="$GREP -F"
5717 else
5718 if test -z "$FGREP"; then
5719 ac_path_FGREP_found=false
5720 # Loop through the user's path and test for each of PROGNAME-LIST
5721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5722 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5723 do
5724 IFS=$as_save_IFS
5725 test -z "$as_dir" && as_dir=.
5726 for ac_prog in fgrep; do
5727 for ac_exec_ext in '' $ac_executable_extensions; do
5728 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5729 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5730 # Check for GNU ac_path_FGREP and select it if it is found.
5731 # Check for GNU $ac_path_FGREP
5732 case `"$ac_path_FGREP" --version 2>&1` in
5733 *GNU*)
5734 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5735 *)
5736 ac_count=0
5737 $as_echo_n 0123456789 >"conftest.in"
5738 while :
5739 do
5740 cat "conftest.in" "conftest.in" >"conftest.tmp"
5741 mv "conftest.tmp" "conftest.in"
5742 cp "conftest.in" "conftest.nl"
5743 $as_echo 'FGREP' >> "conftest.nl"
5744 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5745 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5746 as_fn_arith $ac_count + 1 && ac_count=$as_val
5747 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5748 # Best one so far, save it but keep looking for a better one
5749 ac_cv_path_FGREP="$ac_path_FGREP"
5750 ac_path_FGREP_max=$ac_count
5751 fi
5752 # 10*(2^10) chars as input seems more than enough
5753 test $ac_count -gt 10 && break
5754 done
5755 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5756 esac
5757
5758 $ac_path_FGREP_found && break 3
5759 done
5760 done
5761 done
5762 IFS=$as_save_IFS
5763 if test -z "$ac_cv_path_FGREP"; then
5764 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5765 fi
5766 else
5767 ac_cv_path_FGREP=$FGREP
5768 fi
5769
5770 fi
5771 fi
5772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5773 $as_echo "$ac_cv_path_FGREP" >&6; }
5774 FGREP="$ac_cv_path_FGREP"
5775
5776
5777 test -z "$GREP" && GREP=grep
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797 # Check whether --with-gnu-ld was given.
5798 if test "${with_gnu_ld+set}" = set; then :
5799 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5800 else
5801 with_gnu_ld=no
5802 fi
5803
5804 ac_prog=ld
5805 if test "$GCC" = yes; then
5806 # Check if gcc -print-prog-name=ld gives a path.
5807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5808 $as_echo_n "checking for ld used by $CC... " >&6; }
5809 case $host in
5810 *-*-mingw*)
5811 # gcc leaves a trailing carriage return which upsets mingw
5812 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5813 *)
5814 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5815 esac
5816 case $ac_prog in
5817 # Accept absolute paths.
5818 [\\/]* | ?:[\\/]*)
5819 re_direlt='/[^/][^/]*/\.\./'
5820 # Canonicalize the pathname of ld
5821 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5822 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5823 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5824 done
5825 test -z "$LD" && LD="$ac_prog"
5826 ;;
5827 "")
5828 # If it fails, then pretend we aren't using GCC.
5829 ac_prog=ld
5830 ;;
5831 *)
5832 # If it is relative, then search for the first ld in PATH.
5833 with_gnu_ld=unknown
5834 ;;
5835 esac
5836 elif test "$with_gnu_ld" = yes; then
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5838 $as_echo_n "checking for GNU ld... " >&6; }
5839 else
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5841 $as_echo_n "checking for non-GNU ld... " >&6; }
5842 fi
5843 if test "${lt_cv_path_LD+set}" = set; then :
5844 $as_echo_n "(cached) " >&6
5845 else
5846 if test -z "$LD"; then
5847 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5848 for ac_dir in $PATH; do
5849 IFS="$lt_save_ifs"
5850 test -z "$ac_dir" && ac_dir=.
5851 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5852 lt_cv_path_LD="$ac_dir/$ac_prog"
5853 # Check to see if the program is GNU ld. I'd rather use --version,
5854 # but apparently some variants of GNU ld only accept -v.
5855 # Break only if it was the GNU/non-GNU ld that we prefer.
5856 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5857 *GNU* | *'with BFD'*)
5858 test "$with_gnu_ld" != no && break
5859 ;;
5860 *)
5861 test "$with_gnu_ld" != yes && break
5862 ;;
5863 esac
5864 fi
5865 done
5866 IFS="$lt_save_ifs"
5867 else
5868 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5869 fi
5870 fi
5871
5872 LD="$lt_cv_path_LD"
5873 if test -n "$LD"; then
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5875 $as_echo "$LD" >&6; }
5876 else
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5878 $as_echo "no" >&6; }
5879 fi
5880 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5882 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5883 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5884 $as_echo_n "(cached) " >&6
5885 else
5886 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5887 case `$LD -v 2>&1 </dev/null` in
5888 *GNU* | *'with BFD'*)
5889 lt_cv_prog_gnu_ld=yes
5890 ;;
5891 *)
5892 lt_cv_prog_gnu_ld=no
5893 ;;
5894 esac
5895 fi
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5897 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5898 with_gnu_ld=$lt_cv_prog_gnu_ld
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5909 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5910 if test "${lt_cv_path_NM+set}" = set; then :
5911 $as_echo_n "(cached) " >&6
5912 else
5913 if test -n "$NM"; then
5914 # Let the user override the test.
5915 lt_cv_path_NM="$NM"
5916 else
5917 lt_nm_to_check="${ac_tool_prefix}nm"
5918 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5919 lt_nm_to_check="$lt_nm_to_check nm"
5920 fi
5921 for lt_tmp_nm in $lt_nm_to_check; do
5922 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5923 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5924 IFS="$lt_save_ifs"
5925 test -z "$ac_dir" && ac_dir=.
5926 tmp_nm="$ac_dir/$lt_tmp_nm"
5927 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5928 # Check to see if the nm accepts a BSD-compat flag.
5929 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5930 # nm: unknown option "B" ignored
5931 # Tru64's nm complains that /dev/null is an invalid object file
5932 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5933 */dev/null* | *'Invalid file or object type'*)
5934 lt_cv_path_NM="$tmp_nm -B"
5935 break
5936 ;;
5937 *)
5938 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5939 */dev/null*)
5940 lt_cv_path_NM="$tmp_nm -p"
5941 break
5942 ;;
5943 *)
5944 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5945 continue # so that we can try to find one that supports BSD flags
5946 ;;
5947 esac
5948 ;;
5949 esac
5950 fi
5951 done
5952 IFS="$lt_save_ifs"
5953 done
5954 : ${lt_cv_path_NM=no}
5955 fi
5956 fi
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5958 $as_echo "$lt_cv_path_NM" >&6; }
5959 if test "$lt_cv_path_NM" != "no"; then
5960 NM="$lt_cv_path_NM"
5961 else
5962 # Didn't find any BSD compatible name lister, look for dumpbin.
5963 if test -n "$DUMPBIN"; then :
5964 # Let the user override the test.
5965 else
5966 if test -n "$ac_tool_prefix"; then
5967 for ac_prog in dumpbin "link -dump"
5968 do
5969 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5970 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5972 $as_echo_n "checking for $ac_word... " >&6; }
5973 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5974 $as_echo_n "(cached) " >&6
5975 else
5976 if test -n "$DUMPBIN"; then
5977 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5978 else
5979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5980 for as_dir in $PATH
5981 do
5982 IFS=$as_save_IFS
5983 test -z "$as_dir" && as_dir=.
5984 for ac_exec_ext in '' $ac_executable_extensions; do
5985 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5986 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5988 break 2
5989 fi
5990 done
5991 done
5992 IFS=$as_save_IFS
5993
5994 fi
5995 fi
5996 DUMPBIN=$ac_cv_prog_DUMPBIN
5997 if test -n "$DUMPBIN"; then
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5999 $as_echo "$DUMPBIN" >&6; }
6000 else
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6002 $as_echo "no" >&6; }
6003 fi
6004
6005
6006 test -n "$DUMPBIN" && break
6007 done
6008 fi
6009 if test -z "$DUMPBIN"; then
6010 ac_ct_DUMPBIN=$DUMPBIN
6011 for ac_prog in dumpbin "link -dump"
6012 do
6013 # Extract the first word of "$ac_prog", so it can be a program name with args.
6014 set dummy $ac_prog; ac_word=$2
6015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6016 $as_echo_n "checking for $ac_word... " >&6; }
6017 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6018 $as_echo_n "(cached) " >&6
6019 else
6020 if test -n "$ac_ct_DUMPBIN"; then
6021 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6022 else
6023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6024 for as_dir in $PATH
6025 do
6026 IFS=$as_save_IFS
6027 test -z "$as_dir" && as_dir=.
6028 for ac_exec_ext in '' $ac_executable_extensions; do
6029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6030 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6032 break 2
6033 fi
6034 done
6035 done
6036 IFS=$as_save_IFS
6037
6038 fi
6039 fi
6040 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6041 if test -n "$ac_ct_DUMPBIN"; then
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6043 $as_echo "$ac_ct_DUMPBIN" >&6; }
6044 else
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6046 $as_echo "no" >&6; }
6047 fi
6048
6049
6050 test -n "$ac_ct_DUMPBIN" && break
6051 done
6052
6053 if test "x$ac_ct_DUMPBIN" = x; then
6054 DUMPBIN=":"
6055 else
6056 case $cross_compiling:$ac_tool_warned in
6057 yes:)
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6059 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6060 ac_tool_warned=yes ;;
6061 esac
6062 DUMPBIN=$ac_ct_DUMPBIN
6063 fi
6064 fi
6065
6066 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6067 *COFF*)
6068 DUMPBIN="$DUMPBIN -symbols"
6069 ;;
6070 *)
6071 DUMPBIN=:
6072 ;;
6073 esac
6074 fi
6075
6076 if test "$DUMPBIN" != ":"; then
6077 NM="$DUMPBIN"
6078 fi
6079 fi
6080 test -z "$NM" && NM=nm
6081
6082
6083
6084
6085
6086
6087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6088 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6089 if test "${lt_cv_nm_interface+set}" = set; then :
6090 $as_echo_n "(cached) " >&6
6091 else
6092 lt_cv_nm_interface="BSD nm"
6093 echo "int some_variable = 0;" > conftest.$ac_ext
6094 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6095 (eval "$ac_compile" 2>conftest.err)
6096 cat conftest.err >&5
6097 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6098 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6099 cat conftest.err >&5
6100 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6101 cat conftest.out >&5
6102 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6103 lt_cv_nm_interface="MS dumpbin"
6104 fi
6105 rm -f conftest*
6106 fi
6107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6108 $as_echo "$lt_cv_nm_interface" >&6; }
6109
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6111 $as_echo_n "checking whether ln -s works... " >&6; }
6112 LN_S=$as_ln_s
6113 if test "$LN_S" = "ln -s"; then
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6115 $as_echo "yes" >&6; }
6116 else
6117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6118 $as_echo "no, using $LN_S" >&6; }
6119 fi
6120
6121 # find the maximum length of command line arguments
6122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6123 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6124 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6125 $as_echo_n "(cached) " >&6
6126 else
6127 i=0
6128 teststring="ABCD"
6129
6130 case $build_os in
6131 msdosdjgpp*)
6132 # On DJGPP, this test can blow up pretty badly due to problems in libc
6133 # (any single argument exceeding 2000 bytes causes a buffer overrun
6134 # during glob expansion). Even if it were fixed, the result of this
6135 # check would be larger than it should be.
6136 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6137 ;;
6138
6139 gnu*)
6140 # Under GNU Hurd, this test is not required because there is
6141 # no limit to the length of command line arguments.
6142 # Libtool will interpret -1 as no limit whatsoever
6143 lt_cv_sys_max_cmd_len=-1;
6144 ;;
6145
6146 cygwin* | mingw* | cegcc*)
6147 # On Win9x/ME, this test blows up -- it succeeds, but takes
6148 # about 5 minutes as the teststring grows exponentially.
6149 # Worse, since 9x/ME are not pre-emptively multitasking,
6150 # you end up with a "frozen" computer, even though with patience
6151 # the test eventually succeeds (with a max line length of 256k).
6152 # Instead, let's just punt: use the minimum linelength reported by
6153 # all of the supported platforms: 8192 (on NT/2K/XP).
6154 lt_cv_sys_max_cmd_len=8192;
6155 ;;
6156
6157 mint*)
6158 # On MiNT this can take a long time and run out of memory.
6159 lt_cv_sys_max_cmd_len=8192;
6160 ;;
6161
6162 amigaos*)
6163 # On AmigaOS with pdksh, this test takes hours, literally.
6164 # So we just punt and use a minimum line length of 8192.
6165 lt_cv_sys_max_cmd_len=8192;
6166 ;;
6167
6168 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6169 # This has been around since 386BSD, at least. Likely further.
6170 if test -x /sbin/sysctl; then
6171 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6172 elif test -x /usr/sbin/sysctl; then
6173 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6174 else
6175 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6176 fi
6177 # And add a safety zone
6178 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6179 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6180 ;;
6181
6182 interix*)
6183 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6184 lt_cv_sys_max_cmd_len=196608
6185 ;;
6186
6187 osf*)
6188 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6189 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6190 # nice to cause kernel panics so lets avoid the loop below.
6191 # First set a reasonable default.
6192 lt_cv_sys_max_cmd_len=16384
6193 #
6194 if test -x /sbin/sysconfig; then
6195 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6196 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6197 esac
6198 fi
6199 ;;
6200 sco3.2v5*)
6201 lt_cv_sys_max_cmd_len=102400
6202 ;;
6203 sysv5* | sco5v6* | sysv4.2uw2*)
6204 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6205 if test -n "$kargmax"; then
6206 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6207 else
6208 lt_cv_sys_max_cmd_len=32768
6209 fi
6210 ;;
6211 *)
6212 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6213 if test -n "$lt_cv_sys_max_cmd_len"; then
6214 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6215 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6216 else
6217 # Make teststring a little bigger before we do anything with it.
6218 # a 1K string should be a reasonable start.
6219 for i in 1 2 3 4 5 6 7 8 ; do
6220 teststring=$teststring$teststring
6221 done
6222 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6223 # If test is not a shell built-in, we'll probably end up computing a
6224 # maximum length that is only half of the actual maximum length, but
6225 # we can't tell.
6226 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6227 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6228 test $i != 17 # 1/2 MB should be enough
6229 do
6230 i=`expr $i + 1`
6231 teststring=$teststring$teststring
6232 done
6233 # Only check the string length outside the loop.
6234 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6235 teststring=
6236 # Add a significant safety factor because C++ compilers can tack on
6237 # massive amounts of additional arguments before passing them to the
6238 # linker. It appears as though 1/2 is a usable value.
6239 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6240 fi
6241 ;;
6242 esac
6243
6244 fi
6245
6246 if test -n $lt_cv_sys_max_cmd_len ; then
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6248 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6249 else
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6251 $as_echo "none" >&6; }
6252 fi
6253 max_cmd_len=$lt_cv_sys_max_cmd_len
6254
6255
6256
6257
6258
6259
6260 : ${CP="cp -f"}
6261 : ${MV="mv -f"}
6262 : ${RM="rm -f"}
6263
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6265 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6266 # Try some XSI features
6267 xsi_shell=no
6268 ( _lt_dummy="a/b/c"
6269 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6270 = c,a/b,, \
6271 && eval 'test $(( 1 + 1 )) -eq 2 \
6272 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6273 && xsi_shell=yes
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6275 $as_echo "$xsi_shell" >&6; }
6276
6277
6278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6279 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6280 lt_shell_append=no
6281 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6282 >/dev/null 2>&1 \
6283 && lt_shell_append=yes
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6285 $as_echo "$lt_shell_append" >&6; }
6286
6287
6288 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6289 lt_unset=unset
6290 else
6291 lt_unset=false
6292 fi
6293
6294
6295
6296
6297
6298 # test EBCDIC or ASCII
6299 case `echo X|tr X '\101'` in
6300 A) # ASCII based system
6301 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6302 lt_SP2NL='tr \040 \012'
6303 lt_NL2SP='tr \015\012 \040\040'
6304 ;;
6305 *) # EBCDIC based system
6306 lt_SP2NL='tr \100 \n'
6307 lt_NL2SP='tr \r\n \100\100'
6308 ;;
6309 esac
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6320 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6321 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6322 $as_echo_n "(cached) " >&6
6323 else
6324 lt_cv_ld_reload_flag='-r'
6325 fi
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6327 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6328 reload_flag=$lt_cv_ld_reload_flag
6329 case $reload_flag in
6330 "" | " "*) ;;
6331 *) reload_flag=" $reload_flag" ;;
6332 esac
6333 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6334 case $host_os in
6335 darwin*)
6336 if test "$GCC" = yes; then
6337 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6338 else
6339 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6340 fi
6341 ;;
6342 esac
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352 if test -n "$ac_tool_prefix"; then
6353 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6354 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6356 $as_echo_n "checking for $ac_word... " >&6; }
6357 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6358 $as_echo_n "(cached) " >&6
6359 else
6360 if test -n "$OBJDUMP"; then
6361 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6362 else
6363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6364 for as_dir in $PATH
6365 do
6366 IFS=$as_save_IFS
6367 test -z "$as_dir" && as_dir=.
6368 for ac_exec_ext in '' $ac_executable_extensions; do
6369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6370 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6372 break 2
6373 fi
6374 done
6375 done
6376 IFS=$as_save_IFS
6377
6378 fi
6379 fi
6380 OBJDUMP=$ac_cv_prog_OBJDUMP
6381 if test -n "$OBJDUMP"; then
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6383 $as_echo "$OBJDUMP" >&6; }
6384 else
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6386 $as_echo "no" >&6; }
6387 fi
6388
6389
6390 fi
6391 if test -z "$ac_cv_prog_OBJDUMP"; then
6392 ac_ct_OBJDUMP=$OBJDUMP
6393 # Extract the first word of "objdump", so it can be a program name with args.
6394 set dummy objdump; ac_word=$2
6395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6396 $as_echo_n "checking for $ac_word... " >&6; }
6397 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6398 $as_echo_n "(cached) " >&6
6399 else
6400 if test -n "$ac_ct_OBJDUMP"; then
6401 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6402 else
6403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6404 for as_dir in $PATH
6405 do
6406 IFS=$as_save_IFS
6407 test -z "$as_dir" && as_dir=.
6408 for ac_exec_ext in '' $ac_executable_extensions; do
6409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6410 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6412 break 2
6413 fi
6414 done
6415 done
6416 IFS=$as_save_IFS
6417
6418 fi
6419 fi
6420 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6421 if test -n "$ac_ct_OBJDUMP"; then
6422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6423 $as_echo "$ac_ct_OBJDUMP" >&6; }
6424 else
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6426 $as_echo "no" >&6; }
6427 fi
6428
6429 if test "x$ac_ct_OBJDUMP" = x; then
6430 OBJDUMP="false"
6431 else
6432 case $cross_compiling:$ac_tool_warned in
6433 yes:)
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6435 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6436 ac_tool_warned=yes ;;
6437 esac
6438 OBJDUMP=$ac_ct_OBJDUMP
6439 fi
6440 else
6441 OBJDUMP="$ac_cv_prog_OBJDUMP"
6442 fi
6443
6444 test -z "$OBJDUMP" && OBJDUMP=objdump
6445
6446
6447
6448
6449
6450
6451
6452
6453
6454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6455 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6456 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6457 $as_echo_n "(cached) " >&6
6458 else
6459 lt_cv_file_magic_cmd='$MAGIC_CMD'
6460 lt_cv_file_magic_test_file=
6461 lt_cv_deplibs_check_method='unknown'
6462 # Need to set the preceding variable on all platforms that support
6463 # interlibrary dependencies.
6464 # 'none' -- dependencies not supported.
6465 # `unknown' -- same as none, but documents that we really don't know.
6466 # 'pass_all' -- all dependencies passed with no checks.
6467 # 'test_compile' -- check by making test program.
6468 # 'file_magic [[regex]]' -- check by looking for files in library path
6469 # which responds to the $file_magic_cmd with a given extended regex.
6470 # If you have `file' or equivalent on your system and you're not sure
6471 # whether `pass_all' will *always* work, you probably want this one.
6472
6473 case $host_os in
6474 aix[4-9]*)
6475 lt_cv_deplibs_check_method=pass_all
6476 ;;
6477
6478 beos*)
6479 lt_cv_deplibs_check_method=pass_all
6480 ;;
6481
6482 bsdi[45]*)
6483 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6484 lt_cv_file_magic_cmd='/usr/bin/file -L'
6485 lt_cv_file_magic_test_file=/shlib/libc.so
6486 ;;
6487
6488 cygwin*)
6489 # func_win32_libid is a shell function defined in ltmain.sh
6490 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6491 lt_cv_file_magic_cmd='func_win32_libid'
6492 ;;
6493
6494 mingw* | pw32*)
6495 # Base MSYS/MinGW do not provide the 'file' command needed by
6496 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6497 # unless we find 'file', for example because we are cross-compiling.
6498 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6499 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6500 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6501 lt_cv_file_magic_cmd='func_win32_libid'
6502 else
6503 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6504 lt_cv_file_magic_cmd='$OBJDUMP -f'
6505 fi
6506 ;;
6507
6508 cegcc*)
6509 # use the weaker test based on 'objdump'. See mingw*.
6510 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6511 lt_cv_file_magic_cmd='$OBJDUMP -f'
6512 ;;
6513
6514 darwin* | rhapsody*)
6515 lt_cv_deplibs_check_method=pass_all
6516 ;;
6517
6518 freebsd* | dragonfly*)
6519 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6520 case $host_cpu in
6521 i*86 )
6522 # Not sure whether the presence of OpenBSD here was a mistake.
6523 # Let's accept both of them until this is cleared up.
6524 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6525 lt_cv_file_magic_cmd=/usr/bin/file
6526 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6527 ;;
6528 esac
6529 else
6530 lt_cv_deplibs_check_method=pass_all
6531 fi
6532 ;;
6533
6534 gnu*)
6535 lt_cv_deplibs_check_method=pass_all
6536 ;;
6537
6538 haiku*)
6539 lt_cv_deplibs_check_method=pass_all
6540 ;;
6541
6542 hpux10.20* | hpux11*)
6543 lt_cv_file_magic_cmd=/usr/bin/file
6544 case $host_cpu in
6545 ia64*)
6546 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6547 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6548 ;;
6549 hppa*64*)
6550 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]'
6551 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6552 ;;
6553 *)
6554 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6555 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6556 ;;
6557 esac
6558 ;;
6559
6560 interix[3-9]*)
6561 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6562 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6563 ;;
6564
6565 irix5* | irix6* | nonstopux*)
6566 case $LD in
6567 *-32|*"-32 ") libmagic=32-bit;;
6568 *-n32|*"-n32 ") libmagic=N32;;
6569 *-64|*"-64 ") libmagic=64-bit;;
6570 *) libmagic=never-match;;
6571 esac
6572 lt_cv_deplibs_check_method=pass_all
6573 ;;
6574
6575 # This must be Linux ELF.
6576 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6577 lt_cv_deplibs_check_method=pass_all
6578 ;;
6579
6580 netbsd*)
6581 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6582 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6583 else
6584 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6585 fi
6586 ;;
6587
6588 newos6*)
6589 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6590 lt_cv_file_magic_cmd=/usr/bin/file
6591 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6592 ;;
6593
6594 *nto* | *qnx*)
6595 lt_cv_deplibs_check_method=pass_all
6596 ;;
6597
6598 openbsd*)
6599 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6600 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6601 else
6602 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6603 fi
6604 ;;
6605
6606 osf3* | osf4* | osf5*)
6607 lt_cv_deplibs_check_method=pass_all
6608 ;;
6609
6610 rdos*)
6611 lt_cv_deplibs_check_method=pass_all
6612 ;;
6613
6614 solaris*)
6615 lt_cv_deplibs_check_method=pass_all
6616 ;;
6617
6618 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6619 lt_cv_deplibs_check_method=pass_all
6620 ;;
6621
6622 sysv4 | sysv4.3*)
6623 case $host_vendor in
6624 motorola)
6625 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]'
6626 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6627 ;;
6628 ncr)
6629 lt_cv_deplibs_check_method=pass_all
6630 ;;
6631 sequent)
6632 lt_cv_file_magic_cmd='/bin/file'
6633 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6634 ;;
6635 sni)
6636 lt_cv_file_magic_cmd='/bin/file'
6637 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6638 lt_cv_file_magic_test_file=/lib/libc.so
6639 ;;
6640 siemens)
6641 lt_cv_deplibs_check_method=pass_all
6642 ;;
6643 pc)
6644 lt_cv_deplibs_check_method=pass_all
6645 ;;
6646 esac
6647 ;;
6648
6649 tpf*)
6650 lt_cv_deplibs_check_method=pass_all
6651 ;;
6652 esac
6653
6654 fi
6655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6656 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6657 file_magic_cmd=$lt_cv_file_magic_cmd
6658 deplibs_check_method=$lt_cv_deplibs_check_method
6659 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6660
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672 if test -n "$ac_tool_prefix"; then
6673 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6674 set dummy ${ac_tool_prefix}ar; ac_word=$2
6675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6676 $as_echo_n "checking for $ac_word... " >&6; }
6677 if test "${ac_cv_prog_AR+set}" = set; then :
6678 $as_echo_n "(cached) " >&6
6679 else
6680 if test -n "$AR"; then
6681 ac_cv_prog_AR="$AR" # Let the user override the test.
6682 else
6683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6684 for as_dir in $PATH
6685 do
6686 IFS=$as_save_IFS
6687 test -z "$as_dir" && as_dir=.
6688 for ac_exec_ext in '' $ac_executable_extensions; do
6689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6690 ac_cv_prog_AR="${ac_tool_prefix}ar"
6691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6692 break 2
6693 fi
6694 done
6695 done
6696 IFS=$as_save_IFS
6697
6698 fi
6699 fi
6700 AR=$ac_cv_prog_AR
6701 if test -n "$AR"; then
6702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6703 $as_echo "$AR" >&6; }
6704 else
6705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6706 $as_echo "no" >&6; }
6707 fi
6708
6709
6710 fi
6711 if test -z "$ac_cv_prog_AR"; then
6712 ac_ct_AR=$AR
6713 # Extract the first word of "ar", so it can be a program name with args.
6714 set dummy ar; ac_word=$2
6715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6716 $as_echo_n "checking for $ac_word... " >&6; }
6717 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6718 $as_echo_n "(cached) " >&6
6719 else
6720 if test -n "$ac_ct_AR"; then
6721 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6722 else
6723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6724 for as_dir in $PATH
6725 do
6726 IFS=$as_save_IFS
6727 test -z "$as_dir" && as_dir=.
6728 for ac_exec_ext in '' $ac_executable_extensions; do
6729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6730 ac_cv_prog_ac_ct_AR="ar"
6731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6732 break 2
6733 fi
6734 done
6735 done
6736 IFS=$as_save_IFS
6737
6738 fi
6739 fi
6740 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6741 if test -n "$ac_ct_AR"; then
6742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6743 $as_echo "$ac_ct_AR" >&6; }
6744 else
6745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6746 $as_echo "no" >&6; }
6747 fi
6748
6749 if test "x$ac_ct_AR" = x; then
6750 AR="false"
6751 else
6752 case $cross_compiling:$ac_tool_warned in
6753 yes:)
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6755 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6756 ac_tool_warned=yes ;;
6757 esac
6758 AR=$ac_ct_AR
6759 fi
6760 else
6761 AR="$ac_cv_prog_AR"
6762 fi
6763
6764 test -z "$AR" && AR=ar
6765 test -z "$AR_FLAGS" && AR_FLAGS=cru
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777 if test -n "$ac_tool_prefix"; then
6778 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6779 set dummy ${ac_tool_prefix}strip; ac_word=$2
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6781 $as_echo_n "checking for $ac_word... " >&6; }
6782 if test "${ac_cv_prog_STRIP+set}" = set; then :
6783 $as_echo_n "(cached) " >&6
6784 else
6785 if test -n "$STRIP"; then
6786 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6787 else
6788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6789 for as_dir in $PATH
6790 do
6791 IFS=$as_save_IFS
6792 test -z "$as_dir" && as_dir=.
6793 for ac_exec_ext in '' $ac_executable_extensions; do
6794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6795 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6797 break 2
6798 fi
6799 done
6800 done
6801 IFS=$as_save_IFS
6802
6803 fi
6804 fi
6805 STRIP=$ac_cv_prog_STRIP
6806 if test -n "$STRIP"; then
6807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6808 $as_echo "$STRIP" >&6; }
6809 else
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6811 $as_echo "no" >&6; }
6812 fi
6813
6814
6815 fi
6816 if test -z "$ac_cv_prog_STRIP"; then
6817 ac_ct_STRIP=$STRIP
6818 # Extract the first word of "strip", so it can be a program name with args.
6819 set dummy strip; ac_word=$2
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6821 $as_echo_n "checking for $ac_word... " >&6; }
6822 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6823 $as_echo_n "(cached) " >&6
6824 else
6825 if test -n "$ac_ct_STRIP"; then
6826 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6827 else
6828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6829 for as_dir in $PATH
6830 do
6831 IFS=$as_save_IFS
6832 test -z "$as_dir" && as_dir=.
6833 for ac_exec_ext in '' $ac_executable_extensions; do
6834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6835 ac_cv_prog_ac_ct_STRIP="strip"
6836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6837 break 2
6838 fi
6839 done
6840 done
6841 IFS=$as_save_IFS
6842
6843 fi
6844 fi
6845 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6846 if test -n "$ac_ct_STRIP"; then
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6848 $as_echo "$ac_ct_STRIP" >&6; }
6849 else
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6851 $as_echo "no" >&6; }
6852 fi
6853
6854 if test "x$ac_ct_STRIP" = x; then
6855 STRIP=":"
6856 else
6857 case $cross_compiling:$ac_tool_warned in
6858 yes:)
6859 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6860 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6861 ac_tool_warned=yes ;;
6862 esac
6863 STRIP=$ac_ct_STRIP
6864 fi
6865 else
6866 STRIP="$ac_cv_prog_STRIP"
6867 fi
6868
6869 test -z "$STRIP" && STRIP=:
6870
6871
6872
6873
6874
6875
6876 if test -n "$ac_tool_prefix"; then
6877 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6878 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6880 $as_echo_n "checking for $ac_word... " >&6; }
6881 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6882 $as_echo_n "(cached) " >&6
6883 else
6884 if test -n "$RANLIB"; then
6885 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6886 else
6887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6888 for as_dir in $PATH
6889 do
6890 IFS=$as_save_IFS
6891 test -z "$as_dir" && as_dir=.
6892 for ac_exec_ext in '' $ac_executable_extensions; do
6893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6894 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6896 break 2
6897 fi
6898 done
6899 done
6900 IFS=$as_save_IFS
6901
6902 fi
6903 fi
6904 RANLIB=$ac_cv_prog_RANLIB
6905 if test -n "$RANLIB"; then
6906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6907 $as_echo "$RANLIB" >&6; }
6908 else
6909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6910 $as_echo "no" >&6; }
6911 fi
6912
6913
6914 fi
6915 if test -z "$ac_cv_prog_RANLIB"; then
6916 ac_ct_RANLIB=$RANLIB
6917 # Extract the first word of "ranlib", so it can be a program name with args.
6918 set dummy ranlib; ac_word=$2
6919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6920 $as_echo_n "checking for $ac_word... " >&6; }
6921 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6922 $as_echo_n "(cached) " >&6
6923 else
6924 if test -n "$ac_ct_RANLIB"; then
6925 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6926 else
6927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6928 for as_dir in $PATH
6929 do
6930 IFS=$as_save_IFS
6931 test -z "$as_dir" && as_dir=.
6932 for ac_exec_ext in '' $ac_executable_extensions; do
6933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6934 ac_cv_prog_ac_ct_RANLIB="ranlib"
6935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6936 break 2
6937 fi
6938 done
6939 done
6940 IFS=$as_save_IFS
6941
6942 fi
6943 fi
6944 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6945 if test -n "$ac_ct_RANLIB"; then
6946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6947 $as_echo "$ac_ct_RANLIB" >&6; }
6948 else
6949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6950 $as_echo "no" >&6; }
6951 fi
6952
6953 if test "x$ac_ct_RANLIB" = x; then
6954 RANLIB=":"
6955 else
6956 case $cross_compiling:$ac_tool_warned in
6957 yes:)
6958 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6959 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6960 ac_tool_warned=yes ;;
6961 esac
6962 RANLIB=$ac_ct_RANLIB
6963 fi
6964 else
6965 RANLIB="$ac_cv_prog_RANLIB"
6966 fi
6967
6968 test -z "$RANLIB" && RANLIB=:
6969
6970
6971
6972
6973
6974
6975 # Determine commands to create old-style static archives.
6976 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6977 old_postinstall_cmds='chmod 644 $oldlib'
6978 old_postuninstall_cmds=
6979
6980 if test -n "$RANLIB"; then
6981 case $host_os in
6982 openbsd*)
6983 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6984 ;;
6985 *)
6986 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6987 ;;
6988 esac
6989 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6990 fi
6991
6992 case $host_os in
6993 darwin*)
6994 lock_old_archive_extraction=yes ;;
6995 *)
6996 lock_old_archive_extraction=no ;;
6997 esac
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019 for ac_prog in gawk mawk nawk awk
7020 do
7021 # Extract the first word of "$ac_prog", so it can be a program name with args.
7022 set dummy $ac_prog; ac_word=$2
7023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7024 $as_echo_n "checking for $ac_word... " >&6; }
7025 if test "${ac_cv_prog_AWK+set}" = set; then :
7026 $as_echo_n "(cached) " >&6
7027 else
7028 if test -n "$AWK"; then
7029 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7030 else
7031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7032 for as_dir in $PATH
7033 do
7034 IFS=$as_save_IFS
7035 test -z "$as_dir" && as_dir=.
7036 for ac_exec_ext in '' $ac_executable_extensions; do
7037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7038 ac_cv_prog_AWK="$ac_prog"
7039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7040 break 2
7041 fi
7042 done
7043 done
7044 IFS=$as_save_IFS
7045
7046 fi
7047 fi
7048 AWK=$ac_cv_prog_AWK
7049 if test -n "$AWK"; then
7050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7051 $as_echo "$AWK" >&6; }
7052 else
7053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7054 $as_echo "no" >&6; }
7055 fi
7056
7057
7058 test -n "$AWK" && break
7059 done
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
7073
7074
7075
7076
7077
7078
7079 # If no C compiler was specified, use CC.
7080 LTCC=${LTCC-"$CC"}
7081
7082 # If no C compiler flags were specified, use CFLAGS.
7083 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7084
7085 # Allow CC to be a program name with arguments.
7086 compiler=$CC
7087
7088
7089 # Check for command to grab the raw symbol name followed by C symbol from nm.
7090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7091 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7092 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7093 $as_echo_n "(cached) " >&6
7094 else
7095
7096 # These are sane defaults that work on at least a few old systems.
7097 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7098
7099 # Character class describing NM global symbol codes.
7100 symcode='[BCDEGRST]'
7101
7102 # Regexp to match symbols that can be accessed directly from C.
7103 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7104
7105 # Define system-specific variables.
7106 case $host_os in
7107 aix*)
7108 symcode='[BCDT]'
7109 ;;
7110 cygwin* | mingw* | pw32* | cegcc*)
7111 symcode='[ABCDGISTW]'
7112 ;;
7113 hpux*)
7114 if test "$host_cpu" = ia64; then
7115 symcode='[ABCDEGRST]'
7116 fi
7117 ;;
7118 irix* | nonstopux*)
7119 symcode='[BCDEGRST]'
7120 ;;
7121 osf*)
7122 symcode='[BCDEGQRST]'
7123 ;;
7124 solaris*)
7125 symcode='[BDRT]'
7126 ;;
7127 sco3.2v5*)
7128 symcode='[DT]'
7129 ;;
7130 sysv4.2uw2*)
7131 symcode='[DT]'
7132 ;;
7133 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7134 symcode='[ABDT]'
7135 ;;
7136 sysv4)
7137 symcode='[DFNSTU]'
7138 ;;
7139 esac
7140
7141 # If we're using GNU nm, then use its standard symbol codes.
7142 case `$NM -V 2>&1` in
7143 *GNU* | *'with BFD'*)
7144 symcode='[ABCDGIRSTW]' ;;
7145 esac
7146
7147 # Transform an extracted symbol line into a proper C declaration.
7148 # Some systems (esp. on ia64) link data and code symbols differently,
7149 # so use this general approach.
7150 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7151
7152 # Transform an extracted symbol line into symbol name and symbol address
7153 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7154 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'"
7155
7156 # Handle CRLF in mingw tool chain
7157 opt_cr=
7158 case $build_os in
7159 mingw*)
7160 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7161 ;;
7162 esac
7163
7164 # Try without a prefix underscore, then with it.
7165 for ac_symprfx in "" "_"; do
7166
7167 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7168 symxfrm="\\1 $ac_symprfx\\2 \\2"
7169
7170 # Write the raw and C identifiers.
7171 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7172 # Fake it for dumpbin and say T for any non-static function
7173 # and D for any global variable.
7174 # Also find C++ and __fastcall symbols from MSVC++,
7175 # which start with @ or ?.
7176 lt_cv_sys_global_symbol_pipe="$AWK '"\
7177 " {last_section=section; section=\$ 3};"\
7178 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7179 " \$ 0!~/External *\|/{next};"\
7180 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7181 " {if(hide[section]) next};"\
7182 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7183 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7184 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7185 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7186 " ' prfx=^$ac_symprfx"
7187 else
7188 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7189 fi
7190
7191 # Check to see that the pipe works correctly.
7192 pipe_works=no
7193
7194 rm -f conftest*
7195 cat > conftest.$ac_ext <<_LT_EOF
7196 #ifdef __cplusplus
7197 extern "C" {
7198 #endif
7199 char nm_test_var;
7200 void nm_test_func(void);
7201 void nm_test_func(void){}
7202 #ifdef __cplusplus
7203 }
7204 #endif
7205 int main(){nm_test_var='a';nm_test_func();return(0);}
7206 _LT_EOF
7207
7208 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7209 (eval $ac_compile) 2>&5
7210 ac_status=$?
7211 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7212 test $ac_status = 0; }; then
7213 # Now try to grab the symbols.
7214 nlist=conftest.nm
7215 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7216 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7217 ac_status=$?
7218 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7219 test $ac_status = 0; } && test -s "$nlist"; then
7220 # Try sorting and uniquifying the output.
7221 if sort "$nlist" | uniq > "$nlist"T; then
7222 mv -f "$nlist"T "$nlist"
7223 else
7224 rm -f "$nlist"T
7225 fi
7226
7227 # Make sure that we snagged all the symbols we need.
7228 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7229 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7230 cat <<_LT_EOF > conftest.$ac_ext
7231 #ifdef __cplusplus
7232 extern "C" {
7233 #endif
7234
7235 _LT_EOF
7236 # Now generate the symbol file.
7237 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7238
7239 cat <<_LT_EOF >> conftest.$ac_ext
7240
7241 /* The mapping between symbol names and symbols. */
7242 const struct {
7243 const char *name;
7244 void *address;
7245 }
7246 lt__PROGRAM__LTX_preloaded_symbols[] =
7247 {
7248 { "@PROGRAM@", (void *) 0 },
7249 _LT_EOF
7250 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7251 cat <<\_LT_EOF >> conftest.$ac_ext
7252 {0, (void *) 0}
7253 };
7254
7255 /* This works around a problem in FreeBSD linker */
7256 #ifdef FREEBSD_WORKAROUND
7257 static const void *lt_preloaded_setup() {
7258 return lt__PROGRAM__LTX_preloaded_symbols;
7259 }
7260 #endif
7261
7262 #ifdef __cplusplus
7263 }
7264 #endif
7265 _LT_EOF
7266 # Now try linking the two files.
7267 mv conftest.$ac_objext conftstm.$ac_objext
7268 lt_save_LIBS="$LIBS"
7269 lt_save_CFLAGS="$CFLAGS"
7270 LIBS="conftstm.$ac_objext"
7271 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7272 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7273 (eval $ac_link) 2>&5
7274 ac_status=$?
7275 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7276 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7277 pipe_works=yes
7278 fi
7279 LIBS="$lt_save_LIBS"
7280 CFLAGS="$lt_save_CFLAGS"
7281 else
7282 echo "cannot find nm_test_func in $nlist" >&5
7283 fi
7284 else
7285 echo "cannot find nm_test_var in $nlist" >&5
7286 fi
7287 else
7288 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7289 fi
7290 else
7291 echo "$progname: failed program was:" >&5
7292 cat conftest.$ac_ext >&5
7293 fi
7294 rm -rf conftest* conftst*
7295
7296 # Do not use the global_symbol_pipe unless it works.
7297 if test "$pipe_works" = yes; then
7298 break
7299 else
7300 lt_cv_sys_global_symbol_pipe=
7301 fi
7302 done
7303
7304 fi
7305
7306 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7307 lt_cv_sys_global_symbol_to_cdecl=
7308 fi
7309 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7311 $as_echo "failed" >&6; }
7312 else
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7314 $as_echo "ok" >&6; }
7315 fi
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338 # Check whether --enable-libtool-lock was given.
7339 if test "${enable_libtool_lock+set}" = set; then :
7340 enableval=$enable_libtool_lock;
7341 fi
7342
7343 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7344
7345 # Some flags need to be propagated to the compiler or linker for good
7346 # libtool support.
7347 case $host in
7348 ia64-*-hpux*)
7349 # Find out which ABI we are using.
7350 echo 'int i;' > conftest.$ac_ext
7351 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7352 (eval $ac_compile) 2>&5
7353 ac_status=$?
7354 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7355 test $ac_status = 0; }; then
7356 case `/usr/bin/file conftest.$ac_objext` in
7357 *ELF-32*)
7358 HPUX_IA64_MODE="32"
7359 ;;
7360 *ELF-64*)
7361 HPUX_IA64_MODE="64"
7362 ;;
7363 esac
7364 fi
7365 rm -rf conftest*
7366 ;;
7367 *-*-irix6*)
7368 # Find out which ABI we are using.
7369 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7370 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7371 (eval $ac_compile) 2>&5
7372 ac_status=$?
7373 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7374 test $ac_status = 0; }; then
7375 if test "$lt_cv_prog_gnu_ld" = yes; then
7376 case `/usr/bin/file conftest.$ac_objext` in
7377 *32-bit*)
7378 LD="${LD-ld} -melf32bsmip"
7379 ;;
7380 *N32*)
7381 LD="${LD-ld} -melf32bmipn32"
7382 ;;
7383 *64-bit*)
7384 LD="${LD-ld} -melf64bmip"
7385 ;;
7386 esac
7387 else
7388 case `/usr/bin/file conftest.$ac_objext` in
7389 *32-bit*)
7390 LD="${LD-ld} -32"
7391 ;;
7392 *N32*)
7393 LD="${LD-ld} -n32"
7394 ;;
7395 *64-bit*)
7396 LD="${LD-ld} -64"
7397 ;;
7398 esac
7399 fi
7400 fi
7401 rm -rf conftest*
7402 ;;
7403
7404 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7405 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7406 # Find out which ABI we are using.
7407 echo 'int i;' > conftest.$ac_ext
7408 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7409 (eval $ac_compile) 2>&5
7410 ac_status=$?
7411 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7412 test $ac_status = 0; }; then
7413 case `/usr/bin/file conftest.o` in
7414 *32-bit*)
7415 case $host in
7416 x86_64-*kfreebsd*-gnu)
7417 LD="${LD-ld} -m elf_i386_fbsd"
7418 ;;
7419 x86_64-*linux*)
7420 case `/usr/bin/file conftest.o` in
7421 *x86-64*)
7422 LD="${LD-ld} -m elf32_x86_64"
7423 ;;
7424 *)
7425 LD="${LD-ld} -m elf_i386"
7426 ;;
7427 esac
7428 ;;
7429 ppc64-*linux*|powerpc64-*linux*)
7430 LD="${LD-ld} -m elf32ppclinux"
7431 ;;
7432 s390x-*linux*)
7433 LD="${LD-ld} -m elf_s390"
7434 ;;
7435 sparc64-*linux*)
7436 LD="${LD-ld} -m elf32_sparc"
7437 ;;
7438 esac
7439 ;;
7440 *64-bit*)
7441 case $host in
7442 x86_64-*kfreebsd*-gnu)
7443 LD="${LD-ld} -m elf_x86_64_fbsd"
7444 ;;
7445 x86_64-*linux*)
7446 LD="${LD-ld} -m elf_x86_64"
7447 ;;
7448 ppc*-*linux*|powerpc*-*linux*)
7449 LD="${LD-ld} -m elf64ppc"
7450 ;;
7451 s390*-*linux*|s390*-*tpf*)
7452 LD="${LD-ld} -m elf64_s390"
7453 ;;
7454 sparc*-*linux*)
7455 LD="${LD-ld} -m elf64_sparc"
7456 ;;
7457 esac
7458 ;;
7459 esac
7460 fi
7461 rm -rf conftest*
7462 ;;
7463
7464 *-*-sco3.2v5*)
7465 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7466 SAVE_CFLAGS="$CFLAGS"
7467 CFLAGS="$CFLAGS -belf"
7468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7469 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7470 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7471 $as_echo_n "(cached) " >&6
7472 else
7473 ac_ext=c
7474 ac_cpp='$CPP $CPPFLAGS'
7475 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7476 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7477 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7478
7479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7480 /* end confdefs.h. */
7481
7482 int
7483 main ()
7484 {
7485
7486 ;
7487 return 0;
7488 }
7489 _ACEOF
7490 if ac_fn_c_try_link "$LINENO"; then :
7491 lt_cv_cc_needs_belf=yes
7492 else
7493 lt_cv_cc_needs_belf=no
7494 fi
7495 rm -f core conftest.err conftest.$ac_objext \
7496 conftest$ac_exeext conftest.$ac_ext
7497 ac_ext=c
7498 ac_cpp='$CPP $CPPFLAGS'
7499 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7500 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7501 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7502
7503 fi
7504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7505 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7506 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7507 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7508 CFLAGS="$SAVE_CFLAGS"
7509 fi
7510 ;;
7511 sparc*-*solaris*)
7512 # Find out which ABI we are using.
7513 echo 'int i;' > conftest.$ac_ext
7514 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7515 (eval $ac_compile) 2>&5
7516 ac_status=$?
7517 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7518 test $ac_status = 0; }; then
7519 case `/usr/bin/file conftest.o` in
7520 *64-bit*)
7521 case $lt_cv_prog_gnu_ld in
7522 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7523 *)
7524 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7525 LD="${LD-ld} -64"
7526 fi
7527 ;;
7528 esac
7529 ;;
7530 esac
7531 fi
7532 rm -rf conftest*
7533 ;;
7534 esac
7535
7536 need_locks="$enable_libtool_lock"
7537
7538
7539 case $host_os in
7540 rhapsody* | darwin*)
7541 if test -n "$ac_tool_prefix"; then
7542 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7543 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7545 $as_echo_n "checking for $ac_word... " >&6; }
7546 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7547 $as_echo_n "(cached) " >&6
7548 else
7549 if test -n "$DSYMUTIL"; then
7550 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7551 else
7552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7553 for as_dir in $PATH
7554 do
7555 IFS=$as_save_IFS
7556 test -z "$as_dir" && as_dir=.
7557 for ac_exec_ext in '' $ac_executable_extensions; do
7558 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7559 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7560 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7561 break 2
7562 fi
7563 done
7564 done
7565 IFS=$as_save_IFS
7566
7567 fi
7568 fi
7569 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7570 if test -n "$DSYMUTIL"; then
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7572 $as_echo "$DSYMUTIL" >&6; }
7573 else
7574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7575 $as_echo "no" >&6; }
7576 fi
7577
7578
7579 fi
7580 if test -z "$ac_cv_prog_DSYMUTIL"; then
7581 ac_ct_DSYMUTIL=$DSYMUTIL
7582 # Extract the first word of "dsymutil", so it can be a program name with args.
7583 set dummy dsymutil; ac_word=$2
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7585 $as_echo_n "checking for $ac_word... " >&6; }
7586 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7587 $as_echo_n "(cached) " >&6
7588 else
7589 if test -n "$ac_ct_DSYMUTIL"; then
7590 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7591 else
7592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7593 for as_dir in $PATH
7594 do
7595 IFS=$as_save_IFS
7596 test -z "$as_dir" && as_dir=.
7597 for ac_exec_ext in '' $ac_executable_extensions; do
7598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7599 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7600 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7601 break 2
7602 fi
7603 done
7604 done
7605 IFS=$as_save_IFS
7606
7607 fi
7608 fi
7609 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7610 if test -n "$ac_ct_DSYMUTIL"; then
7611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7612 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7613 else
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7615 $as_echo "no" >&6; }
7616 fi
7617
7618 if test "x$ac_ct_DSYMUTIL" = x; then
7619 DSYMUTIL=":"
7620 else
7621 case $cross_compiling:$ac_tool_warned in
7622 yes:)
7623 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7624 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7625 ac_tool_warned=yes ;;
7626 esac
7627 DSYMUTIL=$ac_ct_DSYMUTIL
7628 fi
7629 else
7630 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7631 fi
7632
7633 if test -n "$ac_tool_prefix"; then
7634 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7635 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7637 $as_echo_n "checking for $ac_word... " >&6; }
7638 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7639 $as_echo_n "(cached) " >&6
7640 else
7641 if test -n "$NMEDIT"; then
7642 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7643 else
7644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7645 for as_dir in $PATH
7646 do
7647 IFS=$as_save_IFS
7648 test -z "$as_dir" && as_dir=.
7649 for ac_exec_ext in '' $ac_executable_extensions; do
7650 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7651 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7653 break 2
7654 fi
7655 done
7656 done
7657 IFS=$as_save_IFS
7658
7659 fi
7660 fi
7661 NMEDIT=$ac_cv_prog_NMEDIT
7662 if test -n "$NMEDIT"; then
7663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7664 $as_echo "$NMEDIT" >&6; }
7665 else
7666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7667 $as_echo "no" >&6; }
7668 fi
7669
7670
7671 fi
7672 if test -z "$ac_cv_prog_NMEDIT"; then
7673 ac_ct_NMEDIT=$NMEDIT
7674 # Extract the first word of "nmedit", so it can be a program name with args.
7675 set dummy nmedit; ac_word=$2
7676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7677 $as_echo_n "checking for $ac_word... " >&6; }
7678 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7679 $as_echo_n "(cached) " >&6
7680 else
7681 if test -n "$ac_ct_NMEDIT"; then
7682 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7683 else
7684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7685 for as_dir in $PATH
7686 do
7687 IFS=$as_save_IFS
7688 test -z "$as_dir" && as_dir=.
7689 for ac_exec_ext in '' $ac_executable_extensions; do
7690 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7691 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7693 break 2
7694 fi
7695 done
7696 done
7697 IFS=$as_save_IFS
7698
7699 fi
7700 fi
7701 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7702 if test -n "$ac_ct_NMEDIT"; then
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7704 $as_echo "$ac_ct_NMEDIT" >&6; }
7705 else
7706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7707 $as_echo "no" >&6; }
7708 fi
7709
7710 if test "x$ac_ct_NMEDIT" = x; then
7711 NMEDIT=":"
7712 else
7713 case $cross_compiling:$ac_tool_warned in
7714 yes:)
7715 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7716 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7717 ac_tool_warned=yes ;;
7718 esac
7719 NMEDIT=$ac_ct_NMEDIT
7720 fi
7721 else
7722 NMEDIT="$ac_cv_prog_NMEDIT"
7723 fi
7724
7725 if test -n "$ac_tool_prefix"; then
7726 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7727 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7729 $as_echo_n "checking for $ac_word... " >&6; }
7730 if test "${ac_cv_prog_LIPO+set}" = set; then :
7731 $as_echo_n "(cached) " >&6
7732 else
7733 if test -n "$LIPO"; then
7734 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7735 else
7736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7737 for as_dir in $PATH
7738 do
7739 IFS=$as_save_IFS
7740 test -z "$as_dir" && as_dir=.
7741 for ac_exec_ext in '' $ac_executable_extensions; do
7742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7743 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7745 break 2
7746 fi
7747 done
7748 done
7749 IFS=$as_save_IFS
7750
7751 fi
7752 fi
7753 LIPO=$ac_cv_prog_LIPO
7754 if test -n "$LIPO"; then
7755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7756 $as_echo "$LIPO" >&6; }
7757 else
7758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7759 $as_echo "no" >&6; }
7760 fi
7761
7762
7763 fi
7764 if test -z "$ac_cv_prog_LIPO"; then
7765 ac_ct_LIPO=$LIPO
7766 # Extract the first word of "lipo", so it can be a program name with args.
7767 set dummy lipo; ac_word=$2
7768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7769 $as_echo_n "checking for $ac_word... " >&6; }
7770 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7771 $as_echo_n "(cached) " >&6
7772 else
7773 if test -n "$ac_ct_LIPO"; then
7774 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7775 else
7776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7777 for as_dir in $PATH
7778 do
7779 IFS=$as_save_IFS
7780 test -z "$as_dir" && as_dir=.
7781 for ac_exec_ext in '' $ac_executable_extensions; do
7782 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7783 ac_cv_prog_ac_ct_LIPO="lipo"
7784 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7785 break 2
7786 fi
7787 done
7788 done
7789 IFS=$as_save_IFS
7790
7791 fi
7792 fi
7793 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7794 if test -n "$ac_ct_LIPO"; then
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7796 $as_echo "$ac_ct_LIPO" >&6; }
7797 else
7798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7799 $as_echo "no" >&6; }
7800 fi
7801
7802 if test "x$ac_ct_LIPO" = x; then
7803 LIPO=":"
7804 else
7805 case $cross_compiling:$ac_tool_warned in
7806 yes:)
7807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7808 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7809 ac_tool_warned=yes ;;
7810 esac
7811 LIPO=$ac_ct_LIPO
7812 fi
7813 else
7814 LIPO="$ac_cv_prog_LIPO"
7815 fi
7816
7817 if test -n "$ac_tool_prefix"; then
7818 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7819 set dummy ${ac_tool_prefix}otool; ac_word=$2
7820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7821 $as_echo_n "checking for $ac_word... " >&6; }
7822 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7823 $as_echo_n "(cached) " >&6
7824 else
7825 if test -n "$OTOOL"; then
7826 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7827 else
7828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7829 for as_dir in $PATH
7830 do
7831 IFS=$as_save_IFS
7832 test -z "$as_dir" && as_dir=.
7833 for ac_exec_ext in '' $ac_executable_extensions; do
7834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7835 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7837 break 2
7838 fi
7839 done
7840 done
7841 IFS=$as_save_IFS
7842
7843 fi
7844 fi
7845 OTOOL=$ac_cv_prog_OTOOL
7846 if test -n "$OTOOL"; then
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7848 $as_echo "$OTOOL" >&6; }
7849 else
7850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7851 $as_echo "no" >&6; }
7852 fi
7853
7854
7855 fi
7856 if test -z "$ac_cv_prog_OTOOL"; then
7857 ac_ct_OTOOL=$OTOOL
7858 # Extract the first word of "otool", so it can be a program name with args.
7859 set dummy otool; ac_word=$2
7860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7861 $as_echo_n "checking for $ac_word... " >&6; }
7862 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7863 $as_echo_n "(cached) " >&6
7864 else
7865 if test -n "$ac_ct_OTOOL"; then
7866 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7867 else
7868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7869 for as_dir in $PATH
7870 do
7871 IFS=$as_save_IFS
7872 test -z "$as_dir" && as_dir=.
7873 for ac_exec_ext in '' $ac_executable_extensions; do
7874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7875 ac_cv_prog_ac_ct_OTOOL="otool"
7876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7877 break 2
7878 fi
7879 done
7880 done
7881 IFS=$as_save_IFS
7882
7883 fi
7884 fi
7885 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7886 if test -n "$ac_ct_OTOOL"; then
7887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7888 $as_echo "$ac_ct_OTOOL" >&6; }
7889 else
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7891 $as_echo "no" >&6; }
7892 fi
7893
7894 if test "x$ac_ct_OTOOL" = x; then
7895 OTOOL=":"
7896 else
7897 case $cross_compiling:$ac_tool_warned in
7898 yes:)
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7900 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7901 ac_tool_warned=yes ;;
7902 esac
7903 OTOOL=$ac_ct_OTOOL
7904 fi
7905 else
7906 OTOOL="$ac_cv_prog_OTOOL"
7907 fi
7908
7909 if test -n "$ac_tool_prefix"; then
7910 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7911 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7913 $as_echo_n "checking for $ac_word... " >&6; }
7914 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7915 $as_echo_n "(cached) " >&6
7916 else
7917 if test -n "$OTOOL64"; then
7918 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7919 else
7920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7921 for as_dir in $PATH
7922 do
7923 IFS=$as_save_IFS
7924 test -z "$as_dir" && as_dir=.
7925 for ac_exec_ext in '' $ac_executable_extensions; do
7926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7927 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7929 break 2
7930 fi
7931 done
7932 done
7933 IFS=$as_save_IFS
7934
7935 fi
7936 fi
7937 OTOOL64=$ac_cv_prog_OTOOL64
7938 if test -n "$OTOOL64"; then
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7940 $as_echo "$OTOOL64" >&6; }
7941 else
7942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7943 $as_echo "no" >&6; }
7944 fi
7945
7946
7947 fi
7948 if test -z "$ac_cv_prog_OTOOL64"; then
7949 ac_ct_OTOOL64=$OTOOL64
7950 # Extract the first word of "otool64", so it can be a program name with args.
7951 set dummy otool64; ac_word=$2
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7953 $as_echo_n "checking for $ac_word... " >&6; }
7954 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7955 $as_echo_n "(cached) " >&6
7956 else
7957 if test -n "$ac_ct_OTOOL64"; then
7958 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7959 else
7960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7961 for as_dir in $PATH
7962 do
7963 IFS=$as_save_IFS
7964 test -z "$as_dir" && as_dir=.
7965 for ac_exec_ext in '' $ac_executable_extensions; do
7966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7967 ac_cv_prog_ac_ct_OTOOL64="otool64"
7968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7969 break 2
7970 fi
7971 done
7972 done
7973 IFS=$as_save_IFS
7974
7975 fi
7976 fi
7977 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7978 if test -n "$ac_ct_OTOOL64"; then
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7980 $as_echo "$ac_ct_OTOOL64" >&6; }
7981 else
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7983 $as_echo "no" >&6; }
7984 fi
7985
7986 if test "x$ac_ct_OTOOL64" = x; then
7987 OTOOL64=":"
7988 else
7989 case $cross_compiling:$ac_tool_warned in
7990 yes:)
7991 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7992 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7993 ac_tool_warned=yes ;;
7994 esac
7995 OTOOL64=$ac_ct_OTOOL64
7996 fi
7997 else
7998 OTOOL64="$ac_cv_prog_OTOOL64"
7999 fi
8000
8001
8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8028 $as_echo_n "checking for -single_module linker flag... " >&6; }
8029 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8030 $as_echo_n "(cached) " >&6
8031 else
8032 lt_cv_apple_cc_single_mod=no
8033 if test -z "${LT_MULTI_MODULE}"; then
8034 # By default we will add the -single_module flag. You can override
8035 # by either setting the environment variable LT_MULTI_MODULE
8036 # non-empty at configure time, or by adding -multi_module to the
8037 # link flags.
8038 rm -rf libconftest.dylib*
8039 echo "int foo(void){return 1;}" > conftest.c
8040 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8041 -dynamiclib -Wl,-single_module conftest.c" >&5
8042 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8043 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8044 _lt_result=$?
8045 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8046 lt_cv_apple_cc_single_mod=yes
8047 else
8048 cat conftest.err >&5
8049 fi
8050 rm -rf libconftest.dylib*
8051 rm -f conftest.*
8052 fi
8053 fi
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8055 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8057 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8058 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8059 $as_echo_n "(cached) " >&6
8060 else
8061 lt_cv_ld_exported_symbols_list=no
8062 save_LDFLAGS=$LDFLAGS
8063 echo "_main" > conftest.sym
8064 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8066 /* end confdefs.h. */
8067
8068 int
8069 main ()
8070 {
8071
8072 ;
8073 return 0;
8074 }
8075 _ACEOF
8076 if ac_fn_c_try_link "$LINENO"; then :
8077 lt_cv_ld_exported_symbols_list=yes
8078 else
8079 lt_cv_ld_exported_symbols_list=no
8080 fi
8081 rm -f core conftest.err conftest.$ac_objext \
8082 conftest$ac_exeext conftest.$ac_ext
8083 LDFLAGS="$save_LDFLAGS"
8084
8085 fi
8086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8087 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8089 $as_echo_n "checking for -force_load linker flag... " >&6; }
8090 if test "${lt_cv_ld_force_load+set}" = set; then :
8091 $as_echo_n "(cached) " >&6
8092 else
8093 lt_cv_ld_force_load=no
8094 cat > conftest.c << _LT_EOF
8095 int forced_loaded() { return 2;}
8096 _LT_EOF
8097 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8098 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8099 echo "$AR cru libconftest.a conftest.o" >&5
8100 $AR cru libconftest.a conftest.o 2>&5
8101 cat > conftest.c << _LT_EOF
8102 int main() { return 0;}
8103 _LT_EOF
8104 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8105 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8106 _lt_result=$?
8107 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8108 lt_cv_ld_force_load=yes
8109 else
8110 cat conftest.err >&5
8111 fi
8112 rm -f conftest.err libconftest.a conftest conftest.c
8113 rm -rf conftest.dSYM
8114
8115 fi
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8117 $as_echo "$lt_cv_ld_force_load" >&6; }
8118 case $host_os in
8119 rhapsody* | darwin1.[012])
8120 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8121 darwin1.*)
8122 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8123 darwin*) # darwin 5.x on
8124 # if running on 10.5 or later, the deployment target defaults
8125 # to the OS version, if on x86, and 10.4, the deployment
8126 # target defaults to 10.4. Don't you love it?
8127 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8128 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8129 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8130 10.[012]*)
8131 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8132 10.*)
8133 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8134 esac
8135 ;;
8136 esac
8137 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8138 _lt_dar_single_mod='$single_module'
8139 fi
8140 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8141 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8142 else
8143 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8144 fi
8145 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8146 _lt_dsymutil='~$DSYMUTIL $lib || :'
8147 else
8148 _lt_dsymutil=
8149 fi
8150 ;;
8151 esac
8152
8153 for ac_header in dlfcn.h
8154 do :
8155 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8156 "
8157 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8158 cat >>confdefs.h <<_ACEOF
8159 #define HAVE_DLFCN_H 1
8160 _ACEOF
8161
8162 fi
8163
8164 done
8165
8166
8167
8168 # autoconf.info says this should be called right after AC_INIT.
8169 ac_config_headers="$ac_config_headers config.h:config.in"
8170
8171
8172
8173
8174
8175
8176 # Put a plausible default for CC_FOR_BUILD in Makefile.
8177 if test "x$cross_compiling" = "xno"; then
8178 CC_FOR_BUILD='$(CC)'
8179 else
8180 CC_FOR_BUILD=gcc
8181 fi
8182
8183
8184
8185
8186 AR=${AR-ar}
8187
8188 if test -n "$ac_tool_prefix"; then
8189 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8190 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8192 $as_echo_n "checking for $ac_word... " >&6; }
8193 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8194 $as_echo_n "(cached) " >&6
8195 else
8196 if test -n "$RANLIB"; then
8197 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8198 else
8199 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8200 for as_dir in $PATH
8201 do
8202 IFS=$as_save_IFS
8203 test -z "$as_dir" && as_dir=.
8204 for ac_exec_ext in '' $ac_executable_extensions; do
8205 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8206 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8208 break 2
8209 fi
8210 done
8211 done
8212 IFS=$as_save_IFS
8213
8214 fi
8215 fi
8216 RANLIB=$ac_cv_prog_RANLIB
8217 if test -n "$RANLIB"; then
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8219 $as_echo "$RANLIB" >&6; }
8220 else
8221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8222 $as_echo "no" >&6; }
8223 fi
8224
8225
8226 fi
8227 if test -z "$ac_cv_prog_RANLIB"; then
8228 ac_ct_RANLIB=$RANLIB
8229 # Extract the first word of "ranlib", so it can be a program name with args.
8230 set dummy ranlib; ac_word=$2
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8232 $as_echo_n "checking for $ac_word... " >&6; }
8233 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8234 $as_echo_n "(cached) " >&6
8235 else
8236 if test -n "$ac_ct_RANLIB"; then
8237 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8238 else
8239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8240 for as_dir in $PATH
8241 do
8242 IFS=$as_save_IFS
8243 test -z "$as_dir" && as_dir=.
8244 for ac_exec_ext in '' $ac_executable_extensions; do
8245 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8246 ac_cv_prog_ac_ct_RANLIB="ranlib"
8247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8248 break 2
8249 fi
8250 done
8251 done
8252 IFS=$as_save_IFS
8253
8254 fi
8255 fi
8256 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8257 if test -n "$ac_ct_RANLIB"; then
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8259 $as_echo "$ac_ct_RANLIB" >&6; }
8260 else
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8262 $as_echo "no" >&6; }
8263 fi
8264
8265 if test "x$ac_ct_RANLIB" = x; then
8266 RANLIB=":"
8267 else
8268 case $cross_compiling:$ac_tool_warned in
8269 yes:)
8270 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8271 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8272 ac_tool_warned=yes ;;
8273 esac
8274 RANLIB=$ac_ct_RANLIB
8275 fi
8276 else
8277 RANLIB="$ac_cv_prog_RANLIB"
8278 fi
8279
8280
8281 # Some of the common include files depend on bfd.h, and bfd.h checks
8282 # that config.h is included first by testing that the PACKAGE macro
8283 # is defined.
8284 PACKAGE=sim
8285
8286 cat >>confdefs.h <<_ACEOF
8287 #define PACKAGE "$PACKAGE"
8288 _ACEOF
8289
8290
8291
8292 # Dependency checking.
8293 ac_config_commands="$ac_config_commands depdir"
8294
8295
8296 depcc="$CC" am_compiler_list=
8297
8298 am_depcomp=$ac_aux_dir/depcomp
8299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8300 $as_echo_n "checking dependency style of $depcc... " >&6; }
8301 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8302 $as_echo_n "(cached) " >&6
8303 else
8304 if test -f "$am_depcomp"; then
8305 # We make a subdir and do the tests there. Otherwise we can end up
8306 # making bogus files that we don't know about and never remove. For
8307 # instance it was reported that on HP-UX the gcc test will end up
8308 # making a dummy file named `D' -- because `-MD' means `put the output
8309 # in D'.
8310 mkdir conftest.dir
8311 # Copy depcomp to subdir because otherwise we won't find it if we're
8312 # using a relative directory.
8313 cp "$am_depcomp" conftest.dir
8314 cd conftest.dir
8315 # We will build objects and dependencies in a subdirectory because
8316 # it helps to detect inapplicable dependency modes. For instance
8317 # both Tru64's cc and ICC support -MD to output dependencies as a
8318 # side effect of compilation, but ICC will put the dependencies in
8319 # the current directory while Tru64 will put them in the object
8320 # directory.
8321 mkdir sub
8322
8323 am_cv_CC_dependencies_compiler_type=none
8324 if test "$am_compiler_list" = ""; then
8325 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8326 fi
8327 for depmode in $am_compiler_list; do
8328 if test $depmode = none; then break; fi
8329
8330 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8331 # Setup a source with many dependencies, because some compilers
8332 # like to wrap large dependency lists on column 80 (with \), and
8333 # we should not choose a depcomp mode which is confused by this.
8334 #
8335 # We need to recreate these files for each test, as the compiler may
8336 # overwrite some of them when testing with obscure command lines.
8337 # This happens at least with the AIX C compiler.
8338 : > sub/conftest.c
8339 for i in 1 2 3 4 5 6; do
8340 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8341 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8342 # Solaris 8's {/usr,}/bin/sh.
8343 touch sub/conftst$i.h
8344 done
8345 echo "include sub/conftest.Po" > confmf
8346
8347 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8348 # mode. It turns out that the SunPro C++ compiler does not properly
8349 # handle `-M -o', and we need to detect this.
8350 depcmd="depmode=$depmode \
8351 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8352 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8353 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8354 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8355 if env $depcmd > conftest.err 2>&1 &&
8356 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8357 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8358 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8359 # icc doesn't choke on unknown options, it will just issue warnings
8360 # or remarks (even with -Werror). So we grep stderr for any message
8361 # that says an option was ignored or not supported.
8362 # When given -MP, icc 7.0 and 7.1 complain thusly:
8363 # icc: Command line warning: ignoring option '-M'; no argument required
8364 # The diagnosis changed in icc 8.0:
8365 # icc: Command line remark: option '-MP' not supported
8366 if (grep 'ignoring option' conftest.err ||
8367 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8368 am_cv_CC_dependencies_compiler_type=$depmode
8369 $as_echo "$as_me:$LINENO: success" >&5
8370 break
8371 fi
8372 fi
8373 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8374 sed -e 's/^/| /' < conftest.err >&5
8375 done
8376
8377 cd ..
8378 rm -rf conftest.dir
8379 else
8380 am_cv_CC_dependencies_compiler_type=none
8381 fi
8382
8383 fi
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8385 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8386 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8387 then as_fn_error "no usable dependency style found" "$LINENO" 5
8388 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8389
8390 fi
8391
8392
8393 # Check for the 'make' the user wants to use.
8394 for ac_prog in make
8395 do
8396 # Extract the first word of "$ac_prog", so it can be a program name with args.
8397 set dummy $ac_prog; ac_word=$2
8398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8399 $as_echo_n "checking for $ac_word... " >&6; }
8400 if test "${ac_cv_prog_MAKE+set}" = set; then :
8401 $as_echo_n "(cached) " >&6
8402 else
8403 if test -n "$MAKE"; then
8404 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8405 else
8406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8407 for as_dir in $PATH
8408 do
8409 IFS=$as_save_IFS
8410 test -z "$as_dir" && as_dir=.
8411 for ac_exec_ext in '' $ac_executable_extensions; do
8412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8413 ac_cv_prog_MAKE="$ac_prog"
8414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8415 break 2
8416 fi
8417 done
8418 done
8419 IFS=$as_save_IFS
8420
8421 fi
8422 fi
8423 MAKE=$ac_cv_prog_MAKE
8424 if test -n "$MAKE"; then
8425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8426 $as_echo "$MAKE" >&6; }
8427 else
8428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8429 $as_echo "no" >&6; }
8430 fi
8431
8432
8433 test -n "$MAKE" && break
8434 done
8435
8436 MAKE_IS_GNU=
8437 case "`$MAKE --version 2>&1 | sed 1q`" in
8438 *GNU*)
8439 MAKE_IS_GNU=yes
8440 ;;
8441 esac
8442 if test "$MAKE_IS_GNU" = yes; then
8443 GMAKE_TRUE=
8444 GMAKE_FALSE='#'
8445 else
8446 GMAKE_TRUE='#'
8447 GMAKE_FALSE=
8448 fi
8449
8450
8451 ALL_LINGUAS=
8452 # If we haven't got the data from the intl directory,
8453 # assume NLS is disabled.
8454 USE_NLS=no
8455 LIBINTL=
8456 LIBINTL_DEP=
8457 INCINTL=
8458 XGETTEXT=
8459 GMSGFMT=
8460 POSUB=
8461
8462 if test -f ../../intl/config.intl; then
8463 . ../../intl/config.intl
8464 fi
8465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8466 $as_echo_n "checking whether NLS is requested... " >&6; }
8467 if test x"$USE_NLS" != xyes; then
8468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8469 $as_echo "no" >&6; }
8470 else
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8472 $as_echo "yes" >&6; }
8473
8474 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8475
8476
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8478 $as_echo_n "checking for catalogs to be installed... " >&6; }
8479 # Look for .po and .gmo files in the source directory.
8480 CATALOGS=
8481 XLINGUAS=
8482 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8483 # If there aren't any .gmo files the shell will give us the
8484 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8485 # weeded out.
8486 case "$cat" in *\**)
8487 continue;;
8488 esac
8489 # The quadruple backslash is collapsed to a double backslash
8490 # by the backticks, then collapsed again by the double quotes,
8491 # leaving us with one backslash in the sed expression (right
8492 # before the dot that mustn't act as a wildcard).
8493 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8494 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8495 # The user is allowed to set LINGUAS to a list of languages to
8496 # install catalogs for. If it's empty that means "all of them."
8497 if test "x$LINGUAS" = x; then
8498 CATALOGS="$CATALOGS $cat"
8499 XLINGUAS="$XLINGUAS $lang"
8500 else
8501 case "$LINGUAS" in *$lang*)
8502 CATALOGS="$CATALOGS $cat"
8503 XLINGUAS="$XLINGUAS $lang"
8504 ;;
8505 esac
8506 fi
8507 done
8508 LINGUAS="$XLINGUAS"
8509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8510 $as_echo "$LINGUAS" >&6; }
8511
8512
8513 DATADIRNAME=share
8514
8515 INSTOBJEXT=.mo
8516
8517 GENCAT=gencat
8518
8519 CATOBJEXT=.gmo
8520
8521 fi
8522
8523 # Check for common headers.
8524 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8525 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8526 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8527 do :
8528 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8529 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8530 eval as_val=\$$as_ac_Header
8531 if test "x$as_val" = x""yes; then :
8532 cat >>confdefs.h <<_ACEOF
8533 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8534 _ACEOF
8535
8536 fi
8537
8538 done
8539
8540 for ac_header in sys/time.h sys/resource.h
8541 do :
8542 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8543 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8544 eval as_val=\$$as_ac_Header
8545 if test "x$as_val" = x""yes; then :
8546 cat >>confdefs.h <<_ACEOF
8547 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8548 _ACEOF
8549
8550 fi
8551
8552 done
8553
8554 for ac_header in fcntl.h fpu_control.h
8555 do :
8556 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8557 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8558 eval as_val=\$$as_ac_Header
8559 if test "x$as_val" = x""yes; then :
8560 cat >>confdefs.h <<_ACEOF
8561 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8562 _ACEOF
8563
8564 fi
8565
8566 done
8567
8568 for ac_header in dlfcn.h errno.h sys/stat.h
8569 do :
8570 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8571 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8572 eval as_val=\$$as_ac_Header
8573 if test "x$as_val" = x""yes; then :
8574 cat >>confdefs.h <<_ACEOF
8575 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8576 _ACEOF
8577
8578 fi
8579
8580 done
8581
8582 for ac_func in getrusage time sigaction __setfpucw
8583 do :
8584 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8585 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8586 eval as_val=\$$as_ac_var
8587 if test "x$as_val" = x""yes; then :
8588 cat >>confdefs.h <<_ACEOF
8589 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8590 _ACEOF
8591
8592 fi
8593 done
8594
8595
8596 # Check for socket libraries
8597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8598 $as_echo_n "checking for bind in -lsocket... " >&6; }
8599 if test "${ac_cv_lib_socket_bind+set}" = set; then :
8600 $as_echo_n "(cached) " >&6
8601 else
8602 ac_check_lib_save_LIBS=$LIBS
8603 LIBS="-lsocket $LIBS"
8604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8605 /* end confdefs.h. */
8606
8607 /* Override any GCC internal prototype to avoid an error.
8608 Use char because int might match the return type of a GCC
8609 builtin and then its argument prototype would still apply. */
8610 #ifdef __cplusplus
8611 extern "C"
8612 #endif
8613 char bind ();
8614 int
8615 main ()
8616 {
8617 return bind ();
8618 ;
8619 return 0;
8620 }
8621 _ACEOF
8622 if ac_fn_c_try_link "$LINENO"; then :
8623 ac_cv_lib_socket_bind=yes
8624 else
8625 ac_cv_lib_socket_bind=no
8626 fi
8627 rm -f core conftest.err conftest.$ac_objext \
8628 conftest$ac_exeext conftest.$ac_ext
8629 LIBS=$ac_check_lib_save_LIBS
8630 fi
8631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8632 $as_echo "$ac_cv_lib_socket_bind" >&6; }
8633 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8634 cat >>confdefs.h <<_ACEOF
8635 #define HAVE_LIBSOCKET 1
8636 _ACEOF
8637
8638 LIBS="-lsocket $LIBS"
8639
8640 fi
8641
8642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8643 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8644 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8645 $as_echo_n "(cached) " >&6
8646 else
8647 ac_check_lib_save_LIBS=$LIBS
8648 LIBS="-lnsl $LIBS"
8649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8650 /* end confdefs.h. */
8651
8652 /* Override any GCC internal prototype to avoid an error.
8653 Use char because int might match the return type of a GCC
8654 builtin and then its argument prototype would still apply. */
8655 #ifdef __cplusplus
8656 extern "C"
8657 #endif
8658 char gethostbyname ();
8659 int
8660 main ()
8661 {
8662 return gethostbyname ();
8663 ;
8664 return 0;
8665 }
8666 _ACEOF
8667 if ac_fn_c_try_link "$LINENO"; then :
8668 ac_cv_lib_nsl_gethostbyname=yes
8669 else
8670 ac_cv_lib_nsl_gethostbyname=no
8671 fi
8672 rm -f core conftest.err conftest.$ac_objext \
8673 conftest$ac_exeext conftest.$ac_ext
8674 LIBS=$ac_check_lib_save_LIBS
8675 fi
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8677 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8678 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8679 cat >>confdefs.h <<_ACEOF
8680 #define HAVE_LIBNSL 1
8681 _ACEOF
8682
8683 LIBS="-lnsl $LIBS"
8684
8685 fi
8686
8687
8688 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
8689 # using the same condition.
8690
8691 # See if the user specified whether he wants zlib support or not.
8692
8693 # Check whether --with-zlib was given.
8694 if test "${with_zlib+set}" = set; then :
8695 withval=$with_zlib;
8696 else
8697 with_zlib=auto
8698 fi
8699
8700
8701 if test "$with_zlib" != "no"; then
8702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
8703 $as_echo_n "checking for library containing zlibVersion... " >&6; }
8704 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8705 $as_echo_n "(cached) " >&6
8706 else
8707 ac_func_search_save_LIBS=$LIBS
8708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8709 /* end confdefs.h. */
8710
8711 /* Override any GCC internal prototype to avoid an error.
8712 Use char because int might match the return type of a GCC
8713 builtin and then its argument prototype would still apply. */
8714 #ifdef __cplusplus
8715 extern "C"
8716 #endif
8717 char zlibVersion ();
8718 int
8719 main ()
8720 {
8721 return zlibVersion ();
8722 ;
8723 return 0;
8724 }
8725 _ACEOF
8726 for ac_lib in '' z; do
8727 if test -z "$ac_lib"; then
8728 ac_res="none required"
8729 else
8730 ac_res=-l$ac_lib
8731 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8732 fi
8733 if ac_fn_c_try_link "$LINENO"; then :
8734 ac_cv_search_zlibVersion=$ac_res
8735 fi
8736 rm -f core conftest.err conftest.$ac_objext \
8737 conftest$ac_exeext
8738 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8739 break
8740 fi
8741 done
8742 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8743
8744 else
8745 ac_cv_search_zlibVersion=no
8746 fi
8747 rm conftest.$ac_ext
8748 LIBS=$ac_func_search_save_LIBS
8749 fi
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
8751 $as_echo "$ac_cv_search_zlibVersion" >&6; }
8752 ac_res=$ac_cv_search_zlibVersion
8753 if test "$ac_res" != no; then :
8754 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8755 for ac_header in zlib.h
8756 do :
8757 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
8758 if test "x$ac_cv_header_zlib_h" = x""yes; then :
8759 cat >>confdefs.h <<_ACEOF
8760 #define HAVE_ZLIB_H 1
8761 _ACEOF
8762
8763 fi
8764
8765 done
8766
8767 fi
8768
8769 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
8770 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
8771 fi
8772 fi
8773
8774
8775 # BFD uses libdl when when plugins enabled.
8776
8777 # Check whether --enable-plugins was given.
8778 if test "${enable_plugins+set}" = set; then :
8779 enableval=$enable_plugins; case "${enableval}" in
8780 yes | "") plugins=yes ;;
8781 no) plugins=no ;;
8782 *) plugins=yes ;;
8783 esac
8784 else
8785 plugins=no
8786 fi
8787
8788
8789 if test "$plugins" = yes; then
8790 PLUGINS_TRUE=
8791 PLUGINS_FALSE='#'
8792 else
8793 PLUGINS_TRUE='#'
8794 PLUGINS_FALSE=
8795 fi
8796
8797
8798
8799
8800
8801 # Set options
8802 enable_dlopen=yes
8803
8804
8805
8806
8807 enable_win32_dll=no
8808
8809
8810 # Check whether --enable-shared was given.
8811 if test "${enable_shared+set}" = set; then :
8812 enableval=$enable_shared; p=${PACKAGE-default}
8813 case $enableval in
8814 yes) enable_shared=yes ;;
8815 no) enable_shared=no ;;
8816 *)
8817 enable_shared=no
8818 # Look at the argument we got. We use all the common list separators.
8819 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8820 for pkg in $enableval; do
8821 IFS="$lt_save_ifs"
8822 if test "X$pkg" = "X$p"; then
8823 enable_shared=yes
8824 fi
8825 done
8826 IFS="$lt_save_ifs"
8827 ;;
8828 esac
8829 else
8830 enable_shared=yes
8831 fi
8832
8833
8834
8835
8836
8837
8838
8839
8840
8841 # Check whether --enable-static was given.
8842 if test "${enable_static+set}" = set; then :
8843 enableval=$enable_static; p=${PACKAGE-default}
8844 case $enableval in
8845 yes) enable_static=yes ;;
8846 no) enable_static=no ;;
8847 *)
8848 enable_static=no
8849 # Look at the argument we got. We use all the common list separators.
8850 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8851 for pkg in $enableval; do
8852 IFS="$lt_save_ifs"
8853 if test "X$pkg" = "X$p"; then
8854 enable_static=yes
8855 fi
8856 done
8857 IFS="$lt_save_ifs"
8858 ;;
8859 esac
8860 else
8861 enable_static=yes
8862 fi
8863
8864
8865
8866
8867
8868
8869
8870
8871
8872
8873 # Check whether --with-pic was given.
8874 if test "${with_pic+set}" = set; then :
8875 withval=$with_pic; pic_mode="$withval"
8876 else
8877 pic_mode=default
8878 fi
8879
8880
8881 test -z "$pic_mode" && pic_mode=default
8882
8883
8884
8885
8886
8887
8888
8889 # Check whether --enable-fast-install was given.
8890 if test "${enable_fast_install+set}" = set; then :
8891 enableval=$enable_fast_install; p=${PACKAGE-default}
8892 case $enableval in
8893 yes) enable_fast_install=yes ;;
8894 no) enable_fast_install=no ;;
8895 *)
8896 enable_fast_install=no
8897 # Look at the argument we got. We use all the common list separators.
8898 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8899 for pkg in $enableval; do
8900 IFS="$lt_save_ifs"
8901 if test "X$pkg" = "X$p"; then
8902 enable_fast_install=yes
8903 fi
8904 done
8905 IFS="$lt_save_ifs"
8906 ;;
8907 esac
8908 else
8909 enable_fast_install=yes
8910 fi
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922 # This can be used to rebuild libtool when needed
8923 LIBTOOL_DEPS="$ltmain"
8924
8925 # Always use our own libtool.
8926 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8927
8928
8929
8930
8931
8932
8933
8934
8935
8936
8937
8938
8939
8940
8941
8942
8943
8944
8945
8946
8947
8948
8949
8950
8951
8952
8953 test -z "$LN_S" && LN_S="ln -s"
8954
8955
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968 if test -n "${ZSH_VERSION+set}" ; then
8969 setopt NO_GLOB_SUBST
8970 fi
8971
8972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8973 $as_echo_n "checking for objdir... " >&6; }
8974 if test "${lt_cv_objdir+set}" = set; then :
8975 $as_echo_n "(cached) " >&6
8976 else
8977 rm -f .libs 2>/dev/null
8978 mkdir .libs 2>/dev/null
8979 if test -d .libs; then
8980 lt_cv_objdir=.libs
8981 else
8982 # MS-DOS does not allow filenames that begin with a dot.
8983 lt_cv_objdir=_libs
8984 fi
8985 rmdir .libs 2>/dev/null
8986 fi
8987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8988 $as_echo "$lt_cv_objdir" >&6; }
8989 objdir=$lt_cv_objdir
8990
8991
8992
8993
8994
8995 cat >>confdefs.h <<_ACEOF
8996 #define LT_OBJDIR "$lt_cv_objdir/"
8997 _ACEOF
8998
8999
9000
9001
9002 case $host_os in
9003 aix3*)
9004 # AIX sometimes has problems with the GCC collect2 program. For some
9005 # reason, if we set the COLLECT_NAMES environment variable, the problems
9006 # vanish in a puff of smoke.
9007 if test "X${COLLECT_NAMES+set}" != Xset; then
9008 COLLECT_NAMES=
9009 export COLLECT_NAMES
9010 fi
9011 ;;
9012 esac
9013
9014 # Global variables:
9015 ofile=libtool
9016 can_build_shared=yes
9017
9018 # All known linkers require a `.a' archive for static linking (except MSVC,
9019 # which needs '.lib').
9020 libext=a
9021
9022 with_gnu_ld="$lt_cv_prog_gnu_ld"
9023
9024 old_CC="$CC"
9025 old_CFLAGS="$CFLAGS"
9026
9027 # Set sane defaults for various variables
9028 test -z "$CC" && CC=cc
9029 test -z "$LTCC" && LTCC=$CC
9030 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9031 test -z "$LD" && LD=ld
9032 test -z "$ac_objext" && ac_objext=o
9033
9034 for cc_temp in $compiler""; do
9035 case $cc_temp in
9036 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9037 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9038 \-*) ;;
9039 *) break;;
9040 esac
9041 done
9042 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9043
9044
9045 # Only perform the check for file, if the check method requires it
9046 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9047 case $deplibs_check_method in
9048 file_magic*)
9049 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9051 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9052 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9053 $as_echo_n "(cached) " >&6
9054 else
9055 case $MAGIC_CMD in
9056 [\\/*] | ?:[\\/]*)
9057 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9058 ;;
9059 *)
9060 lt_save_MAGIC_CMD="$MAGIC_CMD"
9061 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9062 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9063 for ac_dir in $ac_dummy; do
9064 IFS="$lt_save_ifs"
9065 test -z "$ac_dir" && ac_dir=.
9066 if test -f $ac_dir/${ac_tool_prefix}file; then
9067 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9068 if test -n "$file_magic_test_file"; then
9069 case $deplibs_check_method in
9070 "file_magic "*)
9071 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9072 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9073 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9074 $EGREP "$file_magic_regex" > /dev/null; then
9075 :
9076 else
9077 cat <<_LT_EOF 1>&2
9078
9079 *** Warning: the command libtool uses to detect shared libraries,
9080 *** $file_magic_cmd, produces output that libtool cannot recognize.
9081 *** The result is that libtool may fail to recognize shared libraries
9082 *** as such. This will affect the creation of libtool libraries that
9083 *** depend on shared libraries, but programs linked with such libtool
9084 *** libraries will work regardless of this problem. Nevertheless, you
9085 *** may want to report the problem to your system manager and/or to
9086 *** bug-libtool@gnu.org
9087
9088 _LT_EOF
9089 fi ;;
9090 esac
9091 fi
9092 break
9093 fi
9094 done
9095 IFS="$lt_save_ifs"
9096 MAGIC_CMD="$lt_save_MAGIC_CMD"
9097 ;;
9098 esac
9099 fi
9100
9101 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9102 if test -n "$MAGIC_CMD"; then
9103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9104 $as_echo "$MAGIC_CMD" >&6; }
9105 else
9106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9107 $as_echo "no" >&6; }
9108 fi
9109
9110
9111
9112
9113
9114 if test -z "$lt_cv_path_MAGIC_CMD"; then
9115 if test -n "$ac_tool_prefix"; then
9116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9117 $as_echo_n "checking for file... " >&6; }
9118 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9119 $as_echo_n "(cached) " >&6
9120 else
9121 case $MAGIC_CMD in
9122 [\\/*] | ?:[\\/]*)
9123 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9124 ;;
9125 *)
9126 lt_save_MAGIC_CMD="$MAGIC_CMD"
9127 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9128 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9129 for ac_dir in $ac_dummy; do
9130 IFS="$lt_save_ifs"
9131 test -z "$ac_dir" && ac_dir=.
9132 if test -f $ac_dir/file; then
9133 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9134 if test -n "$file_magic_test_file"; then
9135 case $deplibs_check_method in
9136 "file_magic "*)
9137 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9138 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9139 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9140 $EGREP "$file_magic_regex" > /dev/null; then
9141 :
9142 else
9143 cat <<_LT_EOF 1>&2
9144
9145 *** Warning: the command libtool uses to detect shared libraries,
9146 *** $file_magic_cmd, produces output that libtool cannot recognize.
9147 *** The result is that libtool may fail to recognize shared libraries
9148 *** as such. This will affect the creation of libtool libraries that
9149 *** depend on shared libraries, but programs linked with such libtool
9150 *** libraries will work regardless of this problem. Nevertheless, you
9151 *** may want to report the problem to your system manager and/or to
9152 *** bug-libtool@gnu.org
9153
9154 _LT_EOF
9155 fi ;;
9156 esac
9157 fi
9158 break
9159 fi
9160 done
9161 IFS="$lt_save_ifs"
9162 MAGIC_CMD="$lt_save_MAGIC_CMD"
9163 ;;
9164 esac
9165 fi
9166
9167 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9168 if test -n "$MAGIC_CMD"; then
9169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9170 $as_echo "$MAGIC_CMD" >&6; }
9171 else
9172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9173 $as_echo "no" >&6; }
9174 fi
9175
9176
9177 else
9178 MAGIC_CMD=:
9179 fi
9180 fi
9181
9182 fi
9183 ;;
9184 esac
9185
9186 # Use C for the default configuration in the libtool script
9187
9188 lt_save_CC="$CC"
9189 ac_ext=c
9190 ac_cpp='$CPP $CPPFLAGS'
9191 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9192 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9193 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9194
9195
9196 # Source file extension for C test sources.
9197 ac_ext=c
9198
9199 # Object file extension for compiled C test sources.
9200 objext=o
9201 objext=$objext
9202
9203 # Code to be used in simple compile tests
9204 lt_simple_compile_test_code="int some_variable = 0;"
9205
9206 # Code to be used in simple link tests
9207 lt_simple_link_test_code='int main(){return(0);}'
9208
9209
9210
9211
9212
9213
9214
9215 # If no C compiler was specified, use CC.
9216 LTCC=${LTCC-"$CC"}
9217
9218 # If no C compiler flags were specified, use CFLAGS.
9219 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9220
9221 # Allow CC to be a program name with arguments.
9222 compiler=$CC
9223
9224 # Save the default compiler, since it gets overwritten when the other
9225 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9226 compiler_DEFAULT=$CC
9227
9228 # save warnings/boilerplate of simple test code
9229 ac_outfile=conftest.$ac_objext
9230 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9231 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9232 _lt_compiler_boilerplate=`cat conftest.err`
9233 $RM conftest*
9234
9235 ac_outfile=conftest.$ac_objext
9236 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9237 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9238 _lt_linker_boilerplate=`cat conftest.err`
9239 $RM -r conftest*
9240
9241
9242 ## CAVEAT EMPTOR:
9243 ## There is no encapsulation within the following macros, do not change
9244 ## the running order or otherwise move them around unless you know exactly
9245 ## what you are doing...
9246 if test -n "$compiler"; then
9247
9248 lt_prog_compiler_no_builtin_flag=
9249
9250 if test "$GCC" = yes; then
9251 case $cc_basename in
9252 nvcc*)
9253 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9254 *)
9255 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9256 esac
9257
9258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9259 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9260 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9261 $as_echo_n "(cached) " >&6
9262 else
9263 lt_cv_prog_compiler_rtti_exceptions=no
9264 ac_outfile=conftest.$ac_objext
9265 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9266 lt_compiler_flag="-fno-rtti -fno-exceptions"
9267 # Insert the option either (1) after the last *FLAGS variable, or
9268 # (2) before a word containing "conftest.", or (3) at the end.
9269 # Note that $ac_compile itself does not contain backslashes and begins
9270 # with a dollar sign (not a hyphen), so the echo should work correctly.
9271 # The option is referenced via a variable to avoid confusing sed.
9272 lt_compile=`echo "$ac_compile" | $SED \
9273 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9274 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9275 -e 's:$: $lt_compiler_flag:'`
9276 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9277 (eval "$lt_compile" 2>conftest.err)
9278 ac_status=$?
9279 cat conftest.err >&5
9280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9281 if (exit $ac_status) && test -s "$ac_outfile"; then
9282 # The compiler can only warn and ignore the option if not recognized
9283 # So say no if there are warnings other than the usual output.
9284 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9285 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9286 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9287 lt_cv_prog_compiler_rtti_exceptions=yes
9288 fi
9289 fi
9290 $RM conftest*
9291
9292 fi
9293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9294 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9295
9296 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9297 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9298 else
9299 :
9300 fi
9301
9302 fi
9303
9304
9305
9306
9307
9308
9309 lt_prog_compiler_wl=
9310 lt_prog_compiler_pic=
9311 lt_prog_compiler_static=
9312
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9314 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9315
9316 if test "$GCC" = yes; then
9317 lt_prog_compiler_wl='-Wl,'
9318 lt_prog_compiler_static='-static'
9319
9320 case $host_os in
9321 aix*)
9322 # All AIX code is PIC.
9323 if test "$host_cpu" = ia64; then
9324 # AIX 5 now supports IA64 processor
9325 lt_prog_compiler_static='-Bstatic'
9326 fi
9327 lt_prog_compiler_pic='-fPIC'
9328 ;;
9329
9330 amigaos*)
9331 case $host_cpu in
9332 powerpc)
9333 # see comment about AmigaOS4 .so support
9334 lt_prog_compiler_pic='-fPIC'
9335 ;;
9336 m68k)
9337 # FIXME: we need at least 68020 code to build shared libraries, but
9338 # adding the `-m68020' flag to GCC prevents building anything better,
9339 # like `-m68040'.
9340 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9341 ;;
9342 esac
9343 ;;
9344
9345 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9346 # PIC is the default for these OSes.
9347 ;;
9348
9349 mingw* | cygwin* | pw32* | os2* | cegcc*)
9350 # This hack is so that the source file can tell whether it is being
9351 # built for inclusion in a dll (and should export symbols for example).
9352 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9353 # (--disable-auto-import) libraries
9354 lt_prog_compiler_pic='-DDLL_EXPORT'
9355 ;;
9356
9357 darwin* | rhapsody*)
9358 # PIC is the default on this platform
9359 # Common symbols not allowed in MH_DYLIB files
9360 lt_prog_compiler_pic='-fno-common'
9361 ;;
9362
9363 haiku*)
9364 # PIC is the default for Haiku.
9365 # The "-static" flag exists, but is broken.
9366 lt_prog_compiler_static=
9367 ;;
9368
9369 hpux*)
9370 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9371 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9372 # sets the default TLS model and affects inlining.
9373 case $host_cpu in
9374 hppa*64*)
9375 # +Z the default
9376 ;;
9377 *)
9378 lt_prog_compiler_pic='-fPIC'
9379 ;;
9380 esac
9381 ;;
9382
9383 interix[3-9]*)
9384 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9385 # Instead, we relocate shared libraries at runtime.
9386 ;;
9387
9388 msdosdjgpp*)
9389 # Just because we use GCC doesn't mean we suddenly get shared libraries
9390 # on systems that don't support them.
9391 lt_prog_compiler_can_build_shared=no
9392 enable_shared=no
9393 ;;
9394
9395 *nto* | *qnx*)
9396 # QNX uses GNU C++, but need to define -shared option too, otherwise
9397 # it will coredump.
9398 lt_prog_compiler_pic='-fPIC -shared'
9399 ;;
9400
9401 sysv4*MP*)
9402 if test -d /usr/nec; then
9403 lt_prog_compiler_pic=-Kconform_pic
9404 fi
9405 ;;
9406
9407 *)
9408 lt_prog_compiler_pic='-fPIC'
9409 ;;
9410 esac
9411
9412 case $cc_basename in
9413 nvcc*) # Cuda Compiler Driver 2.2
9414 lt_prog_compiler_wl='-Xlinker '
9415 lt_prog_compiler_pic='-Xcompiler -fPIC'
9416 ;;
9417 esac
9418 else
9419 # PORTME Check for flag to pass linker flags through the system compiler.
9420 case $host_os in
9421 aix*)
9422 lt_prog_compiler_wl='-Wl,'
9423 if test "$host_cpu" = ia64; then
9424 # AIX 5 now supports IA64 processor
9425 lt_prog_compiler_static='-Bstatic'
9426 else
9427 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9428 fi
9429 ;;
9430
9431 mingw* | cygwin* | pw32* | os2* | cegcc*)
9432 # This hack is so that the source file can tell whether it is being
9433 # built for inclusion in a dll (and should export symbols for example).
9434 lt_prog_compiler_pic='-DDLL_EXPORT'
9435 ;;
9436
9437 hpux9* | hpux10* | hpux11*)
9438 lt_prog_compiler_wl='-Wl,'
9439 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9440 # not for PA HP-UX.
9441 case $host_cpu in
9442 hppa*64*|ia64*)
9443 # +Z the default
9444 ;;
9445 *)
9446 lt_prog_compiler_pic='+Z'
9447 ;;
9448 esac
9449 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9450 lt_prog_compiler_static='${wl}-a ${wl}archive'
9451 ;;
9452
9453 irix5* | irix6* | nonstopux*)
9454 lt_prog_compiler_wl='-Wl,'
9455 # PIC (with -KPIC) is the default.
9456 lt_prog_compiler_static='-non_shared'
9457 ;;
9458
9459 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9460 case $cc_basename in
9461 # old Intel for x86_64 which still supported -KPIC.
9462 ecc*)
9463 lt_prog_compiler_wl='-Wl,'
9464 lt_prog_compiler_pic='-KPIC'
9465 lt_prog_compiler_static='-static'
9466 ;;
9467 # icc used to be incompatible with GCC.
9468 # ICC 10 doesn't accept -KPIC any more.
9469 icc* | ifort*)
9470 lt_prog_compiler_wl='-Wl,'
9471 lt_prog_compiler_pic='-fPIC'
9472 lt_prog_compiler_static='-static'
9473 ;;
9474 # Lahey Fortran 8.1.
9475 lf95*)
9476 lt_prog_compiler_wl='-Wl,'
9477 lt_prog_compiler_pic='--shared'
9478 lt_prog_compiler_static='--static'
9479 ;;
9480 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9481 # Portland Group compilers (*not* the Pentium gcc compiler,
9482 # which looks to be a dead project)
9483 lt_prog_compiler_wl='-Wl,'
9484 lt_prog_compiler_pic='-fpic'
9485 lt_prog_compiler_static='-Bstatic'
9486 ;;
9487 ccc*)
9488 lt_prog_compiler_wl='-Wl,'
9489 # All Alpha code is PIC.
9490 lt_prog_compiler_static='-non_shared'
9491 ;;
9492 xl* | bgxl* | bgf* | mpixl*)
9493 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9494 lt_prog_compiler_wl='-Wl,'
9495 lt_prog_compiler_pic='-qpic'
9496 lt_prog_compiler_static='-qstaticlink'
9497 ;;
9498 *)
9499 case `$CC -V 2>&1 | sed 5q` in
9500 *Sun\ F* | *Sun*Fortran*)
9501 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9502 lt_prog_compiler_pic='-KPIC'
9503 lt_prog_compiler_static='-Bstatic'
9504 lt_prog_compiler_wl=''
9505 ;;
9506 *Sun\ C*)
9507 # Sun C 5.9
9508 lt_prog_compiler_pic='-KPIC'
9509 lt_prog_compiler_static='-Bstatic'
9510 lt_prog_compiler_wl='-Wl,'
9511 ;;
9512 esac
9513 ;;
9514 esac
9515 ;;
9516
9517 newsos6)
9518 lt_prog_compiler_pic='-KPIC'
9519 lt_prog_compiler_static='-Bstatic'
9520 ;;
9521
9522 *nto* | *qnx*)
9523 # QNX uses GNU C++, but need to define -shared option too, otherwise
9524 # it will coredump.
9525 lt_prog_compiler_pic='-fPIC -shared'
9526 ;;
9527
9528 osf3* | osf4* | osf5*)
9529 lt_prog_compiler_wl='-Wl,'
9530 # All OSF/1 code is PIC.
9531 lt_prog_compiler_static='-non_shared'
9532 ;;
9533
9534 rdos*)
9535 lt_prog_compiler_static='-non_shared'
9536 ;;
9537
9538 solaris*)
9539 lt_prog_compiler_pic='-KPIC'
9540 lt_prog_compiler_static='-Bstatic'
9541 case $cc_basename in
9542 f77* | f90* | f95*)
9543 lt_prog_compiler_wl='-Qoption ld ';;
9544 *)
9545 lt_prog_compiler_wl='-Wl,';;
9546 esac
9547 ;;
9548
9549 sunos4*)
9550 lt_prog_compiler_wl='-Qoption ld '
9551 lt_prog_compiler_pic='-PIC'
9552 lt_prog_compiler_static='-Bstatic'
9553 ;;
9554
9555 sysv4 | sysv4.2uw2* | sysv4.3*)
9556 lt_prog_compiler_wl='-Wl,'
9557 lt_prog_compiler_pic='-KPIC'
9558 lt_prog_compiler_static='-Bstatic'
9559 ;;
9560
9561 sysv4*MP*)
9562 if test -d /usr/nec ;then
9563 lt_prog_compiler_pic='-Kconform_pic'
9564 lt_prog_compiler_static='-Bstatic'
9565 fi
9566 ;;
9567
9568 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9569 lt_prog_compiler_wl='-Wl,'
9570 lt_prog_compiler_pic='-KPIC'
9571 lt_prog_compiler_static='-Bstatic'
9572 ;;
9573
9574 unicos*)
9575 lt_prog_compiler_wl='-Wl,'
9576 lt_prog_compiler_can_build_shared=no
9577 ;;
9578
9579 uts4*)
9580 lt_prog_compiler_pic='-pic'
9581 lt_prog_compiler_static='-Bstatic'
9582 ;;
9583
9584 *)
9585 lt_prog_compiler_can_build_shared=no
9586 ;;
9587 esac
9588 fi
9589
9590 case $host_os in
9591 # For platforms which do not support PIC, -DPIC is meaningless:
9592 *djgpp*)
9593 lt_prog_compiler_pic=
9594 ;;
9595 *)
9596 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9597 ;;
9598 esac
9599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9600 $as_echo "$lt_prog_compiler_pic" >&6; }
9601
9602
9603
9604
9605
9606
9607 #
9608 # Check to make sure the PIC flag actually works.
9609 #
9610 if test -n "$lt_prog_compiler_pic"; then
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9612 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9613 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9614 $as_echo_n "(cached) " >&6
9615 else
9616 lt_cv_prog_compiler_pic_works=no
9617 ac_outfile=conftest.$ac_objext
9618 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9619 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9620 # Insert the option either (1) after the last *FLAGS variable, or
9621 # (2) before a word containing "conftest.", or (3) at the end.
9622 # Note that $ac_compile itself does not contain backslashes and begins
9623 # with a dollar sign (not a hyphen), so the echo should work correctly.
9624 # The option is referenced via a variable to avoid confusing sed.
9625 lt_compile=`echo "$ac_compile" | $SED \
9626 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9627 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9628 -e 's:$: $lt_compiler_flag:'`
9629 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9630 (eval "$lt_compile" 2>conftest.err)
9631 ac_status=$?
9632 cat conftest.err >&5
9633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9634 if (exit $ac_status) && test -s "$ac_outfile"; then
9635 # The compiler can only warn and ignore the option if not recognized
9636 # So say no if there are warnings other than the usual output.
9637 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9638 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9639 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9640 lt_cv_prog_compiler_pic_works=yes
9641 fi
9642 fi
9643 $RM conftest*
9644
9645 fi
9646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9647 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9648
9649 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9650 case $lt_prog_compiler_pic in
9651 "" | " "*) ;;
9652 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9653 esac
9654 else
9655 lt_prog_compiler_pic=
9656 lt_prog_compiler_can_build_shared=no
9657 fi
9658
9659 fi
9660
9661
9662
9663
9664
9665
9666 #
9667 # Check to make sure the static flag actually works.
9668 #
9669 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9671 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9672 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9673 $as_echo_n "(cached) " >&6
9674 else
9675 lt_cv_prog_compiler_static_works=no
9676 save_LDFLAGS="$LDFLAGS"
9677 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9678 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9679 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9680 # The linker can only warn and ignore the option if not recognized
9681 # So say no if there are warnings
9682 if test -s conftest.err; then
9683 # Append any errors to the config.log.
9684 cat conftest.err 1>&5
9685 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9686 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9687 if diff conftest.exp conftest.er2 >/dev/null; then
9688 lt_cv_prog_compiler_static_works=yes
9689 fi
9690 else
9691 lt_cv_prog_compiler_static_works=yes
9692 fi
9693 fi
9694 $RM -r conftest*
9695 LDFLAGS="$save_LDFLAGS"
9696
9697 fi
9698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9699 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9700
9701 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9702 :
9703 else
9704 lt_prog_compiler_static=
9705 fi
9706
9707
9708
9709
9710
9711
9712
9713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9714 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9715 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9716 $as_echo_n "(cached) " >&6
9717 else
9718 lt_cv_prog_compiler_c_o=no
9719 $RM -r conftest 2>/dev/null
9720 mkdir conftest
9721 cd conftest
9722 mkdir out
9723 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9724
9725 lt_compiler_flag="-o out/conftest2.$ac_objext"
9726 # Insert the option either (1) after the last *FLAGS variable, or
9727 # (2) before a word containing "conftest.", or (3) at the end.
9728 # Note that $ac_compile itself does not contain backslashes and begins
9729 # with a dollar sign (not a hyphen), so the echo should work correctly.
9730 lt_compile=`echo "$ac_compile" | $SED \
9731 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9732 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9733 -e 's:$: $lt_compiler_flag:'`
9734 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9735 (eval "$lt_compile" 2>out/conftest.err)
9736 ac_status=$?
9737 cat out/conftest.err >&5
9738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9739 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9740 then
9741 # The compiler can only warn and ignore the option if not recognized
9742 # So say no if there are warnings
9743 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9744 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9745 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9746 lt_cv_prog_compiler_c_o=yes
9747 fi
9748 fi
9749 chmod u+w . 2>&5
9750 $RM conftest*
9751 # SGI C++ compiler will create directory out/ii_files/ for
9752 # template instantiation
9753 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9754 $RM out/* && rmdir out
9755 cd ..
9756 $RM -r conftest
9757 $RM conftest*
9758
9759 fi
9760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9761 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9762
9763
9764
9765
9766
9767
9768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9769 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9770 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9771 $as_echo_n "(cached) " >&6
9772 else
9773 lt_cv_prog_compiler_c_o=no
9774 $RM -r conftest 2>/dev/null
9775 mkdir conftest
9776 cd conftest
9777 mkdir out
9778 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9779
9780 lt_compiler_flag="-o out/conftest2.$ac_objext"
9781 # Insert the option either (1) after the last *FLAGS variable, or
9782 # (2) before a word containing "conftest.", or (3) at the end.
9783 # Note that $ac_compile itself does not contain backslashes and begins
9784 # with a dollar sign (not a hyphen), so the echo should work correctly.
9785 lt_compile=`echo "$ac_compile" | $SED \
9786 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9787 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9788 -e 's:$: $lt_compiler_flag:'`
9789 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9790 (eval "$lt_compile" 2>out/conftest.err)
9791 ac_status=$?
9792 cat out/conftest.err >&5
9793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9794 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9795 then
9796 # The compiler can only warn and ignore the option if not recognized
9797 # So say no if there are warnings
9798 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9799 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9800 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9801 lt_cv_prog_compiler_c_o=yes
9802 fi
9803 fi
9804 chmod u+w . 2>&5
9805 $RM conftest*
9806 # SGI C++ compiler will create directory out/ii_files/ for
9807 # template instantiation
9808 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9809 $RM out/* && rmdir out
9810 cd ..
9811 $RM -r conftest
9812 $RM conftest*
9813
9814 fi
9815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9816 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9817
9818
9819
9820
9821 hard_links="nottested"
9822 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9823 # do not overwrite the value of need_locks provided by the user
9824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9825 $as_echo_n "checking if we can lock with hard links... " >&6; }
9826 hard_links=yes
9827 $RM conftest*
9828 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9829 touch conftest.a
9830 ln conftest.a conftest.b 2>&5 || hard_links=no
9831 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9833 $as_echo "$hard_links" >&6; }
9834 if test "$hard_links" = no; then
9835 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9836 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9837 need_locks=warn
9838 fi
9839 else
9840 need_locks=no
9841 fi
9842
9843
9844
9845
9846
9847
9848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9849 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9850
9851 runpath_var=
9852 allow_undefined_flag=
9853 always_export_symbols=no
9854 archive_cmds=
9855 archive_expsym_cmds=
9856 compiler_needs_object=no
9857 enable_shared_with_static_runtimes=no
9858 export_dynamic_flag_spec=
9859 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9860 hardcode_automatic=no
9861 hardcode_direct=no
9862 hardcode_direct_absolute=no
9863 hardcode_libdir_flag_spec=
9864 hardcode_libdir_flag_spec_ld=
9865 hardcode_libdir_separator=
9866 hardcode_minus_L=no
9867 hardcode_shlibpath_var=unsupported
9868 inherit_rpath=no
9869 link_all_deplibs=unknown
9870 module_cmds=
9871 module_expsym_cmds=
9872 old_archive_from_new_cmds=
9873 old_archive_from_expsyms_cmds=
9874 thread_safe_flag_spec=
9875 whole_archive_flag_spec=
9876 # include_expsyms should be a list of space-separated symbols to be *always*
9877 # included in the symbol list
9878 include_expsyms=
9879 # exclude_expsyms can be an extended regexp of symbols to exclude
9880 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9881 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9882 # as well as any symbol that contains `d'.
9883 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9884 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9885 # platforms (ab)use it in PIC code, but their linkers get confused if
9886 # the symbol is explicitly referenced. Since portable code cannot
9887 # rely on this symbol name, it's probably fine to never include it in
9888 # preloaded symbol tables.
9889 # Exclude shared library initialization/finalization symbols.
9890 extract_expsyms_cmds=
9891
9892 case $host_os in
9893 cygwin* | mingw* | pw32* | cegcc*)
9894 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9895 # When not using gcc, we currently assume that we are using
9896 # Microsoft Visual C++.
9897 if test "$GCC" != yes; then
9898 with_gnu_ld=no
9899 fi
9900 ;;
9901 interix*)
9902 # we just hope/assume this is gcc and not c89 (= MSVC++)
9903 with_gnu_ld=yes
9904 ;;
9905 openbsd*)
9906 with_gnu_ld=no
9907 ;;
9908 esac
9909
9910 ld_shlibs=yes
9911
9912 # On some targets, GNU ld is compatible enough with the native linker
9913 # that we're better off using the native interface for both.
9914 lt_use_gnu_ld_interface=no
9915 if test "$with_gnu_ld" = yes; then
9916 case $host_os in
9917 aix*)
9918 # The AIX port of GNU ld has always aspired to compatibility
9919 # with the native linker. However, as the warning in the GNU ld
9920 # block says, versions before 2.19.5* couldn't really create working
9921 # shared libraries, regardless of the interface used.
9922 case `$LD -v 2>&1` in
9923 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9924 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9925 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9926 *)
9927 lt_use_gnu_ld_interface=yes
9928 ;;
9929 esac
9930 ;;
9931 *)
9932 lt_use_gnu_ld_interface=yes
9933 ;;
9934 esac
9935 fi
9936
9937 if test "$lt_use_gnu_ld_interface" = yes; then
9938 # If archive_cmds runs LD, not CC, wlarc should be empty
9939 wlarc='${wl}'
9940
9941 # Set some defaults for GNU ld with shared library support. These
9942 # are reset later if shared libraries are not supported. Putting them
9943 # here allows them to be overridden if necessary.
9944 runpath_var=LD_RUN_PATH
9945 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9946 export_dynamic_flag_spec='${wl}--export-dynamic'
9947 # ancient GNU ld didn't support --whole-archive et. al.
9948 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9949 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9950 else
9951 whole_archive_flag_spec=
9952 fi
9953 supports_anon_versioning=no
9954 case `$LD -v 2>&1` in
9955 *GNU\ gold*) supports_anon_versioning=yes ;;
9956 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9957 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9958 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9959 *\ 2.11.*) ;; # other 2.11 versions
9960 *) supports_anon_versioning=yes ;;
9961 esac
9962
9963 # See if GNU ld supports shared libraries.
9964 case $host_os in
9965 aix[3-9]*)
9966 # On AIX/PPC, the GNU linker is very broken
9967 if test "$host_cpu" != ia64; then
9968 ld_shlibs=no
9969 cat <<_LT_EOF 1>&2
9970
9971 *** Warning: the GNU linker, at least up to release 2.19, is reported
9972 *** to be unable to reliably create shared libraries on AIX.
9973 *** Therefore, libtool is disabling shared libraries support. If you
9974 *** really care for shared libraries, you may want to install binutils
9975 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9976 *** You will then need to restart the configuration process.
9977
9978 _LT_EOF
9979 fi
9980 ;;
9981
9982 amigaos*)
9983 case $host_cpu in
9984 powerpc)
9985 # see comment about AmigaOS4 .so support
9986 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9987 archive_expsym_cmds=''
9988 ;;
9989 m68k)
9990 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)'
9991 hardcode_libdir_flag_spec='-L$libdir'
9992 hardcode_minus_L=yes
9993 ;;
9994 esac
9995 ;;
9996
9997 beos*)
9998 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9999 allow_undefined_flag=unsupported
10000 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10001 # support --undefined. This deserves some investigation. FIXME
10002 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10003 else
10004 ld_shlibs=no
10005 fi
10006 ;;
10007
10008 cygwin* | mingw* | pw32* | cegcc*)
10009 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10010 # as there is no search path for DLLs.
10011 hardcode_libdir_flag_spec='-L$libdir'
10012 export_dynamic_flag_spec='${wl}--export-all-symbols'
10013 allow_undefined_flag=unsupported
10014 always_export_symbols=no
10015 enable_shared_with_static_runtimes=yes
10016 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10017
10018 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10019 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10020 # If the export-symbols file already is a .def file (1st line
10021 # is EXPORTS), use it as is; otherwise, prepend...
10022 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10023 cp $export_symbols $output_objdir/$soname.def;
10024 else
10025 echo EXPORTS > $output_objdir/$soname.def;
10026 cat $export_symbols >> $output_objdir/$soname.def;
10027 fi~
10028 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10029 else
10030 ld_shlibs=no
10031 fi
10032 ;;
10033
10034 haiku*)
10035 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10036 link_all_deplibs=yes
10037 ;;
10038
10039 interix[3-9]*)
10040 hardcode_direct=no
10041 hardcode_shlibpath_var=no
10042 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10043 export_dynamic_flag_spec='${wl}-E'
10044 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10045 # Instead, shared libraries are loaded at an image base (0x10000000 by
10046 # default) and relocated if they conflict, which is a slow very memory
10047 # consuming and fragmenting process. To avoid this, we pick a random,
10048 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10049 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10050 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10051 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'
10052 ;;
10053
10054 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10055 tmp_diet=no
10056 if test "$host_os" = linux-dietlibc; then
10057 case $cc_basename in
10058 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10059 esac
10060 fi
10061 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10062 && test "$tmp_diet" = no
10063 then
10064 tmp_addflag=
10065 tmp_sharedflag='-shared'
10066 case $cc_basename,$host_cpu in
10067 pgcc*) # Portland Group C compiler
10068 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'
10069 tmp_addflag=' $pic_flag'
10070 ;;
10071 pgf77* | pgf90* | pgf95* | pgfortran*)
10072 # Portland Group f77 and f90 compilers
10073 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'
10074 tmp_addflag=' $pic_flag -Mnomain' ;;
10075 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10076 tmp_addflag=' -i_dynamic' ;;
10077 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10078 tmp_addflag=' -i_dynamic -nofor_main' ;;
10079 ifc* | ifort*) # Intel Fortran compiler
10080 tmp_addflag=' -nofor_main' ;;
10081 lf95*) # Lahey Fortran 8.1
10082 whole_archive_flag_spec=
10083 tmp_sharedflag='--shared' ;;
10084 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10085 tmp_sharedflag='-qmkshrobj'
10086 tmp_addflag= ;;
10087 nvcc*) # Cuda Compiler Driver 2.2
10088 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'
10089 compiler_needs_object=yes
10090 ;;
10091 esac
10092 case `$CC -V 2>&1 | sed 5q` in
10093 *Sun\ C*) # Sun C 5.9
10094 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'
10095 compiler_needs_object=yes
10096 tmp_sharedflag='-G' ;;
10097 *Sun\ F*) # Sun Fortran 8.3
10098 tmp_sharedflag='-G' ;;
10099 esac
10100 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10101
10102 if test "x$supports_anon_versioning" = xyes; then
10103 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10104 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10105 echo "local: *; };" >> $output_objdir/$libname.ver~
10106 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10107 fi
10108
10109 case $cc_basename in
10110 xlf* | bgf* | bgxlf* | mpixlf*)
10111 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10112 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10113 hardcode_libdir_flag_spec=
10114 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10115 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10116 if test "x$supports_anon_versioning" = xyes; then
10117 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10118 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10119 echo "local: *; };" >> $output_objdir/$libname.ver~
10120 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10121 fi
10122 ;;
10123 esac
10124 else
10125 ld_shlibs=no
10126 fi
10127 ;;
10128
10129 netbsd*)
10130 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10131 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10132 wlarc=
10133 else
10134 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10135 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10136 fi
10137 ;;
10138
10139 solaris*)
10140 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10141 ld_shlibs=no
10142 cat <<_LT_EOF 1>&2
10143
10144 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10145 *** create shared libraries on Solaris systems. Therefore, libtool
10146 *** is disabling shared libraries support. We urge you to upgrade GNU
10147 *** binutils to release 2.9.1 or newer. Another option is to modify
10148 *** your PATH or compiler configuration so that the native linker is
10149 *** used, and then restart.
10150
10151 _LT_EOF
10152 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10153 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10154 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10155 else
10156 ld_shlibs=no
10157 fi
10158 ;;
10159
10160 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10161 case `$LD -v 2>&1` in
10162 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10163 ld_shlibs=no
10164 cat <<_LT_EOF 1>&2
10165
10166 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10167 *** reliably create shared libraries on SCO systems. Therefore, libtool
10168 *** is disabling shared libraries support. We urge you to upgrade GNU
10169 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10170 *** your PATH or compiler configuration so that the native linker is
10171 *** used, and then restart.
10172
10173 _LT_EOF
10174 ;;
10175 *)
10176 # For security reasons, it is highly recommended that you always
10177 # use absolute paths for naming shared libraries, and exclude the
10178 # DT_RUNPATH tag from executables and libraries. But doing so
10179 # requires that you compile everything twice, which is a pain.
10180 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10181 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10182 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10183 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10184 else
10185 ld_shlibs=no
10186 fi
10187 ;;
10188 esac
10189 ;;
10190
10191 sunos4*)
10192 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10193 wlarc=
10194 hardcode_direct=yes
10195 hardcode_shlibpath_var=no
10196 ;;
10197
10198 *)
10199 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10200 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10201 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10202 else
10203 ld_shlibs=no
10204 fi
10205 ;;
10206 esac
10207
10208 if test "$ld_shlibs" = no; then
10209 runpath_var=
10210 hardcode_libdir_flag_spec=
10211 export_dynamic_flag_spec=
10212 whole_archive_flag_spec=
10213 fi
10214 else
10215 # PORTME fill in a description of your system's linker (not GNU ld)
10216 case $host_os in
10217 aix3*)
10218 allow_undefined_flag=unsupported
10219 always_export_symbols=yes
10220 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'
10221 # Note: this linker hardcodes the directories in LIBPATH if there
10222 # are no directories specified by -L.
10223 hardcode_minus_L=yes
10224 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10225 # Neither direct hardcoding nor static linking is supported with a
10226 # broken collect2.
10227 hardcode_direct=unsupported
10228 fi
10229 ;;
10230
10231 aix[4-9]*)
10232 if test "$host_cpu" = ia64; then
10233 # On IA64, the linker does run time linking by default, so we don't
10234 # have to do anything special.
10235 aix_use_runtimelinking=no
10236 exp_sym_flag='-Bexport'
10237 no_entry_flag=""
10238 else
10239 # If we're using GNU nm, then we don't want the "-C" option.
10240 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10241 # Also, AIX nm treats weak defined symbols like other global
10242 # defined symbols, whereas GNU nm marks them as "W".
10243 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10244 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'
10245 else
10246 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'
10247 fi
10248 aix_use_runtimelinking=no
10249
10250 # Test if we are trying to use run time linking or normal
10251 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10252 # need to do runtime linking.
10253 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10254 for ld_flag in $LDFLAGS; do
10255 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10256 aix_use_runtimelinking=yes
10257 break
10258 fi
10259 done
10260 ;;
10261 esac
10262
10263 exp_sym_flag='-bexport'
10264 no_entry_flag='-bnoentry'
10265 fi
10266
10267 # When large executables or shared objects are built, AIX ld can
10268 # have problems creating the table of contents. If linking a library
10269 # or program results in "error TOC overflow" add -mminimal-toc to
10270 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10271 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10272
10273 archive_cmds=''
10274 hardcode_direct=yes
10275 hardcode_direct_absolute=yes
10276 hardcode_libdir_separator=':'
10277 link_all_deplibs=yes
10278 file_list_spec='${wl}-f,'
10279
10280 if test "$GCC" = yes; then
10281 case $host_os in aix4.[012]|aix4.[012].*)
10282 # We only want to do this on AIX 4.2 and lower, the check
10283 # below for broken collect2 doesn't work under 4.3+
10284 collect2name=`${CC} -print-prog-name=collect2`
10285 if test -f "$collect2name" &&
10286 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10287 then
10288 # We have reworked collect2
10289 :
10290 else
10291 # We have old collect2
10292 hardcode_direct=unsupported
10293 # It fails to find uninstalled libraries when the uninstalled
10294 # path is not listed in the libpath. Setting hardcode_minus_L
10295 # to unsupported forces relinking
10296 hardcode_minus_L=yes
10297 hardcode_libdir_flag_spec='-L$libdir'
10298 hardcode_libdir_separator=
10299 fi
10300 ;;
10301 esac
10302 shared_flag='-shared'
10303 if test "$aix_use_runtimelinking" = yes; then
10304 shared_flag="$shared_flag "'${wl}-G'
10305 fi
10306 else
10307 # not using gcc
10308 if test "$host_cpu" = ia64; then
10309 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10310 # chokes on -Wl,-G. The following line is correct:
10311 shared_flag='-G'
10312 else
10313 if test "$aix_use_runtimelinking" = yes; then
10314 shared_flag='${wl}-G'
10315 else
10316 shared_flag='${wl}-bM:SRE'
10317 fi
10318 fi
10319 fi
10320
10321 export_dynamic_flag_spec='${wl}-bexpall'
10322 # It seems that -bexpall does not export symbols beginning with
10323 # underscore (_), so it is better to generate a list of symbols to export.
10324 always_export_symbols=yes
10325 if test "$aix_use_runtimelinking" = yes; then
10326 # Warning - without using the other runtime loading flags (-brtl),
10327 # -berok will link without error, but may produce a broken library.
10328 allow_undefined_flag='-berok'
10329 # Determine the default libpath from the value encoded in an
10330 # empty executable.
10331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10332 /* end confdefs.h. */
10333
10334 int
10335 main ()
10336 {
10337
10338 ;
10339 return 0;
10340 }
10341 _ACEOF
10342 if ac_fn_c_try_link "$LINENO"; then :
10343
10344 lt_aix_libpath_sed='
10345 /Import File Strings/,/^$/ {
10346 /^0/ {
10347 s/^0 *\(.*\)$/\1/
10348 p
10349 }
10350 }'
10351 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10352 # Check for a 64-bit object if we didn't find anything.
10353 if test -z "$aix_libpath"; then
10354 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10355 fi
10356 fi
10357 rm -f core conftest.err conftest.$ac_objext \
10358 conftest$ac_exeext conftest.$ac_ext
10359 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10360
10361 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10362 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"
10363 else
10364 if test "$host_cpu" = ia64; then
10365 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10366 allow_undefined_flag="-z nodefs"
10367 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"
10368 else
10369 # Determine the default libpath from the value encoded in an
10370 # empty executable.
10371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10372 /* end confdefs.h. */
10373
10374 int
10375 main ()
10376 {
10377
10378 ;
10379 return 0;
10380 }
10381 _ACEOF
10382 if ac_fn_c_try_link "$LINENO"; then :
10383
10384 lt_aix_libpath_sed='
10385 /Import File Strings/,/^$/ {
10386 /^0/ {
10387 s/^0 *\(.*\)$/\1/
10388 p
10389 }
10390 }'
10391 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10392 # Check for a 64-bit object if we didn't find anything.
10393 if test -z "$aix_libpath"; then
10394 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10395 fi
10396 fi
10397 rm -f core conftest.err conftest.$ac_objext \
10398 conftest$ac_exeext conftest.$ac_ext
10399 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10400
10401 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10402 # Warning - without using the other run time loading flags,
10403 # -berok will link without error, but may produce a broken library.
10404 no_undefined_flag=' ${wl}-bernotok'
10405 allow_undefined_flag=' ${wl}-berok'
10406 if test "$with_gnu_ld" = yes; then
10407 # We only use this code for GNU lds that support --whole-archive.
10408 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10409 else
10410 # Exported symbols can be pulled into shared objects from archives
10411 whole_archive_flag_spec='$convenience'
10412 fi
10413 archive_cmds_need_lc=yes
10414 # This is similar to how AIX traditionally builds its shared libraries.
10415 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'
10416 fi
10417 fi
10418 ;;
10419
10420 amigaos*)
10421 case $host_cpu in
10422 powerpc)
10423 # see comment about AmigaOS4 .so support
10424 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10425 archive_expsym_cmds=''
10426 ;;
10427 m68k)
10428 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)'
10429 hardcode_libdir_flag_spec='-L$libdir'
10430 hardcode_minus_L=yes
10431 ;;
10432 esac
10433 ;;
10434
10435 bsdi[45]*)
10436 export_dynamic_flag_spec=-rdynamic
10437 ;;
10438
10439 cygwin* | mingw* | pw32* | cegcc*)
10440 # When not using gcc, we currently assume that we are using
10441 # Microsoft Visual C++.
10442 # hardcode_libdir_flag_spec is actually meaningless, as there is
10443 # no search path for DLLs.
10444 hardcode_libdir_flag_spec=' '
10445 allow_undefined_flag=unsupported
10446 # Tell ltmain to make .lib files, not .a files.
10447 libext=lib
10448 # Tell ltmain to make .dll files, not .so files.
10449 shrext_cmds=".dll"
10450 # FIXME: Setting linknames here is a bad hack.
10451 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10452 # The linker will automatically build a .lib file if we build a DLL.
10453 old_archive_from_new_cmds='true'
10454 # FIXME: Should let the user specify the lib program.
10455 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10456 fix_srcfile_path='`cygpath -w "$srcfile"`'
10457 enable_shared_with_static_runtimes=yes
10458 ;;
10459
10460 darwin* | rhapsody*)
10461
10462
10463 archive_cmds_need_lc=no
10464 hardcode_direct=no
10465 hardcode_automatic=yes
10466 hardcode_shlibpath_var=unsupported
10467 if test "$lt_cv_ld_force_load" = "yes"; then
10468 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\"`'
10469 else
10470 whole_archive_flag_spec=''
10471 fi
10472 link_all_deplibs=yes
10473 allow_undefined_flag="$_lt_dar_allow_undefined"
10474 case $cc_basename in
10475 ifort*) _lt_dar_can_shared=yes ;;
10476 *) _lt_dar_can_shared=$GCC ;;
10477 esac
10478 if test "$_lt_dar_can_shared" = "yes"; then
10479 output_verbose_link_cmd=func_echo_all
10480 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10481 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10482 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}"
10483 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}"
10484
10485 else
10486 ld_shlibs=no
10487 fi
10488
10489 ;;
10490
10491 dgux*)
10492 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10493 hardcode_libdir_flag_spec='-L$libdir'
10494 hardcode_shlibpath_var=no
10495 ;;
10496
10497 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10498 # support. Future versions do this automatically, but an explicit c++rt0.o
10499 # does not break anything, and helps significantly (at the cost of a little
10500 # extra space).
10501 freebsd2.2*)
10502 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10503 hardcode_libdir_flag_spec='-R$libdir'
10504 hardcode_direct=yes
10505 hardcode_shlibpath_var=no
10506 ;;
10507
10508 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10509 freebsd2.*)
10510 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10511 hardcode_direct=yes
10512 hardcode_minus_L=yes
10513 hardcode_shlibpath_var=no
10514 ;;
10515
10516 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10517 freebsd* | dragonfly*)
10518 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10519 hardcode_libdir_flag_spec='-R$libdir'
10520 hardcode_direct=yes
10521 hardcode_shlibpath_var=no
10522 ;;
10523
10524 hpux9*)
10525 if test "$GCC" = yes; then
10526 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'
10527 else
10528 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'
10529 fi
10530 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10531 hardcode_libdir_separator=:
10532 hardcode_direct=yes
10533
10534 # hardcode_minus_L: Not really in the search PATH,
10535 # but as the default location of the library.
10536 hardcode_minus_L=yes
10537 export_dynamic_flag_spec='${wl}-E'
10538 ;;
10539
10540 hpux10*)
10541 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10542 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10543 else
10544 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10545 fi
10546 if test "$with_gnu_ld" = no; then
10547 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10548 hardcode_libdir_flag_spec_ld='+b $libdir'
10549 hardcode_libdir_separator=:
10550 hardcode_direct=yes
10551 hardcode_direct_absolute=yes
10552 export_dynamic_flag_spec='${wl}-E'
10553 # hardcode_minus_L: Not really in the search PATH,
10554 # but as the default location of the library.
10555 hardcode_minus_L=yes
10556 fi
10557 ;;
10558
10559 hpux11*)
10560 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10561 case $host_cpu in
10562 hppa*64*)
10563 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10564 ;;
10565 ia64*)
10566 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10567 ;;
10568 *)
10569 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10570 ;;
10571 esac
10572 else
10573 case $host_cpu in
10574 hppa*64*)
10575 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10576 ;;
10577 ia64*)
10578 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10579 ;;
10580 *)
10581
10582 # Older versions of the 11.00 compiler do not understand -b yet
10583 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10585 $as_echo_n "checking if $CC understands -b... " >&6; }
10586 if test "${lt_cv_prog_compiler__b+set}" = set; then :
10587 $as_echo_n "(cached) " >&6
10588 else
10589 lt_cv_prog_compiler__b=no
10590 save_LDFLAGS="$LDFLAGS"
10591 LDFLAGS="$LDFLAGS -b"
10592 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10593 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10594 # The linker can only warn and ignore the option if not recognized
10595 # So say no if there are warnings
10596 if test -s conftest.err; then
10597 # Append any errors to the config.log.
10598 cat conftest.err 1>&5
10599 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10600 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10601 if diff conftest.exp conftest.er2 >/dev/null; then
10602 lt_cv_prog_compiler__b=yes
10603 fi
10604 else
10605 lt_cv_prog_compiler__b=yes
10606 fi
10607 fi
10608 $RM -r conftest*
10609 LDFLAGS="$save_LDFLAGS"
10610
10611 fi
10612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10613 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10614
10615 if test x"$lt_cv_prog_compiler__b" = xyes; then
10616 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10617 else
10618 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10619 fi
10620
10621 ;;
10622 esac
10623 fi
10624 if test "$with_gnu_ld" = no; then
10625 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10626 hardcode_libdir_separator=:
10627
10628 case $host_cpu in
10629 hppa*64*|ia64*)
10630 hardcode_direct=no
10631 hardcode_shlibpath_var=no
10632 ;;
10633 *)
10634 hardcode_direct=yes
10635 hardcode_direct_absolute=yes
10636 export_dynamic_flag_spec='${wl}-E'
10637
10638 # hardcode_minus_L: Not really in the search PATH,
10639 # but as the default location of the library.
10640 hardcode_minus_L=yes
10641 ;;
10642 esac
10643 fi
10644 ;;
10645
10646 irix5* | irix6* | nonstopux*)
10647 if test "$GCC" = yes; then
10648 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'
10649 # Try to use the -exported_symbol ld option, if it does not
10650 # work, assume that -exports_file does not work either and
10651 # implicitly export all symbols.
10652 save_LDFLAGS="$LDFLAGS"
10653 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10655 /* end confdefs.h. */
10656 int foo(void) {}
10657 _ACEOF
10658 if ac_fn_c_try_link "$LINENO"; then :
10659 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'
10660
10661 fi
10662 rm -f core conftest.err conftest.$ac_objext \
10663 conftest$ac_exeext conftest.$ac_ext
10664 LDFLAGS="$save_LDFLAGS"
10665 else
10666 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'
10667 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'
10668 fi
10669 archive_cmds_need_lc='no'
10670 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10671 hardcode_libdir_separator=:
10672 inherit_rpath=yes
10673 link_all_deplibs=yes
10674 ;;
10675
10676 netbsd*)
10677 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10678 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10679 else
10680 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10681 fi
10682 hardcode_libdir_flag_spec='-R$libdir'
10683 hardcode_direct=yes
10684 hardcode_shlibpath_var=no
10685 ;;
10686
10687 newsos6)
10688 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10689 hardcode_direct=yes
10690 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10691 hardcode_libdir_separator=:
10692 hardcode_shlibpath_var=no
10693 ;;
10694
10695 *nto* | *qnx*)
10696 ;;
10697
10698 openbsd*)
10699 if test -f /usr/libexec/ld.so; then
10700 hardcode_direct=yes
10701 hardcode_shlibpath_var=no
10702 hardcode_direct_absolute=yes
10703 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10704 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10705 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10706 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10707 export_dynamic_flag_spec='${wl}-E'
10708 else
10709 case $host_os in
10710 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10711 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10712 hardcode_libdir_flag_spec='-R$libdir'
10713 ;;
10714 *)
10715 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10716 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10717 ;;
10718 esac
10719 fi
10720 else
10721 ld_shlibs=no
10722 fi
10723 ;;
10724
10725 os2*)
10726 hardcode_libdir_flag_spec='-L$libdir'
10727 hardcode_minus_L=yes
10728 allow_undefined_flag=unsupported
10729 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'
10730 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10731 ;;
10732
10733 osf3*)
10734 if test "$GCC" = yes; then
10735 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10736 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'
10737 else
10738 allow_undefined_flag=' -expect_unresolved \*'
10739 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'
10740 fi
10741 archive_cmds_need_lc='no'
10742 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10743 hardcode_libdir_separator=:
10744 ;;
10745
10746 osf4* | osf5*) # as osf3* with the addition of -msym flag
10747 if test "$GCC" = yes; then
10748 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10749 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'
10750 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10751 else
10752 allow_undefined_flag=' -expect_unresolved \*'
10753 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'
10754 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~
10755 $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'
10756
10757 # Both c and cxx compiler support -rpath directly
10758 hardcode_libdir_flag_spec='-rpath $libdir'
10759 fi
10760 archive_cmds_need_lc='no'
10761 hardcode_libdir_separator=:
10762 ;;
10763
10764 solaris*)
10765 no_undefined_flag=' -z defs'
10766 if test "$GCC" = yes; then
10767 wlarc='${wl}'
10768 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10769 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10770 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10771 else
10772 case `$CC -V 2>&1` in
10773 *"Compilers 5.0"*)
10774 wlarc=''
10775 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10776 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10777 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10778 ;;
10779 *)
10780 wlarc='${wl}'
10781 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10782 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10783 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10784 ;;
10785 esac
10786 fi
10787 hardcode_libdir_flag_spec='-R$libdir'
10788 hardcode_shlibpath_var=no
10789 case $host_os in
10790 solaris2.[0-5] | solaris2.[0-5].*) ;;
10791 *)
10792 # The compiler driver will combine and reorder linker options,
10793 # but understands `-z linker_flag'. GCC discards it without `$wl',
10794 # but is careful enough not to reorder.
10795 # Supported since Solaris 2.6 (maybe 2.5.1?)
10796 if test "$GCC" = yes; then
10797 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10798 else
10799 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10800 fi
10801 ;;
10802 esac
10803 link_all_deplibs=yes
10804 ;;
10805
10806 sunos4*)
10807 if test "x$host_vendor" = xsequent; then
10808 # Use $CC to link under sequent, because it throws in some extra .o
10809 # files that make .init and .fini sections work.
10810 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10811 else
10812 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10813 fi
10814 hardcode_libdir_flag_spec='-L$libdir'
10815 hardcode_direct=yes
10816 hardcode_minus_L=yes
10817 hardcode_shlibpath_var=no
10818 ;;
10819
10820 sysv4)
10821 case $host_vendor in
10822 sni)
10823 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10824 hardcode_direct=yes # is this really true???
10825 ;;
10826 siemens)
10827 ## LD is ld it makes a PLAMLIB
10828 ## CC just makes a GrossModule.
10829 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10830 reload_cmds='$CC -r -o $output$reload_objs'
10831 hardcode_direct=no
10832 ;;
10833 motorola)
10834 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10835 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10836 ;;
10837 esac
10838 runpath_var='LD_RUN_PATH'
10839 hardcode_shlibpath_var=no
10840 ;;
10841
10842 sysv4.3*)
10843 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10844 hardcode_shlibpath_var=no
10845 export_dynamic_flag_spec='-Bexport'
10846 ;;
10847
10848 sysv4*MP*)
10849 if test -d /usr/nec; then
10850 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10851 hardcode_shlibpath_var=no
10852 runpath_var=LD_RUN_PATH
10853 hardcode_runpath_var=yes
10854 ld_shlibs=yes
10855 fi
10856 ;;
10857
10858 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10859 no_undefined_flag='${wl}-z,text'
10860 archive_cmds_need_lc=no
10861 hardcode_shlibpath_var=no
10862 runpath_var='LD_RUN_PATH'
10863
10864 if test "$GCC" = yes; then
10865 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10866 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10867 else
10868 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10869 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10870 fi
10871 ;;
10872
10873 sysv5* | sco3.2v5* | sco5v6*)
10874 # Note: We can NOT use -z defs as we might desire, because we do not
10875 # link with -lc, and that would cause any symbols used from libc to
10876 # always be unresolved, which means just about no library would
10877 # ever link correctly. If we're not using GNU ld we use -z text
10878 # though, which does catch some bad symbols but isn't as heavy-handed
10879 # as -z defs.
10880 no_undefined_flag='${wl}-z,text'
10881 allow_undefined_flag='${wl}-z,nodefs'
10882 archive_cmds_need_lc=no
10883 hardcode_shlibpath_var=no
10884 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10885 hardcode_libdir_separator=':'
10886 link_all_deplibs=yes
10887 export_dynamic_flag_spec='${wl}-Bexport'
10888 runpath_var='LD_RUN_PATH'
10889
10890 if test "$GCC" = yes; then
10891 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10892 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10893 else
10894 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10895 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10896 fi
10897 ;;
10898
10899 uts4*)
10900 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10901 hardcode_libdir_flag_spec='-L$libdir'
10902 hardcode_shlibpath_var=no
10903 ;;
10904
10905 *)
10906 ld_shlibs=no
10907 ;;
10908 esac
10909
10910 if test x$host_vendor = xsni; then
10911 case $host in
10912 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10913 export_dynamic_flag_spec='${wl}-Blargedynsym'
10914 ;;
10915 esac
10916 fi
10917 fi
10918
10919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10920 $as_echo "$ld_shlibs" >&6; }
10921 test "$ld_shlibs" = no && can_build_shared=no
10922
10923 with_gnu_ld=$with_gnu_ld
10924
10925
10926
10927
10928
10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939 #
10940 # Do we need to explicitly link libc?
10941 #
10942 case "x$archive_cmds_need_lc" in
10943 x|xyes)
10944 # Assume -lc should be added
10945 archive_cmds_need_lc=yes
10946
10947 if test "$enable_shared" = yes && test "$GCC" = yes; then
10948 case $archive_cmds in
10949 *'~'*)
10950 # FIXME: we may have to deal with multi-command sequences.
10951 ;;
10952 '$CC '*)
10953 # Test whether the compiler implicitly links with -lc since on some
10954 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10955 # to ld, don't add -lc before -lgcc.
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10957 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10958 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10959 $as_echo_n "(cached) " >&6
10960 else
10961 $RM conftest*
10962 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10963
10964 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10965 (eval $ac_compile) 2>&5
10966 ac_status=$?
10967 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10968 test $ac_status = 0; } 2>conftest.err; then
10969 soname=conftest
10970 lib=conftest
10971 libobjs=conftest.$ac_objext
10972 deplibs=
10973 wl=$lt_prog_compiler_wl
10974 pic_flag=$lt_prog_compiler_pic
10975 compiler_flags=-v
10976 linker_flags=-v
10977 verstring=
10978 output_objdir=.
10979 libname=conftest
10980 lt_save_allow_undefined_flag=$allow_undefined_flag
10981 allow_undefined_flag=
10982 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10983 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10984 ac_status=$?
10985 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10986 test $ac_status = 0; }
10987 then
10988 lt_cv_archive_cmds_need_lc=no
10989 else
10990 lt_cv_archive_cmds_need_lc=yes
10991 fi
10992 allow_undefined_flag=$lt_save_allow_undefined_flag
10993 else
10994 cat conftest.err 1>&5
10995 fi
10996 $RM conftest*
10997
10998 fi
10999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11000 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11001 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11002 ;;
11003 esac
11004 fi
11005 ;;
11006 esac
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125
11126
11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11165 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11166
11167 if test "$GCC" = yes; then
11168 case $host_os in
11169 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11170 *) lt_awk_arg="/^libraries:/" ;;
11171 esac
11172 case $host_os in
11173 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11174 *) lt_sed_strip_eq="s,=/,/,g" ;;
11175 esac
11176 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11177 case $lt_search_path_spec in
11178 *\;*)
11179 # if the path contains ";" then we assume it to be the separator
11180 # otherwise default to the standard path separator (i.e. ":") - it is
11181 # assumed that no part of a normal pathname contains ";" but that should
11182 # okay in the real world where ";" in dirpaths is itself problematic.
11183 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11184 ;;
11185 *)
11186 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11187 ;;
11188 esac
11189 # Ok, now we have the path, separated by spaces, we can step through it
11190 # and add multilib dir if necessary.
11191 lt_tmp_lt_search_path_spec=
11192 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11193 for lt_sys_path in $lt_search_path_spec; do
11194 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11195 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11196 else
11197 test -d "$lt_sys_path" && \
11198 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11199 fi
11200 done
11201 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11202 BEGIN {RS=" "; FS="/|\n";} {
11203 lt_foo="";
11204 lt_count=0;
11205 for (lt_i = NF; lt_i > 0; lt_i--) {
11206 if ($lt_i != "" && $lt_i != ".") {
11207 if ($lt_i == "..") {
11208 lt_count++;
11209 } else {
11210 if (lt_count == 0) {
11211 lt_foo="/" $lt_i lt_foo;
11212 } else {
11213 lt_count--;
11214 }
11215 }
11216 }
11217 }
11218 if (lt_foo != "") { lt_freq[lt_foo]++; }
11219 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11220 }'`
11221 # AWK program above erroneously prepends '/' to C:/dos/paths
11222 # for these hosts.
11223 case $host_os in
11224 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11225 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11226 esac
11227 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11228 else
11229 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11230 fi
11231 library_names_spec=
11232 libname_spec='lib$name'
11233 soname_spec=
11234 shrext_cmds=".so"
11235 postinstall_cmds=
11236 postuninstall_cmds=
11237 finish_cmds=
11238 finish_eval=
11239 shlibpath_var=
11240 shlibpath_overrides_runpath=unknown
11241 version_type=none
11242 dynamic_linker="$host_os ld.so"
11243 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11244 need_lib_prefix=unknown
11245 hardcode_into_libs=no
11246
11247 # when you set need_version to no, make sure it does not cause -set_version
11248 # flags to be left without arguments
11249 need_version=unknown
11250
11251 case $host_os in
11252 aix3*)
11253 version_type=linux
11254 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11255 shlibpath_var=LIBPATH
11256
11257 # AIX 3 has no versioning support, so we append a major version to the name.
11258 soname_spec='${libname}${release}${shared_ext}$major'
11259 ;;
11260
11261 aix[4-9]*)
11262 version_type=linux
11263 need_lib_prefix=no
11264 need_version=no
11265 hardcode_into_libs=yes
11266 if test "$host_cpu" = ia64; then
11267 # AIX 5 supports IA64
11268 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11269 shlibpath_var=LD_LIBRARY_PATH
11270 else
11271 # With GCC up to 2.95.x, collect2 would create an import file
11272 # for dependence libraries. The import file would start with
11273 # the line `#! .'. This would cause the generated library to
11274 # depend on `.', always an invalid library. This was fixed in
11275 # development snapshots of GCC prior to 3.0.
11276 case $host_os in
11277 aix4 | aix4.[01] | aix4.[01].*)
11278 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11279 echo ' yes '
11280 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11281 :
11282 else
11283 can_build_shared=no
11284 fi
11285 ;;
11286 esac
11287 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11288 # soname into executable. Probably we can add versioning support to
11289 # collect2, so additional links can be useful in future.
11290 if test "$aix_use_runtimelinking" = yes; then
11291 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11292 # instead of lib<name>.a to let people know that these are not
11293 # typical AIX shared libraries.
11294 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11295 else
11296 # We preserve .a as extension for shared libraries through AIX4.2
11297 # and later when we are not doing run time linking.
11298 library_names_spec='${libname}${release}.a $libname.a'
11299 soname_spec='${libname}${release}${shared_ext}$major'
11300 fi
11301 shlibpath_var=LIBPATH
11302 fi
11303 ;;
11304
11305 amigaos*)
11306 case $host_cpu in
11307 powerpc)
11308 # Since July 2007 AmigaOS4 officially supports .so libraries.
11309 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11310 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11311 ;;
11312 m68k)
11313 library_names_spec='$libname.ixlibrary $libname.a'
11314 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11315 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'
11316 ;;
11317 esac
11318 ;;
11319
11320 beos*)
11321 library_names_spec='${libname}${shared_ext}'
11322 dynamic_linker="$host_os ld.so"
11323 shlibpath_var=LIBRARY_PATH
11324 ;;
11325
11326 bsdi[45]*)
11327 version_type=linux
11328 need_version=no
11329 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11330 soname_spec='${libname}${release}${shared_ext}$major'
11331 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11332 shlibpath_var=LD_LIBRARY_PATH
11333 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11334 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11335 # the default ld.so.conf also contains /usr/contrib/lib and
11336 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11337 # libtool to hard-code these into programs
11338 ;;
11339
11340 cygwin* | mingw* | pw32* | cegcc*)
11341 version_type=windows
11342 shrext_cmds=".dll"
11343 need_version=no
11344 need_lib_prefix=no
11345
11346 case $GCC,$host_os in
11347 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11348 library_names_spec='$libname.dll.a'
11349 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11350 postinstall_cmds='base_file=`basename \${file}`~
11351 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11352 dldir=$destdir/`dirname \$dlpath`~
11353 test -d \$dldir || mkdir -p \$dldir~
11354 $install_prog $dir/$dlname \$dldir/$dlname~
11355 chmod a+x \$dldir/$dlname~
11356 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11357 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11358 fi'
11359 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11360 dlpath=$dir/\$dldll~
11361 $RM \$dlpath'
11362 shlibpath_overrides_runpath=yes
11363
11364 case $host_os in
11365 cygwin*)
11366 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11367 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11368
11369 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11370 ;;
11371 mingw* | cegcc*)
11372 # MinGW DLLs use traditional 'lib' prefix
11373 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11374 ;;
11375 pw32*)
11376 # pw32 DLLs use 'pw' prefix rather than 'lib'
11377 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11378 ;;
11379 esac
11380 ;;
11381
11382 *)
11383 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11384 ;;
11385 esac
11386 dynamic_linker='Win32 ld.exe'
11387 # FIXME: first we should search . and the directory the executable is in
11388 shlibpath_var=PATH
11389 ;;
11390
11391 darwin* | rhapsody*)
11392 dynamic_linker="$host_os dyld"
11393 version_type=darwin
11394 need_lib_prefix=no
11395 need_version=no
11396 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11397 soname_spec='${libname}${release}${major}$shared_ext'
11398 shlibpath_overrides_runpath=yes
11399 shlibpath_var=DYLD_LIBRARY_PATH
11400 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11401
11402 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11403 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11404 ;;
11405
11406 dgux*)
11407 version_type=linux
11408 need_lib_prefix=no
11409 need_version=no
11410 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11411 soname_spec='${libname}${release}${shared_ext}$major'
11412 shlibpath_var=LD_LIBRARY_PATH
11413 ;;
11414
11415 freebsd* | dragonfly*)
11416 # DragonFly does not have aout. When/if they implement a new
11417 # versioning mechanism, adjust this.
11418 if test -x /usr/bin/objformat; then
11419 objformat=`/usr/bin/objformat`
11420 else
11421 case $host_os in
11422 freebsd[23].*) objformat=aout ;;
11423 *) objformat=elf ;;
11424 esac
11425 fi
11426 version_type=freebsd-$objformat
11427 case $version_type in
11428 freebsd-elf*)
11429 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11430 need_version=no
11431 need_lib_prefix=no
11432 ;;
11433 freebsd-*)
11434 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11435 need_version=yes
11436 ;;
11437 esac
11438 shlibpath_var=LD_LIBRARY_PATH
11439 case $host_os in
11440 freebsd2.*)
11441 shlibpath_overrides_runpath=yes
11442 ;;
11443 freebsd3.[01]* | freebsdelf3.[01]*)
11444 shlibpath_overrides_runpath=yes
11445 hardcode_into_libs=yes
11446 ;;
11447 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11448 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11449 shlibpath_overrides_runpath=no
11450 hardcode_into_libs=yes
11451 ;;
11452 *) # from 4.6 on, and DragonFly
11453 shlibpath_overrides_runpath=yes
11454 hardcode_into_libs=yes
11455 ;;
11456 esac
11457 ;;
11458
11459 gnu*)
11460 version_type=linux
11461 need_lib_prefix=no
11462 need_version=no
11463 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11464 soname_spec='${libname}${release}${shared_ext}$major'
11465 shlibpath_var=LD_LIBRARY_PATH
11466 hardcode_into_libs=yes
11467 ;;
11468
11469 haiku*)
11470 version_type=linux
11471 need_lib_prefix=no
11472 need_version=no
11473 dynamic_linker="$host_os runtime_loader"
11474 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11475 soname_spec='${libname}${release}${shared_ext}$major'
11476 shlibpath_var=LIBRARY_PATH
11477 shlibpath_overrides_runpath=yes
11478 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11479 hardcode_into_libs=yes
11480 ;;
11481
11482 hpux9* | hpux10* | hpux11*)
11483 # Give a soname corresponding to the major version so that dld.sl refuses to
11484 # link against other versions.
11485 version_type=sunos
11486 need_lib_prefix=no
11487 need_version=no
11488 case $host_cpu in
11489 ia64*)
11490 shrext_cmds='.so'
11491 hardcode_into_libs=yes
11492 dynamic_linker="$host_os dld.so"
11493 shlibpath_var=LD_LIBRARY_PATH
11494 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11495 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11496 soname_spec='${libname}${release}${shared_ext}$major'
11497 if test "X$HPUX_IA64_MODE" = X32; then
11498 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11499 else
11500 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11501 fi
11502 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11503 ;;
11504 hppa*64*)
11505 shrext_cmds='.sl'
11506 hardcode_into_libs=yes
11507 dynamic_linker="$host_os dld.sl"
11508 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11509 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11510 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11511 soname_spec='${libname}${release}${shared_ext}$major'
11512 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11513 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11514 ;;
11515 *)
11516 shrext_cmds='.sl'
11517 dynamic_linker="$host_os dld.sl"
11518 shlibpath_var=SHLIB_PATH
11519 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11520 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11521 soname_spec='${libname}${release}${shared_ext}$major'
11522 ;;
11523 esac
11524 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11525 postinstall_cmds='chmod 555 $lib'
11526 # or fails outright, so override atomically:
11527 install_override_mode=555
11528 ;;
11529
11530 interix[3-9]*)
11531 version_type=linux
11532 need_lib_prefix=no
11533 need_version=no
11534 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11535 soname_spec='${libname}${release}${shared_ext}$major'
11536 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11537 shlibpath_var=LD_LIBRARY_PATH
11538 shlibpath_overrides_runpath=no
11539 hardcode_into_libs=yes
11540 ;;
11541
11542 irix5* | irix6* | nonstopux*)
11543 case $host_os in
11544 nonstopux*) version_type=nonstopux ;;
11545 *)
11546 if test "$lt_cv_prog_gnu_ld" = yes; then
11547 version_type=linux
11548 else
11549 version_type=irix
11550 fi ;;
11551 esac
11552 need_lib_prefix=no
11553 need_version=no
11554 soname_spec='${libname}${release}${shared_ext}$major'
11555 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11556 case $host_os in
11557 irix5* | nonstopux*)
11558 libsuff= shlibsuff=
11559 ;;
11560 *)
11561 case $LD in # libtool.m4 will add one of these switches to LD
11562 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11563 libsuff= shlibsuff= libmagic=32-bit;;
11564 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11565 libsuff=32 shlibsuff=N32 libmagic=N32;;
11566 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11567 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11568 *) libsuff= shlibsuff= libmagic=never-match;;
11569 esac
11570 ;;
11571 esac
11572 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11573 shlibpath_overrides_runpath=no
11574 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11575 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11576 hardcode_into_libs=yes
11577 ;;
11578
11579 # No shared lib support for Linux oldld, aout, or coff.
11580 linux*oldld* | linux*aout* | linux*coff*)
11581 dynamic_linker=no
11582 ;;
11583
11584 # This must be Linux ELF.
11585 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11586 version_type=linux
11587 need_lib_prefix=no
11588 need_version=no
11589 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11590 soname_spec='${libname}${release}${shared_ext}$major'
11591 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11592 shlibpath_var=LD_LIBRARY_PATH
11593 shlibpath_overrides_runpath=no
11594
11595 # Some binutils ld are patched to set DT_RUNPATH
11596 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
11597 $as_echo_n "(cached) " >&6
11598 else
11599 lt_cv_shlibpath_overrides_runpath=no
11600 save_LDFLAGS=$LDFLAGS
11601 save_libdir=$libdir
11602 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11603 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11605 /* end confdefs.h. */
11606
11607 int
11608 main ()
11609 {
11610
11611 ;
11612 return 0;
11613 }
11614 _ACEOF
11615 if ac_fn_c_try_link "$LINENO"; then :
11616 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11617 lt_cv_shlibpath_overrides_runpath=yes
11618 fi
11619 fi
11620 rm -f core conftest.err conftest.$ac_objext \
11621 conftest$ac_exeext conftest.$ac_ext
11622 LDFLAGS=$save_LDFLAGS
11623 libdir=$save_libdir
11624
11625 fi
11626
11627 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11628
11629 # This implies no fast_install, which is unacceptable.
11630 # Some rework will be needed to allow for fast_install
11631 # before this can be enabled.
11632 hardcode_into_libs=yes
11633
11634 # Append ld.so.conf contents to the search path
11635 if test -f /etc/ld.so.conf; then
11636 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' ' '`
11637 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11638 fi
11639
11640 # We used to test for /lib/ld.so.1 and disable shared libraries on
11641 # powerpc, because MkLinux only supported shared libraries with the
11642 # GNU dynamic linker. Since this was broken with cross compilers,
11643 # most powerpc-linux boxes support dynamic linking these days and
11644 # people can always --disable-shared, the test was removed, and we
11645 # assume the GNU/Linux dynamic linker is in use.
11646 dynamic_linker='GNU/Linux ld.so'
11647 ;;
11648
11649 netbsd*)
11650 version_type=sunos
11651 need_lib_prefix=no
11652 need_version=no
11653 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11654 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11655 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11656 dynamic_linker='NetBSD (a.out) ld.so'
11657 else
11658 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11659 soname_spec='${libname}${release}${shared_ext}$major'
11660 dynamic_linker='NetBSD ld.elf_so'
11661 fi
11662 shlibpath_var=LD_LIBRARY_PATH
11663 shlibpath_overrides_runpath=yes
11664 hardcode_into_libs=yes
11665 ;;
11666
11667 newsos6)
11668 version_type=linux
11669 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11670 shlibpath_var=LD_LIBRARY_PATH
11671 shlibpath_overrides_runpath=yes
11672 ;;
11673
11674 *nto* | *qnx*)
11675 version_type=qnx
11676 need_lib_prefix=no
11677 need_version=no
11678 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11679 soname_spec='${libname}${release}${shared_ext}$major'
11680 shlibpath_var=LD_LIBRARY_PATH
11681 shlibpath_overrides_runpath=no
11682 hardcode_into_libs=yes
11683 dynamic_linker='ldqnx.so'
11684 ;;
11685
11686 openbsd*)
11687 version_type=sunos
11688 sys_lib_dlsearch_path_spec="/usr/lib"
11689 need_lib_prefix=no
11690 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11691 case $host_os in
11692 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11693 *) need_version=no ;;
11694 esac
11695 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11696 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11697 shlibpath_var=LD_LIBRARY_PATH
11698 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11699 case $host_os in
11700 openbsd2.[89] | openbsd2.[89].*)
11701 shlibpath_overrides_runpath=no
11702 ;;
11703 *)
11704 shlibpath_overrides_runpath=yes
11705 ;;
11706 esac
11707 else
11708 shlibpath_overrides_runpath=yes
11709 fi
11710 ;;
11711
11712 os2*)
11713 libname_spec='$name'
11714 shrext_cmds=".dll"
11715 need_lib_prefix=no
11716 library_names_spec='$libname${shared_ext} $libname.a'
11717 dynamic_linker='OS/2 ld.exe'
11718 shlibpath_var=LIBPATH
11719 ;;
11720
11721 osf3* | osf4* | osf5*)
11722 version_type=osf
11723 need_lib_prefix=no
11724 need_version=no
11725 soname_spec='${libname}${release}${shared_ext}$major'
11726 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11727 shlibpath_var=LD_LIBRARY_PATH
11728 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11729 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11730 ;;
11731
11732 rdos*)
11733 dynamic_linker=no
11734 ;;
11735
11736 solaris*)
11737 version_type=linux
11738 need_lib_prefix=no
11739 need_version=no
11740 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11741 soname_spec='${libname}${release}${shared_ext}$major'
11742 shlibpath_var=LD_LIBRARY_PATH
11743 shlibpath_overrides_runpath=yes
11744 hardcode_into_libs=yes
11745 # ldd complains unless libraries are executable
11746 postinstall_cmds='chmod +x $lib'
11747 ;;
11748
11749 sunos4*)
11750 version_type=sunos
11751 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11752 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11753 shlibpath_var=LD_LIBRARY_PATH
11754 shlibpath_overrides_runpath=yes
11755 if test "$with_gnu_ld" = yes; then
11756 need_lib_prefix=no
11757 fi
11758 need_version=yes
11759 ;;
11760
11761 sysv4 | sysv4.3*)
11762 version_type=linux
11763 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11764 soname_spec='${libname}${release}${shared_ext}$major'
11765 shlibpath_var=LD_LIBRARY_PATH
11766 case $host_vendor in
11767 sni)
11768 shlibpath_overrides_runpath=no
11769 need_lib_prefix=no
11770 runpath_var=LD_RUN_PATH
11771 ;;
11772 siemens)
11773 need_lib_prefix=no
11774 ;;
11775 motorola)
11776 need_lib_prefix=no
11777 need_version=no
11778 shlibpath_overrides_runpath=no
11779 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11780 ;;
11781 esac
11782 ;;
11783
11784 sysv4*MP*)
11785 if test -d /usr/nec ;then
11786 version_type=linux
11787 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11788 soname_spec='$libname${shared_ext}.$major'
11789 shlibpath_var=LD_LIBRARY_PATH
11790 fi
11791 ;;
11792
11793 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11794 version_type=freebsd-elf
11795 need_lib_prefix=no
11796 need_version=no
11797 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11798 soname_spec='${libname}${release}${shared_ext}$major'
11799 shlibpath_var=LD_LIBRARY_PATH
11800 shlibpath_overrides_runpath=yes
11801 hardcode_into_libs=yes
11802 if test "$with_gnu_ld" = yes; then
11803 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11804 else
11805 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11806 case $host_os in
11807 sco3.2v5*)
11808 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11809 ;;
11810 esac
11811 fi
11812 sys_lib_dlsearch_path_spec='/usr/lib'
11813 ;;
11814
11815 tpf*)
11816 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11817 version_type=linux
11818 need_lib_prefix=no
11819 need_version=no
11820 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11821 shlibpath_var=LD_LIBRARY_PATH
11822 shlibpath_overrides_runpath=no
11823 hardcode_into_libs=yes
11824 ;;
11825
11826 uts4*)
11827 version_type=linux
11828 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11829 soname_spec='${libname}${release}${shared_ext}$major'
11830 shlibpath_var=LD_LIBRARY_PATH
11831 ;;
11832
11833 *)
11834 dynamic_linker=no
11835 ;;
11836 esac
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11838 $as_echo "$dynamic_linker" >&6; }
11839 test "$dynamic_linker" = no && can_build_shared=no
11840
11841 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11842 if test "$GCC" = yes; then
11843 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11844 fi
11845
11846 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11847 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11848 fi
11849 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11850 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11851 fi
11852
11853
11854
11855
11856
11857
11858
11859
11860
11861
11862
11863
11864
11865
11866
11867
11868
11869
11870
11871
11872
11873
11874
11875
11876
11877
11878
11879
11880
11881
11882
11883
11884
11885
11886
11887
11888
11889
11890
11891
11892
11893
11894
11895
11896
11897
11898
11899
11900
11901
11902
11903
11904
11905
11906
11907
11908
11909
11910
11911
11912
11913
11914
11915
11916
11917
11918
11919
11920
11921
11922
11923
11924
11925
11926
11927
11928
11929
11930
11931
11932
11933
11934
11935
11936
11937
11938
11939
11940
11941
11942
11943
11944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11945 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11946 hardcode_action=
11947 if test -n "$hardcode_libdir_flag_spec" ||
11948 test -n "$runpath_var" ||
11949 test "X$hardcode_automatic" = "Xyes" ; then
11950
11951 # We can hardcode non-existent directories.
11952 if test "$hardcode_direct" != no &&
11953 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11954 # have to relink, otherwise we might link with an installed library
11955 # when we should be linking with a yet-to-be-installed one
11956 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11957 test "$hardcode_minus_L" != no; then
11958 # Linking always hardcodes the temporary library directory.
11959 hardcode_action=relink
11960 else
11961 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11962 hardcode_action=immediate
11963 fi
11964 else
11965 # We cannot hardcode anything, or else we can only hardcode existing
11966 # directories.
11967 hardcode_action=unsupported
11968 fi
11969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11970 $as_echo "$hardcode_action" >&6; }
11971
11972 if test "$hardcode_action" = relink ||
11973 test "$inherit_rpath" = yes; then
11974 # Fast installation is not supported
11975 enable_fast_install=no
11976 elif test "$shlibpath_overrides_runpath" = yes ||
11977 test "$enable_shared" = no; then
11978 # Fast installation is not necessary
11979 enable_fast_install=needless
11980 fi
11981
11982
11983
11984
11985
11986
11987 if test "x$enable_dlopen" != xyes; then
11988 enable_dlopen=unknown
11989 enable_dlopen_self=unknown
11990 enable_dlopen_self_static=unknown
11991 else
11992 lt_cv_dlopen=no
11993 lt_cv_dlopen_libs=
11994
11995 case $host_os in
11996 beos*)
11997 lt_cv_dlopen="load_add_on"
11998 lt_cv_dlopen_libs=
11999 lt_cv_dlopen_self=yes
12000 ;;
12001
12002 mingw* | pw32* | cegcc*)
12003 lt_cv_dlopen="LoadLibrary"
12004 lt_cv_dlopen_libs=
12005 ;;
12006
12007 cygwin*)
12008 lt_cv_dlopen="dlopen"
12009 lt_cv_dlopen_libs=
12010 ;;
12011
12012 darwin*)
12013 # if libdl is installed we need to link against it
12014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12015 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12016 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12017 $as_echo_n "(cached) " >&6
12018 else
12019 ac_check_lib_save_LIBS=$LIBS
12020 LIBS="-ldl $LIBS"
12021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12022 /* end confdefs.h. */
12023
12024 /* Override any GCC internal prototype to avoid an error.
12025 Use char because int might match the return type of a GCC
12026 builtin and then its argument prototype would still apply. */
12027 #ifdef __cplusplus
12028 extern "C"
12029 #endif
12030 char dlopen ();
12031 int
12032 main ()
12033 {
12034 return dlopen ();
12035 ;
12036 return 0;
12037 }
12038 _ACEOF
12039 if ac_fn_c_try_link "$LINENO"; then :
12040 ac_cv_lib_dl_dlopen=yes
12041 else
12042 ac_cv_lib_dl_dlopen=no
12043 fi
12044 rm -f core conftest.err conftest.$ac_objext \
12045 conftest$ac_exeext conftest.$ac_ext
12046 LIBS=$ac_check_lib_save_LIBS
12047 fi
12048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12049 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12050 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12051 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12052 else
12053
12054 lt_cv_dlopen="dyld"
12055 lt_cv_dlopen_libs=
12056 lt_cv_dlopen_self=yes
12057
12058 fi
12059
12060 ;;
12061
12062 *)
12063 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12064 if test "x$ac_cv_func_shl_load" = x""yes; then :
12065 lt_cv_dlopen="shl_load"
12066 else
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12068 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12069 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12070 $as_echo_n "(cached) " >&6
12071 else
12072 ac_check_lib_save_LIBS=$LIBS
12073 LIBS="-ldld $LIBS"
12074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12075 /* end confdefs.h. */
12076
12077 /* Override any GCC internal prototype to avoid an error.
12078 Use char because int might match the return type of a GCC
12079 builtin and then its argument prototype would still apply. */
12080 #ifdef __cplusplus
12081 extern "C"
12082 #endif
12083 char shl_load ();
12084 int
12085 main ()
12086 {
12087 return shl_load ();
12088 ;
12089 return 0;
12090 }
12091 _ACEOF
12092 if ac_fn_c_try_link "$LINENO"; then :
12093 ac_cv_lib_dld_shl_load=yes
12094 else
12095 ac_cv_lib_dld_shl_load=no
12096 fi
12097 rm -f core conftest.err conftest.$ac_objext \
12098 conftest$ac_exeext conftest.$ac_ext
12099 LIBS=$ac_check_lib_save_LIBS
12100 fi
12101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12102 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12103 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12104 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12105 else
12106 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12107 if test "x$ac_cv_func_dlopen" = x""yes; then :
12108 lt_cv_dlopen="dlopen"
12109 else
12110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12111 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12112 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12113 $as_echo_n "(cached) " >&6
12114 else
12115 ac_check_lib_save_LIBS=$LIBS
12116 LIBS="-ldl $LIBS"
12117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12118 /* end confdefs.h. */
12119
12120 /* Override any GCC internal prototype to avoid an error.
12121 Use char because int might match the return type of a GCC
12122 builtin and then its argument prototype would still apply. */
12123 #ifdef __cplusplus
12124 extern "C"
12125 #endif
12126 char dlopen ();
12127 int
12128 main ()
12129 {
12130 return dlopen ();
12131 ;
12132 return 0;
12133 }
12134 _ACEOF
12135 if ac_fn_c_try_link "$LINENO"; then :
12136 ac_cv_lib_dl_dlopen=yes
12137 else
12138 ac_cv_lib_dl_dlopen=no
12139 fi
12140 rm -f core conftest.err conftest.$ac_objext \
12141 conftest$ac_exeext conftest.$ac_ext
12142 LIBS=$ac_check_lib_save_LIBS
12143 fi
12144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12145 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12146 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12147 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12148 else
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12150 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12151 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12152 $as_echo_n "(cached) " >&6
12153 else
12154 ac_check_lib_save_LIBS=$LIBS
12155 LIBS="-lsvld $LIBS"
12156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12157 /* end confdefs.h. */
12158
12159 /* Override any GCC internal prototype to avoid an error.
12160 Use char because int might match the return type of a GCC
12161 builtin and then its argument prototype would still apply. */
12162 #ifdef __cplusplus
12163 extern "C"
12164 #endif
12165 char dlopen ();
12166 int
12167 main ()
12168 {
12169 return dlopen ();
12170 ;
12171 return 0;
12172 }
12173 _ACEOF
12174 if ac_fn_c_try_link "$LINENO"; then :
12175 ac_cv_lib_svld_dlopen=yes
12176 else
12177 ac_cv_lib_svld_dlopen=no
12178 fi
12179 rm -f core conftest.err conftest.$ac_objext \
12180 conftest$ac_exeext conftest.$ac_ext
12181 LIBS=$ac_check_lib_save_LIBS
12182 fi
12183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12184 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12185 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12186 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12187 else
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12189 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12190 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12191 $as_echo_n "(cached) " >&6
12192 else
12193 ac_check_lib_save_LIBS=$LIBS
12194 LIBS="-ldld $LIBS"
12195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12196 /* end confdefs.h. */
12197
12198 /* Override any GCC internal prototype to avoid an error.
12199 Use char because int might match the return type of a GCC
12200 builtin and then its argument prototype would still apply. */
12201 #ifdef __cplusplus
12202 extern "C"
12203 #endif
12204 char dld_link ();
12205 int
12206 main ()
12207 {
12208 return dld_link ();
12209 ;
12210 return 0;
12211 }
12212 _ACEOF
12213 if ac_fn_c_try_link "$LINENO"; then :
12214 ac_cv_lib_dld_dld_link=yes
12215 else
12216 ac_cv_lib_dld_dld_link=no
12217 fi
12218 rm -f core conftest.err conftest.$ac_objext \
12219 conftest$ac_exeext conftest.$ac_ext
12220 LIBS=$ac_check_lib_save_LIBS
12221 fi
12222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12223 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12224 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12225 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12226 fi
12227
12228
12229 fi
12230
12231
12232 fi
12233
12234
12235 fi
12236
12237
12238 fi
12239
12240
12241 fi
12242
12243 ;;
12244 esac
12245
12246 if test "x$lt_cv_dlopen" != xno; then
12247 enable_dlopen=yes
12248 else
12249 enable_dlopen=no
12250 fi
12251
12252 case $lt_cv_dlopen in
12253 dlopen)
12254 save_CPPFLAGS="$CPPFLAGS"
12255 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12256
12257 save_LDFLAGS="$LDFLAGS"
12258 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12259
12260 save_LIBS="$LIBS"
12261 LIBS="$lt_cv_dlopen_libs $LIBS"
12262
12263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12264 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12265 if test "${lt_cv_dlopen_self+set}" = set; then :
12266 $as_echo_n "(cached) " >&6
12267 else
12268 if test "$cross_compiling" = yes; then :
12269 lt_cv_dlopen_self=cross
12270 else
12271 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12272 lt_status=$lt_dlunknown
12273 cat > conftest.$ac_ext <<_LT_EOF
12274 #line 12274 "configure"
12275 #include "confdefs.h"
12276
12277 #if HAVE_DLFCN_H
12278 #include <dlfcn.h>
12279 #endif
12280
12281 #include <stdio.h>
12282
12283 #ifdef RTLD_GLOBAL
12284 # define LT_DLGLOBAL RTLD_GLOBAL
12285 #else
12286 # ifdef DL_GLOBAL
12287 # define LT_DLGLOBAL DL_GLOBAL
12288 # else
12289 # define LT_DLGLOBAL 0
12290 # endif
12291 #endif
12292
12293 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12294 find out it does not work in some platform. */
12295 #ifndef LT_DLLAZY_OR_NOW
12296 # ifdef RTLD_LAZY
12297 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12298 # else
12299 # ifdef DL_LAZY
12300 # define LT_DLLAZY_OR_NOW DL_LAZY
12301 # else
12302 # ifdef RTLD_NOW
12303 # define LT_DLLAZY_OR_NOW RTLD_NOW
12304 # else
12305 # ifdef DL_NOW
12306 # define LT_DLLAZY_OR_NOW DL_NOW
12307 # else
12308 # define LT_DLLAZY_OR_NOW 0
12309 # endif
12310 # endif
12311 # endif
12312 # endif
12313 #endif
12314
12315 /* When -fvisbility=hidden is used, assume the code has been annotated
12316 correspondingly for the symbols needed. */
12317 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12318 void fnord () __attribute__((visibility("default")));
12319 #endif
12320
12321 void fnord () { int i=42; }
12322 int main ()
12323 {
12324 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12325 int status = $lt_dlunknown;
12326
12327 if (self)
12328 {
12329 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12330 else
12331 {
12332 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12333 else puts (dlerror ());
12334 }
12335 /* dlclose (self); */
12336 }
12337 else
12338 puts (dlerror ());
12339
12340 return status;
12341 }
12342 _LT_EOF
12343 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12344 (eval $ac_link) 2>&5
12345 ac_status=$?
12346 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12347 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12348 (./conftest; exit; ) >&5 2>/dev/null
12349 lt_status=$?
12350 case x$lt_status in
12351 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12352 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12353 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12354 esac
12355 else :
12356 # compilation failed
12357 lt_cv_dlopen_self=no
12358 fi
12359 fi
12360 rm -fr conftest*
12361
12362
12363 fi
12364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12365 $as_echo "$lt_cv_dlopen_self" >&6; }
12366
12367 if test "x$lt_cv_dlopen_self" = xyes; then
12368 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12370 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12371 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12372 $as_echo_n "(cached) " >&6
12373 else
12374 if test "$cross_compiling" = yes; then :
12375 lt_cv_dlopen_self_static=cross
12376 else
12377 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12378 lt_status=$lt_dlunknown
12379 cat > conftest.$ac_ext <<_LT_EOF
12380 #line 12380 "configure"
12381 #include "confdefs.h"
12382
12383 #if HAVE_DLFCN_H
12384 #include <dlfcn.h>
12385 #endif
12386
12387 #include <stdio.h>
12388
12389 #ifdef RTLD_GLOBAL
12390 # define LT_DLGLOBAL RTLD_GLOBAL
12391 #else
12392 # ifdef DL_GLOBAL
12393 # define LT_DLGLOBAL DL_GLOBAL
12394 # else
12395 # define LT_DLGLOBAL 0
12396 # endif
12397 #endif
12398
12399 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12400 find out it does not work in some platform. */
12401 #ifndef LT_DLLAZY_OR_NOW
12402 # ifdef RTLD_LAZY
12403 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12404 # else
12405 # ifdef DL_LAZY
12406 # define LT_DLLAZY_OR_NOW DL_LAZY
12407 # else
12408 # ifdef RTLD_NOW
12409 # define LT_DLLAZY_OR_NOW RTLD_NOW
12410 # else
12411 # ifdef DL_NOW
12412 # define LT_DLLAZY_OR_NOW DL_NOW
12413 # else
12414 # define LT_DLLAZY_OR_NOW 0
12415 # endif
12416 # endif
12417 # endif
12418 # endif
12419 #endif
12420
12421 /* When -fvisbility=hidden is used, assume the code has been annotated
12422 correspondingly for the symbols needed. */
12423 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12424 void fnord () __attribute__((visibility("default")));
12425 #endif
12426
12427 void fnord () { int i=42; }
12428 int main ()
12429 {
12430 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12431 int status = $lt_dlunknown;
12432
12433 if (self)
12434 {
12435 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12436 else
12437 {
12438 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12439 else puts (dlerror ());
12440 }
12441 /* dlclose (self); */
12442 }
12443 else
12444 puts (dlerror ());
12445
12446 return status;
12447 }
12448 _LT_EOF
12449 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12450 (eval $ac_link) 2>&5
12451 ac_status=$?
12452 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12453 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12454 (./conftest; exit; ) >&5 2>/dev/null
12455 lt_status=$?
12456 case x$lt_status in
12457 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12458 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12459 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12460 esac
12461 else :
12462 # compilation failed
12463 lt_cv_dlopen_self_static=no
12464 fi
12465 fi
12466 rm -fr conftest*
12467
12468
12469 fi
12470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12471 $as_echo "$lt_cv_dlopen_self_static" >&6; }
12472 fi
12473
12474 CPPFLAGS="$save_CPPFLAGS"
12475 LDFLAGS="$save_LDFLAGS"
12476 LIBS="$save_LIBS"
12477 ;;
12478 esac
12479
12480 case $lt_cv_dlopen_self in
12481 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12482 *) enable_dlopen_self=unknown ;;
12483 esac
12484
12485 case $lt_cv_dlopen_self_static in
12486 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12487 *) enable_dlopen_self_static=unknown ;;
12488 esac
12489 fi
12490
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507 striplib=
12508 old_striplib=
12509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12510 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12511 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12512 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12513 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12515 $as_echo "yes" >&6; }
12516 else
12517 # FIXME - insert some real tests, host_os isn't really good enough
12518 case $host_os in
12519 darwin*)
12520 if test -n "$STRIP" ; then
12521 striplib="$STRIP -x"
12522 old_striplib="$STRIP -S"
12523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12524 $as_echo "yes" >&6; }
12525 else
12526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12527 $as_echo "no" >&6; }
12528 fi
12529 ;;
12530 *)
12531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12532 $as_echo "no" >&6; }
12533 ;;
12534 esac
12535 fi
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
12547
12548 # Report which library types will actually be built
12549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12550 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12552 $as_echo "$can_build_shared" >&6; }
12553
12554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12555 $as_echo_n "checking whether to build shared libraries... " >&6; }
12556 test "$can_build_shared" = "no" && enable_shared=no
12557
12558 # On AIX, shared libraries and static libraries use the same namespace, and
12559 # are all built from PIC.
12560 case $host_os in
12561 aix3*)
12562 test "$enable_shared" = yes && enable_static=no
12563 if test -n "$RANLIB"; then
12564 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12565 postinstall_cmds='$RANLIB $lib'
12566 fi
12567 ;;
12568
12569 aix[4-9]*)
12570 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12571 test "$enable_shared" = yes && enable_static=no
12572 fi
12573 ;;
12574 esac
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12576 $as_echo "$enable_shared" >&6; }
12577
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12579 $as_echo_n "checking whether to build static libraries... " >&6; }
12580 # Make sure either enable_shared or enable_static is yes.
12581 test "$enable_shared" = yes || enable_static=yes
12582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12583 $as_echo "$enable_static" >&6; }
12584
12585
12586
12587
12588 fi
12589 ac_ext=c
12590 ac_cpp='$CPP $CPPFLAGS'
12591 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12592 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12593 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12594
12595 CC="$lt_save_CC"
12596
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609 ac_config_commands="$ac_config_commands libtool"
12610
12611
12612
12613
12614 # Only expand once:
12615
12616
12617
12618
12619 . ${srcdir}/../../bfd/configure.host
12620
12621
12622
12623 USE_MAINTAINER_MODE=no
12624 # Check whether --enable-maintainer-mode was given.
12625 if test "${enable_maintainer_mode+set}" = set; then :
12626 enableval=$enable_maintainer_mode; case "${enableval}" in
12627 yes) MAINT="" USE_MAINTAINER_MODE=yes ;;
12628 no) MAINT="#" ;;
12629 *) as_fn_error "\"--enable-maintainer-mode does not take a value\"" "$LINENO" 5; MAINT="#" ;;
12630 esac
12631 if test x"$silent" != x"yes" && test x"$MAINT" = x""; then
12632 echo "Setting maintainer mode" 6>&1
12633 fi
12634 else
12635 MAINT="#"
12636 fi
12637
12638
12639
12640 # Check whether --enable-sim-bswap was given.
12641 if test "${enable_sim_bswap+set}" = set; then :
12642 enableval=$enable_sim_bswap; case "${enableval}" in
12643 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12644 no) sim_bswap="-DWITH_BSWAP=0";;
12645 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
12646 esac
12647 if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12648 echo "Setting bswap flags = $sim_bswap" 6>&1
12649 fi
12650 else
12651 sim_bswap=""
12652 fi
12653
12654
12655
12656 # Check whether --enable-sim-cflags was given.
12657 if test "${enable_sim_cflags+set}" = set; then :
12658 enableval=$enable_sim_cflags; case "${enableval}" in
12659 yes) sim_cflags="-O2 -fomit-frame-pointer";;
12660 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
12661 no) sim_cflags="";;
12662 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12663 esac
12664 if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12665 echo "Setting sim cflags = $sim_cflags" 6>&1
12666 fi
12667 else
12668 sim_cflags=""
12669 fi
12670
12671
12672
12673 # Check whether --enable-sim-debug was given.
12674 if test "${enable_sim_debug+set}" = set; then :
12675 enableval=$enable_sim_debug; case "${enableval}" in
12676 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12677 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12678 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12679 esac
12680 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12681 echo "Setting sim debug = $sim_debug" 6>&1
12682 fi
12683 else
12684 sim_debug=""
12685 fi
12686
12687
12688
12689 # Check whether --enable-sim-stdio was given.
12690 if test "${enable_sim_stdio+set}" = set; then :
12691 enableval=$enable_sim_stdio; case "${enableval}" in
12692 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12693 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
12694 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
12695 esac
12696 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12697 echo "Setting stdio flags = $sim_stdio" 6>&1
12698 fi
12699 else
12700 sim_stdio=""
12701 fi
12702
12703
12704
12705 # Check whether --enable-sim-trace was given.
12706 if test "${enable_sim_trace+set}" = set; then :
12707 enableval=$enable_sim_trace; case "${enableval}" in
12708 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
12709 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
12710 [-0-9]*)
12711 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
12712 [[:lower:]]*)
12713 sim_trace=""
12714 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12715 if test x"$sim_trace" = x; then
12716 sim_trace="-DWITH_TRACE='(TRACE_$x"
12717 else
12718 sim_trace="${sim_trace}|TRACE_$x"
12719 fi
12720 done
12721 sim_trace="$sim_trace)'" ;;
12722 esac
12723 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12724 echo "Setting sim trace = $sim_trace" 6>&1
12725 fi
12726 else
12727 sim_trace=""
12728 fi
12729
12730
12731
12732 # Check whether --enable-sim-profile was given.
12733 if test "${enable_sim_profile+set}" = set; then :
12734 enableval=$enable_sim_profile; case "${enableval}" in
12735 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12736 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12737 [-0-9]*)
12738 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12739 [a-z]*)
12740 sim_profile=""
12741 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12742 if test x"$sim_profile" = x; then
12743 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12744 else
12745 sim_profile="${sim_profile}|PROFILE_$x"
12746 fi
12747 done
12748 sim_profile="$sim_profile)'" ;;
12749 esac
12750 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12751 echo "Setting sim profile = $sim_profile" 6>&1
12752 fi
12753 else
12754 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
12755 fi
12756
12757
12758
12759
12760 # Check whether --with-pkgversion was given.
12761 if test "${with_pkgversion+set}" = set; then :
12762 withval=$with_pkgversion; case "$withval" in
12763 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
12764 no) PKGVERSION= ;;
12765 *) PKGVERSION="($withval) " ;;
12766 esac
12767 else
12768 PKGVERSION="(GDB) "
12769
12770 fi
12771
12772
12773
12774
12775
12776 # Check whether --with-bugurl was given.
12777 if test "${with_bugurl+set}" = set; then :
12778 withval=$with_bugurl; case "$withval" in
12779 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
12780 no) BUGURL=
12781 ;;
12782 *) BUGURL="$withval"
12783 ;;
12784 esac
12785 else
12786 BUGURL="http://www.gnu.org/software/gdb/bugs/"
12787
12788 fi
12789
12790 case ${BUGURL} in
12791 "")
12792 REPORT_BUGS_TO=
12793 REPORT_BUGS_TEXI=
12794 ;;
12795 *)
12796 REPORT_BUGS_TO="<$BUGURL>"
12797 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12798 ;;
12799 esac;
12800
12801
12802
12803
12804 cat >>confdefs.h <<_ACEOF
12805 #define PKGVERSION "$PKGVERSION"
12806 _ACEOF
12807
12808
12809 cat >>confdefs.h <<_ACEOF
12810 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
12811 _ACEOF
12812
12813
12814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12815 $as_echo_n "checking return type of signal handlers... " >&6; }
12816 if test "${ac_cv_type_signal+set}" = set; then :
12817 $as_echo_n "(cached) " >&6
12818 else
12819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12820 /* end confdefs.h. */
12821 #include <sys/types.h>
12822 #include <signal.h>
12823
12824 int
12825 main ()
12826 {
12827 return *(signal (0, 0)) (0) == 1;
12828 ;
12829 return 0;
12830 }
12831 _ACEOF
12832 if ac_fn_c_try_compile "$LINENO"; then :
12833 ac_cv_type_signal=int
12834 else
12835 ac_cv_type_signal=void
12836 fi
12837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12838 fi
12839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12840 $as_echo "$ac_cv_type_signal" >&6; }
12841
12842 cat >>confdefs.h <<_ACEOF
12843 #define RETSIGTYPE $ac_cv_type_signal
12844 _ACEOF
12845
12846
12847
12848
12849
12850 sim_link_files=
12851 sim_link_links=
12852
12853 sim_link_links=tconfig.h
12854 if test -f ${srcdir}/tconfig.in
12855 then
12856 sim_link_files=tconfig.in
12857 else
12858 sim_link_files=../common/tconfig.in
12859 fi
12860
12861 # targ-vals.def points to the libc macro description file.
12862 case "${target}" in
12863 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
12864 esac
12865 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
12866 sim_link_links="${sim_link_links} targ-vals.def"
12867
12868
12869
12870
12871 default_sim_inline=""
12872 # Check whether --enable-sim-inline was given.
12873 if test "${enable_sim_inline+set}" = set; then :
12874 enableval=$enable_sim_inline; sim_inline=""
12875 case "$enableval" in
12876 no) sim_inline="-DDEFAULT_INLINE=0";;
12877 0) sim_inline="-DDEFAULT_INLINE=0";;
12878 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
12879 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
12880 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12881 new_flag=""
12882 case "$x" in
12883 *_INLINE=*) new_flag="-D$x";;
12884 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
12885 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
12886 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
12887 esac
12888 if test x"$sim_inline" = x""; then
12889 sim_inline="$new_flag"
12890 else
12891 sim_inline="$sim_inline $new_flag"
12892 fi
12893 done;;
12894 esac
12895 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
12896 echo "Setting inline flags = $sim_inline" 6>&1
12897 fi
12898 else
12899
12900 if test "x$cross_compiling" = "xno"; then
12901 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
12902 sim_inline="${default_sim_inline}"
12903 if test x"$silent" != x"yes"; then
12904 echo "Setting inline flags = $sim_inline" 6>&1
12905 fi
12906 else
12907 sim_inline=""
12908 fi
12909 else
12910 sim_inline="-DDEFAULT_INLINE=0"
12911 fi
12912 fi
12913
12914 wire_alignment="NONSTRICT_ALIGNMENT"
12915 default_alignment=""
12916
12917 # Check whether --enable-sim-alignment was given.
12918 if test "${enable_sim_alignment+set}" = set; then :
12919 enableval=$enable_sim_alignment; case "${enableval}" in
12920 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
12921 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
12922 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
12923 yes) if test x"$wire_alignment" != x; then
12924 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12925 else
12926 if test x"$default_alignment" != x; then
12927 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
12928 else
12929 echo "No hard-wired alignment for target $target" 1>&6
12930 sim_alignment="-DWITH_ALIGNMENT=0"
12931 fi
12932 fi;;
12933 no) if test x"$default_alignment" != x; then
12934 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12935 else
12936 if test x"$wire_alignment" != x; then
12937 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
12938 else
12939 echo "No default alignment for target $target" 1>&6
12940 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
12941 fi
12942 fi;;
12943 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
12944 esac
12945 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
12946 echo "Setting alignment flags = $sim_alignment" 6>&1
12947 fi
12948 else
12949 if test x"$default_alignment" != x; then
12950 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12951 else
12952 if test x"$wire_alignment" != x; then
12953 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12954 else
12955 sim_alignment=
12956 fi
12957 fi
12958 fi
12959
12960
12961 # Check whether --enable-sim-hostendian was given.
12962 if test "${enable_sim_hostendian+set}" = set; then :
12963 enableval=$enable_sim_hostendian; case "${enableval}" in
12964 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
12965 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
12966 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
12967 *) as_fn_error "\"Unknown value $enableval for --enable-sim-hostendian\"" "$LINENO" 5; sim_hostendian="";;
12968 esac
12969 if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
12970 echo "Setting hostendian flags = $sim_hostendian" 6>&1
12971 fi
12972 else
12973
12974 if test "x$cross_compiling" = "xno"; then
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12976 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12977 if test "${ac_cv_c_bigendian+set}" = set; then :
12978 $as_echo_n "(cached) " >&6
12979 else
12980 ac_cv_c_bigendian=unknown
12981 # See if we're dealing with a universal compiler.
12982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12983 /* end confdefs.h. */
12984 #ifndef __APPLE_CC__
12985 not a universal capable compiler
12986 #endif
12987 typedef int dummy;
12988
12989 _ACEOF
12990 if ac_fn_c_try_compile "$LINENO"; then :
12991
12992 # Check for potential -arch flags. It is not universal unless
12993 # there are at least two -arch flags with different values.
12994 ac_arch=
12995 ac_prev=
12996 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12997 if test -n "$ac_prev"; then
12998 case $ac_word in
12999 i?86 | x86_64 | ppc | ppc64)
13000 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
13001 ac_arch=$ac_word
13002 else
13003 ac_cv_c_bigendian=universal
13004 break
13005 fi
13006 ;;
13007 esac
13008 ac_prev=
13009 elif test "x$ac_word" = "x-arch"; then
13010 ac_prev=arch
13011 fi
13012 done
13013 fi
13014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13015 if test $ac_cv_c_bigendian = unknown; then
13016 # See if sys/param.h defines the BYTE_ORDER macro.
13017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13018 /* end confdefs.h. */
13019 #include <sys/types.h>
13020 #include <sys/param.h>
13021
13022 int
13023 main ()
13024 {
13025 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
13026 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
13027 && LITTLE_ENDIAN)
13028 bogus endian macros
13029 #endif
13030
13031 ;
13032 return 0;
13033 }
13034 _ACEOF
13035 if ac_fn_c_try_compile "$LINENO"; then :
13036 # It does; now see whether it defined to BIG_ENDIAN or not.
13037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13038 /* end confdefs.h. */
13039 #include <sys/types.h>
13040 #include <sys/param.h>
13041
13042 int
13043 main ()
13044 {
13045 #if BYTE_ORDER != BIG_ENDIAN
13046 not big endian
13047 #endif
13048
13049 ;
13050 return 0;
13051 }
13052 _ACEOF
13053 if ac_fn_c_try_compile "$LINENO"; then :
13054 ac_cv_c_bigendian=yes
13055 else
13056 ac_cv_c_bigendian=no
13057 fi
13058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13059 fi
13060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13061 fi
13062 if test $ac_cv_c_bigendian = unknown; then
13063 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
13064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13065 /* end confdefs.h. */
13066 #include <limits.h>
13067
13068 int
13069 main ()
13070 {
13071 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
13072 bogus endian macros
13073 #endif
13074
13075 ;
13076 return 0;
13077 }
13078 _ACEOF
13079 if ac_fn_c_try_compile "$LINENO"; then :
13080 # It does; now see whether it defined to _BIG_ENDIAN or not.
13081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13082 /* end confdefs.h. */
13083 #include <limits.h>
13084
13085 int
13086 main ()
13087 {
13088 #ifndef _BIG_ENDIAN
13089 not big endian
13090 #endif
13091
13092 ;
13093 return 0;
13094 }
13095 _ACEOF
13096 if ac_fn_c_try_compile "$LINENO"; then :
13097 ac_cv_c_bigendian=yes
13098 else
13099 ac_cv_c_bigendian=no
13100 fi
13101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13102 fi
13103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13104 fi
13105 if test $ac_cv_c_bigendian = unknown; then
13106 # Compile a test program.
13107 if test "$cross_compiling" = yes; then :
13108 # Try to guess by grepping values from an object file.
13109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13110 /* end confdefs.h. */
13111 short int ascii_mm[] =
13112 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
13113 short int ascii_ii[] =
13114 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
13115 int use_ascii (int i) {
13116 return ascii_mm[i] + ascii_ii[i];
13117 }
13118 short int ebcdic_ii[] =
13119 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
13120 short int ebcdic_mm[] =
13121 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
13122 int use_ebcdic (int i) {
13123 return ebcdic_mm[i] + ebcdic_ii[i];
13124 }
13125 extern int foo;
13126
13127 int
13128 main ()
13129 {
13130 return use_ascii (foo) == use_ebcdic (foo);
13131 ;
13132 return 0;
13133 }
13134 _ACEOF
13135 if ac_fn_c_try_compile "$LINENO"; then :
13136 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
13137 ac_cv_c_bigendian=yes
13138 fi
13139 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
13140 if test "$ac_cv_c_bigendian" = unknown; then
13141 ac_cv_c_bigendian=no
13142 else
13143 # finding both strings is unlikely to happen, but who knows?
13144 ac_cv_c_bigendian=unknown
13145 fi
13146 fi
13147 fi
13148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13149 else
13150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13151 /* end confdefs.h. */
13152 $ac_includes_default
13153 int
13154 main ()
13155 {
13156
13157 /* Are we little or big endian? From Harbison&Steele. */
13158 union
13159 {
13160 long int l;
13161 char c[sizeof (long int)];
13162 } u;
13163 u.l = 1;
13164 return u.c[sizeof (long int) - 1] == 1;
13165
13166 ;
13167 return 0;
13168 }
13169 _ACEOF
13170 if ac_fn_c_try_run "$LINENO"; then :
13171 ac_cv_c_bigendian=no
13172 else
13173 ac_cv_c_bigendian=yes
13174 fi
13175 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13176 conftest.$ac_objext conftest.beam conftest.$ac_ext
13177 fi
13178
13179 fi
13180 fi
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
13182 $as_echo "$ac_cv_c_bigendian" >&6; }
13183 case $ac_cv_c_bigendian in #(
13184 yes)
13185 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
13186 ;; #(
13187 no)
13188 ;; #(
13189 universal)
13190
13191 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
13192
13193 ;; #(
13194 *)
13195 as_fn_error "unknown endianness
13196 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
13197 esac
13198
13199 if test $ac_cv_c_bigendian = yes; then
13200 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
13201 else
13202 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
13203 fi
13204 else
13205 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
13206 fi
13207 fi
13208
13209
13210 # Check whether --enable-werror was given.
13211 if test "${enable_werror+set}" = set; then :
13212 enableval=$enable_werror; case "${enableval}" in
13213 yes | y) ERROR_ON_WARNING="yes" ;;
13214 no | n) ERROR_ON_WARNING="no" ;;
13215 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13216 esac
13217 fi
13218
13219
13220 # Enable -Werror by default when using gcc
13221 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13222 ERROR_ON_WARNING=yes
13223 fi
13224
13225 WERROR_CFLAGS=""
13226 if test "${ERROR_ON_WARNING}" = yes ; then
13227 # NOTE: Disabled in the sim dir due to most sims generating warnings.
13228 # WERROR_CFLAGS="-Werror"
13229 true
13230 fi
13231
13232 # The entries after -Wno-pointer-sign are disabled warnings which may
13233 # be enabled in the future, which can not currently be used to build
13234 # GDB.
13235 # NOTE: If you change this list, remember to update
13236 # gdb/doc/gdbint.texinfo.
13237 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13238 -Wformat-nonliteral -Wno-pointer-sign \
13239 -Wno-unused -Wunused-value -Wunused-function \
13240 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
13241
13242 # Enable -Wno-format by default when using gcc on mingw since many
13243 # GCC versions complain about %I64.
13244 case "${host}" in
13245 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13246 esac
13247
13248 # Check whether --enable-build-warnings was given.
13249 if test "${enable_build_warnings+set}" = set; then :
13250 enableval=$enable_build_warnings; case "${enableval}" in
13251 yes) ;;
13252 no) build_warnings="-w";;
13253 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13254 build_warnings="${build_warnings} ${t}";;
13255 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13256 build_warnings="${t} ${build_warnings}";;
13257 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13258 esac
13259 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13260 echo "Setting compiler warning flags = $build_warnings" 6>&1
13261 fi
13262 fi
13263 # Check whether --enable-sim-build-warnings was given.
13264 if test "${enable_sim_build_warnings+set}" = set; then :
13265 enableval=$enable_sim_build_warnings; case "${enableval}" in
13266 yes) ;;
13267 no) build_warnings="-w";;
13268 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13269 build_warnings="${build_warnings} ${t}";;
13270 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13271 build_warnings="${t} ${build_warnings}";;
13272 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13273 esac
13274 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13275 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13276 fi
13277 fi
13278 WARN_CFLAGS=""
13279 if test "x${build_warnings}" != x -a "x$GCC" = xyes
13280 then
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13282 $as_echo_n "checking compiler warning flags... " >&6; }
13283 # Separate out the -Werror flag as some files just cannot be
13284 # compiled with it enabled.
13285 for w in ${build_warnings}; do
13286 case $w in
13287 -Werr*) WERROR_CFLAGS=-Werror ;;
13288 *) # Check that GCC accepts it
13289 saved_CFLAGS="$CFLAGS"
13290 CFLAGS="$CFLAGS $w"
13291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13292 /* end confdefs.h. */
13293
13294 int
13295 main ()
13296 {
13297
13298 ;
13299 return 0;
13300 }
13301 _ACEOF
13302 if ac_fn_c_try_compile "$LINENO"; then :
13303 WARN_CFLAGS="${WARN_CFLAGS} $w"
13304 fi
13305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13306 CFLAGS="$saved_CFLAGS"
13307 esac
13308 done
13309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13310 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13311 fi
13312
13313
13314 #
13315 # Add simulated hardware devices
13316 #
13317 hw_enabled=no
13318 case "${target}" in
13319 m68hc11-*-*|m6811-*-*)
13320 hw_enabled=yes
13321 hw_extra_devices="m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram"
13322 m68hc11_extra_objs="dv-sockser.o"
13323 SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_M68HC11=1"
13324 ;;
13325 *)
13326 m68hc11_extra_objs=""
13327 ;;
13328 esac
13329
13330 if test x"$hw_enabled" = x"yes"; then
13331 sim_hw_p=yes
13332 else
13333 sim_hw_p=no
13334 fi
13335 if test "$hw_devices"; then
13336 hardware="$hw_devices"
13337 else
13338 hardware="cfi core pal glue"
13339 fi
13340 hardware="$hardware $hw_extra_devices"
13341 sim_hw_cflags="-DWITH_HW=1"
13342 sim_hw="$hardware"
13343 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
13344 # Check whether --enable-sim-hardware was given.
13345 if test "${enable_sim_hardware+set}" = set; then :
13346 enableval=$enable_sim_hardware;
13347 case "${enableval}" in
13348 yes) sim_hw_p=yes;;
13349 no) sim_hw_p=no;;
13350 ,*) sim_hw_p=yes; hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13351 *,) sim_hw_p=yes; hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13352 *) sim_hw_p=yes; hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
13353 esac
13354 if test "$sim_hw_p" != yes; then
13355 sim_hw_objs=
13356 sim_hw_cflags="-DWITH_HW=0"
13357 sim_hw=
13358 else
13359 sim_hw_cflags="-DWITH_HW=1"
13360 # remove duplicates
13361 sim_hw=""
13362 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13363 for i in $hardware ; do
13364 case " $sim_hw " in
13365 *" $i "*) ;;
13366 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13367 esac
13368 done
13369 fi
13370 if test x"$silent" != x"yes" && test "$sim_hw_p" = "yes"; then
13371 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
13372 fi
13373 else
13374
13375 if test "$sim_hw_p" != yes; then
13376 sim_hw_objs=
13377 sim_hw_cflags="-DWITH_HW=0"
13378 sim_hw=
13379 fi
13380 if test x"$silent" != x"yes"; then
13381 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
13382 fi
13383 fi
13384
13385 case " $hardware " in
13386 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
13387 $as_echo_n "checking for log2 in -lm... " >&6; }
13388 if test "${ac_cv_lib_m_log2+set}" = set; then :
13389 $as_echo_n "(cached) " >&6
13390 else
13391 ac_check_lib_save_LIBS=$LIBS
13392 LIBS="-lm $LIBS"
13393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13394 /* end confdefs.h. */
13395
13396 /* Override any GCC internal prototype to avoid an error.
13397 Use char because int might match the return type of a GCC
13398 builtin and then its argument prototype would still apply. */
13399 #ifdef __cplusplus
13400 extern "C"
13401 #endif
13402 char log2 ();
13403 int
13404 main ()
13405 {
13406 return log2 ();
13407 ;
13408 return 0;
13409 }
13410 _ACEOF
13411 if ac_fn_c_try_link "$LINENO"; then :
13412 ac_cv_lib_m_log2=yes
13413 else
13414 ac_cv_lib_m_log2=no
13415 fi
13416 rm -f core conftest.err conftest.$ac_objext \
13417 conftest$ac_exeext conftest.$ac_ext
13418 LIBS=$ac_check_lib_save_LIBS
13419 fi
13420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13421 $as_echo "$ac_cv_lib_m_log2" >&6; }
13422 if test "x$ac_cv_lib_m_log2" = x""yes; then :
13423 cat >>confdefs.h <<_ACEOF
13424 #define HAVE_LIBM 1
13425 _ACEOF
13426
13427 LIBS="-lm $LIBS"
13428
13429 fi
13430 ;;
13431 esac
13432
13433
13434 for ac_header in string.h strings.h stdlib.h stdlib.h fcntl.h
13435 do :
13436 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13437 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13438 eval as_val=\$$as_ac_Header
13439 if test "x$as_val" = x""yes; then :
13440 cat >>confdefs.h <<_ACEOF
13441 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13442 _ACEOF
13443
13444 fi
13445
13446 done
13447
13448
13449
13450
13451
13452 ac_sources="$sim_link_files"
13453 ac_dests="$sim_link_links"
13454 while test -n "$ac_sources"; do
13455 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13456 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13457 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13458 done
13459 ac_config_links="$ac_config_links $ac_config_links_1"
13460
13461 cgen_breaks=""
13462 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13463 cgen_breaks="break cgen_rtx_error";
13464 fi
13465
13466 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13467
13468 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13469
13470 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13471
13472 ac_config_commands="$ac_config_commands Makefile"
13473
13474 ac_config_commands="$ac_config_commands stamp-h"
13475
13476 cat >confcache <<\_ACEOF
13477 # This file is a shell script that caches the results of configure
13478 # tests run on this system so they can be shared between configure
13479 # scripts and configure runs, see configure's option --config-cache.
13480 # It is not useful on other systems. If it contains results you don't
13481 # want to keep, you may remove or edit it.
13482 #
13483 # config.status only pays attention to the cache file if you give it
13484 # the --recheck option to rerun configure.
13485 #
13486 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13487 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13488 # following values.
13489
13490 _ACEOF
13491
13492 # The following way of writing the cache mishandles newlines in values,
13493 # but we know of no workaround that is simple, portable, and efficient.
13494 # So, we kill variables containing newlines.
13495 # Ultrix sh set writes to stderr and can't be redirected directly,
13496 # and sets the high bit in the cache file unless we assign to the vars.
13497 (
13498 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13499 eval ac_val=\$$ac_var
13500 case $ac_val in #(
13501 *${as_nl}*)
13502 case $ac_var in #(
13503 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13504 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13505 esac
13506 case $ac_var in #(
13507 _ | IFS | as_nl) ;; #(
13508 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13509 *) { eval $ac_var=; unset $ac_var;} ;;
13510 esac ;;
13511 esac
13512 done
13513
13514 (set) 2>&1 |
13515 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13516 *${as_nl}ac_space=\ *)
13517 # `set' does not quote correctly, so add quotes: double-quote
13518 # substitution turns \\\\ into \\, and sed turns \\ into \.
13519 sed -n \
13520 "s/'/'\\\\''/g;
13521 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13522 ;; #(
13523 *)
13524 # `set' quotes correctly as required by POSIX, so do not add quotes.
13525 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13526 ;;
13527 esac |
13528 sort
13529 ) |
13530 sed '
13531 /^ac_cv_env_/b end
13532 t clear
13533 :clear
13534 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13535 t end
13536 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13537 :end' >>confcache
13538 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13539 if test -w "$cache_file"; then
13540 test "x$cache_file" != "x/dev/null" &&
13541 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13542 $as_echo "$as_me: updating cache $cache_file" >&6;}
13543 cat confcache >$cache_file
13544 else
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13546 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13547 fi
13548 fi
13549 rm -f confcache
13550
13551 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13552 # Let make expand exec_prefix.
13553 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13554
13555 DEFS=-DHAVE_CONFIG_H
13556
13557 ac_libobjs=
13558 ac_ltlibobjs=
13559 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13560 # 1. Remove the extension, and $U if already installed.
13561 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13562 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13563 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13564 # will be set to the directory where LIBOBJS objects are built.
13565 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13566 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13567 done
13568 LIBOBJS=$ac_libobjs
13569
13570 LTLIBOBJS=$ac_ltlibobjs
13571
13572
13573 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13574 as_fn_error "conditional \"GMAKE\" was never defined.
13575 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13576 fi
13577 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13578 as_fn_error "conditional \"PLUGINS\" was never defined.
13579 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13580 fi
13581
13582
13583 : ${CONFIG_STATUS=./config.status}
13584 ac_write_fail=0
13585 ac_clean_files_save=$ac_clean_files
13586 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13587 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13588 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13589 as_write_fail=0
13590 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13591 #! $SHELL
13592 # Generated by $as_me.
13593 # Run this file to recreate the current configuration.
13594 # Compiler output produced by configure, useful for debugging
13595 # configure, is in config.log if it exists.
13596
13597 debug=false
13598 ac_cs_recheck=false
13599 ac_cs_silent=false
13600
13601 SHELL=\${CONFIG_SHELL-$SHELL}
13602 export SHELL
13603 _ASEOF
13604 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13605 ## -------------------- ##
13606 ## M4sh Initialization. ##
13607 ## -------------------- ##
13608
13609 # Be more Bourne compatible
13610 DUALCASE=1; export DUALCASE # for MKS sh
13611 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13612 emulate sh
13613 NULLCMD=:
13614 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13615 # is contrary to our usage. Disable this feature.
13616 alias -g '${1+"$@"}'='"$@"'
13617 setopt NO_GLOB_SUBST
13618 else
13619 case `(set -o) 2>/dev/null` in #(
13620 *posix*) :
13621 set -o posix ;; #(
13622 *) :
13623 ;;
13624 esac
13625 fi
13626
13627
13628 as_nl='
13629 '
13630 export as_nl
13631 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13632 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13633 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13634 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13635 # Prefer a ksh shell builtin over an external printf program on Solaris,
13636 # but without wasting forks for bash or zsh.
13637 if test -z "$BASH_VERSION$ZSH_VERSION" \
13638 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13639 as_echo='print -r --'
13640 as_echo_n='print -rn --'
13641 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13642 as_echo='printf %s\n'
13643 as_echo_n='printf %s'
13644 else
13645 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13646 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13647 as_echo_n='/usr/ucb/echo -n'
13648 else
13649 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13650 as_echo_n_body='eval
13651 arg=$1;
13652 case $arg in #(
13653 *"$as_nl"*)
13654 expr "X$arg" : "X\\(.*\\)$as_nl";
13655 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13656 esac;
13657 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13658 '
13659 export as_echo_n_body
13660 as_echo_n='sh -c $as_echo_n_body as_echo'
13661 fi
13662 export as_echo_body
13663 as_echo='sh -c $as_echo_body as_echo'
13664 fi
13665
13666 # The user is always right.
13667 if test "${PATH_SEPARATOR+set}" != set; then
13668 PATH_SEPARATOR=:
13669 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13670 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13671 PATH_SEPARATOR=';'
13672 }
13673 fi
13674
13675
13676 # IFS
13677 # We need space, tab and new line, in precisely that order. Quoting is
13678 # there to prevent editors from complaining about space-tab.
13679 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13680 # splitting by setting IFS to empty value.)
13681 IFS=" "" $as_nl"
13682
13683 # Find who we are. Look in the path if we contain no directory separator.
13684 case $0 in #((
13685 *[\\/]* ) as_myself=$0 ;;
13686 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13687 for as_dir in $PATH
13688 do
13689 IFS=$as_save_IFS
13690 test -z "$as_dir" && as_dir=.
13691 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13692 done
13693 IFS=$as_save_IFS
13694
13695 ;;
13696 esac
13697 # We did not find ourselves, most probably we were run as `sh COMMAND'
13698 # in which case we are not to be found in the path.
13699 if test "x$as_myself" = x; then
13700 as_myself=$0
13701 fi
13702 if test ! -f "$as_myself"; then
13703 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13704 exit 1
13705 fi
13706
13707 # Unset variables that we do not need and which cause bugs (e.g. in
13708 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13709 # suppresses any "Segmentation fault" message there. '((' could
13710 # trigger a bug in pdksh 5.2.14.
13711 for as_var in BASH_ENV ENV MAIL MAILPATH
13712 do eval test x\${$as_var+set} = xset \
13713 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13714 done
13715 PS1='$ '
13716 PS2='> '
13717 PS4='+ '
13718
13719 # NLS nuisances.
13720 LC_ALL=C
13721 export LC_ALL
13722 LANGUAGE=C
13723 export LANGUAGE
13724
13725 # CDPATH.
13726 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13727
13728
13729 # as_fn_error ERROR [LINENO LOG_FD]
13730 # ---------------------------------
13731 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13732 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13733 # script with status $?, using 1 if that was 0.
13734 as_fn_error ()
13735 {
13736 as_status=$?; test $as_status -eq 0 && as_status=1
13737 if test "$3"; then
13738 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13739 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13740 fi
13741 $as_echo "$as_me: error: $1" >&2
13742 as_fn_exit $as_status
13743 } # as_fn_error
13744
13745
13746 # as_fn_set_status STATUS
13747 # -----------------------
13748 # Set $? to STATUS, without forking.
13749 as_fn_set_status ()
13750 {
13751 return $1
13752 } # as_fn_set_status
13753
13754 # as_fn_exit STATUS
13755 # -----------------
13756 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13757 as_fn_exit ()
13758 {
13759 set +e
13760 as_fn_set_status $1
13761 exit $1
13762 } # as_fn_exit
13763
13764 # as_fn_unset VAR
13765 # ---------------
13766 # Portably unset VAR.
13767 as_fn_unset ()
13768 {
13769 { eval $1=; unset $1;}
13770 }
13771 as_unset=as_fn_unset
13772 # as_fn_append VAR VALUE
13773 # ----------------------
13774 # Append the text in VALUE to the end of the definition contained in VAR. Take
13775 # advantage of any shell optimizations that allow amortized linear growth over
13776 # repeated appends, instead of the typical quadratic growth present in naive
13777 # implementations.
13778 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13779 eval 'as_fn_append ()
13780 {
13781 eval $1+=\$2
13782 }'
13783 else
13784 as_fn_append ()
13785 {
13786 eval $1=\$$1\$2
13787 }
13788 fi # as_fn_append
13789
13790 # as_fn_arith ARG...
13791 # ------------------
13792 # Perform arithmetic evaluation on the ARGs, and store the result in the
13793 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13794 # must be portable across $(()) and expr.
13795 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13796 eval 'as_fn_arith ()
13797 {
13798 as_val=$(( $* ))
13799 }'
13800 else
13801 as_fn_arith ()
13802 {
13803 as_val=`expr "$@" || test $? -eq 1`
13804 }
13805 fi # as_fn_arith
13806
13807
13808 if expr a : '\(a\)' >/dev/null 2>&1 &&
13809 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13810 as_expr=expr
13811 else
13812 as_expr=false
13813 fi
13814
13815 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13816 as_basename=basename
13817 else
13818 as_basename=false
13819 fi
13820
13821 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13822 as_dirname=dirname
13823 else
13824 as_dirname=false
13825 fi
13826
13827 as_me=`$as_basename -- "$0" ||
13828 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13829 X"$0" : 'X\(//\)$' \| \
13830 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13831 $as_echo X/"$0" |
13832 sed '/^.*\/\([^/][^/]*\)\/*$/{
13833 s//\1/
13834 q
13835 }
13836 /^X\/\(\/\/\)$/{
13837 s//\1/
13838 q
13839 }
13840 /^X\/\(\/\).*/{
13841 s//\1/
13842 q
13843 }
13844 s/.*/./; q'`
13845
13846 # Avoid depending upon Character Ranges.
13847 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13848 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13849 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13850 as_cr_digits='0123456789'
13851 as_cr_alnum=$as_cr_Letters$as_cr_digits
13852
13853 ECHO_C= ECHO_N= ECHO_T=
13854 case `echo -n x` in #(((((
13855 -n*)
13856 case `echo 'xy\c'` in
13857 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13858 xy) ECHO_C='\c';;
13859 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13860 ECHO_T=' ';;
13861 esac;;
13862 *)
13863 ECHO_N='-n';;
13864 esac
13865
13866 rm -f conf$$ conf$$.exe conf$$.file
13867 if test -d conf$$.dir; then
13868 rm -f conf$$.dir/conf$$.file
13869 else
13870 rm -f conf$$.dir
13871 mkdir conf$$.dir 2>/dev/null
13872 fi
13873 if (echo >conf$$.file) 2>/dev/null; then
13874 if ln -s conf$$.file conf$$ 2>/dev/null; then
13875 as_ln_s='ln -s'
13876 # ... but there are two gotchas:
13877 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13878 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13879 # In both cases, we have to default to `cp -p'.
13880 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13881 as_ln_s='cp -p'
13882 elif ln conf$$.file conf$$ 2>/dev/null; then
13883 as_ln_s=ln
13884 else
13885 as_ln_s='cp -p'
13886 fi
13887 else
13888 as_ln_s='cp -p'
13889 fi
13890 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13891 rmdir conf$$.dir 2>/dev/null
13892
13893
13894 # as_fn_mkdir_p
13895 # -------------
13896 # Create "$as_dir" as a directory, including parents if necessary.
13897 as_fn_mkdir_p ()
13898 {
13899
13900 case $as_dir in #(
13901 -*) as_dir=./$as_dir;;
13902 esac
13903 test -d "$as_dir" || eval $as_mkdir_p || {
13904 as_dirs=
13905 while :; do
13906 case $as_dir in #(
13907 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13908 *) as_qdir=$as_dir;;
13909 esac
13910 as_dirs="'$as_qdir' $as_dirs"
13911 as_dir=`$as_dirname -- "$as_dir" ||
13912 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13913 X"$as_dir" : 'X\(//\)[^/]' \| \
13914 X"$as_dir" : 'X\(//\)$' \| \
13915 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13916 $as_echo X"$as_dir" |
13917 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13918 s//\1/
13919 q
13920 }
13921 /^X\(\/\/\)[^/].*/{
13922 s//\1/
13923 q
13924 }
13925 /^X\(\/\/\)$/{
13926 s//\1/
13927 q
13928 }
13929 /^X\(\/\).*/{
13930 s//\1/
13931 q
13932 }
13933 s/.*/./; q'`
13934 test -d "$as_dir" && break
13935 done
13936 test -z "$as_dirs" || eval "mkdir $as_dirs"
13937 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13938
13939
13940 } # as_fn_mkdir_p
13941 if mkdir -p . 2>/dev/null; then
13942 as_mkdir_p='mkdir -p "$as_dir"'
13943 else
13944 test -d ./-p && rmdir ./-p
13945 as_mkdir_p=false
13946 fi
13947
13948 if test -x / >/dev/null 2>&1; then
13949 as_test_x='test -x'
13950 else
13951 if ls -dL / >/dev/null 2>&1; then
13952 as_ls_L_option=L
13953 else
13954 as_ls_L_option=
13955 fi
13956 as_test_x='
13957 eval sh -c '\''
13958 if test -d "$1"; then
13959 test -d "$1/.";
13960 else
13961 case $1 in #(
13962 -*)set "./$1";;
13963 esac;
13964 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13965 ???[sx]*):;;*)false;;esac;fi
13966 '\'' sh
13967 '
13968 fi
13969 as_executable_p=$as_test_x
13970
13971 # Sed expression to map a string onto a valid CPP name.
13972 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13973
13974 # Sed expression to map a string onto a valid variable name.
13975 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13976
13977
13978 exec 6>&1
13979 ## ----------------------------------- ##
13980 ## Main body of $CONFIG_STATUS script. ##
13981 ## ----------------------------------- ##
13982 _ASEOF
13983 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13984
13985 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13986 # Save the log message, to keep $0 and so on meaningful, and to
13987 # report actual input values of CONFIG_FILES etc. instead of their
13988 # values after options handling.
13989 ac_log="
13990 This file was extended by $as_me, which was
13991 generated by GNU Autoconf 2.64. Invocation command line was
13992
13993 CONFIG_FILES = $CONFIG_FILES
13994 CONFIG_HEADERS = $CONFIG_HEADERS
13995 CONFIG_LINKS = $CONFIG_LINKS
13996 CONFIG_COMMANDS = $CONFIG_COMMANDS
13997 $ $0 $@
13998
13999 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14000 "
14001
14002 _ACEOF
14003
14004 case $ac_config_files in *"
14005 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14006 esac
14007
14008 case $ac_config_headers in *"
14009 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14010 esac
14011
14012
14013 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14014 # Files that config.status was made for.
14015 config_files="$ac_config_files"
14016 config_headers="$ac_config_headers"
14017 config_links="$ac_config_links"
14018 config_commands="$ac_config_commands"
14019
14020 _ACEOF
14021
14022 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14023 ac_cs_usage="\
14024 \`$as_me' instantiates files and other configuration actions
14025 from templates according to the current configuration. Unless the files
14026 and actions are specified as TAGs, all are instantiated by default.
14027
14028 Usage: $0 [OPTION]... [TAG]...
14029
14030 -h, --help print this help, then exit
14031 -V, --version print version number and configuration settings, then exit
14032 -q, --quiet, --silent
14033 do not print progress messages
14034 -d, --debug don't remove temporary files
14035 --recheck update $as_me by reconfiguring in the same conditions
14036 --file=FILE[:TEMPLATE]
14037 instantiate the configuration file FILE
14038 --header=FILE[:TEMPLATE]
14039 instantiate the configuration header FILE
14040
14041 Configuration files:
14042 $config_files
14043
14044 Configuration headers:
14045 $config_headers
14046
14047 Configuration links:
14048 $config_links
14049
14050 Configuration commands:
14051 $config_commands
14052
14053 Report bugs to the package provider."
14054
14055 _ACEOF
14056 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14057 ac_cs_version="\\
14058 config.status
14059 configured by $0, generated by GNU Autoconf 2.64,
14060 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14061
14062 Copyright (C) 2009 Free Software Foundation, Inc.
14063 This config.status script is free software; the Free Software Foundation
14064 gives unlimited permission to copy, distribute and modify it."
14065
14066 ac_pwd='$ac_pwd'
14067 srcdir='$srcdir'
14068 INSTALL='$INSTALL'
14069 AWK='$AWK'
14070 test -n "\$AWK" || AWK=awk
14071 _ACEOF
14072
14073 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14074 # The default lists apply if the user does not specify any file.
14075 ac_need_defaults=:
14076 while test $# != 0
14077 do
14078 case $1 in
14079 --*=*)
14080 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14081 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14082 ac_shift=:
14083 ;;
14084 *)
14085 ac_option=$1
14086 ac_optarg=$2
14087 ac_shift=shift
14088 ;;
14089 esac
14090
14091 case $ac_option in
14092 # Handling of the options.
14093 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14094 ac_cs_recheck=: ;;
14095 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14096 $as_echo "$ac_cs_version"; exit ;;
14097 --debug | --debu | --deb | --de | --d | -d )
14098 debug=: ;;
14099 --file | --fil | --fi | --f )
14100 $ac_shift
14101 case $ac_optarg in
14102 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14103 esac
14104 as_fn_append CONFIG_FILES " '$ac_optarg'"
14105 ac_need_defaults=false;;
14106 --header | --heade | --head | --hea )
14107 $ac_shift
14108 case $ac_optarg in
14109 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14110 esac
14111 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14112 ac_need_defaults=false;;
14113 --he | --h)
14114 # Conflict between --help and --header
14115 as_fn_error "ambiguous option: \`$1'
14116 Try \`$0 --help' for more information.";;
14117 --help | --hel | -h )
14118 $as_echo "$ac_cs_usage"; exit ;;
14119 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14120 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14121 ac_cs_silent=: ;;
14122
14123 # This is an error.
14124 -*) as_fn_error "unrecognized option: \`$1'
14125 Try \`$0 --help' for more information." ;;
14126
14127 *) as_fn_append ac_config_targets " $1"
14128 ac_need_defaults=false ;;
14129
14130 esac
14131 shift
14132 done
14133
14134 ac_configure_extra_args=
14135
14136 if $ac_cs_silent; then
14137 exec 6>/dev/null
14138 ac_configure_extra_args="$ac_configure_extra_args --silent"
14139 fi
14140
14141 _ACEOF
14142 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14143 if \$ac_cs_recheck; then
14144 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14145 shift
14146 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14147 CONFIG_SHELL='$SHELL'
14148 export CONFIG_SHELL
14149 exec "\$@"
14150 fi
14151
14152 _ACEOF
14153 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14154 exec 5>>config.log
14155 {
14156 echo
14157 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14158 ## Running $as_me. ##
14159 _ASBOX
14160 $as_echo "$ac_log"
14161 } >&5
14162
14163 _ACEOF
14164 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14165 #
14166 # INIT-COMMANDS
14167 #
14168 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14169
14170
14171 # The HP-UX ksh and POSIX shell print the target directory to stdout
14172 # if CDPATH is set.
14173 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14174
14175 sed_quote_subst='$sed_quote_subst'
14176 double_quote_subst='$double_quote_subst'
14177 delay_variable_subst='$delay_variable_subst'
14178 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14179 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14180 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14181 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14182 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14183 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14184 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14185 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14186 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14187 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14188 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14189 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14190 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14191 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14192 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14193 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14194 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14195 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14196 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14197 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14198 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14199 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14200 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14201 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14202 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14203 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14204 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14205 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14206 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14207 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14208 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14209 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14210 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14211 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14212 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14213 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14214 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14215 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14216 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14217 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14218 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14219 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14220 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14221 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14222 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14223 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14224 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14225 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14226 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"`'
14227 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14228 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14229 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14230 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14231 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14232 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14233 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14234 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14235 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14236 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14237 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14238 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14239 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14240 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14241 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14242 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14243 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14244 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14245 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14246 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14247 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14248 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14249 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14250 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14251 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14252 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14253 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14254 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14255 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14256 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14257 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14258 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14259 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14260 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14261 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14262 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14263 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14264 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14265 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14266 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14267 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14268 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14269 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14270 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14271 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14272 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14273 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14274 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14275 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14276 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14277 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14278 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14279 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14280 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14281 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14282 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14283 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14284 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14285 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14286 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14287 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14288 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14289 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14290 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14291 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14292 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14293 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14294 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14295 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14296 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14297 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14298
14299 LTCC='$LTCC'
14300 LTCFLAGS='$LTCFLAGS'
14301 compiler='$compiler_DEFAULT'
14302
14303 # A function that is used when there is no print builtin or printf.
14304 func_fallback_echo ()
14305 {
14306 eval 'cat <<_LTECHO_EOF
14307 \$1
14308 _LTECHO_EOF'
14309 }
14310
14311 # Quote evaled strings.
14312 for var in SHELL \
14313 ECHO \
14314 SED \
14315 GREP \
14316 EGREP \
14317 FGREP \
14318 LD \
14319 NM \
14320 LN_S \
14321 lt_SP2NL \
14322 lt_NL2SP \
14323 reload_flag \
14324 OBJDUMP \
14325 deplibs_check_method \
14326 file_magic_cmd \
14327 AR \
14328 AR_FLAGS \
14329 STRIP \
14330 RANLIB \
14331 CC \
14332 CFLAGS \
14333 compiler \
14334 lt_cv_sys_global_symbol_pipe \
14335 lt_cv_sys_global_symbol_to_cdecl \
14336 lt_cv_sys_global_symbol_to_c_name_address \
14337 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14338 lt_prog_compiler_no_builtin_flag \
14339 lt_prog_compiler_wl \
14340 lt_prog_compiler_pic \
14341 lt_prog_compiler_static \
14342 lt_cv_prog_compiler_c_o \
14343 need_locks \
14344 DSYMUTIL \
14345 NMEDIT \
14346 LIPO \
14347 OTOOL \
14348 OTOOL64 \
14349 shrext_cmds \
14350 export_dynamic_flag_spec \
14351 whole_archive_flag_spec \
14352 compiler_needs_object \
14353 with_gnu_ld \
14354 allow_undefined_flag \
14355 no_undefined_flag \
14356 hardcode_libdir_flag_spec \
14357 hardcode_libdir_flag_spec_ld \
14358 hardcode_libdir_separator \
14359 fix_srcfile_path \
14360 exclude_expsyms \
14361 include_expsyms \
14362 file_list_spec \
14363 variables_saved_for_relink \
14364 libname_spec \
14365 library_names_spec \
14366 soname_spec \
14367 install_override_mode \
14368 finish_eval \
14369 old_striplib \
14370 striplib; do
14371 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14372 *[\\\\\\\`\\"\\\$]*)
14373 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14374 ;;
14375 *)
14376 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14377 ;;
14378 esac
14379 done
14380
14381 # Double-quote double-evaled strings.
14382 for var in reload_cmds \
14383 old_postinstall_cmds \
14384 old_postuninstall_cmds \
14385 old_archive_cmds \
14386 extract_expsyms_cmds \
14387 old_archive_from_new_cmds \
14388 old_archive_from_expsyms_cmds \
14389 archive_cmds \
14390 archive_expsym_cmds \
14391 module_cmds \
14392 module_expsym_cmds \
14393 export_symbols_cmds \
14394 prelink_cmds \
14395 postinstall_cmds \
14396 postuninstall_cmds \
14397 finish_cmds \
14398 sys_lib_search_path_spec \
14399 sys_lib_dlsearch_path_spec; do
14400 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14401 *[\\\\\\\`\\"\\\$]*)
14402 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14403 ;;
14404 *)
14405 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14406 ;;
14407 esac
14408 done
14409
14410 ac_aux_dir='$ac_aux_dir'
14411 xsi_shell='$xsi_shell'
14412 lt_shell_append='$lt_shell_append'
14413
14414 # See if we are running on zsh, and set the options which allow our
14415 # commands through without removal of \ escapes INIT.
14416 if test -n "\${ZSH_VERSION+set}" ; then
14417 setopt NO_GLOB_SUBST
14418 fi
14419
14420
14421 PACKAGE='$PACKAGE'
14422 VERSION='$VERSION'
14423 TIMESTAMP='$TIMESTAMP'
14424 RM='$RM'
14425 ofile='$ofile'
14426
14427
14428
14429
14430 _ACEOF
14431
14432 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14433
14434 # Handling of arguments.
14435 for ac_config_target in $ac_config_targets
14436 do
14437 case $ac_config_target in
14438 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14439 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14440 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14441 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14442 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14443 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14444 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14445 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14446 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14447
14448 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14449 esac
14450 done
14451
14452
14453 # If the user did not use the arguments to specify the items to instantiate,
14454 # then the envvar interface is used. Set only those that are not.
14455 # We use the long form for the default assignment because of an extremely
14456 # bizarre bug on SunOS 4.1.3.
14457 if $ac_need_defaults; then
14458 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14459 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14460 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14461 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14462 fi
14463
14464 # Have a temporary directory for convenience. Make it in the build tree
14465 # simply because there is no reason against having it here, and in addition,
14466 # creating and moving files from /tmp can sometimes cause problems.
14467 # Hook for its removal unless debugging.
14468 # Note that there is a small window in which the directory will not be cleaned:
14469 # after its creation but before its name has been assigned to `$tmp'.
14470 $debug ||
14471 {
14472 tmp=
14473 trap 'exit_status=$?
14474 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14475 ' 0
14476 trap 'as_fn_exit 1' 1 2 13 15
14477 }
14478 # Create a (secure) tmp directory for tmp files.
14479
14480 {
14481 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14482 test -n "$tmp" && test -d "$tmp"
14483 } ||
14484 {
14485 tmp=./conf$$-$RANDOM
14486 (umask 077 && mkdir "$tmp")
14487 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14488
14489 # Set up the scripts for CONFIG_FILES section.
14490 # No need to generate them if there are no CONFIG_FILES.
14491 # This happens for instance with `./config.status config.h'.
14492 if test -n "$CONFIG_FILES"; then
14493
14494
14495 ac_cr=`echo X | tr X '\015'`
14496 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14497 # But we know of no other shell where ac_cr would be empty at this
14498 # point, so we can use a bashism as a fallback.
14499 if test "x$ac_cr" = x; then
14500 eval ac_cr=\$\'\\r\'
14501 fi
14502 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14503 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14504 ac_cs_awk_cr='\r'
14505 else
14506 ac_cs_awk_cr=$ac_cr
14507 fi
14508
14509 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14510 _ACEOF
14511
14512
14513 {
14514 echo "cat >conf$$subs.awk <<_ACEOF" &&
14515 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14516 echo "_ACEOF"
14517 } >conf$$subs.sh ||
14518 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14519 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14520 ac_delim='%!_!# '
14521 for ac_last_try in false false false false false :; do
14522 . ./conf$$subs.sh ||
14523 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14524
14525 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14526 if test $ac_delim_n = $ac_delim_num; then
14527 break
14528 elif $ac_last_try; then
14529 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14530 else
14531 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14532 fi
14533 done
14534 rm -f conf$$subs.sh
14535
14536 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14537 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14538 _ACEOF
14539 sed -n '
14540 h
14541 s/^/S["/; s/!.*/"]=/
14542 p
14543 g
14544 s/^[^!]*!//
14545 :repl
14546 t repl
14547 s/'"$ac_delim"'$//
14548 t delim
14549 :nl
14550 h
14551 s/\(.\{148\}\).*/\1/
14552 t more1
14553 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14554 p
14555 n
14556 b repl
14557 :more1
14558 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14559 p
14560 g
14561 s/.\{148\}//
14562 t nl
14563 :delim
14564 h
14565 s/\(.\{148\}\).*/\1/
14566 t more2
14567 s/["\\]/\\&/g; s/^/"/; s/$/"/
14568 p
14569 b
14570 :more2
14571 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14572 p
14573 g
14574 s/.\{148\}//
14575 t delim
14576 ' <conf$$subs.awk | sed '
14577 /^[^""]/{
14578 N
14579 s/\n//
14580 }
14581 ' >>$CONFIG_STATUS || ac_write_fail=1
14582 rm -f conf$$subs.awk
14583 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14584 _ACAWK
14585 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14586 for (key in S) S_is_set[key] = 1
14587 FS = "\a"
14588
14589 }
14590 {
14591 line = $ 0
14592 nfields = split(line, field, "@")
14593 substed = 0
14594 len = length(field[1])
14595 for (i = 2; i < nfields; i++) {
14596 key = field[i]
14597 keylen = length(key)
14598 if (S_is_set[key]) {
14599 value = S[key]
14600 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14601 len += length(value) + length(field[++i])
14602 substed = 1
14603 } else
14604 len += 1 + keylen
14605 }
14606
14607 print line
14608 }
14609
14610 _ACAWK
14611 _ACEOF
14612 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14613 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14614 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14615 else
14616 cat
14617 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14618 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14619 _ACEOF
14620
14621 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14622 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14623 # trailing colons and then remove the whole line if VPATH becomes empty
14624 # (actually we leave an empty line to preserve line numbers).
14625 if test "x$srcdir" = x.; then
14626 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14627 s/:*\$(srcdir):*/:/
14628 s/:*\${srcdir}:*/:/
14629 s/:*@srcdir@:*/:/
14630 s/^\([^=]*=[ ]*\):*/\1/
14631 s/:*$//
14632 s/^[^=]*=[ ]*$//
14633 }'
14634 fi
14635
14636 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14637 fi # test -n "$CONFIG_FILES"
14638
14639 # Set up the scripts for CONFIG_HEADERS section.
14640 # No need to generate them if there are no CONFIG_HEADERS.
14641 # This happens for instance with `./config.status Makefile'.
14642 if test -n "$CONFIG_HEADERS"; then
14643 cat >"$tmp/defines.awk" <<\_ACAWK ||
14644 BEGIN {
14645 _ACEOF
14646
14647 # Transform confdefs.h into an awk script `defines.awk', embedded as
14648 # here-document in config.status, that substitutes the proper values into
14649 # config.h.in to produce config.h.
14650
14651 # Create a delimiter string that does not exist in confdefs.h, to ease
14652 # handling of long lines.
14653 ac_delim='%!_!# '
14654 for ac_last_try in false false :; do
14655 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14656 if test -z "$ac_t"; then
14657 break
14658 elif $ac_last_try; then
14659 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14660 else
14661 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14662 fi
14663 done
14664
14665 # For the awk script, D is an array of macro values keyed by name,
14666 # likewise P contains macro parameters if any. Preserve backslash
14667 # newline sequences.
14668
14669 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14670 sed -n '
14671 s/.\{148\}/&'"$ac_delim"'/g
14672 t rset
14673 :rset
14674 s/^[ ]*#[ ]*define[ ][ ]*/ /
14675 t def
14676 d
14677 :def
14678 s/\\$//
14679 t bsnl
14680 s/["\\]/\\&/g
14681 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14682 D["\1"]=" \3"/p
14683 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14684 d
14685 :bsnl
14686 s/["\\]/\\&/g
14687 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14688 D["\1"]=" \3\\\\\\n"\\/p
14689 t cont
14690 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14691 t cont
14692 d
14693 :cont
14694 n
14695 s/.\{148\}/&'"$ac_delim"'/g
14696 t clear
14697 :clear
14698 s/\\$//
14699 t bsnlc
14700 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14701 d
14702 :bsnlc
14703 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14704 b cont
14705 ' <confdefs.h | sed '
14706 s/'"$ac_delim"'/"\\\
14707 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14708
14709 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14710 for (key in D) D_is_set[key] = 1
14711 FS = "\a"
14712 }
14713 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14714 line = \$ 0
14715 split(line, arg, " ")
14716 if (arg[1] == "#") {
14717 defundef = arg[2]
14718 mac1 = arg[3]
14719 } else {
14720 defundef = substr(arg[1], 2)
14721 mac1 = arg[2]
14722 }
14723 split(mac1, mac2, "(") #)
14724 macro = mac2[1]
14725 prefix = substr(line, 1, index(line, defundef) - 1)
14726 if (D_is_set[macro]) {
14727 # Preserve the white space surrounding the "#".
14728 print prefix "define", macro P[macro] D[macro]
14729 next
14730 } else {
14731 # Replace #undef with comments. This is necessary, for example,
14732 # in the case of _POSIX_SOURCE, which is predefined and required
14733 # on some systems where configure will not decide to define it.
14734 if (defundef == "undef") {
14735 print "/*", prefix defundef, macro, "*/"
14736 next
14737 }
14738 }
14739 }
14740 { print }
14741 _ACAWK
14742 _ACEOF
14743 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14744 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14745 fi # test -n "$CONFIG_HEADERS"
14746
14747
14748 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14749 shift
14750 for ac_tag
14751 do
14752 case $ac_tag in
14753 :[FHLC]) ac_mode=$ac_tag; continue;;
14754 esac
14755 case $ac_mode$ac_tag in
14756 :[FHL]*:*);;
14757 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14758 :[FH]-) ac_tag=-:-;;
14759 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14760 esac
14761 ac_save_IFS=$IFS
14762 IFS=:
14763 set x $ac_tag
14764 IFS=$ac_save_IFS
14765 shift
14766 ac_file=$1
14767 shift
14768
14769 case $ac_mode in
14770 :L) ac_source=$1;;
14771 :[FH])
14772 ac_file_inputs=
14773 for ac_f
14774 do
14775 case $ac_f in
14776 -) ac_f="$tmp/stdin";;
14777 *) # Look for the file first in the build tree, then in the source tree
14778 # (if the path is not absolute). The absolute path cannot be DOS-style,
14779 # because $ac_f cannot contain `:'.
14780 test -f "$ac_f" ||
14781 case $ac_f in
14782 [\\/$]*) false;;
14783 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14784 esac ||
14785 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14786 esac
14787 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14788 as_fn_append ac_file_inputs " '$ac_f'"
14789 done
14790
14791 # Let's still pretend it is `configure' which instantiates (i.e., don't
14792 # use $as_me), people would be surprised to read:
14793 # /* config.h. Generated by config.status. */
14794 configure_input='Generated from '`
14795 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14796 `' by configure.'
14797 if test x"$ac_file" != x-; then
14798 configure_input="$ac_file. $configure_input"
14799 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14800 $as_echo "$as_me: creating $ac_file" >&6;}
14801 fi
14802 # Neutralize special characters interpreted by sed in replacement strings.
14803 case $configure_input in #(
14804 *\&* | *\|* | *\\* )
14805 ac_sed_conf_input=`$as_echo "$configure_input" |
14806 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14807 *) ac_sed_conf_input=$configure_input;;
14808 esac
14809
14810 case $ac_tag in
14811 *:-:* | *:-) cat >"$tmp/stdin" \
14812 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14813 esac
14814 ;;
14815 esac
14816
14817 ac_dir=`$as_dirname -- "$ac_file" ||
14818 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14819 X"$ac_file" : 'X\(//\)[^/]' \| \
14820 X"$ac_file" : 'X\(//\)$' \| \
14821 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14822 $as_echo X"$ac_file" |
14823 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14824 s//\1/
14825 q
14826 }
14827 /^X\(\/\/\)[^/].*/{
14828 s//\1/
14829 q
14830 }
14831 /^X\(\/\/\)$/{
14832 s//\1/
14833 q
14834 }
14835 /^X\(\/\).*/{
14836 s//\1/
14837 q
14838 }
14839 s/.*/./; q'`
14840 as_dir="$ac_dir"; as_fn_mkdir_p
14841 ac_builddir=.
14842
14843 case "$ac_dir" in
14844 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14845 *)
14846 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14847 # A ".." for each directory in $ac_dir_suffix.
14848 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14849 case $ac_top_builddir_sub in
14850 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14851 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14852 esac ;;
14853 esac
14854 ac_abs_top_builddir=$ac_pwd
14855 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14856 # for backward compatibility:
14857 ac_top_builddir=$ac_top_build_prefix
14858
14859 case $srcdir in
14860 .) # We are building in place.
14861 ac_srcdir=.
14862 ac_top_srcdir=$ac_top_builddir_sub
14863 ac_abs_top_srcdir=$ac_pwd ;;
14864 [\\/]* | ?:[\\/]* ) # Absolute name.
14865 ac_srcdir=$srcdir$ac_dir_suffix;
14866 ac_top_srcdir=$srcdir
14867 ac_abs_top_srcdir=$srcdir ;;
14868 *) # Relative name.
14869 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14870 ac_top_srcdir=$ac_top_build_prefix$srcdir
14871 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14872 esac
14873 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14874
14875
14876 case $ac_mode in
14877 :F)
14878 #
14879 # CONFIG_FILE
14880 #
14881
14882 case $INSTALL in
14883 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14884 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14885 esac
14886 _ACEOF
14887
14888 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14889 # If the template does not know about datarootdir, expand it.
14890 # FIXME: This hack should be removed a few years after 2.60.
14891 ac_datarootdir_hack=; ac_datarootdir_seen=
14892 ac_sed_dataroot='
14893 /datarootdir/ {
14894 p
14895 q
14896 }
14897 /@datadir@/p
14898 /@docdir@/p
14899 /@infodir@/p
14900 /@localedir@/p
14901 /@mandir@/p'
14902 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14903 *datarootdir*) ac_datarootdir_seen=yes;;
14904 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14905 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14906 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14907 _ACEOF
14908 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14909 ac_datarootdir_hack='
14910 s&@datadir@&$datadir&g
14911 s&@docdir@&$docdir&g
14912 s&@infodir@&$infodir&g
14913 s&@localedir@&$localedir&g
14914 s&@mandir@&$mandir&g
14915 s&\\\${datarootdir}&$datarootdir&g' ;;
14916 esac
14917 _ACEOF
14918
14919 # Neutralize VPATH when `$srcdir' = `.'.
14920 # Shell code in configure.ac might set extrasub.
14921 # FIXME: do we really want to maintain this feature?
14922 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14923 ac_sed_extra="$ac_vpsub
14924 $extrasub
14925 _ACEOF
14926 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14927 :t
14928 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14929 s|@configure_input@|$ac_sed_conf_input|;t t
14930 s&@top_builddir@&$ac_top_builddir_sub&;t t
14931 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14932 s&@srcdir@&$ac_srcdir&;t t
14933 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14934 s&@top_srcdir@&$ac_top_srcdir&;t t
14935 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14936 s&@builddir@&$ac_builddir&;t t
14937 s&@abs_builddir@&$ac_abs_builddir&;t t
14938 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14939 s&@INSTALL@&$ac_INSTALL&;t t
14940 $ac_datarootdir_hack
14941 "
14942 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14943 || as_fn_error "could not create $ac_file" "$LINENO" 5
14944
14945 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14946 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14947 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14948 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14949 which seems to be undefined. Please make sure it is defined." >&5
14950 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14951 which seems to be undefined. Please make sure it is defined." >&2;}
14952
14953 rm -f "$tmp/stdin"
14954 case $ac_file in
14955 -) cat "$tmp/out" && rm -f "$tmp/out";;
14956 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14957 esac \
14958 || as_fn_error "could not create $ac_file" "$LINENO" 5
14959 ;;
14960 :H)
14961 #
14962 # CONFIG_HEADER
14963 #
14964 if test x"$ac_file" != x-; then
14965 {
14966 $as_echo "/* $configure_input */" \
14967 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14968 } >"$tmp/config.h" \
14969 || as_fn_error "could not create $ac_file" "$LINENO" 5
14970 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14971 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14972 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14973 else
14974 rm -f "$ac_file"
14975 mv "$tmp/config.h" "$ac_file" \
14976 || as_fn_error "could not create $ac_file" "$LINENO" 5
14977 fi
14978 else
14979 $as_echo "/* $configure_input */" \
14980 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14981 || as_fn_error "could not create -" "$LINENO" 5
14982 fi
14983 ;;
14984 :L)
14985 #
14986 # CONFIG_LINK
14987 #
14988
14989 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
14990 :
14991 else
14992 # Prefer the file from the source tree if names are identical.
14993 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
14994 ac_source=$srcdir/$ac_source
14995 fi
14996
14997 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
14998 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
14999
15000 if test ! -r "$ac_source"; then
15001 as_fn_error "$ac_source: file not found" "$LINENO" 5
15002 fi
15003 rm -f "$ac_file"
15004
15005 # Try a relative symlink, then a hard link, then a copy.
15006 case $srcdir in
15007 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15008 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15009 esac
15010 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15011 ln "$ac_source" "$ac_file" 2>/dev/null ||
15012 cp -p "$ac_source" "$ac_file" ||
15013 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15014 fi
15015 ;;
15016 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15017 $as_echo "$as_me: executing $ac_file commands" >&6;}
15018 ;;
15019 esac
15020
15021
15022 case $ac_file$ac_mode in
15023 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15024 "libtool":C)
15025
15026 # See if we are running on zsh, and set the options which allow our
15027 # commands through without removal of \ escapes.
15028 if test -n "${ZSH_VERSION+set}" ; then
15029 setopt NO_GLOB_SUBST
15030 fi
15031
15032 cfgfile="${ofile}T"
15033 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15034 $RM "$cfgfile"
15035
15036 cat <<_LT_EOF >> "$cfgfile"
15037 #! $SHELL
15038
15039 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15040 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15041 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15042 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15043 #
15044 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15045 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15046 # Written by Gordon Matzigkeit, 1996
15047 #
15048 # This file is part of GNU Libtool.
15049 #
15050 # GNU Libtool is free software; you can redistribute it and/or
15051 # modify it under the terms of the GNU General Public License as
15052 # published by the Free Software Foundation; either version 2 of
15053 # the License, or (at your option) any later version.
15054 #
15055 # As a special exception to the GNU General Public License,
15056 # if you distribute this file as part of a program or library that
15057 # is built using GNU Libtool, you may include this file under the
15058 # same distribution terms that you use for the rest of that program.
15059 #
15060 # GNU Libtool is distributed in the hope that it will be useful,
15061 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15062 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15063 # GNU General Public License for more details.
15064 #
15065 # You should have received a copy of the GNU General Public License
15066 # along with GNU Libtool; see the file COPYING. If not, a copy
15067 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15068 # obtained by writing to the Free Software Foundation, Inc.,
15069 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15070
15071
15072 # The names of the tagged configurations supported by this script.
15073 available_tags=""
15074
15075 # ### BEGIN LIBTOOL CONFIG
15076
15077 # Which release of libtool.m4 was used?
15078 macro_version=$macro_version
15079 macro_revision=$macro_revision
15080
15081 # Whether or not to build shared libraries.
15082 build_libtool_libs=$enable_shared
15083
15084 # Whether or not to build static libraries.
15085 build_old_libs=$enable_static
15086
15087 # What type of objects to build.
15088 pic_mode=$pic_mode
15089
15090 # Whether or not to optimize for fast installation.
15091 fast_install=$enable_fast_install
15092
15093 # Shell to use when invoking shell scripts.
15094 SHELL=$lt_SHELL
15095
15096 # An echo program that protects backslashes.
15097 ECHO=$lt_ECHO
15098
15099 # The host system.
15100 host_alias=$host_alias
15101 host=$host
15102 host_os=$host_os
15103
15104 # The build system.
15105 build_alias=$build_alias
15106 build=$build
15107 build_os=$build_os
15108
15109 # A sed program that does not truncate output.
15110 SED=$lt_SED
15111
15112 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15113 Xsed="\$SED -e 1s/^X//"
15114
15115 # A grep program that handles long lines.
15116 GREP=$lt_GREP
15117
15118 # An ERE matcher.
15119 EGREP=$lt_EGREP
15120
15121 # A literal string matcher.
15122 FGREP=$lt_FGREP
15123
15124 # A BSD- or MS-compatible name lister.
15125 NM=$lt_NM
15126
15127 # Whether we need soft or hard links.
15128 LN_S=$lt_LN_S
15129
15130 # What is the maximum length of a command?
15131 max_cmd_len=$max_cmd_len
15132
15133 # Object file suffix (normally "o").
15134 objext=$ac_objext
15135
15136 # Executable file suffix (normally "").
15137 exeext=$exeext
15138
15139 # whether the shell understands "unset".
15140 lt_unset=$lt_unset
15141
15142 # turn spaces into newlines.
15143 SP2NL=$lt_lt_SP2NL
15144
15145 # turn newlines into spaces.
15146 NL2SP=$lt_lt_NL2SP
15147
15148 # An object symbol dumper.
15149 OBJDUMP=$lt_OBJDUMP
15150
15151 # Method to check whether dependent libraries are shared objects.
15152 deplibs_check_method=$lt_deplibs_check_method
15153
15154 # Command to use when deplibs_check_method == "file_magic".
15155 file_magic_cmd=$lt_file_magic_cmd
15156
15157 # The archiver.
15158 AR=$lt_AR
15159 AR_FLAGS=$lt_AR_FLAGS
15160
15161 # A symbol stripping program.
15162 STRIP=$lt_STRIP
15163
15164 # Commands used to install an old-style archive.
15165 RANLIB=$lt_RANLIB
15166 old_postinstall_cmds=$lt_old_postinstall_cmds
15167 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15168
15169 # Whether to use a lock for old archive extraction.
15170 lock_old_archive_extraction=$lock_old_archive_extraction
15171
15172 # A C compiler.
15173 LTCC=$lt_CC
15174
15175 # LTCC compiler flags.
15176 LTCFLAGS=$lt_CFLAGS
15177
15178 # Take the output of nm and produce a listing of raw symbols and C names.
15179 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15180
15181 # Transform the output of nm in a proper C declaration.
15182 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15183
15184 # Transform the output of nm in a C name address pair.
15185 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15186
15187 # Transform the output of nm in a C name address pair when lib prefix is needed.
15188 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15189
15190 # The name of the directory that contains temporary libtool files.
15191 objdir=$objdir
15192
15193 # Used to examine libraries when file_magic_cmd begins with "file".
15194 MAGIC_CMD=$MAGIC_CMD
15195
15196 # Must we lock files when doing compilation?
15197 need_locks=$lt_need_locks
15198
15199 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15200 DSYMUTIL=$lt_DSYMUTIL
15201
15202 # Tool to change global to local symbols on Mac OS X.
15203 NMEDIT=$lt_NMEDIT
15204
15205 # Tool to manipulate fat objects and archives on Mac OS X.
15206 LIPO=$lt_LIPO
15207
15208 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15209 OTOOL=$lt_OTOOL
15210
15211 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15212 OTOOL64=$lt_OTOOL64
15213
15214 # Old archive suffix (normally "a").
15215 libext=$libext
15216
15217 # Shared library suffix (normally ".so").
15218 shrext_cmds=$lt_shrext_cmds
15219
15220 # The commands to extract the exported symbol list from a shared archive.
15221 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15222
15223 # Variables whose values should be saved in libtool wrapper scripts and
15224 # restored at link time.
15225 variables_saved_for_relink=$lt_variables_saved_for_relink
15226
15227 # Do we need the "lib" prefix for modules?
15228 need_lib_prefix=$need_lib_prefix
15229
15230 # Do we need a version for libraries?
15231 need_version=$need_version
15232
15233 # Library versioning type.
15234 version_type=$version_type
15235
15236 # Shared library runtime path variable.
15237 runpath_var=$runpath_var
15238
15239 # Shared library path variable.
15240 shlibpath_var=$shlibpath_var
15241
15242 # Is shlibpath searched before the hard-coded library search path?
15243 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15244
15245 # Format of library name prefix.
15246 libname_spec=$lt_libname_spec
15247
15248 # List of archive names. First name is the real one, the rest are links.
15249 # The last name is the one that the linker finds with -lNAME
15250 library_names_spec=$lt_library_names_spec
15251
15252 # The coded name of the library, if different from the real name.
15253 soname_spec=$lt_soname_spec
15254
15255 # Permission mode override for installation of shared libraries.
15256 install_override_mode=$lt_install_override_mode
15257
15258 # Command to use after installation of a shared archive.
15259 postinstall_cmds=$lt_postinstall_cmds
15260
15261 # Command to use after uninstallation of a shared archive.
15262 postuninstall_cmds=$lt_postuninstall_cmds
15263
15264 # Commands used to finish a libtool library installation in a directory.
15265 finish_cmds=$lt_finish_cmds
15266
15267 # As "finish_cmds", except a single script fragment to be evaled but
15268 # not shown.
15269 finish_eval=$lt_finish_eval
15270
15271 # Whether we should hardcode library paths into libraries.
15272 hardcode_into_libs=$hardcode_into_libs
15273
15274 # Compile-time system search path for libraries.
15275 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15276
15277 # Run-time system search path for libraries.
15278 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15279
15280 # Whether dlopen is supported.
15281 dlopen_support=$enable_dlopen
15282
15283 # Whether dlopen of programs is supported.
15284 dlopen_self=$enable_dlopen_self
15285
15286 # Whether dlopen of statically linked programs is supported.
15287 dlopen_self_static=$enable_dlopen_self_static
15288
15289 # Commands to strip libraries.
15290 old_striplib=$lt_old_striplib
15291 striplib=$lt_striplib
15292
15293
15294 # The linker used to build libraries.
15295 LD=$lt_LD
15296
15297 # How to create reloadable object files.
15298 reload_flag=$lt_reload_flag
15299 reload_cmds=$lt_reload_cmds
15300
15301 # Commands used to build an old-style archive.
15302 old_archive_cmds=$lt_old_archive_cmds
15303
15304 # A language specific compiler.
15305 CC=$lt_compiler
15306
15307 # Is the compiler the GNU compiler?
15308 with_gcc=$GCC
15309
15310 # Compiler flag to turn off builtin functions.
15311 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15312
15313 # How to pass a linker flag through the compiler.
15314 wl=$lt_lt_prog_compiler_wl
15315
15316 # Additional compiler flags for building library objects.
15317 pic_flag=$lt_lt_prog_compiler_pic
15318
15319 # Compiler flag to prevent dynamic linking.
15320 link_static_flag=$lt_lt_prog_compiler_static
15321
15322 # Does compiler simultaneously support -c and -o options?
15323 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15324
15325 # Whether or not to add -lc for building shared libraries.
15326 build_libtool_need_lc=$archive_cmds_need_lc
15327
15328 # Whether or not to disallow shared libs when runtime libs are static.
15329 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15330
15331 # Compiler flag to allow reflexive dlopens.
15332 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15333
15334 # Compiler flag to generate shared objects directly from archives.
15335 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15336
15337 # Whether the compiler copes with passing no objects directly.
15338 compiler_needs_object=$lt_compiler_needs_object
15339
15340 # Create an old-style archive from a shared archive.
15341 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15342
15343 # Create a temporary old-style archive to link instead of a shared archive.
15344 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15345
15346 # Commands used to build a shared archive.
15347 archive_cmds=$lt_archive_cmds
15348 archive_expsym_cmds=$lt_archive_expsym_cmds
15349
15350 # Commands used to build a loadable module if different from building
15351 # a shared archive.
15352 module_cmds=$lt_module_cmds
15353 module_expsym_cmds=$lt_module_expsym_cmds
15354
15355 # Whether we are building with GNU ld or not.
15356 with_gnu_ld=$lt_with_gnu_ld
15357
15358 # Flag that allows shared libraries with undefined symbols to be built.
15359 allow_undefined_flag=$lt_allow_undefined_flag
15360
15361 # Flag that enforces no undefined symbols.
15362 no_undefined_flag=$lt_no_undefined_flag
15363
15364 # Flag to hardcode \$libdir into a binary during linking.
15365 # This must work even if \$libdir does not exist
15366 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15367
15368 # If ld is used when linking, flag to hardcode \$libdir into a binary
15369 # during linking. This must work even if \$libdir does not exist.
15370 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15371
15372 # Whether we need a single "-rpath" flag with a separated argument.
15373 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15374
15375 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15376 # DIR into the resulting binary.
15377 hardcode_direct=$hardcode_direct
15378
15379 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15380 # DIR into the resulting binary and the resulting library dependency is
15381 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15382 # library is relocated.
15383 hardcode_direct_absolute=$hardcode_direct_absolute
15384
15385 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15386 # into the resulting binary.
15387 hardcode_minus_L=$hardcode_minus_L
15388
15389 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15390 # into the resulting binary.
15391 hardcode_shlibpath_var=$hardcode_shlibpath_var
15392
15393 # Set to "yes" if building a shared library automatically hardcodes DIR
15394 # into the library and all subsequent libraries and executables linked
15395 # against it.
15396 hardcode_automatic=$hardcode_automatic
15397
15398 # Set to yes if linker adds runtime paths of dependent libraries
15399 # to runtime path list.
15400 inherit_rpath=$inherit_rpath
15401
15402 # Whether libtool must link a program against all its dependency libraries.
15403 link_all_deplibs=$link_all_deplibs
15404
15405 # Fix the shell variable \$srcfile for the compiler.
15406 fix_srcfile_path=$lt_fix_srcfile_path
15407
15408 # Set to "yes" if exported symbols are required.
15409 always_export_symbols=$always_export_symbols
15410
15411 # The commands to list exported symbols.
15412 export_symbols_cmds=$lt_export_symbols_cmds
15413
15414 # Symbols that should not be listed in the preloaded symbols.
15415 exclude_expsyms=$lt_exclude_expsyms
15416
15417 # Symbols that must always be exported.
15418 include_expsyms=$lt_include_expsyms
15419
15420 # Commands necessary for linking programs (against libraries) with templates.
15421 prelink_cmds=$lt_prelink_cmds
15422
15423 # Specify filename containing input files.
15424 file_list_spec=$lt_file_list_spec
15425
15426 # How to hardcode a shared library path into an executable.
15427 hardcode_action=$hardcode_action
15428
15429 # ### END LIBTOOL CONFIG
15430
15431 _LT_EOF
15432
15433 case $host_os in
15434 aix3*)
15435 cat <<\_LT_EOF >> "$cfgfile"
15436 # AIX sometimes has problems with the GCC collect2 program. For some
15437 # reason, if we set the COLLECT_NAMES environment variable, the problems
15438 # vanish in a puff of smoke.
15439 if test "X${COLLECT_NAMES+set}" != Xset; then
15440 COLLECT_NAMES=
15441 export COLLECT_NAMES
15442 fi
15443 _LT_EOF
15444 ;;
15445 esac
15446
15447
15448 ltmain="$ac_aux_dir/ltmain.sh"
15449
15450
15451 # We use sed instead of cat because bash on DJGPP gets confused if
15452 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15453 # text mode, it properly converts lines to CR/LF. This bash problem
15454 # is reportedly fixed, but why not run on old versions too?
15455 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15456 || (rm -f "$cfgfile"; exit 1)
15457
15458 case $xsi_shell in
15459 yes)
15460 cat << \_LT_EOF >> "$cfgfile"
15461
15462 # func_dirname file append nondir_replacement
15463 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15464 # otherwise set result to NONDIR_REPLACEMENT.
15465 func_dirname ()
15466 {
15467 case ${1} in
15468 */*) func_dirname_result="${1%/*}${2}" ;;
15469 * ) func_dirname_result="${3}" ;;
15470 esac
15471 }
15472
15473 # func_basename file
15474 func_basename ()
15475 {
15476 func_basename_result="${1##*/}"
15477 }
15478
15479 # func_dirname_and_basename file append nondir_replacement
15480 # perform func_basename and func_dirname in a single function
15481 # call:
15482 # dirname: Compute the dirname of FILE. If nonempty,
15483 # add APPEND to the result, otherwise set result
15484 # to NONDIR_REPLACEMENT.
15485 # value returned in "$func_dirname_result"
15486 # basename: Compute filename of FILE.
15487 # value retuned in "$func_basename_result"
15488 # Implementation must be kept synchronized with func_dirname
15489 # and func_basename. For efficiency, we do not delegate to
15490 # those functions but instead duplicate the functionality here.
15491 func_dirname_and_basename ()
15492 {
15493 case ${1} in
15494 */*) func_dirname_result="${1%/*}${2}" ;;
15495 * ) func_dirname_result="${3}" ;;
15496 esac
15497 func_basename_result="${1##*/}"
15498 }
15499
15500 # func_stripname prefix suffix name
15501 # strip PREFIX and SUFFIX off of NAME.
15502 # PREFIX and SUFFIX must not contain globbing or regex special
15503 # characters, hashes, percent signs, but SUFFIX may contain a leading
15504 # dot (in which case that matches only a dot).
15505 func_stripname ()
15506 {
15507 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15508 # positional parameters, so assign one to ordinary parameter first.
15509 func_stripname_result=${3}
15510 func_stripname_result=${func_stripname_result#"${1}"}
15511 func_stripname_result=${func_stripname_result%"${2}"}
15512 }
15513
15514 # func_opt_split
15515 func_opt_split ()
15516 {
15517 func_opt_split_opt=${1%%=*}
15518 func_opt_split_arg=${1#*=}
15519 }
15520
15521 # func_lo2o object
15522 func_lo2o ()
15523 {
15524 case ${1} in
15525 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15526 *) func_lo2o_result=${1} ;;
15527 esac
15528 }
15529
15530 # func_xform libobj-or-source
15531 func_xform ()
15532 {
15533 func_xform_result=${1%.*}.lo
15534 }
15535
15536 # func_arith arithmetic-term...
15537 func_arith ()
15538 {
15539 func_arith_result=$(( $* ))
15540 }
15541
15542 # func_len string
15543 # STRING may not start with a hyphen.
15544 func_len ()
15545 {
15546 func_len_result=${#1}
15547 }
15548
15549 _LT_EOF
15550 ;;
15551 *) # Bourne compatible functions.
15552 cat << \_LT_EOF >> "$cfgfile"
15553
15554 # func_dirname file append nondir_replacement
15555 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15556 # otherwise set result to NONDIR_REPLACEMENT.
15557 func_dirname ()
15558 {
15559 # Extract subdirectory from the argument.
15560 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15561 if test "X$func_dirname_result" = "X${1}"; then
15562 func_dirname_result="${3}"
15563 else
15564 func_dirname_result="$func_dirname_result${2}"
15565 fi
15566 }
15567
15568 # func_basename file
15569 func_basename ()
15570 {
15571 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15572 }
15573
15574
15575 # func_stripname prefix suffix name
15576 # strip PREFIX and SUFFIX off of NAME.
15577 # PREFIX and SUFFIX must not contain globbing or regex special
15578 # characters, hashes, percent signs, but SUFFIX may contain a leading
15579 # dot (in which case that matches only a dot).
15580 # func_strip_suffix prefix name
15581 func_stripname ()
15582 {
15583 case ${2} in
15584 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15585 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15586 esac
15587 }
15588
15589 # sed scripts:
15590 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15591 my_sed_long_arg='1s/^-[^=]*=//'
15592
15593 # func_opt_split
15594 func_opt_split ()
15595 {
15596 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15597 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15598 }
15599
15600 # func_lo2o object
15601 func_lo2o ()
15602 {
15603 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15604 }
15605
15606 # func_xform libobj-or-source
15607 func_xform ()
15608 {
15609 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15610 }
15611
15612 # func_arith arithmetic-term...
15613 func_arith ()
15614 {
15615 func_arith_result=`expr "$@"`
15616 }
15617
15618 # func_len string
15619 # STRING may not start with a hyphen.
15620 func_len ()
15621 {
15622 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15623 }
15624
15625 _LT_EOF
15626 esac
15627
15628 case $lt_shell_append in
15629 yes)
15630 cat << \_LT_EOF >> "$cfgfile"
15631
15632 # func_append var value
15633 # Append VALUE to the end of shell variable VAR.
15634 func_append ()
15635 {
15636 eval "$1+=\$2"
15637 }
15638 _LT_EOF
15639 ;;
15640 *)
15641 cat << \_LT_EOF >> "$cfgfile"
15642
15643 # func_append var value
15644 # Append VALUE to the end of shell variable VAR.
15645 func_append ()
15646 {
15647 eval "$1=\$$1\$2"
15648 }
15649
15650 _LT_EOF
15651 ;;
15652 esac
15653
15654
15655 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15656 || (rm -f "$cfgfile"; exit 1)
15657
15658 mv -f "$cfgfile" "$ofile" ||
15659 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15660 chmod +x "$ofile"
15661
15662 ;;
15663 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15664 rm -f Makesim1.tmp Makesim2.tmp Makefile
15665 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15666 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15667 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15668 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15669 <Makefile.sim >Makefile
15670 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15671 ;;
15672 "stamp-h":C) echo > stamp-h ;;
15673
15674 esac
15675 done # for ac_tag
15676
15677
15678 as_fn_exit 0
15679 _ACEOF
15680 ac_clean_files=$ac_clean_files_save
15681
15682 test $ac_write_fail = 0 ||
15683 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15684
15685
15686 # configure is writing to config.log, and then calls config.status.
15687 # config.status does its own redirection, appending to config.log.
15688 # Unfortunately, on DOS this fails, as config.log is still kept open
15689 # by configure, so config.status won't be able to write to it; its
15690 # output is simply discarded. So we exec the FD to /dev/null,
15691 # effectively closing config.log, so it can be properly (re)opened and
15692 # appended to by config.status. When coming back to configure, we
15693 # need to make the FD available again.
15694 if test "$no_create" != yes; then
15695 ac_cs_success=:
15696 ac_config_status_args=
15697 test "$silent" = yes &&
15698 ac_config_status_args="$ac_config_status_args --quiet"
15699 exec 5>/dev/null
15700 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15701 exec 5>>config.log
15702 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15703 # would make configure fail if this is the last instruction.
15704 $ac_cs_success || as_fn_exit $?
15705 fi
15706 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15708 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15709 fi
15710
15711
This page took 0.394216 seconds and 4 git commands to generate.