]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/v850/configure
adc2701ea7eb49a1a7908ff0756890fcd091d168
[thirdparty/binutils-gdb.git] / sim / v850 / 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 REPORT_BUGS_TEXI
605 REPORT_BUGS_TO
606 PKGVERSION
607 sim_profile
608 sim_trace
609 sim_stdio
610 sim_debug
611 sim_cflags
612 sim_bswap
613 MAINT
614 lt_cv_dlopen_libs
615 OTOOL64
616 OTOOL
617 LIPO
618 NMEDIT
619 DSYMUTIL
620 AWK
621 STRIP
622 OBJDUMP
623 LN_S
624 NM
625 ac_ct_DUMPBIN
626 DUMPBIN
627 LD
628 FGREP
629 SED
630 LIBTOOL
631 PLUGINS_FALSE
632 PLUGINS_TRUE
633 CATOBJEXT
634 GENCAT
635 INSTOBJEXT
636 DATADIRNAME
637 CATALOGS
638 POSUB
639 GMSGFMT
640 XGETTEXT
641 INCINTL
642 LIBINTL_DEP
643 LIBINTL
644 USE_NLS
645 GMAKE_FALSE
646 GMAKE_TRUE
647 MAKE
648 CCDEPMODE
649 DEPDIR
650 am__leading_dot
651 PACKAGE
652 RANLIB
653 AR
654 HDEFINES
655 CC_FOR_BUILD
656 INSTALL_DATA
657 INSTALL_SCRIPT
658 INSTALL_PROGRAM
659 EGREP
660 GREP
661 CPP
662 target_os
663 target_vendor
664 target_cpu
665 target
666 host_os
667 host_vendor
668 host_cpu
669 host
670 build_os
671 build_vendor
672 build_cpu
673 build
674 OBJEXT
675 EXEEXT
676 ac_ct_CC
677 CPPFLAGS
678 LDFLAGS
679 CFLAGS
680 CC
681 WERROR_CFLAGS
682 WARN_CFLAGS
683 sim_xor_endian
684 sim_stdcall
685 sim_smp
686 sim_reserved_bits
687 sim_regparm
688 sim_packages
689 sim_inline
690 sim_hw
691 sim_hw_objs
692 sim_hw_cflags
693 sim_default_model
694 sim_scache
695 sim_float
696 sim_hostendian
697 sim_endian
698 sim_bitsize
699 sim_assert
700 sim_alignment
701 sim_environment
702 target_alias
703 host_alias
704 build_alias
705 LIBS
706 ECHO_T
707 ECHO_N
708 ECHO_C
709 DEFS
710 mandir
711 localedir
712 libdir
713 psdir
714 pdfdir
715 dvidir
716 htmldir
717 infodir
718 docdir
719 oldincludedir
720 includedir
721 localstatedir
722 sharedstatedir
723 sysconfdir
724 datadir
725 datarootdir
726 libexecdir
727 sbindir
728 bindir
729 program_transform_name
730 prefix
731 exec_prefix
732 PACKAGE_URL
733 PACKAGE_BUGREPORT
734 PACKAGE_STRING
735 PACKAGE_VERSION
736 PACKAGE_TARNAME
737 PACKAGE_NAME
738 PATH_SEPARATOR
739 SHELL'
740 ac_subst_files=''
741 ac_user_opts='
742 enable_option_checking
743 with_zlib
744 enable_plugins
745 enable_shared
746 enable_static
747 with_pic
748 enable_fast_install
749 with_gnu_ld
750 enable_libtool_lock
751 enable_maintainer_mode
752 enable_sim_bswap
753 enable_sim_cflags
754 enable_sim_debug
755 enable_sim_stdio
756 enable_sim_trace
757 enable_sim_profile
758 with_pkgversion
759 with_bugurl
760 enable_sim_endian
761 enable_sim_alignment
762 enable_sim_hostendian
763 enable_werror
764 enable_build_warnings
765 enable_sim_build_warnings
766 enable_sim_reserved_bits
767 enable_sim_bitsize
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-endian=endian Specify target byte endian orientation.
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-reserved-bits Specify whether to check reserved bits in instruction.
1418 --enable-sim-bitsize=N Specify target bitsize (32 or 64).
1419
1420 Optional Packages:
1421 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1422 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1423 --with-zlib include zlib support (auto/yes/no) default=auto
1424 --with-pic try to use only PIC/non-PIC objects [default=use
1425 both]
1426 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1427 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1428 --with-bugurl=URL Direct users to URL to report a bug
1429
1430 Some influential environment variables:
1431 CC C compiler command
1432 CFLAGS C compiler flags
1433 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1434 nonstandard directory <lib dir>
1435 LIBS libraries to pass to the linker, e.g. -l<library>
1436 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437 you have headers in a nonstandard directory <include dir>
1438 CPP C preprocessor
1439
1440 Use these variables to override the choices made by `configure' or to help
1441 it to find libraries and programs with nonstandard names/locations.
1442
1443 Report bugs to the package provider.
1444 _ACEOF
1445 ac_status=$?
1446 fi
1447
1448 if test "$ac_init_help" = "recursive"; then
1449 # If there are subdirs, report their specific --help.
1450 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1451 test -d "$ac_dir" ||
1452 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1453 continue
1454 ac_builddir=.
1455
1456 case "$ac_dir" in
1457 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1458 *)
1459 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1460 # A ".." for each directory in $ac_dir_suffix.
1461 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1462 case $ac_top_builddir_sub in
1463 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1465 esac ;;
1466 esac
1467 ac_abs_top_builddir=$ac_pwd
1468 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1469 # for backward compatibility:
1470 ac_top_builddir=$ac_top_build_prefix
1471
1472 case $srcdir in
1473 .) # We are building in place.
1474 ac_srcdir=.
1475 ac_top_srcdir=$ac_top_builddir_sub
1476 ac_abs_top_srcdir=$ac_pwd ;;
1477 [\\/]* | ?:[\\/]* ) # Absolute name.
1478 ac_srcdir=$srcdir$ac_dir_suffix;
1479 ac_top_srcdir=$srcdir
1480 ac_abs_top_srcdir=$srcdir ;;
1481 *) # Relative name.
1482 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1483 ac_top_srcdir=$ac_top_build_prefix$srcdir
1484 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1485 esac
1486 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1487
1488 cd "$ac_dir" || { ac_status=$?; continue; }
1489 # Check for guested configure.
1490 if test -f "$ac_srcdir/configure.gnu"; then
1491 echo &&
1492 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1493 elif test -f "$ac_srcdir/configure"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure" --help=recursive
1496 else
1497 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1498 fi || ac_status=$?
1499 cd "$ac_pwd" || { ac_status=$?; break; }
1500 done
1501 fi
1502
1503 test -n "$ac_init_help" && exit $ac_status
1504 if $ac_init_version; then
1505 cat <<\_ACEOF
1506 configure
1507 generated by GNU Autoconf 2.64
1508
1509 Copyright (C) 2009 Free Software Foundation, Inc.
1510 This configure script is free software; the Free Software Foundation
1511 gives unlimited permission to copy, distribute and modify it.
1512 _ACEOF
1513 exit
1514 fi
1515
1516 ## ------------------------ ##
1517 ## Autoconf initialization. ##
1518 ## ------------------------ ##
1519
1520 # ac_fn_c_try_compile LINENO
1521 # --------------------------
1522 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1523 ac_fn_c_try_compile ()
1524 {
1525 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1526 rm -f conftest.$ac_objext
1527 if { { ac_try="$ac_compile"
1528 case "(($ac_try" in
1529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1530 *) ac_try_echo=$ac_try;;
1531 esac
1532 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1533 $as_echo "$ac_try_echo"; } >&5
1534 (eval "$ac_compile") 2>conftest.err
1535 ac_status=$?
1536 if test -s conftest.err; then
1537 grep -v '^ *+' conftest.err >conftest.er1
1538 cat conftest.er1 >&5
1539 mv -f conftest.er1 conftest.err
1540 fi
1541 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1542 test $ac_status = 0; } && {
1543 test -z "$ac_c_werror_flag" ||
1544 test ! -s conftest.err
1545 } && test -s conftest.$ac_objext; then :
1546 ac_retval=0
1547 else
1548 $as_echo "$as_me: failed program was:" >&5
1549 sed 's/^/| /' conftest.$ac_ext >&5
1550
1551 ac_retval=1
1552 fi
1553 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1554 return $ac_retval
1555
1556 } # ac_fn_c_try_compile
1557
1558 # ac_fn_c_try_cpp LINENO
1559 # ----------------------
1560 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1561 ac_fn_c_try_cpp ()
1562 {
1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564 if { { ac_try="$ac_cpp conftest.$ac_ext"
1565 case "(($ac_try" in
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1568 esac
1569 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1570 $as_echo "$ac_try_echo"; } >&5
1571 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1572 ac_status=$?
1573 if test -s conftest.err; then
1574 grep -v '^ *+' conftest.err >conftest.er1
1575 cat conftest.er1 >&5
1576 mv -f conftest.er1 conftest.err
1577 fi
1578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1579 test $ac_status = 0; } >/dev/null && {
1580 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1581 test ! -s conftest.err
1582 }; then :
1583 ac_retval=0
1584 else
1585 $as_echo "$as_me: failed program was:" >&5
1586 sed 's/^/| /' conftest.$ac_ext >&5
1587
1588 ac_retval=1
1589 fi
1590 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1591 return $ac_retval
1592
1593 } # ac_fn_c_try_cpp
1594
1595 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1596 # -------------------------------------------------------
1597 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1598 # the include files in INCLUDES and setting the cache variable VAR
1599 # accordingly.
1600 ac_fn_c_check_header_mongrel ()
1601 {
1602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1605 $as_echo_n "checking for $2... " >&6; }
1606 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1607 $as_echo_n "(cached) " >&6
1608 fi
1609 eval ac_res=\$$3
1610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1611 $as_echo "$ac_res" >&6; }
1612 else
1613 # Is the header compilable?
1614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1615 $as_echo_n "checking $2 usability... " >&6; }
1616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1617 /* end confdefs.h. */
1618 $4
1619 #include <$2>
1620 _ACEOF
1621 if ac_fn_c_try_compile "$LINENO"; then :
1622 ac_header_compiler=yes
1623 else
1624 ac_header_compiler=no
1625 fi
1626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1628 $as_echo "$ac_header_compiler" >&6; }
1629
1630 # Is the header present?
1631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1632 $as_echo_n "checking $2 presence... " >&6; }
1633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1634 /* end confdefs.h. */
1635 #include <$2>
1636 _ACEOF
1637 if ac_fn_c_try_cpp "$LINENO"; then :
1638 ac_header_preproc=yes
1639 else
1640 ac_header_preproc=no
1641 fi
1642 rm -f conftest.err conftest.$ac_ext
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1644 $as_echo "$ac_header_preproc" >&6; }
1645
1646 # So? What about this header?
1647 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1648 yes:no: )
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1650 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1652 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1653 ;;
1654 no:yes:* )
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1656 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1658 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1660 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1662 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1664 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1665 ;;
1666 esac
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1668 $as_echo_n "checking for $2... " >&6; }
1669 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1670 $as_echo_n "(cached) " >&6
1671 else
1672 eval "$3=\$ac_header_compiler"
1673 fi
1674 eval ac_res=\$$3
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1676 $as_echo "$ac_res" >&6; }
1677 fi
1678 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1679
1680 } # ac_fn_c_check_header_mongrel
1681
1682 # ac_fn_c_try_run LINENO
1683 # ----------------------
1684 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1685 # that executables *can* be run.
1686 ac_fn_c_try_run ()
1687 {
1688 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1689 if { { ac_try="$ac_link"
1690 case "(($ac_try" in
1691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1692 *) ac_try_echo=$ac_try;;
1693 esac
1694 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1695 $as_echo "$ac_try_echo"; } >&5
1696 (eval "$ac_link") 2>&5
1697 ac_status=$?
1698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1699 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1700 { { case "(($ac_try" in
1701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1702 *) ac_try_echo=$ac_try;;
1703 esac
1704 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1705 $as_echo "$ac_try_echo"; } >&5
1706 (eval "$ac_try") 2>&5
1707 ac_status=$?
1708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709 test $ac_status = 0; }; }; then :
1710 ac_retval=0
1711 else
1712 $as_echo "$as_me: program exited with status $ac_status" >&5
1713 $as_echo "$as_me: failed program was:" >&5
1714 sed 's/^/| /' conftest.$ac_ext >&5
1715
1716 ac_retval=$ac_status
1717 fi
1718 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1719 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1720 return $ac_retval
1721
1722 } # ac_fn_c_try_run
1723
1724 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1725 # -------------------------------------------------------
1726 # Tests whether HEADER exists and can be compiled using the include files in
1727 # INCLUDES, setting the cache variable VAR accordingly.
1728 ac_fn_c_check_header_compile ()
1729 {
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1732 $as_echo_n "checking for $2... " >&6; }
1733 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1734 $as_echo_n "(cached) " >&6
1735 else
1736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1737 /* end confdefs.h. */
1738 $4
1739 #include <$2>
1740 _ACEOF
1741 if ac_fn_c_try_compile "$LINENO"; then :
1742 eval "$3=yes"
1743 else
1744 eval "$3=no"
1745 fi
1746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1747 fi
1748 eval ac_res=\$$3
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1750 $as_echo "$ac_res" >&6; }
1751 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752
1753 } # ac_fn_c_check_header_compile
1754
1755 # ac_fn_c_try_link LINENO
1756 # -----------------------
1757 # Try to link conftest.$ac_ext, and return whether this succeeded.
1758 ac_fn_c_try_link ()
1759 {
1760 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1761 rm -f conftest.$ac_objext conftest$ac_exeext
1762 if { { ac_try="$ac_link"
1763 case "(($ac_try" in
1764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1765 *) ac_try_echo=$ac_try;;
1766 esac
1767 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1768 $as_echo "$ac_try_echo"; } >&5
1769 (eval "$ac_link") 2>conftest.err
1770 ac_status=$?
1771 if test -s conftest.err; then
1772 grep -v '^ *+' conftest.err >conftest.er1
1773 cat conftest.er1 >&5
1774 mv -f conftest.er1 conftest.err
1775 fi
1776 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1777 test $ac_status = 0; } && {
1778 test -z "$ac_c_werror_flag" ||
1779 test ! -s conftest.err
1780 } && test -s conftest$ac_exeext && {
1781 test "$cross_compiling" = yes ||
1782 $as_test_x conftest$ac_exeext
1783 }; then :
1784 ac_retval=0
1785 else
1786 $as_echo "$as_me: failed program was:" >&5
1787 sed 's/^/| /' conftest.$ac_ext >&5
1788
1789 ac_retval=1
1790 fi
1791 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1792 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1793 # interfere with the next link command; also delete a directory that is
1794 # left behind by Apple's compiler. We do this before executing the actions.
1795 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1796 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1797 return $ac_retval
1798
1799 } # ac_fn_c_try_link
1800
1801 # ac_fn_c_check_func LINENO FUNC VAR
1802 # ----------------------------------
1803 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1804 ac_fn_c_check_func ()
1805 {
1806 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1808 $as_echo_n "checking for $2... " >&6; }
1809 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1810 $as_echo_n "(cached) " >&6
1811 else
1812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1813 /* end confdefs.h. */
1814 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1815 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1816 #define $2 innocuous_$2
1817
1818 /* System header to define __stub macros and hopefully few prototypes,
1819 which can conflict with char $2 (); below.
1820 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1821 <limits.h> exists even on freestanding compilers. */
1822
1823 #ifdef __STDC__
1824 # include <limits.h>
1825 #else
1826 # include <assert.h>
1827 #endif
1828
1829 #undef $2
1830
1831 /* Override any GCC internal prototype to avoid an error.
1832 Use char because int might match the return type of a GCC
1833 builtin and then its argument prototype would still apply. */
1834 #ifdef __cplusplus
1835 extern "C"
1836 #endif
1837 char $2 ();
1838 /* The GNU C library defines this for functions which it implements
1839 to always fail with ENOSYS. Some functions are actually named
1840 something starting with __ and the normal name is an alias. */
1841 #if defined __stub_$2 || defined __stub___$2
1842 choke me
1843 #endif
1844
1845 int
1846 main ()
1847 {
1848 return $2 ();
1849 ;
1850 return 0;
1851 }
1852 _ACEOF
1853 if ac_fn_c_try_link "$LINENO"; then :
1854 eval "$3=yes"
1855 else
1856 eval "$3=no"
1857 fi
1858 rm -f core conftest.err conftest.$ac_objext \
1859 conftest$ac_exeext conftest.$ac_ext
1860 fi
1861 eval ac_res=\$$3
1862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1863 $as_echo "$ac_res" >&6; }
1864 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1865
1866 } # ac_fn_c_check_func
1867 cat >config.log <<_ACEOF
1868 This file contains any messages produced by compilers while
1869 running configure, to aid debugging if configure makes a mistake.
1870
1871 It was created by $as_me, which was
1872 generated by GNU Autoconf 2.64. Invocation command line was
1873
1874 $ $0 $@
1875
1876 _ACEOF
1877 exec 5>>config.log
1878 {
1879 cat <<_ASUNAME
1880 ## --------- ##
1881 ## Platform. ##
1882 ## --------- ##
1883
1884 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1885 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1886 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1887 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1888 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1889
1890 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1891 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1892
1893 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1894 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1895 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1896 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1897 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1898 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1899 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1900
1901 _ASUNAME
1902
1903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1904 for as_dir in $PATH
1905 do
1906 IFS=$as_save_IFS
1907 test -z "$as_dir" && as_dir=.
1908 $as_echo "PATH: $as_dir"
1909 done
1910 IFS=$as_save_IFS
1911
1912 } >&5
1913
1914 cat >&5 <<_ACEOF
1915
1916
1917 ## ----------- ##
1918 ## Core tests. ##
1919 ## ----------- ##
1920
1921 _ACEOF
1922
1923
1924 # Keep a trace of the command line.
1925 # Strip out --no-create and --no-recursion so they do not pile up.
1926 # Strip out --silent because we don't want to record it for future runs.
1927 # Also quote any args containing shell meta-characters.
1928 # Make two passes to allow for proper duplicate-argument suppression.
1929 ac_configure_args=
1930 ac_configure_args0=
1931 ac_configure_args1=
1932 ac_must_keep_next=false
1933 for ac_pass in 1 2
1934 do
1935 for ac_arg
1936 do
1937 case $ac_arg in
1938 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1939 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1940 | -silent | --silent | --silen | --sile | --sil)
1941 continue ;;
1942 *\'*)
1943 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1944 esac
1945 case $ac_pass in
1946 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1947 2)
1948 as_fn_append ac_configure_args1 " '$ac_arg'"
1949 if test $ac_must_keep_next = true; then
1950 ac_must_keep_next=false # Got value, back to normal.
1951 else
1952 case $ac_arg in
1953 *=* | --config-cache | -C | -disable-* | --disable-* \
1954 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1955 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1956 | -with-* | --with-* | -without-* | --without-* | --x)
1957 case "$ac_configure_args0 " in
1958 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1959 esac
1960 ;;
1961 -* ) ac_must_keep_next=true ;;
1962 esac
1963 fi
1964 as_fn_append ac_configure_args " '$ac_arg'"
1965 ;;
1966 esac
1967 done
1968 done
1969 { ac_configure_args0=; unset ac_configure_args0;}
1970 { ac_configure_args1=; unset ac_configure_args1;}
1971
1972 # When interrupted or exit'd, cleanup temporary files, and complete
1973 # config.log. We remove comments because anyway the quotes in there
1974 # would cause problems or look ugly.
1975 # WARNING: Use '\'' to represent an apostrophe within the trap.
1976 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1977 trap 'exit_status=$?
1978 # Save into config.log some information that might help in debugging.
1979 {
1980 echo
1981
1982 cat <<\_ASBOX
1983 ## ---------------- ##
1984 ## Cache variables. ##
1985 ## ---------------- ##
1986 _ASBOX
1987 echo
1988 # The following way of writing the cache mishandles newlines in values,
1989 (
1990 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1991 eval ac_val=\$$ac_var
1992 case $ac_val in #(
1993 *${as_nl}*)
1994 case $ac_var in #(
1995 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1996 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1997 esac
1998 case $ac_var in #(
1999 _ | IFS | as_nl) ;; #(
2000 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2001 *) { eval $ac_var=; unset $ac_var;} ;;
2002 esac ;;
2003 esac
2004 done
2005 (set) 2>&1 |
2006 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2007 *${as_nl}ac_space=\ *)
2008 sed -n \
2009 "s/'\''/'\''\\\\'\'''\''/g;
2010 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2011 ;; #(
2012 *)
2013 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2014 ;;
2015 esac |
2016 sort
2017 )
2018 echo
2019
2020 cat <<\_ASBOX
2021 ## ----------------- ##
2022 ## Output variables. ##
2023 ## ----------------- ##
2024 _ASBOX
2025 echo
2026 for ac_var in $ac_subst_vars
2027 do
2028 eval ac_val=\$$ac_var
2029 case $ac_val in
2030 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2031 esac
2032 $as_echo "$ac_var='\''$ac_val'\''"
2033 done | sort
2034 echo
2035
2036 if test -n "$ac_subst_files"; then
2037 cat <<\_ASBOX
2038 ## ------------------- ##
2039 ## File substitutions. ##
2040 ## ------------------- ##
2041 _ASBOX
2042 echo
2043 for ac_var in $ac_subst_files
2044 do
2045 eval ac_val=\$$ac_var
2046 case $ac_val in
2047 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2048 esac
2049 $as_echo "$ac_var='\''$ac_val'\''"
2050 done | sort
2051 echo
2052 fi
2053
2054 if test -s confdefs.h; then
2055 cat <<\_ASBOX
2056 ## ----------- ##
2057 ## confdefs.h. ##
2058 ## ----------- ##
2059 _ASBOX
2060 echo
2061 cat confdefs.h
2062 echo
2063 fi
2064 test "$ac_signal" != 0 &&
2065 $as_echo "$as_me: caught signal $ac_signal"
2066 $as_echo "$as_me: exit $exit_status"
2067 } >&5
2068 rm -f core *.core core.conftest.* &&
2069 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2070 exit $exit_status
2071 ' 0
2072 for ac_signal in 1 2 13 15; do
2073 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2074 done
2075 ac_signal=0
2076
2077 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2078 rm -f -r conftest* confdefs.h
2079
2080 $as_echo "/* confdefs.h */" > confdefs.h
2081
2082 # Predefined preprocessor variables.
2083
2084 cat >>confdefs.h <<_ACEOF
2085 #define PACKAGE_NAME "$PACKAGE_NAME"
2086 _ACEOF
2087
2088 cat >>confdefs.h <<_ACEOF
2089 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2090 _ACEOF
2091
2092 cat >>confdefs.h <<_ACEOF
2093 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2094 _ACEOF
2095
2096 cat >>confdefs.h <<_ACEOF
2097 #define PACKAGE_STRING "$PACKAGE_STRING"
2098 _ACEOF
2099
2100 cat >>confdefs.h <<_ACEOF
2101 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2102 _ACEOF
2103
2104 cat >>confdefs.h <<_ACEOF
2105 #define PACKAGE_URL "$PACKAGE_URL"
2106 _ACEOF
2107
2108
2109 # Let the site file select an alternate cache file if it wants to.
2110 # Prefer an explicitly selected file to automatically selected ones.
2111 ac_site_file1=NONE
2112 ac_site_file2=NONE
2113 if test -n "$CONFIG_SITE"; then
2114 ac_site_file1=$CONFIG_SITE
2115 elif test "x$prefix" != xNONE; then
2116 ac_site_file1=$prefix/share/config.site
2117 ac_site_file2=$prefix/etc/config.site
2118 else
2119 ac_site_file1=$ac_default_prefix/share/config.site
2120 ac_site_file2=$ac_default_prefix/etc/config.site
2121 fi
2122 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2123 do
2124 test "x$ac_site_file" = xNONE && continue
2125 if test -r "$ac_site_file"; then
2126 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2127 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2128 sed 's/^/| /' "$ac_site_file" >&5
2129 . "$ac_site_file"
2130 fi
2131 done
2132
2133 if test -r "$cache_file"; then
2134 # Some versions of bash will fail to source /dev/null (special
2135 # files actually), so we avoid doing that.
2136 if test -f "$cache_file"; then
2137 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2138 $as_echo "$as_me: loading cache $cache_file" >&6;}
2139 case $cache_file in
2140 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2141 *) . "./$cache_file";;
2142 esac
2143 fi
2144 else
2145 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2146 $as_echo "$as_me: creating cache $cache_file" >&6;}
2147 >$cache_file
2148 fi
2149
2150 # Check that the precious variables saved in the cache have kept the same
2151 # value.
2152 ac_cache_corrupted=false
2153 for ac_var in $ac_precious_vars; do
2154 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2155 eval ac_new_set=\$ac_env_${ac_var}_set
2156 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2157 eval ac_new_val=\$ac_env_${ac_var}_value
2158 case $ac_old_set,$ac_new_set in
2159 set,)
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2161 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2162 ac_cache_corrupted=: ;;
2163 ,set)
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2165 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2166 ac_cache_corrupted=: ;;
2167 ,);;
2168 *)
2169 if test "x$ac_old_val" != "x$ac_new_val"; then
2170 # differences in whitespace do not lead to failure.
2171 ac_old_val_w=`echo x $ac_old_val`
2172 ac_new_val_w=`echo x $ac_new_val`
2173 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2175 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2176 ac_cache_corrupted=:
2177 else
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2179 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2180 eval $ac_var=\$ac_old_val
2181 fi
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2183 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2184 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2185 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2186 fi;;
2187 esac
2188 # Pass precious variables to config.status.
2189 if test "$ac_new_set" = set; then
2190 case $ac_new_val in
2191 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2192 *) ac_arg=$ac_var=$ac_new_val ;;
2193 esac
2194 case " $ac_configure_args " in
2195 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2196 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2197 esac
2198 fi
2199 done
2200 if $ac_cache_corrupted; then
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2202 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2204 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2205 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2206 fi
2207 ## -------------------- ##
2208 ## Main body of script. ##
2209 ## -------------------- ##
2210
2211 ac_ext=c
2212 ac_cpp='$CPP $CPPFLAGS'
2213 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2214 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2215 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2216
2217
2218 # This file contains common code used by all simulators.
2219 #
2220 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2221 # directory. It is intended to be invoked before any target specific stuff.
2222 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2223 # It is intended to be invoked last.
2224 #
2225 # The simulator's configure.in should look like:
2226 #
2227 # dnl Process this file with autoconf to produce a configure script.
2228 # AC_PREREQ(2.64)dnl
2229 # AC_INIT(Makefile.in)
2230 # sinclude(../common/aclocal.m4)
2231 #
2232 # SIM_AC_COMMON
2233 #
2234 # ... target specific stuff ...
2235 #
2236 # SIM_AC_OUTPUT
2237
2238 # Include global overrides and fixes for Autoconf.
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
2265 # _AC_CHECK_DECL_BODY
2266 # -------------------
2267 # Shell function body for AC_CHECK_DECL.
2268 # _AC_CHECK_DECL_BODY
2269
2270 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2271 # INCLUDES)
2272 # -------------------------------------------------------------
2273 # Helper to AC_CHECK_DECLS, which generates the check for a single
2274 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2275 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2289 #
2290 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2291 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2292 # Written by Gordon Matzigkeit, 1996
2293 #
2294 # This file is free software; the Free Software Foundation gives
2295 # unlimited permission to copy and/or distribute it, with or without
2296 # modifications, as long as this notice is preserved.
2297
2298
2299
2300 # serial 56 LT_INIT
2301
2302
2303 # LT_PREREQ(VERSION)
2304 # ------------------
2305 # Complain and exit if this libtool version is less that VERSION.
2306
2307
2308
2309 # _LT_CHECK_BUILDDIR
2310 # ------------------
2311 # Complain if the absolute build directory name contains unusual characters
2312
2313
2314
2315 # LT_INIT([OPTIONS])
2316 # ------------------
2317 # LT_INIT
2318
2319 # Old names:
2320 # This is what autoupdate's m4 run will expand. It fires
2321 # the warning (with _au_warn_XXX), outputs it into the
2322 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2323 # the replacement expansion.
2324
2325
2326 # This is an auxiliary macro that is also run when
2327 # autoupdate runs m4. It simply calls m4_warning, but
2328 # we need a wrapper so that each warning is emitted only
2329 # once. We break the quoting in m4_warning's argument in
2330 # order to expand this macro's arguments, not AU_DEFUN's.
2331
2332
2333 # Finally, this is the expansion that is picked up by
2334 # autoconf. It tells the user to run autoupdate, and
2335 # then outputs the replacement expansion. We do not care
2336 # about autoupdate's warning because that contains
2337 # information on what to do *after* running autoupdate.
2338
2339 # This is what autoupdate's m4 run will expand. It fires
2340 # the warning (with _au_warn_XXX), outputs it into the
2341 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2342 # the replacement expansion.
2343
2344
2345 # This is an auxiliary macro that is also run when
2346 # autoupdate runs m4. It simply calls m4_warning, but
2347 # we need a wrapper so that each warning is emitted only
2348 # once. We break the quoting in m4_warning's argument in
2349 # order to expand this macro's arguments, not AU_DEFUN's.
2350
2351
2352 # Finally, this is the expansion that is picked up by
2353 # autoconf. It tells the user to run autoupdate, and
2354 # then outputs the replacement expansion. We do not care
2355 # about autoupdate's warning because that contains
2356 # information on what to do *after* running autoupdate.
2357
2358
2359
2360 # _LT_CC_BASENAME(CC)
2361 # -------------------
2362 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2363
2364
2365
2366 # _LT_FILEUTILS_DEFAULTS
2367 # ----------------------
2368 # It is okay to use these file commands and assume they have been set
2369 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2370 # _LT_FILEUTILS_DEFAULTS
2371
2372
2373 # _LT_SETUP
2374 # ---------
2375 # _LT_SETUP
2376
2377
2378 # _LT_PREPARE_SED_QUOTE_VARS
2379 # --------------------------
2380 # Define a few sed substitution that help us do robust quoting.
2381
2382
2383 # _LT_PROG_LTMAIN
2384 # ---------------
2385 # Note that this code is called both from `configure', and `config.status'
2386 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2387 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2388 # so we pass a copy along to make sure it has a sensible value anyway.
2389 # _LT_PROG_LTMAIN
2390
2391
2392 ## ------------------------------------- ##
2393 ## Accumulate code for creating libtool. ##
2394 ## ------------------------------------- ##
2395
2396 # So that we can recreate a full libtool script including additional
2397 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2398 # in macros and then make a single call at the end using the `libtool'
2399 # label.
2400
2401
2402 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2403 # ----------------------------------------
2404 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2405
2406
2407 # Initialize.
2408
2409
2410
2411 # _LT_CONFIG_LIBTOOL([COMMANDS])
2412 # ------------------------------
2413 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2414
2415
2416 # Initialize.
2417
2418
2419
2420 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2421 # -----------------------------------------------------
2422
2423
2424
2425 # _LT_FORMAT_COMMENT([COMMENT])
2426 # -----------------------------
2427 # Add leading comment marks to the start of each line, and a trailing
2428 # full-stop to the whole comment if one is not present already.
2429
2430
2431
2432
2433 ## ------------------------ ##
2434 ## FIXME: Eliminate VARNAME ##
2435 ## ------------------------ ##
2436
2437
2438 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2439 # -------------------------------------------------------------------
2440 # CONFIGNAME is the name given to the value in the libtool script.
2441 # VARNAME is the (base) name used in the configure script.
2442 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2443 # VARNAME. Any other value will be used directly.
2444
2445
2446
2447 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2448 # --------------------------------------------------------
2449
2450
2451
2452 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2453 # ------------------------------------------------
2454
2455
2456
2457 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2458 # ---------------------------------------------------------
2459
2460
2461
2462 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2463 # --------------------------------------------------
2464
2465
2466
2467 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2468 # ---------------------------------------------------
2469
2470
2471
2472 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2473 # ---------------------------------------------------
2474
2475
2476
2477
2478 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2479 # ------------------------------------------------
2480
2481
2482
2483
2484 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2485 # ------------------------------------
2486 # Quote a variable value, and forward it to `config.status' so that its
2487 # declaration there will have the same value as in `configure'. VARNAME
2488 # must have a single quote delimited value for this to work.
2489
2490
2491
2492 # _LT_CONFIG_STATUS_DECLARATIONS
2493 # ------------------------------
2494 # We delimit libtool config variables with single quotes, so when
2495 # we write them to config.status, we have to be sure to quote all
2496 # embedded single quotes properly. In configure, this macro expands
2497 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2498 #
2499 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2500
2501
2502
2503 # _LT_LIBTOOL_TAGS
2504 # ----------------
2505 # Output comment and list of tags supported by the script
2506
2507
2508
2509 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2510 # -----------------------------------
2511 # Extract the dictionary values for VARNAME (optionally with TAG) and
2512 # expand to a commented shell variable setting:
2513 #
2514 # # Some comment about what VAR is for.
2515 # visible_name=$lt_internal_name
2516
2517
2518
2519 # _LT_LIBTOOL_CONFIG_VARS
2520 # -----------------------
2521 # Produce commented declarations of non-tagged libtool config variables
2522 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2523 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2524 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2525
2526
2527
2528 # _LT_LIBTOOL_TAG_VARS(TAG)
2529 # -------------------------
2530
2531
2532
2533 # _LT_TAGVAR(VARNAME, [TAGNAME])
2534 # ------------------------------
2535
2536
2537
2538 # _LT_CONFIG_COMMANDS
2539 # -------------------
2540 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2541 # variables for single and double quote escaping we saved from calls
2542 # to _LT_DECL, we can put quote escaped variables declarations
2543 # into `config.status', and then the shell code to quote escape them in
2544 # for loops in `config.status'. Finally, any additional code accumulated
2545 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2546 #_LT_CONFIG_COMMANDS
2547
2548
2549 # Initialize.
2550
2551
2552 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2553 # ------------------------------------
2554 # Generate a child script FILE with all initialization necessary to
2555 # reuse the environment learned by the parent script, and make the
2556 # file executable. If COMMENT is supplied, it is inserted after the
2557 # `#!' sequence but before initialization text begins. After this
2558 # macro, additional text can be appended to FILE to form the body of
2559 # the child script. The macro ends with non-zero status if the
2560 # file could not be fully written (such as if the disk is full).
2561 # _LT_GENERATED_FILE_INIT
2562
2563 # LT_OUTPUT
2564 # ---------
2565 # This macro allows early generation of the libtool script (before
2566 # AC_OUTPUT is called), incase it is used in configure for compilation
2567 # tests.
2568 # LT_OUTPUT
2569
2570
2571 # _LT_CONFIG(TAG)
2572 # ---------------
2573 # If TAG is the built-in tag, create an initial libtool script with a
2574 # default configuration from the untagged config vars. Otherwise add code
2575 # to config.status for appending the configuration named by TAG from the
2576 # matching tagged config vars.
2577 # _LT_CONFIG
2578
2579
2580 # LT_SUPPORTED_TAG(TAG)
2581 # ---------------------
2582 # Trace this macro to discover what tags are supported by the libtool
2583 # --tag option, using:
2584 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2585
2586
2587
2588 # C support is built-in for now
2589
2590
2591
2592
2593 # LT_LANG(LANG)
2594 # -------------
2595 # Enable libtool support for the given language if not already enabled.
2596 # LT_LANG
2597
2598
2599 # _LT_LANG(LANGNAME)
2600 # ------------------
2601 # _LT_LANG
2602
2603
2604 # _LT_LANG_DEFAULT_CONFIG
2605 # -----------------------
2606 # _LT_LANG_DEFAULT_CONFIG
2607
2608 # Obsolete macros:
2609 # This is what autoupdate's m4 run will expand. It fires
2610 # the warning (with _au_warn_XXX), outputs it into the
2611 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2612 # the replacement expansion.
2613
2614
2615 # This is an auxiliary macro that is also run when
2616 # autoupdate runs m4. It simply calls m4_warning, but
2617 # we need a wrapper so that each warning is emitted only
2618 # once. We break the quoting in m4_warning's argument in
2619 # order to expand this macro's arguments, not AU_DEFUN's.
2620
2621
2622 # Finally, this is the expansion that is picked up by
2623 # autoconf. It tells the user to run autoupdate, and
2624 # then outputs the replacement expansion. We do not care
2625 # about autoupdate's warning because that contains
2626 # information on what to do *after* running autoupdate.
2627
2628 # This is what autoupdate's m4 run will expand. It fires
2629 # the warning (with _au_warn_XXX), outputs it into the
2630 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2631 # the replacement expansion.
2632
2633
2634 # This is an auxiliary macro that is also run when
2635 # autoupdate runs m4. It simply calls m4_warning, but
2636 # we need a wrapper so that each warning is emitted only
2637 # once. We break the quoting in m4_warning's argument in
2638 # order to expand this macro's arguments, not AU_DEFUN's.
2639
2640
2641 # Finally, this is the expansion that is picked up by
2642 # autoconf. It tells the user to run autoupdate, and
2643 # then outputs the replacement expansion. We do not care
2644 # about autoupdate's warning because that contains
2645 # information on what to do *after* running autoupdate.
2646
2647 # This is what autoupdate's m4 run will expand. It fires
2648 # the warning (with _au_warn_XXX), outputs it into the
2649 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2650 # the replacement expansion.
2651
2652
2653 # This is an auxiliary macro that is also run when
2654 # autoupdate runs m4. It simply calls m4_warning, but
2655 # we need a wrapper so that each warning is emitted only
2656 # once. We break the quoting in m4_warning's argument in
2657 # order to expand this macro's arguments, not AU_DEFUN's.
2658
2659
2660 # Finally, this is the expansion that is picked up by
2661 # autoconf. It tells the user to run autoupdate, and
2662 # then outputs the replacement expansion. We do not care
2663 # about autoupdate's warning because that contains
2664 # information on what to do *after* running autoupdate.
2665
2666 # This is what autoupdate's m4 run will expand. It fires
2667 # the warning (with _au_warn_XXX), outputs it into the
2668 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2669 # the replacement expansion.
2670
2671
2672 # This is an auxiliary macro that is also run when
2673 # autoupdate runs m4. It simply calls m4_warning, but
2674 # we need a wrapper so that each warning is emitted only
2675 # once. We break the quoting in m4_warning's argument in
2676 # order to expand this macro's arguments, not AU_DEFUN's.
2677
2678
2679 # Finally, this is the expansion that is picked up by
2680 # autoconf. It tells the user to run autoupdate, and
2681 # then outputs the replacement expansion. We do not care
2682 # about autoupdate's warning because that contains
2683 # information on what to do *after* running autoupdate.
2684
2685 # This is what autoupdate's m4 run will expand. It fires
2686 # the warning (with _au_warn_XXX), outputs it into the
2687 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2688 # the replacement expansion.
2689
2690
2691 # This is an auxiliary macro that is also run when
2692 # autoupdate runs m4. It simply calls m4_warning, but
2693 # we need a wrapper so that each warning is emitted only
2694 # once. We break the quoting in m4_warning's argument in
2695 # order to expand this macro's arguments, not AU_DEFUN's.
2696
2697
2698 # Finally, this is the expansion that is picked up by
2699 # autoconf. It tells the user to run autoupdate, and
2700 # then outputs the replacement expansion. We do not care
2701 # about autoupdate's warning because that contains
2702 # information on what to do *after* running autoupdate.
2703
2704
2705
2706 # _LT_TAG_COMPILER
2707 # ----------------
2708 # _LT_TAG_COMPILER
2709
2710
2711 # _LT_COMPILER_BOILERPLATE
2712 # ------------------------
2713 # Check for compiler boilerplate output or warnings with
2714 # the simple compiler test code.
2715 # _LT_COMPILER_BOILERPLATE
2716
2717
2718 # _LT_LINKER_BOILERPLATE
2719 # ----------------------
2720 # Check for linker boilerplate output or warnings with
2721 # the simple link test code.
2722 # _LT_LINKER_BOILERPLATE
2723
2724 # _LT_REQUIRED_DARWIN_CHECKS
2725 # -------------------------
2726
2727
2728
2729 # _LT_DARWIN_LINKER_FEATURES
2730 # --------------------------
2731 # Checks for linker and compiler features on darwin
2732
2733
2734 # _LT_SYS_MODULE_PATH_AIX
2735 # -----------------------
2736 # Links a minimal program and checks the executable
2737 # for the system default hardcoded library path. In most cases,
2738 # this is /usr/lib:/lib, but when the MPI compilers are used
2739 # the location of the communication and MPI libs are included too.
2740 # If we don't find anything, use the default library path according
2741 # to the aix ld manual.
2742 # _LT_SYS_MODULE_PATH_AIX
2743
2744
2745 # _LT_SHELL_INIT(ARG)
2746 # -------------------
2747 # _LT_SHELL_INIT
2748
2749
2750
2751 # _LT_PROG_ECHO_BACKSLASH
2752 # -----------------------
2753 # Find how we can fake an echo command that does not interpret backslash.
2754 # In particular, with Autoconf 2.60 or later we add some code to the start
2755 # of the generated configure script which will find a shell with a builtin
2756 # printf (which we can use as an echo command).
2757 # _LT_PROG_ECHO_BACKSLASH
2758
2759
2760 # _LT_ENABLE_LOCK
2761 # ---------------
2762 # _LT_ENABLE_LOCK
2763
2764
2765 # _LT_CMD_OLD_ARCHIVE
2766 # -------------------
2767 # _LT_CMD_OLD_ARCHIVE
2768
2769
2770 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2771 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2772 # ----------------------------------------------------------------
2773 # Check whether the given compiler option works
2774 # _LT_COMPILER_OPTION
2775
2776 # Old name:
2777 # This is what autoupdate's m4 run will expand. It fires
2778 # the warning (with _au_warn_XXX), outputs it into the
2779 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2780 # the replacement expansion.
2781
2782
2783 # This is an auxiliary macro that is also run when
2784 # autoupdate runs m4. It simply calls m4_warning, but
2785 # we need a wrapper so that each warning is emitted only
2786 # once. We break the quoting in m4_warning's argument in
2787 # order to expand this macro's arguments, not AU_DEFUN's.
2788
2789
2790 # Finally, this is the expansion that is picked up by
2791 # autoconf. It tells the user to run autoupdate, and
2792 # then outputs the replacement expansion. We do not care
2793 # about autoupdate's warning because that contains
2794 # information on what to do *after* running autoupdate.
2795
2796
2797
2798 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2799 # [ACTION-SUCCESS], [ACTION-FAILURE])
2800 # ----------------------------------------------------
2801 # Check whether the given linker option works
2802 # _LT_LINKER_OPTION
2803
2804 # Old name:
2805 # This is what autoupdate's m4 run will expand. It fires
2806 # the warning (with _au_warn_XXX), outputs it into the
2807 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2808 # the replacement expansion.
2809
2810
2811 # This is an auxiliary macro that is also run when
2812 # autoupdate runs m4. It simply calls m4_warning, but
2813 # we need a wrapper so that each warning is emitted only
2814 # once. We break the quoting in m4_warning's argument in
2815 # order to expand this macro's arguments, not AU_DEFUN's.
2816
2817
2818 # Finally, this is the expansion that is picked up by
2819 # autoconf. It tells the user to run autoupdate, and
2820 # then outputs the replacement expansion. We do not care
2821 # about autoupdate's warning because that contains
2822 # information on what to do *after* running autoupdate.
2823
2824
2825
2826 # LT_CMD_MAX_LEN
2827 #---------------
2828 # LT_CMD_MAX_LEN
2829
2830 # Old name:
2831 # This is what autoupdate's m4 run will expand. It fires
2832 # the warning (with _au_warn_XXX), outputs it into the
2833 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2834 # the replacement expansion.
2835
2836
2837 # This is an auxiliary macro that is also run when
2838 # autoupdate runs m4. It simply calls m4_warning, but
2839 # we need a wrapper so that each warning is emitted only
2840 # once. We break the quoting in m4_warning's argument in
2841 # order to expand this macro's arguments, not AU_DEFUN's.
2842
2843
2844 # Finally, this is the expansion that is picked up by
2845 # autoconf. It tells the user to run autoupdate, and
2846 # then outputs the replacement expansion. We do not care
2847 # about autoupdate's warning because that contains
2848 # information on what to do *after* running autoupdate.
2849
2850
2851
2852 # _LT_HEADER_DLFCN
2853 # ----------------
2854 # _LT_HEADER_DLFCN
2855
2856
2857 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2858 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2859 # ----------------------------------------------------------------
2860 # _LT_TRY_DLOPEN_SELF
2861
2862
2863 # LT_SYS_DLOPEN_SELF
2864 # ------------------
2865 # LT_SYS_DLOPEN_SELF
2866
2867 # Old name:
2868 # This is what autoupdate's m4 run will expand. It fires
2869 # the warning (with _au_warn_XXX), outputs it into the
2870 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2871 # the replacement expansion.
2872
2873
2874 # This is an auxiliary macro that is also run when
2875 # autoupdate runs m4. It simply calls m4_warning, but
2876 # we need a wrapper so that each warning is emitted only
2877 # once. We break the quoting in m4_warning's argument in
2878 # order to expand this macro's arguments, not AU_DEFUN's.
2879
2880
2881 # Finally, this is the expansion that is picked up by
2882 # autoconf. It tells the user to run autoupdate, and
2883 # then outputs the replacement expansion. We do not care
2884 # about autoupdate's warning because that contains
2885 # information on what to do *after* running autoupdate.
2886
2887
2888
2889 # _LT_COMPILER_C_O([TAGNAME])
2890 # ---------------------------
2891 # Check to see if options -c and -o are simultaneously supported by compiler.
2892 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2893 # _LT_COMPILER_C_O
2894
2895
2896 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2897 # ----------------------------------
2898 # Check to see if we can do hard links to lock some files if needed
2899 # _LT_COMPILER_FILE_LOCKS
2900
2901
2902 # _LT_CHECK_OBJDIR
2903 # ----------------
2904 # _LT_CHECK_OBJDIR
2905
2906
2907 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2908 # --------------------------------------
2909 # Check hardcoding attributes.
2910 # _LT_LINKER_HARDCODE_LIBPATH
2911
2912
2913 # _LT_CMD_STRIPLIB
2914 # ----------------
2915 # _LT_CMD_STRIPLIB
2916
2917
2918 # _LT_SYS_DYNAMIC_LINKER([TAG])
2919 # -----------------------------
2920 # PORTME Fill in your ld.so characteristics
2921 # _LT_SYS_DYNAMIC_LINKER
2922
2923
2924 # _LT_PATH_TOOL_PREFIX(TOOL)
2925 # --------------------------
2926 # find a file program which can recognize shared library
2927 # _LT_PATH_TOOL_PREFIX
2928
2929 # Old name:
2930 # This is what autoupdate's m4 run will expand. It fires
2931 # the warning (with _au_warn_XXX), outputs it into the
2932 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2933 # the replacement expansion.
2934
2935
2936 # This is an auxiliary macro that is also run when
2937 # autoupdate runs m4. It simply calls m4_warning, but
2938 # we need a wrapper so that each warning is emitted only
2939 # once. We break the quoting in m4_warning's argument in
2940 # order to expand this macro's arguments, not AU_DEFUN's.
2941
2942
2943 # Finally, this is the expansion that is picked up by
2944 # autoconf. It tells the user to run autoupdate, and
2945 # then outputs the replacement expansion. We do not care
2946 # about autoupdate's warning because that contains
2947 # information on what to do *after* running autoupdate.
2948
2949
2950
2951 # _LT_PATH_MAGIC
2952 # --------------
2953 # find a file program which can recognize a shared library
2954 # _LT_PATH_MAGIC
2955
2956
2957 # LT_PATH_LD
2958 # ----------
2959 # find the pathname to the GNU or non-GNU linker
2960 # LT_PATH_LD
2961
2962 # Old names:
2963 # This is what autoupdate's m4 run will expand. It fires
2964 # the warning (with _au_warn_XXX), outputs it into the
2965 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2966 # the replacement expansion.
2967
2968
2969 # This is an auxiliary macro that is also run when
2970 # autoupdate runs m4. It simply calls m4_warning, but
2971 # we need a wrapper so that each warning is emitted only
2972 # once. We break the quoting in m4_warning's argument in
2973 # order to expand this macro's arguments, not AU_DEFUN's.
2974
2975
2976 # Finally, this is the expansion that is picked up by
2977 # autoconf. It tells the user to run autoupdate, and
2978 # then outputs the replacement expansion. We do not care
2979 # about autoupdate's warning because that contains
2980 # information on what to do *after* running autoupdate.
2981
2982 # This is what autoupdate's m4 run will expand. It fires
2983 # the warning (with _au_warn_XXX), outputs it into the
2984 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2985 # the replacement expansion.
2986
2987
2988 # This is an auxiliary macro that is also run when
2989 # autoupdate runs m4. It simply calls m4_warning, but
2990 # we need a wrapper so that each warning is emitted only
2991 # once. We break the quoting in m4_warning's argument in
2992 # order to expand this macro's arguments, not AU_DEFUN's.
2993
2994
2995 # Finally, this is the expansion that is picked up by
2996 # autoconf. It tells the user to run autoupdate, and
2997 # then outputs the replacement expansion. We do not care
2998 # about autoupdate's warning because that contains
2999 # information on what to do *after* running autoupdate.
3000
3001
3002
3003 # _LT_PATH_LD_GNU
3004 #- --------------
3005 # _LT_PATH_LD_GNU
3006
3007
3008 # _LT_CMD_RELOAD
3009 # --------------
3010 # find reload flag for linker
3011 # -- PORTME Some linkers may need a different reload flag.
3012 # _LT_CMD_RELOAD
3013
3014
3015 # _LT_CHECK_MAGIC_METHOD
3016 # ----------------------
3017 # how to check for library dependencies
3018 # -- PORTME fill in with the dynamic library characteristics
3019 # _LT_CHECK_MAGIC_METHOD
3020
3021
3022 # LT_PATH_NM
3023 # ----------
3024 # find the pathname to a BSD- or MS-compatible name lister
3025 # LT_PATH_NM
3026
3027 # Old names:
3028 # This is what autoupdate's m4 run will expand. It fires
3029 # the warning (with _au_warn_XXX), outputs it into the
3030 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3031 # the replacement expansion.
3032
3033
3034 # This is an auxiliary macro that is also run when
3035 # autoupdate runs m4. It simply calls m4_warning, but
3036 # we need a wrapper so that each warning is emitted only
3037 # once. We break the quoting in m4_warning's argument in
3038 # order to expand this macro's arguments, not AU_DEFUN's.
3039
3040
3041 # Finally, this is the expansion that is picked up by
3042 # autoconf. It tells the user to run autoupdate, and
3043 # then outputs the replacement expansion. We do not care
3044 # about autoupdate's warning because that contains
3045 # information on what to do *after* running autoupdate.
3046
3047 # This is what autoupdate's m4 run will expand. It fires
3048 # the warning (with _au_warn_XXX), outputs it into the
3049 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3050 # the replacement expansion.
3051
3052
3053 # This is an auxiliary macro that is also run when
3054 # autoupdate runs m4. It simply calls m4_warning, but
3055 # we need a wrapper so that each warning is emitted only
3056 # once. We break the quoting in m4_warning's argument in
3057 # order to expand this macro's arguments, not AU_DEFUN's.
3058
3059
3060 # Finally, this is the expansion that is picked up by
3061 # autoconf. It tells the user to run autoupdate, and
3062 # then outputs the replacement expansion. We do not care
3063 # about autoupdate's warning because that contains
3064 # information on what to do *after* running autoupdate.
3065
3066
3067
3068 # LT_LIB_M
3069 # --------
3070 # check for math library
3071 # LT_LIB_M
3072
3073 # Old name:
3074 # This is what autoupdate's m4 run will expand. It fires
3075 # the warning (with _au_warn_XXX), outputs it into the
3076 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3077 # the replacement expansion.
3078
3079
3080 # This is an auxiliary macro that is also run when
3081 # autoupdate runs m4. It simply calls m4_warning, but
3082 # we need a wrapper so that each warning is emitted only
3083 # once. We break the quoting in m4_warning's argument in
3084 # order to expand this macro's arguments, not AU_DEFUN's.
3085
3086
3087 # Finally, this is the expansion that is picked up by
3088 # autoconf. It tells the user to run autoupdate, and
3089 # then outputs the replacement expansion. We do not care
3090 # about autoupdate's warning because that contains
3091 # information on what to do *after* running autoupdate.
3092
3093
3094
3095 # _LT_COMPILER_NO_RTTI([TAGNAME])
3096 # -------------------------------
3097 # _LT_COMPILER_NO_RTTI
3098
3099
3100 # _LT_CMD_GLOBAL_SYMBOLS
3101 # ----------------------
3102 # _LT_CMD_GLOBAL_SYMBOLS
3103
3104
3105 # _LT_COMPILER_PIC([TAGNAME])
3106 # ---------------------------
3107 # _LT_COMPILER_PIC
3108
3109
3110 # _LT_LINKER_SHLIBS([TAGNAME])
3111 # ----------------------------
3112 # See if the linker supports building shared libraries.
3113 # _LT_LINKER_SHLIBS
3114
3115
3116 # _LT_LANG_C_CONFIG([TAG])
3117 # ------------------------
3118 # Ensure that the configuration variables for a C compiler are suitably
3119 # defined. These variables are subsequently used by _LT_CONFIG to write
3120 # the compiler configuration to `libtool'.
3121 # _LT_LANG_C_CONFIG
3122
3123
3124 # _LT_LANG_CXX_CONFIG([TAG])
3125 # --------------------------
3126 # Ensure that the configuration variables for a C++ compiler are suitably
3127 # defined. These variables are subsequently used by _LT_CONFIG to write
3128 # the compiler configuration to `libtool'.
3129 # _LT_LANG_CXX_CONFIG
3130
3131
3132 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3133 # ---------------------------------
3134 # Figure out "hidden" library dependencies from verbose
3135 # compiler output when linking a shared library.
3136 # Parse the compiler output and extract the necessary
3137 # objects, libraries and library flags.
3138 # _LT_SYS_HIDDEN_LIBDEPS
3139
3140
3141 # _LT_LANG_F77_CONFIG([TAG])
3142 # --------------------------
3143 # Ensure that the configuration variables for a Fortran 77 compiler are
3144 # suitably defined. These variables are subsequently used by _LT_CONFIG
3145 # to write the compiler configuration to `libtool'.
3146 # _LT_LANG_F77_CONFIG
3147
3148
3149 # _LT_LANG_FC_CONFIG([TAG])
3150 # -------------------------
3151 # Ensure that the configuration variables for a Fortran compiler are
3152 # suitably defined. These variables are subsequently used by _LT_CONFIG
3153 # to write the compiler configuration to `libtool'.
3154 # _LT_LANG_FC_CONFIG
3155
3156
3157 # _LT_LANG_GCJ_CONFIG([TAG])
3158 # --------------------------
3159 # Ensure that the configuration variables for the GNU Java Compiler compiler
3160 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3161 # to write the compiler configuration to `libtool'.
3162 # _LT_LANG_GCJ_CONFIG
3163
3164
3165 # _LT_LANG_RC_CONFIG([TAG])
3166 # -------------------------
3167 # Ensure that the configuration variables for the Windows resource compiler
3168 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3169 # to write the compiler configuration to `libtool'.
3170 # _LT_LANG_RC_CONFIG
3171
3172
3173 # LT_PROG_GCJ
3174 # -----------
3175
3176
3177 # Old name:
3178 # This is what autoupdate's m4 run will expand. It fires
3179 # the warning (with _au_warn_XXX), outputs it into the
3180 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3181 # the replacement expansion.
3182
3183
3184 # This is an auxiliary macro that is also run when
3185 # autoupdate runs m4. It simply calls m4_warning, but
3186 # we need a wrapper so that each warning is emitted only
3187 # once. We break the quoting in m4_warning's argument in
3188 # order to expand this macro's arguments, not AU_DEFUN's.
3189
3190
3191 # Finally, this is the expansion that is picked up by
3192 # autoconf. It tells the user to run autoupdate, and
3193 # then outputs the replacement expansion. We do not care
3194 # about autoupdate's warning because that contains
3195 # information on what to do *after* running autoupdate.
3196
3197
3198
3199 # LT_PROG_RC
3200 # ----------
3201
3202
3203 # Old name:
3204 # This is what autoupdate's m4 run will expand. It fires
3205 # the warning (with _au_warn_XXX), outputs it into the
3206 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3207 # the replacement expansion.
3208
3209
3210 # This is an auxiliary macro that is also run when
3211 # autoupdate runs m4. It simply calls m4_warning, but
3212 # we need a wrapper so that each warning is emitted only
3213 # once. We break the quoting in m4_warning's argument in
3214 # order to expand this macro's arguments, not AU_DEFUN's.
3215
3216
3217 # Finally, this is the expansion that is picked up by
3218 # autoconf. It tells the user to run autoupdate, and
3219 # then outputs the replacement expansion. We do not care
3220 # about autoupdate's warning because that contains
3221 # information on what to do *after* running autoupdate.
3222
3223
3224
3225 # _LT_DECL_EGREP
3226 # --------------
3227 # If we don't have a new enough Autoconf to choose the best grep
3228 # available, choose the one first in the user's PATH.
3229
3230
3231
3232 # _LT_DECL_OBJDUMP
3233 # --------------
3234 # If we don't have a new enough Autoconf to choose the best objdump
3235 # available, choose the one first in the user's PATH.
3236
3237
3238
3239 # _LT_DECL_SED
3240 # ------------
3241 # Check for a fully-functional sed program, that truncates
3242 # as few characters as possible. Prefer GNU sed if found.
3243 # _LT_DECL_SED
3244
3245 #m4_ifndef
3246
3247 # Old name:
3248 # This is what autoupdate's m4 run will expand. It fires
3249 # the warning (with _au_warn_XXX), outputs it into the
3250 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3251 # the replacement expansion.
3252
3253
3254 # This is an auxiliary macro that is also run when
3255 # autoupdate runs m4. It simply calls m4_warning, but
3256 # we need a wrapper so that each warning is emitted only
3257 # once. We break the quoting in m4_warning's argument in
3258 # order to expand this macro's arguments, not AU_DEFUN's.
3259
3260
3261 # Finally, this is the expansion that is picked up by
3262 # autoconf. It tells the user to run autoupdate, and
3263 # then outputs the replacement expansion. We do not care
3264 # about autoupdate's warning because that contains
3265 # information on what to do *after* running autoupdate.
3266
3267
3268
3269 # _LT_CHECK_SHELL_FEATURES
3270 # ------------------------
3271 # Find out whether the shell is Bourne or XSI compatible,
3272 # or has some other useful features.
3273 # _LT_CHECK_SHELL_FEATURES
3274
3275
3276 # _LT_PROG_XSI_SHELLFNS
3277 # ---------------------
3278 # Bourne and XSI compatible variants of some useful shell functions.
3279
3280
3281 # Helper functions for option handling. -*- Autoconf -*-
3282 #
3283 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3284 # Inc.
3285 # Written by Gary V. Vaughan, 2004
3286 #
3287 # This file is free software; the Free Software Foundation gives
3288 # unlimited permission to copy and/or distribute it, with or without
3289 # modifications, as long as this notice is preserved.
3290
3291 # serial 6 ltoptions.m4
3292
3293 # This is to help aclocal find these macros, as it can't see m4_define.
3294
3295
3296
3297 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3298 # ------------------------------------------
3299
3300
3301
3302 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3303 # ---------------------------------------
3304 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3305 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3306 # saved as a flag.
3307
3308
3309
3310 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3311 # ------------------------------------------------------------
3312 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3313
3314
3315
3316 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3317 # -------------------------------------------------------
3318 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3319 # are set.
3320
3321
3322
3323 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3324 # ----------------------------------------
3325 # OPTION-LIST is a space-separated list of Libtool options associated
3326 # with MACRO-NAME. If any OPTION has a matching handler declared with
3327 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3328 # the unknown option and exit.
3329 # _LT_SET_OPTIONS
3330
3331
3332 ## --------------------------------- ##
3333 ## Macros to handle LT_INIT options. ##
3334 ## --------------------------------- ##
3335
3336 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3337 # -----------------------------------------
3338
3339
3340
3341 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3342 # -----------------------------------------------
3343 # LT_OPTION_DEFINE
3344
3345
3346 # dlopen
3347 # ------
3348
3349
3350 # This is what autoupdate's m4 run will expand. It fires
3351 # the warning (with _au_warn_XXX), outputs it into the
3352 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3353 # the replacement expansion.
3354
3355
3356 # This is an auxiliary macro that is also run when
3357 # autoupdate runs m4. It simply calls m4_warning, but
3358 # we need a wrapper so that each warning is emitted only
3359 # once. We break the quoting in m4_warning's argument in
3360 # order to expand this macro's arguments, not AU_DEFUN's.
3361
3362
3363 # Finally, this is the expansion that is picked up by
3364 # autoconf. It tells the user to run autoupdate, and
3365 # then outputs the replacement expansion. We do not care
3366 # about autoupdate's warning because that contains
3367 # information on what to do *after* running autoupdate.
3368
3369
3370
3371
3372 # win32-dll
3373 # ---------
3374 # Declare package support for building win32 dll's.
3375 # win32-dll
3376
3377 # This is what autoupdate's m4 run will expand. It fires
3378 # the warning (with _au_warn_XXX), outputs it into the
3379 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3380 # the replacement expansion.
3381
3382
3383 # This is an auxiliary macro that is also run when
3384 # autoupdate runs m4. It simply calls m4_warning, but
3385 # we need a wrapper so that each warning is emitted only
3386 # once. We break the quoting in m4_warning's argument in
3387 # order to expand this macro's arguments, not AU_DEFUN's.
3388
3389
3390 # Finally, this is the expansion that is picked up by
3391 # autoconf. It tells the user to run autoupdate, and
3392 # then outputs the replacement expansion. We do not care
3393 # about autoupdate's warning because that contains
3394 # information on what to do *after* running autoupdate.
3395
3396
3397
3398
3399 # _LT_ENABLE_SHARED([DEFAULT])
3400 # ----------------------------
3401 # implement the --enable-shared flag, and supports the `shared' and
3402 # `disable-shared' LT_INIT options.
3403 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3404 # _LT_ENABLE_SHARED
3405
3406
3407
3408
3409 # Old names:
3410
3411
3412
3413
3414 # This is what autoupdate's m4 run will expand. It fires
3415 # the warning (with _au_warn_XXX), outputs it into the
3416 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3417 # the replacement expansion.
3418
3419
3420 # This is an auxiliary macro that is also run when
3421 # autoupdate runs m4. It simply calls m4_warning, but
3422 # we need a wrapper so that each warning is emitted only
3423 # once. We break the quoting in m4_warning's argument in
3424 # order to expand this macro's arguments, not AU_DEFUN's.
3425
3426
3427 # Finally, this is the expansion that is picked up by
3428 # autoconf. It tells the user to run autoupdate, and
3429 # then outputs the replacement expansion. We do not care
3430 # about autoupdate's warning because that contains
3431 # information on what to do *after* running autoupdate.
3432
3433 # This is what autoupdate's m4 run will expand. It fires
3434 # the warning (with _au_warn_XXX), outputs it into the
3435 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3436 # the replacement expansion.
3437
3438
3439 # This is an auxiliary macro that is also run when
3440 # autoupdate runs m4. It simply calls m4_warning, but
3441 # we need a wrapper so that each warning is emitted only
3442 # once. We break the quoting in m4_warning's argument in
3443 # order to expand this macro's arguments, not AU_DEFUN's.
3444
3445
3446 # Finally, this is the expansion that is picked up by
3447 # autoconf. It tells the user to run autoupdate, and
3448 # then outputs the replacement expansion. We do not care
3449 # about autoupdate's warning because that contains
3450 # information on what to do *after* running autoupdate.
3451
3452
3453
3454
3455
3456 # _LT_ENABLE_STATIC([DEFAULT])
3457 # ----------------------------
3458 # implement the --enable-static flag, and support the `static' and
3459 # `disable-static' LT_INIT options.
3460 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3461 # _LT_ENABLE_STATIC
3462
3463
3464
3465
3466 # Old names:
3467
3468
3469
3470
3471 # This is what autoupdate's m4 run will expand. It fires
3472 # the warning (with _au_warn_XXX), outputs it into the
3473 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3474 # the replacement expansion.
3475
3476
3477 # This is an auxiliary macro that is also run when
3478 # autoupdate runs m4. It simply calls m4_warning, but
3479 # we need a wrapper so that each warning is emitted only
3480 # once. We break the quoting in m4_warning's argument in
3481 # order to expand this macro's arguments, not AU_DEFUN's.
3482
3483
3484 # Finally, this is the expansion that is picked up by
3485 # autoconf. It tells the user to run autoupdate, and
3486 # then outputs the replacement expansion. We do not care
3487 # about autoupdate's warning because that contains
3488 # information on what to do *after* running autoupdate.
3489
3490 # This is what autoupdate's m4 run will expand. It fires
3491 # the warning (with _au_warn_XXX), outputs it into the
3492 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3493 # the replacement expansion.
3494
3495
3496 # This is an auxiliary macro that is also run when
3497 # autoupdate runs m4. It simply calls m4_warning, but
3498 # we need a wrapper so that each warning is emitted only
3499 # once. We break the quoting in m4_warning's argument in
3500 # order to expand this macro's arguments, not AU_DEFUN's.
3501
3502
3503 # Finally, this is the expansion that is picked up by
3504 # autoconf. It tells the user to run autoupdate, and
3505 # then outputs the replacement expansion. We do not care
3506 # about autoupdate's warning because that contains
3507 # information on what to do *after* running autoupdate.
3508
3509
3510
3511
3512
3513 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3514 # ----------------------------------
3515 # implement the --enable-fast-install flag, and support the `fast-install'
3516 # and `disable-fast-install' LT_INIT options.
3517 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3518 # _LT_ENABLE_FAST_INSTALL
3519
3520
3521
3522
3523 # Old names:
3524 # This is what autoupdate's m4 run will expand. It fires
3525 # the warning (with _au_warn_XXX), outputs it into the
3526 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3527 # the replacement expansion.
3528
3529
3530 # This is an auxiliary macro that is also run when
3531 # autoupdate runs m4. It simply calls m4_warning, but
3532 # we need a wrapper so that each warning is emitted only
3533 # once. We break the quoting in m4_warning's argument in
3534 # order to expand this macro's arguments, not AU_DEFUN's.
3535
3536
3537 # Finally, this is the expansion that is picked up by
3538 # autoconf. It tells the user to run autoupdate, and
3539 # then outputs the replacement expansion. We do not care
3540 # about autoupdate's warning because that contains
3541 # information on what to do *after* running autoupdate.
3542
3543
3544 # This is what autoupdate's m4 run will expand. It fires
3545 # the warning (with _au_warn_XXX), outputs it into the
3546 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3547 # the replacement expansion.
3548
3549
3550 # This is an auxiliary macro that is also run when
3551 # autoupdate runs m4. It simply calls m4_warning, but
3552 # we need a wrapper so that each warning is emitted only
3553 # once. We break the quoting in m4_warning's argument in
3554 # order to expand this macro's arguments, not AU_DEFUN's.
3555
3556
3557 # Finally, this is the expansion that is picked up by
3558 # autoconf. It tells the user to run autoupdate, and
3559 # then outputs the replacement expansion. We do not care
3560 # about autoupdate's warning because that contains
3561 # information on what to do *after* running autoupdate.
3562
3563
3564
3565
3566 # _LT_WITH_PIC([MODE])
3567 # --------------------
3568 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3569 # LT_INIT options.
3570 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3571 # _LT_WITH_PIC
3572
3573
3574
3575
3576 # Old name:
3577 # This is what autoupdate's m4 run will expand. It fires
3578 # the warning (with _au_warn_XXX), outputs it into the
3579 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3580 # the replacement expansion.
3581
3582
3583 # This is an auxiliary macro that is also run when
3584 # autoupdate runs m4. It simply calls m4_warning, but
3585 # we need a wrapper so that each warning is emitted only
3586 # once. We break the quoting in m4_warning's argument in
3587 # order to expand this macro's arguments, not AU_DEFUN's.
3588
3589
3590 # Finally, this is the expansion that is picked up by
3591 # autoconf. It tells the user to run autoupdate, and
3592 # then outputs the replacement expansion. We do not care
3593 # about autoupdate's warning because that contains
3594 # information on what to do *after* running autoupdate.
3595
3596
3597
3598 ## ----------------- ##
3599 ## LTDL_INIT Options ##
3600 ## ----------------- ##
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3612 #
3613 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3614 # Written by Gary V. Vaughan, 2004
3615 #
3616 # This file is free software; the Free Software Foundation gives
3617 # unlimited permission to copy and/or distribute it, with or without
3618 # modifications, as long as this notice is preserved.
3619
3620 # serial 6 ltsugar.m4
3621
3622 # This is to help aclocal find these macros, as it can't see m4_define.
3623
3624
3625
3626 # lt_join(SEP, ARG1, [ARG2...])
3627 # -----------------------------
3628 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3629 # associated separator.
3630 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3631 # versions in m4sugar had bugs.
3632
3633
3634
3635
3636 # lt_car(LIST)
3637 # lt_cdr(LIST)
3638 # ------------
3639 # Manipulate m4 lists.
3640 # These macros are necessary as long as will still need to support
3641 # Autoconf-2.59 which quotes differently.
3642
3643
3644
3645
3646
3647 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3648 # ------------------------------------------
3649 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3650 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3651 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3652 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3653 # than defined and empty).
3654 #
3655 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3656 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3657
3658
3659
3660
3661 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3662 # ----------------------------------------------------------
3663 # Produce a SEP delimited list of all paired combinations of elements of
3664 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3665 # has the form PREFIXmINFIXSUFFIXn.
3666 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3667
3668
3669
3670 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3671 # -----------------------------------------------------------------------
3672 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3673 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3674
3675
3676
3677 # lt_dict_add(DICT, KEY, VALUE)
3678 # -----------------------------
3679
3680
3681
3682 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3683 # --------------------------------------------
3684
3685
3686
3687 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3688 # ----------------------------------
3689
3690
3691
3692 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3693 # -----------------------------------------------------------------
3694
3695
3696
3697 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3698 # --------------------------------------------------------------
3699
3700
3701 # ltversion.m4 -- version numbers -*- Autoconf -*-
3702 #
3703 # Copyright (C) 2004 Free Software Foundation, Inc.
3704 # Written by Scott James Remnant, 2004
3705 #
3706 # This file is free software; the Free Software Foundation gives
3707 # unlimited permission to copy and/or distribute it, with or without
3708 # modifications, as long as this notice is preserved.
3709
3710 # Generated from ltversion.in.
3711
3712 # serial 3134 ltversion.m4
3713 # This file is part of GNU Libtool
3714
3715
3716
3717
3718
3719
3720 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3721 #
3722 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3723 # Written by Scott James Remnant, 2004.
3724 #
3725 # This file is free software; the Free Software Foundation gives
3726 # unlimited permission to copy and/or distribute it, with or without
3727 # modifications, as long as this notice is preserved.
3728
3729 # serial 4 lt~obsolete.m4
3730
3731 # These exist entirely to fool aclocal when bootstrapping libtool.
3732 #
3733 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3734 # which have later been changed to m4_define as they aren't part of the
3735 # exported API, or moved to Autoconf or Automake where they belong.
3736 #
3737 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3738 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3739 # using a macro with the same name in our local m4/libtool.m4 it'll
3740 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3741 # and doesn't know about Autoconf macros at all.)
3742 #
3743 # So we provide this file, which has a silly filename so it's always
3744 # included after everything else. This provides aclocal with the
3745 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3746 # because those macros already exist, or will be overwritten later.
3747 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3748 #
3749 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3750 # Yes, that means every name once taken will need to remain here until
3751 # we give up compatibility with versions before 1.7, at which point
3752 # we need to keep only those names which we still refer to.
3753
3754 # This is to help aclocal find these macros, as it can't see m4_define.
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
3819 ## -*- Autoconf -*-
3820
3821 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3822 # Free Software Foundation, Inc.
3823 #
3824 # This file is free software; the Free Software Foundation
3825 # gives unlimited permission to copy and/or distribute it,
3826 # with or without modifications, as long as this notice is preserved.
3827
3828 # serial 8
3829
3830 # Based on depend.m4 from automake 1.9, modified for standalone use in
3831 # an environment where GNU make is required.
3832
3833 # ZW_PROG_COMPILER_DEPENDENCIES
3834 # -----------------------------
3835 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3836 # sets fooDEPMODE accordingly. Cache-variable compatible with
3837 # original; not side-effect compatible. As the users of this macro
3838 # may require accurate dependencies for correct builds, it does *not*
3839 # honor --disable-dependency-checking, and failure to detect a usable
3840 # method is an error. depcomp is assumed to be located in
3841 # $ac_aux_dir.
3842 #
3843 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3844
3845
3846
3847 # AM_SET_DEPDIR
3848 # -------------
3849 # Choose a directory name for dependency files.
3850
3851
3852 # ZW_CREATE_DEPDIR
3853 # ----------------
3854 # As AM_SET_DEPDIR, but also create the directory at config.status time.
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
3905 sim_inline="-DDEFAULT_INLINE=0"
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942 # intl sister-directory configuration rules.
3943 #
3944
3945 # The idea behind this macro is that there's no need to repeat all the
3946 # autoconf probes done by the intl directory - it's already done them
3947 # for us. In fact, there's no need even to look at the cache for the
3948 # answers. All we need to do is nab a few pieces of information.
3949 # The intl directory is set up to make this easy, by generating a
3950 # small file which can be sourced as a shell script; then we produce
3951 # the necessary substitutions and definitions for this directory.
3952
3953
3954
3955 # Autoconf M4 include file defining utility macros for complex Canadian
3956 # cross builds.
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966 ####
3967 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3968 # or AC_INIT.
3969 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
3970
3971 ####
3972 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3973 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
3974
3975
3976 ####
3977 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3978 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
3979
3980
3981
3982 # Backported from Autoconf 2.5x; can go away when and if
3983 # we switch. Put the OS path separator in $PATH_SEPARATOR.
3984
3985
3986
3987
3988 # ACX_HAVE_GCC_FOR_TARGET
3989 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
3990
3991
3992 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
3993 # Searching for installed target binutils. We need to take extra care,
3994 # else we may find the wrong assembler, linker, etc., and lose.
3995 #
3996 # First try --with-build-time-tools, if specified.
3997 #
3998 # For build != host, we ask the installed GCC for the name of the tool it
3999 # uses, and accept it if it is an absolute path. This is because the
4000 # only good choice for a compiler is the same GCC version that is being
4001 # installed (or we couldn't make target libraries), and we assume that
4002 # on the host system we'll have not only the same GCC version, but also
4003 # the same binutils version.
4004 #
4005 # For build == host, search the same directories that the installed
4006 # compiler will search. We used to do this for the assembler, linker,
4007 # and nm only; for simplicity of configuration, however, we extend this
4008 # criterion to tools (such as ar and ranlib) that are never invoked by
4009 # the compiler, to avoid mismatches.
4010 #
4011 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4012 # if build == target. This makes the most sense only when bootstrapping,
4013 # but we also do so when build != host. In this case, we hope that the
4014 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4015 #
4016 # If we do not find a suitable binary, then try the user's path.
4017
4018
4019 ###
4020 # AC_PROG_CPP_WERROR
4021 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4022 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4023 # For now, using this also overrides header checks to use only the
4024 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4025 # bit harder from here).
4026 # Eventually autoconf will default to checking headers with the compiler
4027 # instead, and we'll have to do this differently.
4028
4029 # AC_PROG_CPP_WERROR
4030
4031 # Test for GNAT.
4032 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4033 # that understands Ada. We use the user's CC setting, already found, and
4034 # possibly add $1 to the command-line parameters.
4035 #
4036 # Sets the shell variable have_gnat to yes or no as appropriate, and
4037 # substitutes GNATBIND and GNATMAKE.
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063 ac_ext=c
4064 ac_cpp='$CPP $CPPFLAGS'
4065 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4066 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4067 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4068 if test -n "$ac_tool_prefix"; then
4069 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4070 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4072 $as_echo_n "checking for $ac_word... " >&6; }
4073 if test "${ac_cv_prog_CC+set}" = set; then :
4074 $as_echo_n "(cached) " >&6
4075 else
4076 if test -n "$CC"; then
4077 ac_cv_prog_CC="$CC" # Let the user override the test.
4078 else
4079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4080 for as_dir in $PATH
4081 do
4082 IFS=$as_save_IFS
4083 test -z "$as_dir" && as_dir=.
4084 for ac_exec_ext in '' $ac_executable_extensions; do
4085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4086 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4088 break 2
4089 fi
4090 done
4091 done
4092 IFS=$as_save_IFS
4093
4094 fi
4095 fi
4096 CC=$ac_cv_prog_CC
4097 if test -n "$CC"; then
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4099 $as_echo "$CC" >&6; }
4100 else
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4102 $as_echo "no" >&6; }
4103 fi
4104
4105
4106 fi
4107 if test -z "$ac_cv_prog_CC"; then
4108 ac_ct_CC=$CC
4109 # Extract the first word of "gcc", so it can be a program name with args.
4110 set dummy gcc; ac_word=$2
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4112 $as_echo_n "checking for $ac_word... " >&6; }
4113 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4114 $as_echo_n "(cached) " >&6
4115 else
4116 if test -n "$ac_ct_CC"; then
4117 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4118 else
4119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4120 for as_dir in $PATH
4121 do
4122 IFS=$as_save_IFS
4123 test -z "$as_dir" && as_dir=.
4124 for ac_exec_ext in '' $ac_executable_extensions; do
4125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4126 ac_cv_prog_ac_ct_CC="gcc"
4127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4128 break 2
4129 fi
4130 done
4131 done
4132 IFS=$as_save_IFS
4133
4134 fi
4135 fi
4136 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4137 if test -n "$ac_ct_CC"; then
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4139 $as_echo "$ac_ct_CC" >&6; }
4140 else
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4142 $as_echo "no" >&6; }
4143 fi
4144
4145 if test "x$ac_ct_CC" = x; then
4146 CC=""
4147 else
4148 case $cross_compiling:$ac_tool_warned in
4149 yes:)
4150 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4151 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4152 ac_tool_warned=yes ;;
4153 esac
4154 CC=$ac_ct_CC
4155 fi
4156 else
4157 CC="$ac_cv_prog_CC"
4158 fi
4159
4160 if test -z "$CC"; then
4161 if test -n "$ac_tool_prefix"; then
4162 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4163 set dummy ${ac_tool_prefix}cc; ac_word=$2
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4165 $as_echo_n "checking for $ac_word... " >&6; }
4166 if test "${ac_cv_prog_CC+set}" = set; then :
4167 $as_echo_n "(cached) " >&6
4168 else
4169 if test -n "$CC"; then
4170 ac_cv_prog_CC="$CC" # Let the user override the test.
4171 else
4172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4173 for as_dir in $PATH
4174 do
4175 IFS=$as_save_IFS
4176 test -z "$as_dir" && as_dir=.
4177 for ac_exec_ext in '' $ac_executable_extensions; do
4178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4179 ac_cv_prog_CC="${ac_tool_prefix}cc"
4180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4181 break 2
4182 fi
4183 done
4184 done
4185 IFS=$as_save_IFS
4186
4187 fi
4188 fi
4189 CC=$ac_cv_prog_CC
4190 if test -n "$CC"; then
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4192 $as_echo "$CC" >&6; }
4193 else
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4195 $as_echo "no" >&6; }
4196 fi
4197
4198
4199 fi
4200 fi
4201 if test -z "$CC"; then
4202 # Extract the first word of "cc", so it can be a program name with args.
4203 set dummy cc; ac_word=$2
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4205 $as_echo_n "checking for $ac_word... " >&6; }
4206 if test "${ac_cv_prog_CC+set}" = set; then :
4207 $as_echo_n "(cached) " >&6
4208 else
4209 if test -n "$CC"; then
4210 ac_cv_prog_CC="$CC" # Let the user override the test.
4211 else
4212 ac_prog_rejected=no
4213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4214 for as_dir in $PATH
4215 do
4216 IFS=$as_save_IFS
4217 test -z "$as_dir" && as_dir=.
4218 for ac_exec_ext in '' $ac_executable_extensions; do
4219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4220 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4221 ac_prog_rejected=yes
4222 continue
4223 fi
4224 ac_cv_prog_CC="cc"
4225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4226 break 2
4227 fi
4228 done
4229 done
4230 IFS=$as_save_IFS
4231
4232 if test $ac_prog_rejected = yes; then
4233 # We found a bogon in the path, so make sure we never use it.
4234 set dummy $ac_cv_prog_CC
4235 shift
4236 if test $# != 0; then
4237 # We chose a different compiler from the bogus one.
4238 # However, it has the same basename, so the bogon will be chosen
4239 # first if we set CC to just the basename; use the full file name.
4240 shift
4241 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4242 fi
4243 fi
4244 fi
4245 fi
4246 CC=$ac_cv_prog_CC
4247 if test -n "$CC"; then
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4249 $as_echo "$CC" >&6; }
4250 else
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4252 $as_echo "no" >&6; }
4253 fi
4254
4255
4256 fi
4257 if test -z "$CC"; then
4258 if test -n "$ac_tool_prefix"; then
4259 for ac_prog in cl.exe
4260 do
4261 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4262 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4264 $as_echo_n "checking for $ac_word... " >&6; }
4265 if test "${ac_cv_prog_CC+set}" = set; then :
4266 $as_echo_n "(cached) " >&6
4267 else
4268 if test -n "$CC"; then
4269 ac_cv_prog_CC="$CC" # Let the user override the test.
4270 else
4271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4272 for as_dir in $PATH
4273 do
4274 IFS=$as_save_IFS
4275 test -z "$as_dir" && as_dir=.
4276 for ac_exec_ext in '' $ac_executable_extensions; do
4277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4278 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4280 break 2
4281 fi
4282 done
4283 done
4284 IFS=$as_save_IFS
4285
4286 fi
4287 fi
4288 CC=$ac_cv_prog_CC
4289 if test -n "$CC"; then
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4291 $as_echo "$CC" >&6; }
4292 else
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4294 $as_echo "no" >&6; }
4295 fi
4296
4297
4298 test -n "$CC" && break
4299 done
4300 fi
4301 if test -z "$CC"; then
4302 ac_ct_CC=$CC
4303 for ac_prog in cl.exe
4304 do
4305 # Extract the first word of "$ac_prog", so it can be a program name with args.
4306 set dummy $ac_prog; ac_word=$2
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4308 $as_echo_n "checking for $ac_word... " >&6; }
4309 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4310 $as_echo_n "(cached) " >&6
4311 else
4312 if test -n "$ac_ct_CC"; then
4313 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4314 else
4315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4316 for as_dir in $PATH
4317 do
4318 IFS=$as_save_IFS
4319 test -z "$as_dir" && as_dir=.
4320 for ac_exec_ext in '' $ac_executable_extensions; do
4321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4322 ac_cv_prog_ac_ct_CC="$ac_prog"
4323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4324 break 2
4325 fi
4326 done
4327 done
4328 IFS=$as_save_IFS
4329
4330 fi
4331 fi
4332 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4333 if test -n "$ac_ct_CC"; then
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4335 $as_echo "$ac_ct_CC" >&6; }
4336 else
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4338 $as_echo "no" >&6; }
4339 fi
4340
4341
4342 test -n "$ac_ct_CC" && break
4343 done
4344
4345 if test "x$ac_ct_CC" = x; then
4346 CC=""
4347 else
4348 case $cross_compiling:$ac_tool_warned in
4349 yes:)
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4351 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4352 ac_tool_warned=yes ;;
4353 esac
4354 CC=$ac_ct_CC
4355 fi
4356 fi
4357
4358 fi
4359
4360
4361 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4362 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4363 as_fn_error "no acceptable C compiler found in \$PATH
4364 See \`config.log' for more details." "$LINENO" 5; }
4365
4366 # Provide some information about the compiler.
4367 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4368 set X $ac_compile
4369 ac_compiler=$2
4370 for ac_option in --version -v -V -qversion; do
4371 { { ac_try="$ac_compiler $ac_option >&5"
4372 case "(($ac_try" in
4373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4374 *) ac_try_echo=$ac_try;;
4375 esac
4376 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4377 $as_echo "$ac_try_echo"; } >&5
4378 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4379 ac_status=$?
4380 if test -s conftest.err; then
4381 sed '10a\
4382 ... rest of stderr output deleted ...
4383 10q' conftest.err >conftest.er1
4384 cat conftest.er1 >&5
4385 rm -f conftest.er1 conftest.err
4386 fi
4387 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4388 test $ac_status = 0; }
4389 done
4390
4391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4392 /* end confdefs.h. */
4393
4394 int
4395 main ()
4396 {
4397
4398 ;
4399 return 0;
4400 }
4401 _ACEOF
4402 ac_clean_files_save=$ac_clean_files
4403 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4404 # Try to create an executable without -o first, disregard a.out.
4405 # It will help us diagnose broken compilers, and finding out an intuition
4406 # of exeext.
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4408 $as_echo_n "checking for C compiler default output file name... " >&6; }
4409 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4410
4411 # The possible output files:
4412 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4413
4414 ac_rmfiles=
4415 for ac_file in $ac_files
4416 do
4417 case $ac_file in
4418 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4419 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4420 esac
4421 done
4422 rm -f $ac_rmfiles
4423
4424 if { { ac_try="$ac_link_default"
4425 case "(($ac_try" in
4426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4427 *) ac_try_echo=$ac_try;;
4428 esac
4429 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4430 $as_echo "$ac_try_echo"; } >&5
4431 (eval "$ac_link_default") 2>&5
4432 ac_status=$?
4433 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4434 test $ac_status = 0; }; then :
4435 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4436 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4437 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4438 # so that the user can short-circuit this test for compilers unknown to
4439 # Autoconf.
4440 for ac_file in $ac_files ''
4441 do
4442 test -f "$ac_file" || continue
4443 case $ac_file in
4444 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4445 ;;
4446 [ab].out )
4447 # We found the default executable, but exeext='' is most
4448 # certainly right.
4449 break;;
4450 *.* )
4451 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4452 then :; else
4453 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4454 fi
4455 # We set ac_cv_exeext here because the later test for it is not
4456 # safe: cross compilers may not add the suffix if given an `-o'
4457 # argument, so we may need to know it at that point already.
4458 # Even if this section looks crufty: it has the advantage of
4459 # actually working.
4460 break;;
4461 * )
4462 break;;
4463 esac
4464 done
4465 test "$ac_cv_exeext" = no && ac_cv_exeext=
4466
4467 else
4468 ac_file=''
4469 fi
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4471 $as_echo "$ac_file" >&6; }
4472 if test -z "$ac_file"; then :
4473 $as_echo "$as_me: failed program was:" >&5
4474 sed 's/^/| /' conftest.$ac_ext >&5
4475
4476 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4477 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4478 { as_fn_set_status 77
4479 as_fn_error "C compiler cannot create executables
4480 See \`config.log' for more details." "$LINENO" 5; }; }
4481 fi
4482 ac_exeext=$ac_cv_exeext
4483
4484 # Check that the compiler produces executables we can run. If not, either
4485 # the compiler is broken, or we cross compile.
4486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4487 $as_echo_n "checking whether the C compiler works... " >&6; }
4488 # If not cross compiling, check that we can run a simple program.
4489 if test "$cross_compiling" != yes; then
4490 if { ac_try='./$ac_file'
4491 { { case "(($ac_try" in
4492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4493 *) ac_try_echo=$ac_try;;
4494 esac
4495 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4496 $as_echo "$ac_try_echo"; } >&5
4497 (eval "$ac_try") 2>&5
4498 ac_status=$?
4499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4500 test $ac_status = 0; }; }; then
4501 cross_compiling=no
4502 else
4503 if test "$cross_compiling" = maybe; then
4504 cross_compiling=yes
4505 else
4506 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4507 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4508 as_fn_error "cannot run C compiled programs.
4509 If you meant to cross compile, use \`--host'.
4510 See \`config.log' for more details." "$LINENO" 5; }
4511 fi
4512 fi
4513 fi
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4515 $as_echo "yes" >&6; }
4516
4517 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4518 ac_clean_files=$ac_clean_files_save
4519 # Check that the compiler produces executables we can run. If not, either
4520 # the compiler is broken, or we cross compile.
4521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4522 $as_echo_n "checking whether we are cross compiling... " >&6; }
4523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4524 $as_echo "$cross_compiling" >&6; }
4525
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4527 $as_echo_n "checking for suffix of executables... " >&6; }
4528 if { { ac_try="$ac_link"
4529 case "(($ac_try" in
4530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4531 *) ac_try_echo=$ac_try;;
4532 esac
4533 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4534 $as_echo "$ac_try_echo"; } >&5
4535 (eval "$ac_link") 2>&5
4536 ac_status=$?
4537 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4538 test $ac_status = 0; }; then :
4539 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4540 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4541 # work properly (i.e., refer to `conftest.exe'), while it won't with
4542 # `rm'.
4543 for ac_file in conftest.exe conftest conftest.*; do
4544 test -f "$ac_file" || continue
4545 case $ac_file in
4546 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4547 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4548 break;;
4549 * ) break;;
4550 esac
4551 done
4552 else
4553 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4554 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4555 as_fn_error "cannot compute suffix of executables: cannot compile and link
4556 See \`config.log' for more details." "$LINENO" 5; }
4557 fi
4558 rm -f conftest$ac_cv_exeext
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4560 $as_echo "$ac_cv_exeext" >&6; }
4561
4562 rm -f conftest.$ac_ext
4563 EXEEXT=$ac_cv_exeext
4564 ac_exeext=$EXEEXT
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4566 $as_echo_n "checking for suffix of object files... " >&6; }
4567 if test "${ac_cv_objext+set}" = set; then :
4568 $as_echo_n "(cached) " >&6
4569 else
4570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4571 /* end confdefs.h. */
4572
4573 int
4574 main ()
4575 {
4576
4577 ;
4578 return 0;
4579 }
4580 _ACEOF
4581 rm -f conftest.o conftest.obj
4582 if { { ac_try="$ac_compile"
4583 case "(($ac_try" in
4584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4585 *) ac_try_echo=$ac_try;;
4586 esac
4587 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4588 $as_echo "$ac_try_echo"; } >&5
4589 (eval "$ac_compile") 2>&5
4590 ac_status=$?
4591 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4592 test $ac_status = 0; }; then :
4593 for ac_file in conftest.o conftest.obj conftest.*; do
4594 test -f "$ac_file" || continue;
4595 case $ac_file in
4596 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4597 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4598 break;;
4599 esac
4600 done
4601 else
4602 $as_echo "$as_me: failed program was:" >&5
4603 sed 's/^/| /' conftest.$ac_ext >&5
4604
4605 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4606 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4607 as_fn_error "cannot compute suffix of object files: cannot compile
4608 See \`config.log' for more details." "$LINENO" 5; }
4609 fi
4610 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4611 fi
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4613 $as_echo "$ac_cv_objext" >&6; }
4614 OBJEXT=$ac_cv_objext
4615 ac_objext=$OBJEXT
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4617 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4618 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4619 $as_echo_n "(cached) " >&6
4620 else
4621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4622 /* end confdefs.h. */
4623
4624 int
4625 main ()
4626 {
4627 #ifndef __GNUC__
4628 choke me
4629 #endif
4630
4631 ;
4632 return 0;
4633 }
4634 _ACEOF
4635 if ac_fn_c_try_compile "$LINENO"; then :
4636 ac_compiler_gnu=yes
4637 else
4638 ac_compiler_gnu=no
4639 fi
4640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4641 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4642
4643 fi
4644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4645 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4646 if test $ac_compiler_gnu = yes; then
4647 GCC=yes
4648 else
4649 GCC=
4650 fi
4651 ac_test_CFLAGS=${CFLAGS+set}
4652 ac_save_CFLAGS=$CFLAGS
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4654 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4655 if test "${ac_cv_prog_cc_g+set}" = set; then :
4656 $as_echo_n "(cached) " >&6
4657 else
4658 ac_save_c_werror_flag=$ac_c_werror_flag
4659 ac_c_werror_flag=yes
4660 ac_cv_prog_cc_g=no
4661 CFLAGS="-g"
4662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4663 /* end confdefs.h. */
4664
4665 int
4666 main ()
4667 {
4668
4669 ;
4670 return 0;
4671 }
4672 _ACEOF
4673 if ac_fn_c_try_compile "$LINENO"; then :
4674 ac_cv_prog_cc_g=yes
4675 else
4676 CFLAGS=""
4677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4678 /* end confdefs.h. */
4679
4680 int
4681 main ()
4682 {
4683
4684 ;
4685 return 0;
4686 }
4687 _ACEOF
4688 if ac_fn_c_try_compile "$LINENO"; then :
4689
4690 else
4691 ac_c_werror_flag=$ac_save_c_werror_flag
4692 CFLAGS="-g"
4693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4694 /* end confdefs.h. */
4695
4696 int
4697 main ()
4698 {
4699
4700 ;
4701 return 0;
4702 }
4703 _ACEOF
4704 if ac_fn_c_try_compile "$LINENO"; then :
4705 ac_cv_prog_cc_g=yes
4706 fi
4707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4708 fi
4709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4710 fi
4711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4712 ac_c_werror_flag=$ac_save_c_werror_flag
4713 fi
4714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4715 $as_echo "$ac_cv_prog_cc_g" >&6; }
4716 if test "$ac_test_CFLAGS" = set; then
4717 CFLAGS=$ac_save_CFLAGS
4718 elif test $ac_cv_prog_cc_g = yes; then
4719 if test "$GCC" = yes; then
4720 CFLAGS="-g -O2"
4721 else
4722 CFLAGS="-g"
4723 fi
4724 else
4725 if test "$GCC" = yes; then
4726 CFLAGS="-O2"
4727 else
4728 CFLAGS=
4729 fi
4730 fi
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4732 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4733 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4734 $as_echo_n "(cached) " >&6
4735 else
4736 ac_cv_prog_cc_c89=no
4737 ac_save_CC=$CC
4738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4739 /* end confdefs.h. */
4740 #include <stdarg.h>
4741 #include <stdio.h>
4742 #include <sys/types.h>
4743 #include <sys/stat.h>
4744 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4745 struct buf { int x; };
4746 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4747 static char *e (p, i)
4748 char **p;
4749 int i;
4750 {
4751 return p[i];
4752 }
4753 static char *f (char * (*g) (char **, int), char **p, ...)
4754 {
4755 char *s;
4756 va_list v;
4757 va_start (v,p);
4758 s = g (p, va_arg (v,int));
4759 va_end (v);
4760 return s;
4761 }
4762
4763 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4764 function prototypes and stuff, but not '\xHH' hex character constants.
4765 These don't provoke an error unfortunately, instead are silently treated
4766 as 'x'. The following induces an error, until -std is added to get
4767 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4768 array size at least. It's necessary to write '\x00'==0 to get something
4769 that's true only with -std. */
4770 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4771
4772 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4773 inside strings and character constants. */
4774 #define FOO(x) 'x'
4775 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4776
4777 int test (int i, double x);
4778 struct s1 {int (*f) (int a);};
4779 struct s2 {int (*f) (double a);};
4780 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4781 int argc;
4782 char **argv;
4783 int
4784 main ()
4785 {
4786 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4787 ;
4788 return 0;
4789 }
4790 _ACEOF
4791 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4792 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4793 do
4794 CC="$ac_save_CC $ac_arg"
4795 if ac_fn_c_try_compile "$LINENO"; then :
4796 ac_cv_prog_cc_c89=$ac_arg
4797 fi
4798 rm -f core conftest.err conftest.$ac_objext
4799 test "x$ac_cv_prog_cc_c89" != "xno" && break
4800 done
4801 rm -f conftest.$ac_ext
4802 CC=$ac_save_CC
4803
4804 fi
4805 # AC_CACHE_VAL
4806 case "x$ac_cv_prog_cc_c89" in
4807 x)
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4809 $as_echo "none needed" >&6; } ;;
4810 xno)
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4812 $as_echo "unsupported" >&6; } ;;
4813 *)
4814 CC="$CC $ac_cv_prog_cc_c89"
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4816 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4817 esac
4818 if test "x$ac_cv_prog_cc_c89" != xno; then :
4819
4820 fi
4821
4822 ac_ext=c
4823 ac_cpp='$CPP $CPPFLAGS'
4824 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4825 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4826 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4827
4828 ac_aux_dir=
4829 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4830 for ac_t in install-sh install.sh shtool; do
4831 if test -f "$ac_dir/$ac_t"; then
4832 ac_aux_dir=$ac_dir
4833 ac_install_sh="$ac_aux_dir/$ac_t -c"
4834 break 2
4835 fi
4836 done
4837 done
4838 if test -z "$ac_aux_dir"; then
4839 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4840 fi
4841
4842 # These three variables are undocumented and unsupported,
4843 # and are intended to be withdrawn in a future Autoconf release.
4844 # They can cause serious problems if a builder's source tree is in a directory
4845 # whose full name contains unusual characters.
4846 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4847 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4848 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4849
4850
4851 # Make sure we can run config.sub.
4852 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4853 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4854
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4856 $as_echo_n "checking build system type... " >&6; }
4857 if test "${ac_cv_build+set}" = set; then :
4858 $as_echo_n "(cached) " >&6
4859 else
4860 ac_build_alias=$build_alias
4861 test "x$ac_build_alias" = x &&
4862 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4863 test "x$ac_build_alias" = x &&
4864 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4865 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4866 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4867
4868 fi
4869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4870 $as_echo "$ac_cv_build" >&6; }
4871 case $ac_cv_build in
4872 *-*-*) ;;
4873 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4874 esac
4875 build=$ac_cv_build
4876 ac_save_IFS=$IFS; IFS='-'
4877 set x $ac_cv_build
4878 shift
4879 build_cpu=$1
4880 build_vendor=$2
4881 shift; shift
4882 # Remember, the first character of IFS is used to create $*,
4883 # except with old shells:
4884 build_os=$*
4885 IFS=$ac_save_IFS
4886 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4887
4888
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4890 $as_echo_n "checking host system type... " >&6; }
4891 if test "${ac_cv_host+set}" = set; then :
4892 $as_echo_n "(cached) " >&6
4893 else
4894 if test "x$host_alias" = x; then
4895 ac_cv_host=$ac_cv_build
4896 else
4897 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4898 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4899 fi
4900
4901 fi
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4903 $as_echo "$ac_cv_host" >&6; }
4904 case $ac_cv_host in
4905 *-*-*) ;;
4906 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4907 esac
4908 host=$ac_cv_host
4909 ac_save_IFS=$IFS; IFS='-'
4910 set x $ac_cv_host
4911 shift
4912 host_cpu=$1
4913 host_vendor=$2
4914 shift; shift
4915 # Remember, the first character of IFS is used to create $*,
4916 # except with old shells:
4917 host_os=$*
4918 IFS=$ac_save_IFS
4919 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4920
4921
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4923 $as_echo_n "checking target system type... " >&6; }
4924 if test "${ac_cv_target+set}" = set; then :
4925 $as_echo_n "(cached) " >&6
4926 else
4927 if test "x$target_alias" = x; then
4928 ac_cv_target=$ac_cv_host
4929 else
4930 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4931 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4932 fi
4933
4934 fi
4935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4936 $as_echo "$ac_cv_target" >&6; }
4937 case $ac_cv_target in
4938 *-*-*) ;;
4939 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4940 esac
4941 target=$ac_cv_target
4942 ac_save_IFS=$IFS; IFS='-'
4943 set x $ac_cv_target
4944 shift
4945 target_cpu=$1
4946 target_vendor=$2
4947 shift; shift
4948 # Remember, the first character of IFS is used to create $*,
4949 # except with old shells:
4950 target_os=$*
4951 IFS=$ac_save_IFS
4952 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4953
4954
4955 # The aliases save the names the user supplied, while $host etc.
4956 # will get canonicalized.
4957 test -n "$target_alias" &&
4958 test "$program_prefix$program_suffix$program_transform_name" = \
4959 NONENONEs,x,x, &&
4960 program_prefix=${target_alias}-
4961
4962 ac_ext=c
4963 ac_cpp='$CPP $CPPFLAGS'
4964 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4965 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4966 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4968 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4969 # On Suns, sometimes $CPP names a directory.
4970 if test -n "$CPP" && test -d "$CPP"; then
4971 CPP=
4972 fi
4973 if test -z "$CPP"; then
4974 if test "${ac_cv_prog_CPP+set}" = set; then :
4975 $as_echo_n "(cached) " >&6
4976 else
4977 # Double quotes because CPP needs to be expanded
4978 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4979 do
4980 ac_preproc_ok=false
4981 for ac_c_preproc_warn_flag in '' yes
4982 do
4983 # Use a header file that comes with gcc, so configuring glibc
4984 # with a fresh cross-compiler works.
4985 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4986 # <limits.h> exists even on freestanding compilers.
4987 # On the NeXT, cc -E runs the code through the compiler's parser,
4988 # not just through cpp. "Syntax error" is here to catch this case.
4989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4990 /* end confdefs.h. */
4991 #ifdef __STDC__
4992 # include <limits.h>
4993 #else
4994 # include <assert.h>
4995 #endif
4996 Syntax error
4997 _ACEOF
4998 if ac_fn_c_try_cpp "$LINENO"; then :
4999
5000 else
5001 # Broken: fails on valid input.
5002 continue
5003 fi
5004 rm -f conftest.err conftest.$ac_ext
5005
5006 # OK, works on sane cases. Now check whether nonexistent headers
5007 # can be detected and how.
5008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5009 /* end confdefs.h. */
5010 #include <ac_nonexistent.h>
5011 _ACEOF
5012 if ac_fn_c_try_cpp "$LINENO"; then :
5013 # Broken: success on invalid input.
5014 continue
5015 else
5016 # Passes both tests.
5017 ac_preproc_ok=:
5018 break
5019 fi
5020 rm -f conftest.err conftest.$ac_ext
5021
5022 done
5023 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5024 rm -f conftest.err conftest.$ac_ext
5025 if $ac_preproc_ok; then :
5026 break
5027 fi
5028
5029 done
5030 ac_cv_prog_CPP=$CPP
5031
5032 fi
5033 CPP=$ac_cv_prog_CPP
5034 else
5035 ac_cv_prog_CPP=$CPP
5036 fi
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5038 $as_echo "$CPP" >&6; }
5039 ac_preproc_ok=false
5040 for ac_c_preproc_warn_flag in '' yes
5041 do
5042 # Use a header file that comes with gcc, so configuring glibc
5043 # with a fresh cross-compiler works.
5044 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5045 # <limits.h> exists even on freestanding compilers.
5046 # On the NeXT, cc -E runs the code through the compiler's parser,
5047 # not just through cpp. "Syntax error" is here to catch this case.
5048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5049 /* end confdefs.h. */
5050 #ifdef __STDC__
5051 # include <limits.h>
5052 #else
5053 # include <assert.h>
5054 #endif
5055 Syntax error
5056 _ACEOF
5057 if ac_fn_c_try_cpp "$LINENO"; then :
5058
5059 else
5060 # Broken: fails on valid input.
5061 continue
5062 fi
5063 rm -f conftest.err conftest.$ac_ext
5064
5065 # OK, works on sane cases. Now check whether nonexistent headers
5066 # can be detected and how.
5067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5068 /* end confdefs.h. */
5069 #include <ac_nonexistent.h>
5070 _ACEOF
5071 if ac_fn_c_try_cpp "$LINENO"; then :
5072 # Broken: success on invalid input.
5073 continue
5074 else
5075 # Passes both tests.
5076 ac_preproc_ok=:
5077 break
5078 fi
5079 rm -f conftest.err conftest.$ac_ext
5080
5081 done
5082 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5083 rm -f conftest.err conftest.$ac_ext
5084 if $ac_preproc_ok; then :
5085
5086 else
5087 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5088 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5089 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5090 See \`config.log' for more details." "$LINENO" 5; }
5091 fi
5092
5093 ac_ext=c
5094 ac_cpp='$CPP $CPPFLAGS'
5095 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5096 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5097 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5098
5099
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5101 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5102 if test "${ac_cv_path_GREP+set}" = set; then :
5103 $as_echo_n "(cached) " >&6
5104 else
5105 if test -z "$GREP"; then
5106 ac_path_GREP_found=false
5107 # Loop through the user's path and test for each of PROGNAME-LIST
5108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5109 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5110 do
5111 IFS=$as_save_IFS
5112 test -z "$as_dir" && as_dir=.
5113 for ac_prog in grep ggrep; do
5114 for ac_exec_ext in '' $ac_executable_extensions; do
5115 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5116 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5117 # Check for GNU ac_path_GREP and select it if it is found.
5118 # Check for GNU $ac_path_GREP
5119 case `"$ac_path_GREP" --version 2>&1` in
5120 *GNU*)
5121 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5122 *)
5123 ac_count=0
5124 $as_echo_n 0123456789 >"conftest.in"
5125 while :
5126 do
5127 cat "conftest.in" "conftest.in" >"conftest.tmp"
5128 mv "conftest.tmp" "conftest.in"
5129 cp "conftest.in" "conftest.nl"
5130 $as_echo 'GREP' >> "conftest.nl"
5131 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5132 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5133 as_fn_arith $ac_count + 1 && ac_count=$as_val
5134 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5135 # Best one so far, save it but keep looking for a better one
5136 ac_cv_path_GREP="$ac_path_GREP"
5137 ac_path_GREP_max=$ac_count
5138 fi
5139 # 10*(2^10) chars as input seems more than enough
5140 test $ac_count -gt 10 && break
5141 done
5142 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5143 esac
5144
5145 $ac_path_GREP_found && break 3
5146 done
5147 done
5148 done
5149 IFS=$as_save_IFS
5150 if test -z "$ac_cv_path_GREP"; then
5151 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5152 fi
5153 else
5154 ac_cv_path_GREP=$GREP
5155 fi
5156
5157 fi
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5159 $as_echo "$ac_cv_path_GREP" >&6; }
5160 GREP="$ac_cv_path_GREP"
5161
5162
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5164 $as_echo_n "checking for egrep... " >&6; }
5165 if test "${ac_cv_path_EGREP+set}" = set; then :
5166 $as_echo_n "(cached) " >&6
5167 else
5168 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5169 then ac_cv_path_EGREP="$GREP -E"
5170 else
5171 if test -z "$EGREP"; then
5172 ac_path_EGREP_found=false
5173 # Loop through the user's path and test for each of PROGNAME-LIST
5174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5175 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5176 do
5177 IFS=$as_save_IFS
5178 test -z "$as_dir" && as_dir=.
5179 for ac_prog in egrep; do
5180 for ac_exec_ext in '' $ac_executable_extensions; do
5181 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5182 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5183 # Check for GNU ac_path_EGREP and select it if it is found.
5184 # Check for GNU $ac_path_EGREP
5185 case `"$ac_path_EGREP" --version 2>&1` in
5186 *GNU*)
5187 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5188 *)
5189 ac_count=0
5190 $as_echo_n 0123456789 >"conftest.in"
5191 while :
5192 do
5193 cat "conftest.in" "conftest.in" >"conftest.tmp"
5194 mv "conftest.tmp" "conftest.in"
5195 cp "conftest.in" "conftest.nl"
5196 $as_echo 'EGREP' >> "conftest.nl"
5197 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5198 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5199 as_fn_arith $ac_count + 1 && ac_count=$as_val
5200 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5201 # Best one so far, save it but keep looking for a better one
5202 ac_cv_path_EGREP="$ac_path_EGREP"
5203 ac_path_EGREP_max=$ac_count
5204 fi
5205 # 10*(2^10) chars as input seems more than enough
5206 test $ac_count -gt 10 && break
5207 done
5208 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5209 esac
5210
5211 $ac_path_EGREP_found && break 3
5212 done
5213 done
5214 done
5215 IFS=$as_save_IFS
5216 if test -z "$ac_cv_path_EGREP"; then
5217 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5218 fi
5219 else
5220 ac_cv_path_EGREP=$EGREP
5221 fi
5222
5223 fi
5224 fi
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5226 $as_echo "$ac_cv_path_EGREP" >&6; }
5227 EGREP="$ac_cv_path_EGREP"
5228
5229
5230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5231 $as_echo_n "checking for ANSI C header files... " >&6; }
5232 if test "${ac_cv_header_stdc+set}" = set; then :
5233 $as_echo_n "(cached) " >&6
5234 else
5235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5236 /* end confdefs.h. */
5237 #include <stdlib.h>
5238 #include <stdarg.h>
5239 #include <string.h>
5240 #include <float.h>
5241
5242 int
5243 main ()
5244 {
5245
5246 ;
5247 return 0;
5248 }
5249 _ACEOF
5250 if ac_fn_c_try_compile "$LINENO"; then :
5251 ac_cv_header_stdc=yes
5252 else
5253 ac_cv_header_stdc=no
5254 fi
5255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5256
5257 if test $ac_cv_header_stdc = yes; then
5258 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5260 /* end confdefs.h. */
5261 #include <string.h>
5262
5263 _ACEOF
5264 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5265 $EGREP "memchr" >/dev/null 2>&1; then :
5266
5267 else
5268 ac_cv_header_stdc=no
5269 fi
5270 rm -f conftest*
5271
5272 fi
5273
5274 if test $ac_cv_header_stdc = yes; then
5275 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5277 /* end confdefs.h. */
5278 #include <stdlib.h>
5279
5280 _ACEOF
5281 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5282 $EGREP "free" >/dev/null 2>&1; then :
5283
5284 else
5285 ac_cv_header_stdc=no
5286 fi
5287 rm -f conftest*
5288
5289 fi
5290
5291 if test $ac_cv_header_stdc = yes; then
5292 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5293 if test "$cross_compiling" = yes; then :
5294 :
5295 else
5296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5297 /* end confdefs.h. */
5298 #include <ctype.h>
5299 #include <stdlib.h>
5300 #if ((' ' & 0x0FF) == 0x020)
5301 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5302 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5303 #else
5304 # define ISLOWER(c) \
5305 (('a' <= (c) && (c) <= 'i') \
5306 || ('j' <= (c) && (c) <= 'r') \
5307 || ('s' <= (c) && (c) <= 'z'))
5308 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5309 #endif
5310
5311 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5312 int
5313 main ()
5314 {
5315 int i;
5316 for (i = 0; i < 256; i++)
5317 if (XOR (islower (i), ISLOWER (i))
5318 || toupper (i) != TOUPPER (i))
5319 return 2;
5320 return 0;
5321 }
5322 _ACEOF
5323 if ac_fn_c_try_run "$LINENO"; then :
5324
5325 else
5326 ac_cv_header_stdc=no
5327 fi
5328 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5329 conftest.$ac_objext conftest.beam conftest.$ac_ext
5330 fi
5331
5332 fi
5333 fi
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5335 $as_echo "$ac_cv_header_stdc" >&6; }
5336 if test $ac_cv_header_stdc = yes; then
5337
5338 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5339
5340 fi
5341
5342 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5343 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5344 inttypes.h stdint.h unistd.h
5345 do :
5346 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5347 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5348 "
5349 eval as_val=\$$as_ac_Header
5350 if test "x$as_val" = x""yes; then :
5351 cat >>confdefs.h <<_ACEOF
5352 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5353 _ACEOF
5354
5355 fi
5356
5357 done
5358
5359
5360
5361 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5362 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5363 MINIX=yes
5364 else
5365 MINIX=
5366 fi
5367
5368
5369 if test "$MINIX" = yes; then
5370
5371 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5372
5373
5374 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5375
5376
5377 $as_echo "#define _MINIX 1" >>confdefs.h
5378
5379 fi
5380
5381
5382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5383 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5384 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5385 $as_echo_n "(cached) " >&6
5386 else
5387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5388 /* end confdefs.h. */
5389
5390 # define __EXTENSIONS__ 1
5391 $ac_includes_default
5392 int
5393 main ()
5394 {
5395
5396 ;
5397 return 0;
5398 }
5399 _ACEOF
5400 if ac_fn_c_try_compile "$LINENO"; then :
5401 ac_cv_safe_to_define___extensions__=yes
5402 else
5403 ac_cv_safe_to_define___extensions__=no
5404 fi
5405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5406 fi
5407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5408 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5409 test $ac_cv_safe_to_define___extensions__ = yes &&
5410 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5411
5412 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5413
5414 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5415
5416 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5417
5418 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5419
5420
5421 test "$program_prefix" != NONE &&
5422 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5423 # Use a double $ so make ignores it.
5424 test "$program_suffix" != NONE &&
5425 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5426 # Double any \ or $.
5427 # By default was `s,x,x', remove it if useless.
5428 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5429 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5430
5431 # Find a good install program. We prefer a C program (faster),
5432 # so one script is as good as another. But avoid the broken or
5433 # incompatible versions:
5434 # SysV /etc/install, /usr/sbin/install
5435 # SunOS /usr/etc/install
5436 # IRIX /sbin/install
5437 # AIX /bin/install
5438 # AmigaOS /C/install, which installs bootblocks on floppy discs
5439 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5440 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5441 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5442 # OS/2's system install, which has a completely different semantic
5443 # ./install, which can be erroneously created by make from ./install.sh.
5444 # Reject install programs that cannot install multiple files.
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5446 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5447 if test -z "$INSTALL"; then
5448 if test "${ac_cv_path_install+set}" = set; then :
5449 $as_echo_n "(cached) " >&6
5450 else
5451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5452 for as_dir in $PATH
5453 do
5454 IFS=$as_save_IFS
5455 test -z "$as_dir" && as_dir=.
5456 # Account for people who put trailing slashes in PATH elements.
5457 case $as_dir/ in #((
5458 ./ | .// | /[cC]/* | \
5459 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5460 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5461 /usr/ucb/* ) ;;
5462 *)
5463 # OSF1 and SCO ODT 3.0 have their own names for install.
5464 # Don't use installbsd from OSF since it installs stuff as root
5465 # by default.
5466 for ac_prog in ginstall scoinst install; do
5467 for ac_exec_ext in '' $ac_executable_extensions; do
5468 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5469 if test $ac_prog = install &&
5470 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5471 # AIX install. It has an incompatible calling convention.
5472 :
5473 elif test $ac_prog = install &&
5474 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5475 # program-specific install script used by HP pwplus--don't use.
5476 :
5477 else
5478 rm -rf conftest.one conftest.two conftest.dir
5479 echo one > conftest.one
5480 echo two > conftest.two
5481 mkdir conftest.dir
5482 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5483 test -s conftest.one && test -s conftest.two &&
5484 test -s conftest.dir/conftest.one &&
5485 test -s conftest.dir/conftest.two
5486 then
5487 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5488 break 3
5489 fi
5490 fi
5491 fi
5492 done
5493 done
5494 ;;
5495 esac
5496
5497 done
5498 IFS=$as_save_IFS
5499
5500 rm -rf conftest.one conftest.two conftest.dir
5501
5502 fi
5503 if test "${ac_cv_path_install+set}" = set; then
5504 INSTALL=$ac_cv_path_install
5505 else
5506 # As a last resort, use the slow shell script. Don't cache a
5507 # value for INSTALL within a source directory, because that will
5508 # break other packages using the cache if that directory is
5509 # removed, or if the value is a relative name.
5510 INSTALL=$ac_install_sh
5511 fi
5512 fi
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5514 $as_echo "$INSTALL" >&6; }
5515
5516 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5517 # It thinks the first close brace ends the variable substitution.
5518 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5519
5520 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5521
5522 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5523
5524 rm -rf .tst 2>/dev/null
5525 mkdir .tst 2>/dev/null
5526 if test -d .tst; then
5527 am__leading_dot=.
5528 else
5529 am__leading_dot=_
5530 fi
5531 rmdir .tst 2>/dev/null
5532
5533 DEPDIR="${am__leading_dot}deps"
5534
5535 case `pwd` in
5536 *\ * | *\ *)
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5538 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5539 esac
5540
5541
5542
5543 macro_version='2.2.7a'
5544 macro_revision='1.3134'
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558 ltmain="$ac_aux_dir/ltmain.sh"
5559
5560 # Backslashify metacharacters that are still active within
5561 # double-quoted strings.
5562 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5563
5564 # Same as above, but do not quote variable references.
5565 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5566
5567 # Sed substitution to delay expansion of an escaped shell variable in a
5568 # double_quote_subst'ed string.
5569 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5570
5571 # Sed substitution to delay expansion of an escaped single quote.
5572 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5573
5574 # Sed substitution to avoid accidental globbing in evaled expressions
5575 no_glob_subst='s/\*/\\\*/g'
5576
5577 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5578 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5579 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5580
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5582 $as_echo_n "checking how to print strings... " >&6; }
5583 # Test print first, because it will be a builtin if present.
5584 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5585 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5586 ECHO='print -r --'
5587 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5588 ECHO='printf %s\n'
5589 else
5590 # Use this function as a fallback that always works.
5591 func_fallback_echo ()
5592 {
5593 eval 'cat <<_LTECHO_EOF
5594 $1
5595 _LTECHO_EOF'
5596 }
5597 ECHO='func_fallback_echo'
5598 fi
5599
5600 # func_echo_all arg...
5601 # Invoke $ECHO with all args, space-separated.
5602 func_echo_all ()
5603 {
5604 $ECHO ""
5605 }
5606
5607 case "$ECHO" in
5608 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5609 $as_echo "printf" >&6; } ;;
5610 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5611 $as_echo "print -r" >&6; } ;;
5612 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5613 $as_echo "cat" >&6; } ;;
5614 esac
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5630 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5631 if test "${ac_cv_path_SED+set}" = set; then :
5632 $as_echo_n "(cached) " >&6
5633 else
5634 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5635 for ac_i in 1 2 3 4 5 6 7; do
5636 ac_script="$ac_script$as_nl$ac_script"
5637 done
5638 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5639 { ac_script=; unset ac_script;}
5640 if test -z "$SED"; then
5641 ac_path_SED_found=false
5642 # Loop through the user's path and test for each of PROGNAME-LIST
5643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5644 for as_dir in $PATH
5645 do
5646 IFS=$as_save_IFS
5647 test -z "$as_dir" && as_dir=.
5648 for ac_prog in sed gsed; do
5649 for ac_exec_ext in '' $ac_executable_extensions; do
5650 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5651 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5652 # Check for GNU ac_path_SED and select it if it is found.
5653 # Check for GNU $ac_path_SED
5654 case `"$ac_path_SED" --version 2>&1` in
5655 *GNU*)
5656 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5657 *)
5658 ac_count=0
5659 $as_echo_n 0123456789 >"conftest.in"
5660 while :
5661 do
5662 cat "conftest.in" "conftest.in" >"conftest.tmp"
5663 mv "conftest.tmp" "conftest.in"
5664 cp "conftest.in" "conftest.nl"
5665 $as_echo '' >> "conftest.nl"
5666 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5667 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5668 as_fn_arith $ac_count + 1 && ac_count=$as_val
5669 if test $ac_count -gt ${ac_path_SED_max-0}; then
5670 # Best one so far, save it but keep looking for a better one
5671 ac_cv_path_SED="$ac_path_SED"
5672 ac_path_SED_max=$ac_count
5673 fi
5674 # 10*(2^10) chars as input seems more than enough
5675 test $ac_count -gt 10 && break
5676 done
5677 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5678 esac
5679
5680 $ac_path_SED_found && break 3
5681 done
5682 done
5683 done
5684 IFS=$as_save_IFS
5685 if test -z "$ac_cv_path_SED"; then
5686 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5687 fi
5688 else
5689 ac_cv_path_SED=$SED
5690 fi
5691
5692 fi
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5694 $as_echo "$ac_cv_path_SED" >&6; }
5695 SED="$ac_cv_path_SED"
5696 rm -f conftest.sed
5697
5698 test -z "$SED" && SED=sed
5699 Xsed="$SED -e 1s/^X//"
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5712 $as_echo_n "checking for fgrep... " >&6; }
5713 if test "${ac_cv_path_FGREP+set}" = set; then :
5714 $as_echo_n "(cached) " >&6
5715 else
5716 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5717 then ac_cv_path_FGREP="$GREP -F"
5718 else
5719 if test -z "$FGREP"; then
5720 ac_path_FGREP_found=false
5721 # Loop through the user's path and test for each of PROGNAME-LIST
5722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5723 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5724 do
5725 IFS=$as_save_IFS
5726 test -z "$as_dir" && as_dir=.
5727 for ac_prog in fgrep; do
5728 for ac_exec_ext in '' $ac_executable_extensions; do
5729 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5730 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5731 # Check for GNU ac_path_FGREP and select it if it is found.
5732 # Check for GNU $ac_path_FGREP
5733 case `"$ac_path_FGREP" --version 2>&1` in
5734 *GNU*)
5735 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5736 *)
5737 ac_count=0
5738 $as_echo_n 0123456789 >"conftest.in"
5739 while :
5740 do
5741 cat "conftest.in" "conftest.in" >"conftest.tmp"
5742 mv "conftest.tmp" "conftest.in"
5743 cp "conftest.in" "conftest.nl"
5744 $as_echo 'FGREP' >> "conftest.nl"
5745 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5746 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5747 as_fn_arith $ac_count + 1 && ac_count=$as_val
5748 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5749 # Best one so far, save it but keep looking for a better one
5750 ac_cv_path_FGREP="$ac_path_FGREP"
5751 ac_path_FGREP_max=$ac_count
5752 fi
5753 # 10*(2^10) chars as input seems more than enough
5754 test $ac_count -gt 10 && break
5755 done
5756 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5757 esac
5758
5759 $ac_path_FGREP_found && break 3
5760 done
5761 done
5762 done
5763 IFS=$as_save_IFS
5764 if test -z "$ac_cv_path_FGREP"; then
5765 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5766 fi
5767 else
5768 ac_cv_path_FGREP=$FGREP
5769 fi
5770
5771 fi
5772 fi
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5774 $as_echo "$ac_cv_path_FGREP" >&6; }
5775 FGREP="$ac_cv_path_FGREP"
5776
5777
5778 test -z "$GREP" && GREP=grep
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798 # Check whether --with-gnu-ld was given.
5799 if test "${with_gnu_ld+set}" = set; then :
5800 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5801 else
5802 with_gnu_ld=no
5803 fi
5804
5805 ac_prog=ld
5806 if test "$GCC" = yes; then
5807 # Check if gcc -print-prog-name=ld gives a path.
5808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5809 $as_echo_n "checking for ld used by $CC... " >&6; }
5810 case $host in
5811 *-*-mingw*)
5812 # gcc leaves a trailing carriage return which upsets mingw
5813 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5814 *)
5815 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5816 esac
5817 case $ac_prog in
5818 # Accept absolute paths.
5819 [\\/]* | ?:[\\/]*)
5820 re_direlt='/[^/][^/]*/\.\./'
5821 # Canonicalize the pathname of ld
5822 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5823 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5824 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5825 done
5826 test -z "$LD" && LD="$ac_prog"
5827 ;;
5828 "")
5829 # If it fails, then pretend we aren't using GCC.
5830 ac_prog=ld
5831 ;;
5832 *)
5833 # If it is relative, then search for the first ld in PATH.
5834 with_gnu_ld=unknown
5835 ;;
5836 esac
5837 elif test "$with_gnu_ld" = yes; then
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5839 $as_echo_n "checking for GNU ld... " >&6; }
5840 else
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5842 $as_echo_n "checking for non-GNU ld... " >&6; }
5843 fi
5844 if test "${lt_cv_path_LD+set}" = set; then :
5845 $as_echo_n "(cached) " >&6
5846 else
5847 if test -z "$LD"; then
5848 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5849 for ac_dir in $PATH; do
5850 IFS="$lt_save_ifs"
5851 test -z "$ac_dir" && ac_dir=.
5852 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5853 lt_cv_path_LD="$ac_dir/$ac_prog"
5854 # Check to see if the program is GNU ld. I'd rather use --version,
5855 # but apparently some variants of GNU ld only accept -v.
5856 # Break only if it was the GNU/non-GNU ld that we prefer.
5857 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5858 *GNU* | *'with BFD'*)
5859 test "$with_gnu_ld" != no && break
5860 ;;
5861 *)
5862 test "$with_gnu_ld" != yes && break
5863 ;;
5864 esac
5865 fi
5866 done
5867 IFS="$lt_save_ifs"
5868 else
5869 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5870 fi
5871 fi
5872
5873 LD="$lt_cv_path_LD"
5874 if test -n "$LD"; then
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5876 $as_echo "$LD" >&6; }
5877 else
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5879 $as_echo "no" >&6; }
5880 fi
5881 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5883 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5884 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5885 $as_echo_n "(cached) " >&6
5886 else
5887 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5888 case `$LD -v 2>&1 </dev/null` in
5889 *GNU* | *'with BFD'*)
5890 lt_cv_prog_gnu_ld=yes
5891 ;;
5892 *)
5893 lt_cv_prog_gnu_ld=no
5894 ;;
5895 esac
5896 fi
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5898 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5899 with_gnu_ld=$lt_cv_prog_gnu_ld
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5910 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5911 if test "${lt_cv_path_NM+set}" = set; then :
5912 $as_echo_n "(cached) " >&6
5913 else
5914 if test -n "$NM"; then
5915 # Let the user override the test.
5916 lt_cv_path_NM="$NM"
5917 else
5918 lt_nm_to_check="${ac_tool_prefix}nm"
5919 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5920 lt_nm_to_check="$lt_nm_to_check nm"
5921 fi
5922 for lt_tmp_nm in $lt_nm_to_check; do
5923 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5924 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5925 IFS="$lt_save_ifs"
5926 test -z "$ac_dir" && ac_dir=.
5927 tmp_nm="$ac_dir/$lt_tmp_nm"
5928 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5929 # Check to see if the nm accepts a BSD-compat flag.
5930 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5931 # nm: unknown option "B" ignored
5932 # Tru64's nm complains that /dev/null is an invalid object file
5933 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5934 */dev/null* | *'Invalid file or object type'*)
5935 lt_cv_path_NM="$tmp_nm -B"
5936 break
5937 ;;
5938 *)
5939 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5940 */dev/null*)
5941 lt_cv_path_NM="$tmp_nm -p"
5942 break
5943 ;;
5944 *)
5945 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5946 continue # so that we can try to find one that supports BSD flags
5947 ;;
5948 esac
5949 ;;
5950 esac
5951 fi
5952 done
5953 IFS="$lt_save_ifs"
5954 done
5955 : ${lt_cv_path_NM=no}
5956 fi
5957 fi
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5959 $as_echo "$lt_cv_path_NM" >&6; }
5960 if test "$lt_cv_path_NM" != "no"; then
5961 NM="$lt_cv_path_NM"
5962 else
5963 # Didn't find any BSD compatible name lister, look for dumpbin.
5964 if test -n "$DUMPBIN"; then :
5965 # Let the user override the test.
5966 else
5967 if test -n "$ac_tool_prefix"; then
5968 for ac_prog in dumpbin "link -dump"
5969 do
5970 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5971 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5973 $as_echo_n "checking for $ac_word... " >&6; }
5974 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5975 $as_echo_n "(cached) " >&6
5976 else
5977 if test -n "$DUMPBIN"; then
5978 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5979 else
5980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5981 for as_dir in $PATH
5982 do
5983 IFS=$as_save_IFS
5984 test -z "$as_dir" && as_dir=.
5985 for ac_exec_ext in '' $ac_executable_extensions; do
5986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5987 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5989 break 2
5990 fi
5991 done
5992 done
5993 IFS=$as_save_IFS
5994
5995 fi
5996 fi
5997 DUMPBIN=$ac_cv_prog_DUMPBIN
5998 if test -n "$DUMPBIN"; then
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6000 $as_echo "$DUMPBIN" >&6; }
6001 else
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6003 $as_echo "no" >&6; }
6004 fi
6005
6006
6007 test -n "$DUMPBIN" && break
6008 done
6009 fi
6010 if test -z "$DUMPBIN"; then
6011 ac_ct_DUMPBIN=$DUMPBIN
6012 for ac_prog in dumpbin "link -dump"
6013 do
6014 # Extract the first word of "$ac_prog", so it can be a program name with args.
6015 set dummy $ac_prog; ac_word=$2
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6017 $as_echo_n "checking for $ac_word... " >&6; }
6018 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6019 $as_echo_n "(cached) " >&6
6020 else
6021 if test -n "$ac_ct_DUMPBIN"; then
6022 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6023 else
6024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6025 for as_dir in $PATH
6026 do
6027 IFS=$as_save_IFS
6028 test -z "$as_dir" && as_dir=.
6029 for ac_exec_ext in '' $ac_executable_extensions; do
6030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6031 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6033 break 2
6034 fi
6035 done
6036 done
6037 IFS=$as_save_IFS
6038
6039 fi
6040 fi
6041 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6042 if test -n "$ac_ct_DUMPBIN"; then
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6044 $as_echo "$ac_ct_DUMPBIN" >&6; }
6045 else
6046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6047 $as_echo "no" >&6; }
6048 fi
6049
6050
6051 test -n "$ac_ct_DUMPBIN" && break
6052 done
6053
6054 if test "x$ac_ct_DUMPBIN" = x; then
6055 DUMPBIN=":"
6056 else
6057 case $cross_compiling:$ac_tool_warned in
6058 yes:)
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6060 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6061 ac_tool_warned=yes ;;
6062 esac
6063 DUMPBIN=$ac_ct_DUMPBIN
6064 fi
6065 fi
6066
6067 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6068 *COFF*)
6069 DUMPBIN="$DUMPBIN -symbols"
6070 ;;
6071 *)
6072 DUMPBIN=:
6073 ;;
6074 esac
6075 fi
6076
6077 if test "$DUMPBIN" != ":"; then
6078 NM="$DUMPBIN"
6079 fi
6080 fi
6081 test -z "$NM" && NM=nm
6082
6083
6084
6085
6086
6087
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6089 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6090 if test "${lt_cv_nm_interface+set}" = set; then :
6091 $as_echo_n "(cached) " >&6
6092 else
6093 lt_cv_nm_interface="BSD nm"
6094 echo "int some_variable = 0;" > conftest.$ac_ext
6095 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6096 (eval "$ac_compile" 2>conftest.err)
6097 cat conftest.err >&5
6098 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6099 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6100 cat conftest.err >&5
6101 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6102 cat conftest.out >&5
6103 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6104 lt_cv_nm_interface="MS dumpbin"
6105 fi
6106 rm -f conftest*
6107 fi
6108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6109 $as_echo "$lt_cv_nm_interface" >&6; }
6110
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6112 $as_echo_n "checking whether ln -s works... " >&6; }
6113 LN_S=$as_ln_s
6114 if test "$LN_S" = "ln -s"; then
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6116 $as_echo "yes" >&6; }
6117 else
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6119 $as_echo "no, using $LN_S" >&6; }
6120 fi
6121
6122 # find the maximum length of command line arguments
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6124 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6125 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6126 $as_echo_n "(cached) " >&6
6127 else
6128 i=0
6129 teststring="ABCD"
6130
6131 case $build_os in
6132 msdosdjgpp*)
6133 # On DJGPP, this test can blow up pretty badly due to problems in libc
6134 # (any single argument exceeding 2000 bytes causes a buffer overrun
6135 # during glob expansion). Even if it were fixed, the result of this
6136 # check would be larger than it should be.
6137 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6138 ;;
6139
6140 gnu*)
6141 # Under GNU Hurd, this test is not required because there is
6142 # no limit to the length of command line arguments.
6143 # Libtool will interpret -1 as no limit whatsoever
6144 lt_cv_sys_max_cmd_len=-1;
6145 ;;
6146
6147 cygwin* | mingw* | cegcc*)
6148 # On Win9x/ME, this test blows up -- it succeeds, but takes
6149 # about 5 minutes as the teststring grows exponentially.
6150 # Worse, since 9x/ME are not pre-emptively multitasking,
6151 # you end up with a "frozen" computer, even though with patience
6152 # the test eventually succeeds (with a max line length of 256k).
6153 # Instead, let's just punt: use the minimum linelength reported by
6154 # all of the supported platforms: 8192 (on NT/2K/XP).
6155 lt_cv_sys_max_cmd_len=8192;
6156 ;;
6157
6158 mint*)
6159 # On MiNT this can take a long time and run out of memory.
6160 lt_cv_sys_max_cmd_len=8192;
6161 ;;
6162
6163 amigaos*)
6164 # On AmigaOS with pdksh, this test takes hours, literally.
6165 # So we just punt and use a minimum line length of 8192.
6166 lt_cv_sys_max_cmd_len=8192;
6167 ;;
6168
6169 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6170 # This has been around since 386BSD, at least. Likely further.
6171 if test -x /sbin/sysctl; then
6172 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6173 elif test -x /usr/sbin/sysctl; then
6174 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6175 else
6176 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6177 fi
6178 # And add a safety zone
6179 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6180 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6181 ;;
6182
6183 interix*)
6184 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6185 lt_cv_sys_max_cmd_len=196608
6186 ;;
6187
6188 osf*)
6189 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6190 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6191 # nice to cause kernel panics so lets avoid the loop below.
6192 # First set a reasonable default.
6193 lt_cv_sys_max_cmd_len=16384
6194 #
6195 if test -x /sbin/sysconfig; then
6196 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6197 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6198 esac
6199 fi
6200 ;;
6201 sco3.2v5*)
6202 lt_cv_sys_max_cmd_len=102400
6203 ;;
6204 sysv5* | sco5v6* | sysv4.2uw2*)
6205 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6206 if test -n "$kargmax"; then
6207 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6208 else
6209 lt_cv_sys_max_cmd_len=32768
6210 fi
6211 ;;
6212 *)
6213 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6214 if test -n "$lt_cv_sys_max_cmd_len"; then
6215 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6216 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6217 else
6218 # Make teststring a little bigger before we do anything with it.
6219 # a 1K string should be a reasonable start.
6220 for i in 1 2 3 4 5 6 7 8 ; do
6221 teststring=$teststring$teststring
6222 done
6223 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6224 # If test is not a shell built-in, we'll probably end up computing a
6225 # maximum length that is only half of the actual maximum length, but
6226 # we can't tell.
6227 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6228 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6229 test $i != 17 # 1/2 MB should be enough
6230 do
6231 i=`expr $i + 1`
6232 teststring=$teststring$teststring
6233 done
6234 # Only check the string length outside the loop.
6235 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6236 teststring=
6237 # Add a significant safety factor because C++ compilers can tack on
6238 # massive amounts of additional arguments before passing them to the
6239 # linker. It appears as though 1/2 is a usable value.
6240 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6241 fi
6242 ;;
6243 esac
6244
6245 fi
6246
6247 if test -n $lt_cv_sys_max_cmd_len ; then
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6249 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6250 else
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6252 $as_echo "none" >&6; }
6253 fi
6254 max_cmd_len=$lt_cv_sys_max_cmd_len
6255
6256
6257
6258
6259
6260
6261 : ${CP="cp -f"}
6262 : ${MV="mv -f"}
6263 : ${RM="rm -f"}
6264
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6266 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6267 # Try some XSI features
6268 xsi_shell=no
6269 ( _lt_dummy="a/b/c"
6270 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6271 = c,a/b,, \
6272 && eval 'test $(( 1 + 1 )) -eq 2 \
6273 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6274 && xsi_shell=yes
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6276 $as_echo "$xsi_shell" >&6; }
6277
6278
6279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6280 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6281 lt_shell_append=no
6282 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6283 >/dev/null 2>&1 \
6284 && lt_shell_append=yes
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6286 $as_echo "$lt_shell_append" >&6; }
6287
6288
6289 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6290 lt_unset=unset
6291 else
6292 lt_unset=false
6293 fi
6294
6295
6296
6297
6298
6299 # test EBCDIC or ASCII
6300 case `echo X|tr X '\101'` in
6301 A) # ASCII based system
6302 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6303 lt_SP2NL='tr \040 \012'
6304 lt_NL2SP='tr \015\012 \040\040'
6305 ;;
6306 *) # EBCDIC based system
6307 lt_SP2NL='tr \100 \n'
6308 lt_NL2SP='tr \r\n \100\100'
6309 ;;
6310 esac
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6321 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6322 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6323 $as_echo_n "(cached) " >&6
6324 else
6325 lt_cv_ld_reload_flag='-r'
6326 fi
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6328 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6329 reload_flag=$lt_cv_ld_reload_flag
6330 case $reload_flag in
6331 "" | " "*) ;;
6332 *) reload_flag=" $reload_flag" ;;
6333 esac
6334 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6335 case $host_os in
6336 darwin*)
6337 if test "$GCC" = yes; then
6338 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6339 else
6340 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6341 fi
6342 ;;
6343 esac
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353 if test -n "$ac_tool_prefix"; then
6354 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6355 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6357 $as_echo_n "checking for $ac_word... " >&6; }
6358 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6359 $as_echo_n "(cached) " >&6
6360 else
6361 if test -n "$OBJDUMP"; then
6362 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6363 else
6364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6365 for as_dir in $PATH
6366 do
6367 IFS=$as_save_IFS
6368 test -z "$as_dir" && as_dir=.
6369 for ac_exec_ext in '' $ac_executable_extensions; do
6370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6371 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6373 break 2
6374 fi
6375 done
6376 done
6377 IFS=$as_save_IFS
6378
6379 fi
6380 fi
6381 OBJDUMP=$ac_cv_prog_OBJDUMP
6382 if test -n "$OBJDUMP"; then
6383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6384 $as_echo "$OBJDUMP" >&6; }
6385 else
6386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6387 $as_echo "no" >&6; }
6388 fi
6389
6390
6391 fi
6392 if test -z "$ac_cv_prog_OBJDUMP"; then
6393 ac_ct_OBJDUMP=$OBJDUMP
6394 # Extract the first word of "objdump", so it can be a program name with args.
6395 set dummy objdump; ac_word=$2
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6397 $as_echo_n "checking for $ac_word... " >&6; }
6398 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6399 $as_echo_n "(cached) " >&6
6400 else
6401 if test -n "$ac_ct_OBJDUMP"; then
6402 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6403 else
6404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6405 for as_dir in $PATH
6406 do
6407 IFS=$as_save_IFS
6408 test -z "$as_dir" && as_dir=.
6409 for ac_exec_ext in '' $ac_executable_extensions; do
6410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6411 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6413 break 2
6414 fi
6415 done
6416 done
6417 IFS=$as_save_IFS
6418
6419 fi
6420 fi
6421 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6422 if test -n "$ac_ct_OBJDUMP"; then
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6424 $as_echo "$ac_ct_OBJDUMP" >&6; }
6425 else
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6427 $as_echo "no" >&6; }
6428 fi
6429
6430 if test "x$ac_ct_OBJDUMP" = x; then
6431 OBJDUMP="false"
6432 else
6433 case $cross_compiling:$ac_tool_warned in
6434 yes:)
6435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6437 ac_tool_warned=yes ;;
6438 esac
6439 OBJDUMP=$ac_ct_OBJDUMP
6440 fi
6441 else
6442 OBJDUMP="$ac_cv_prog_OBJDUMP"
6443 fi
6444
6445 test -z "$OBJDUMP" && OBJDUMP=objdump
6446
6447
6448
6449
6450
6451
6452
6453
6454
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6456 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6457 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6458 $as_echo_n "(cached) " >&6
6459 else
6460 lt_cv_file_magic_cmd='$MAGIC_CMD'
6461 lt_cv_file_magic_test_file=
6462 lt_cv_deplibs_check_method='unknown'
6463 # Need to set the preceding variable on all platforms that support
6464 # interlibrary dependencies.
6465 # 'none' -- dependencies not supported.
6466 # `unknown' -- same as none, but documents that we really don't know.
6467 # 'pass_all' -- all dependencies passed with no checks.
6468 # 'test_compile' -- check by making test program.
6469 # 'file_magic [[regex]]' -- check by looking for files in library path
6470 # which responds to the $file_magic_cmd with a given extended regex.
6471 # If you have `file' or equivalent on your system and you're not sure
6472 # whether `pass_all' will *always* work, you probably want this one.
6473
6474 case $host_os in
6475 aix[4-9]*)
6476 lt_cv_deplibs_check_method=pass_all
6477 ;;
6478
6479 beos*)
6480 lt_cv_deplibs_check_method=pass_all
6481 ;;
6482
6483 bsdi[45]*)
6484 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6485 lt_cv_file_magic_cmd='/usr/bin/file -L'
6486 lt_cv_file_magic_test_file=/shlib/libc.so
6487 ;;
6488
6489 cygwin*)
6490 # func_win32_libid is a shell function defined in ltmain.sh
6491 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6492 lt_cv_file_magic_cmd='func_win32_libid'
6493 ;;
6494
6495 mingw* | pw32*)
6496 # Base MSYS/MinGW do not provide the 'file' command needed by
6497 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6498 # unless we find 'file', for example because we are cross-compiling.
6499 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6500 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6501 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6502 lt_cv_file_magic_cmd='func_win32_libid'
6503 else
6504 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6505 lt_cv_file_magic_cmd='$OBJDUMP -f'
6506 fi
6507 ;;
6508
6509 cegcc*)
6510 # use the weaker test based on 'objdump'. See mingw*.
6511 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6512 lt_cv_file_magic_cmd='$OBJDUMP -f'
6513 ;;
6514
6515 darwin* | rhapsody*)
6516 lt_cv_deplibs_check_method=pass_all
6517 ;;
6518
6519 freebsd* | dragonfly*)
6520 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6521 case $host_cpu in
6522 i*86 )
6523 # Not sure whether the presence of OpenBSD here was a mistake.
6524 # Let's accept both of them until this is cleared up.
6525 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6526 lt_cv_file_magic_cmd=/usr/bin/file
6527 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6528 ;;
6529 esac
6530 else
6531 lt_cv_deplibs_check_method=pass_all
6532 fi
6533 ;;
6534
6535 gnu*)
6536 lt_cv_deplibs_check_method=pass_all
6537 ;;
6538
6539 haiku*)
6540 lt_cv_deplibs_check_method=pass_all
6541 ;;
6542
6543 hpux10.20* | hpux11*)
6544 lt_cv_file_magic_cmd=/usr/bin/file
6545 case $host_cpu in
6546 ia64*)
6547 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6548 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6549 ;;
6550 hppa*64*)
6551 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]'
6552 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6553 ;;
6554 *)
6555 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6556 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6557 ;;
6558 esac
6559 ;;
6560
6561 interix[3-9]*)
6562 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6563 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6564 ;;
6565
6566 irix5* | irix6* | nonstopux*)
6567 case $LD in
6568 *-32|*"-32 ") libmagic=32-bit;;
6569 *-n32|*"-n32 ") libmagic=N32;;
6570 *-64|*"-64 ") libmagic=64-bit;;
6571 *) libmagic=never-match;;
6572 esac
6573 lt_cv_deplibs_check_method=pass_all
6574 ;;
6575
6576 # This must be Linux ELF.
6577 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6578 lt_cv_deplibs_check_method=pass_all
6579 ;;
6580
6581 netbsd*)
6582 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6583 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6584 else
6585 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6586 fi
6587 ;;
6588
6589 newos6*)
6590 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6591 lt_cv_file_magic_cmd=/usr/bin/file
6592 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6593 ;;
6594
6595 *nto* | *qnx*)
6596 lt_cv_deplibs_check_method=pass_all
6597 ;;
6598
6599 openbsd*)
6600 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6601 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6602 else
6603 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6604 fi
6605 ;;
6606
6607 osf3* | osf4* | osf5*)
6608 lt_cv_deplibs_check_method=pass_all
6609 ;;
6610
6611 rdos*)
6612 lt_cv_deplibs_check_method=pass_all
6613 ;;
6614
6615 solaris*)
6616 lt_cv_deplibs_check_method=pass_all
6617 ;;
6618
6619 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6620 lt_cv_deplibs_check_method=pass_all
6621 ;;
6622
6623 sysv4 | sysv4.3*)
6624 case $host_vendor in
6625 motorola)
6626 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]'
6627 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6628 ;;
6629 ncr)
6630 lt_cv_deplibs_check_method=pass_all
6631 ;;
6632 sequent)
6633 lt_cv_file_magic_cmd='/bin/file'
6634 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6635 ;;
6636 sni)
6637 lt_cv_file_magic_cmd='/bin/file'
6638 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6639 lt_cv_file_magic_test_file=/lib/libc.so
6640 ;;
6641 siemens)
6642 lt_cv_deplibs_check_method=pass_all
6643 ;;
6644 pc)
6645 lt_cv_deplibs_check_method=pass_all
6646 ;;
6647 esac
6648 ;;
6649
6650 tpf*)
6651 lt_cv_deplibs_check_method=pass_all
6652 ;;
6653 esac
6654
6655 fi
6656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6657 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6658 file_magic_cmd=$lt_cv_file_magic_cmd
6659 deplibs_check_method=$lt_cv_deplibs_check_method
6660 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672
6673 if test -n "$ac_tool_prefix"; then
6674 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6675 set dummy ${ac_tool_prefix}ar; ac_word=$2
6676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6677 $as_echo_n "checking for $ac_word... " >&6; }
6678 if test "${ac_cv_prog_AR+set}" = set; then :
6679 $as_echo_n "(cached) " >&6
6680 else
6681 if test -n "$AR"; then
6682 ac_cv_prog_AR="$AR" # Let the user override the test.
6683 else
6684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6685 for as_dir in $PATH
6686 do
6687 IFS=$as_save_IFS
6688 test -z "$as_dir" && as_dir=.
6689 for ac_exec_ext in '' $ac_executable_extensions; do
6690 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6691 ac_cv_prog_AR="${ac_tool_prefix}ar"
6692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6693 break 2
6694 fi
6695 done
6696 done
6697 IFS=$as_save_IFS
6698
6699 fi
6700 fi
6701 AR=$ac_cv_prog_AR
6702 if test -n "$AR"; then
6703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6704 $as_echo "$AR" >&6; }
6705 else
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6707 $as_echo "no" >&6; }
6708 fi
6709
6710
6711 fi
6712 if test -z "$ac_cv_prog_AR"; then
6713 ac_ct_AR=$AR
6714 # Extract the first word of "ar", so it can be a program name with args.
6715 set dummy ar; ac_word=$2
6716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6717 $as_echo_n "checking for $ac_word... " >&6; }
6718 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6719 $as_echo_n "(cached) " >&6
6720 else
6721 if test -n "$ac_ct_AR"; then
6722 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6723 else
6724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6725 for as_dir in $PATH
6726 do
6727 IFS=$as_save_IFS
6728 test -z "$as_dir" && as_dir=.
6729 for ac_exec_ext in '' $ac_executable_extensions; do
6730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6731 ac_cv_prog_ac_ct_AR="ar"
6732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6733 break 2
6734 fi
6735 done
6736 done
6737 IFS=$as_save_IFS
6738
6739 fi
6740 fi
6741 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6742 if test -n "$ac_ct_AR"; then
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6744 $as_echo "$ac_ct_AR" >&6; }
6745 else
6746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6747 $as_echo "no" >&6; }
6748 fi
6749
6750 if test "x$ac_ct_AR" = x; then
6751 AR="false"
6752 else
6753 case $cross_compiling:$ac_tool_warned in
6754 yes:)
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6756 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6757 ac_tool_warned=yes ;;
6758 esac
6759 AR=$ac_ct_AR
6760 fi
6761 else
6762 AR="$ac_cv_prog_AR"
6763 fi
6764
6765 test -z "$AR" && AR=ar
6766 test -z "$AR_FLAGS" && AR_FLAGS=cru
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778 if test -n "$ac_tool_prefix"; then
6779 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6780 set dummy ${ac_tool_prefix}strip; ac_word=$2
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6782 $as_echo_n "checking for $ac_word... " >&6; }
6783 if test "${ac_cv_prog_STRIP+set}" = set; then :
6784 $as_echo_n "(cached) " >&6
6785 else
6786 if test -n "$STRIP"; then
6787 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6788 else
6789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6790 for as_dir in $PATH
6791 do
6792 IFS=$as_save_IFS
6793 test -z "$as_dir" && as_dir=.
6794 for ac_exec_ext in '' $ac_executable_extensions; do
6795 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6796 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6798 break 2
6799 fi
6800 done
6801 done
6802 IFS=$as_save_IFS
6803
6804 fi
6805 fi
6806 STRIP=$ac_cv_prog_STRIP
6807 if test -n "$STRIP"; then
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6809 $as_echo "$STRIP" >&6; }
6810 else
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6812 $as_echo "no" >&6; }
6813 fi
6814
6815
6816 fi
6817 if test -z "$ac_cv_prog_STRIP"; then
6818 ac_ct_STRIP=$STRIP
6819 # Extract the first word of "strip", so it can be a program name with args.
6820 set dummy strip; ac_word=$2
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6822 $as_echo_n "checking for $ac_word... " >&6; }
6823 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6824 $as_echo_n "(cached) " >&6
6825 else
6826 if test -n "$ac_ct_STRIP"; then
6827 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6828 else
6829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6830 for as_dir in $PATH
6831 do
6832 IFS=$as_save_IFS
6833 test -z "$as_dir" && as_dir=.
6834 for ac_exec_ext in '' $ac_executable_extensions; do
6835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6836 ac_cv_prog_ac_ct_STRIP="strip"
6837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6838 break 2
6839 fi
6840 done
6841 done
6842 IFS=$as_save_IFS
6843
6844 fi
6845 fi
6846 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6847 if test -n "$ac_ct_STRIP"; then
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6849 $as_echo "$ac_ct_STRIP" >&6; }
6850 else
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6852 $as_echo "no" >&6; }
6853 fi
6854
6855 if test "x$ac_ct_STRIP" = x; then
6856 STRIP=":"
6857 else
6858 case $cross_compiling:$ac_tool_warned in
6859 yes:)
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6861 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6862 ac_tool_warned=yes ;;
6863 esac
6864 STRIP=$ac_ct_STRIP
6865 fi
6866 else
6867 STRIP="$ac_cv_prog_STRIP"
6868 fi
6869
6870 test -z "$STRIP" && STRIP=:
6871
6872
6873
6874
6875
6876
6877 if test -n "$ac_tool_prefix"; then
6878 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6879 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6881 $as_echo_n "checking for $ac_word... " >&6; }
6882 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6883 $as_echo_n "(cached) " >&6
6884 else
6885 if test -n "$RANLIB"; then
6886 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6887 else
6888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6889 for as_dir in $PATH
6890 do
6891 IFS=$as_save_IFS
6892 test -z "$as_dir" && as_dir=.
6893 for ac_exec_ext in '' $ac_executable_extensions; do
6894 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6895 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6897 break 2
6898 fi
6899 done
6900 done
6901 IFS=$as_save_IFS
6902
6903 fi
6904 fi
6905 RANLIB=$ac_cv_prog_RANLIB
6906 if test -n "$RANLIB"; then
6907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6908 $as_echo "$RANLIB" >&6; }
6909 else
6910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6911 $as_echo "no" >&6; }
6912 fi
6913
6914
6915 fi
6916 if test -z "$ac_cv_prog_RANLIB"; then
6917 ac_ct_RANLIB=$RANLIB
6918 # Extract the first word of "ranlib", so it can be a program name with args.
6919 set dummy ranlib; ac_word=$2
6920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6921 $as_echo_n "checking for $ac_word... " >&6; }
6922 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6923 $as_echo_n "(cached) " >&6
6924 else
6925 if test -n "$ac_ct_RANLIB"; then
6926 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6927 else
6928 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6929 for as_dir in $PATH
6930 do
6931 IFS=$as_save_IFS
6932 test -z "$as_dir" && as_dir=.
6933 for ac_exec_ext in '' $ac_executable_extensions; do
6934 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6935 ac_cv_prog_ac_ct_RANLIB="ranlib"
6936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6937 break 2
6938 fi
6939 done
6940 done
6941 IFS=$as_save_IFS
6942
6943 fi
6944 fi
6945 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6946 if test -n "$ac_ct_RANLIB"; then
6947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6948 $as_echo "$ac_ct_RANLIB" >&6; }
6949 else
6950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6951 $as_echo "no" >&6; }
6952 fi
6953
6954 if test "x$ac_ct_RANLIB" = x; then
6955 RANLIB=":"
6956 else
6957 case $cross_compiling:$ac_tool_warned in
6958 yes:)
6959 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6960 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6961 ac_tool_warned=yes ;;
6962 esac
6963 RANLIB=$ac_ct_RANLIB
6964 fi
6965 else
6966 RANLIB="$ac_cv_prog_RANLIB"
6967 fi
6968
6969 test -z "$RANLIB" && RANLIB=:
6970
6971
6972
6973
6974
6975
6976 # Determine commands to create old-style static archives.
6977 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6978 old_postinstall_cmds='chmod 644 $oldlib'
6979 old_postuninstall_cmds=
6980
6981 if test -n "$RANLIB"; then
6982 case $host_os in
6983 openbsd*)
6984 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6985 ;;
6986 *)
6987 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6988 ;;
6989 esac
6990 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6991 fi
6992
6993 case $host_os in
6994 darwin*)
6995 lock_old_archive_extraction=yes ;;
6996 *)
6997 lock_old_archive_extraction=no ;;
6998 esac
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020 for ac_prog in gawk mawk nawk awk
7021 do
7022 # Extract the first word of "$ac_prog", so it can be a program name with args.
7023 set dummy $ac_prog; ac_word=$2
7024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7025 $as_echo_n "checking for $ac_word... " >&6; }
7026 if test "${ac_cv_prog_AWK+set}" = set; then :
7027 $as_echo_n "(cached) " >&6
7028 else
7029 if test -n "$AWK"; then
7030 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7031 else
7032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7033 for as_dir in $PATH
7034 do
7035 IFS=$as_save_IFS
7036 test -z "$as_dir" && as_dir=.
7037 for ac_exec_ext in '' $ac_executable_extensions; do
7038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7039 ac_cv_prog_AWK="$ac_prog"
7040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7041 break 2
7042 fi
7043 done
7044 done
7045 IFS=$as_save_IFS
7046
7047 fi
7048 fi
7049 AWK=$ac_cv_prog_AWK
7050 if test -n "$AWK"; then
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7052 $as_echo "$AWK" >&6; }
7053 else
7054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7055 $as_echo "no" >&6; }
7056 fi
7057
7058
7059 test -n "$AWK" && break
7060 done
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080 # If no C compiler was specified, use CC.
7081 LTCC=${LTCC-"$CC"}
7082
7083 # If no C compiler flags were specified, use CFLAGS.
7084 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7085
7086 # Allow CC to be a program name with arguments.
7087 compiler=$CC
7088
7089
7090 # Check for command to grab the raw symbol name followed by C symbol from nm.
7091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7092 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7093 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7094 $as_echo_n "(cached) " >&6
7095 else
7096
7097 # These are sane defaults that work on at least a few old systems.
7098 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7099
7100 # Character class describing NM global symbol codes.
7101 symcode='[BCDEGRST]'
7102
7103 # Regexp to match symbols that can be accessed directly from C.
7104 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7105
7106 # Define system-specific variables.
7107 case $host_os in
7108 aix*)
7109 symcode='[BCDT]'
7110 ;;
7111 cygwin* | mingw* | pw32* | cegcc*)
7112 symcode='[ABCDGISTW]'
7113 ;;
7114 hpux*)
7115 if test "$host_cpu" = ia64; then
7116 symcode='[ABCDEGRST]'
7117 fi
7118 ;;
7119 irix* | nonstopux*)
7120 symcode='[BCDEGRST]'
7121 ;;
7122 osf*)
7123 symcode='[BCDEGQRST]'
7124 ;;
7125 solaris*)
7126 symcode='[BDRT]'
7127 ;;
7128 sco3.2v5*)
7129 symcode='[DT]'
7130 ;;
7131 sysv4.2uw2*)
7132 symcode='[DT]'
7133 ;;
7134 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7135 symcode='[ABDT]'
7136 ;;
7137 sysv4)
7138 symcode='[DFNSTU]'
7139 ;;
7140 esac
7141
7142 # If we're using GNU nm, then use its standard symbol codes.
7143 case `$NM -V 2>&1` in
7144 *GNU* | *'with BFD'*)
7145 symcode='[ABCDGIRSTW]' ;;
7146 esac
7147
7148 # Transform an extracted symbol line into a proper C declaration.
7149 # Some systems (esp. on ia64) link data and code symbols differently,
7150 # so use this general approach.
7151 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7152
7153 # Transform an extracted symbol line into symbol name and symbol address
7154 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7155 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'"
7156
7157 # Handle CRLF in mingw tool chain
7158 opt_cr=
7159 case $build_os in
7160 mingw*)
7161 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7162 ;;
7163 esac
7164
7165 # Try without a prefix underscore, then with it.
7166 for ac_symprfx in "" "_"; do
7167
7168 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7169 symxfrm="\\1 $ac_symprfx\\2 \\2"
7170
7171 # Write the raw and C identifiers.
7172 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7173 # Fake it for dumpbin and say T for any non-static function
7174 # and D for any global variable.
7175 # Also find C++ and __fastcall symbols from MSVC++,
7176 # which start with @ or ?.
7177 lt_cv_sys_global_symbol_pipe="$AWK '"\
7178 " {last_section=section; section=\$ 3};"\
7179 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7180 " \$ 0!~/External *\|/{next};"\
7181 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7182 " {if(hide[section]) next};"\
7183 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7184 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7185 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7186 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7187 " ' prfx=^$ac_symprfx"
7188 else
7189 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7190 fi
7191
7192 # Check to see that the pipe works correctly.
7193 pipe_works=no
7194
7195 rm -f conftest*
7196 cat > conftest.$ac_ext <<_LT_EOF
7197 #ifdef __cplusplus
7198 extern "C" {
7199 #endif
7200 char nm_test_var;
7201 void nm_test_func(void);
7202 void nm_test_func(void){}
7203 #ifdef __cplusplus
7204 }
7205 #endif
7206 int main(){nm_test_var='a';nm_test_func();return(0);}
7207 _LT_EOF
7208
7209 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7210 (eval $ac_compile) 2>&5
7211 ac_status=$?
7212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7213 test $ac_status = 0; }; then
7214 # Now try to grab the symbols.
7215 nlist=conftest.nm
7216 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7217 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7218 ac_status=$?
7219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7220 test $ac_status = 0; } && test -s "$nlist"; then
7221 # Try sorting and uniquifying the output.
7222 if sort "$nlist" | uniq > "$nlist"T; then
7223 mv -f "$nlist"T "$nlist"
7224 else
7225 rm -f "$nlist"T
7226 fi
7227
7228 # Make sure that we snagged all the symbols we need.
7229 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7230 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7231 cat <<_LT_EOF > conftest.$ac_ext
7232 #ifdef __cplusplus
7233 extern "C" {
7234 #endif
7235
7236 _LT_EOF
7237 # Now generate the symbol file.
7238 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7239
7240 cat <<_LT_EOF >> conftest.$ac_ext
7241
7242 /* The mapping between symbol names and symbols. */
7243 const struct {
7244 const char *name;
7245 void *address;
7246 }
7247 lt__PROGRAM__LTX_preloaded_symbols[] =
7248 {
7249 { "@PROGRAM@", (void *) 0 },
7250 _LT_EOF
7251 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7252 cat <<\_LT_EOF >> conftest.$ac_ext
7253 {0, (void *) 0}
7254 };
7255
7256 /* This works around a problem in FreeBSD linker */
7257 #ifdef FREEBSD_WORKAROUND
7258 static const void *lt_preloaded_setup() {
7259 return lt__PROGRAM__LTX_preloaded_symbols;
7260 }
7261 #endif
7262
7263 #ifdef __cplusplus
7264 }
7265 #endif
7266 _LT_EOF
7267 # Now try linking the two files.
7268 mv conftest.$ac_objext conftstm.$ac_objext
7269 lt_save_LIBS="$LIBS"
7270 lt_save_CFLAGS="$CFLAGS"
7271 LIBS="conftstm.$ac_objext"
7272 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7273 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7274 (eval $ac_link) 2>&5
7275 ac_status=$?
7276 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7277 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7278 pipe_works=yes
7279 fi
7280 LIBS="$lt_save_LIBS"
7281 CFLAGS="$lt_save_CFLAGS"
7282 else
7283 echo "cannot find nm_test_func in $nlist" >&5
7284 fi
7285 else
7286 echo "cannot find nm_test_var in $nlist" >&5
7287 fi
7288 else
7289 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7290 fi
7291 else
7292 echo "$progname: failed program was:" >&5
7293 cat conftest.$ac_ext >&5
7294 fi
7295 rm -rf conftest* conftst*
7296
7297 # Do not use the global_symbol_pipe unless it works.
7298 if test "$pipe_works" = yes; then
7299 break
7300 else
7301 lt_cv_sys_global_symbol_pipe=
7302 fi
7303 done
7304
7305 fi
7306
7307 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7308 lt_cv_sys_global_symbol_to_cdecl=
7309 fi
7310 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7312 $as_echo "failed" >&6; }
7313 else
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7315 $as_echo "ok" >&6; }
7316 fi
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339 # Check whether --enable-libtool-lock was given.
7340 if test "${enable_libtool_lock+set}" = set; then :
7341 enableval=$enable_libtool_lock;
7342 fi
7343
7344 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7345
7346 # Some flags need to be propagated to the compiler or linker for good
7347 # libtool support.
7348 case $host in
7349 ia64-*-hpux*)
7350 # Find out which ABI we are using.
7351 echo 'int i;' > conftest.$ac_ext
7352 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7353 (eval $ac_compile) 2>&5
7354 ac_status=$?
7355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7356 test $ac_status = 0; }; then
7357 case `/usr/bin/file conftest.$ac_objext` in
7358 *ELF-32*)
7359 HPUX_IA64_MODE="32"
7360 ;;
7361 *ELF-64*)
7362 HPUX_IA64_MODE="64"
7363 ;;
7364 esac
7365 fi
7366 rm -rf conftest*
7367 ;;
7368 *-*-irix6*)
7369 # Find out which ABI we are using.
7370 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7371 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7372 (eval $ac_compile) 2>&5
7373 ac_status=$?
7374 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7375 test $ac_status = 0; }; then
7376 if test "$lt_cv_prog_gnu_ld" = yes; then
7377 case `/usr/bin/file conftest.$ac_objext` in
7378 *32-bit*)
7379 LD="${LD-ld} -melf32bsmip"
7380 ;;
7381 *N32*)
7382 LD="${LD-ld} -melf32bmipn32"
7383 ;;
7384 *64-bit*)
7385 LD="${LD-ld} -melf64bmip"
7386 ;;
7387 esac
7388 else
7389 case `/usr/bin/file conftest.$ac_objext` in
7390 *32-bit*)
7391 LD="${LD-ld} -32"
7392 ;;
7393 *N32*)
7394 LD="${LD-ld} -n32"
7395 ;;
7396 *64-bit*)
7397 LD="${LD-ld} -64"
7398 ;;
7399 esac
7400 fi
7401 fi
7402 rm -rf conftest*
7403 ;;
7404
7405 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7406 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7407 # Find out which ABI we are using.
7408 echo 'int i;' > conftest.$ac_ext
7409 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7410 (eval $ac_compile) 2>&5
7411 ac_status=$?
7412 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7413 test $ac_status = 0; }; then
7414 case `/usr/bin/file conftest.o` in
7415 *32-bit*)
7416 case $host in
7417 x86_64-*kfreebsd*-gnu)
7418 LD="${LD-ld} -m elf_i386_fbsd"
7419 ;;
7420 x86_64-*linux*)
7421 case `/usr/bin/file conftest.o` in
7422 *x86-64*)
7423 LD="${LD-ld} -m elf32_x86_64"
7424 ;;
7425 *)
7426 LD="${LD-ld} -m elf_i386"
7427 ;;
7428 esac
7429 ;;
7430 ppc64-*linux*|powerpc64-*linux*)
7431 LD="${LD-ld} -m elf32ppclinux"
7432 ;;
7433 s390x-*linux*)
7434 LD="${LD-ld} -m elf_s390"
7435 ;;
7436 sparc64-*linux*)
7437 LD="${LD-ld} -m elf32_sparc"
7438 ;;
7439 esac
7440 ;;
7441 *64-bit*)
7442 case $host in
7443 x86_64-*kfreebsd*-gnu)
7444 LD="${LD-ld} -m elf_x86_64_fbsd"
7445 ;;
7446 x86_64-*linux*)
7447 LD="${LD-ld} -m elf_x86_64"
7448 ;;
7449 ppc*-*linux*|powerpc*-*linux*)
7450 LD="${LD-ld} -m elf64ppc"
7451 ;;
7452 s390*-*linux*|s390*-*tpf*)
7453 LD="${LD-ld} -m elf64_s390"
7454 ;;
7455 sparc*-*linux*)
7456 LD="${LD-ld} -m elf64_sparc"
7457 ;;
7458 esac
7459 ;;
7460 esac
7461 fi
7462 rm -rf conftest*
7463 ;;
7464
7465 *-*-sco3.2v5*)
7466 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7467 SAVE_CFLAGS="$CFLAGS"
7468 CFLAGS="$CFLAGS -belf"
7469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7470 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7471 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7472 $as_echo_n "(cached) " >&6
7473 else
7474 ac_ext=c
7475 ac_cpp='$CPP $CPPFLAGS'
7476 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7477 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7478 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7479
7480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7481 /* end confdefs.h. */
7482
7483 int
7484 main ()
7485 {
7486
7487 ;
7488 return 0;
7489 }
7490 _ACEOF
7491 if ac_fn_c_try_link "$LINENO"; then :
7492 lt_cv_cc_needs_belf=yes
7493 else
7494 lt_cv_cc_needs_belf=no
7495 fi
7496 rm -f core conftest.err conftest.$ac_objext \
7497 conftest$ac_exeext conftest.$ac_ext
7498 ac_ext=c
7499 ac_cpp='$CPP $CPPFLAGS'
7500 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7501 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7502 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7503
7504 fi
7505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7506 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7507 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7508 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7509 CFLAGS="$SAVE_CFLAGS"
7510 fi
7511 ;;
7512 sparc*-*solaris*)
7513 # Find out which ABI we are using.
7514 echo 'int i;' > conftest.$ac_ext
7515 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7516 (eval $ac_compile) 2>&5
7517 ac_status=$?
7518 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7519 test $ac_status = 0; }; then
7520 case `/usr/bin/file conftest.o` in
7521 *64-bit*)
7522 case $lt_cv_prog_gnu_ld in
7523 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7524 *)
7525 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7526 LD="${LD-ld} -64"
7527 fi
7528 ;;
7529 esac
7530 ;;
7531 esac
7532 fi
7533 rm -rf conftest*
7534 ;;
7535 esac
7536
7537 need_locks="$enable_libtool_lock"
7538
7539
7540 case $host_os in
7541 rhapsody* | darwin*)
7542 if test -n "$ac_tool_prefix"; then
7543 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7544 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7546 $as_echo_n "checking for $ac_word... " >&6; }
7547 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7548 $as_echo_n "(cached) " >&6
7549 else
7550 if test -n "$DSYMUTIL"; then
7551 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7552 else
7553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7554 for as_dir in $PATH
7555 do
7556 IFS=$as_save_IFS
7557 test -z "$as_dir" && as_dir=.
7558 for ac_exec_ext in '' $ac_executable_extensions; do
7559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7560 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7562 break 2
7563 fi
7564 done
7565 done
7566 IFS=$as_save_IFS
7567
7568 fi
7569 fi
7570 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7571 if test -n "$DSYMUTIL"; then
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7573 $as_echo "$DSYMUTIL" >&6; }
7574 else
7575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7576 $as_echo "no" >&6; }
7577 fi
7578
7579
7580 fi
7581 if test -z "$ac_cv_prog_DSYMUTIL"; then
7582 ac_ct_DSYMUTIL=$DSYMUTIL
7583 # Extract the first word of "dsymutil", so it can be a program name with args.
7584 set dummy dsymutil; ac_word=$2
7585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7586 $as_echo_n "checking for $ac_word... " >&6; }
7587 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7588 $as_echo_n "(cached) " >&6
7589 else
7590 if test -n "$ac_ct_DSYMUTIL"; then
7591 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7592 else
7593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7594 for as_dir in $PATH
7595 do
7596 IFS=$as_save_IFS
7597 test -z "$as_dir" && as_dir=.
7598 for ac_exec_ext in '' $ac_executable_extensions; do
7599 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7600 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7602 break 2
7603 fi
7604 done
7605 done
7606 IFS=$as_save_IFS
7607
7608 fi
7609 fi
7610 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7611 if test -n "$ac_ct_DSYMUTIL"; then
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7613 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7614 else
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7616 $as_echo "no" >&6; }
7617 fi
7618
7619 if test "x$ac_ct_DSYMUTIL" = x; then
7620 DSYMUTIL=":"
7621 else
7622 case $cross_compiling:$ac_tool_warned in
7623 yes:)
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7625 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7626 ac_tool_warned=yes ;;
7627 esac
7628 DSYMUTIL=$ac_ct_DSYMUTIL
7629 fi
7630 else
7631 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7632 fi
7633
7634 if test -n "$ac_tool_prefix"; then
7635 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7636 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7638 $as_echo_n "checking for $ac_word... " >&6; }
7639 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7640 $as_echo_n "(cached) " >&6
7641 else
7642 if test -n "$NMEDIT"; then
7643 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7644 else
7645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7646 for as_dir in $PATH
7647 do
7648 IFS=$as_save_IFS
7649 test -z "$as_dir" && as_dir=.
7650 for ac_exec_ext in '' $ac_executable_extensions; do
7651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7652 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7654 break 2
7655 fi
7656 done
7657 done
7658 IFS=$as_save_IFS
7659
7660 fi
7661 fi
7662 NMEDIT=$ac_cv_prog_NMEDIT
7663 if test -n "$NMEDIT"; then
7664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7665 $as_echo "$NMEDIT" >&6; }
7666 else
7667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7668 $as_echo "no" >&6; }
7669 fi
7670
7671
7672 fi
7673 if test -z "$ac_cv_prog_NMEDIT"; then
7674 ac_ct_NMEDIT=$NMEDIT
7675 # Extract the first word of "nmedit", so it can be a program name with args.
7676 set dummy nmedit; ac_word=$2
7677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7678 $as_echo_n "checking for $ac_word... " >&6; }
7679 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7680 $as_echo_n "(cached) " >&6
7681 else
7682 if test -n "$ac_ct_NMEDIT"; then
7683 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7684 else
7685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7686 for as_dir in $PATH
7687 do
7688 IFS=$as_save_IFS
7689 test -z "$as_dir" && as_dir=.
7690 for ac_exec_ext in '' $ac_executable_extensions; do
7691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7692 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7694 break 2
7695 fi
7696 done
7697 done
7698 IFS=$as_save_IFS
7699
7700 fi
7701 fi
7702 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7703 if test -n "$ac_ct_NMEDIT"; then
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7705 $as_echo "$ac_ct_NMEDIT" >&6; }
7706 else
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7708 $as_echo "no" >&6; }
7709 fi
7710
7711 if test "x$ac_ct_NMEDIT" = x; then
7712 NMEDIT=":"
7713 else
7714 case $cross_compiling:$ac_tool_warned in
7715 yes:)
7716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7717 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7718 ac_tool_warned=yes ;;
7719 esac
7720 NMEDIT=$ac_ct_NMEDIT
7721 fi
7722 else
7723 NMEDIT="$ac_cv_prog_NMEDIT"
7724 fi
7725
7726 if test -n "$ac_tool_prefix"; then
7727 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7728 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7730 $as_echo_n "checking for $ac_word... " >&6; }
7731 if test "${ac_cv_prog_LIPO+set}" = set; then :
7732 $as_echo_n "(cached) " >&6
7733 else
7734 if test -n "$LIPO"; then
7735 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7736 else
7737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7738 for as_dir in $PATH
7739 do
7740 IFS=$as_save_IFS
7741 test -z "$as_dir" && as_dir=.
7742 for ac_exec_ext in '' $ac_executable_extensions; do
7743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7744 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7746 break 2
7747 fi
7748 done
7749 done
7750 IFS=$as_save_IFS
7751
7752 fi
7753 fi
7754 LIPO=$ac_cv_prog_LIPO
7755 if test -n "$LIPO"; then
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7757 $as_echo "$LIPO" >&6; }
7758 else
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7760 $as_echo "no" >&6; }
7761 fi
7762
7763
7764 fi
7765 if test -z "$ac_cv_prog_LIPO"; then
7766 ac_ct_LIPO=$LIPO
7767 # Extract the first word of "lipo", so it can be a program name with args.
7768 set dummy lipo; ac_word=$2
7769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7770 $as_echo_n "checking for $ac_word... " >&6; }
7771 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7772 $as_echo_n "(cached) " >&6
7773 else
7774 if test -n "$ac_ct_LIPO"; then
7775 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7776 else
7777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7778 for as_dir in $PATH
7779 do
7780 IFS=$as_save_IFS
7781 test -z "$as_dir" && as_dir=.
7782 for ac_exec_ext in '' $ac_executable_extensions; do
7783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7784 ac_cv_prog_ac_ct_LIPO="lipo"
7785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7786 break 2
7787 fi
7788 done
7789 done
7790 IFS=$as_save_IFS
7791
7792 fi
7793 fi
7794 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7795 if test -n "$ac_ct_LIPO"; then
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7797 $as_echo "$ac_ct_LIPO" >&6; }
7798 else
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7800 $as_echo "no" >&6; }
7801 fi
7802
7803 if test "x$ac_ct_LIPO" = x; then
7804 LIPO=":"
7805 else
7806 case $cross_compiling:$ac_tool_warned in
7807 yes:)
7808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7809 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7810 ac_tool_warned=yes ;;
7811 esac
7812 LIPO=$ac_ct_LIPO
7813 fi
7814 else
7815 LIPO="$ac_cv_prog_LIPO"
7816 fi
7817
7818 if test -n "$ac_tool_prefix"; then
7819 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7820 set dummy ${ac_tool_prefix}otool; ac_word=$2
7821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7822 $as_echo_n "checking for $ac_word... " >&6; }
7823 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7824 $as_echo_n "(cached) " >&6
7825 else
7826 if test -n "$OTOOL"; then
7827 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7828 else
7829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7830 for as_dir in $PATH
7831 do
7832 IFS=$as_save_IFS
7833 test -z "$as_dir" && as_dir=.
7834 for ac_exec_ext in '' $ac_executable_extensions; do
7835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7836 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7838 break 2
7839 fi
7840 done
7841 done
7842 IFS=$as_save_IFS
7843
7844 fi
7845 fi
7846 OTOOL=$ac_cv_prog_OTOOL
7847 if test -n "$OTOOL"; then
7848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7849 $as_echo "$OTOOL" >&6; }
7850 else
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7852 $as_echo "no" >&6; }
7853 fi
7854
7855
7856 fi
7857 if test -z "$ac_cv_prog_OTOOL"; then
7858 ac_ct_OTOOL=$OTOOL
7859 # Extract the first word of "otool", so it can be a program name with args.
7860 set dummy otool; ac_word=$2
7861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7862 $as_echo_n "checking for $ac_word... " >&6; }
7863 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7864 $as_echo_n "(cached) " >&6
7865 else
7866 if test -n "$ac_ct_OTOOL"; then
7867 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7868 else
7869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7870 for as_dir in $PATH
7871 do
7872 IFS=$as_save_IFS
7873 test -z "$as_dir" && as_dir=.
7874 for ac_exec_ext in '' $ac_executable_extensions; do
7875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7876 ac_cv_prog_ac_ct_OTOOL="otool"
7877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7878 break 2
7879 fi
7880 done
7881 done
7882 IFS=$as_save_IFS
7883
7884 fi
7885 fi
7886 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7887 if test -n "$ac_ct_OTOOL"; then
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7889 $as_echo "$ac_ct_OTOOL" >&6; }
7890 else
7891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7892 $as_echo "no" >&6; }
7893 fi
7894
7895 if test "x$ac_ct_OTOOL" = x; then
7896 OTOOL=":"
7897 else
7898 case $cross_compiling:$ac_tool_warned in
7899 yes:)
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7901 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7902 ac_tool_warned=yes ;;
7903 esac
7904 OTOOL=$ac_ct_OTOOL
7905 fi
7906 else
7907 OTOOL="$ac_cv_prog_OTOOL"
7908 fi
7909
7910 if test -n "$ac_tool_prefix"; then
7911 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7912 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7914 $as_echo_n "checking for $ac_word... " >&6; }
7915 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7916 $as_echo_n "(cached) " >&6
7917 else
7918 if test -n "$OTOOL64"; then
7919 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7920 else
7921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7922 for as_dir in $PATH
7923 do
7924 IFS=$as_save_IFS
7925 test -z "$as_dir" && as_dir=.
7926 for ac_exec_ext in '' $ac_executable_extensions; do
7927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7928 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7930 break 2
7931 fi
7932 done
7933 done
7934 IFS=$as_save_IFS
7935
7936 fi
7937 fi
7938 OTOOL64=$ac_cv_prog_OTOOL64
7939 if test -n "$OTOOL64"; then
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7941 $as_echo "$OTOOL64" >&6; }
7942 else
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7944 $as_echo "no" >&6; }
7945 fi
7946
7947
7948 fi
7949 if test -z "$ac_cv_prog_OTOOL64"; then
7950 ac_ct_OTOOL64=$OTOOL64
7951 # Extract the first word of "otool64", so it can be a program name with args.
7952 set dummy otool64; ac_word=$2
7953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7954 $as_echo_n "checking for $ac_word... " >&6; }
7955 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7956 $as_echo_n "(cached) " >&6
7957 else
7958 if test -n "$ac_ct_OTOOL64"; then
7959 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7960 else
7961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7962 for as_dir in $PATH
7963 do
7964 IFS=$as_save_IFS
7965 test -z "$as_dir" && as_dir=.
7966 for ac_exec_ext in '' $ac_executable_extensions; do
7967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7968 ac_cv_prog_ac_ct_OTOOL64="otool64"
7969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7970 break 2
7971 fi
7972 done
7973 done
7974 IFS=$as_save_IFS
7975
7976 fi
7977 fi
7978 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7979 if test -n "$ac_ct_OTOOL64"; then
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7981 $as_echo "$ac_ct_OTOOL64" >&6; }
7982 else
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7984 $as_echo "no" >&6; }
7985 fi
7986
7987 if test "x$ac_ct_OTOOL64" = x; then
7988 OTOOL64=":"
7989 else
7990 case $cross_compiling:$ac_tool_warned in
7991 yes:)
7992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7993 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7994 ac_tool_warned=yes ;;
7995 esac
7996 OTOOL64=$ac_ct_OTOOL64
7997 fi
7998 else
7999 OTOOL64="$ac_cv_prog_OTOOL64"
8000 fi
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
8028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8029 $as_echo_n "checking for -single_module linker flag... " >&6; }
8030 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8031 $as_echo_n "(cached) " >&6
8032 else
8033 lt_cv_apple_cc_single_mod=no
8034 if test -z "${LT_MULTI_MODULE}"; then
8035 # By default we will add the -single_module flag. You can override
8036 # by either setting the environment variable LT_MULTI_MODULE
8037 # non-empty at configure time, or by adding -multi_module to the
8038 # link flags.
8039 rm -rf libconftest.dylib*
8040 echo "int foo(void){return 1;}" > conftest.c
8041 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8042 -dynamiclib -Wl,-single_module conftest.c" >&5
8043 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8044 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8045 _lt_result=$?
8046 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8047 lt_cv_apple_cc_single_mod=yes
8048 else
8049 cat conftest.err >&5
8050 fi
8051 rm -rf libconftest.dylib*
8052 rm -f conftest.*
8053 fi
8054 fi
8055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8056 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8058 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8059 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8060 $as_echo_n "(cached) " >&6
8061 else
8062 lt_cv_ld_exported_symbols_list=no
8063 save_LDFLAGS=$LDFLAGS
8064 echo "_main" > conftest.sym
8065 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8067 /* end confdefs.h. */
8068
8069 int
8070 main ()
8071 {
8072
8073 ;
8074 return 0;
8075 }
8076 _ACEOF
8077 if ac_fn_c_try_link "$LINENO"; then :
8078 lt_cv_ld_exported_symbols_list=yes
8079 else
8080 lt_cv_ld_exported_symbols_list=no
8081 fi
8082 rm -f core conftest.err conftest.$ac_objext \
8083 conftest$ac_exeext conftest.$ac_ext
8084 LDFLAGS="$save_LDFLAGS"
8085
8086 fi
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8088 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8090 $as_echo_n "checking for -force_load linker flag... " >&6; }
8091 if test "${lt_cv_ld_force_load+set}" = set; then :
8092 $as_echo_n "(cached) " >&6
8093 else
8094 lt_cv_ld_force_load=no
8095 cat > conftest.c << _LT_EOF
8096 int forced_loaded() { return 2;}
8097 _LT_EOF
8098 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8099 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8100 echo "$AR cru libconftest.a conftest.o" >&5
8101 $AR cru libconftest.a conftest.o 2>&5
8102 cat > conftest.c << _LT_EOF
8103 int main() { return 0;}
8104 _LT_EOF
8105 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8106 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8107 _lt_result=$?
8108 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8109 lt_cv_ld_force_load=yes
8110 else
8111 cat conftest.err >&5
8112 fi
8113 rm -f conftest.err libconftest.a conftest conftest.c
8114 rm -rf conftest.dSYM
8115
8116 fi
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8118 $as_echo "$lt_cv_ld_force_load" >&6; }
8119 case $host_os in
8120 rhapsody* | darwin1.[012])
8121 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8122 darwin1.*)
8123 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8124 darwin*) # darwin 5.x on
8125 # if running on 10.5 or later, the deployment target defaults
8126 # to the OS version, if on x86, and 10.4, the deployment
8127 # target defaults to 10.4. Don't you love it?
8128 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8129 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8130 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8131 10.[012]*)
8132 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8133 10.*)
8134 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8135 esac
8136 ;;
8137 esac
8138 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8139 _lt_dar_single_mod='$single_module'
8140 fi
8141 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8142 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8143 else
8144 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8145 fi
8146 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8147 _lt_dsymutil='~$DSYMUTIL $lib || :'
8148 else
8149 _lt_dsymutil=
8150 fi
8151 ;;
8152 esac
8153
8154 for ac_header in dlfcn.h
8155 do :
8156 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8157 "
8158 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8159 cat >>confdefs.h <<_ACEOF
8160 #define HAVE_DLFCN_H 1
8161 _ACEOF
8162
8163 fi
8164
8165 done
8166
8167
8168
8169 # autoconf.info says this should be called right after AC_INIT.
8170 ac_config_headers="$ac_config_headers config.h:config.in"
8171
8172
8173
8174
8175
8176
8177 # Put a plausible default for CC_FOR_BUILD in Makefile.
8178 if test "x$cross_compiling" = "xno"; then
8179 CC_FOR_BUILD='$(CC)'
8180 else
8181 CC_FOR_BUILD=gcc
8182 fi
8183
8184
8185
8186
8187 AR=${AR-ar}
8188
8189 if test -n "$ac_tool_prefix"; then
8190 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8191 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8193 $as_echo_n "checking for $ac_word... " >&6; }
8194 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8195 $as_echo_n "(cached) " >&6
8196 else
8197 if test -n "$RANLIB"; then
8198 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8199 else
8200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8201 for as_dir in $PATH
8202 do
8203 IFS=$as_save_IFS
8204 test -z "$as_dir" && as_dir=.
8205 for ac_exec_ext in '' $ac_executable_extensions; do
8206 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8207 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8208 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8209 break 2
8210 fi
8211 done
8212 done
8213 IFS=$as_save_IFS
8214
8215 fi
8216 fi
8217 RANLIB=$ac_cv_prog_RANLIB
8218 if test -n "$RANLIB"; then
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8220 $as_echo "$RANLIB" >&6; }
8221 else
8222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8223 $as_echo "no" >&6; }
8224 fi
8225
8226
8227 fi
8228 if test -z "$ac_cv_prog_RANLIB"; then
8229 ac_ct_RANLIB=$RANLIB
8230 # Extract the first word of "ranlib", so it can be a program name with args.
8231 set dummy ranlib; ac_word=$2
8232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8233 $as_echo_n "checking for $ac_word... " >&6; }
8234 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8235 $as_echo_n "(cached) " >&6
8236 else
8237 if test -n "$ac_ct_RANLIB"; then
8238 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8239 else
8240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8241 for as_dir in $PATH
8242 do
8243 IFS=$as_save_IFS
8244 test -z "$as_dir" && as_dir=.
8245 for ac_exec_ext in '' $ac_executable_extensions; do
8246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8247 ac_cv_prog_ac_ct_RANLIB="ranlib"
8248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8249 break 2
8250 fi
8251 done
8252 done
8253 IFS=$as_save_IFS
8254
8255 fi
8256 fi
8257 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8258 if test -n "$ac_ct_RANLIB"; then
8259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8260 $as_echo "$ac_ct_RANLIB" >&6; }
8261 else
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8263 $as_echo "no" >&6; }
8264 fi
8265
8266 if test "x$ac_ct_RANLIB" = x; then
8267 RANLIB=":"
8268 else
8269 case $cross_compiling:$ac_tool_warned in
8270 yes:)
8271 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8272 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8273 ac_tool_warned=yes ;;
8274 esac
8275 RANLIB=$ac_ct_RANLIB
8276 fi
8277 else
8278 RANLIB="$ac_cv_prog_RANLIB"
8279 fi
8280
8281
8282 # Some of the common include files depend on bfd.h, and bfd.h checks
8283 # that config.h is included first by testing that the PACKAGE macro
8284 # is defined.
8285 PACKAGE=sim
8286
8287 cat >>confdefs.h <<_ACEOF
8288 #define PACKAGE "$PACKAGE"
8289 _ACEOF
8290
8291
8292
8293 # Dependency checking.
8294 ac_config_commands="$ac_config_commands depdir"
8295
8296
8297 depcc="$CC" am_compiler_list=
8298
8299 am_depcomp=$ac_aux_dir/depcomp
8300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8301 $as_echo_n "checking dependency style of $depcc... " >&6; }
8302 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8303 $as_echo_n "(cached) " >&6
8304 else
8305 if test -f "$am_depcomp"; then
8306 # We make a subdir and do the tests there. Otherwise we can end up
8307 # making bogus files that we don't know about and never remove. For
8308 # instance it was reported that on HP-UX the gcc test will end up
8309 # making a dummy file named `D' -- because `-MD' means `put the output
8310 # in D'.
8311 mkdir conftest.dir
8312 # Copy depcomp to subdir because otherwise we won't find it if we're
8313 # using a relative directory.
8314 cp "$am_depcomp" conftest.dir
8315 cd conftest.dir
8316 # We will build objects and dependencies in a subdirectory because
8317 # it helps to detect inapplicable dependency modes. For instance
8318 # both Tru64's cc and ICC support -MD to output dependencies as a
8319 # side effect of compilation, but ICC will put the dependencies in
8320 # the current directory while Tru64 will put them in the object
8321 # directory.
8322 mkdir sub
8323
8324 am_cv_CC_dependencies_compiler_type=none
8325 if test "$am_compiler_list" = ""; then
8326 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8327 fi
8328 for depmode in $am_compiler_list; do
8329 if test $depmode = none; then break; fi
8330
8331 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8332 # Setup a source with many dependencies, because some compilers
8333 # like to wrap large dependency lists on column 80 (with \), and
8334 # we should not choose a depcomp mode which is confused by this.
8335 #
8336 # We need to recreate these files for each test, as the compiler may
8337 # overwrite some of them when testing with obscure command lines.
8338 # This happens at least with the AIX C compiler.
8339 : > sub/conftest.c
8340 for i in 1 2 3 4 5 6; do
8341 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8342 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8343 # Solaris 8's {/usr,}/bin/sh.
8344 touch sub/conftst$i.h
8345 done
8346 echo "include sub/conftest.Po" > confmf
8347
8348 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8349 # mode. It turns out that the SunPro C++ compiler does not properly
8350 # handle `-M -o', and we need to detect this.
8351 depcmd="depmode=$depmode \
8352 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8353 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8354 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8355 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8356 if env $depcmd > conftest.err 2>&1 &&
8357 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8358 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8359 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8360 # icc doesn't choke on unknown options, it will just issue warnings
8361 # or remarks (even with -Werror). So we grep stderr for any message
8362 # that says an option was ignored or not supported.
8363 # When given -MP, icc 7.0 and 7.1 complain thusly:
8364 # icc: Command line warning: ignoring option '-M'; no argument required
8365 # The diagnosis changed in icc 8.0:
8366 # icc: Command line remark: option '-MP' not supported
8367 if (grep 'ignoring option' conftest.err ||
8368 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8369 am_cv_CC_dependencies_compiler_type=$depmode
8370 $as_echo "$as_me:$LINENO: success" >&5
8371 break
8372 fi
8373 fi
8374 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8375 sed -e 's/^/| /' < conftest.err >&5
8376 done
8377
8378 cd ..
8379 rm -rf conftest.dir
8380 else
8381 am_cv_CC_dependencies_compiler_type=none
8382 fi
8383
8384 fi
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8386 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8387 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8388 then as_fn_error "no usable dependency style found" "$LINENO" 5
8389 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8390
8391 fi
8392
8393
8394 # Check for the 'make' the user wants to use.
8395 for ac_prog in make
8396 do
8397 # Extract the first word of "$ac_prog", so it can be a program name with args.
8398 set dummy $ac_prog; ac_word=$2
8399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8400 $as_echo_n "checking for $ac_word... " >&6; }
8401 if test "${ac_cv_prog_MAKE+set}" = set; then :
8402 $as_echo_n "(cached) " >&6
8403 else
8404 if test -n "$MAKE"; then
8405 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8406 else
8407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8408 for as_dir in $PATH
8409 do
8410 IFS=$as_save_IFS
8411 test -z "$as_dir" && as_dir=.
8412 for ac_exec_ext in '' $ac_executable_extensions; do
8413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8414 ac_cv_prog_MAKE="$ac_prog"
8415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8416 break 2
8417 fi
8418 done
8419 done
8420 IFS=$as_save_IFS
8421
8422 fi
8423 fi
8424 MAKE=$ac_cv_prog_MAKE
8425 if test -n "$MAKE"; then
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8427 $as_echo "$MAKE" >&6; }
8428 else
8429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8430 $as_echo "no" >&6; }
8431 fi
8432
8433
8434 test -n "$MAKE" && break
8435 done
8436
8437 MAKE_IS_GNU=
8438 case "`$MAKE --version 2>&1 | sed 1q`" in
8439 *GNU*)
8440 MAKE_IS_GNU=yes
8441 ;;
8442 esac
8443 if test "$MAKE_IS_GNU" = yes; then
8444 GMAKE_TRUE=
8445 GMAKE_FALSE='#'
8446 else
8447 GMAKE_TRUE='#'
8448 GMAKE_FALSE=
8449 fi
8450
8451
8452 ALL_LINGUAS=
8453 # If we haven't got the data from the intl directory,
8454 # assume NLS is disabled.
8455 USE_NLS=no
8456 LIBINTL=
8457 LIBINTL_DEP=
8458 INCINTL=
8459 XGETTEXT=
8460 GMSGFMT=
8461 POSUB=
8462
8463 if test -f ../../intl/config.intl; then
8464 . ../../intl/config.intl
8465 fi
8466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8467 $as_echo_n "checking whether NLS is requested... " >&6; }
8468 if test x"$USE_NLS" != xyes; then
8469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8470 $as_echo "no" >&6; }
8471 else
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8473 $as_echo "yes" >&6; }
8474
8475 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8476
8477
8478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8479 $as_echo_n "checking for catalogs to be installed... " >&6; }
8480 # Look for .po and .gmo files in the source directory.
8481 CATALOGS=
8482 XLINGUAS=
8483 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8484 # If there aren't any .gmo files the shell will give us the
8485 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8486 # weeded out.
8487 case "$cat" in *\**)
8488 continue;;
8489 esac
8490 # The quadruple backslash is collapsed to a double backslash
8491 # by the backticks, then collapsed again by the double quotes,
8492 # leaving us with one backslash in the sed expression (right
8493 # before the dot that mustn't act as a wildcard).
8494 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8495 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8496 # The user is allowed to set LINGUAS to a list of languages to
8497 # install catalogs for. If it's empty that means "all of them."
8498 if test "x$LINGUAS" = x; then
8499 CATALOGS="$CATALOGS $cat"
8500 XLINGUAS="$XLINGUAS $lang"
8501 else
8502 case "$LINGUAS" in *$lang*)
8503 CATALOGS="$CATALOGS $cat"
8504 XLINGUAS="$XLINGUAS $lang"
8505 ;;
8506 esac
8507 fi
8508 done
8509 LINGUAS="$XLINGUAS"
8510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8511 $as_echo "$LINGUAS" >&6; }
8512
8513
8514 DATADIRNAME=share
8515
8516 INSTOBJEXT=.mo
8517
8518 GENCAT=gencat
8519
8520 CATOBJEXT=.gmo
8521
8522 fi
8523
8524 # Check for common headers.
8525 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8526 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8527 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8528 do :
8529 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8530 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8531 eval as_val=\$$as_ac_Header
8532 if test "x$as_val" = x""yes; then :
8533 cat >>confdefs.h <<_ACEOF
8534 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8535 _ACEOF
8536
8537 fi
8538
8539 done
8540
8541 for ac_header in sys/time.h sys/resource.h
8542 do :
8543 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8544 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8545 eval as_val=\$$as_ac_Header
8546 if test "x$as_val" = x""yes; then :
8547 cat >>confdefs.h <<_ACEOF
8548 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8549 _ACEOF
8550
8551 fi
8552
8553 done
8554
8555 for ac_header in fcntl.h fpu_control.h
8556 do :
8557 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8558 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8559 eval as_val=\$$as_ac_Header
8560 if test "x$as_val" = x""yes; then :
8561 cat >>confdefs.h <<_ACEOF
8562 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8563 _ACEOF
8564
8565 fi
8566
8567 done
8568
8569 for ac_header in dlfcn.h errno.h sys/stat.h
8570 do :
8571 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8572 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8573 eval as_val=\$$as_ac_Header
8574 if test "x$as_val" = x""yes; then :
8575 cat >>confdefs.h <<_ACEOF
8576 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8577 _ACEOF
8578
8579 fi
8580
8581 done
8582
8583 for ac_func in getrusage time sigaction __setfpucw
8584 do :
8585 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8586 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8587 eval as_val=\$$as_ac_var
8588 if test "x$as_val" = x""yes; then :
8589 cat >>confdefs.h <<_ACEOF
8590 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8591 _ACEOF
8592
8593 fi
8594 done
8595
8596
8597 # Check for socket libraries
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8599 $as_echo_n "checking for bind in -lsocket... " >&6; }
8600 if test "${ac_cv_lib_socket_bind+set}" = set; then :
8601 $as_echo_n "(cached) " >&6
8602 else
8603 ac_check_lib_save_LIBS=$LIBS
8604 LIBS="-lsocket $LIBS"
8605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8606 /* end confdefs.h. */
8607
8608 /* Override any GCC internal prototype to avoid an error.
8609 Use char because int might match the return type of a GCC
8610 builtin and then its argument prototype would still apply. */
8611 #ifdef __cplusplus
8612 extern "C"
8613 #endif
8614 char bind ();
8615 int
8616 main ()
8617 {
8618 return bind ();
8619 ;
8620 return 0;
8621 }
8622 _ACEOF
8623 if ac_fn_c_try_link "$LINENO"; then :
8624 ac_cv_lib_socket_bind=yes
8625 else
8626 ac_cv_lib_socket_bind=no
8627 fi
8628 rm -f core conftest.err conftest.$ac_objext \
8629 conftest$ac_exeext conftest.$ac_ext
8630 LIBS=$ac_check_lib_save_LIBS
8631 fi
8632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8633 $as_echo "$ac_cv_lib_socket_bind" >&6; }
8634 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8635 cat >>confdefs.h <<_ACEOF
8636 #define HAVE_LIBSOCKET 1
8637 _ACEOF
8638
8639 LIBS="-lsocket $LIBS"
8640
8641 fi
8642
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8644 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8645 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8646 $as_echo_n "(cached) " >&6
8647 else
8648 ac_check_lib_save_LIBS=$LIBS
8649 LIBS="-lnsl $LIBS"
8650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8651 /* end confdefs.h. */
8652
8653 /* Override any GCC internal prototype to avoid an error.
8654 Use char because int might match the return type of a GCC
8655 builtin and then its argument prototype would still apply. */
8656 #ifdef __cplusplus
8657 extern "C"
8658 #endif
8659 char gethostbyname ();
8660 int
8661 main ()
8662 {
8663 return gethostbyname ();
8664 ;
8665 return 0;
8666 }
8667 _ACEOF
8668 if ac_fn_c_try_link "$LINENO"; then :
8669 ac_cv_lib_nsl_gethostbyname=yes
8670 else
8671 ac_cv_lib_nsl_gethostbyname=no
8672 fi
8673 rm -f core conftest.err conftest.$ac_objext \
8674 conftest$ac_exeext conftest.$ac_ext
8675 LIBS=$ac_check_lib_save_LIBS
8676 fi
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8678 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8679 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8680 cat >>confdefs.h <<_ACEOF
8681 #define HAVE_LIBNSL 1
8682 _ACEOF
8683
8684 LIBS="-lnsl $LIBS"
8685
8686 fi
8687
8688
8689 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
8690 # using the same condition.
8691
8692 # See if the user specified whether he wants zlib support or not.
8693
8694 # Check whether --with-zlib was given.
8695 if test "${with_zlib+set}" = set; then :
8696 withval=$with_zlib;
8697 else
8698 with_zlib=auto
8699 fi
8700
8701
8702 if test "$with_zlib" != "no"; then
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
8704 $as_echo_n "checking for library containing zlibVersion... " >&6; }
8705 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8706 $as_echo_n "(cached) " >&6
8707 else
8708 ac_func_search_save_LIBS=$LIBS
8709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8710 /* end confdefs.h. */
8711
8712 /* Override any GCC internal prototype to avoid an error.
8713 Use char because int might match the return type of a GCC
8714 builtin and then its argument prototype would still apply. */
8715 #ifdef __cplusplus
8716 extern "C"
8717 #endif
8718 char zlibVersion ();
8719 int
8720 main ()
8721 {
8722 return zlibVersion ();
8723 ;
8724 return 0;
8725 }
8726 _ACEOF
8727 for ac_lib in '' z; do
8728 if test -z "$ac_lib"; then
8729 ac_res="none required"
8730 else
8731 ac_res=-l$ac_lib
8732 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8733 fi
8734 if ac_fn_c_try_link "$LINENO"; then :
8735 ac_cv_search_zlibVersion=$ac_res
8736 fi
8737 rm -f core conftest.err conftest.$ac_objext \
8738 conftest$ac_exeext
8739 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8740 break
8741 fi
8742 done
8743 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8744
8745 else
8746 ac_cv_search_zlibVersion=no
8747 fi
8748 rm conftest.$ac_ext
8749 LIBS=$ac_func_search_save_LIBS
8750 fi
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
8752 $as_echo "$ac_cv_search_zlibVersion" >&6; }
8753 ac_res=$ac_cv_search_zlibVersion
8754 if test "$ac_res" != no; then :
8755 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8756 for ac_header in zlib.h
8757 do :
8758 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
8759 if test "x$ac_cv_header_zlib_h" = x""yes; then :
8760 cat >>confdefs.h <<_ACEOF
8761 #define HAVE_ZLIB_H 1
8762 _ACEOF
8763
8764 fi
8765
8766 done
8767
8768 fi
8769
8770 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
8771 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
8772 fi
8773 fi
8774
8775
8776 # BFD uses libdl when when plugins enabled.
8777
8778 # Check whether --enable-plugins was given.
8779 if test "${enable_plugins+set}" = set; then :
8780 enableval=$enable_plugins; case "${enableval}" in
8781 yes | "") plugins=yes ;;
8782 no) plugins=no ;;
8783 *) plugins=yes ;;
8784 esac
8785 else
8786 plugins=no
8787 fi
8788
8789
8790 if test "$plugins" = yes; then
8791 PLUGINS_TRUE=
8792 PLUGINS_FALSE='#'
8793 else
8794 PLUGINS_TRUE='#'
8795 PLUGINS_FALSE=
8796 fi
8797
8798
8799
8800
8801
8802 # Set options
8803 enable_dlopen=yes
8804
8805
8806
8807
8808 enable_win32_dll=no
8809
8810
8811 # Check whether --enable-shared was given.
8812 if test "${enable_shared+set}" = set; then :
8813 enableval=$enable_shared; p=${PACKAGE-default}
8814 case $enableval in
8815 yes) enable_shared=yes ;;
8816 no) enable_shared=no ;;
8817 *)
8818 enable_shared=no
8819 # Look at the argument we got. We use all the common list separators.
8820 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8821 for pkg in $enableval; do
8822 IFS="$lt_save_ifs"
8823 if test "X$pkg" = "X$p"; then
8824 enable_shared=yes
8825 fi
8826 done
8827 IFS="$lt_save_ifs"
8828 ;;
8829 esac
8830 else
8831 enable_shared=yes
8832 fi
8833
8834
8835
8836
8837
8838
8839
8840
8841
8842 # Check whether --enable-static was given.
8843 if test "${enable_static+set}" = set; then :
8844 enableval=$enable_static; p=${PACKAGE-default}
8845 case $enableval in
8846 yes) enable_static=yes ;;
8847 no) enable_static=no ;;
8848 *)
8849 enable_static=no
8850 # Look at the argument we got. We use all the common list separators.
8851 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8852 for pkg in $enableval; do
8853 IFS="$lt_save_ifs"
8854 if test "X$pkg" = "X$p"; then
8855 enable_static=yes
8856 fi
8857 done
8858 IFS="$lt_save_ifs"
8859 ;;
8860 esac
8861 else
8862 enable_static=yes
8863 fi
8864
8865
8866
8867
8868
8869
8870
8871
8872
8873
8874 # Check whether --with-pic was given.
8875 if test "${with_pic+set}" = set; then :
8876 withval=$with_pic; pic_mode="$withval"
8877 else
8878 pic_mode=default
8879 fi
8880
8881
8882 test -z "$pic_mode" && pic_mode=default
8883
8884
8885
8886
8887
8888
8889
8890 # Check whether --enable-fast-install was given.
8891 if test "${enable_fast_install+set}" = set; then :
8892 enableval=$enable_fast_install; p=${PACKAGE-default}
8893 case $enableval in
8894 yes) enable_fast_install=yes ;;
8895 no) enable_fast_install=no ;;
8896 *)
8897 enable_fast_install=no
8898 # Look at the argument we got. We use all the common list separators.
8899 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8900 for pkg in $enableval; do
8901 IFS="$lt_save_ifs"
8902 if test "X$pkg" = "X$p"; then
8903 enable_fast_install=yes
8904 fi
8905 done
8906 IFS="$lt_save_ifs"
8907 ;;
8908 esac
8909 else
8910 enable_fast_install=yes
8911 fi
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
8923 # This can be used to rebuild libtool when needed
8924 LIBTOOL_DEPS="$ltmain"
8925
8926 # Always use our own libtool.
8927 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
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
8954 test -z "$LN_S" && LN_S="ln -s"
8955
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968
8969 if test -n "${ZSH_VERSION+set}" ; then
8970 setopt NO_GLOB_SUBST
8971 fi
8972
8973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8974 $as_echo_n "checking for objdir... " >&6; }
8975 if test "${lt_cv_objdir+set}" = set; then :
8976 $as_echo_n "(cached) " >&6
8977 else
8978 rm -f .libs 2>/dev/null
8979 mkdir .libs 2>/dev/null
8980 if test -d .libs; then
8981 lt_cv_objdir=.libs
8982 else
8983 # MS-DOS does not allow filenames that begin with a dot.
8984 lt_cv_objdir=_libs
8985 fi
8986 rmdir .libs 2>/dev/null
8987 fi
8988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8989 $as_echo "$lt_cv_objdir" >&6; }
8990 objdir=$lt_cv_objdir
8991
8992
8993
8994
8995
8996 cat >>confdefs.h <<_ACEOF
8997 #define LT_OBJDIR "$lt_cv_objdir/"
8998 _ACEOF
8999
9000
9001
9002
9003 case $host_os in
9004 aix3*)
9005 # AIX sometimes has problems with the GCC collect2 program. For some
9006 # reason, if we set the COLLECT_NAMES environment variable, the problems
9007 # vanish in a puff of smoke.
9008 if test "X${COLLECT_NAMES+set}" != Xset; then
9009 COLLECT_NAMES=
9010 export COLLECT_NAMES
9011 fi
9012 ;;
9013 esac
9014
9015 # Global variables:
9016 ofile=libtool
9017 can_build_shared=yes
9018
9019 # All known linkers require a `.a' archive for static linking (except MSVC,
9020 # which needs '.lib').
9021 libext=a
9022
9023 with_gnu_ld="$lt_cv_prog_gnu_ld"
9024
9025 old_CC="$CC"
9026 old_CFLAGS="$CFLAGS"
9027
9028 # Set sane defaults for various variables
9029 test -z "$CC" && CC=cc
9030 test -z "$LTCC" && LTCC=$CC
9031 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9032 test -z "$LD" && LD=ld
9033 test -z "$ac_objext" && ac_objext=o
9034
9035 for cc_temp in $compiler""; do
9036 case $cc_temp in
9037 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9038 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9039 \-*) ;;
9040 *) break;;
9041 esac
9042 done
9043 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9044
9045
9046 # Only perform the check for file, if the check method requires it
9047 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9048 case $deplibs_check_method in
9049 file_magic*)
9050 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9052 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9053 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9054 $as_echo_n "(cached) " >&6
9055 else
9056 case $MAGIC_CMD in
9057 [\\/*] | ?:[\\/]*)
9058 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9059 ;;
9060 *)
9061 lt_save_MAGIC_CMD="$MAGIC_CMD"
9062 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9063 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9064 for ac_dir in $ac_dummy; do
9065 IFS="$lt_save_ifs"
9066 test -z "$ac_dir" && ac_dir=.
9067 if test -f $ac_dir/${ac_tool_prefix}file; then
9068 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9069 if test -n "$file_magic_test_file"; then
9070 case $deplibs_check_method in
9071 "file_magic "*)
9072 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9073 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9074 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9075 $EGREP "$file_magic_regex" > /dev/null; then
9076 :
9077 else
9078 cat <<_LT_EOF 1>&2
9079
9080 *** Warning: the command libtool uses to detect shared libraries,
9081 *** $file_magic_cmd, produces output that libtool cannot recognize.
9082 *** The result is that libtool may fail to recognize shared libraries
9083 *** as such. This will affect the creation of libtool libraries that
9084 *** depend on shared libraries, but programs linked with such libtool
9085 *** libraries will work regardless of this problem. Nevertheless, you
9086 *** may want to report the problem to your system manager and/or to
9087 *** bug-libtool@gnu.org
9088
9089 _LT_EOF
9090 fi ;;
9091 esac
9092 fi
9093 break
9094 fi
9095 done
9096 IFS="$lt_save_ifs"
9097 MAGIC_CMD="$lt_save_MAGIC_CMD"
9098 ;;
9099 esac
9100 fi
9101
9102 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9103 if test -n "$MAGIC_CMD"; then
9104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9105 $as_echo "$MAGIC_CMD" >&6; }
9106 else
9107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9108 $as_echo "no" >&6; }
9109 fi
9110
9111
9112
9113
9114
9115 if test -z "$lt_cv_path_MAGIC_CMD"; then
9116 if test -n "$ac_tool_prefix"; then
9117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9118 $as_echo_n "checking for file... " >&6; }
9119 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9120 $as_echo_n "(cached) " >&6
9121 else
9122 case $MAGIC_CMD in
9123 [\\/*] | ?:[\\/]*)
9124 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9125 ;;
9126 *)
9127 lt_save_MAGIC_CMD="$MAGIC_CMD"
9128 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9129 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9130 for ac_dir in $ac_dummy; do
9131 IFS="$lt_save_ifs"
9132 test -z "$ac_dir" && ac_dir=.
9133 if test -f $ac_dir/file; then
9134 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9135 if test -n "$file_magic_test_file"; then
9136 case $deplibs_check_method in
9137 "file_magic "*)
9138 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9139 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9140 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9141 $EGREP "$file_magic_regex" > /dev/null; then
9142 :
9143 else
9144 cat <<_LT_EOF 1>&2
9145
9146 *** Warning: the command libtool uses to detect shared libraries,
9147 *** $file_magic_cmd, produces output that libtool cannot recognize.
9148 *** The result is that libtool may fail to recognize shared libraries
9149 *** as such. This will affect the creation of libtool libraries that
9150 *** depend on shared libraries, but programs linked with such libtool
9151 *** libraries will work regardless of this problem. Nevertheless, you
9152 *** may want to report the problem to your system manager and/or to
9153 *** bug-libtool@gnu.org
9154
9155 _LT_EOF
9156 fi ;;
9157 esac
9158 fi
9159 break
9160 fi
9161 done
9162 IFS="$lt_save_ifs"
9163 MAGIC_CMD="$lt_save_MAGIC_CMD"
9164 ;;
9165 esac
9166 fi
9167
9168 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9169 if test -n "$MAGIC_CMD"; then
9170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9171 $as_echo "$MAGIC_CMD" >&6; }
9172 else
9173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9174 $as_echo "no" >&6; }
9175 fi
9176
9177
9178 else
9179 MAGIC_CMD=:
9180 fi
9181 fi
9182
9183 fi
9184 ;;
9185 esac
9186
9187 # Use C for the default configuration in the libtool script
9188
9189 lt_save_CC="$CC"
9190 ac_ext=c
9191 ac_cpp='$CPP $CPPFLAGS'
9192 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9193 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9194 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9195
9196
9197 # Source file extension for C test sources.
9198 ac_ext=c
9199
9200 # Object file extension for compiled C test sources.
9201 objext=o
9202 objext=$objext
9203
9204 # Code to be used in simple compile tests
9205 lt_simple_compile_test_code="int some_variable = 0;"
9206
9207 # Code to be used in simple link tests
9208 lt_simple_link_test_code='int main(){return(0);}'
9209
9210
9211
9212
9213
9214
9215
9216 # If no C compiler was specified, use CC.
9217 LTCC=${LTCC-"$CC"}
9218
9219 # If no C compiler flags were specified, use CFLAGS.
9220 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9221
9222 # Allow CC to be a program name with arguments.
9223 compiler=$CC
9224
9225 # Save the default compiler, since it gets overwritten when the other
9226 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9227 compiler_DEFAULT=$CC
9228
9229 # save warnings/boilerplate of simple test code
9230 ac_outfile=conftest.$ac_objext
9231 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9232 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9233 _lt_compiler_boilerplate=`cat conftest.err`
9234 $RM conftest*
9235
9236 ac_outfile=conftest.$ac_objext
9237 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9238 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9239 _lt_linker_boilerplate=`cat conftest.err`
9240 $RM -r conftest*
9241
9242
9243 ## CAVEAT EMPTOR:
9244 ## There is no encapsulation within the following macros, do not change
9245 ## the running order or otherwise move them around unless you know exactly
9246 ## what you are doing...
9247 if test -n "$compiler"; then
9248
9249 lt_prog_compiler_no_builtin_flag=
9250
9251 if test "$GCC" = yes; then
9252 case $cc_basename in
9253 nvcc*)
9254 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9255 *)
9256 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9257 esac
9258
9259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9260 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9261 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9262 $as_echo_n "(cached) " >&6
9263 else
9264 lt_cv_prog_compiler_rtti_exceptions=no
9265 ac_outfile=conftest.$ac_objext
9266 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9267 lt_compiler_flag="-fno-rtti -fno-exceptions"
9268 # Insert the option either (1) after the last *FLAGS variable, or
9269 # (2) before a word containing "conftest.", or (3) at the end.
9270 # Note that $ac_compile itself does not contain backslashes and begins
9271 # with a dollar sign (not a hyphen), so the echo should work correctly.
9272 # The option is referenced via a variable to avoid confusing sed.
9273 lt_compile=`echo "$ac_compile" | $SED \
9274 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9275 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9276 -e 's:$: $lt_compiler_flag:'`
9277 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9278 (eval "$lt_compile" 2>conftest.err)
9279 ac_status=$?
9280 cat conftest.err >&5
9281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9282 if (exit $ac_status) && test -s "$ac_outfile"; then
9283 # The compiler can only warn and ignore the option if not recognized
9284 # So say no if there are warnings other than the usual output.
9285 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9286 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9287 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9288 lt_cv_prog_compiler_rtti_exceptions=yes
9289 fi
9290 fi
9291 $RM conftest*
9292
9293 fi
9294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9295 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9296
9297 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9298 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9299 else
9300 :
9301 fi
9302
9303 fi
9304
9305
9306
9307
9308
9309
9310 lt_prog_compiler_wl=
9311 lt_prog_compiler_pic=
9312 lt_prog_compiler_static=
9313
9314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9315 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9316
9317 if test "$GCC" = yes; then
9318 lt_prog_compiler_wl='-Wl,'
9319 lt_prog_compiler_static='-static'
9320
9321 case $host_os in
9322 aix*)
9323 # All AIX code is PIC.
9324 if test "$host_cpu" = ia64; then
9325 # AIX 5 now supports IA64 processor
9326 lt_prog_compiler_static='-Bstatic'
9327 fi
9328 lt_prog_compiler_pic='-fPIC'
9329 ;;
9330
9331 amigaos*)
9332 case $host_cpu in
9333 powerpc)
9334 # see comment about AmigaOS4 .so support
9335 lt_prog_compiler_pic='-fPIC'
9336 ;;
9337 m68k)
9338 # FIXME: we need at least 68020 code to build shared libraries, but
9339 # adding the `-m68020' flag to GCC prevents building anything better,
9340 # like `-m68040'.
9341 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9342 ;;
9343 esac
9344 ;;
9345
9346 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9347 # PIC is the default for these OSes.
9348 ;;
9349
9350 mingw* | cygwin* | pw32* | os2* | cegcc*)
9351 # This hack is so that the source file can tell whether it is being
9352 # built for inclusion in a dll (and should export symbols for example).
9353 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9354 # (--disable-auto-import) libraries
9355 lt_prog_compiler_pic='-DDLL_EXPORT'
9356 ;;
9357
9358 darwin* | rhapsody*)
9359 # PIC is the default on this platform
9360 # Common symbols not allowed in MH_DYLIB files
9361 lt_prog_compiler_pic='-fno-common'
9362 ;;
9363
9364 haiku*)
9365 # PIC is the default for Haiku.
9366 # The "-static" flag exists, but is broken.
9367 lt_prog_compiler_static=
9368 ;;
9369
9370 hpux*)
9371 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9372 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9373 # sets the default TLS model and affects inlining.
9374 case $host_cpu in
9375 hppa*64*)
9376 # +Z the default
9377 ;;
9378 *)
9379 lt_prog_compiler_pic='-fPIC'
9380 ;;
9381 esac
9382 ;;
9383
9384 interix[3-9]*)
9385 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9386 # Instead, we relocate shared libraries at runtime.
9387 ;;
9388
9389 msdosdjgpp*)
9390 # Just because we use GCC doesn't mean we suddenly get shared libraries
9391 # on systems that don't support them.
9392 lt_prog_compiler_can_build_shared=no
9393 enable_shared=no
9394 ;;
9395
9396 *nto* | *qnx*)
9397 # QNX uses GNU C++, but need to define -shared option too, otherwise
9398 # it will coredump.
9399 lt_prog_compiler_pic='-fPIC -shared'
9400 ;;
9401
9402 sysv4*MP*)
9403 if test -d /usr/nec; then
9404 lt_prog_compiler_pic=-Kconform_pic
9405 fi
9406 ;;
9407
9408 *)
9409 lt_prog_compiler_pic='-fPIC'
9410 ;;
9411 esac
9412
9413 case $cc_basename in
9414 nvcc*) # Cuda Compiler Driver 2.2
9415 lt_prog_compiler_wl='-Xlinker '
9416 lt_prog_compiler_pic='-Xcompiler -fPIC'
9417 ;;
9418 esac
9419 else
9420 # PORTME Check for flag to pass linker flags through the system compiler.
9421 case $host_os in
9422 aix*)
9423 lt_prog_compiler_wl='-Wl,'
9424 if test "$host_cpu" = ia64; then
9425 # AIX 5 now supports IA64 processor
9426 lt_prog_compiler_static='-Bstatic'
9427 else
9428 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9429 fi
9430 ;;
9431
9432 mingw* | cygwin* | pw32* | os2* | cegcc*)
9433 # This hack is so that the source file can tell whether it is being
9434 # built for inclusion in a dll (and should export symbols for example).
9435 lt_prog_compiler_pic='-DDLL_EXPORT'
9436 ;;
9437
9438 hpux9* | hpux10* | hpux11*)
9439 lt_prog_compiler_wl='-Wl,'
9440 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9441 # not for PA HP-UX.
9442 case $host_cpu in
9443 hppa*64*|ia64*)
9444 # +Z the default
9445 ;;
9446 *)
9447 lt_prog_compiler_pic='+Z'
9448 ;;
9449 esac
9450 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9451 lt_prog_compiler_static='${wl}-a ${wl}archive'
9452 ;;
9453
9454 irix5* | irix6* | nonstopux*)
9455 lt_prog_compiler_wl='-Wl,'
9456 # PIC (with -KPIC) is the default.
9457 lt_prog_compiler_static='-non_shared'
9458 ;;
9459
9460 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9461 case $cc_basename in
9462 # old Intel for x86_64 which still supported -KPIC.
9463 ecc*)
9464 lt_prog_compiler_wl='-Wl,'
9465 lt_prog_compiler_pic='-KPIC'
9466 lt_prog_compiler_static='-static'
9467 ;;
9468 # icc used to be incompatible with GCC.
9469 # ICC 10 doesn't accept -KPIC any more.
9470 icc* | ifort*)
9471 lt_prog_compiler_wl='-Wl,'
9472 lt_prog_compiler_pic='-fPIC'
9473 lt_prog_compiler_static='-static'
9474 ;;
9475 # Lahey Fortran 8.1.
9476 lf95*)
9477 lt_prog_compiler_wl='-Wl,'
9478 lt_prog_compiler_pic='--shared'
9479 lt_prog_compiler_static='--static'
9480 ;;
9481 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9482 # Portland Group compilers (*not* the Pentium gcc compiler,
9483 # which looks to be a dead project)
9484 lt_prog_compiler_wl='-Wl,'
9485 lt_prog_compiler_pic='-fpic'
9486 lt_prog_compiler_static='-Bstatic'
9487 ;;
9488 ccc*)
9489 lt_prog_compiler_wl='-Wl,'
9490 # All Alpha code is PIC.
9491 lt_prog_compiler_static='-non_shared'
9492 ;;
9493 xl* | bgxl* | bgf* | mpixl*)
9494 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9495 lt_prog_compiler_wl='-Wl,'
9496 lt_prog_compiler_pic='-qpic'
9497 lt_prog_compiler_static='-qstaticlink'
9498 ;;
9499 *)
9500 case `$CC -V 2>&1 | sed 5q` in
9501 *Sun\ F* | *Sun*Fortran*)
9502 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9503 lt_prog_compiler_pic='-KPIC'
9504 lt_prog_compiler_static='-Bstatic'
9505 lt_prog_compiler_wl=''
9506 ;;
9507 *Sun\ C*)
9508 # Sun C 5.9
9509 lt_prog_compiler_pic='-KPIC'
9510 lt_prog_compiler_static='-Bstatic'
9511 lt_prog_compiler_wl='-Wl,'
9512 ;;
9513 esac
9514 ;;
9515 esac
9516 ;;
9517
9518 newsos6)
9519 lt_prog_compiler_pic='-KPIC'
9520 lt_prog_compiler_static='-Bstatic'
9521 ;;
9522
9523 *nto* | *qnx*)
9524 # QNX uses GNU C++, but need to define -shared option too, otherwise
9525 # it will coredump.
9526 lt_prog_compiler_pic='-fPIC -shared'
9527 ;;
9528
9529 osf3* | osf4* | osf5*)
9530 lt_prog_compiler_wl='-Wl,'
9531 # All OSF/1 code is PIC.
9532 lt_prog_compiler_static='-non_shared'
9533 ;;
9534
9535 rdos*)
9536 lt_prog_compiler_static='-non_shared'
9537 ;;
9538
9539 solaris*)
9540 lt_prog_compiler_pic='-KPIC'
9541 lt_prog_compiler_static='-Bstatic'
9542 case $cc_basename in
9543 f77* | f90* | f95*)
9544 lt_prog_compiler_wl='-Qoption ld ';;
9545 *)
9546 lt_prog_compiler_wl='-Wl,';;
9547 esac
9548 ;;
9549
9550 sunos4*)
9551 lt_prog_compiler_wl='-Qoption ld '
9552 lt_prog_compiler_pic='-PIC'
9553 lt_prog_compiler_static='-Bstatic'
9554 ;;
9555
9556 sysv4 | sysv4.2uw2* | sysv4.3*)
9557 lt_prog_compiler_wl='-Wl,'
9558 lt_prog_compiler_pic='-KPIC'
9559 lt_prog_compiler_static='-Bstatic'
9560 ;;
9561
9562 sysv4*MP*)
9563 if test -d /usr/nec ;then
9564 lt_prog_compiler_pic='-Kconform_pic'
9565 lt_prog_compiler_static='-Bstatic'
9566 fi
9567 ;;
9568
9569 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9570 lt_prog_compiler_wl='-Wl,'
9571 lt_prog_compiler_pic='-KPIC'
9572 lt_prog_compiler_static='-Bstatic'
9573 ;;
9574
9575 unicos*)
9576 lt_prog_compiler_wl='-Wl,'
9577 lt_prog_compiler_can_build_shared=no
9578 ;;
9579
9580 uts4*)
9581 lt_prog_compiler_pic='-pic'
9582 lt_prog_compiler_static='-Bstatic'
9583 ;;
9584
9585 *)
9586 lt_prog_compiler_can_build_shared=no
9587 ;;
9588 esac
9589 fi
9590
9591 case $host_os in
9592 # For platforms which do not support PIC, -DPIC is meaningless:
9593 *djgpp*)
9594 lt_prog_compiler_pic=
9595 ;;
9596 *)
9597 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9598 ;;
9599 esac
9600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9601 $as_echo "$lt_prog_compiler_pic" >&6; }
9602
9603
9604
9605
9606
9607
9608 #
9609 # Check to make sure the PIC flag actually works.
9610 #
9611 if test -n "$lt_prog_compiler_pic"; then
9612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9613 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9614 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9615 $as_echo_n "(cached) " >&6
9616 else
9617 lt_cv_prog_compiler_pic_works=no
9618 ac_outfile=conftest.$ac_objext
9619 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9620 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9621 # Insert the option either (1) after the last *FLAGS variable, or
9622 # (2) before a word containing "conftest.", or (3) at the end.
9623 # Note that $ac_compile itself does not contain backslashes and begins
9624 # with a dollar sign (not a hyphen), so the echo should work correctly.
9625 # The option is referenced via a variable to avoid confusing sed.
9626 lt_compile=`echo "$ac_compile" | $SED \
9627 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9628 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9629 -e 's:$: $lt_compiler_flag:'`
9630 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9631 (eval "$lt_compile" 2>conftest.err)
9632 ac_status=$?
9633 cat conftest.err >&5
9634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9635 if (exit $ac_status) && test -s "$ac_outfile"; then
9636 # The compiler can only warn and ignore the option if not recognized
9637 # So say no if there are warnings other than the usual output.
9638 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9639 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9640 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9641 lt_cv_prog_compiler_pic_works=yes
9642 fi
9643 fi
9644 $RM conftest*
9645
9646 fi
9647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9648 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9649
9650 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9651 case $lt_prog_compiler_pic in
9652 "" | " "*) ;;
9653 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9654 esac
9655 else
9656 lt_prog_compiler_pic=
9657 lt_prog_compiler_can_build_shared=no
9658 fi
9659
9660 fi
9661
9662
9663
9664
9665
9666
9667 #
9668 # Check to make sure the static flag actually works.
9669 #
9670 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9672 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9673 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9674 $as_echo_n "(cached) " >&6
9675 else
9676 lt_cv_prog_compiler_static_works=no
9677 save_LDFLAGS="$LDFLAGS"
9678 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9679 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9680 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9681 # The linker can only warn and ignore the option if not recognized
9682 # So say no if there are warnings
9683 if test -s conftest.err; then
9684 # Append any errors to the config.log.
9685 cat conftest.err 1>&5
9686 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9687 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9688 if diff conftest.exp conftest.er2 >/dev/null; then
9689 lt_cv_prog_compiler_static_works=yes
9690 fi
9691 else
9692 lt_cv_prog_compiler_static_works=yes
9693 fi
9694 fi
9695 $RM -r conftest*
9696 LDFLAGS="$save_LDFLAGS"
9697
9698 fi
9699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9700 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9701
9702 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9703 :
9704 else
9705 lt_prog_compiler_static=
9706 fi
9707
9708
9709
9710
9711
9712
9713
9714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9715 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9716 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9717 $as_echo_n "(cached) " >&6
9718 else
9719 lt_cv_prog_compiler_c_o=no
9720 $RM -r conftest 2>/dev/null
9721 mkdir conftest
9722 cd conftest
9723 mkdir out
9724 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9725
9726 lt_compiler_flag="-o out/conftest2.$ac_objext"
9727 # Insert the option either (1) after the last *FLAGS variable, or
9728 # (2) before a word containing "conftest.", or (3) at the end.
9729 # Note that $ac_compile itself does not contain backslashes and begins
9730 # with a dollar sign (not a hyphen), so the echo should work correctly.
9731 lt_compile=`echo "$ac_compile" | $SED \
9732 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9733 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9734 -e 's:$: $lt_compiler_flag:'`
9735 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9736 (eval "$lt_compile" 2>out/conftest.err)
9737 ac_status=$?
9738 cat out/conftest.err >&5
9739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9740 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9741 then
9742 # The compiler can only warn and ignore the option if not recognized
9743 # So say no if there are warnings
9744 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9745 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9746 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9747 lt_cv_prog_compiler_c_o=yes
9748 fi
9749 fi
9750 chmod u+w . 2>&5
9751 $RM conftest*
9752 # SGI C++ compiler will create directory out/ii_files/ for
9753 # template instantiation
9754 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9755 $RM out/* && rmdir out
9756 cd ..
9757 $RM -r conftest
9758 $RM conftest*
9759
9760 fi
9761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9762 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9763
9764
9765
9766
9767
9768
9769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9770 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9771 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9772 $as_echo_n "(cached) " >&6
9773 else
9774 lt_cv_prog_compiler_c_o=no
9775 $RM -r conftest 2>/dev/null
9776 mkdir conftest
9777 cd conftest
9778 mkdir out
9779 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9780
9781 lt_compiler_flag="-o out/conftest2.$ac_objext"
9782 # Insert the option either (1) after the last *FLAGS variable, or
9783 # (2) before a word containing "conftest.", or (3) at the end.
9784 # Note that $ac_compile itself does not contain backslashes and begins
9785 # with a dollar sign (not a hyphen), so the echo should work correctly.
9786 lt_compile=`echo "$ac_compile" | $SED \
9787 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9788 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9789 -e 's:$: $lt_compiler_flag:'`
9790 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9791 (eval "$lt_compile" 2>out/conftest.err)
9792 ac_status=$?
9793 cat out/conftest.err >&5
9794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9795 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9796 then
9797 # The compiler can only warn and ignore the option if not recognized
9798 # So say no if there are warnings
9799 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9800 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9801 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9802 lt_cv_prog_compiler_c_o=yes
9803 fi
9804 fi
9805 chmod u+w . 2>&5
9806 $RM conftest*
9807 # SGI C++ compiler will create directory out/ii_files/ for
9808 # template instantiation
9809 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9810 $RM out/* && rmdir out
9811 cd ..
9812 $RM -r conftest
9813 $RM conftest*
9814
9815 fi
9816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9817 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9818
9819
9820
9821
9822 hard_links="nottested"
9823 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9824 # do not overwrite the value of need_locks provided by the user
9825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9826 $as_echo_n "checking if we can lock with hard links... " >&6; }
9827 hard_links=yes
9828 $RM conftest*
9829 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9830 touch conftest.a
9831 ln conftest.a conftest.b 2>&5 || hard_links=no
9832 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9834 $as_echo "$hard_links" >&6; }
9835 if test "$hard_links" = no; then
9836 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9837 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9838 need_locks=warn
9839 fi
9840 else
9841 need_locks=no
9842 fi
9843
9844
9845
9846
9847
9848
9849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9850 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9851
9852 runpath_var=
9853 allow_undefined_flag=
9854 always_export_symbols=no
9855 archive_cmds=
9856 archive_expsym_cmds=
9857 compiler_needs_object=no
9858 enable_shared_with_static_runtimes=no
9859 export_dynamic_flag_spec=
9860 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9861 hardcode_automatic=no
9862 hardcode_direct=no
9863 hardcode_direct_absolute=no
9864 hardcode_libdir_flag_spec=
9865 hardcode_libdir_flag_spec_ld=
9866 hardcode_libdir_separator=
9867 hardcode_minus_L=no
9868 hardcode_shlibpath_var=unsupported
9869 inherit_rpath=no
9870 link_all_deplibs=unknown
9871 module_cmds=
9872 module_expsym_cmds=
9873 old_archive_from_new_cmds=
9874 old_archive_from_expsyms_cmds=
9875 thread_safe_flag_spec=
9876 whole_archive_flag_spec=
9877 # include_expsyms should be a list of space-separated symbols to be *always*
9878 # included in the symbol list
9879 include_expsyms=
9880 # exclude_expsyms can be an extended regexp of symbols to exclude
9881 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9882 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9883 # as well as any symbol that contains `d'.
9884 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9885 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9886 # platforms (ab)use it in PIC code, but their linkers get confused if
9887 # the symbol is explicitly referenced. Since portable code cannot
9888 # rely on this symbol name, it's probably fine to never include it in
9889 # preloaded symbol tables.
9890 # Exclude shared library initialization/finalization symbols.
9891 extract_expsyms_cmds=
9892
9893 case $host_os in
9894 cygwin* | mingw* | pw32* | cegcc*)
9895 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9896 # When not using gcc, we currently assume that we are using
9897 # Microsoft Visual C++.
9898 if test "$GCC" != yes; then
9899 with_gnu_ld=no
9900 fi
9901 ;;
9902 interix*)
9903 # we just hope/assume this is gcc and not c89 (= MSVC++)
9904 with_gnu_ld=yes
9905 ;;
9906 openbsd*)
9907 with_gnu_ld=no
9908 ;;
9909 esac
9910
9911 ld_shlibs=yes
9912
9913 # On some targets, GNU ld is compatible enough with the native linker
9914 # that we're better off using the native interface for both.
9915 lt_use_gnu_ld_interface=no
9916 if test "$with_gnu_ld" = yes; then
9917 case $host_os in
9918 aix*)
9919 # The AIX port of GNU ld has always aspired to compatibility
9920 # with the native linker. However, as the warning in the GNU ld
9921 # block says, versions before 2.19.5* couldn't really create working
9922 # shared libraries, regardless of the interface used.
9923 case `$LD -v 2>&1` in
9924 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9925 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9926 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9927 *)
9928 lt_use_gnu_ld_interface=yes
9929 ;;
9930 esac
9931 ;;
9932 *)
9933 lt_use_gnu_ld_interface=yes
9934 ;;
9935 esac
9936 fi
9937
9938 if test "$lt_use_gnu_ld_interface" = yes; then
9939 # If archive_cmds runs LD, not CC, wlarc should be empty
9940 wlarc='${wl}'
9941
9942 # Set some defaults for GNU ld with shared library support. These
9943 # are reset later if shared libraries are not supported. Putting them
9944 # here allows them to be overridden if necessary.
9945 runpath_var=LD_RUN_PATH
9946 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9947 export_dynamic_flag_spec='${wl}--export-dynamic'
9948 # ancient GNU ld didn't support --whole-archive et. al.
9949 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9950 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9951 else
9952 whole_archive_flag_spec=
9953 fi
9954 supports_anon_versioning=no
9955 case `$LD -v 2>&1` in
9956 *GNU\ gold*) supports_anon_versioning=yes ;;
9957 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9958 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9959 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9960 *\ 2.11.*) ;; # other 2.11 versions
9961 *) supports_anon_versioning=yes ;;
9962 esac
9963
9964 # See if GNU ld supports shared libraries.
9965 case $host_os in
9966 aix[3-9]*)
9967 # On AIX/PPC, the GNU linker is very broken
9968 if test "$host_cpu" != ia64; then
9969 ld_shlibs=no
9970 cat <<_LT_EOF 1>&2
9971
9972 *** Warning: the GNU linker, at least up to release 2.19, is reported
9973 *** to be unable to reliably create shared libraries on AIX.
9974 *** Therefore, libtool is disabling shared libraries support. If you
9975 *** really care for shared libraries, you may want to install binutils
9976 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9977 *** You will then need to restart the configuration process.
9978
9979 _LT_EOF
9980 fi
9981 ;;
9982
9983 amigaos*)
9984 case $host_cpu in
9985 powerpc)
9986 # see comment about AmigaOS4 .so support
9987 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9988 archive_expsym_cmds=''
9989 ;;
9990 m68k)
9991 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)'
9992 hardcode_libdir_flag_spec='-L$libdir'
9993 hardcode_minus_L=yes
9994 ;;
9995 esac
9996 ;;
9997
9998 beos*)
9999 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10000 allow_undefined_flag=unsupported
10001 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10002 # support --undefined. This deserves some investigation. FIXME
10003 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10004 else
10005 ld_shlibs=no
10006 fi
10007 ;;
10008
10009 cygwin* | mingw* | pw32* | cegcc*)
10010 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10011 # as there is no search path for DLLs.
10012 hardcode_libdir_flag_spec='-L$libdir'
10013 export_dynamic_flag_spec='${wl}--export-all-symbols'
10014 allow_undefined_flag=unsupported
10015 always_export_symbols=no
10016 enable_shared_with_static_runtimes=yes
10017 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10018
10019 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10020 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10021 # If the export-symbols file already is a .def file (1st line
10022 # is EXPORTS), use it as is; otherwise, prepend...
10023 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10024 cp $export_symbols $output_objdir/$soname.def;
10025 else
10026 echo EXPORTS > $output_objdir/$soname.def;
10027 cat $export_symbols >> $output_objdir/$soname.def;
10028 fi~
10029 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10030 else
10031 ld_shlibs=no
10032 fi
10033 ;;
10034
10035 haiku*)
10036 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10037 link_all_deplibs=yes
10038 ;;
10039
10040 interix[3-9]*)
10041 hardcode_direct=no
10042 hardcode_shlibpath_var=no
10043 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10044 export_dynamic_flag_spec='${wl}-E'
10045 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10046 # Instead, shared libraries are loaded at an image base (0x10000000 by
10047 # default) and relocated if they conflict, which is a slow very memory
10048 # consuming and fragmenting process. To avoid this, we pick a random,
10049 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10050 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10051 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10052 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'
10053 ;;
10054
10055 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10056 tmp_diet=no
10057 if test "$host_os" = linux-dietlibc; then
10058 case $cc_basename in
10059 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10060 esac
10061 fi
10062 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10063 && test "$tmp_diet" = no
10064 then
10065 tmp_addflag=
10066 tmp_sharedflag='-shared'
10067 case $cc_basename,$host_cpu in
10068 pgcc*) # Portland Group C compiler
10069 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'
10070 tmp_addflag=' $pic_flag'
10071 ;;
10072 pgf77* | pgf90* | pgf95* | pgfortran*)
10073 # Portland Group f77 and f90 compilers
10074 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'
10075 tmp_addflag=' $pic_flag -Mnomain' ;;
10076 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10077 tmp_addflag=' -i_dynamic' ;;
10078 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10079 tmp_addflag=' -i_dynamic -nofor_main' ;;
10080 ifc* | ifort*) # Intel Fortran compiler
10081 tmp_addflag=' -nofor_main' ;;
10082 lf95*) # Lahey Fortran 8.1
10083 whole_archive_flag_spec=
10084 tmp_sharedflag='--shared' ;;
10085 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10086 tmp_sharedflag='-qmkshrobj'
10087 tmp_addflag= ;;
10088 nvcc*) # Cuda Compiler Driver 2.2
10089 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'
10090 compiler_needs_object=yes
10091 ;;
10092 esac
10093 case `$CC -V 2>&1 | sed 5q` in
10094 *Sun\ C*) # Sun C 5.9
10095 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'
10096 compiler_needs_object=yes
10097 tmp_sharedflag='-G' ;;
10098 *Sun\ F*) # Sun Fortran 8.3
10099 tmp_sharedflag='-G' ;;
10100 esac
10101 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10102
10103 if test "x$supports_anon_versioning" = xyes; then
10104 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10105 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10106 echo "local: *; };" >> $output_objdir/$libname.ver~
10107 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10108 fi
10109
10110 case $cc_basename in
10111 xlf* | bgf* | bgxlf* | mpixlf*)
10112 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10113 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10114 hardcode_libdir_flag_spec=
10115 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10116 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10117 if test "x$supports_anon_versioning" = xyes; then
10118 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10119 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10120 echo "local: *; };" >> $output_objdir/$libname.ver~
10121 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10122 fi
10123 ;;
10124 esac
10125 else
10126 ld_shlibs=no
10127 fi
10128 ;;
10129
10130 netbsd*)
10131 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10132 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10133 wlarc=
10134 else
10135 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10136 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10137 fi
10138 ;;
10139
10140 solaris*)
10141 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10142 ld_shlibs=no
10143 cat <<_LT_EOF 1>&2
10144
10145 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10146 *** create shared libraries on Solaris systems. Therefore, libtool
10147 *** is disabling shared libraries support. We urge you to upgrade GNU
10148 *** binutils to release 2.9.1 or newer. Another option is to modify
10149 *** your PATH or compiler configuration so that the native linker is
10150 *** used, and then restart.
10151
10152 _LT_EOF
10153 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10154 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10155 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10156 else
10157 ld_shlibs=no
10158 fi
10159 ;;
10160
10161 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10162 case `$LD -v 2>&1` in
10163 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10164 ld_shlibs=no
10165 cat <<_LT_EOF 1>&2
10166
10167 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10168 *** reliably create shared libraries on SCO systems. Therefore, libtool
10169 *** is disabling shared libraries support. We urge you to upgrade GNU
10170 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10171 *** your PATH or compiler configuration so that the native linker is
10172 *** used, and then restart.
10173
10174 _LT_EOF
10175 ;;
10176 *)
10177 # For security reasons, it is highly recommended that you always
10178 # use absolute paths for naming shared libraries, and exclude the
10179 # DT_RUNPATH tag from executables and libraries. But doing so
10180 # requires that you compile everything twice, which is a pain.
10181 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10182 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10183 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10184 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10185 else
10186 ld_shlibs=no
10187 fi
10188 ;;
10189 esac
10190 ;;
10191
10192 sunos4*)
10193 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10194 wlarc=
10195 hardcode_direct=yes
10196 hardcode_shlibpath_var=no
10197 ;;
10198
10199 *)
10200 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10201 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10202 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10203 else
10204 ld_shlibs=no
10205 fi
10206 ;;
10207 esac
10208
10209 if test "$ld_shlibs" = no; then
10210 runpath_var=
10211 hardcode_libdir_flag_spec=
10212 export_dynamic_flag_spec=
10213 whole_archive_flag_spec=
10214 fi
10215 else
10216 # PORTME fill in a description of your system's linker (not GNU ld)
10217 case $host_os in
10218 aix3*)
10219 allow_undefined_flag=unsupported
10220 always_export_symbols=yes
10221 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'
10222 # Note: this linker hardcodes the directories in LIBPATH if there
10223 # are no directories specified by -L.
10224 hardcode_minus_L=yes
10225 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10226 # Neither direct hardcoding nor static linking is supported with a
10227 # broken collect2.
10228 hardcode_direct=unsupported
10229 fi
10230 ;;
10231
10232 aix[4-9]*)
10233 if test "$host_cpu" = ia64; then
10234 # On IA64, the linker does run time linking by default, so we don't
10235 # have to do anything special.
10236 aix_use_runtimelinking=no
10237 exp_sym_flag='-Bexport'
10238 no_entry_flag=""
10239 else
10240 # If we're using GNU nm, then we don't want the "-C" option.
10241 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10242 # Also, AIX nm treats weak defined symbols like other global
10243 # defined symbols, whereas GNU nm marks them as "W".
10244 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10245 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'
10246 else
10247 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'
10248 fi
10249 aix_use_runtimelinking=no
10250
10251 # Test if we are trying to use run time linking or normal
10252 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10253 # need to do runtime linking.
10254 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10255 for ld_flag in $LDFLAGS; do
10256 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10257 aix_use_runtimelinking=yes
10258 break
10259 fi
10260 done
10261 ;;
10262 esac
10263
10264 exp_sym_flag='-bexport'
10265 no_entry_flag='-bnoentry'
10266 fi
10267
10268 # When large executables or shared objects are built, AIX ld can
10269 # have problems creating the table of contents. If linking a library
10270 # or program results in "error TOC overflow" add -mminimal-toc to
10271 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10272 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10273
10274 archive_cmds=''
10275 hardcode_direct=yes
10276 hardcode_direct_absolute=yes
10277 hardcode_libdir_separator=':'
10278 link_all_deplibs=yes
10279 file_list_spec='${wl}-f,'
10280
10281 if test "$GCC" = yes; then
10282 case $host_os in aix4.[012]|aix4.[012].*)
10283 # We only want to do this on AIX 4.2 and lower, the check
10284 # below for broken collect2 doesn't work under 4.3+
10285 collect2name=`${CC} -print-prog-name=collect2`
10286 if test -f "$collect2name" &&
10287 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10288 then
10289 # We have reworked collect2
10290 :
10291 else
10292 # We have old collect2
10293 hardcode_direct=unsupported
10294 # It fails to find uninstalled libraries when the uninstalled
10295 # path is not listed in the libpath. Setting hardcode_minus_L
10296 # to unsupported forces relinking
10297 hardcode_minus_L=yes
10298 hardcode_libdir_flag_spec='-L$libdir'
10299 hardcode_libdir_separator=
10300 fi
10301 ;;
10302 esac
10303 shared_flag='-shared'
10304 if test "$aix_use_runtimelinking" = yes; then
10305 shared_flag="$shared_flag "'${wl}-G'
10306 fi
10307 else
10308 # not using gcc
10309 if test "$host_cpu" = ia64; then
10310 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10311 # chokes on -Wl,-G. The following line is correct:
10312 shared_flag='-G'
10313 else
10314 if test "$aix_use_runtimelinking" = yes; then
10315 shared_flag='${wl}-G'
10316 else
10317 shared_flag='${wl}-bM:SRE'
10318 fi
10319 fi
10320 fi
10321
10322 export_dynamic_flag_spec='${wl}-bexpall'
10323 # It seems that -bexpall does not export symbols beginning with
10324 # underscore (_), so it is better to generate a list of symbols to export.
10325 always_export_symbols=yes
10326 if test "$aix_use_runtimelinking" = yes; then
10327 # Warning - without using the other runtime loading flags (-brtl),
10328 # -berok will link without error, but may produce a broken library.
10329 allow_undefined_flag='-berok'
10330 # Determine the default libpath from the value encoded in an
10331 # empty executable.
10332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10333 /* end confdefs.h. */
10334
10335 int
10336 main ()
10337 {
10338
10339 ;
10340 return 0;
10341 }
10342 _ACEOF
10343 if ac_fn_c_try_link "$LINENO"; then :
10344
10345 lt_aix_libpath_sed='
10346 /Import File Strings/,/^$/ {
10347 /^0/ {
10348 s/^0 *\(.*\)$/\1/
10349 p
10350 }
10351 }'
10352 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10353 # Check for a 64-bit object if we didn't find anything.
10354 if test -z "$aix_libpath"; then
10355 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10356 fi
10357 fi
10358 rm -f core conftest.err conftest.$ac_objext \
10359 conftest$ac_exeext conftest.$ac_ext
10360 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10361
10362 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10363 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"
10364 else
10365 if test "$host_cpu" = ia64; then
10366 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10367 allow_undefined_flag="-z nodefs"
10368 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"
10369 else
10370 # Determine the default libpath from the value encoded in an
10371 # empty executable.
10372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10373 /* end confdefs.h. */
10374
10375 int
10376 main ()
10377 {
10378
10379 ;
10380 return 0;
10381 }
10382 _ACEOF
10383 if ac_fn_c_try_link "$LINENO"; then :
10384
10385 lt_aix_libpath_sed='
10386 /Import File Strings/,/^$/ {
10387 /^0/ {
10388 s/^0 *\(.*\)$/\1/
10389 p
10390 }
10391 }'
10392 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10393 # Check for a 64-bit object if we didn't find anything.
10394 if test -z "$aix_libpath"; then
10395 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10396 fi
10397 fi
10398 rm -f core conftest.err conftest.$ac_objext \
10399 conftest$ac_exeext conftest.$ac_ext
10400 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10401
10402 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10403 # Warning - without using the other run time loading flags,
10404 # -berok will link without error, but may produce a broken library.
10405 no_undefined_flag=' ${wl}-bernotok'
10406 allow_undefined_flag=' ${wl}-berok'
10407 if test "$with_gnu_ld" = yes; then
10408 # We only use this code for GNU lds that support --whole-archive.
10409 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10410 else
10411 # Exported symbols can be pulled into shared objects from archives
10412 whole_archive_flag_spec='$convenience'
10413 fi
10414 archive_cmds_need_lc=yes
10415 # This is similar to how AIX traditionally builds its shared libraries.
10416 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'
10417 fi
10418 fi
10419 ;;
10420
10421 amigaos*)
10422 case $host_cpu in
10423 powerpc)
10424 # see comment about AmigaOS4 .so support
10425 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10426 archive_expsym_cmds=''
10427 ;;
10428 m68k)
10429 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)'
10430 hardcode_libdir_flag_spec='-L$libdir'
10431 hardcode_minus_L=yes
10432 ;;
10433 esac
10434 ;;
10435
10436 bsdi[45]*)
10437 export_dynamic_flag_spec=-rdynamic
10438 ;;
10439
10440 cygwin* | mingw* | pw32* | cegcc*)
10441 # When not using gcc, we currently assume that we are using
10442 # Microsoft Visual C++.
10443 # hardcode_libdir_flag_spec is actually meaningless, as there is
10444 # no search path for DLLs.
10445 hardcode_libdir_flag_spec=' '
10446 allow_undefined_flag=unsupported
10447 # Tell ltmain to make .lib files, not .a files.
10448 libext=lib
10449 # Tell ltmain to make .dll files, not .so files.
10450 shrext_cmds=".dll"
10451 # FIXME: Setting linknames here is a bad hack.
10452 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10453 # The linker will automatically build a .lib file if we build a DLL.
10454 old_archive_from_new_cmds='true'
10455 # FIXME: Should let the user specify the lib program.
10456 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10457 fix_srcfile_path='`cygpath -w "$srcfile"`'
10458 enable_shared_with_static_runtimes=yes
10459 ;;
10460
10461 darwin* | rhapsody*)
10462
10463
10464 archive_cmds_need_lc=no
10465 hardcode_direct=no
10466 hardcode_automatic=yes
10467 hardcode_shlibpath_var=unsupported
10468 if test "$lt_cv_ld_force_load" = "yes"; then
10469 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\"`'
10470 else
10471 whole_archive_flag_spec=''
10472 fi
10473 link_all_deplibs=yes
10474 allow_undefined_flag="$_lt_dar_allow_undefined"
10475 case $cc_basename in
10476 ifort*) _lt_dar_can_shared=yes ;;
10477 *) _lt_dar_can_shared=$GCC ;;
10478 esac
10479 if test "$_lt_dar_can_shared" = "yes"; then
10480 output_verbose_link_cmd=func_echo_all
10481 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10482 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10483 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}"
10484 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}"
10485
10486 else
10487 ld_shlibs=no
10488 fi
10489
10490 ;;
10491
10492 dgux*)
10493 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10494 hardcode_libdir_flag_spec='-L$libdir'
10495 hardcode_shlibpath_var=no
10496 ;;
10497
10498 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10499 # support. Future versions do this automatically, but an explicit c++rt0.o
10500 # does not break anything, and helps significantly (at the cost of a little
10501 # extra space).
10502 freebsd2.2*)
10503 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10504 hardcode_libdir_flag_spec='-R$libdir'
10505 hardcode_direct=yes
10506 hardcode_shlibpath_var=no
10507 ;;
10508
10509 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10510 freebsd2.*)
10511 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10512 hardcode_direct=yes
10513 hardcode_minus_L=yes
10514 hardcode_shlibpath_var=no
10515 ;;
10516
10517 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10518 freebsd* | dragonfly*)
10519 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10520 hardcode_libdir_flag_spec='-R$libdir'
10521 hardcode_direct=yes
10522 hardcode_shlibpath_var=no
10523 ;;
10524
10525 hpux9*)
10526 if test "$GCC" = yes; then
10527 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'
10528 else
10529 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'
10530 fi
10531 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10532 hardcode_libdir_separator=:
10533 hardcode_direct=yes
10534
10535 # hardcode_minus_L: Not really in the search PATH,
10536 # but as the default location of the library.
10537 hardcode_minus_L=yes
10538 export_dynamic_flag_spec='${wl}-E'
10539 ;;
10540
10541 hpux10*)
10542 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10543 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10544 else
10545 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10546 fi
10547 if test "$with_gnu_ld" = no; then
10548 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10549 hardcode_libdir_flag_spec_ld='+b $libdir'
10550 hardcode_libdir_separator=:
10551 hardcode_direct=yes
10552 hardcode_direct_absolute=yes
10553 export_dynamic_flag_spec='${wl}-E'
10554 # hardcode_minus_L: Not really in the search PATH,
10555 # but as the default location of the library.
10556 hardcode_minus_L=yes
10557 fi
10558 ;;
10559
10560 hpux11*)
10561 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10562 case $host_cpu in
10563 hppa*64*)
10564 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10565 ;;
10566 ia64*)
10567 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10568 ;;
10569 *)
10570 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10571 ;;
10572 esac
10573 else
10574 case $host_cpu in
10575 hppa*64*)
10576 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10577 ;;
10578 ia64*)
10579 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10580 ;;
10581 *)
10582
10583 # Older versions of the 11.00 compiler do not understand -b yet
10584 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10586 $as_echo_n "checking if $CC understands -b... " >&6; }
10587 if test "${lt_cv_prog_compiler__b+set}" = set; then :
10588 $as_echo_n "(cached) " >&6
10589 else
10590 lt_cv_prog_compiler__b=no
10591 save_LDFLAGS="$LDFLAGS"
10592 LDFLAGS="$LDFLAGS -b"
10593 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10594 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10595 # The linker can only warn and ignore the option if not recognized
10596 # So say no if there are warnings
10597 if test -s conftest.err; then
10598 # Append any errors to the config.log.
10599 cat conftest.err 1>&5
10600 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10601 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10602 if diff conftest.exp conftest.er2 >/dev/null; then
10603 lt_cv_prog_compiler__b=yes
10604 fi
10605 else
10606 lt_cv_prog_compiler__b=yes
10607 fi
10608 fi
10609 $RM -r conftest*
10610 LDFLAGS="$save_LDFLAGS"
10611
10612 fi
10613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10614 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10615
10616 if test x"$lt_cv_prog_compiler__b" = xyes; then
10617 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10618 else
10619 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10620 fi
10621
10622 ;;
10623 esac
10624 fi
10625 if test "$with_gnu_ld" = no; then
10626 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10627 hardcode_libdir_separator=:
10628
10629 case $host_cpu in
10630 hppa*64*|ia64*)
10631 hardcode_direct=no
10632 hardcode_shlibpath_var=no
10633 ;;
10634 *)
10635 hardcode_direct=yes
10636 hardcode_direct_absolute=yes
10637 export_dynamic_flag_spec='${wl}-E'
10638
10639 # hardcode_minus_L: Not really in the search PATH,
10640 # but as the default location of the library.
10641 hardcode_minus_L=yes
10642 ;;
10643 esac
10644 fi
10645 ;;
10646
10647 irix5* | irix6* | nonstopux*)
10648 if test "$GCC" = yes; then
10649 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'
10650 # Try to use the -exported_symbol ld option, if it does not
10651 # work, assume that -exports_file does not work either and
10652 # implicitly export all symbols.
10653 save_LDFLAGS="$LDFLAGS"
10654 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10656 /* end confdefs.h. */
10657 int foo(void) {}
10658 _ACEOF
10659 if ac_fn_c_try_link "$LINENO"; then :
10660 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'
10661
10662 fi
10663 rm -f core conftest.err conftest.$ac_objext \
10664 conftest$ac_exeext conftest.$ac_ext
10665 LDFLAGS="$save_LDFLAGS"
10666 else
10667 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'
10668 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'
10669 fi
10670 archive_cmds_need_lc='no'
10671 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10672 hardcode_libdir_separator=:
10673 inherit_rpath=yes
10674 link_all_deplibs=yes
10675 ;;
10676
10677 netbsd*)
10678 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10679 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10680 else
10681 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10682 fi
10683 hardcode_libdir_flag_spec='-R$libdir'
10684 hardcode_direct=yes
10685 hardcode_shlibpath_var=no
10686 ;;
10687
10688 newsos6)
10689 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10690 hardcode_direct=yes
10691 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10692 hardcode_libdir_separator=:
10693 hardcode_shlibpath_var=no
10694 ;;
10695
10696 *nto* | *qnx*)
10697 ;;
10698
10699 openbsd*)
10700 if test -f /usr/libexec/ld.so; then
10701 hardcode_direct=yes
10702 hardcode_shlibpath_var=no
10703 hardcode_direct_absolute=yes
10704 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10705 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10706 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10707 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10708 export_dynamic_flag_spec='${wl}-E'
10709 else
10710 case $host_os in
10711 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10712 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10713 hardcode_libdir_flag_spec='-R$libdir'
10714 ;;
10715 *)
10716 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10717 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10718 ;;
10719 esac
10720 fi
10721 else
10722 ld_shlibs=no
10723 fi
10724 ;;
10725
10726 os2*)
10727 hardcode_libdir_flag_spec='-L$libdir'
10728 hardcode_minus_L=yes
10729 allow_undefined_flag=unsupported
10730 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'
10731 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10732 ;;
10733
10734 osf3*)
10735 if test "$GCC" = yes; then
10736 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10737 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'
10738 else
10739 allow_undefined_flag=' -expect_unresolved \*'
10740 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'
10741 fi
10742 archive_cmds_need_lc='no'
10743 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10744 hardcode_libdir_separator=:
10745 ;;
10746
10747 osf4* | osf5*) # as osf3* with the addition of -msym flag
10748 if test "$GCC" = yes; then
10749 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10750 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'
10751 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10752 else
10753 allow_undefined_flag=' -expect_unresolved \*'
10754 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'
10755 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~
10756 $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'
10757
10758 # Both c and cxx compiler support -rpath directly
10759 hardcode_libdir_flag_spec='-rpath $libdir'
10760 fi
10761 archive_cmds_need_lc='no'
10762 hardcode_libdir_separator=:
10763 ;;
10764
10765 solaris*)
10766 no_undefined_flag=' -z defs'
10767 if test "$GCC" = yes; then
10768 wlarc='${wl}'
10769 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10770 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10771 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10772 else
10773 case `$CC -V 2>&1` in
10774 *"Compilers 5.0"*)
10775 wlarc=''
10776 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10777 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10778 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10779 ;;
10780 *)
10781 wlarc='${wl}'
10782 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10783 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10784 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10785 ;;
10786 esac
10787 fi
10788 hardcode_libdir_flag_spec='-R$libdir'
10789 hardcode_shlibpath_var=no
10790 case $host_os in
10791 solaris2.[0-5] | solaris2.[0-5].*) ;;
10792 *)
10793 # The compiler driver will combine and reorder linker options,
10794 # but understands `-z linker_flag'. GCC discards it without `$wl',
10795 # but is careful enough not to reorder.
10796 # Supported since Solaris 2.6 (maybe 2.5.1?)
10797 if test "$GCC" = yes; then
10798 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10799 else
10800 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10801 fi
10802 ;;
10803 esac
10804 link_all_deplibs=yes
10805 ;;
10806
10807 sunos4*)
10808 if test "x$host_vendor" = xsequent; then
10809 # Use $CC to link under sequent, because it throws in some extra .o
10810 # files that make .init and .fini sections work.
10811 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10812 else
10813 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10814 fi
10815 hardcode_libdir_flag_spec='-L$libdir'
10816 hardcode_direct=yes
10817 hardcode_minus_L=yes
10818 hardcode_shlibpath_var=no
10819 ;;
10820
10821 sysv4)
10822 case $host_vendor in
10823 sni)
10824 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10825 hardcode_direct=yes # is this really true???
10826 ;;
10827 siemens)
10828 ## LD is ld it makes a PLAMLIB
10829 ## CC just makes a GrossModule.
10830 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10831 reload_cmds='$CC -r -o $output$reload_objs'
10832 hardcode_direct=no
10833 ;;
10834 motorola)
10835 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10836 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10837 ;;
10838 esac
10839 runpath_var='LD_RUN_PATH'
10840 hardcode_shlibpath_var=no
10841 ;;
10842
10843 sysv4.3*)
10844 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10845 hardcode_shlibpath_var=no
10846 export_dynamic_flag_spec='-Bexport'
10847 ;;
10848
10849 sysv4*MP*)
10850 if test -d /usr/nec; then
10851 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10852 hardcode_shlibpath_var=no
10853 runpath_var=LD_RUN_PATH
10854 hardcode_runpath_var=yes
10855 ld_shlibs=yes
10856 fi
10857 ;;
10858
10859 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10860 no_undefined_flag='${wl}-z,text'
10861 archive_cmds_need_lc=no
10862 hardcode_shlibpath_var=no
10863 runpath_var='LD_RUN_PATH'
10864
10865 if test "$GCC" = yes; then
10866 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10867 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10868 else
10869 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10870 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10871 fi
10872 ;;
10873
10874 sysv5* | sco3.2v5* | sco5v6*)
10875 # Note: We can NOT use -z defs as we might desire, because we do not
10876 # link with -lc, and that would cause any symbols used from libc to
10877 # always be unresolved, which means just about no library would
10878 # ever link correctly. If we're not using GNU ld we use -z text
10879 # though, which does catch some bad symbols but isn't as heavy-handed
10880 # as -z defs.
10881 no_undefined_flag='${wl}-z,text'
10882 allow_undefined_flag='${wl}-z,nodefs'
10883 archive_cmds_need_lc=no
10884 hardcode_shlibpath_var=no
10885 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10886 hardcode_libdir_separator=':'
10887 link_all_deplibs=yes
10888 export_dynamic_flag_spec='${wl}-Bexport'
10889 runpath_var='LD_RUN_PATH'
10890
10891 if test "$GCC" = yes; then
10892 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10893 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10894 else
10895 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10896 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10897 fi
10898 ;;
10899
10900 uts4*)
10901 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10902 hardcode_libdir_flag_spec='-L$libdir'
10903 hardcode_shlibpath_var=no
10904 ;;
10905
10906 *)
10907 ld_shlibs=no
10908 ;;
10909 esac
10910
10911 if test x$host_vendor = xsni; then
10912 case $host in
10913 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10914 export_dynamic_flag_spec='${wl}-Blargedynsym'
10915 ;;
10916 esac
10917 fi
10918 fi
10919
10920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10921 $as_echo "$ld_shlibs" >&6; }
10922 test "$ld_shlibs" = no && can_build_shared=no
10923
10924 with_gnu_ld=$with_gnu_ld
10925
10926
10927
10928
10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940 #
10941 # Do we need to explicitly link libc?
10942 #
10943 case "x$archive_cmds_need_lc" in
10944 x|xyes)
10945 # Assume -lc should be added
10946 archive_cmds_need_lc=yes
10947
10948 if test "$enable_shared" = yes && test "$GCC" = yes; then
10949 case $archive_cmds in
10950 *'~'*)
10951 # FIXME: we may have to deal with multi-command sequences.
10952 ;;
10953 '$CC '*)
10954 # Test whether the compiler implicitly links with -lc since on some
10955 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10956 # to ld, don't add -lc before -lgcc.
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10958 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10959 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10960 $as_echo_n "(cached) " >&6
10961 else
10962 $RM conftest*
10963 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10964
10965 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10966 (eval $ac_compile) 2>&5
10967 ac_status=$?
10968 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10969 test $ac_status = 0; } 2>conftest.err; then
10970 soname=conftest
10971 lib=conftest
10972 libobjs=conftest.$ac_objext
10973 deplibs=
10974 wl=$lt_prog_compiler_wl
10975 pic_flag=$lt_prog_compiler_pic
10976 compiler_flags=-v
10977 linker_flags=-v
10978 verstring=
10979 output_objdir=.
10980 libname=conftest
10981 lt_save_allow_undefined_flag=$allow_undefined_flag
10982 allow_undefined_flag=
10983 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10984 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10985 ac_status=$?
10986 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10987 test $ac_status = 0; }
10988 then
10989 lt_cv_archive_cmds_need_lc=no
10990 else
10991 lt_cv_archive_cmds_need_lc=yes
10992 fi
10993 allow_undefined_flag=$lt_save_allow_undefined_flag
10994 else
10995 cat conftest.err 1>&5
10996 fi
10997 $RM conftest*
10998
10999 fi
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11001 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11002 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11003 ;;
11004 esac
11005 fi
11006 ;;
11007 esac
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
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11166 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11167
11168 if test "$GCC" = yes; then
11169 case $host_os in
11170 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11171 *) lt_awk_arg="/^libraries:/" ;;
11172 esac
11173 case $host_os in
11174 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11175 *) lt_sed_strip_eq="s,=/,/,g" ;;
11176 esac
11177 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11178 case $lt_search_path_spec in
11179 *\;*)
11180 # if the path contains ";" then we assume it to be the separator
11181 # otherwise default to the standard path separator (i.e. ":") - it is
11182 # assumed that no part of a normal pathname contains ";" but that should
11183 # okay in the real world where ";" in dirpaths is itself problematic.
11184 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11185 ;;
11186 *)
11187 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11188 ;;
11189 esac
11190 # Ok, now we have the path, separated by spaces, we can step through it
11191 # and add multilib dir if necessary.
11192 lt_tmp_lt_search_path_spec=
11193 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11194 for lt_sys_path in $lt_search_path_spec; do
11195 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11196 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11197 else
11198 test -d "$lt_sys_path" && \
11199 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11200 fi
11201 done
11202 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11203 BEGIN {RS=" "; FS="/|\n";} {
11204 lt_foo="";
11205 lt_count=0;
11206 for (lt_i = NF; lt_i > 0; lt_i--) {
11207 if ($lt_i != "" && $lt_i != ".") {
11208 if ($lt_i == "..") {
11209 lt_count++;
11210 } else {
11211 if (lt_count == 0) {
11212 lt_foo="/" $lt_i lt_foo;
11213 } else {
11214 lt_count--;
11215 }
11216 }
11217 }
11218 }
11219 if (lt_foo != "") { lt_freq[lt_foo]++; }
11220 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11221 }'`
11222 # AWK program above erroneously prepends '/' to C:/dos/paths
11223 # for these hosts.
11224 case $host_os in
11225 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11226 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11227 esac
11228 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11229 else
11230 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11231 fi
11232 library_names_spec=
11233 libname_spec='lib$name'
11234 soname_spec=
11235 shrext_cmds=".so"
11236 postinstall_cmds=
11237 postuninstall_cmds=
11238 finish_cmds=
11239 finish_eval=
11240 shlibpath_var=
11241 shlibpath_overrides_runpath=unknown
11242 version_type=none
11243 dynamic_linker="$host_os ld.so"
11244 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11245 need_lib_prefix=unknown
11246 hardcode_into_libs=no
11247
11248 # when you set need_version to no, make sure it does not cause -set_version
11249 # flags to be left without arguments
11250 need_version=unknown
11251
11252 case $host_os in
11253 aix3*)
11254 version_type=linux
11255 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11256 shlibpath_var=LIBPATH
11257
11258 # AIX 3 has no versioning support, so we append a major version to the name.
11259 soname_spec='${libname}${release}${shared_ext}$major'
11260 ;;
11261
11262 aix[4-9]*)
11263 version_type=linux
11264 need_lib_prefix=no
11265 need_version=no
11266 hardcode_into_libs=yes
11267 if test "$host_cpu" = ia64; then
11268 # AIX 5 supports IA64
11269 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11270 shlibpath_var=LD_LIBRARY_PATH
11271 else
11272 # With GCC up to 2.95.x, collect2 would create an import file
11273 # for dependence libraries. The import file would start with
11274 # the line `#! .'. This would cause the generated library to
11275 # depend on `.', always an invalid library. This was fixed in
11276 # development snapshots of GCC prior to 3.0.
11277 case $host_os in
11278 aix4 | aix4.[01] | aix4.[01].*)
11279 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11280 echo ' yes '
11281 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11282 :
11283 else
11284 can_build_shared=no
11285 fi
11286 ;;
11287 esac
11288 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11289 # soname into executable. Probably we can add versioning support to
11290 # collect2, so additional links can be useful in future.
11291 if test "$aix_use_runtimelinking" = yes; then
11292 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11293 # instead of lib<name>.a to let people know that these are not
11294 # typical AIX shared libraries.
11295 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11296 else
11297 # We preserve .a as extension for shared libraries through AIX4.2
11298 # and later when we are not doing run time linking.
11299 library_names_spec='${libname}${release}.a $libname.a'
11300 soname_spec='${libname}${release}${shared_ext}$major'
11301 fi
11302 shlibpath_var=LIBPATH
11303 fi
11304 ;;
11305
11306 amigaos*)
11307 case $host_cpu in
11308 powerpc)
11309 # Since July 2007 AmigaOS4 officially supports .so libraries.
11310 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11311 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11312 ;;
11313 m68k)
11314 library_names_spec='$libname.ixlibrary $libname.a'
11315 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11316 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'
11317 ;;
11318 esac
11319 ;;
11320
11321 beos*)
11322 library_names_spec='${libname}${shared_ext}'
11323 dynamic_linker="$host_os ld.so"
11324 shlibpath_var=LIBRARY_PATH
11325 ;;
11326
11327 bsdi[45]*)
11328 version_type=linux
11329 need_version=no
11330 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11331 soname_spec='${libname}${release}${shared_ext}$major'
11332 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11333 shlibpath_var=LD_LIBRARY_PATH
11334 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11335 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11336 # the default ld.so.conf also contains /usr/contrib/lib and
11337 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11338 # libtool to hard-code these into programs
11339 ;;
11340
11341 cygwin* | mingw* | pw32* | cegcc*)
11342 version_type=windows
11343 shrext_cmds=".dll"
11344 need_version=no
11345 need_lib_prefix=no
11346
11347 case $GCC,$host_os in
11348 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11349 library_names_spec='$libname.dll.a'
11350 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11351 postinstall_cmds='base_file=`basename \${file}`~
11352 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11353 dldir=$destdir/`dirname \$dlpath`~
11354 test -d \$dldir || mkdir -p \$dldir~
11355 $install_prog $dir/$dlname \$dldir/$dlname~
11356 chmod a+x \$dldir/$dlname~
11357 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11358 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11359 fi'
11360 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11361 dlpath=$dir/\$dldll~
11362 $RM \$dlpath'
11363 shlibpath_overrides_runpath=yes
11364
11365 case $host_os in
11366 cygwin*)
11367 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11368 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11369
11370 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11371 ;;
11372 mingw* | cegcc*)
11373 # MinGW DLLs use traditional 'lib' prefix
11374 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11375 ;;
11376 pw32*)
11377 # pw32 DLLs use 'pw' prefix rather than 'lib'
11378 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11379 ;;
11380 esac
11381 ;;
11382
11383 *)
11384 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11385 ;;
11386 esac
11387 dynamic_linker='Win32 ld.exe'
11388 # FIXME: first we should search . and the directory the executable is in
11389 shlibpath_var=PATH
11390 ;;
11391
11392 darwin* | rhapsody*)
11393 dynamic_linker="$host_os dyld"
11394 version_type=darwin
11395 need_lib_prefix=no
11396 need_version=no
11397 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11398 soname_spec='${libname}${release}${major}$shared_ext'
11399 shlibpath_overrides_runpath=yes
11400 shlibpath_var=DYLD_LIBRARY_PATH
11401 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11402
11403 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11404 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11405 ;;
11406
11407 dgux*)
11408 version_type=linux
11409 need_lib_prefix=no
11410 need_version=no
11411 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11412 soname_spec='${libname}${release}${shared_ext}$major'
11413 shlibpath_var=LD_LIBRARY_PATH
11414 ;;
11415
11416 freebsd* | dragonfly*)
11417 # DragonFly does not have aout. When/if they implement a new
11418 # versioning mechanism, adjust this.
11419 if test -x /usr/bin/objformat; then
11420 objformat=`/usr/bin/objformat`
11421 else
11422 case $host_os in
11423 freebsd[23].*) objformat=aout ;;
11424 *) objformat=elf ;;
11425 esac
11426 fi
11427 version_type=freebsd-$objformat
11428 case $version_type in
11429 freebsd-elf*)
11430 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11431 need_version=no
11432 need_lib_prefix=no
11433 ;;
11434 freebsd-*)
11435 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11436 need_version=yes
11437 ;;
11438 esac
11439 shlibpath_var=LD_LIBRARY_PATH
11440 case $host_os in
11441 freebsd2.*)
11442 shlibpath_overrides_runpath=yes
11443 ;;
11444 freebsd3.[01]* | freebsdelf3.[01]*)
11445 shlibpath_overrides_runpath=yes
11446 hardcode_into_libs=yes
11447 ;;
11448 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11449 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11450 shlibpath_overrides_runpath=no
11451 hardcode_into_libs=yes
11452 ;;
11453 *) # from 4.6 on, and DragonFly
11454 shlibpath_overrides_runpath=yes
11455 hardcode_into_libs=yes
11456 ;;
11457 esac
11458 ;;
11459
11460 gnu*)
11461 version_type=linux
11462 need_lib_prefix=no
11463 need_version=no
11464 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11465 soname_spec='${libname}${release}${shared_ext}$major'
11466 shlibpath_var=LD_LIBRARY_PATH
11467 hardcode_into_libs=yes
11468 ;;
11469
11470 haiku*)
11471 version_type=linux
11472 need_lib_prefix=no
11473 need_version=no
11474 dynamic_linker="$host_os runtime_loader"
11475 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11476 soname_spec='${libname}${release}${shared_ext}$major'
11477 shlibpath_var=LIBRARY_PATH
11478 shlibpath_overrides_runpath=yes
11479 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11480 hardcode_into_libs=yes
11481 ;;
11482
11483 hpux9* | hpux10* | hpux11*)
11484 # Give a soname corresponding to the major version so that dld.sl refuses to
11485 # link against other versions.
11486 version_type=sunos
11487 need_lib_prefix=no
11488 need_version=no
11489 case $host_cpu in
11490 ia64*)
11491 shrext_cmds='.so'
11492 hardcode_into_libs=yes
11493 dynamic_linker="$host_os dld.so"
11494 shlibpath_var=LD_LIBRARY_PATH
11495 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11496 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11497 soname_spec='${libname}${release}${shared_ext}$major'
11498 if test "X$HPUX_IA64_MODE" = X32; then
11499 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11500 else
11501 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11502 fi
11503 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11504 ;;
11505 hppa*64*)
11506 shrext_cmds='.sl'
11507 hardcode_into_libs=yes
11508 dynamic_linker="$host_os dld.sl"
11509 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11510 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11511 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11512 soname_spec='${libname}${release}${shared_ext}$major'
11513 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11514 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11515 ;;
11516 *)
11517 shrext_cmds='.sl'
11518 dynamic_linker="$host_os dld.sl"
11519 shlibpath_var=SHLIB_PATH
11520 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11521 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11522 soname_spec='${libname}${release}${shared_ext}$major'
11523 ;;
11524 esac
11525 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11526 postinstall_cmds='chmod 555 $lib'
11527 # or fails outright, so override atomically:
11528 install_override_mode=555
11529 ;;
11530
11531 interix[3-9]*)
11532 version_type=linux
11533 need_lib_prefix=no
11534 need_version=no
11535 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11536 soname_spec='${libname}${release}${shared_ext}$major'
11537 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11538 shlibpath_var=LD_LIBRARY_PATH
11539 shlibpath_overrides_runpath=no
11540 hardcode_into_libs=yes
11541 ;;
11542
11543 irix5* | irix6* | nonstopux*)
11544 case $host_os in
11545 nonstopux*) version_type=nonstopux ;;
11546 *)
11547 if test "$lt_cv_prog_gnu_ld" = yes; then
11548 version_type=linux
11549 else
11550 version_type=irix
11551 fi ;;
11552 esac
11553 need_lib_prefix=no
11554 need_version=no
11555 soname_spec='${libname}${release}${shared_ext}$major'
11556 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11557 case $host_os in
11558 irix5* | nonstopux*)
11559 libsuff= shlibsuff=
11560 ;;
11561 *)
11562 case $LD in # libtool.m4 will add one of these switches to LD
11563 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11564 libsuff= shlibsuff= libmagic=32-bit;;
11565 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11566 libsuff=32 shlibsuff=N32 libmagic=N32;;
11567 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11568 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11569 *) libsuff= shlibsuff= libmagic=never-match;;
11570 esac
11571 ;;
11572 esac
11573 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11574 shlibpath_overrides_runpath=no
11575 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11576 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11577 hardcode_into_libs=yes
11578 ;;
11579
11580 # No shared lib support for Linux oldld, aout, or coff.
11581 linux*oldld* | linux*aout* | linux*coff*)
11582 dynamic_linker=no
11583 ;;
11584
11585 # This must be Linux ELF.
11586 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11587 version_type=linux
11588 need_lib_prefix=no
11589 need_version=no
11590 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11591 soname_spec='${libname}${release}${shared_ext}$major'
11592 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11593 shlibpath_var=LD_LIBRARY_PATH
11594 shlibpath_overrides_runpath=no
11595
11596 # Some binutils ld are patched to set DT_RUNPATH
11597 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
11598 $as_echo_n "(cached) " >&6
11599 else
11600 lt_cv_shlibpath_overrides_runpath=no
11601 save_LDFLAGS=$LDFLAGS
11602 save_libdir=$libdir
11603 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11604 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11606 /* end confdefs.h. */
11607
11608 int
11609 main ()
11610 {
11611
11612 ;
11613 return 0;
11614 }
11615 _ACEOF
11616 if ac_fn_c_try_link "$LINENO"; then :
11617 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11618 lt_cv_shlibpath_overrides_runpath=yes
11619 fi
11620 fi
11621 rm -f core conftest.err conftest.$ac_objext \
11622 conftest$ac_exeext conftest.$ac_ext
11623 LDFLAGS=$save_LDFLAGS
11624 libdir=$save_libdir
11625
11626 fi
11627
11628 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11629
11630 # This implies no fast_install, which is unacceptable.
11631 # Some rework will be needed to allow for fast_install
11632 # before this can be enabled.
11633 hardcode_into_libs=yes
11634
11635 # Append ld.so.conf contents to the search path
11636 if test -f /etc/ld.so.conf; then
11637 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' ' '`
11638 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11639 fi
11640
11641 # We used to test for /lib/ld.so.1 and disable shared libraries on
11642 # powerpc, because MkLinux only supported shared libraries with the
11643 # GNU dynamic linker. Since this was broken with cross compilers,
11644 # most powerpc-linux boxes support dynamic linking these days and
11645 # people can always --disable-shared, the test was removed, and we
11646 # assume the GNU/Linux dynamic linker is in use.
11647 dynamic_linker='GNU/Linux ld.so'
11648 ;;
11649
11650 netbsd*)
11651 version_type=sunos
11652 need_lib_prefix=no
11653 need_version=no
11654 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11655 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11656 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11657 dynamic_linker='NetBSD (a.out) ld.so'
11658 else
11659 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11660 soname_spec='${libname}${release}${shared_ext}$major'
11661 dynamic_linker='NetBSD ld.elf_so'
11662 fi
11663 shlibpath_var=LD_LIBRARY_PATH
11664 shlibpath_overrides_runpath=yes
11665 hardcode_into_libs=yes
11666 ;;
11667
11668 newsos6)
11669 version_type=linux
11670 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11671 shlibpath_var=LD_LIBRARY_PATH
11672 shlibpath_overrides_runpath=yes
11673 ;;
11674
11675 *nto* | *qnx*)
11676 version_type=qnx
11677 need_lib_prefix=no
11678 need_version=no
11679 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11680 soname_spec='${libname}${release}${shared_ext}$major'
11681 shlibpath_var=LD_LIBRARY_PATH
11682 shlibpath_overrides_runpath=no
11683 hardcode_into_libs=yes
11684 dynamic_linker='ldqnx.so'
11685 ;;
11686
11687 openbsd*)
11688 version_type=sunos
11689 sys_lib_dlsearch_path_spec="/usr/lib"
11690 need_lib_prefix=no
11691 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11692 case $host_os in
11693 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11694 *) need_version=no ;;
11695 esac
11696 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11697 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11698 shlibpath_var=LD_LIBRARY_PATH
11699 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11700 case $host_os in
11701 openbsd2.[89] | openbsd2.[89].*)
11702 shlibpath_overrides_runpath=no
11703 ;;
11704 *)
11705 shlibpath_overrides_runpath=yes
11706 ;;
11707 esac
11708 else
11709 shlibpath_overrides_runpath=yes
11710 fi
11711 ;;
11712
11713 os2*)
11714 libname_spec='$name'
11715 shrext_cmds=".dll"
11716 need_lib_prefix=no
11717 library_names_spec='$libname${shared_ext} $libname.a'
11718 dynamic_linker='OS/2 ld.exe'
11719 shlibpath_var=LIBPATH
11720 ;;
11721
11722 osf3* | osf4* | osf5*)
11723 version_type=osf
11724 need_lib_prefix=no
11725 need_version=no
11726 soname_spec='${libname}${release}${shared_ext}$major'
11727 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11728 shlibpath_var=LD_LIBRARY_PATH
11729 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11730 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11731 ;;
11732
11733 rdos*)
11734 dynamic_linker=no
11735 ;;
11736
11737 solaris*)
11738 version_type=linux
11739 need_lib_prefix=no
11740 need_version=no
11741 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11742 soname_spec='${libname}${release}${shared_ext}$major'
11743 shlibpath_var=LD_LIBRARY_PATH
11744 shlibpath_overrides_runpath=yes
11745 hardcode_into_libs=yes
11746 # ldd complains unless libraries are executable
11747 postinstall_cmds='chmod +x $lib'
11748 ;;
11749
11750 sunos4*)
11751 version_type=sunos
11752 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11753 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11754 shlibpath_var=LD_LIBRARY_PATH
11755 shlibpath_overrides_runpath=yes
11756 if test "$with_gnu_ld" = yes; then
11757 need_lib_prefix=no
11758 fi
11759 need_version=yes
11760 ;;
11761
11762 sysv4 | sysv4.3*)
11763 version_type=linux
11764 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11765 soname_spec='${libname}${release}${shared_ext}$major'
11766 shlibpath_var=LD_LIBRARY_PATH
11767 case $host_vendor in
11768 sni)
11769 shlibpath_overrides_runpath=no
11770 need_lib_prefix=no
11771 runpath_var=LD_RUN_PATH
11772 ;;
11773 siemens)
11774 need_lib_prefix=no
11775 ;;
11776 motorola)
11777 need_lib_prefix=no
11778 need_version=no
11779 shlibpath_overrides_runpath=no
11780 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11781 ;;
11782 esac
11783 ;;
11784
11785 sysv4*MP*)
11786 if test -d /usr/nec ;then
11787 version_type=linux
11788 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11789 soname_spec='$libname${shared_ext}.$major'
11790 shlibpath_var=LD_LIBRARY_PATH
11791 fi
11792 ;;
11793
11794 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11795 version_type=freebsd-elf
11796 need_lib_prefix=no
11797 need_version=no
11798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11799 soname_spec='${libname}${release}${shared_ext}$major'
11800 shlibpath_var=LD_LIBRARY_PATH
11801 shlibpath_overrides_runpath=yes
11802 hardcode_into_libs=yes
11803 if test "$with_gnu_ld" = yes; then
11804 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11805 else
11806 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11807 case $host_os in
11808 sco3.2v5*)
11809 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11810 ;;
11811 esac
11812 fi
11813 sys_lib_dlsearch_path_spec='/usr/lib'
11814 ;;
11815
11816 tpf*)
11817 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11818 version_type=linux
11819 need_lib_prefix=no
11820 need_version=no
11821 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11822 shlibpath_var=LD_LIBRARY_PATH
11823 shlibpath_overrides_runpath=no
11824 hardcode_into_libs=yes
11825 ;;
11826
11827 uts4*)
11828 version_type=linux
11829 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11830 soname_spec='${libname}${release}${shared_ext}$major'
11831 shlibpath_var=LD_LIBRARY_PATH
11832 ;;
11833
11834 *)
11835 dynamic_linker=no
11836 ;;
11837 esac
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11839 $as_echo "$dynamic_linker" >&6; }
11840 test "$dynamic_linker" = no && can_build_shared=no
11841
11842 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11843 if test "$GCC" = yes; then
11844 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11845 fi
11846
11847 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11848 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11849 fi
11850 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11851 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11852 fi
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
11945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11946 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11947 hardcode_action=
11948 if test -n "$hardcode_libdir_flag_spec" ||
11949 test -n "$runpath_var" ||
11950 test "X$hardcode_automatic" = "Xyes" ; then
11951
11952 # We can hardcode non-existent directories.
11953 if test "$hardcode_direct" != no &&
11954 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11955 # have to relink, otherwise we might link with an installed library
11956 # when we should be linking with a yet-to-be-installed one
11957 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11958 test "$hardcode_minus_L" != no; then
11959 # Linking always hardcodes the temporary library directory.
11960 hardcode_action=relink
11961 else
11962 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11963 hardcode_action=immediate
11964 fi
11965 else
11966 # We cannot hardcode anything, or else we can only hardcode existing
11967 # directories.
11968 hardcode_action=unsupported
11969 fi
11970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11971 $as_echo "$hardcode_action" >&6; }
11972
11973 if test "$hardcode_action" = relink ||
11974 test "$inherit_rpath" = yes; then
11975 # Fast installation is not supported
11976 enable_fast_install=no
11977 elif test "$shlibpath_overrides_runpath" = yes ||
11978 test "$enable_shared" = no; then
11979 # Fast installation is not necessary
11980 enable_fast_install=needless
11981 fi
11982
11983
11984
11985
11986
11987
11988 if test "x$enable_dlopen" != xyes; then
11989 enable_dlopen=unknown
11990 enable_dlopen_self=unknown
11991 enable_dlopen_self_static=unknown
11992 else
11993 lt_cv_dlopen=no
11994 lt_cv_dlopen_libs=
11995
11996 case $host_os in
11997 beos*)
11998 lt_cv_dlopen="load_add_on"
11999 lt_cv_dlopen_libs=
12000 lt_cv_dlopen_self=yes
12001 ;;
12002
12003 mingw* | pw32* | cegcc*)
12004 lt_cv_dlopen="LoadLibrary"
12005 lt_cv_dlopen_libs=
12006 ;;
12007
12008 cygwin*)
12009 lt_cv_dlopen="dlopen"
12010 lt_cv_dlopen_libs=
12011 ;;
12012
12013 darwin*)
12014 # if libdl is installed we need to link against it
12015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12016 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12017 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12018 $as_echo_n "(cached) " >&6
12019 else
12020 ac_check_lib_save_LIBS=$LIBS
12021 LIBS="-ldl $LIBS"
12022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12023 /* end confdefs.h. */
12024
12025 /* Override any GCC internal prototype to avoid an error.
12026 Use char because int might match the return type of a GCC
12027 builtin and then its argument prototype would still apply. */
12028 #ifdef __cplusplus
12029 extern "C"
12030 #endif
12031 char dlopen ();
12032 int
12033 main ()
12034 {
12035 return dlopen ();
12036 ;
12037 return 0;
12038 }
12039 _ACEOF
12040 if ac_fn_c_try_link "$LINENO"; then :
12041 ac_cv_lib_dl_dlopen=yes
12042 else
12043 ac_cv_lib_dl_dlopen=no
12044 fi
12045 rm -f core conftest.err conftest.$ac_objext \
12046 conftest$ac_exeext conftest.$ac_ext
12047 LIBS=$ac_check_lib_save_LIBS
12048 fi
12049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12050 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12051 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12052 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12053 else
12054
12055 lt_cv_dlopen="dyld"
12056 lt_cv_dlopen_libs=
12057 lt_cv_dlopen_self=yes
12058
12059 fi
12060
12061 ;;
12062
12063 *)
12064 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12065 if test "x$ac_cv_func_shl_load" = x""yes; then :
12066 lt_cv_dlopen="shl_load"
12067 else
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12069 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12070 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12071 $as_echo_n "(cached) " >&6
12072 else
12073 ac_check_lib_save_LIBS=$LIBS
12074 LIBS="-ldld $LIBS"
12075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12076 /* end confdefs.h. */
12077
12078 /* Override any GCC internal prototype to avoid an error.
12079 Use char because int might match the return type of a GCC
12080 builtin and then its argument prototype would still apply. */
12081 #ifdef __cplusplus
12082 extern "C"
12083 #endif
12084 char shl_load ();
12085 int
12086 main ()
12087 {
12088 return shl_load ();
12089 ;
12090 return 0;
12091 }
12092 _ACEOF
12093 if ac_fn_c_try_link "$LINENO"; then :
12094 ac_cv_lib_dld_shl_load=yes
12095 else
12096 ac_cv_lib_dld_shl_load=no
12097 fi
12098 rm -f core conftest.err conftest.$ac_objext \
12099 conftest$ac_exeext conftest.$ac_ext
12100 LIBS=$ac_check_lib_save_LIBS
12101 fi
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12103 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12104 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12105 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12106 else
12107 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12108 if test "x$ac_cv_func_dlopen" = x""yes; then :
12109 lt_cv_dlopen="dlopen"
12110 else
12111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12112 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12113 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12114 $as_echo_n "(cached) " >&6
12115 else
12116 ac_check_lib_save_LIBS=$LIBS
12117 LIBS="-ldl $LIBS"
12118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12119 /* end confdefs.h. */
12120
12121 /* Override any GCC internal prototype to avoid an error.
12122 Use char because int might match the return type of a GCC
12123 builtin and then its argument prototype would still apply. */
12124 #ifdef __cplusplus
12125 extern "C"
12126 #endif
12127 char dlopen ();
12128 int
12129 main ()
12130 {
12131 return dlopen ();
12132 ;
12133 return 0;
12134 }
12135 _ACEOF
12136 if ac_fn_c_try_link "$LINENO"; then :
12137 ac_cv_lib_dl_dlopen=yes
12138 else
12139 ac_cv_lib_dl_dlopen=no
12140 fi
12141 rm -f core conftest.err conftest.$ac_objext \
12142 conftest$ac_exeext conftest.$ac_ext
12143 LIBS=$ac_check_lib_save_LIBS
12144 fi
12145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12146 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12147 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12148 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12149 else
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12151 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12152 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12153 $as_echo_n "(cached) " >&6
12154 else
12155 ac_check_lib_save_LIBS=$LIBS
12156 LIBS="-lsvld $LIBS"
12157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12158 /* end confdefs.h. */
12159
12160 /* Override any GCC internal prototype to avoid an error.
12161 Use char because int might match the return type of a GCC
12162 builtin and then its argument prototype would still apply. */
12163 #ifdef __cplusplus
12164 extern "C"
12165 #endif
12166 char dlopen ();
12167 int
12168 main ()
12169 {
12170 return dlopen ();
12171 ;
12172 return 0;
12173 }
12174 _ACEOF
12175 if ac_fn_c_try_link "$LINENO"; then :
12176 ac_cv_lib_svld_dlopen=yes
12177 else
12178 ac_cv_lib_svld_dlopen=no
12179 fi
12180 rm -f core conftest.err conftest.$ac_objext \
12181 conftest$ac_exeext conftest.$ac_ext
12182 LIBS=$ac_check_lib_save_LIBS
12183 fi
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12185 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12186 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12187 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12188 else
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12190 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12191 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12192 $as_echo_n "(cached) " >&6
12193 else
12194 ac_check_lib_save_LIBS=$LIBS
12195 LIBS="-ldld $LIBS"
12196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12197 /* end confdefs.h. */
12198
12199 /* Override any GCC internal prototype to avoid an error.
12200 Use char because int might match the return type of a GCC
12201 builtin and then its argument prototype would still apply. */
12202 #ifdef __cplusplus
12203 extern "C"
12204 #endif
12205 char dld_link ();
12206 int
12207 main ()
12208 {
12209 return dld_link ();
12210 ;
12211 return 0;
12212 }
12213 _ACEOF
12214 if ac_fn_c_try_link "$LINENO"; then :
12215 ac_cv_lib_dld_dld_link=yes
12216 else
12217 ac_cv_lib_dld_dld_link=no
12218 fi
12219 rm -f core conftest.err conftest.$ac_objext \
12220 conftest$ac_exeext conftest.$ac_ext
12221 LIBS=$ac_check_lib_save_LIBS
12222 fi
12223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12224 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12225 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12226 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12227 fi
12228
12229
12230 fi
12231
12232
12233 fi
12234
12235
12236 fi
12237
12238
12239 fi
12240
12241
12242 fi
12243
12244 ;;
12245 esac
12246
12247 if test "x$lt_cv_dlopen" != xno; then
12248 enable_dlopen=yes
12249 else
12250 enable_dlopen=no
12251 fi
12252
12253 case $lt_cv_dlopen in
12254 dlopen)
12255 save_CPPFLAGS="$CPPFLAGS"
12256 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12257
12258 save_LDFLAGS="$LDFLAGS"
12259 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12260
12261 save_LIBS="$LIBS"
12262 LIBS="$lt_cv_dlopen_libs $LIBS"
12263
12264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12265 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12266 if test "${lt_cv_dlopen_self+set}" = set; then :
12267 $as_echo_n "(cached) " >&6
12268 else
12269 if test "$cross_compiling" = yes; then :
12270 lt_cv_dlopen_self=cross
12271 else
12272 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12273 lt_status=$lt_dlunknown
12274 cat > conftest.$ac_ext <<_LT_EOF
12275 #line 12275 "configure"
12276 #include "confdefs.h"
12277
12278 #if HAVE_DLFCN_H
12279 #include <dlfcn.h>
12280 #endif
12281
12282 #include <stdio.h>
12283
12284 #ifdef RTLD_GLOBAL
12285 # define LT_DLGLOBAL RTLD_GLOBAL
12286 #else
12287 # ifdef DL_GLOBAL
12288 # define LT_DLGLOBAL DL_GLOBAL
12289 # else
12290 # define LT_DLGLOBAL 0
12291 # endif
12292 #endif
12293
12294 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12295 find out it does not work in some platform. */
12296 #ifndef LT_DLLAZY_OR_NOW
12297 # ifdef RTLD_LAZY
12298 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12299 # else
12300 # ifdef DL_LAZY
12301 # define LT_DLLAZY_OR_NOW DL_LAZY
12302 # else
12303 # ifdef RTLD_NOW
12304 # define LT_DLLAZY_OR_NOW RTLD_NOW
12305 # else
12306 # ifdef DL_NOW
12307 # define LT_DLLAZY_OR_NOW DL_NOW
12308 # else
12309 # define LT_DLLAZY_OR_NOW 0
12310 # endif
12311 # endif
12312 # endif
12313 # endif
12314 #endif
12315
12316 /* When -fvisbility=hidden is used, assume the code has been annotated
12317 correspondingly for the symbols needed. */
12318 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12319 void fnord () __attribute__((visibility("default")));
12320 #endif
12321
12322 void fnord () { int i=42; }
12323 int main ()
12324 {
12325 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12326 int status = $lt_dlunknown;
12327
12328 if (self)
12329 {
12330 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12331 else
12332 {
12333 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12334 else puts (dlerror ());
12335 }
12336 /* dlclose (self); */
12337 }
12338 else
12339 puts (dlerror ());
12340
12341 return status;
12342 }
12343 _LT_EOF
12344 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12345 (eval $ac_link) 2>&5
12346 ac_status=$?
12347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12348 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12349 (./conftest; exit; ) >&5 2>/dev/null
12350 lt_status=$?
12351 case x$lt_status in
12352 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12353 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12354 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12355 esac
12356 else :
12357 # compilation failed
12358 lt_cv_dlopen_self=no
12359 fi
12360 fi
12361 rm -fr conftest*
12362
12363
12364 fi
12365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12366 $as_echo "$lt_cv_dlopen_self" >&6; }
12367
12368 if test "x$lt_cv_dlopen_self" = xyes; then
12369 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12371 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12372 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12373 $as_echo_n "(cached) " >&6
12374 else
12375 if test "$cross_compiling" = yes; then :
12376 lt_cv_dlopen_self_static=cross
12377 else
12378 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12379 lt_status=$lt_dlunknown
12380 cat > conftest.$ac_ext <<_LT_EOF
12381 #line 12381 "configure"
12382 #include "confdefs.h"
12383
12384 #if HAVE_DLFCN_H
12385 #include <dlfcn.h>
12386 #endif
12387
12388 #include <stdio.h>
12389
12390 #ifdef RTLD_GLOBAL
12391 # define LT_DLGLOBAL RTLD_GLOBAL
12392 #else
12393 # ifdef DL_GLOBAL
12394 # define LT_DLGLOBAL DL_GLOBAL
12395 # else
12396 # define LT_DLGLOBAL 0
12397 # endif
12398 #endif
12399
12400 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12401 find out it does not work in some platform. */
12402 #ifndef LT_DLLAZY_OR_NOW
12403 # ifdef RTLD_LAZY
12404 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12405 # else
12406 # ifdef DL_LAZY
12407 # define LT_DLLAZY_OR_NOW DL_LAZY
12408 # else
12409 # ifdef RTLD_NOW
12410 # define LT_DLLAZY_OR_NOW RTLD_NOW
12411 # else
12412 # ifdef DL_NOW
12413 # define LT_DLLAZY_OR_NOW DL_NOW
12414 # else
12415 # define LT_DLLAZY_OR_NOW 0
12416 # endif
12417 # endif
12418 # endif
12419 # endif
12420 #endif
12421
12422 /* When -fvisbility=hidden is used, assume the code has been annotated
12423 correspondingly for the symbols needed. */
12424 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12425 void fnord () __attribute__((visibility("default")));
12426 #endif
12427
12428 void fnord () { int i=42; }
12429 int main ()
12430 {
12431 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12432 int status = $lt_dlunknown;
12433
12434 if (self)
12435 {
12436 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12437 else
12438 {
12439 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12440 else puts (dlerror ());
12441 }
12442 /* dlclose (self); */
12443 }
12444 else
12445 puts (dlerror ());
12446
12447 return status;
12448 }
12449 _LT_EOF
12450 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12451 (eval $ac_link) 2>&5
12452 ac_status=$?
12453 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12454 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12455 (./conftest; exit; ) >&5 2>/dev/null
12456 lt_status=$?
12457 case x$lt_status in
12458 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12459 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12460 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12461 esac
12462 else :
12463 # compilation failed
12464 lt_cv_dlopen_self_static=no
12465 fi
12466 fi
12467 rm -fr conftest*
12468
12469
12470 fi
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12472 $as_echo "$lt_cv_dlopen_self_static" >&6; }
12473 fi
12474
12475 CPPFLAGS="$save_CPPFLAGS"
12476 LDFLAGS="$save_LDFLAGS"
12477 LIBS="$save_LIBS"
12478 ;;
12479 esac
12480
12481 case $lt_cv_dlopen_self in
12482 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12483 *) enable_dlopen_self=unknown ;;
12484 esac
12485
12486 case $lt_cv_dlopen_self_static in
12487 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12488 *) enable_dlopen_self_static=unknown ;;
12489 esac
12490 fi
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508 striplib=
12509 old_striplib=
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12511 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12512 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12513 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12514 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12516 $as_echo "yes" >&6; }
12517 else
12518 # FIXME - insert some real tests, host_os isn't really good enough
12519 case $host_os in
12520 darwin*)
12521 if test -n "$STRIP" ; then
12522 striplib="$STRIP -x"
12523 old_striplib="$STRIP -S"
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12525 $as_echo "yes" >&6; }
12526 else
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12528 $as_echo "no" >&6; }
12529 fi
12530 ;;
12531 *)
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12533 $as_echo "no" >&6; }
12534 ;;
12535 esac
12536 fi
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
12547
12548
12549 # Report which library types will actually be built
12550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12551 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12553 $as_echo "$can_build_shared" >&6; }
12554
12555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12556 $as_echo_n "checking whether to build shared libraries... " >&6; }
12557 test "$can_build_shared" = "no" && enable_shared=no
12558
12559 # On AIX, shared libraries and static libraries use the same namespace, and
12560 # are all built from PIC.
12561 case $host_os in
12562 aix3*)
12563 test "$enable_shared" = yes && enable_static=no
12564 if test -n "$RANLIB"; then
12565 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12566 postinstall_cmds='$RANLIB $lib'
12567 fi
12568 ;;
12569
12570 aix[4-9]*)
12571 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12572 test "$enable_shared" = yes && enable_static=no
12573 fi
12574 ;;
12575 esac
12576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12577 $as_echo "$enable_shared" >&6; }
12578
12579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12580 $as_echo_n "checking whether to build static libraries... " >&6; }
12581 # Make sure either enable_shared or enable_static is yes.
12582 test "$enable_shared" = yes || enable_static=yes
12583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12584 $as_echo "$enable_static" >&6; }
12585
12586
12587
12588
12589 fi
12590 ac_ext=c
12591 ac_cpp='$CPP $CPPFLAGS'
12592 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12593 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12594 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12595
12596 CC="$lt_save_CC"
12597
12598
12599
12600
12601
12602
12603
12604
12605
12606
12607
12608
12609
12610 ac_config_commands="$ac_config_commands libtool"
12611
12612
12613
12614
12615 # Only expand once:
12616
12617
12618
12619
12620 . ${srcdir}/../../bfd/configure.host
12621
12622
12623
12624 USE_MAINTAINER_MODE=no
12625 # Check whether --enable-maintainer-mode was given.
12626 if test "${enable_maintainer_mode+set}" = set; then :
12627 enableval=$enable_maintainer_mode; case "${enableval}" in
12628 yes) MAINT="" USE_MAINTAINER_MODE=yes ;;
12629 no) MAINT="#" ;;
12630 *) as_fn_error "\"--enable-maintainer-mode does not take a value\"" "$LINENO" 5; MAINT="#" ;;
12631 esac
12632 if test x"$silent" != x"yes" && test x"$MAINT" = x""; then
12633 echo "Setting maintainer mode" 6>&1
12634 fi
12635 else
12636 MAINT="#"
12637 fi
12638
12639
12640
12641 # Check whether --enable-sim-bswap was given.
12642 if test "${enable_sim_bswap+set}" = set; then :
12643 enableval=$enable_sim_bswap; case "${enableval}" in
12644 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12645 no) sim_bswap="-DWITH_BSWAP=0";;
12646 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
12647 esac
12648 if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12649 echo "Setting bswap flags = $sim_bswap" 6>&1
12650 fi
12651 else
12652 sim_bswap=""
12653 fi
12654
12655
12656
12657 # Check whether --enable-sim-cflags was given.
12658 if test "${enable_sim_cflags+set}" = set; then :
12659 enableval=$enable_sim_cflags; case "${enableval}" in
12660 yes) sim_cflags="-O2 -fomit-frame-pointer";;
12661 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
12662 no) sim_cflags="";;
12663 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12664 esac
12665 if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12666 echo "Setting sim cflags = $sim_cflags" 6>&1
12667 fi
12668 else
12669 sim_cflags=""
12670 fi
12671
12672
12673
12674 # Check whether --enable-sim-debug was given.
12675 if test "${enable_sim_debug+set}" = set; then :
12676 enableval=$enable_sim_debug; case "${enableval}" in
12677 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12678 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12679 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12680 esac
12681 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12682 echo "Setting sim debug = $sim_debug" 6>&1
12683 fi
12684 else
12685 sim_debug=""
12686 fi
12687
12688
12689
12690 # Check whether --enable-sim-stdio was given.
12691 if test "${enable_sim_stdio+set}" = set; then :
12692 enableval=$enable_sim_stdio; case "${enableval}" in
12693 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12694 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
12695 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
12696 esac
12697 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12698 echo "Setting stdio flags = $sim_stdio" 6>&1
12699 fi
12700 else
12701 sim_stdio=""
12702 fi
12703
12704
12705
12706 # Check whether --enable-sim-trace was given.
12707 if test "${enable_sim_trace+set}" = set; then :
12708 enableval=$enable_sim_trace; case "${enableval}" in
12709 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
12710 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
12711 [-0-9]*)
12712 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
12713 [[:lower:]]*)
12714 sim_trace=""
12715 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12716 if test x"$sim_trace" = x; then
12717 sim_trace="-DWITH_TRACE='(TRACE_$x"
12718 else
12719 sim_trace="${sim_trace}|TRACE_$x"
12720 fi
12721 done
12722 sim_trace="$sim_trace)'" ;;
12723 esac
12724 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12725 echo "Setting sim trace = $sim_trace" 6>&1
12726 fi
12727 else
12728 sim_trace=""
12729 fi
12730
12731
12732
12733 # Check whether --enable-sim-profile was given.
12734 if test "${enable_sim_profile+set}" = set; then :
12735 enableval=$enable_sim_profile; case "${enableval}" in
12736 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12737 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12738 [-0-9]*)
12739 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12740 [a-z]*)
12741 sim_profile=""
12742 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12743 if test x"$sim_profile" = x; then
12744 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12745 else
12746 sim_profile="${sim_profile}|PROFILE_$x"
12747 fi
12748 done
12749 sim_profile="$sim_profile)'" ;;
12750 esac
12751 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12752 echo "Setting sim profile = $sim_profile" 6>&1
12753 fi
12754 else
12755 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
12756 fi
12757
12758
12759
12760
12761 # Check whether --with-pkgversion was given.
12762 if test "${with_pkgversion+set}" = set; then :
12763 withval=$with_pkgversion; case "$withval" in
12764 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
12765 no) PKGVERSION= ;;
12766 *) PKGVERSION="($withval) " ;;
12767 esac
12768 else
12769 PKGVERSION="(GDB) "
12770
12771 fi
12772
12773
12774
12775
12776
12777 # Check whether --with-bugurl was given.
12778 if test "${with_bugurl+set}" = set; then :
12779 withval=$with_bugurl; case "$withval" in
12780 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
12781 no) BUGURL=
12782 ;;
12783 *) BUGURL="$withval"
12784 ;;
12785 esac
12786 else
12787 BUGURL="http://www.gnu.org/software/gdb/bugs/"
12788
12789 fi
12790
12791 case ${BUGURL} in
12792 "")
12793 REPORT_BUGS_TO=
12794 REPORT_BUGS_TEXI=
12795 ;;
12796 *)
12797 REPORT_BUGS_TO="<$BUGURL>"
12798 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12799 ;;
12800 esac;
12801
12802
12803
12804
12805 cat >>confdefs.h <<_ACEOF
12806 #define PKGVERSION "$PKGVERSION"
12807 _ACEOF
12808
12809
12810 cat >>confdefs.h <<_ACEOF
12811 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
12812 _ACEOF
12813
12814
12815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12816 $as_echo_n "checking return type of signal handlers... " >&6; }
12817 if test "${ac_cv_type_signal+set}" = set; then :
12818 $as_echo_n "(cached) " >&6
12819 else
12820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12821 /* end confdefs.h. */
12822 #include <sys/types.h>
12823 #include <signal.h>
12824
12825 int
12826 main ()
12827 {
12828 return *(signal (0, 0)) (0) == 1;
12829 ;
12830 return 0;
12831 }
12832 _ACEOF
12833 if ac_fn_c_try_compile "$LINENO"; then :
12834 ac_cv_type_signal=int
12835 else
12836 ac_cv_type_signal=void
12837 fi
12838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12839 fi
12840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12841 $as_echo "$ac_cv_type_signal" >&6; }
12842
12843 cat >>confdefs.h <<_ACEOF
12844 #define RETSIGTYPE $ac_cv_type_signal
12845 _ACEOF
12846
12847
12848
12849
12850
12851 sim_link_files=
12852 sim_link_links=
12853
12854 sim_link_links=tconfig.h
12855 if test -f ${srcdir}/tconfig.in
12856 then
12857 sim_link_files=tconfig.in
12858 else
12859 sim_link_files=../common/tconfig.in
12860 fi
12861
12862 # targ-vals.def points to the libc macro description file.
12863 case "${target}" in
12864 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
12865 esac
12866 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
12867 sim_link_links="${sim_link_links} targ-vals.def"
12868
12869
12870
12871
12872 wire_endian="LITTLE_ENDIAN"
12873 default_endian=""
12874 # Check whether --enable-sim-endian was given.
12875 if test "${enable_sim_endian+set}" = set; then :
12876 enableval=$enable_sim_endian; case "${enableval}" in
12877 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
12878 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
12879 yes) if test x"$wire_endian" != x; then
12880 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
12881 else
12882 if test x"$default_endian" != x; then
12883 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
12884 else
12885 echo "No hard-wired endian for target $target" 1>&6
12886 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
12887 fi
12888 fi;;
12889 no) if test x"$default_endian" != x; then
12890 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
12891 else
12892 if test x"$wire_endian" != x; then
12893 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
12894 else
12895 echo "No default endian for target $target" 1>&6
12896 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
12897 fi
12898 fi;;
12899 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
12900 esac
12901 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
12902 echo "Setting endian flags = $sim_endian" 6>&1
12903 fi
12904 else
12905 if test x"$default_endian" != x; then
12906 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
12907 else
12908 if test x"$wire_endian" != x; then
12909 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
12910 else
12911 sim_endian=
12912 fi
12913 fi
12914 fi
12915
12916 wire_alignment=""
12917 default_alignment="NONSTRICT_ALIGNMENT"
12918
12919 # Check whether --enable-sim-alignment was given.
12920 if test "${enable_sim_alignment+set}" = set; then :
12921 enableval=$enable_sim_alignment; case "${enableval}" in
12922 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
12923 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
12924 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
12925 yes) if test x"$wire_alignment" != x; then
12926 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12927 else
12928 if test x"$default_alignment" != x; then
12929 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
12930 else
12931 echo "No hard-wired alignment for target $target" 1>&6
12932 sim_alignment="-DWITH_ALIGNMENT=0"
12933 fi
12934 fi;;
12935 no) if test x"$default_alignment" != x; then
12936 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12937 else
12938 if test x"$wire_alignment" != x; then
12939 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
12940 else
12941 echo "No default alignment for target $target" 1>&6
12942 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
12943 fi
12944 fi;;
12945 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
12946 esac
12947 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
12948 echo "Setting alignment flags = $sim_alignment" 6>&1
12949 fi
12950 else
12951 if test x"$default_alignment" != x; then
12952 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12953 else
12954 if test x"$wire_alignment" != x; then
12955 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12956 else
12957 sim_alignment=
12958 fi
12959 fi
12960 fi
12961
12962
12963 # Check whether --enable-sim-hostendian was given.
12964 if test "${enable_sim_hostendian+set}" = set; then :
12965 enableval=$enable_sim_hostendian; case "${enableval}" in
12966 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
12967 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
12968 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
12969 *) as_fn_error "\"Unknown value $enableval for --enable-sim-hostendian\"" "$LINENO" 5; sim_hostendian="";;
12970 esac
12971 if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
12972 echo "Setting hostendian flags = $sim_hostendian" 6>&1
12973 fi
12974 else
12975
12976 if test "x$cross_compiling" = "xno"; then
12977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12978 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12979 if test "${ac_cv_c_bigendian+set}" = set; then :
12980 $as_echo_n "(cached) " >&6
12981 else
12982 ac_cv_c_bigendian=unknown
12983 # See if we're dealing with a universal compiler.
12984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12985 /* end confdefs.h. */
12986 #ifndef __APPLE_CC__
12987 not a universal capable compiler
12988 #endif
12989 typedef int dummy;
12990
12991 _ACEOF
12992 if ac_fn_c_try_compile "$LINENO"; then :
12993
12994 # Check for potential -arch flags. It is not universal unless
12995 # there are at least two -arch flags with different values.
12996 ac_arch=
12997 ac_prev=
12998 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12999 if test -n "$ac_prev"; then
13000 case $ac_word in
13001 i?86 | x86_64 | ppc | ppc64)
13002 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
13003 ac_arch=$ac_word
13004 else
13005 ac_cv_c_bigendian=universal
13006 break
13007 fi
13008 ;;
13009 esac
13010 ac_prev=
13011 elif test "x$ac_word" = "x-arch"; then
13012 ac_prev=arch
13013 fi
13014 done
13015 fi
13016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13017 if test $ac_cv_c_bigendian = unknown; then
13018 # See if sys/param.h defines the BYTE_ORDER macro.
13019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13020 /* end confdefs.h. */
13021 #include <sys/types.h>
13022 #include <sys/param.h>
13023
13024 int
13025 main ()
13026 {
13027 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
13028 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
13029 && LITTLE_ENDIAN)
13030 bogus endian macros
13031 #endif
13032
13033 ;
13034 return 0;
13035 }
13036 _ACEOF
13037 if ac_fn_c_try_compile "$LINENO"; then :
13038 # It does; now see whether it defined to BIG_ENDIAN or not.
13039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13040 /* end confdefs.h. */
13041 #include <sys/types.h>
13042 #include <sys/param.h>
13043
13044 int
13045 main ()
13046 {
13047 #if BYTE_ORDER != BIG_ENDIAN
13048 not big endian
13049 #endif
13050
13051 ;
13052 return 0;
13053 }
13054 _ACEOF
13055 if ac_fn_c_try_compile "$LINENO"; then :
13056 ac_cv_c_bigendian=yes
13057 else
13058 ac_cv_c_bigendian=no
13059 fi
13060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13061 fi
13062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13063 fi
13064 if test $ac_cv_c_bigendian = unknown; then
13065 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
13066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13067 /* end confdefs.h. */
13068 #include <limits.h>
13069
13070 int
13071 main ()
13072 {
13073 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
13074 bogus endian macros
13075 #endif
13076
13077 ;
13078 return 0;
13079 }
13080 _ACEOF
13081 if ac_fn_c_try_compile "$LINENO"; then :
13082 # It does; now see whether it defined to _BIG_ENDIAN or not.
13083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13084 /* end confdefs.h. */
13085 #include <limits.h>
13086
13087 int
13088 main ()
13089 {
13090 #ifndef _BIG_ENDIAN
13091 not big endian
13092 #endif
13093
13094 ;
13095 return 0;
13096 }
13097 _ACEOF
13098 if ac_fn_c_try_compile "$LINENO"; then :
13099 ac_cv_c_bigendian=yes
13100 else
13101 ac_cv_c_bigendian=no
13102 fi
13103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13104 fi
13105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13106 fi
13107 if test $ac_cv_c_bigendian = unknown; then
13108 # Compile a test program.
13109 if test "$cross_compiling" = yes; then :
13110 # Try to guess by grepping values from an object file.
13111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13112 /* end confdefs.h. */
13113 short int ascii_mm[] =
13114 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
13115 short int ascii_ii[] =
13116 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
13117 int use_ascii (int i) {
13118 return ascii_mm[i] + ascii_ii[i];
13119 }
13120 short int ebcdic_ii[] =
13121 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
13122 short int ebcdic_mm[] =
13123 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
13124 int use_ebcdic (int i) {
13125 return ebcdic_mm[i] + ebcdic_ii[i];
13126 }
13127 extern int foo;
13128
13129 int
13130 main ()
13131 {
13132 return use_ascii (foo) == use_ebcdic (foo);
13133 ;
13134 return 0;
13135 }
13136 _ACEOF
13137 if ac_fn_c_try_compile "$LINENO"; then :
13138 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
13139 ac_cv_c_bigendian=yes
13140 fi
13141 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
13142 if test "$ac_cv_c_bigendian" = unknown; then
13143 ac_cv_c_bigendian=no
13144 else
13145 # finding both strings is unlikely to happen, but who knows?
13146 ac_cv_c_bigendian=unknown
13147 fi
13148 fi
13149 fi
13150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13151 else
13152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13153 /* end confdefs.h. */
13154 $ac_includes_default
13155 int
13156 main ()
13157 {
13158
13159 /* Are we little or big endian? From Harbison&Steele. */
13160 union
13161 {
13162 long int l;
13163 char c[sizeof (long int)];
13164 } u;
13165 u.l = 1;
13166 return u.c[sizeof (long int) - 1] == 1;
13167
13168 ;
13169 return 0;
13170 }
13171 _ACEOF
13172 if ac_fn_c_try_run "$LINENO"; then :
13173 ac_cv_c_bigendian=no
13174 else
13175 ac_cv_c_bigendian=yes
13176 fi
13177 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13178 conftest.$ac_objext conftest.beam conftest.$ac_ext
13179 fi
13180
13181 fi
13182 fi
13183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
13184 $as_echo "$ac_cv_c_bigendian" >&6; }
13185 case $ac_cv_c_bigendian in #(
13186 yes)
13187 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
13188 ;; #(
13189 no)
13190 ;; #(
13191 universal)
13192
13193 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
13194
13195 ;; #(
13196 *)
13197 as_fn_error "unknown endianness
13198 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
13199 esac
13200
13201 if test $ac_cv_c_bigendian = yes; then
13202 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
13203 else
13204 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
13205 fi
13206 else
13207 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
13208 fi
13209 fi
13210
13211
13212 # Check whether --enable-werror was given.
13213 if test "${enable_werror+set}" = set; then :
13214 enableval=$enable_werror; case "${enableval}" in
13215 yes | y) ERROR_ON_WARNING="yes" ;;
13216 no | n) ERROR_ON_WARNING="no" ;;
13217 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13218 esac
13219 fi
13220
13221
13222 # Enable -Werror by default when using gcc
13223 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13224 ERROR_ON_WARNING=yes
13225 fi
13226
13227 WERROR_CFLAGS=""
13228 if test "${ERROR_ON_WARNING}" = yes ; then
13229 # NOTE: Disabled in the sim dir due to most sims generating warnings.
13230 # WERROR_CFLAGS="-Werror"
13231 true
13232 fi
13233
13234 # The entries after -Wno-pointer-sign are disabled warnings which may
13235 # be enabled in the future, which can not currently be used to build
13236 # GDB.
13237 # NOTE: If you change this list, remember to update
13238 # gdb/doc/gdbint.texinfo.
13239 build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13240 -Wno-pointer-sign \
13241 -Wno-unused -Wunused-value -Wunused-function \
13242 -Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
13243
13244 # Enable -Wno-format by default when using gcc on mingw since many
13245 # GCC versions complain about %I64.
13246 case "${host}" in
13247 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13248 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13249 esac
13250
13251 # Check whether --enable-build-warnings was given.
13252 if test "${enable_build_warnings+set}" = set; then :
13253 enableval=$enable_build_warnings; case "${enableval}" in
13254 yes) ;;
13255 no) build_warnings="-w";;
13256 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13257 build_warnings="${build_warnings} ${t}";;
13258 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13259 build_warnings="${t} ${build_warnings}";;
13260 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13261 esac
13262 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13263 echo "Setting compiler warning flags = $build_warnings" 6>&1
13264 fi
13265 fi
13266 # Check whether --enable-sim-build-warnings was given.
13267 if test "${enable_sim_build_warnings+set}" = set; then :
13268 enableval=$enable_sim_build_warnings; case "${enableval}" in
13269 yes) ;;
13270 no) build_warnings="-w";;
13271 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13272 build_warnings="${build_warnings} ${t}";;
13273 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13274 build_warnings="${t} ${build_warnings}";;
13275 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13276 esac
13277 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13278 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13279 fi
13280 fi
13281 WARN_CFLAGS=""
13282 if test "x${build_warnings}" != x -a "x$GCC" = xyes
13283 then
13284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13285 $as_echo_n "checking compiler warning flags... " >&6; }
13286 # Separate out the -Werror flag as some files just cannot be
13287 # compiled with it enabled.
13288 for w in ${build_warnings}; do
13289 case $w in
13290 -Werr*) WERROR_CFLAGS=-Werror ;;
13291 *) # Check that GCC accepts it
13292 saved_CFLAGS="$CFLAGS"
13293 CFLAGS="$CFLAGS $w"
13294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13295 /* end confdefs.h. */
13296
13297 int
13298 main ()
13299 {
13300
13301 ;
13302 return 0;
13303 }
13304 _ACEOF
13305 if ac_fn_c_try_compile "$LINENO"; then :
13306 WARN_CFLAGS="${WARN_CFLAGS} $w"
13307 fi
13308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13309 CFLAGS="$saved_CFLAGS"
13310 esac
13311 done
13312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13313 $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13314 fi
13315
13316
13317 default_sim_reserved_bits="1"
13318 # Check whether --enable-sim-reserved-bits was given.
13319 if test "${enable_sim_reserved_bits+set}" = set; then :
13320 enableval=$enable_sim_reserved_bits; case "${enableval}" in
13321 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
13322 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
13323 *) as_fn_error "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
13324 esac
13325 if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
13326 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
13327 fi
13328 else
13329 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
13330 fi
13331
13332 wire_word_bitsize="32"
13333 wire_word_msb="31"
13334 wire_address_bitsize=""
13335 wire_cell_bitsize=""
13336 # Check whether --enable-sim-bitsize was given.
13337 if test "${enable_sim_bitsize+set}" = set; then :
13338 enableval=$enable_sim_bitsize; sim_bitsize=
13339 case "${enableval}" in
13340 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
13341 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
13342 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13343 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13344 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13345 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
13346 else
13347 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
13348 fi ;;
13349 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13350 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
13351 else
13352 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
13353 fi ;;
13354 *) as_fn_error "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13355 esac
13356 # address bitsize
13357 tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
13358 case x"${tmp}" in
13359 x ) ;;
13360 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
13361 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
13362 * ) as_fn_error "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13363 esac
13364 # cell bitsize
13365 tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
13366 case x"${tmp}" in
13367 x ) ;;
13368 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
13369 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
13370 * ) as_fn_error "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13371 esac
13372 if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
13373 echo "Setting bitsize flags = $sim_bitsize" 6>&1
13374 fi
13375 else
13376 sim_bitsize=""
13377 if test x"$wire_word_bitsize" != x; then
13378 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
13379 fi
13380 if test x"$wire_word_msb" != x; then
13381 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
13382 fi
13383 if test x"$wire_address_bitsize" != x; then
13384 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
13385 fi
13386 if test x"$wire_cell_bitsize" != x; then
13387 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
13388 fi
13389 fi
13390
13391
13392 for ac_func in time chmod utime fork execve execv chown
13393 do :
13394 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13395 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13396 eval as_val=\$$as_ac_var
13397 if test "x$as_val" = x""yes; then :
13398 cat >>confdefs.h <<_ACEOF
13399 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13400 _ACEOF
13401
13402 fi
13403 done
13404
13405 for ac_header in unistd.h stdlib.h string.h strings.h utime.h time.h
13406 do :
13407 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13408 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13409 eval as_val=\$$as_ac_Header
13410 if test "x$as_val" = x""yes; then :
13411 cat >>confdefs.h <<_ACEOF
13412 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13413 _ACEOF
13414
13415 fi
13416
13417 done
13418
13419
13420
13421 ac_sources="$sim_link_files"
13422 ac_dests="$sim_link_links"
13423 while test -n "$ac_sources"; do
13424 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13425 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13426 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13427 done
13428 ac_config_links="$ac_config_links $ac_config_links_1"
13429
13430 cgen_breaks=""
13431 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13432 cgen_breaks="break cgen_rtx_error";
13433 fi
13434
13435 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13436
13437 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13438
13439 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13440
13441 ac_config_commands="$ac_config_commands Makefile"
13442
13443 ac_config_commands="$ac_config_commands stamp-h"
13444
13445 cat >confcache <<\_ACEOF
13446 # This file is a shell script that caches the results of configure
13447 # tests run on this system so they can be shared between configure
13448 # scripts and configure runs, see configure's option --config-cache.
13449 # It is not useful on other systems. If it contains results you don't
13450 # want to keep, you may remove or edit it.
13451 #
13452 # config.status only pays attention to the cache file if you give it
13453 # the --recheck option to rerun configure.
13454 #
13455 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13456 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13457 # following values.
13458
13459 _ACEOF
13460
13461 # The following way of writing the cache mishandles newlines in values,
13462 # but we know of no workaround that is simple, portable, and efficient.
13463 # So, we kill variables containing newlines.
13464 # Ultrix sh set writes to stderr and can't be redirected directly,
13465 # and sets the high bit in the cache file unless we assign to the vars.
13466 (
13467 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13468 eval ac_val=\$$ac_var
13469 case $ac_val in #(
13470 *${as_nl}*)
13471 case $ac_var in #(
13472 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13473 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13474 esac
13475 case $ac_var in #(
13476 _ | IFS | as_nl) ;; #(
13477 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13478 *) { eval $ac_var=; unset $ac_var;} ;;
13479 esac ;;
13480 esac
13481 done
13482
13483 (set) 2>&1 |
13484 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13485 *${as_nl}ac_space=\ *)
13486 # `set' does not quote correctly, so add quotes: double-quote
13487 # substitution turns \\\\ into \\, and sed turns \\ into \.
13488 sed -n \
13489 "s/'/'\\\\''/g;
13490 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13491 ;; #(
13492 *)
13493 # `set' quotes correctly as required by POSIX, so do not add quotes.
13494 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13495 ;;
13496 esac |
13497 sort
13498 ) |
13499 sed '
13500 /^ac_cv_env_/b end
13501 t clear
13502 :clear
13503 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13504 t end
13505 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13506 :end' >>confcache
13507 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13508 if test -w "$cache_file"; then
13509 test "x$cache_file" != "x/dev/null" &&
13510 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13511 $as_echo "$as_me: updating cache $cache_file" >&6;}
13512 cat confcache >$cache_file
13513 else
13514 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13515 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13516 fi
13517 fi
13518 rm -f confcache
13519
13520 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13521 # Let make expand exec_prefix.
13522 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13523
13524 DEFS=-DHAVE_CONFIG_H
13525
13526 ac_libobjs=
13527 ac_ltlibobjs=
13528 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13529 # 1. Remove the extension, and $U if already installed.
13530 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13531 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13532 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13533 # will be set to the directory where LIBOBJS objects are built.
13534 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13535 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13536 done
13537 LIBOBJS=$ac_libobjs
13538
13539 LTLIBOBJS=$ac_ltlibobjs
13540
13541
13542 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13543 as_fn_error "conditional \"GMAKE\" was never defined.
13544 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13545 fi
13546 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13547 as_fn_error "conditional \"PLUGINS\" was never defined.
13548 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13549 fi
13550
13551
13552 : ${CONFIG_STATUS=./config.status}
13553 ac_write_fail=0
13554 ac_clean_files_save=$ac_clean_files
13555 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13557 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13558 as_write_fail=0
13559 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13560 #! $SHELL
13561 # Generated by $as_me.
13562 # Run this file to recreate the current configuration.
13563 # Compiler output produced by configure, useful for debugging
13564 # configure, is in config.log if it exists.
13565
13566 debug=false
13567 ac_cs_recheck=false
13568 ac_cs_silent=false
13569
13570 SHELL=\${CONFIG_SHELL-$SHELL}
13571 export SHELL
13572 _ASEOF
13573 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13574 ## -------------------- ##
13575 ## M4sh Initialization. ##
13576 ## -------------------- ##
13577
13578 # Be more Bourne compatible
13579 DUALCASE=1; export DUALCASE # for MKS sh
13580 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13581 emulate sh
13582 NULLCMD=:
13583 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13584 # is contrary to our usage. Disable this feature.
13585 alias -g '${1+"$@"}'='"$@"'
13586 setopt NO_GLOB_SUBST
13587 else
13588 case `(set -o) 2>/dev/null` in #(
13589 *posix*) :
13590 set -o posix ;; #(
13591 *) :
13592 ;;
13593 esac
13594 fi
13595
13596
13597 as_nl='
13598 '
13599 export as_nl
13600 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13601 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13602 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13603 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13604 # Prefer a ksh shell builtin over an external printf program on Solaris,
13605 # but without wasting forks for bash or zsh.
13606 if test -z "$BASH_VERSION$ZSH_VERSION" \
13607 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13608 as_echo='print -r --'
13609 as_echo_n='print -rn --'
13610 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13611 as_echo='printf %s\n'
13612 as_echo_n='printf %s'
13613 else
13614 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13615 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13616 as_echo_n='/usr/ucb/echo -n'
13617 else
13618 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13619 as_echo_n_body='eval
13620 arg=$1;
13621 case $arg in #(
13622 *"$as_nl"*)
13623 expr "X$arg" : "X\\(.*\\)$as_nl";
13624 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13625 esac;
13626 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13627 '
13628 export as_echo_n_body
13629 as_echo_n='sh -c $as_echo_n_body as_echo'
13630 fi
13631 export as_echo_body
13632 as_echo='sh -c $as_echo_body as_echo'
13633 fi
13634
13635 # The user is always right.
13636 if test "${PATH_SEPARATOR+set}" != set; then
13637 PATH_SEPARATOR=:
13638 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13639 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13640 PATH_SEPARATOR=';'
13641 }
13642 fi
13643
13644
13645 # IFS
13646 # We need space, tab and new line, in precisely that order. Quoting is
13647 # there to prevent editors from complaining about space-tab.
13648 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13649 # splitting by setting IFS to empty value.)
13650 IFS=" "" $as_nl"
13651
13652 # Find who we are. Look in the path if we contain no directory separator.
13653 case $0 in #((
13654 *[\\/]* ) as_myself=$0 ;;
13655 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13656 for as_dir in $PATH
13657 do
13658 IFS=$as_save_IFS
13659 test -z "$as_dir" && as_dir=.
13660 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13661 done
13662 IFS=$as_save_IFS
13663
13664 ;;
13665 esac
13666 # We did not find ourselves, most probably we were run as `sh COMMAND'
13667 # in which case we are not to be found in the path.
13668 if test "x$as_myself" = x; then
13669 as_myself=$0
13670 fi
13671 if test ! -f "$as_myself"; then
13672 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13673 exit 1
13674 fi
13675
13676 # Unset variables that we do not need and which cause bugs (e.g. in
13677 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13678 # suppresses any "Segmentation fault" message there. '((' could
13679 # trigger a bug in pdksh 5.2.14.
13680 for as_var in BASH_ENV ENV MAIL MAILPATH
13681 do eval test x\${$as_var+set} = xset \
13682 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13683 done
13684 PS1='$ '
13685 PS2='> '
13686 PS4='+ '
13687
13688 # NLS nuisances.
13689 LC_ALL=C
13690 export LC_ALL
13691 LANGUAGE=C
13692 export LANGUAGE
13693
13694 # CDPATH.
13695 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13696
13697
13698 # as_fn_error ERROR [LINENO LOG_FD]
13699 # ---------------------------------
13700 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13701 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13702 # script with status $?, using 1 if that was 0.
13703 as_fn_error ()
13704 {
13705 as_status=$?; test $as_status -eq 0 && as_status=1
13706 if test "$3"; then
13707 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13708 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13709 fi
13710 $as_echo "$as_me: error: $1" >&2
13711 as_fn_exit $as_status
13712 } # as_fn_error
13713
13714
13715 # as_fn_set_status STATUS
13716 # -----------------------
13717 # Set $? to STATUS, without forking.
13718 as_fn_set_status ()
13719 {
13720 return $1
13721 } # as_fn_set_status
13722
13723 # as_fn_exit STATUS
13724 # -----------------
13725 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13726 as_fn_exit ()
13727 {
13728 set +e
13729 as_fn_set_status $1
13730 exit $1
13731 } # as_fn_exit
13732
13733 # as_fn_unset VAR
13734 # ---------------
13735 # Portably unset VAR.
13736 as_fn_unset ()
13737 {
13738 { eval $1=; unset $1;}
13739 }
13740 as_unset=as_fn_unset
13741 # as_fn_append VAR VALUE
13742 # ----------------------
13743 # Append the text in VALUE to the end of the definition contained in VAR. Take
13744 # advantage of any shell optimizations that allow amortized linear growth over
13745 # repeated appends, instead of the typical quadratic growth present in naive
13746 # implementations.
13747 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13748 eval 'as_fn_append ()
13749 {
13750 eval $1+=\$2
13751 }'
13752 else
13753 as_fn_append ()
13754 {
13755 eval $1=\$$1\$2
13756 }
13757 fi # as_fn_append
13758
13759 # as_fn_arith ARG...
13760 # ------------------
13761 # Perform arithmetic evaluation on the ARGs, and store the result in the
13762 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13763 # must be portable across $(()) and expr.
13764 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13765 eval 'as_fn_arith ()
13766 {
13767 as_val=$(( $* ))
13768 }'
13769 else
13770 as_fn_arith ()
13771 {
13772 as_val=`expr "$@" || test $? -eq 1`
13773 }
13774 fi # as_fn_arith
13775
13776
13777 if expr a : '\(a\)' >/dev/null 2>&1 &&
13778 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13779 as_expr=expr
13780 else
13781 as_expr=false
13782 fi
13783
13784 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13785 as_basename=basename
13786 else
13787 as_basename=false
13788 fi
13789
13790 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13791 as_dirname=dirname
13792 else
13793 as_dirname=false
13794 fi
13795
13796 as_me=`$as_basename -- "$0" ||
13797 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13798 X"$0" : 'X\(//\)$' \| \
13799 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13800 $as_echo X/"$0" |
13801 sed '/^.*\/\([^/][^/]*\)\/*$/{
13802 s//\1/
13803 q
13804 }
13805 /^X\/\(\/\/\)$/{
13806 s//\1/
13807 q
13808 }
13809 /^X\/\(\/\).*/{
13810 s//\1/
13811 q
13812 }
13813 s/.*/./; q'`
13814
13815 # Avoid depending upon Character Ranges.
13816 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13817 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13818 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13819 as_cr_digits='0123456789'
13820 as_cr_alnum=$as_cr_Letters$as_cr_digits
13821
13822 ECHO_C= ECHO_N= ECHO_T=
13823 case `echo -n x` in #(((((
13824 -n*)
13825 case `echo 'xy\c'` in
13826 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13827 xy) ECHO_C='\c';;
13828 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13829 ECHO_T=' ';;
13830 esac;;
13831 *)
13832 ECHO_N='-n';;
13833 esac
13834
13835 rm -f conf$$ conf$$.exe conf$$.file
13836 if test -d conf$$.dir; then
13837 rm -f conf$$.dir/conf$$.file
13838 else
13839 rm -f conf$$.dir
13840 mkdir conf$$.dir 2>/dev/null
13841 fi
13842 if (echo >conf$$.file) 2>/dev/null; then
13843 if ln -s conf$$.file conf$$ 2>/dev/null; then
13844 as_ln_s='ln -s'
13845 # ... but there are two gotchas:
13846 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13847 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13848 # In both cases, we have to default to `cp -p'.
13849 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13850 as_ln_s='cp -p'
13851 elif ln conf$$.file conf$$ 2>/dev/null; then
13852 as_ln_s=ln
13853 else
13854 as_ln_s='cp -p'
13855 fi
13856 else
13857 as_ln_s='cp -p'
13858 fi
13859 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13860 rmdir conf$$.dir 2>/dev/null
13861
13862
13863 # as_fn_mkdir_p
13864 # -------------
13865 # Create "$as_dir" as a directory, including parents if necessary.
13866 as_fn_mkdir_p ()
13867 {
13868
13869 case $as_dir in #(
13870 -*) as_dir=./$as_dir;;
13871 esac
13872 test -d "$as_dir" || eval $as_mkdir_p || {
13873 as_dirs=
13874 while :; do
13875 case $as_dir in #(
13876 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13877 *) as_qdir=$as_dir;;
13878 esac
13879 as_dirs="'$as_qdir' $as_dirs"
13880 as_dir=`$as_dirname -- "$as_dir" ||
13881 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13882 X"$as_dir" : 'X\(//\)[^/]' \| \
13883 X"$as_dir" : 'X\(//\)$' \| \
13884 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13885 $as_echo X"$as_dir" |
13886 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13887 s//\1/
13888 q
13889 }
13890 /^X\(\/\/\)[^/].*/{
13891 s//\1/
13892 q
13893 }
13894 /^X\(\/\/\)$/{
13895 s//\1/
13896 q
13897 }
13898 /^X\(\/\).*/{
13899 s//\1/
13900 q
13901 }
13902 s/.*/./; q'`
13903 test -d "$as_dir" && break
13904 done
13905 test -z "$as_dirs" || eval "mkdir $as_dirs"
13906 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13907
13908
13909 } # as_fn_mkdir_p
13910 if mkdir -p . 2>/dev/null; then
13911 as_mkdir_p='mkdir -p "$as_dir"'
13912 else
13913 test -d ./-p && rmdir ./-p
13914 as_mkdir_p=false
13915 fi
13916
13917 if test -x / >/dev/null 2>&1; then
13918 as_test_x='test -x'
13919 else
13920 if ls -dL / >/dev/null 2>&1; then
13921 as_ls_L_option=L
13922 else
13923 as_ls_L_option=
13924 fi
13925 as_test_x='
13926 eval sh -c '\''
13927 if test -d "$1"; then
13928 test -d "$1/.";
13929 else
13930 case $1 in #(
13931 -*)set "./$1";;
13932 esac;
13933 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13934 ???[sx]*):;;*)false;;esac;fi
13935 '\'' sh
13936 '
13937 fi
13938 as_executable_p=$as_test_x
13939
13940 # Sed expression to map a string onto a valid CPP name.
13941 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13942
13943 # Sed expression to map a string onto a valid variable name.
13944 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13945
13946
13947 exec 6>&1
13948 ## ----------------------------------- ##
13949 ## Main body of $CONFIG_STATUS script. ##
13950 ## ----------------------------------- ##
13951 _ASEOF
13952 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13953
13954 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13955 # Save the log message, to keep $0 and so on meaningful, and to
13956 # report actual input values of CONFIG_FILES etc. instead of their
13957 # values after options handling.
13958 ac_log="
13959 This file was extended by $as_me, which was
13960 generated by GNU Autoconf 2.64. Invocation command line was
13961
13962 CONFIG_FILES = $CONFIG_FILES
13963 CONFIG_HEADERS = $CONFIG_HEADERS
13964 CONFIG_LINKS = $CONFIG_LINKS
13965 CONFIG_COMMANDS = $CONFIG_COMMANDS
13966 $ $0 $@
13967
13968 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13969 "
13970
13971 _ACEOF
13972
13973 case $ac_config_files in *"
13974 "*) set x $ac_config_files; shift; ac_config_files=$*;;
13975 esac
13976
13977 case $ac_config_headers in *"
13978 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13979 esac
13980
13981
13982 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13983 # Files that config.status was made for.
13984 config_files="$ac_config_files"
13985 config_headers="$ac_config_headers"
13986 config_links="$ac_config_links"
13987 config_commands="$ac_config_commands"
13988
13989 _ACEOF
13990
13991 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13992 ac_cs_usage="\
13993 \`$as_me' instantiates files and other configuration actions
13994 from templates according to the current configuration. Unless the files
13995 and actions are specified as TAGs, all are instantiated by default.
13996
13997 Usage: $0 [OPTION]... [TAG]...
13998
13999 -h, --help print this help, then exit
14000 -V, --version print version number and configuration settings, then exit
14001 -q, --quiet, --silent
14002 do not print progress messages
14003 -d, --debug don't remove temporary files
14004 --recheck update $as_me by reconfiguring in the same conditions
14005 --file=FILE[:TEMPLATE]
14006 instantiate the configuration file FILE
14007 --header=FILE[:TEMPLATE]
14008 instantiate the configuration header FILE
14009
14010 Configuration files:
14011 $config_files
14012
14013 Configuration headers:
14014 $config_headers
14015
14016 Configuration links:
14017 $config_links
14018
14019 Configuration commands:
14020 $config_commands
14021
14022 Report bugs to the package provider."
14023
14024 _ACEOF
14025 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14026 ac_cs_version="\\
14027 config.status
14028 configured by $0, generated by GNU Autoconf 2.64,
14029 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14030
14031 Copyright (C) 2009 Free Software Foundation, Inc.
14032 This config.status script is free software; the Free Software Foundation
14033 gives unlimited permission to copy, distribute and modify it."
14034
14035 ac_pwd='$ac_pwd'
14036 srcdir='$srcdir'
14037 INSTALL='$INSTALL'
14038 AWK='$AWK'
14039 test -n "\$AWK" || AWK=awk
14040 _ACEOF
14041
14042 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14043 # The default lists apply if the user does not specify any file.
14044 ac_need_defaults=:
14045 while test $# != 0
14046 do
14047 case $1 in
14048 --*=*)
14049 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14050 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14051 ac_shift=:
14052 ;;
14053 *)
14054 ac_option=$1
14055 ac_optarg=$2
14056 ac_shift=shift
14057 ;;
14058 esac
14059
14060 case $ac_option in
14061 # Handling of the options.
14062 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14063 ac_cs_recheck=: ;;
14064 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14065 $as_echo "$ac_cs_version"; exit ;;
14066 --debug | --debu | --deb | --de | --d | -d )
14067 debug=: ;;
14068 --file | --fil | --fi | --f )
14069 $ac_shift
14070 case $ac_optarg in
14071 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14072 esac
14073 as_fn_append CONFIG_FILES " '$ac_optarg'"
14074 ac_need_defaults=false;;
14075 --header | --heade | --head | --hea )
14076 $ac_shift
14077 case $ac_optarg in
14078 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14079 esac
14080 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14081 ac_need_defaults=false;;
14082 --he | --h)
14083 # Conflict between --help and --header
14084 as_fn_error "ambiguous option: \`$1'
14085 Try \`$0 --help' for more information.";;
14086 --help | --hel | -h )
14087 $as_echo "$ac_cs_usage"; exit ;;
14088 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14089 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14090 ac_cs_silent=: ;;
14091
14092 # This is an error.
14093 -*) as_fn_error "unrecognized option: \`$1'
14094 Try \`$0 --help' for more information." ;;
14095
14096 *) as_fn_append ac_config_targets " $1"
14097 ac_need_defaults=false ;;
14098
14099 esac
14100 shift
14101 done
14102
14103 ac_configure_extra_args=
14104
14105 if $ac_cs_silent; then
14106 exec 6>/dev/null
14107 ac_configure_extra_args="$ac_configure_extra_args --silent"
14108 fi
14109
14110 _ACEOF
14111 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14112 if \$ac_cs_recheck; then
14113 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14114 shift
14115 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14116 CONFIG_SHELL='$SHELL'
14117 export CONFIG_SHELL
14118 exec "\$@"
14119 fi
14120
14121 _ACEOF
14122 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14123 exec 5>>config.log
14124 {
14125 echo
14126 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14127 ## Running $as_me. ##
14128 _ASBOX
14129 $as_echo "$ac_log"
14130 } >&5
14131
14132 _ACEOF
14133 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14134 #
14135 # INIT-COMMANDS
14136 #
14137 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14138
14139
14140 # The HP-UX ksh and POSIX shell print the target directory to stdout
14141 # if CDPATH is set.
14142 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14143
14144 sed_quote_subst='$sed_quote_subst'
14145 double_quote_subst='$double_quote_subst'
14146 delay_variable_subst='$delay_variable_subst'
14147 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14148 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14149 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14150 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14151 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14152 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14153 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14154 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14155 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14156 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14157 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14158 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14159 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14160 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14161 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14162 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14163 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14164 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14165 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14166 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14167 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14168 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14169 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14170 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14171 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14172 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14173 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14174 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14175 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14176 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14177 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14178 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14179 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14180 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14181 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14182 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14183 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14184 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14185 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14186 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14187 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14188 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14189 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14190 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14191 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14192 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14193 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14194 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14195 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"`'
14196 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14197 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14198 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14199 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14200 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14201 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14202 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14203 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14204 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14205 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14206 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14207 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14208 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14209 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14210 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14211 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14212 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14213 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14214 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14215 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14216 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14217 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14218 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14219 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14220 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14221 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14222 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14223 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14224 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14225 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14226 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14227 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14228 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14229 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14230 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14231 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14232 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14233 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14234 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14235 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14236 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14237 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14238 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14239 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14240 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14241 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14242 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14243 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14244 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14245 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14246 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14247 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14248 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14249 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14250 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14251 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14252 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14253 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14254 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14255 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14256 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14257 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14258 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14259 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14260 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14261 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14262 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14263 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14264 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14265 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14266 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14267
14268 LTCC='$LTCC'
14269 LTCFLAGS='$LTCFLAGS'
14270 compiler='$compiler_DEFAULT'
14271
14272 # A function that is used when there is no print builtin or printf.
14273 func_fallback_echo ()
14274 {
14275 eval 'cat <<_LTECHO_EOF
14276 \$1
14277 _LTECHO_EOF'
14278 }
14279
14280 # Quote evaled strings.
14281 for var in SHELL \
14282 ECHO \
14283 SED \
14284 GREP \
14285 EGREP \
14286 FGREP \
14287 LD \
14288 NM \
14289 LN_S \
14290 lt_SP2NL \
14291 lt_NL2SP \
14292 reload_flag \
14293 OBJDUMP \
14294 deplibs_check_method \
14295 file_magic_cmd \
14296 AR \
14297 AR_FLAGS \
14298 STRIP \
14299 RANLIB \
14300 CC \
14301 CFLAGS \
14302 compiler \
14303 lt_cv_sys_global_symbol_pipe \
14304 lt_cv_sys_global_symbol_to_cdecl \
14305 lt_cv_sys_global_symbol_to_c_name_address \
14306 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14307 lt_prog_compiler_no_builtin_flag \
14308 lt_prog_compiler_wl \
14309 lt_prog_compiler_pic \
14310 lt_prog_compiler_static \
14311 lt_cv_prog_compiler_c_o \
14312 need_locks \
14313 DSYMUTIL \
14314 NMEDIT \
14315 LIPO \
14316 OTOOL \
14317 OTOOL64 \
14318 shrext_cmds \
14319 export_dynamic_flag_spec \
14320 whole_archive_flag_spec \
14321 compiler_needs_object \
14322 with_gnu_ld \
14323 allow_undefined_flag \
14324 no_undefined_flag \
14325 hardcode_libdir_flag_spec \
14326 hardcode_libdir_flag_spec_ld \
14327 hardcode_libdir_separator \
14328 fix_srcfile_path \
14329 exclude_expsyms \
14330 include_expsyms \
14331 file_list_spec \
14332 variables_saved_for_relink \
14333 libname_spec \
14334 library_names_spec \
14335 soname_spec \
14336 install_override_mode \
14337 finish_eval \
14338 old_striplib \
14339 striplib; do
14340 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14341 *[\\\\\\\`\\"\\\$]*)
14342 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14343 ;;
14344 *)
14345 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14346 ;;
14347 esac
14348 done
14349
14350 # Double-quote double-evaled strings.
14351 for var in reload_cmds \
14352 old_postinstall_cmds \
14353 old_postuninstall_cmds \
14354 old_archive_cmds \
14355 extract_expsyms_cmds \
14356 old_archive_from_new_cmds \
14357 old_archive_from_expsyms_cmds \
14358 archive_cmds \
14359 archive_expsym_cmds \
14360 module_cmds \
14361 module_expsym_cmds \
14362 export_symbols_cmds \
14363 prelink_cmds \
14364 postinstall_cmds \
14365 postuninstall_cmds \
14366 finish_cmds \
14367 sys_lib_search_path_spec \
14368 sys_lib_dlsearch_path_spec; do
14369 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14370 *[\\\\\\\`\\"\\\$]*)
14371 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14372 ;;
14373 *)
14374 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14375 ;;
14376 esac
14377 done
14378
14379 ac_aux_dir='$ac_aux_dir'
14380 xsi_shell='$xsi_shell'
14381 lt_shell_append='$lt_shell_append'
14382
14383 # See if we are running on zsh, and set the options which allow our
14384 # commands through without removal of \ escapes INIT.
14385 if test -n "\${ZSH_VERSION+set}" ; then
14386 setopt NO_GLOB_SUBST
14387 fi
14388
14389
14390 PACKAGE='$PACKAGE'
14391 VERSION='$VERSION'
14392 TIMESTAMP='$TIMESTAMP'
14393 RM='$RM'
14394 ofile='$ofile'
14395
14396
14397
14398
14399 _ACEOF
14400
14401 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14402
14403 # Handling of arguments.
14404 for ac_config_target in $ac_config_targets
14405 do
14406 case $ac_config_target in
14407 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14408 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14409 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14410 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14411 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14412 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14413 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14414 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14415 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14416
14417 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14418 esac
14419 done
14420
14421
14422 # If the user did not use the arguments to specify the items to instantiate,
14423 # then the envvar interface is used. Set only those that are not.
14424 # We use the long form for the default assignment because of an extremely
14425 # bizarre bug on SunOS 4.1.3.
14426 if $ac_need_defaults; then
14427 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14428 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14429 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14430 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14431 fi
14432
14433 # Have a temporary directory for convenience. Make it in the build tree
14434 # simply because there is no reason against having it here, and in addition,
14435 # creating and moving files from /tmp can sometimes cause problems.
14436 # Hook for its removal unless debugging.
14437 # Note that there is a small window in which the directory will not be cleaned:
14438 # after its creation but before its name has been assigned to `$tmp'.
14439 $debug ||
14440 {
14441 tmp=
14442 trap 'exit_status=$?
14443 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14444 ' 0
14445 trap 'as_fn_exit 1' 1 2 13 15
14446 }
14447 # Create a (secure) tmp directory for tmp files.
14448
14449 {
14450 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14451 test -n "$tmp" && test -d "$tmp"
14452 } ||
14453 {
14454 tmp=./conf$$-$RANDOM
14455 (umask 077 && mkdir "$tmp")
14456 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14457
14458 # Set up the scripts for CONFIG_FILES section.
14459 # No need to generate them if there are no CONFIG_FILES.
14460 # This happens for instance with `./config.status config.h'.
14461 if test -n "$CONFIG_FILES"; then
14462
14463
14464 ac_cr=`echo X | tr X '\015'`
14465 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14466 # But we know of no other shell where ac_cr would be empty at this
14467 # point, so we can use a bashism as a fallback.
14468 if test "x$ac_cr" = x; then
14469 eval ac_cr=\$\'\\r\'
14470 fi
14471 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14472 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14473 ac_cs_awk_cr='\r'
14474 else
14475 ac_cs_awk_cr=$ac_cr
14476 fi
14477
14478 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14479 _ACEOF
14480
14481
14482 {
14483 echo "cat >conf$$subs.awk <<_ACEOF" &&
14484 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14485 echo "_ACEOF"
14486 } >conf$$subs.sh ||
14487 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14488 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14489 ac_delim='%!_!# '
14490 for ac_last_try in false false false false false :; do
14491 . ./conf$$subs.sh ||
14492 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14493
14494 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14495 if test $ac_delim_n = $ac_delim_num; then
14496 break
14497 elif $ac_last_try; then
14498 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14499 else
14500 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14501 fi
14502 done
14503 rm -f conf$$subs.sh
14504
14505 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14506 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14507 _ACEOF
14508 sed -n '
14509 h
14510 s/^/S["/; s/!.*/"]=/
14511 p
14512 g
14513 s/^[^!]*!//
14514 :repl
14515 t repl
14516 s/'"$ac_delim"'$//
14517 t delim
14518 :nl
14519 h
14520 s/\(.\{148\}\).*/\1/
14521 t more1
14522 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14523 p
14524 n
14525 b repl
14526 :more1
14527 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14528 p
14529 g
14530 s/.\{148\}//
14531 t nl
14532 :delim
14533 h
14534 s/\(.\{148\}\).*/\1/
14535 t more2
14536 s/["\\]/\\&/g; s/^/"/; s/$/"/
14537 p
14538 b
14539 :more2
14540 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14541 p
14542 g
14543 s/.\{148\}//
14544 t delim
14545 ' <conf$$subs.awk | sed '
14546 /^[^""]/{
14547 N
14548 s/\n//
14549 }
14550 ' >>$CONFIG_STATUS || ac_write_fail=1
14551 rm -f conf$$subs.awk
14552 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14553 _ACAWK
14554 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14555 for (key in S) S_is_set[key] = 1
14556 FS = "\a"
14557
14558 }
14559 {
14560 line = $ 0
14561 nfields = split(line, field, "@")
14562 substed = 0
14563 len = length(field[1])
14564 for (i = 2; i < nfields; i++) {
14565 key = field[i]
14566 keylen = length(key)
14567 if (S_is_set[key]) {
14568 value = S[key]
14569 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14570 len += length(value) + length(field[++i])
14571 substed = 1
14572 } else
14573 len += 1 + keylen
14574 }
14575
14576 print line
14577 }
14578
14579 _ACAWK
14580 _ACEOF
14581 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14582 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14583 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14584 else
14585 cat
14586 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14587 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14588 _ACEOF
14589
14590 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14591 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14592 # trailing colons and then remove the whole line if VPATH becomes empty
14593 # (actually we leave an empty line to preserve line numbers).
14594 if test "x$srcdir" = x.; then
14595 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14596 s/:*\$(srcdir):*/:/
14597 s/:*\${srcdir}:*/:/
14598 s/:*@srcdir@:*/:/
14599 s/^\([^=]*=[ ]*\):*/\1/
14600 s/:*$//
14601 s/^[^=]*=[ ]*$//
14602 }'
14603 fi
14604
14605 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14606 fi # test -n "$CONFIG_FILES"
14607
14608 # Set up the scripts for CONFIG_HEADERS section.
14609 # No need to generate them if there are no CONFIG_HEADERS.
14610 # This happens for instance with `./config.status Makefile'.
14611 if test -n "$CONFIG_HEADERS"; then
14612 cat >"$tmp/defines.awk" <<\_ACAWK ||
14613 BEGIN {
14614 _ACEOF
14615
14616 # Transform confdefs.h into an awk script `defines.awk', embedded as
14617 # here-document in config.status, that substitutes the proper values into
14618 # config.h.in to produce config.h.
14619
14620 # Create a delimiter string that does not exist in confdefs.h, to ease
14621 # handling of long lines.
14622 ac_delim='%!_!# '
14623 for ac_last_try in false false :; do
14624 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14625 if test -z "$ac_t"; then
14626 break
14627 elif $ac_last_try; then
14628 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14629 else
14630 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14631 fi
14632 done
14633
14634 # For the awk script, D is an array of macro values keyed by name,
14635 # likewise P contains macro parameters if any. Preserve backslash
14636 # newline sequences.
14637
14638 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14639 sed -n '
14640 s/.\{148\}/&'"$ac_delim"'/g
14641 t rset
14642 :rset
14643 s/^[ ]*#[ ]*define[ ][ ]*/ /
14644 t def
14645 d
14646 :def
14647 s/\\$//
14648 t bsnl
14649 s/["\\]/\\&/g
14650 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14651 D["\1"]=" \3"/p
14652 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14653 d
14654 :bsnl
14655 s/["\\]/\\&/g
14656 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14657 D["\1"]=" \3\\\\\\n"\\/p
14658 t cont
14659 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14660 t cont
14661 d
14662 :cont
14663 n
14664 s/.\{148\}/&'"$ac_delim"'/g
14665 t clear
14666 :clear
14667 s/\\$//
14668 t bsnlc
14669 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14670 d
14671 :bsnlc
14672 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14673 b cont
14674 ' <confdefs.h | sed '
14675 s/'"$ac_delim"'/"\\\
14676 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14677
14678 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14679 for (key in D) D_is_set[key] = 1
14680 FS = "\a"
14681 }
14682 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14683 line = \$ 0
14684 split(line, arg, " ")
14685 if (arg[1] == "#") {
14686 defundef = arg[2]
14687 mac1 = arg[3]
14688 } else {
14689 defundef = substr(arg[1], 2)
14690 mac1 = arg[2]
14691 }
14692 split(mac1, mac2, "(") #)
14693 macro = mac2[1]
14694 prefix = substr(line, 1, index(line, defundef) - 1)
14695 if (D_is_set[macro]) {
14696 # Preserve the white space surrounding the "#".
14697 print prefix "define", macro P[macro] D[macro]
14698 next
14699 } else {
14700 # Replace #undef with comments. This is necessary, for example,
14701 # in the case of _POSIX_SOURCE, which is predefined and required
14702 # on some systems where configure will not decide to define it.
14703 if (defundef == "undef") {
14704 print "/*", prefix defundef, macro, "*/"
14705 next
14706 }
14707 }
14708 }
14709 { print }
14710 _ACAWK
14711 _ACEOF
14712 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14713 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14714 fi # test -n "$CONFIG_HEADERS"
14715
14716
14717 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14718 shift
14719 for ac_tag
14720 do
14721 case $ac_tag in
14722 :[FHLC]) ac_mode=$ac_tag; continue;;
14723 esac
14724 case $ac_mode$ac_tag in
14725 :[FHL]*:*);;
14726 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14727 :[FH]-) ac_tag=-:-;;
14728 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14729 esac
14730 ac_save_IFS=$IFS
14731 IFS=:
14732 set x $ac_tag
14733 IFS=$ac_save_IFS
14734 shift
14735 ac_file=$1
14736 shift
14737
14738 case $ac_mode in
14739 :L) ac_source=$1;;
14740 :[FH])
14741 ac_file_inputs=
14742 for ac_f
14743 do
14744 case $ac_f in
14745 -) ac_f="$tmp/stdin";;
14746 *) # Look for the file first in the build tree, then in the source tree
14747 # (if the path is not absolute). The absolute path cannot be DOS-style,
14748 # because $ac_f cannot contain `:'.
14749 test -f "$ac_f" ||
14750 case $ac_f in
14751 [\\/$]*) false;;
14752 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14753 esac ||
14754 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14755 esac
14756 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14757 as_fn_append ac_file_inputs " '$ac_f'"
14758 done
14759
14760 # Let's still pretend it is `configure' which instantiates (i.e., don't
14761 # use $as_me), people would be surprised to read:
14762 # /* config.h. Generated by config.status. */
14763 configure_input='Generated from '`
14764 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14765 `' by configure.'
14766 if test x"$ac_file" != x-; then
14767 configure_input="$ac_file. $configure_input"
14768 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14769 $as_echo "$as_me: creating $ac_file" >&6;}
14770 fi
14771 # Neutralize special characters interpreted by sed in replacement strings.
14772 case $configure_input in #(
14773 *\&* | *\|* | *\\* )
14774 ac_sed_conf_input=`$as_echo "$configure_input" |
14775 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14776 *) ac_sed_conf_input=$configure_input;;
14777 esac
14778
14779 case $ac_tag in
14780 *:-:* | *:-) cat >"$tmp/stdin" \
14781 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14782 esac
14783 ;;
14784 esac
14785
14786 ac_dir=`$as_dirname -- "$ac_file" ||
14787 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14788 X"$ac_file" : 'X\(//\)[^/]' \| \
14789 X"$ac_file" : 'X\(//\)$' \| \
14790 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14791 $as_echo X"$ac_file" |
14792 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14793 s//\1/
14794 q
14795 }
14796 /^X\(\/\/\)[^/].*/{
14797 s//\1/
14798 q
14799 }
14800 /^X\(\/\/\)$/{
14801 s//\1/
14802 q
14803 }
14804 /^X\(\/\).*/{
14805 s//\1/
14806 q
14807 }
14808 s/.*/./; q'`
14809 as_dir="$ac_dir"; as_fn_mkdir_p
14810 ac_builddir=.
14811
14812 case "$ac_dir" in
14813 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14814 *)
14815 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14816 # A ".." for each directory in $ac_dir_suffix.
14817 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14818 case $ac_top_builddir_sub in
14819 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14820 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14821 esac ;;
14822 esac
14823 ac_abs_top_builddir=$ac_pwd
14824 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14825 # for backward compatibility:
14826 ac_top_builddir=$ac_top_build_prefix
14827
14828 case $srcdir in
14829 .) # We are building in place.
14830 ac_srcdir=.
14831 ac_top_srcdir=$ac_top_builddir_sub
14832 ac_abs_top_srcdir=$ac_pwd ;;
14833 [\\/]* | ?:[\\/]* ) # Absolute name.
14834 ac_srcdir=$srcdir$ac_dir_suffix;
14835 ac_top_srcdir=$srcdir
14836 ac_abs_top_srcdir=$srcdir ;;
14837 *) # Relative name.
14838 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14839 ac_top_srcdir=$ac_top_build_prefix$srcdir
14840 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14841 esac
14842 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14843
14844
14845 case $ac_mode in
14846 :F)
14847 #
14848 # CONFIG_FILE
14849 #
14850
14851 case $INSTALL in
14852 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14853 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14854 esac
14855 _ACEOF
14856
14857 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14858 # If the template does not know about datarootdir, expand it.
14859 # FIXME: This hack should be removed a few years after 2.60.
14860 ac_datarootdir_hack=; ac_datarootdir_seen=
14861 ac_sed_dataroot='
14862 /datarootdir/ {
14863 p
14864 q
14865 }
14866 /@datadir@/p
14867 /@docdir@/p
14868 /@infodir@/p
14869 /@localedir@/p
14870 /@mandir@/p'
14871 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14872 *datarootdir*) ac_datarootdir_seen=yes;;
14873 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14874 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14875 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14876 _ACEOF
14877 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14878 ac_datarootdir_hack='
14879 s&@datadir@&$datadir&g
14880 s&@docdir@&$docdir&g
14881 s&@infodir@&$infodir&g
14882 s&@localedir@&$localedir&g
14883 s&@mandir@&$mandir&g
14884 s&\\\${datarootdir}&$datarootdir&g' ;;
14885 esac
14886 _ACEOF
14887
14888 # Neutralize VPATH when `$srcdir' = `.'.
14889 # Shell code in configure.ac might set extrasub.
14890 # FIXME: do we really want to maintain this feature?
14891 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14892 ac_sed_extra="$ac_vpsub
14893 $extrasub
14894 _ACEOF
14895 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14896 :t
14897 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14898 s|@configure_input@|$ac_sed_conf_input|;t t
14899 s&@top_builddir@&$ac_top_builddir_sub&;t t
14900 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14901 s&@srcdir@&$ac_srcdir&;t t
14902 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14903 s&@top_srcdir@&$ac_top_srcdir&;t t
14904 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14905 s&@builddir@&$ac_builddir&;t t
14906 s&@abs_builddir@&$ac_abs_builddir&;t t
14907 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14908 s&@INSTALL@&$ac_INSTALL&;t t
14909 $ac_datarootdir_hack
14910 "
14911 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14912 || as_fn_error "could not create $ac_file" "$LINENO" 5
14913
14914 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14915 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14916 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14918 which seems to be undefined. Please make sure it is defined." >&5
14919 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14920 which seems to be undefined. Please make sure it is defined." >&2;}
14921
14922 rm -f "$tmp/stdin"
14923 case $ac_file in
14924 -) cat "$tmp/out" && rm -f "$tmp/out";;
14925 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14926 esac \
14927 || as_fn_error "could not create $ac_file" "$LINENO" 5
14928 ;;
14929 :H)
14930 #
14931 # CONFIG_HEADER
14932 #
14933 if test x"$ac_file" != x-; then
14934 {
14935 $as_echo "/* $configure_input */" \
14936 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14937 } >"$tmp/config.h" \
14938 || as_fn_error "could not create $ac_file" "$LINENO" 5
14939 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14940 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14941 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14942 else
14943 rm -f "$ac_file"
14944 mv "$tmp/config.h" "$ac_file" \
14945 || as_fn_error "could not create $ac_file" "$LINENO" 5
14946 fi
14947 else
14948 $as_echo "/* $configure_input */" \
14949 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14950 || as_fn_error "could not create -" "$LINENO" 5
14951 fi
14952 ;;
14953 :L)
14954 #
14955 # CONFIG_LINK
14956 #
14957
14958 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
14959 :
14960 else
14961 # Prefer the file from the source tree if names are identical.
14962 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
14963 ac_source=$srcdir/$ac_source
14964 fi
14965
14966 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
14967 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
14968
14969 if test ! -r "$ac_source"; then
14970 as_fn_error "$ac_source: file not found" "$LINENO" 5
14971 fi
14972 rm -f "$ac_file"
14973
14974 # Try a relative symlink, then a hard link, then a copy.
14975 case $srcdir in
14976 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
14977 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
14978 esac
14979 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
14980 ln "$ac_source" "$ac_file" 2>/dev/null ||
14981 cp -p "$ac_source" "$ac_file" ||
14982 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
14983 fi
14984 ;;
14985 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14986 $as_echo "$as_me: executing $ac_file commands" >&6;}
14987 ;;
14988 esac
14989
14990
14991 case $ac_file$ac_mode in
14992 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
14993 "libtool":C)
14994
14995 # See if we are running on zsh, and set the options which allow our
14996 # commands through without removal of \ escapes.
14997 if test -n "${ZSH_VERSION+set}" ; then
14998 setopt NO_GLOB_SUBST
14999 fi
15000
15001 cfgfile="${ofile}T"
15002 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15003 $RM "$cfgfile"
15004
15005 cat <<_LT_EOF >> "$cfgfile"
15006 #! $SHELL
15007
15008 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15009 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15010 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15011 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15012 #
15013 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15014 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15015 # Written by Gordon Matzigkeit, 1996
15016 #
15017 # This file is part of GNU Libtool.
15018 #
15019 # GNU Libtool is free software; you can redistribute it and/or
15020 # modify it under the terms of the GNU General Public License as
15021 # published by the Free Software Foundation; either version 2 of
15022 # the License, or (at your option) any later version.
15023 #
15024 # As a special exception to the GNU General Public License,
15025 # if you distribute this file as part of a program or library that
15026 # is built using GNU Libtool, you may include this file under the
15027 # same distribution terms that you use for the rest of that program.
15028 #
15029 # GNU Libtool is distributed in the hope that it will be useful,
15030 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15031 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15032 # GNU General Public License for more details.
15033 #
15034 # You should have received a copy of the GNU General Public License
15035 # along with GNU Libtool; see the file COPYING. If not, a copy
15036 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15037 # obtained by writing to the Free Software Foundation, Inc.,
15038 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15039
15040
15041 # The names of the tagged configurations supported by this script.
15042 available_tags=""
15043
15044 # ### BEGIN LIBTOOL CONFIG
15045
15046 # Which release of libtool.m4 was used?
15047 macro_version=$macro_version
15048 macro_revision=$macro_revision
15049
15050 # Whether or not to build shared libraries.
15051 build_libtool_libs=$enable_shared
15052
15053 # Whether or not to build static libraries.
15054 build_old_libs=$enable_static
15055
15056 # What type of objects to build.
15057 pic_mode=$pic_mode
15058
15059 # Whether or not to optimize for fast installation.
15060 fast_install=$enable_fast_install
15061
15062 # Shell to use when invoking shell scripts.
15063 SHELL=$lt_SHELL
15064
15065 # An echo program that protects backslashes.
15066 ECHO=$lt_ECHO
15067
15068 # The host system.
15069 host_alias=$host_alias
15070 host=$host
15071 host_os=$host_os
15072
15073 # The build system.
15074 build_alias=$build_alias
15075 build=$build
15076 build_os=$build_os
15077
15078 # A sed program that does not truncate output.
15079 SED=$lt_SED
15080
15081 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15082 Xsed="\$SED -e 1s/^X//"
15083
15084 # A grep program that handles long lines.
15085 GREP=$lt_GREP
15086
15087 # An ERE matcher.
15088 EGREP=$lt_EGREP
15089
15090 # A literal string matcher.
15091 FGREP=$lt_FGREP
15092
15093 # A BSD- or MS-compatible name lister.
15094 NM=$lt_NM
15095
15096 # Whether we need soft or hard links.
15097 LN_S=$lt_LN_S
15098
15099 # What is the maximum length of a command?
15100 max_cmd_len=$max_cmd_len
15101
15102 # Object file suffix (normally "o").
15103 objext=$ac_objext
15104
15105 # Executable file suffix (normally "").
15106 exeext=$exeext
15107
15108 # whether the shell understands "unset".
15109 lt_unset=$lt_unset
15110
15111 # turn spaces into newlines.
15112 SP2NL=$lt_lt_SP2NL
15113
15114 # turn newlines into spaces.
15115 NL2SP=$lt_lt_NL2SP
15116
15117 # An object symbol dumper.
15118 OBJDUMP=$lt_OBJDUMP
15119
15120 # Method to check whether dependent libraries are shared objects.
15121 deplibs_check_method=$lt_deplibs_check_method
15122
15123 # Command to use when deplibs_check_method == "file_magic".
15124 file_magic_cmd=$lt_file_magic_cmd
15125
15126 # The archiver.
15127 AR=$lt_AR
15128 AR_FLAGS=$lt_AR_FLAGS
15129
15130 # A symbol stripping program.
15131 STRIP=$lt_STRIP
15132
15133 # Commands used to install an old-style archive.
15134 RANLIB=$lt_RANLIB
15135 old_postinstall_cmds=$lt_old_postinstall_cmds
15136 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15137
15138 # Whether to use a lock for old archive extraction.
15139 lock_old_archive_extraction=$lock_old_archive_extraction
15140
15141 # A C compiler.
15142 LTCC=$lt_CC
15143
15144 # LTCC compiler flags.
15145 LTCFLAGS=$lt_CFLAGS
15146
15147 # Take the output of nm and produce a listing of raw symbols and C names.
15148 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15149
15150 # Transform the output of nm in a proper C declaration.
15151 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15152
15153 # Transform the output of nm in a C name address pair.
15154 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15155
15156 # Transform the output of nm in a C name address pair when lib prefix is needed.
15157 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15158
15159 # The name of the directory that contains temporary libtool files.
15160 objdir=$objdir
15161
15162 # Used to examine libraries when file_magic_cmd begins with "file".
15163 MAGIC_CMD=$MAGIC_CMD
15164
15165 # Must we lock files when doing compilation?
15166 need_locks=$lt_need_locks
15167
15168 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15169 DSYMUTIL=$lt_DSYMUTIL
15170
15171 # Tool to change global to local symbols on Mac OS X.
15172 NMEDIT=$lt_NMEDIT
15173
15174 # Tool to manipulate fat objects and archives on Mac OS X.
15175 LIPO=$lt_LIPO
15176
15177 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15178 OTOOL=$lt_OTOOL
15179
15180 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15181 OTOOL64=$lt_OTOOL64
15182
15183 # Old archive suffix (normally "a").
15184 libext=$libext
15185
15186 # Shared library suffix (normally ".so").
15187 shrext_cmds=$lt_shrext_cmds
15188
15189 # The commands to extract the exported symbol list from a shared archive.
15190 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15191
15192 # Variables whose values should be saved in libtool wrapper scripts and
15193 # restored at link time.
15194 variables_saved_for_relink=$lt_variables_saved_for_relink
15195
15196 # Do we need the "lib" prefix for modules?
15197 need_lib_prefix=$need_lib_prefix
15198
15199 # Do we need a version for libraries?
15200 need_version=$need_version
15201
15202 # Library versioning type.
15203 version_type=$version_type
15204
15205 # Shared library runtime path variable.
15206 runpath_var=$runpath_var
15207
15208 # Shared library path variable.
15209 shlibpath_var=$shlibpath_var
15210
15211 # Is shlibpath searched before the hard-coded library search path?
15212 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15213
15214 # Format of library name prefix.
15215 libname_spec=$lt_libname_spec
15216
15217 # List of archive names. First name is the real one, the rest are links.
15218 # The last name is the one that the linker finds with -lNAME
15219 library_names_spec=$lt_library_names_spec
15220
15221 # The coded name of the library, if different from the real name.
15222 soname_spec=$lt_soname_spec
15223
15224 # Permission mode override for installation of shared libraries.
15225 install_override_mode=$lt_install_override_mode
15226
15227 # Command to use after installation of a shared archive.
15228 postinstall_cmds=$lt_postinstall_cmds
15229
15230 # Command to use after uninstallation of a shared archive.
15231 postuninstall_cmds=$lt_postuninstall_cmds
15232
15233 # Commands used to finish a libtool library installation in a directory.
15234 finish_cmds=$lt_finish_cmds
15235
15236 # As "finish_cmds", except a single script fragment to be evaled but
15237 # not shown.
15238 finish_eval=$lt_finish_eval
15239
15240 # Whether we should hardcode library paths into libraries.
15241 hardcode_into_libs=$hardcode_into_libs
15242
15243 # Compile-time system search path for libraries.
15244 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15245
15246 # Run-time system search path for libraries.
15247 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15248
15249 # Whether dlopen is supported.
15250 dlopen_support=$enable_dlopen
15251
15252 # Whether dlopen of programs is supported.
15253 dlopen_self=$enable_dlopen_self
15254
15255 # Whether dlopen of statically linked programs is supported.
15256 dlopen_self_static=$enable_dlopen_self_static
15257
15258 # Commands to strip libraries.
15259 old_striplib=$lt_old_striplib
15260 striplib=$lt_striplib
15261
15262
15263 # The linker used to build libraries.
15264 LD=$lt_LD
15265
15266 # How to create reloadable object files.
15267 reload_flag=$lt_reload_flag
15268 reload_cmds=$lt_reload_cmds
15269
15270 # Commands used to build an old-style archive.
15271 old_archive_cmds=$lt_old_archive_cmds
15272
15273 # A language specific compiler.
15274 CC=$lt_compiler
15275
15276 # Is the compiler the GNU compiler?
15277 with_gcc=$GCC
15278
15279 # Compiler flag to turn off builtin functions.
15280 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15281
15282 # How to pass a linker flag through the compiler.
15283 wl=$lt_lt_prog_compiler_wl
15284
15285 # Additional compiler flags for building library objects.
15286 pic_flag=$lt_lt_prog_compiler_pic
15287
15288 # Compiler flag to prevent dynamic linking.
15289 link_static_flag=$lt_lt_prog_compiler_static
15290
15291 # Does compiler simultaneously support -c and -o options?
15292 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15293
15294 # Whether or not to add -lc for building shared libraries.
15295 build_libtool_need_lc=$archive_cmds_need_lc
15296
15297 # Whether or not to disallow shared libs when runtime libs are static.
15298 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15299
15300 # Compiler flag to allow reflexive dlopens.
15301 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15302
15303 # Compiler flag to generate shared objects directly from archives.
15304 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15305
15306 # Whether the compiler copes with passing no objects directly.
15307 compiler_needs_object=$lt_compiler_needs_object
15308
15309 # Create an old-style archive from a shared archive.
15310 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15311
15312 # Create a temporary old-style archive to link instead of a shared archive.
15313 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15314
15315 # Commands used to build a shared archive.
15316 archive_cmds=$lt_archive_cmds
15317 archive_expsym_cmds=$lt_archive_expsym_cmds
15318
15319 # Commands used to build a loadable module if different from building
15320 # a shared archive.
15321 module_cmds=$lt_module_cmds
15322 module_expsym_cmds=$lt_module_expsym_cmds
15323
15324 # Whether we are building with GNU ld or not.
15325 with_gnu_ld=$lt_with_gnu_ld
15326
15327 # Flag that allows shared libraries with undefined symbols to be built.
15328 allow_undefined_flag=$lt_allow_undefined_flag
15329
15330 # Flag that enforces no undefined symbols.
15331 no_undefined_flag=$lt_no_undefined_flag
15332
15333 # Flag to hardcode \$libdir into a binary during linking.
15334 # This must work even if \$libdir does not exist
15335 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15336
15337 # If ld is used when linking, flag to hardcode \$libdir into a binary
15338 # during linking. This must work even if \$libdir does not exist.
15339 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15340
15341 # Whether we need a single "-rpath" flag with a separated argument.
15342 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15343
15344 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15345 # DIR into the resulting binary.
15346 hardcode_direct=$hardcode_direct
15347
15348 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15349 # DIR into the resulting binary and the resulting library dependency is
15350 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15351 # library is relocated.
15352 hardcode_direct_absolute=$hardcode_direct_absolute
15353
15354 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15355 # into the resulting binary.
15356 hardcode_minus_L=$hardcode_minus_L
15357
15358 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15359 # into the resulting binary.
15360 hardcode_shlibpath_var=$hardcode_shlibpath_var
15361
15362 # Set to "yes" if building a shared library automatically hardcodes DIR
15363 # into the library and all subsequent libraries and executables linked
15364 # against it.
15365 hardcode_automatic=$hardcode_automatic
15366
15367 # Set to yes if linker adds runtime paths of dependent libraries
15368 # to runtime path list.
15369 inherit_rpath=$inherit_rpath
15370
15371 # Whether libtool must link a program against all its dependency libraries.
15372 link_all_deplibs=$link_all_deplibs
15373
15374 # Fix the shell variable \$srcfile for the compiler.
15375 fix_srcfile_path=$lt_fix_srcfile_path
15376
15377 # Set to "yes" if exported symbols are required.
15378 always_export_symbols=$always_export_symbols
15379
15380 # The commands to list exported symbols.
15381 export_symbols_cmds=$lt_export_symbols_cmds
15382
15383 # Symbols that should not be listed in the preloaded symbols.
15384 exclude_expsyms=$lt_exclude_expsyms
15385
15386 # Symbols that must always be exported.
15387 include_expsyms=$lt_include_expsyms
15388
15389 # Commands necessary for linking programs (against libraries) with templates.
15390 prelink_cmds=$lt_prelink_cmds
15391
15392 # Specify filename containing input files.
15393 file_list_spec=$lt_file_list_spec
15394
15395 # How to hardcode a shared library path into an executable.
15396 hardcode_action=$hardcode_action
15397
15398 # ### END LIBTOOL CONFIG
15399
15400 _LT_EOF
15401
15402 case $host_os in
15403 aix3*)
15404 cat <<\_LT_EOF >> "$cfgfile"
15405 # AIX sometimes has problems with the GCC collect2 program. For some
15406 # reason, if we set the COLLECT_NAMES environment variable, the problems
15407 # vanish in a puff of smoke.
15408 if test "X${COLLECT_NAMES+set}" != Xset; then
15409 COLLECT_NAMES=
15410 export COLLECT_NAMES
15411 fi
15412 _LT_EOF
15413 ;;
15414 esac
15415
15416
15417 ltmain="$ac_aux_dir/ltmain.sh"
15418
15419
15420 # We use sed instead of cat because bash on DJGPP gets confused if
15421 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15422 # text mode, it properly converts lines to CR/LF. This bash problem
15423 # is reportedly fixed, but why not run on old versions too?
15424 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15425 || (rm -f "$cfgfile"; exit 1)
15426
15427 case $xsi_shell in
15428 yes)
15429 cat << \_LT_EOF >> "$cfgfile"
15430
15431 # func_dirname file append nondir_replacement
15432 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15433 # otherwise set result to NONDIR_REPLACEMENT.
15434 func_dirname ()
15435 {
15436 case ${1} in
15437 */*) func_dirname_result="${1%/*}${2}" ;;
15438 * ) func_dirname_result="${3}" ;;
15439 esac
15440 }
15441
15442 # func_basename file
15443 func_basename ()
15444 {
15445 func_basename_result="${1##*/}"
15446 }
15447
15448 # func_dirname_and_basename file append nondir_replacement
15449 # perform func_basename and func_dirname in a single function
15450 # call:
15451 # dirname: Compute the dirname of FILE. If nonempty,
15452 # add APPEND to the result, otherwise set result
15453 # to NONDIR_REPLACEMENT.
15454 # value returned in "$func_dirname_result"
15455 # basename: Compute filename of FILE.
15456 # value retuned in "$func_basename_result"
15457 # Implementation must be kept synchronized with func_dirname
15458 # and func_basename. For efficiency, we do not delegate to
15459 # those functions but instead duplicate the functionality here.
15460 func_dirname_and_basename ()
15461 {
15462 case ${1} in
15463 */*) func_dirname_result="${1%/*}${2}" ;;
15464 * ) func_dirname_result="${3}" ;;
15465 esac
15466 func_basename_result="${1##*/}"
15467 }
15468
15469 # func_stripname prefix suffix name
15470 # strip PREFIX and SUFFIX off of NAME.
15471 # PREFIX and SUFFIX must not contain globbing or regex special
15472 # characters, hashes, percent signs, but SUFFIX may contain a leading
15473 # dot (in which case that matches only a dot).
15474 func_stripname ()
15475 {
15476 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15477 # positional parameters, so assign one to ordinary parameter first.
15478 func_stripname_result=${3}
15479 func_stripname_result=${func_stripname_result#"${1}"}
15480 func_stripname_result=${func_stripname_result%"${2}"}
15481 }
15482
15483 # func_opt_split
15484 func_opt_split ()
15485 {
15486 func_opt_split_opt=${1%%=*}
15487 func_opt_split_arg=${1#*=}
15488 }
15489
15490 # func_lo2o object
15491 func_lo2o ()
15492 {
15493 case ${1} in
15494 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15495 *) func_lo2o_result=${1} ;;
15496 esac
15497 }
15498
15499 # func_xform libobj-or-source
15500 func_xform ()
15501 {
15502 func_xform_result=${1%.*}.lo
15503 }
15504
15505 # func_arith arithmetic-term...
15506 func_arith ()
15507 {
15508 func_arith_result=$(( $* ))
15509 }
15510
15511 # func_len string
15512 # STRING may not start with a hyphen.
15513 func_len ()
15514 {
15515 func_len_result=${#1}
15516 }
15517
15518 _LT_EOF
15519 ;;
15520 *) # Bourne compatible functions.
15521 cat << \_LT_EOF >> "$cfgfile"
15522
15523 # func_dirname file append nondir_replacement
15524 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15525 # otherwise set result to NONDIR_REPLACEMENT.
15526 func_dirname ()
15527 {
15528 # Extract subdirectory from the argument.
15529 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15530 if test "X$func_dirname_result" = "X${1}"; then
15531 func_dirname_result="${3}"
15532 else
15533 func_dirname_result="$func_dirname_result${2}"
15534 fi
15535 }
15536
15537 # func_basename file
15538 func_basename ()
15539 {
15540 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15541 }
15542
15543
15544 # func_stripname prefix suffix name
15545 # strip PREFIX and SUFFIX off of NAME.
15546 # PREFIX and SUFFIX must not contain globbing or regex special
15547 # characters, hashes, percent signs, but SUFFIX may contain a leading
15548 # dot (in which case that matches only a dot).
15549 # func_strip_suffix prefix name
15550 func_stripname ()
15551 {
15552 case ${2} in
15553 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15554 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15555 esac
15556 }
15557
15558 # sed scripts:
15559 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15560 my_sed_long_arg='1s/^-[^=]*=//'
15561
15562 # func_opt_split
15563 func_opt_split ()
15564 {
15565 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15566 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15567 }
15568
15569 # func_lo2o object
15570 func_lo2o ()
15571 {
15572 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15573 }
15574
15575 # func_xform libobj-or-source
15576 func_xform ()
15577 {
15578 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15579 }
15580
15581 # func_arith arithmetic-term...
15582 func_arith ()
15583 {
15584 func_arith_result=`expr "$@"`
15585 }
15586
15587 # func_len string
15588 # STRING may not start with a hyphen.
15589 func_len ()
15590 {
15591 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15592 }
15593
15594 _LT_EOF
15595 esac
15596
15597 case $lt_shell_append in
15598 yes)
15599 cat << \_LT_EOF >> "$cfgfile"
15600
15601 # func_append var value
15602 # Append VALUE to the end of shell variable VAR.
15603 func_append ()
15604 {
15605 eval "$1+=\$2"
15606 }
15607 _LT_EOF
15608 ;;
15609 *)
15610 cat << \_LT_EOF >> "$cfgfile"
15611
15612 # func_append var value
15613 # Append VALUE to the end of shell variable VAR.
15614 func_append ()
15615 {
15616 eval "$1=\$$1\$2"
15617 }
15618
15619 _LT_EOF
15620 ;;
15621 esac
15622
15623
15624 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15625 || (rm -f "$cfgfile"; exit 1)
15626
15627 mv -f "$cfgfile" "$ofile" ||
15628 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15629 chmod +x "$ofile"
15630
15631 ;;
15632 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15633 rm -f Makesim1.tmp Makesim2.tmp Makefile
15634 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15635 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15636 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15637 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15638 <Makefile.sim >Makefile
15639 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15640 ;;
15641 "stamp-h":C) echo > stamp-h ;;
15642
15643 esac
15644 done # for ac_tag
15645
15646
15647 as_fn_exit 0
15648 _ACEOF
15649 ac_clean_files=$ac_clean_files_save
15650
15651 test $ac_write_fail = 0 ||
15652 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15653
15654
15655 # configure is writing to config.log, and then calls config.status.
15656 # config.status does its own redirection, appending to config.log.
15657 # Unfortunately, on DOS this fails, as config.log is still kept open
15658 # by configure, so config.status won't be able to write to it; its
15659 # output is simply discarded. So we exec the FD to /dev/null,
15660 # effectively closing config.log, so it can be properly (re)opened and
15661 # appended to by config.status. When coming back to configure, we
15662 # need to make the FD available again.
15663 if test "$no_create" != yes; then
15664 ac_cs_success=:
15665 ac_config_status_args=
15666 test "$silent" = yes &&
15667 ac_config_status_args="$ac_config_status_args --quiet"
15668 exec 5>/dev/null
15669 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15670 exec 5>>config.log
15671 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15672 # would make configure fail if this is the last instruction.
15673 $ac_cs_success || as_fn_exit $?
15674 fi
15675 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15677 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15678 fi
15679
15680