]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/lm32/configure
46031796fcee78e0e5a9f4d71609fc0d9f634f7d
[thirdparty/binutils-gdb.git] / sim / lm32 / 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 cgen
605 cgendir
606 CGEN_MAINT
607 REPORT_BUGS_TEXI
608 REPORT_BUGS_TO
609 PKGVERSION
610 sim_profile
611 sim_trace
612 sim_stdio
613 sim_debug
614 MAINT
615 MAINTAINER_MODE_FALSE
616 MAINTAINER_MODE_TRUE
617 lt_cv_dlopen_libs
618 OTOOL64
619 OTOOL
620 LIPO
621 NMEDIT
622 DSYMUTIL
623 AWK
624 STRIP
625 OBJDUMP
626 LN_S
627 NM
628 ac_ct_DUMPBIN
629 DUMPBIN
630 LD
631 FGREP
632 SED
633 LIBTOOL
634 PLUGINS_FALSE
635 PLUGINS_TRUE
636 zlibinc
637 zlibdir
638 CATOBJEXT
639 GENCAT
640 INSTOBJEXT
641 DATADIRNAME
642 CATALOGS
643 POSUB
644 GMSGFMT
645 XGETTEXT
646 INCINTL
647 LIBINTL_DEP
648 LIBINTL
649 USE_NLS
650 GMAKE_FALSE
651 GMAKE_TRUE
652 MAKE
653 CCDEPMODE
654 DEPDIR
655 am__leading_dot
656 PACKAGE
657 RANLIB
658 AR
659 HDEFINES
660 CC_FOR_BUILD
661 INSTALL_DATA
662 INSTALL_SCRIPT
663 INSTALL_PROGRAM
664 EGREP
665 GREP
666 CPP
667 target_os
668 target_vendor
669 target_cpu
670 target
671 host_os
672 host_vendor
673 host_cpu
674 host
675 build_os
676 build_vendor
677 build_cpu
678 build
679 OBJEXT
680 EXEEXT
681 ac_ct_CC
682 CPPFLAGS
683 LDFLAGS
684 CFLAGS
685 CC
686 WERROR_CFLAGS
687 WARN_CFLAGS
688 sim_xor_endian
689 sim_smp
690 sim_reserved_bits
691 sim_packages
692 sim_inline
693 sim_hw
694 sim_hw_objs
695 sim_hw_cflags
696 sim_default_model
697 sim_scache
698 sim_float
699 sim_endian
700 sim_bitsize
701 sim_assert
702 sim_alignment
703 sim_environment
704 target_alias
705 host_alias
706 build_alias
707 LIBS
708 ECHO_T
709 ECHO_N
710 ECHO_C
711 DEFS
712 mandir
713 localedir
714 libdir
715 psdir
716 pdfdir
717 dvidir
718 htmldir
719 infodir
720 docdir
721 oldincludedir
722 includedir
723 localstatedir
724 sharedstatedir
725 sysconfdir
726 datadir
727 datarootdir
728 libexecdir
729 sbindir
730 bindir
731 program_transform_name
732 prefix
733 exec_prefix
734 PACKAGE_URL
735 PACKAGE_BUGREPORT
736 PACKAGE_STRING
737 PACKAGE_VERSION
738 PACKAGE_TARNAME
739 PACKAGE_NAME
740 PATH_SEPARATOR
741 SHELL'
742 ac_subst_files=''
743 ac_user_opts='
744 enable_option_checking
745 with_system_zlib
746 enable_plugins
747 enable_shared
748 enable_static
749 with_pic
750 enable_fast_install
751 with_gnu_ld
752 enable_libtool_lock
753 enable_maintainer_mode
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_scache
763 enable_sim_default_model
764 enable_sim_environment
765 enable_cgen_maint
766 enable_sim_hardware
767 '
768 ac_precious_vars='build_alias
769 host_alias
770 target_alias
771 CC
772 CFLAGS
773 LDFLAGS
774 LIBS
775 CPPFLAGS
776 CPP'
777
778
779 # Initialize some variables set by options.
780 ac_init_help=
781 ac_init_version=false
782 ac_unrecognized_opts=
783 ac_unrecognized_sep=
784 # The variables have the same names as the options, with
785 # dashes changed to underlines.
786 cache_file=/dev/null
787 exec_prefix=NONE
788 no_create=
789 no_recursion=
790 prefix=NONE
791 program_prefix=NONE
792 program_suffix=NONE
793 program_transform_name=s,x,x,
794 silent=
795 site=
796 srcdir=
797 verbose=
798 x_includes=NONE
799 x_libraries=NONE
800
801 # Installation directory options.
802 # These are left unexpanded so users can "make install exec_prefix=/foo"
803 # and all the variables that are supposed to be based on exec_prefix
804 # by default will actually change.
805 # Use braces instead of parens because sh, perl, etc. also accept them.
806 # (The list follows the same order as the GNU Coding Standards.)
807 bindir='${exec_prefix}/bin'
808 sbindir='${exec_prefix}/sbin'
809 libexecdir='${exec_prefix}/libexec'
810 datarootdir='${prefix}/share'
811 datadir='${datarootdir}'
812 sysconfdir='${prefix}/etc'
813 sharedstatedir='${prefix}/com'
814 localstatedir='${prefix}/var'
815 includedir='${prefix}/include'
816 oldincludedir='/usr/include'
817 docdir='${datarootdir}/doc/${PACKAGE}'
818 infodir='${datarootdir}/info'
819 htmldir='${docdir}'
820 dvidir='${docdir}'
821 pdfdir='${docdir}'
822 psdir='${docdir}'
823 libdir='${exec_prefix}/lib'
824 localedir='${datarootdir}/locale'
825 mandir='${datarootdir}/man'
826
827 ac_prev=
828 ac_dashdash=
829 for ac_option
830 do
831 # If the previous option needs an argument, assign it.
832 if test -n "$ac_prev"; then
833 eval $ac_prev=\$ac_option
834 ac_prev=
835 continue
836 fi
837
838 case $ac_option in
839 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
840 *) ac_optarg=yes ;;
841 esac
842
843 # Accept the important Cygnus configure options, so we can diagnose typos.
844
845 case $ac_dashdash$ac_option in
846 --)
847 ac_dashdash=yes ;;
848
849 -bindir | --bindir | --bindi | --bind | --bin | --bi)
850 ac_prev=bindir ;;
851 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
852 bindir=$ac_optarg ;;
853
854 -build | --build | --buil | --bui | --bu)
855 ac_prev=build_alias ;;
856 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
857 build_alias=$ac_optarg ;;
858
859 -cache-file | --cache-file | --cache-fil | --cache-fi \
860 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
861 ac_prev=cache_file ;;
862 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
863 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
864 cache_file=$ac_optarg ;;
865
866 --config-cache | -C)
867 cache_file=config.cache ;;
868
869 -datadir | --datadir | --datadi | --datad)
870 ac_prev=datadir ;;
871 -datadir=* | --datadir=* | --datadi=* | --datad=*)
872 datadir=$ac_optarg ;;
873
874 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
875 | --dataroo | --dataro | --datar)
876 ac_prev=datarootdir ;;
877 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
878 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
879 datarootdir=$ac_optarg ;;
880
881 -disable-* | --disable-*)
882 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
883 # Reject names that are not valid shell variable names.
884 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
885 as_fn_error "invalid feature name: $ac_useropt"
886 ac_useropt_orig=$ac_useropt
887 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
888 case $ac_user_opts in
889 *"
890 "enable_$ac_useropt"
891 "*) ;;
892 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
893 ac_unrecognized_sep=', ';;
894 esac
895 eval enable_$ac_useropt=no ;;
896
897 -docdir | --docdir | --docdi | --doc | --do)
898 ac_prev=docdir ;;
899 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
900 docdir=$ac_optarg ;;
901
902 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
903 ac_prev=dvidir ;;
904 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
905 dvidir=$ac_optarg ;;
906
907 -enable-* | --enable-*)
908 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
909 # Reject names that are not valid shell variable names.
910 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
911 as_fn_error "invalid feature name: $ac_useropt"
912 ac_useropt_orig=$ac_useropt
913 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
914 case $ac_user_opts in
915 *"
916 "enable_$ac_useropt"
917 "*) ;;
918 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
919 ac_unrecognized_sep=', ';;
920 esac
921 eval enable_$ac_useropt=\$ac_optarg ;;
922
923 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
924 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
925 | --exec | --exe | --ex)
926 ac_prev=exec_prefix ;;
927 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
928 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
929 | --exec=* | --exe=* | --ex=*)
930 exec_prefix=$ac_optarg ;;
931
932 -gas | --gas | --ga | --g)
933 # Obsolete; use --with-gas.
934 with_gas=yes ;;
935
936 -help | --help | --hel | --he | -h)
937 ac_init_help=long ;;
938 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
939 ac_init_help=recursive ;;
940 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
941 ac_init_help=short ;;
942
943 -host | --host | --hos | --ho)
944 ac_prev=host_alias ;;
945 -host=* | --host=* | --hos=* | --ho=*)
946 host_alias=$ac_optarg ;;
947
948 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
949 ac_prev=htmldir ;;
950 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
951 | --ht=*)
952 htmldir=$ac_optarg ;;
953
954 -includedir | --includedir | --includedi | --included | --include \
955 | --includ | --inclu | --incl | --inc)
956 ac_prev=includedir ;;
957 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
958 | --includ=* | --inclu=* | --incl=* | --inc=*)
959 includedir=$ac_optarg ;;
960
961 -infodir | --infodir | --infodi | --infod | --info | --inf)
962 ac_prev=infodir ;;
963 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
964 infodir=$ac_optarg ;;
965
966 -libdir | --libdir | --libdi | --libd)
967 ac_prev=libdir ;;
968 -libdir=* | --libdir=* | --libdi=* | --libd=*)
969 libdir=$ac_optarg ;;
970
971 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
972 | --libexe | --libex | --libe)
973 ac_prev=libexecdir ;;
974 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
975 | --libexe=* | --libex=* | --libe=*)
976 libexecdir=$ac_optarg ;;
977
978 -localedir | --localedir | --localedi | --localed | --locale)
979 ac_prev=localedir ;;
980 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
981 localedir=$ac_optarg ;;
982
983 -localstatedir | --localstatedir | --localstatedi | --localstated \
984 | --localstate | --localstat | --localsta | --localst | --locals)
985 ac_prev=localstatedir ;;
986 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
987 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
988 localstatedir=$ac_optarg ;;
989
990 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
991 ac_prev=mandir ;;
992 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
993 mandir=$ac_optarg ;;
994
995 -nfp | --nfp | --nf)
996 # Obsolete; use --without-fp.
997 with_fp=no ;;
998
999 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1000 | --no-cr | --no-c | -n)
1001 no_create=yes ;;
1002
1003 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1004 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1005 no_recursion=yes ;;
1006
1007 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1008 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1009 | --oldin | --oldi | --old | --ol | --o)
1010 ac_prev=oldincludedir ;;
1011 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1012 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1013 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1014 oldincludedir=$ac_optarg ;;
1015
1016 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1017 ac_prev=prefix ;;
1018 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1019 prefix=$ac_optarg ;;
1020
1021 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1022 | --program-pre | --program-pr | --program-p)
1023 ac_prev=program_prefix ;;
1024 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1025 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1026 program_prefix=$ac_optarg ;;
1027
1028 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1029 | --program-suf | --program-su | --program-s)
1030 ac_prev=program_suffix ;;
1031 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1032 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1033 program_suffix=$ac_optarg ;;
1034
1035 -program-transform-name | --program-transform-name \
1036 | --program-transform-nam | --program-transform-na \
1037 | --program-transform-n | --program-transform- \
1038 | --program-transform | --program-transfor \
1039 | --program-transfo | --program-transf \
1040 | --program-trans | --program-tran \
1041 | --progr-tra | --program-tr | --program-t)
1042 ac_prev=program_transform_name ;;
1043 -program-transform-name=* | --program-transform-name=* \
1044 | --program-transform-nam=* | --program-transform-na=* \
1045 | --program-transform-n=* | --program-transform-=* \
1046 | --program-transform=* | --program-transfor=* \
1047 | --program-transfo=* | --program-transf=* \
1048 | --program-trans=* | --program-tran=* \
1049 | --progr-tra=* | --program-tr=* | --program-t=*)
1050 program_transform_name=$ac_optarg ;;
1051
1052 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1053 ac_prev=pdfdir ;;
1054 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1055 pdfdir=$ac_optarg ;;
1056
1057 -psdir | --psdir | --psdi | --psd | --ps)
1058 ac_prev=psdir ;;
1059 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1060 psdir=$ac_optarg ;;
1061
1062 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1063 | -silent | --silent | --silen | --sile | --sil)
1064 silent=yes ;;
1065
1066 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1067 ac_prev=sbindir ;;
1068 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1069 | --sbi=* | --sb=*)
1070 sbindir=$ac_optarg ;;
1071
1072 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1073 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1074 | --sharedst | --shareds | --shared | --share | --shar \
1075 | --sha | --sh)
1076 ac_prev=sharedstatedir ;;
1077 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1078 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1079 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1080 | --sha=* | --sh=*)
1081 sharedstatedir=$ac_optarg ;;
1082
1083 -site | --site | --sit)
1084 ac_prev=site ;;
1085 -site=* | --site=* | --sit=*)
1086 site=$ac_optarg ;;
1087
1088 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1089 ac_prev=srcdir ;;
1090 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1091 srcdir=$ac_optarg ;;
1092
1093 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1094 | --syscon | --sysco | --sysc | --sys | --sy)
1095 ac_prev=sysconfdir ;;
1096 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1097 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1098 sysconfdir=$ac_optarg ;;
1099
1100 -target | --target | --targe | --targ | --tar | --ta | --t)
1101 ac_prev=target_alias ;;
1102 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1103 target_alias=$ac_optarg ;;
1104
1105 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1106 verbose=yes ;;
1107
1108 -version | --version | --versio | --versi | --vers | -V)
1109 ac_init_version=: ;;
1110
1111 -with-* | --with-*)
1112 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1113 # Reject names that are not valid shell variable names.
1114 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1115 as_fn_error "invalid package name: $ac_useropt"
1116 ac_useropt_orig=$ac_useropt
1117 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1118 case $ac_user_opts in
1119 *"
1120 "with_$ac_useropt"
1121 "*) ;;
1122 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1123 ac_unrecognized_sep=', ';;
1124 esac
1125 eval with_$ac_useropt=\$ac_optarg ;;
1126
1127 -without-* | --without-*)
1128 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1129 # Reject names that are not valid shell variable names.
1130 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1131 as_fn_error "invalid package name: $ac_useropt"
1132 ac_useropt_orig=$ac_useropt
1133 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1134 case $ac_user_opts in
1135 *"
1136 "with_$ac_useropt"
1137 "*) ;;
1138 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1139 ac_unrecognized_sep=', ';;
1140 esac
1141 eval with_$ac_useropt=no ;;
1142
1143 --x)
1144 # Obsolete; use --with-x.
1145 with_x=yes ;;
1146
1147 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1148 | --x-incl | --x-inc | --x-in | --x-i)
1149 ac_prev=x_includes ;;
1150 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1151 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1152 x_includes=$ac_optarg ;;
1153
1154 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1155 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1156 ac_prev=x_libraries ;;
1157 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1158 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1159 x_libraries=$ac_optarg ;;
1160
1161 -*) as_fn_error "unrecognized option: \`$ac_option'
1162 Try \`$0 --help' for more information."
1163 ;;
1164
1165 *=*)
1166 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1167 # Reject names that are not valid shell variable names.
1168 case $ac_envvar in #(
1169 '' | [0-9]* | *[!_$as_cr_alnum]* )
1170 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1171 esac
1172 eval $ac_envvar=\$ac_optarg
1173 export $ac_envvar ;;
1174
1175 *)
1176 # FIXME: should be removed in autoconf 3.0.
1177 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1179 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1181 ;;
1182
1183 esac
1184 done
1185
1186 if test -n "$ac_prev"; then
1187 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1188 as_fn_error "missing argument to $ac_option"
1189 fi
1190
1191 if test -n "$ac_unrecognized_opts"; then
1192 case $enable_option_checking in
1193 no) ;;
1194 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1195 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1196 esac
1197 fi
1198
1199 # Check all directory arguments for consistency.
1200 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1201 datadir sysconfdir sharedstatedir localstatedir includedir \
1202 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1203 libdir localedir mandir
1204 do
1205 eval ac_val=\$$ac_var
1206 # Remove trailing slashes.
1207 case $ac_val in
1208 */ )
1209 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1210 eval $ac_var=\$ac_val;;
1211 esac
1212 # Be sure to have absolute directory names.
1213 case $ac_val in
1214 [\\/$]* | ?:[\\/]* ) continue;;
1215 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1216 esac
1217 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1218 done
1219
1220 # There might be people who depend on the old broken behavior: `$host'
1221 # used to hold the argument of --host etc.
1222 # FIXME: To remove some day.
1223 build=$build_alias
1224 host=$host_alias
1225 target=$target_alias
1226
1227 # FIXME: To remove some day.
1228 if test "x$host_alias" != x; then
1229 if test "x$build_alias" = x; then
1230 cross_compiling=maybe
1231 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1232 If a cross compiler is detected then cross compile mode will be used." >&2
1233 elif test "x$build_alias" != "x$host_alias"; then
1234 cross_compiling=yes
1235 fi
1236 fi
1237
1238 ac_tool_prefix=
1239 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1240
1241 test "$silent" = yes && exec 6>/dev/null
1242
1243
1244 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1245 ac_ls_di=`ls -di .` &&
1246 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1247 as_fn_error "working directory cannot be determined"
1248 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1249 as_fn_error "pwd does not report name of working directory"
1250
1251
1252 # Find the source files, if location was not specified.
1253 if test -z "$srcdir"; then
1254 ac_srcdir_defaulted=yes
1255 # Try the directory containing this script, then the parent directory.
1256 ac_confdir=`$as_dirname -- "$as_myself" ||
1257 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1258 X"$as_myself" : 'X\(//\)[^/]' \| \
1259 X"$as_myself" : 'X\(//\)$' \| \
1260 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1261 $as_echo X"$as_myself" |
1262 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1263 s//\1/
1264 q
1265 }
1266 /^X\(\/\/\)[^/].*/{
1267 s//\1/
1268 q
1269 }
1270 /^X\(\/\/\)$/{
1271 s//\1/
1272 q
1273 }
1274 /^X\(\/\).*/{
1275 s//\1/
1276 q
1277 }
1278 s/.*/./; q'`
1279 srcdir=$ac_confdir
1280 if test ! -r "$srcdir/$ac_unique_file"; then
1281 srcdir=..
1282 fi
1283 else
1284 ac_srcdir_defaulted=no
1285 fi
1286 if test ! -r "$srcdir/$ac_unique_file"; then
1287 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1288 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1289 fi
1290 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1291 ac_abs_confdir=`(
1292 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1293 pwd)`
1294 # When building in place, set srcdir=.
1295 if test "$ac_abs_confdir" = "$ac_pwd"; then
1296 srcdir=.
1297 fi
1298 # Remove unnecessary trailing slashes from srcdir.
1299 # Double slashes in file names in object file debugging info
1300 # mess up M-x gdb in Emacs.
1301 case $srcdir in
1302 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1303 esac
1304 for ac_var in $ac_precious_vars; do
1305 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1306 eval ac_env_${ac_var}_value=\$${ac_var}
1307 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1308 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1309 done
1310
1311 #
1312 # Report the --help message.
1313 #
1314 if test "$ac_init_help" = "long"; then
1315 # Omit some internal or obsolete options to make the list less imposing.
1316 # This message is too long to be a string in the A/UX 3.1 sh.
1317 cat <<_ACEOF
1318 \`configure' configures this package to adapt to many kinds of systems.
1319
1320 Usage: $0 [OPTION]... [VAR=VALUE]...
1321
1322 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1323 VAR=VALUE. See below for descriptions of some of the useful variables.
1324
1325 Defaults for the options are specified in brackets.
1326
1327 Configuration:
1328 -h, --help display this help and exit
1329 --help=short display options specific to this package
1330 --help=recursive display the short help of all the included packages
1331 -V, --version display version information and exit
1332 -q, --quiet, --silent do not print \`checking...' messages
1333 --cache-file=FILE cache test results in FILE [disabled]
1334 -C, --config-cache alias for \`--cache-file=config.cache'
1335 -n, --no-create do not create output files
1336 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1337
1338 Installation directories:
1339 --prefix=PREFIX install architecture-independent files in PREFIX
1340 [$ac_default_prefix]
1341 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1342 [PREFIX]
1343
1344 By default, \`make install' will install all the files in
1345 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1346 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1347 for instance \`--prefix=\$HOME'.
1348
1349 For better control, use the options below.
1350
1351 Fine tuning of the installation directories:
1352 --bindir=DIR user executables [EPREFIX/bin]
1353 --sbindir=DIR system admin executables [EPREFIX/sbin]
1354 --libexecdir=DIR program executables [EPREFIX/libexec]
1355 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1356 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1357 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1358 --libdir=DIR object code libraries [EPREFIX/lib]
1359 --includedir=DIR C header files [PREFIX/include]
1360 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1361 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1362 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1363 --infodir=DIR info documentation [DATAROOTDIR/info]
1364 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1365 --mandir=DIR man documentation [DATAROOTDIR/man]
1366 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1367 --htmldir=DIR html documentation [DOCDIR]
1368 --dvidir=DIR dvi documentation [DOCDIR]
1369 --pdfdir=DIR pdf documentation [DOCDIR]
1370 --psdir=DIR ps documentation [DOCDIR]
1371 _ACEOF
1372
1373 cat <<\_ACEOF
1374
1375 Program names:
1376 --program-prefix=PREFIX prepend PREFIX to installed program names
1377 --program-suffix=SUFFIX append SUFFIX to installed program names
1378 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1379
1380 System types:
1381 --build=BUILD configure for building on BUILD [guessed]
1382 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1383 --target=TARGET configure for building compilers for TARGET [HOST]
1384 _ACEOF
1385 fi
1386
1387 if test -n "$ac_init_help"; then
1388
1389 cat <<\_ACEOF
1390
1391 Optional Features:
1392 --disable-option-checking ignore unrecognized --enable/--with options
1393 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1394 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1395 --enable-plugins Enable support for plugins
1396 --enable-shared[=PKGS] build shared libraries [default=yes]
1397 --enable-static[=PKGS] build static libraries [default=yes]
1398 --enable-fast-install[=PKGS]
1399 optimize for fast installation [default=yes]
1400 --disable-libtool-lock avoid locking (might break parallel builds)
1401 --enable-maintainer-mode enable make rules and dependencies not useful
1402 (and sometimes confusing) to the casual installer
1403 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1404 itself)
1405 --enable-sim-stdio Specify whether to use stdio for console
1406 input/output
1407 --enable-sim-trace=opts Enable tracing of simulated programs
1408 --enable-sim-profile=opts
1409 Enable profiling flags
1410 --enable-sim-endian=endian
1411 Specify target byte endian orientation
1412 --enable-sim-alignment=align
1413 Specify strict, nonstrict or forced alignment of
1414 memory accesses
1415 --enable-sim-scache=size
1416 Specify simulator execution cache size
1417 --enable-sim-default-model=model
1418 Specify default model to simulate
1419 --enable-sim-environment=environment
1420 Specify mixed, user, virtual or operating
1421 environment
1422 --enable-cgen-maint=DIR build cgen generated files
1423 --enable-sim-hardware=LIST
1424 Specify the hardware to be included in the build.
1425
1426 Optional Packages:
1427 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1428 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1429 --with-system-zlib use installed libz
1430 --with-pic try to use only PIC/non-PIC objects [default=use
1431 both]
1432 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1433 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1434 --with-bugurl=URL Direct users to URL to report a bug
1435
1436 Some influential environment variables:
1437 CC C compiler command
1438 CFLAGS C compiler flags
1439 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1440 nonstandard directory <lib dir>
1441 LIBS libraries to pass to the linker, e.g. -l<library>
1442 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1443 you have headers in a nonstandard directory <include dir>
1444 CPP C preprocessor
1445
1446 Use these variables to override the choices made by `configure' or to help
1447 it to find libraries and programs with nonstandard names/locations.
1448
1449 Report bugs to the package provider.
1450 _ACEOF
1451 ac_status=$?
1452 fi
1453
1454 if test "$ac_init_help" = "recursive"; then
1455 # If there are subdirs, report their specific --help.
1456 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1457 test -d "$ac_dir" ||
1458 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1459 continue
1460 ac_builddir=.
1461
1462 case "$ac_dir" in
1463 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 *)
1465 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1466 # A ".." for each directory in $ac_dir_suffix.
1467 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1468 case $ac_top_builddir_sub in
1469 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1470 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1471 esac ;;
1472 esac
1473 ac_abs_top_builddir=$ac_pwd
1474 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1475 # for backward compatibility:
1476 ac_top_builddir=$ac_top_build_prefix
1477
1478 case $srcdir in
1479 .) # We are building in place.
1480 ac_srcdir=.
1481 ac_top_srcdir=$ac_top_builddir_sub
1482 ac_abs_top_srcdir=$ac_pwd ;;
1483 [\\/]* | ?:[\\/]* ) # Absolute name.
1484 ac_srcdir=$srcdir$ac_dir_suffix;
1485 ac_top_srcdir=$srcdir
1486 ac_abs_top_srcdir=$srcdir ;;
1487 *) # Relative name.
1488 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1489 ac_top_srcdir=$ac_top_build_prefix$srcdir
1490 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1491 esac
1492 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1493
1494 cd "$ac_dir" || { ac_status=$?; continue; }
1495 # Check for guested configure.
1496 if test -f "$ac_srcdir/configure.gnu"; then
1497 echo &&
1498 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1499 elif test -f "$ac_srcdir/configure"; then
1500 echo &&
1501 $SHELL "$ac_srcdir/configure" --help=recursive
1502 else
1503 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1504 fi || ac_status=$?
1505 cd "$ac_pwd" || { ac_status=$?; break; }
1506 done
1507 fi
1508
1509 test -n "$ac_init_help" && exit $ac_status
1510 if $ac_init_version; then
1511 cat <<\_ACEOF
1512 configure
1513 generated by GNU Autoconf 2.64
1514
1515 Copyright (C) 2009 Free Software Foundation, Inc.
1516 This configure script is free software; the Free Software Foundation
1517 gives unlimited permission to copy, distribute and modify it.
1518 _ACEOF
1519 exit
1520 fi
1521
1522 ## ------------------------ ##
1523 ## Autoconf initialization. ##
1524 ## ------------------------ ##
1525
1526 # ac_fn_c_try_compile LINENO
1527 # --------------------------
1528 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1529 ac_fn_c_try_compile ()
1530 {
1531 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1532 rm -f conftest.$ac_objext
1533 if { { ac_try="$ac_compile"
1534 case "(($ac_try" in
1535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1536 *) ac_try_echo=$ac_try;;
1537 esac
1538 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1539 $as_echo "$ac_try_echo"; } >&5
1540 (eval "$ac_compile") 2>conftest.err
1541 ac_status=$?
1542 if test -s conftest.err; then
1543 grep -v '^ *+' conftest.err >conftest.er1
1544 cat conftest.er1 >&5
1545 mv -f conftest.er1 conftest.err
1546 fi
1547 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1548 test $ac_status = 0; } && {
1549 test -z "$ac_c_werror_flag" ||
1550 test ! -s conftest.err
1551 } && test -s conftest.$ac_objext; then :
1552 ac_retval=0
1553 else
1554 $as_echo "$as_me: failed program was:" >&5
1555 sed 's/^/| /' conftest.$ac_ext >&5
1556
1557 ac_retval=1
1558 fi
1559 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1560 return $ac_retval
1561
1562 } # ac_fn_c_try_compile
1563
1564 # ac_fn_c_try_cpp LINENO
1565 # ----------------------
1566 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1567 ac_fn_c_try_cpp ()
1568 {
1569 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1570 if { { ac_try="$ac_cpp conftest.$ac_ext"
1571 case "(($ac_try" in
1572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1573 *) ac_try_echo=$ac_try;;
1574 esac
1575 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1576 $as_echo "$ac_try_echo"; } >&5
1577 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1578 ac_status=$?
1579 if test -s conftest.err; then
1580 grep -v '^ *+' conftest.err >conftest.er1
1581 cat conftest.er1 >&5
1582 mv -f conftest.er1 conftest.err
1583 fi
1584 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1585 test $ac_status = 0; } >/dev/null && {
1586 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1587 test ! -s conftest.err
1588 }; then :
1589 ac_retval=0
1590 else
1591 $as_echo "$as_me: failed program was:" >&5
1592 sed 's/^/| /' conftest.$ac_ext >&5
1593
1594 ac_retval=1
1595 fi
1596 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1597 return $ac_retval
1598
1599 } # ac_fn_c_try_cpp
1600
1601 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1602 # -------------------------------------------------------
1603 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1604 # the include files in INCLUDES and setting the cache variable VAR
1605 # accordingly.
1606 ac_fn_c_check_header_mongrel ()
1607 {
1608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1609 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1611 $as_echo_n "checking for $2... " >&6; }
1612 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1613 $as_echo_n "(cached) " >&6
1614 fi
1615 eval ac_res=\$$3
1616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1617 $as_echo "$ac_res" >&6; }
1618 else
1619 # Is the header compilable?
1620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1621 $as_echo_n "checking $2 usability... " >&6; }
1622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1623 /* end confdefs.h. */
1624 $4
1625 #include <$2>
1626 _ACEOF
1627 if ac_fn_c_try_compile "$LINENO"; then :
1628 ac_header_compiler=yes
1629 else
1630 ac_header_compiler=no
1631 fi
1632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1634 $as_echo "$ac_header_compiler" >&6; }
1635
1636 # Is the header present?
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1638 $as_echo_n "checking $2 presence... " >&6; }
1639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1640 /* end confdefs.h. */
1641 #include <$2>
1642 _ACEOF
1643 if ac_fn_c_try_cpp "$LINENO"; then :
1644 ac_header_preproc=yes
1645 else
1646 ac_header_preproc=no
1647 fi
1648 rm -f conftest.err conftest.$ac_ext
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1650 $as_echo "$ac_header_preproc" >&6; }
1651
1652 # So? What about this header?
1653 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1654 yes:no: )
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1656 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1658 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1659 ;;
1660 no:yes:* )
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1662 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1664 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1666 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1668 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1670 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1671 ;;
1672 esac
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1674 $as_echo_n "checking for $2... " >&6; }
1675 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1676 $as_echo_n "(cached) " >&6
1677 else
1678 eval "$3=\$ac_header_compiler"
1679 fi
1680 eval ac_res=\$$3
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1682 $as_echo "$ac_res" >&6; }
1683 fi
1684 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1685
1686 } # ac_fn_c_check_header_mongrel
1687
1688 # ac_fn_c_try_run LINENO
1689 # ----------------------
1690 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1691 # that executables *can* be run.
1692 ac_fn_c_try_run ()
1693 {
1694 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1695 if { { ac_try="$ac_link"
1696 case "(($ac_try" in
1697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1698 *) ac_try_echo=$ac_try;;
1699 esac
1700 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1701 $as_echo "$ac_try_echo"; } >&5
1702 (eval "$ac_link") 2>&5
1703 ac_status=$?
1704 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1705 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1706 { { case "(($ac_try" in
1707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1708 *) ac_try_echo=$ac_try;;
1709 esac
1710 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1711 $as_echo "$ac_try_echo"; } >&5
1712 (eval "$ac_try") 2>&5
1713 ac_status=$?
1714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1715 test $ac_status = 0; }; }; then :
1716 ac_retval=0
1717 else
1718 $as_echo "$as_me: program exited with status $ac_status" >&5
1719 $as_echo "$as_me: failed program was:" >&5
1720 sed 's/^/| /' conftest.$ac_ext >&5
1721
1722 ac_retval=$ac_status
1723 fi
1724 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1725 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1726 return $ac_retval
1727
1728 } # ac_fn_c_try_run
1729
1730 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1731 # -------------------------------------------------------
1732 # Tests whether HEADER exists and can be compiled using the include files in
1733 # INCLUDES, setting the cache variable VAR accordingly.
1734 ac_fn_c_check_header_compile ()
1735 {
1736 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1738 $as_echo_n "checking for $2... " >&6; }
1739 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1740 $as_echo_n "(cached) " >&6
1741 else
1742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1743 /* end confdefs.h. */
1744 $4
1745 #include <$2>
1746 _ACEOF
1747 if ac_fn_c_try_compile "$LINENO"; then :
1748 eval "$3=yes"
1749 else
1750 eval "$3=no"
1751 fi
1752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1753 fi
1754 eval ac_res=\$$3
1755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1756 $as_echo "$ac_res" >&6; }
1757 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1758
1759 } # ac_fn_c_check_header_compile
1760
1761 # ac_fn_c_try_link LINENO
1762 # -----------------------
1763 # Try to link conftest.$ac_ext, and return whether this succeeded.
1764 ac_fn_c_try_link ()
1765 {
1766 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1767 rm -f conftest.$ac_objext conftest$ac_exeext
1768 if { { ac_try="$ac_link"
1769 case "(($ac_try" in
1770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1771 *) ac_try_echo=$ac_try;;
1772 esac
1773 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1774 $as_echo "$ac_try_echo"; } >&5
1775 (eval "$ac_link") 2>conftest.err
1776 ac_status=$?
1777 if test -s conftest.err; then
1778 grep -v '^ *+' conftest.err >conftest.er1
1779 cat conftest.er1 >&5
1780 mv -f conftest.er1 conftest.err
1781 fi
1782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1783 test $ac_status = 0; } && {
1784 test -z "$ac_c_werror_flag" ||
1785 test ! -s conftest.err
1786 } && test -s conftest$ac_exeext && {
1787 test "$cross_compiling" = yes ||
1788 $as_test_x conftest$ac_exeext
1789 }; then :
1790 ac_retval=0
1791 else
1792 $as_echo "$as_me: failed program was:" >&5
1793 sed 's/^/| /' conftest.$ac_ext >&5
1794
1795 ac_retval=1
1796 fi
1797 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1798 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1799 # interfere with the next link command; also delete a directory that is
1800 # left behind by Apple's compiler. We do this before executing the actions.
1801 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1802 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1803 return $ac_retval
1804
1805 } # ac_fn_c_try_link
1806
1807 # ac_fn_c_check_func LINENO FUNC VAR
1808 # ----------------------------------
1809 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1810 ac_fn_c_check_func ()
1811 {
1812 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1814 $as_echo_n "checking for $2... " >&6; }
1815 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1816 $as_echo_n "(cached) " >&6
1817 else
1818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1819 /* end confdefs.h. */
1820 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1821 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1822 #define $2 innocuous_$2
1823
1824 /* System header to define __stub macros and hopefully few prototypes,
1825 which can conflict with char $2 (); below.
1826 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1827 <limits.h> exists even on freestanding compilers. */
1828
1829 #ifdef __STDC__
1830 # include <limits.h>
1831 #else
1832 # include <assert.h>
1833 #endif
1834
1835 #undef $2
1836
1837 /* Override any GCC internal prototype to avoid an error.
1838 Use char because int might match the return type of a GCC
1839 builtin and then its argument prototype would still apply. */
1840 #ifdef __cplusplus
1841 extern "C"
1842 #endif
1843 char $2 ();
1844 /* The GNU C library defines this for functions which it implements
1845 to always fail with ENOSYS. Some functions are actually named
1846 something starting with __ and the normal name is an alias. */
1847 #if defined __stub_$2 || defined __stub___$2
1848 choke me
1849 #endif
1850
1851 int
1852 main ()
1853 {
1854 return $2 ();
1855 ;
1856 return 0;
1857 }
1858 _ACEOF
1859 if ac_fn_c_try_link "$LINENO"; then :
1860 eval "$3=yes"
1861 else
1862 eval "$3=no"
1863 fi
1864 rm -f core conftest.err conftest.$ac_objext \
1865 conftest$ac_exeext conftest.$ac_ext
1866 fi
1867 eval ac_res=\$$3
1868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1869 $as_echo "$ac_res" >&6; }
1870 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1871
1872 } # ac_fn_c_check_func
1873
1874 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1875 # ----------------------------------------------------
1876 # Tries to find if the field MEMBER exists in type AGGR, after including
1877 # INCLUDES, setting cache variable VAR accordingly.
1878 ac_fn_c_check_member ()
1879 {
1880 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1882 $as_echo_n "checking for $2.$3... " >&6; }
1883 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1884 $as_echo_n "(cached) " >&6
1885 else
1886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1887 /* end confdefs.h. */
1888 $5
1889 int
1890 main ()
1891 {
1892 static $2 ac_aggr;
1893 if (ac_aggr.$3)
1894 return 0;
1895 ;
1896 return 0;
1897 }
1898 _ACEOF
1899 if ac_fn_c_try_compile "$LINENO"; then :
1900 eval "$4=yes"
1901 else
1902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1903 /* end confdefs.h. */
1904 $5
1905 int
1906 main ()
1907 {
1908 static $2 ac_aggr;
1909 if (sizeof ac_aggr.$3)
1910 return 0;
1911 ;
1912 return 0;
1913 }
1914 _ACEOF
1915 if ac_fn_c_try_compile "$LINENO"; then :
1916 eval "$4=yes"
1917 else
1918 eval "$4=no"
1919 fi
1920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1921 fi
1922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1923 fi
1924 eval ac_res=\$$4
1925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1926 $as_echo "$ac_res" >&6; }
1927 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1928
1929 } # ac_fn_c_check_member
1930
1931 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1932 # -------------------------------------------
1933 # Tests whether TYPE exists after having included INCLUDES, setting cache
1934 # variable VAR accordingly.
1935 ac_fn_c_check_type ()
1936 {
1937 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1939 $as_echo_n "checking for $2... " >&6; }
1940 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1941 $as_echo_n "(cached) " >&6
1942 else
1943 eval "$3=no"
1944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1945 /* end confdefs.h. */
1946 $4
1947 int
1948 main ()
1949 {
1950 if (sizeof ($2))
1951 return 0;
1952 ;
1953 return 0;
1954 }
1955 _ACEOF
1956 if ac_fn_c_try_compile "$LINENO"; then :
1957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1958 /* end confdefs.h. */
1959 $4
1960 int
1961 main ()
1962 {
1963 if (sizeof (($2)))
1964 return 0;
1965 ;
1966 return 0;
1967 }
1968 _ACEOF
1969 if ac_fn_c_try_compile "$LINENO"; then :
1970
1971 else
1972 eval "$3=yes"
1973 fi
1974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1975 fi
1976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1977 fi
1978 eval ac_res=\$$3
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1980 $as_echo "$ac_res" >&6; }
1981 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1982
1983 } # ac_fn_c_check_type
1984 cat >config.log <<_ACEOF
1985 This file contains any messages produced by compilers while
1986 running configure, to aid debugging if configure makes a mistake.
1987
1988 It was created by $as_me, which was
1989 generated by GNU Autoconf 2.64. Invocation command line was
1990
1991 $ $0 $@
1992
1993 _ACEOF
1994 exec 5>>config.log
1995 {
1996 cat <<_ASUNAME
1997 ## --------- ##
1998 ## Platform. ##
1999 ## --------- ##
2000
2001 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2002 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2003 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2004 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2005 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2006
2007 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2008 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2009
2010 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2011 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2012 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2013 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2014 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2015 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2016 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2017
2018 _ASUNAME
2019
2020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2021 for as_dir in $PATH
2022 do
2023 IFS=$as_save_IFS
2024 test -z "$as_dir" && as_dir=.
2025 $as_echo "PATH: $as_dir"
2026 done
2027 IFS=$as_save_IFS
2028
2029 } >&5
2030
2031 cat >&5 <<_ACEOF
2032
2033
2034 ## ----------- ##
2035 ## Core tests. ##
2036 ## ----------- ##
2037
2038 _ACEOF
2039
2040
2041 # Keep a trace of the command line.
2042 # Strip out --no-create and --no-recursion so they do not pile up.
2043 # Strip out --silent because we don't want to record it for future runs.
2044 # Also quote any args containing shell meta-characters.
2045 # Make two passes to allow for proper duplicate-argument suppression.
2046 ac_configure_args=
2047 ac_configure_args0=
2048 ac_configure_args1=
2049 ac_must_keep_next=false
2050 for ac_pass in 1 2
2051 do
2052 for ac_arg
2053 do
2054 case $ac_arg in
2055 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2056 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2057 | -silent | --silent | --silen | --sile | --sil)
2058 continue ;;
2059 *\'*)
2060 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2061 esac
2062 case $ac_pass in
2063 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2064 2)
2065 as_fn_append ac_configure_args1 " '$ac_arg'"
2066 if test $ac_must_keep_next = true; then
2067 ac_must_keep_next=false # Got value, back to normal.
2068 else
2069 case $ac_arg in
2070 *=* | --config-cache | -C | -disable-* | --disable-* \
2071 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2072 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2073 | -with-* | --with-* | -without-* | --without-* | --x)
2074 case "$ac_configure_args0 " in
2075 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2076 esac
2077 ;;
2078 -* ) ac_must_keep_next=true ;;
2079 esac
2080 fi
2081 as_fn_append ac_configure_args " '$ac_arg'"
2082 ;;
2083 esac
2084 done
2085 done
2086 { ac_configure_args0=; unset ac_configure_args0;}
2087 { ac_configure_args1=; unset ac_configure_args1;}
2088
2089 # When interrupted or exit'd, cleanup temporary files, and complete
2090 # config.log. We remove comments because anyway the quotes in there
2091 # would cause problems or look ugly.
2092 # WARNING: Use '\'' to represent an apostrophe within the trap.
2093 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2094 trap 'exit_status=$?
2095 # Save into config.log some information that might help in debugging.
2096 {
2097 echo
2098
2099 cat <<\_ASBOX
2100 ## ---------------- ##
2101 ## Cache variables. ##
2102 ## ---------------- ##
2103 _ASBOX
2104 echo
2105 # The following way of writing the cache mishandles newlines in values,
2106 (
2107 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2108 eval ac_val=\$$ac_var
2109 case $ac_val in #(
2110 *${as_nl}*)
2111 case $ac_var in #(
2112 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2113 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2114 esac
2115 case $ac_var in #(
2116 _ | IFS | as_nl) ;; #(
2117 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2118 *) { eval $ac_var=; unset $ac_var;} ;;
2119 esac ;;
2120 esac
2121 done
2122 (set) 2>&1 |
2123 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2124 *${as_nl}ac_space=\ *)
2125 sed -n \
2126 "s/'\''/'\''\\\\'\'''\''/g;
2127 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2128 ;; #(
2129 *)
2130 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2131 ;;
2132 esac |
2133 sort
2134 )
2135 echo
2136
2137 cat <<\_ASBOX
2138 ## ----------------- ##
2139 ## Output variables. ##
2140 ## ----------------- ##
2141 _ASBOX
2142 echo
2143 for ac_var in $ac_subst_vars
2144 do
2145 eval ac_val=\$$ac_var
2146 case $ac_val in
2147 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2148 esac
2149 $as_echo "$ac_var='\''$ac_val'\''"
2150 done | sort
2151 echo
2152
2153 if test -n "$ac_subst_files"; then
2154 cat <<\_ASBOX
2155 ## ------------------- ##
2156 ## File substitutions. ##
2157 ## ------------------- ##
2158 _ASBOX
2159 echo
2160 for ac_var in $ac_subst_files
2161 do
2162 eval ac_val=\$$ac_var
2163 case $ac_val in
2164 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2165 esac
2166 $as_echo "$ac_var='\''$ac_val'\''"
2167 done | sort
2168 echo
2169 fi
2170
2171 if test -s confdefs.h; then
2172 cat <<\_ASBOX
2173 ## ----------- ##
2174 ## confdefs.h. ##
2175 ## ----------- ##
2176 _ASBOX
2177 echo
2178 cat confdefs.h
2179 echo
2180 fi
2181 test "$ac_signal" != 0 &&
2182 $as_echo "$as_me: caught signal $ac_signal"
2183 $as_echo "$as_me: exit $exit_status"
2184 } >&5
2185 rm -f core *.core core.conftest.* &&
2186 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2187 exit $exit_status
2188 ' 0
2189 for ac_signal in 1 2 13 15; do
2190 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2191 done
2192 ac_signal=0
2193
2194 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2195 rm -f -r conftest* confdefs.h
2196
2197 $as_echo "/* confdefs.h */" > confdefs.h
2198
2199 # Predefined preprocessor variables.
2200
2201 cat >>confdefs.h <<_ACEOF
2202 #define PACKAGE_NAME "$PACKAGE_NAME"
2203 _ACEOF
2204
2205 cat >>confdefs.h <<_ACEOF
2206 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2207 _ACEOF
2208
2209 cat >>confdefs.h <<_ACEOF
2210 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2211 _ACEOF
2212
2213 cat >>confdefs.h <<_ACEOF
2214 #define PACKAGE_STRING "$PACKAGE_STRING"
2215 _ACEOF
2216
2217 cat >>confdefs.h <<_ACEOF
2218 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2219 _ACEOF
2220
2221 cat >>confdefs.h <<_ACEOF
2222 #define PACKAGE_URL "$PACKAGE_URL"
2223 _ACEOF
2224
2225
2226 # Let the site file select an alternate cache file if it wants to.
2227 # Prefer an explicitly selected file to automatically selected ones.
2228 ac_site_file1=NONE
2229 ac_site_file2=NONE
2230 if test -n "$CONFIG_SITE"; then
2231 ac_site_file1=$CONFIG_SITE
2232 elif test "x$prefix" != xNONE; then
2233 ac_site_file1=$prefix/share/config.site
2234 ac_site_file2=$prefix/etc/config.site
2235 else
2236 ac_site_file1=$ac_default_prefix/share/config.site
2237 ac_site_file2=$ac_default_prefix/etc/config.site
2238 fi
2239 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2240 do
2241 test "x$ac_site_file" = xNONE && continue
2242 if test -r "$ac_site_file"; then
2243 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2244 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2245 sed 's/^/| /' "$ac_site_file" >&5
2246 . "$ac_site_file"
2247 fi
2248 done
2249
2250 if test -r "$cache_file"; then
2251 # Some versions of bash will fail to source /dev/null (special
2252 # files actually), so we avoid doing that.
2253 if test -f "$cache_file"; then
2254 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2255 $as_echo "$as_me: loading cache $cache_file" >&6;}
2256 case $cache_file in
2257 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2258 *) . "./$cache_file";;
2259 esac
2260 fi
2261 else
2262 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2263 $as_echo "$as_me: creating cache $cache_file" >&6;}
2264 >$cache_file
2265 fi
2266
2267 # Check that the precious variables saved in the cache have kept the same
2268 # value.
2269 ac_cache_corrupted=false
2270 for ac_var in $ac_precious_vars; do
2271 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2272 eval ac_new_set=\$ac_env_${ac_var}_set
2273 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2274 eval ac_new_val=\$ac_env_${ac_var}_value
2275 case $ac_old_set,$ac_new_set in
2276 set,)
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2278 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2279 ac_cache_corrupted=: ;;
2280 ,set)
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2282 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2283 ac_cache_corrupted=: ;;
2284 ,);;
2285 *)
2286 if test "x$ac_old_val" != "x$ac_new_val"; then
2287 # differences in whitespace do not lead to failure.
2288 ac_old_val_w=`echo x $ac_old_val`
2289 ac_new_val_w=`echo x $ac_new_val`
2290 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2291 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2292 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2293 ac_cache_corrupted=:
2294 else
2295 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2296 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2297 eval $ac_var=\$ac_old_val
2298 fi
2299 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2300 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2301 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2302 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2303 fi;;
2304 esac
2305 # Pass precious variables to config.status.
2306 if test "$ac_new_set" = set; then
2307 case $ac_new_val in
2308 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2309 *) ac_arg=$ac_var=$ac_new_val ;;
2310 esac
2311 case " $ac_configure_args " in
2312 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2313 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2314 esac
2315 fi
2316 done
2317 if $ac_cache_corrupted; then
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2319 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2320 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2321 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2322 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2323 fi
2324 ## -------------------- ##
2325 ## Main body of script. ##
2326 ## -------------------- ##
2327
2328 ac_ext=c
2329 ac_cpp='$CPP $CPPFLAGS'
2330 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2331 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2332 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2333
2334
2335 # This file contains common code used by all simulators.
2336 #
2337 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2338 # directory. It is intended to be invoked before any target specific stuff.
2339 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2340 # It is intended to be invoked last.
2341 #
2342 # The simulator's configure.ac should look like:
2343 #
2344 # dnl Process this file with autoconf to produce a configure script.
2345 # AC_PREREQ(2.64)dnl
2346 # AC_INIT(Makefile.in)
2347 # sinclude(../common/aclocal.m4)
2348 #
2349 # SIM_AC_COMMON
2350 #
2351 # ... target specific stuff ...
2352 #
2353 # SIM_AC_OUTPUT
2354
2355 # Include global overrides and fixes for Autoconf.
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382 # _AC_CHECK_DECL_BODY
2383 # -------------------
2384 # Shell function body for AC_CHECK_DECL.
2385 # _AC_CHECK_DECL_BODY
2386
2387 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2388 # INCLUDES)
2389 # -------------------------------------------------------------
2390 # Helper to AC_CHECK_DECLS, which generates the check for a single
2391 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2392 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2405 #
2406 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2407 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2408 # Written by Gordon Matzigkeit, 1996
2409 #
2410 # This file is free software; the Free Software Foundation gives
2411 # unlimited permission to copy and/or distribute it, with or without
2412 # modifications, as long as this notice is preserved.
2413
2414
2415
2416 # serial 56 LT_INIT
2417
2418
2419 # LT_PREREQ(VERSION)
2420 # ------------------
2421 # Complain and exit if this libtool version is less that VERSION.
2422
2423
2424
2425 # _LT_CHECK_BUILDDIR
2426 # ------------------
2427 # Complain if the absolute build directory name contains unusual characters
2428
2429
2430
2431 # LT_INIT([OPTIONS])
2432 # ------------------
2433 # LT_INIT
2434
2435 # Old names:
2436 # This is what autoupdate's m4 run will expand. It fires
2437 # the warning (with _au_warn_XXX), outputs it into the
2438 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2439 # the replacement expansion.
2440
2441
2442 # This is an auxiliary macro that is also run when
2443 # autoupdate runs m4. It simply calls m4_warning, but
2444 # we need a wrapper so that each warning is emitted only
2445 # once. We break the quoting in m4_warning's argument in
2446 # order to expand this macro's arguments, not AU_DEFUN's.
2447
2448
2449 # Finally, this is the expansion that is picked up by
2450 # autoconf. It tells the user to run autoupdate, and
2451 # then outputs the replacement expansion. We do not care
2452 # about autoupdate's warning because that contains
2453 # information on what to do *after* running autoupdate.
2454
2455 # This is what autoupdate's m4 run will expand. It fires
2456 # the warning (with _au_warn_XXX), outputs it into the
2457 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2458 # the replacement expansion.
2459
2460
2461 # This is an auxiliary macro that is also run when
2462 # autoupdate runs m4. It simply calls m4_warning, but
2463 # we need a wrapper so that each warning is emitted only
2464 # once. We break the quoting in m4_warning's argument in
2465 # order to expand this macro's arguments, not AU_DEFUN's.
2466
2467
2468 # Finally, this is the expansion that is picked up by
2469 # autoconf. It tells the user to run autoupdate, and
2470 # then outputs the replacement expansion. We do not care
2471 # about autoupdate's warning because that contains
2472 # information on what to do *after* running autoupdate.
2473
2474
2475
2476 # _LT_CC_BASENAME(CC)
2477 # -------------------
2478 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2479
2480
2481
2482 # _LT_FILEUTILS_DEFAULTS
2483 # ----------------------
2484 # It is okay to use these file commands and assume they have been set
2485 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2486 # _LT_FILEUTILS_DEFAULTS
2487
2488
2489 # _LT_SETUP
2490 # ---------
2491 # _LT_SETUP
2492
2493
2494 # _LT_PREPARE_SED_QUOTE_VARS
2495 # --------------------------
2496 # Define a few sed substitution that help us do robust quoting.
2497
2498
2499 # _LT_PROG_LTMAIN
2500 # ---------------
2501 # Note that this code is called both from `configure', and `config.status'
2502 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2503 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2504 # so we pass a copy along to make sure it has a sensible value anyway.
2505 # _LT_PROG_LTMAIN
2506
2507
2508 ## ------------------------------------- ##
2509 ## Accumulate code for creating libtool. ##
2510 ## ------------------------------------- ##
2511
2512 # So that we can recreate a full libtool script including additional
2513 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2514 # in macros and then make a single call at the end using the `libtool'
2515 # label.
2516
2517
2518 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2519 # ----------------------------------------
2520 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2521
2522
2523 # Initialize.
2524
2525
2526
2527 # _LT_CONFIG_LIBTOOL([COMMANDS])
2528 # ------------------------------
2529 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2530
2531
2532 # Initialize.
2533
2534
2535
2536 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2537 # -----------------------------------------------------
2538
2539
2540
2541 # _LT_FORMAT_COMMENT([COMMENT])
2542 # -----------------------------
2543 # Add leading comment marks to the start of each line, and a trailing
2544 # full-stop to the whole comment if one is not present already.
2545
2546
2547
2548
2549 ## ------------------------ ##
2550 ## FIXME: Eliminate VARNAME ##
2551 ## ------------------------ ##
2552
2553
2554 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2555 # -------------------------------------------------------------------
2556 # CONFIGNAME is the name given to the value in the libtool script.
2557 # VARNAME is the (base) name used in the configure script.
2558 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2559 # VARNAME. Any other value will be used directly.
2560
2561
2562
2563 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2564 # --------------------------------------------------------
2565
2566
2567
2568 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2569 # ------------------------------------------------
2570
2571
2572
2573 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2574 # ---------------------------------------------------------
2575
2576
2577
2578 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2579 # --------------------------------------------------
2580
2581
2582
2583 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2584 # ---------------------------------------------------
2585
2586
2587
2588 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2589 # ---------------------------------------------------
2590
2591
2592
2593
2594 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2595 # ------------------------------------------------
2596
2597
2598
2599
2600 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2601 # ------------------------------------
2602 # Quote a variable value, and forward it to `config.status' so that its
2603 # declaration there will have the same value as in `configure'. VARNAME
2604 # must have a single quote delimited value for this to work.
2605
2606
2607
2608 # _LT_CONFIG_STATUS_DECLARATIONS
2609 # ------------------------------
2610 # We delimit libtool config variables with single quotes, so when
2611 # we write them to config.status, we have to be sure to quote all
2612 # embedded single quotes properly. In configure, this macro expands
2613 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2614 #
2615 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2616
2617
2618
2619 # _LT_LIBTOOL_TAGS
2620 # ----------------
2621 # Output comment and list of tags supported by the script
2622
2623
2624
2625 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2626 # -----------------------------------
2627 # Extract the dictionary values for VARNAME (optionally with TAG) and
2628 # expand to a commented shell variable setting:
2629 #
2630 # # Some comment about what VAR is for.
2631 # visible_name=$lt_internal_name
2632
2633
2634
2635 # _LT_LIBTOOL_CONFIG_VARS
2636 # -----------------------
2637 # Produce commented declarations of non-tagged libtool config variables
2638 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2639 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2640 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2641
2642
2643
2644 # _LT_LIBTOOL_TAG_VARS(TAG)
2645 # -------------------------
2646
2647
2648
2649 # _LT_TAGVAR(VARNAME, [TAGNAME])
2650 # ------------------------------
2651
2652
2653
2654 # _LT_CONFIG_COMMANDS
2655 # -------------------
2656 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2657 # variables for single and double quote escaping we saved from calls
2658 # to _LT_DECL, we can put quote escaped variables declarations
2659 # into `config.status', and then the shell code to quote escape them in
2660 # for loops in `config.status'. Finally, any additional code accumulated
2661 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2662 #_LT_CONFIG_COMMANDS
2663
2664
2665 # Initialize.
2666
2667
2668 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2669 # ------------------------------------
2670 # Generate a child script FILE with all initialization necessary to
2671 # reuse the environment learned by the parent script, and make the
2672 # file executable. If COMMENT is supplied, it is inserted after the
2673 # `#!' sequence but before initialization text begins. After this
2674 # macro, additional text can be appended to FILE to form the body of
2675 # the child script. The macro ends with non-zero status if the
2676 # file could not be fully written (such as if the disk is full).
2677 # _LT_GENERATED_FILE_INIT
2678
2679 # LT_OUTPUT
2680 # ---------
2681 # This macro allows early generation of the libtool script (before
2682 # AC_OUTPUT is called), incase it is used in configure for compilation
2683 # tests.
2684 # LT_OUTPUT
2685
2686
2687 # _LT_CONFIG(TAG)
2688 # ---------------
2689 # If TAG is the built-in tag, create an initial libtool script with a
2690 # default configuration from the untagged config vars. Otherwise add code
2691 # to config.status for appending the configuration named by TAG from the
2692 # matching tagged config vars.
2693 # _LT_CONFIG
2694
2695
2696 # LT_SUPPORTED_TAG(TAG)
2697 # ---------------------
2698 # Trace this macro to discover what tags are supported by the libtool
2699 # --tag option, using:
2700 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2701
2702
2703
2704 # C support is built-in for now
2705
2706
2707
2708
2709 # LT_LANG(LANG)
2710 # -------------
2711 # Enable libtool support for the given language if not already enabled.
2712 # LT_LANG
2713
2714
2715 # _LT_LANG(LANGNAME)
2716 # ------------------
2717 # _LT_LANG
2718
2719
2720 # _LT_LANG_DEFAULT_CONFIG
2721 # -----------------------
2722 # _LT_LANG_DEFAULT_CONFIG
2723
2724 # Obsolete macros:
2725 # This is what autoupdate's m4 run will expand. It fires
2726 # the warning (with _au_warn_XXX), outputs it into the
2727 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2728 # the replacement expansion.
2729
2730
2731 # This is an auxiliary macro that is also run when
2732 # autoupdate runs m4. It simply calls m4_warning, but
2733 # we need a wrapper so that each warning is emitted only
2734 # once. We break the quoting in m4_warning's argument in
2735 # order to expand this macro's arguments, not AU_DEFUN's.
2736
2737
2738 # Finally, this is the expansion that is picked up by
2739 # autoconf. It tells the user to run autoupdate, and
2740 # then outputs the replacement expansion. We do not care
2741 # about autoupdate's warning because that contains
2742 # information on what to do *after* running autoupdate.
2743
2744 # This is what autoupdate's m4 run will expand. It fires
2745 # the warning (with _au_warn_XXX), outputs it into the
2746 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2747 # the replacement expansion.
2748
2749
2750 # This is an auxiliary macro that is also run when
2751 # autoupdate runs m4. It simply calls m4_warning, but
2752 # we need a wrapper so that each warning is emitted only
2753 # once. We break the quoting in m4_warning's argument in
2754 # order to expand this macro's arguments, not AU_DEFUN's.
2755
2756
2757 # Finally, this is the expansion that is picked up by
2758 # autoconf. It tells the user to run autoupdate, and
2759 # then outputs the replacement expansion. We do not care
2760 # about autoupdate's warning because that contains
2761 # information on what to do *after* running autoupdate.
2762
2763 # This is what autoupdate's m4 run will expand. It fires
2764 # the warning (with _au_warn_XXX), outputs it into the
2765 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2766 # the replacement expansion.
2767
2768
2769 # This is an auxiliary macro that is also run when
2770 # autoupdate runs m4. It simply calls m4_warning, but
2771 # we need a wrapper so that each warning is emitted only
2772 # once. We break the quoting in m4_warning's argument in
2773 # order to expand this macro's arguments, not AU_DEFUN's.
2774
2775
2776 # Finally, this is the expansion that is picked up by
2777 # autoconf. It tells the user to run autoupdate, and
2778 # then outputs the replacement expansion. We do not care
2779 # about autoupdate's warning because that contains
2780 # information on what to do *after* running autoupdate.
2781
2782 # This is what autoupdate's m4 run will expand. It fires
2783 # the warning (with _au_warn_XXX), outputs it into the
2784 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2785 # the replacement expansion.
2786
2787
2788 # This is an auxiliary macro that is also run when
2789 # autoupdate runs m4. It simply calls m4_warning, but
2790 # we need a wrapper so that each warning is emitted only
2791 # once. We break the quoting in m4_warning's argument in
2792 # order to expand this macro's arguments, not AU_DEFUN's.
2793
2794
2795 # Finally, this is the expansion that is picked up by
2796 # autoconf. It tells the user to run autoupdate, and
2797 # then outputs the replacement expansion. We do not care
2798 # about autoupdate's warning because that contains
2799 # information on what to do *after* running autoupdate.
2800
2801 # This is what autoupdate's m4 run will expand. It fires
2802 # the warning (with _au_warn_XXX), outputs it into the
2803 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2804 # the replacement expansion.
2805
2806
2807 # This is an auxiliary macro that is also run when
2808 # autoupdate runs m4. It simply calls m4_warning, but
2809 # we need a wrapper so that each warning is emitted only
2810 # once. We break the quoting in m4_warning's argument in
2811 # order to expand this macro's arguments, not AU_DEFUN's.
2812
2813
2814 # Finally, this is the expansion that is picked up by
2815 # autoconf. It tells the user to run autoupdate, and
2816 # then outputs the replacement expansion. We do not care
2817 # about autoupdate's warning because that contains
2818 # information on what to do *after* running autoupdate.
2819
2820
2821
2822 # _LT_TAG_COMPILER
2823 # ----------------
2824 # _LT_TAG_COMPILER
2825
2826
2827 # _LT_COMPILER_BOILERPLATE
2828 # ------------------------
2829 # Check for compiler boilerplate output or warnings with
2830 # the simple compiler test code.
2831 # _LT_COMPILER_BOILERPLATE
2832
2833
2834 # _LT_LINKER_BOILERPLATE
2835 # ----------------------
2836 # Check for linker boilerplate output or warnings with
2837 # the simple link test code.
2838 # _LT_LINKER_BOILERPLATE
2839
2840 # _LT_REQUIRED_DARWIN_CHECKS
2841 # -------------------------
2842
2843
2844
2845 # _LT_DARWIN_LINKER_FEATURES
2846 # --------------------------
2847 # Checks for linker and compiler features on darwin
2848
2849
2850 # _LT_SYS_MODULE_PATH_AIX
2851 # -----------------------
2852 # Links a minimal program and checks the executable
2853 # for the system default hardcoded library path. In most cases,
2854 # this is /usr/lib:/lib, but when the MPI compilers are used
2855 # the location of the communication and MPI libs are included too.
2856 # If we don't find anything, use the default library path according
2857 # to the aix ld manual.
2858 # _LT_SYS_MODULE_PATH_AIX
2859
2860
2861 # _LT_SHELL_INIT(ARG)
2862 # -------------------
2863 # _LT_SHELL_INIT
2864
2865
2866
2867 # _LT_PROG_ECHO_BACKSLASH
2868 # -----------------------
2869 # Find how we can fake an echo command that does not interpret backslash.
2870 # In particular, with Autoconf 2.60 or later we add some code to the start
2871 # of the generated configure script which will find a shell with a builtin
2872 # printf (which we can use as an echo command).
2873 # _LT_PROG_ECHO_BACKSLASH
2874
2875
2876 # _LT_ENABLE_LOCK
2877 # ---------------
2878 # _LT_ENABLE_LOCK
2879
2880
2881 # _LT_CMD_OLD_ARCHIVE
2882 # -------------------
2883 # _LT_CMD_OLD_ARCHIVE
2884
2885
2886 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2887 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2888 # ----------------------------------------------------------------
2889 # Check whether the given compiler option works
2890 # _LT_COMPILER_OPTION
2891
2892 # Old name:
2893 # This is what autoupdate's m4 run will expand. It fires
2894 # the warning (with _au_warn_XXX), outputs it into the
2895 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2896 # the replacement expansion.
2897
2898
2899 # This is an auxiliary macro that is also run when
2900 # autoupdate runs m4. It simply calls m4_warning, but
2901 # we need a wrapper so that each warning is emitted only
2902 # once. We break the quoting in m4_warning's argument in
2903 # order to expand this macro's arguments, not AU_DEFUN's.
2904
2905
2906 # Finally, this is the expansion that is picked up by
2907 # autoconf. It tells the user to run autoupdate, and
2908 # then outputs the replacement expansion. We do not care
2909 # about autoupdate's warning because that contains
2910 # information on what to do *after* running autoupdate.
2911
2912
2913
2914 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2915 # [ACTION-SUCCESS], [ACTION-FAILURE])
2916 # ----------------------------------------------------
2917 # Check whether the given linker option works
2918 # _LT_LINKER_OPTION
2919
2920 # Old name:
2921 # This is what autoupdate's m4 run will expand. It fires
2922 # the warning (with _au_warn_XXX), outputs it into the
2923 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2924 # the replacement expansion.
2925
2926
2927 # This is an auxiliary macro that is also run when
2928 # autoupdate runs m4. It simply calls m4_warning, but
2929 # we need a wrapper so that each warning is emitted only
2930 # once. We break the quoting in m4_warning's argument in
2931 # order to expand this macro's arguments, not AU_DEFUN's.
2932
2933
2934 # Finally, this is the expansion that is picked up by
2935 # autoconf. It tells the user to run autoupdate, and
2936 # then outputs the replacement expansion. We do not care
2937 # about autoupdate's warning because that contains
2938 # information on what to do *after* running autoupdate.
2939
2940
2941
2942 # LT_CMD_MAX_LEN
2943 #---------------
2944 # LT_CMD_MAX_LEN
2945
2946 # Old name:
2947 # This is what autoupdate's m4 run will expand. It fires
2948 # the warning (with _au_warn_XXX), outputs it into the
2949 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2950 # the replacement expansion.
2951
2952
2953 # This is an auxiliary macro that is also run when
2954 # autoupdate runs m4. It simply calls m4_warning, but
2955 # we need a wrapper so that each warning is emitted only
2956 # once. We break the quoting in m4_warning's argument in
2957 # order to expand this macro's arguments, not AU_DEFUN's.
2958
2959
2960 # Finally, this is the expansion that is picked up by
2961 # autoconf. It tells the user to run autoupdate, and
2962 # then outputs the replacement expansion. We do not care
2963 # about autoupdate's warning because that contains
2964 # information on what to do *after* running autoupdate.
2965
2966
2967
2968 # _LT_HEADER_DLFCN
2969 # ----------------
2970 # _LT_HEADER_DLFCN
2971
2972
2973 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2974 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2975 # ----------------------------------------------------------------
2976 # _LT_TRY_DLOPEN_SELF
2977
2978
2979 # LT_SYS_DLOPEN_SELF
2980 # ------------------
2981 # LT_SYS_DLOPEN_SELF
2982
2983 # Old name:
2984 # This is what autoupdate's m4 run will expand. It fires
2985 # the warning (with _au_warn_XXX), outputs it into the
2986 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2987 # the replacement expansion.
2988
2989
2990 # This is an auxiliary macro that is also run when
2991 # autoupdate runs m4. It simply calls m4_warning, but
2992 # we need a wrapper so that each warning is emitted only
2993 # once. We break the quoting in m4_warning's argument in
2994 # order to expand this macro's arguments, not AU_DEFUN's.
2995
2996
2997 # Finally, this is the expansion that is picked up by
2998 # autoconf. It tells the user to run autoupdate, and
2999 # then outputs the replacement expansion. We do not care
3000 # about autoupdate's warning because that contains
3001 # information on what to do *after* running autoupdate.
3002
3003
3004
3005 # _LT_COMPILER_C_O([TAGNAME])
3006 # ---------------------------
3007 # Check to see if options -c and -o are simultaneously supported by compiler.
3008 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
3009 # _LT_COMPILER_C_O
3010
3011
3012 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
3013 # ----------------------------------
3014 # Check to see if we can do hard links to lock some files if needed
3015 # _LT_COMPILER_FILE_LOCKS
3016
3017
3018 # _LT_CHECK_OBJDIR
3019 # ----------------
3020 # _LT_CHECK_OBJDIR
3021
3022
3023 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3024 # --------------------------------------
3025 # Check hardcoding attributes.
3026 # _LT_LINKER_HARDCODE_LIBPATH
3027
3028
3029 # _LT_CMD_STRIPLIB
3030 # ----------------
3031 # _LT_CMD_STRIPLIB
3032
3033
3034 # _LT_SYS_DYNAMIC_LINKER([TAG])
3035 # -----------------------------
3036 # PORTME Fill in your ld.so characteristics
3037 # _LT_SYS_DYNAMIC_LINKER
3038
3039
3040 # _LT_PATH_TOOL_PREFIX(TOOL)
3041 # --------------------------
3042 # find a file program which can recognize shared library
3043 # _LT_PATH_TOOL_PREFIX
3044
3045 # Old name:
3046 # This is what autoupdate's m4 run will expand. It fires
3047 # the warning (with _au_warn_XXX), outputs it into the
3048 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3049 # the replacement expansion.
3050
3051
3052 # This is an auxiliary macro that is also run when
3053 # autoupdate runs m4. It simply calls m4_warning, but
3054 # we need a wrapper so that each warning is emitted only
3055 # once. We break the quoting in m4_warning's argument in
3056 # order to expand this macro's arguments, not AU_DEFUN's.
3057
3058
3059 # Finally, this is the expansion that is picked up by
3060 # autoconf. It tells the user to run autoupdate, and
3061 # then outputs the replacement expansion. We do not care
3062 # about autoupdate's warning because that contains
3063 # information on what to do *after* running autoupdate.
3064
3065
3066
3067 # _LT_PATH_MAGIC
3068 # --------------
3069 # find a file program which can recognize a shared library
3070 # _LT_PATH_MAGIC
3071
3072
3073 # LT_PATH_LD
3074 # ----------
3075 # find the pathname to the GNU or non-GNU linker
3076 # LT_PATH_LD
3077
3078 # Old names:
3079 # This is what autoupdate's m4 run will expand. It fires
3080 # the warning (with _au_warn_XXX), outputs it into the
3081 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3082 # the replacement expansion.
3083
3084
3085 # This is an auxiliary macro that is also run when
3086 # autoupdate runs m4. It simply calls m4_warning, but
3087 # we need a wrapper so that each warning is emitted only
3088 # once. We break the quoting in m4_warning's argument in
3089 # order to expand this macro's arguments, not AU_DEFUN's.
3090
3091
3092 # Finally, this is the expansion that is picked up by
3093 # autoconf. It tells the user to run autoupdate, and
3094 # then outputs the replacement expansion. We do not care
3095 # about autoupdate's warning because that contains
3096 # information on what to do *after* running autoupdate.
3097
3098 # This is what autoupdate's m4 run will expand. It fires
3099 # the warning (with _au_warn_XXX), outputs it into the
3100 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3101 # the replacement expansion.
3102
3103
3104 # This is an auxiliary macro that is also run when
3105 # autoupdate runs m4. It simply calls m4_warning, but
3106 # we need a wrapper so that each warning is emitted only
3107 # once. We break the quoting in m4_warning's argument in
3108 # order to expand this macro's arguments, not AU_DEFUN's.
3109
3110
3111 # Finally, this is the expansion that is picked up by
3112 # autoconf. It tells the user to run autoupdate, and
3113 # then outputs the replacement expansion. We do not care
3114 # about autoupdate's warning because that contains
3115 # information on what to do *after* running autoupdate.
3116
3117
3118
3119 # _LT_PATH_LD_GNU
3120 #- --------------
3121 # _LT_PATH_LD_GNU
3122
3123
3124 # _LT_CMD_RELOAD
3125 # --------------
3126 # find reload flag for linker
3127 # -- PORTME Some linkers may need a different reload flag.
3128 # _LT_CMD_RELOAD
3129
3130
3131 # _LT_CHECK_MAGIC_METHOD
3132 # ----------------------
3133 # how to check for library dependencies
3134 # -- PORTME fill in with the dynamic library characteristics
3135 # _LT_CHECK_MAGIC_METHOD
3136
3137
3138 # LT_PATH_NM
3139 # ----------
3140 # find the pathname to a BSD- or MS-compatible name lister
3141 # LT_PATH_NM
3142
3143 # Old names:
3144 # This is what autoupdate's m4 run will expand. It fires
3145 # the warning (with _au_warn_XXX), outputs it into the
3146 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3147 # the replacement expansion.
3148
3149
3150 # This is an auxiliary macro that is also run when
3151 # autoupdate runs m4. It simply calls m4_warning, but
3152 # we need a wrapper so that each warning is emitted only
3153 # once. We break the quoting in m4_warning's argument in
3154 # order to expand this macro's arguments, not AU_DEFUN's.
3155
3156
3157 # Finally, this is the expansion that is picked up by
3158 # autoconf. It tells the user to run autoupdate, and
3159 # then outputs the replacement expansion. We do not care
3160 # about autoupdate's warning because that contains
3161 # information on what to do *after* running autoupdate.
3162
3163 # This is what autoupdate's m4 run will expand. It fires
3164 # the warning (with _au_warn_XXX), outputs it into the
3165 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3166 # the replacement expansion.
3167
3168
3169 # This is an auxiliary macro that is also run when
3170 # autoupdate runs m4. It simply calls m4_warning, but
3171 # we need a wrapper so that each warning is emitted only
3172 # once. We break the quoting in m4_warning's argument in
3173 # order to expand this macro's arguments, not AU_DEFUN's.
3174
3175
3176 # Finally, this is the expansion that is picked up by
3177 # autoconf. It tells the user to run autoupdate, and
3178 # then outputs the replacement expansion. We do not care
3179 # about autoupdate's warning because that contains
3180 # information on what to do *after* running autoupdate.
3181
3182
3183
3184 # LT_LIB_M
3185 # --------
3186 # check for math library
3187 # LT_LIB_M
3188
3189 # Old name:
3190 # This is what autoupdate's m4 run will expand. It fires
3191 # the warning (with _au_warn_XXX), outputs it into the
3192 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3193 # the replacement expansion.
3194
3195
3196 # This is an auxiliary macro that is also run when
3197 # autoupdate runs m4. It simply calls m4_warning, but
3198 # we need a wrapper so that each warning is emitted only
3199 # once. We break the quoting in m4_warning's argument in
3200 # order to expand this macro's arguments, not AU_DEFUN's.
3201
3202
3203 # Finally, this is the expansion that is picked up by
3204 # autoconf. It tells the user to run autoupdate, and
3205 # then outputs the replacement expansion. We do not care
3206 # about autoupdate's warning because that contains
3207 # information on what to do *after* running autoupdate.
3208
3209
3210
3211 # _LT_COMPILER_NO_RTTI([TAGNAME])
3212 # -------------------------------
3213 # _LT_COMPILER_NO_RTTI
3214
3215
3216 # _LT_CMD_GLOBAL_SYMBOLS
3217 # ----------------------
3218 # _LT_CMD_GLOBAL_SYMBOLS
3219
3220
3221 # _LT_COMPILER_PIC([TAGNAME])
3222 # ---------------------------
3223 # _LT_COMPILER_PIC
3224
3225
3226 # _LT_LINKER_SHLIBS([TAGNAME])
3227 # ----------------------------
3228 # See if the linker supports building shared libraries.
3229 # _LT_LINKER_SHLIBS
3230
3231
3232 # _LT_LANG_C_CONFIG([TAG])
3233 # ------------------------
3234 # Ensure that the configuration variables for a C compiler are suitably
3235 # defined. These variables are subsequently used by _LT_CONFIG to write
3236 # the compiler configuration to `libtool'.
3237 # _LT_LANG_C_CONFIG
3238
3239
3240 # _LT_LANG_CXX_CONFIG([TAG])
3241 # --------------------------
3242 # Ensure that the configuration variables for a C++ compiler are suitably
3243 # defined. These variables are subsequently used by _LT_CONFIG to write
3244 # the compiler configuration to `libtool'.
3245 # _LT_LANG_CXX_CONFIG
3246
3247
3248 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3249 # ---------------------------------
3250 # Figure out "hidden" library dependencies from verbose
3251 # compiler output when linking a shared library.
3252 # Parse the compiler output and extract the necessary
3253 # objects, libraries and library flags.
3254 # _LT_SYS_HIDDEN_LIBDEPS
3255
3256
3257 # _LT_LANG_F77_CONFIG([TAG])
3258 # --------------------------
3259 # Ensure that the configuration variables for a Fortran 77 compiler are
3260 # suitably defined. These variables are subsequently used by _LT_CONFIG
3261 # to write the compiler configuration to `libtool'.
3262 # _LT_LANG_F77_CONFIG
3263
3264
3265 # _LT_LANG_FC_CONFIG([TAG])
3266 # -------------------------
3267 # Ensure that the configuration variables for a Fortran compiler are
3268 # suitably defined. These variables are subsequently used by _LT_CONFIG
3269 # to write the compiler configuration to `libtool'.
3270 # _LT_LANG_FC_CONFIG
3271
3272
3273 # _LT_LANG_GCJ_CONFIG([TAG])
3274 # --------------------------
3275 # Ensure that the configuration variables for the GNU Java Compiler compiler
3276 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3277 # to write the compiler configuration to `libtool'.
3278 # _LT_LANG_GCJ_CONFIG
3279
3280
3281 # _LT_LANG_RC_CONFIG([TAG])
3282 # -------------------------
3283 # Ensure that the configuration variables for the Windows resource compiler
3284 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3285 # to write the compiler configuration to `libtool'.
3286 # _LT_LANG_RC_CONFIG
3287
3288
3289 # LT_PROG_GCJ
3290 # -----------
3291
3292
3293 # Old name:
3294 # This is what autoupdate's m4 run will expand. It fires
3295 # the warning (with _au_warn_XXX), outputs it into the
3296 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3297 # the replacement expansion.
3298
3299
3300 # This is an auxiliary macro that is also run when
3301 # autoupdate runs m4. It simply calls m4_warning, but
3302 # we need a wrapper so that each warning is emitted only
3303 # once. We break the quoting in m4_warning's argument in
3304 # order to expand this macro's arguments, not AU_DEFUN's.
3305
3306
3307 # Finally, this is the expansion that is picked up by
3308 # autoconf. It tells the user to run autoupdate, and
3309 # then outputs the replacement expansion. We do not care
3310 # about autoupdate's warning because that contains
3311 # information on what to do *after* running autoupdate.
3312
3313
3314
3315 # LT_PROG_RC
3316 # ----------
3317
3318
3319 # Old name:
3320 # This is what autoupdate's m4 run will expand. It fires
3321 # the warning (with _au_warn_XXX), outputs it into the
3322 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3323 # the replacement expansion.
3324
3325
3326 # This is an auxiliary macro that is also run when
3327 # autoupdate runs m4. It simply calls m4_warning, but
3328 # we need a wrapper so that each warning is emitted only
3329 # once. We break the quoting in m4_warning's argument in
3330 # order to expand this macro's arguments, not AU_DEFUN's.
3331
3332
3333 # Finally, this is the expansion that is picked up by
3334 # autoconf. It tells the user to run autoupdate, and
3335 # then outputs the replacement expansion. We do not care
3336 # about autoupdate's warning because that contains
3337 # information on what to do *after* running autoupdate.
3338
3339
3340
3341 # _LT_DECL_EGREP
3342 # --------------
3343 # If we don't have a new enough Autoconf to choose the best grep
3344 # available, choose the one first in the user's PATH.
3345
3346
3347
3348 # _LT_DECL_OBJDUMP
3349 # --------------
3350 # If we don't have a new enough Autoconf to choose the best objdump
3351 # available, choose the one first in the user's PATH.
3352
3353
3354
3355 # _LT_DECL_SED
3356 # ------------
3357 # Check for a fully-functional sed program, that truncates
3358 # as few characters as possible. Prefer GNU sed if found.
3359 # _LT_DECL_SED
3360
3361 #m4_ifndef
3362
3363 # Old name:
3364 # This is what autoupdate's m4 run will expand. It fires
3365 # the warning (with _au_warn_XXX), outputs it into the
3366 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3367 # the replacement expansion.
3368
3369
3370 # This is an auxiliary macro that is also run when
3371 # autoupdate runs m4. It simply calls m4_warning, but
3372 # we need a wrapper so that each warning is emitted only
3373 # once. We break the quoting in m4_warning's argument in
3374 # order to expand this macro's arguments, not AU_DEFUN's.
3375
3376
3377 # Finally, this is the expansion that is picked up by
3378 # autoconf. It tells the user to run autoupdate, and
3379 # then outputs the replacement expansion. We do not care
3380 # about autoupdate's warning because that contains
3381 # information on what to do *after* running autoupdate.
3382
3383
3384
3385 # _LT_CHECK_SHELL_FEATURES
3386 # ------------------------
3387 # Find out whether the shell is Bourne or XSI compatible,
3388 # or has some other useful features.
3389 # _LT_CHECK_SHELL_FEATURES
3390
3391
3392 # _LT_PROG_XSI_SHELLFNS
3393 # ---------------------
3394 # Bourne and XSI compatible variants of some useful shell functions.
3395
3396
3397 # Helper functions for option handling. -*- Autoconf -*-
3398 #
3399 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3400 # Inc.
3401 # Written by Gary V. Vaughan, 2004
3402 #
3403 # This file is free software; the Free Software Foundation gives
3404 # unlimited permission to copy and/or distribute it, with or without
3405 # modifications, as long as this notice is preserved.
3406
3407 # serial 6 ltoptions.m4
3408
3409 # This is to help aclocal find these macros, as it can't see m4_define.
3410
3411
3412
3413 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3414 # ------------------------------------------
3415
3416
3417
3418 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3419 # ---------------------------------------
3420 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3421 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3422 # saved as a flag.
3423
3424
3425
3426 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3427 # ------------------------------------------------------------
3428 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3429
3430
3431
3432 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3433 # -------------------------------------------------------
3434 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3435 # are set.
3436
3437
3438
3439 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3440 # ----------------------------------------
3441 # OPTION-LIST is a space-separated list of Libtool options associated
3442 # with MACRO-NAME. If any OPTION has a matching handler declared with
3443 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3444 # the unknown option and exit.
3445 # _LT_SET_OPTIONS
3446
3447
3448 ## --------------------------------- ##
3449 ## Macros to handle LT_INIT options. ##
3450 ## --------------------------------- ##
3451
3452 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3453 # -----------------------------------------
3454
3455
3456
3457 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3458 # -----------------------------------------------
3459 # LT_OPTION_DEFINE
3460
3461
3462 # dlopen
3463 # ------
3464
3465
3466 # This is what autoupdate's m4 run will expand. It fires
3467 # the warning (with _au_warn_XXX), outputs it into the
3468 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3469 # the replacement expansion.
3470
3471
3472 # This is an auxiliary macro that is also run when
3473 # autoupdate runs m4. It simply calls m4_warning, but
3474 # we need a wrapper so that each warning is emitted only
3475 # once. We break the quoting in m4_warning's argument in
3476 # order to expand this macro's arguments, not AU_DEFUN's.
3477
3478
3479 # Finally, this is the expansion that is picked up by
3480 # autoconf. It tells the user to run autoupdate, and
3481 # then outputs the replacement expansion. We do not care
3482 # about autoupdate's warning because that contains
3483 # information on what to do *after* running autoupdate.
3484
3485
3486
3487
3488 # win32-dll
3489 # ---------
3490 # Declare package support for building win32 dll's.
3491 # win32-dll
3492
3493 # This is what autoupdate's m4 run will expand. It fires
3494 # the warning (with _au_warn_XXX), outputs it into the
3495 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3496 # the replacement expansion.
3497
3498
3499 # This is an auxiliary macro that is also run when
3500 # autoupdate runs m4. It simply calls m4_warning, but
3501 # we need a wrapper so that each warning is emitted only
3502 # once. We break the quoting in m4_warning's argument in
3503 # order to expand this macro's arguments, not AU_DEFUN's.
3504
3505
3506 # Finally, this is the expansion that is picked up by
3507 # autoconf. It tells the user to run autoupdate, and
3508 # then outputs the replacement expansion. We do not care
3509 # about autoupdate's warning because that contains
3510 # information on what to do *after* running autoupdate.
3511
3512
3513
3514
3515 # _LT_ENABLE_SHARED([DEFAULT])
3516 # ----------------------------
3517 # implement the --enable-shared flag, and supports the `shared' and
3518 # `disable-shared' LT_INIT options.
3519 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3520 # _LT_ENABLE_SHARED
3521
3522
3523
3524
3525 # Old names:
3526
3527
3528
3529
3530 # This is what autoupdate's m4 run will expand. It fires
3531 # the warning (with _au_warn_XXX), outputs it into the
3532 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3533 # the replacement expansion.
3534
3535
3536 # This is an auxiliary macro that is also run when
3537 # autoupdate runs m4. It simply calls m4_warning, but
3538 # we need a wrapper so that each warning is emitted only
3539 # once. We break the quoting in m4_warning's argument in
3540 # order to expand this macro's arguments, not AU_DEFUN's.
3541
3542
3543 # Finally, this is the expansion that is picked up by
3544 # autoconf. It tells the user to run autoupdate, and
3545 # then outputs the replacement expansion. We do not care
3546 # about autoupdate's warning because that contains
3547 # information on what to do *after* running autoupdate.
3548
3549 # This is what autoupdate's m4 run will expand. It fires
3550 # the warning (with _au_warn_XXX), outputs it into the
3551 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3552 # the replacement expansion.
3553
3554
3555 # This is an auxiliary macro that is also run when
3556 # autoupdate runs m4. It simply calls m4_warning, but
3557 # we need a wrapper so that each warning is emitted only
3558 # once. We break the quoting in m4_warning's argument in
3559 # order to expand this macro's arguments, not AU_DEFUN's.
3560
3561
3562 # Finally, this is the expansion that is picked up by
3563 # autoconf. It tells the user to run autoupdate, and
3564 # then outputs the replacement expansion. We do not care
3565 # about autoupdate's warning because that contains
3566 # information on what to do *after* running autoupdate.
3567
3568
3569
3570
3571
3572 # _LT_ENABLE_STATIC([DEFAULT])
3573 # ----------------------------
3574 # implement the --enable-static flag, and support the `static' and
3575 # `disable-static' LT_INIT options.
3576 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3577 # _LT_ENABLE_STATIC
3578
3579
3580
3581
3582 # Old names:
3583
3584
3585
3586
3587 # This is what autoupdate's m4 run will expand. It fires
3588 # the warning (with _au_warn_XXX), outputs it into the
3589 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3590 # the replacement expansion.
3591
3592
3593 # This is an auxiliary macro that is also run when
3594 # autoupdate runs m4. It simply calls m4_warning, but
3595 # we need a wrapper so that each warning is emitted only
3596 # once. We break the quoting in m4_warning's argument in
3597 # order to expand this macro's arguments, not AU_DEFUN's.
3598
3599
3600 # Finally, this is the expansion that is picked up by
3601 # autoconf. It tells the user to run autoupdate, and
3602 # then outputs the replacement expansion. We do not care
3603 # about autoupdate's warning because that contains
3604 # information on what to do *after* running autoupdate.
3605
3606 # This is what autoupdate's m4 run will expand. It fires
3607 # the warning (with _au_warn_XXX), outputs it into the
3608 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3609 # the replacement expansion.
3610
3611
3612 # This is an auxiliary macro that is also run when
3613 # autoupdate runs m4. It simply calls m4_warning, but
3614 # we need a wrapper so that each warning is emitted only
3615 # once. We break the quoting in m4_warning's argument in
3616 # order to expand this macro's arguments, not AU_DEFUN's.
3617
3618
3619 # Finally, this is the expansion that is picked up by
3620 # autoconf. It tells the user to run autoupdate, and
3621 # then outputs the replacement expansion. We do not care
3622 # about autoupdate's warning because that contains
3623 # information on what to do *after* running autoupdate.
3624
3625
3626
3627
3628
3629 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3630 # ----------------------------------
3631 # implement the --enable-fast-install flag, and support the `fast-install'
3632 # and `disable-fast-install' LT_INIT options.
3633 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3634 # _LT_ENABLE_FAST_INSTALL
3635
3636
3637
3638
3639 # Old names:
3640 # This is what autoupdate's m4 run will expand. It fires
3641 # the warning (with _au_warn_XXX), outputs it into the
3642 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3643 # the replacement expansion.
3644
3645
3646 # This is an auxiliary macro that is also run when
3647 # autoupdate runs m4. It simply calls m4_warning, but
3648 # we need a wrapper so that each warning is emitted only
3649 # once. We break the quoting in m4_warning's argument in
3650 # order to expand this macro's arguments, not AU_DEFUN's.
3651
3652
3653 # Finally, this is the expansion that is picked up by
3654 # autoconf. It tells the user to run autoupdate, and
3655 # then outputs the replacement expansion. We do not care
3656 # about autoupdate's warning because that contains
3657 # information on what to do *after* running autoupdate.
3658
3659
3660 # This is what autoupdate's m4 run will expand. It fires
3661 # the warning (with _au_warn_XXX), outputs it into the
3662 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3663 # the replacement expansion.
3664
3665
3666 # This is an auxiliary macro that is also run when
3667 # autoupdate runs m4. It simply calls m4_warning, but
3668 # we need a wrapper so that each warning is emitted only
3669 # once. We break the quoting in m4_warning's argument in
3670 # order to expand this macro's arguments, not AU_DEFUN's.
3671
3672
3673 # Finally, this is the expansion that is picked up by
3674 # autoconf. It tells the user to run autoupdate, and
3675 # then outputs the replacement expansion. We do not care
3676 # about autoupdate's warning because that contains
3677 # information on what to do *after* running autoupdate.
3678
3679
3680
3681
3682 # _LT_WITH_PIC([MODE])
3683 # --------------------
3684 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3685 # LT_INIT options.
3686 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3687 # _LT_WITH_PIC
3688
3689
3690
3691
3692 # Old name:
3693 # This is what autoupdate's m4 run will expand. It fires
3694 # the warning (with _au_warn_XXX), outputs it into the
3695 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3696 # the replacement expansion.
3697
3698
3699 # This is an auxiliary macro that is also run when
3700 # autoupdate runs m4. It simply calls m4_warning, but
3701 # we need a wrapper so that each warning is emitted only
3702 # once. We break the quoting in m4_warning's argument in
3703 # order to expand this macro's arguments, not AU_DEFUN's.
3704
3705
3706 # Finally, this is the expansion that is picked up by
3707 # autoconf. It tells the user to run autoupdate, and
3708 # then outputs the replacement expansion. We do not care
3709 # about autoupdate's warning because that contains
3710 # information on what to do *after* running autoupdate.
3711
3712
3713
3714 ## ----------------- ##
3715 ## LTDL_INIT Options ##
3716 ## ----------------- ##
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3728 #
3729 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3730 # Written by Gary V. Vaughan, 2004
3731 #
3732 # This file is free software; the Free Software Foundation gives
3733 # unlimited permission to copy and/or distribute it, with or without
3734 # modifications, as long as this notice is preserved.
3735
3736 # serial 6 ltsugar.m4
3737
3738 # This is to help aclocal find these macros, as it can't see m4_define.
3739
3740
3741
3742 # lt_join(SEP, ARG1, [ARG2...])
3743 # -----------------------------
3744 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3745 # associated separator.
3746 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3747 # versions in m4sugar had bugs.
3748
3749
3750
3751
3752 # lt_car(LIST)
3753 # lt_cdr(LIST)
3754 # ------------
3755 # Manipulate m4 lists.
3756 # These macros are necessary as long as will still need to support
3757 # Autoconf-2.59 which quotes differently.
3758
3759
3760
3761
3762
3763 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3764 # ------------------------------------------
3765 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3766 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3767 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3768 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3769 # than defined and empty).
3770 #
3771 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3772 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3773
3774
3775
3776
3777 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3778 # ----------------------------------------------------------
3779 # Produce a SEP delimited list of all paired combinations of elements of
3780 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3781 # has the form PREFIXmINFIXSUFFIXn.
3782 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3783
3784
3785
3786 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3787 # -----------------------------------------------------------------------
3788 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3789 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3790
3791
3792
3793 # lt_dict_add(DICT, KEY, VALUE)
3794 # -----------------------------
3795
3796
3797
3798 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3799 # --------------------------------------------
3800
3801
3802
3803 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3804 # ----------------------------------
3805
3806
3807
3808 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3809 # -----------------------------------------------------------------
3810
3811
3812
3813 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3814 # --------------------------------------------------------------
3815
3816
3817 # ltversion.m4 -- version numbers -*- Autoconf -*-
3818 #
3819 # Copyright (C) 2004 Free Software Foundation, Inc.
3820 # Written by Scott James Remnant, 2004
3821 #
3822 # This file is free software; the Free Software Foundation gives
3823 # unlimited permission to copy and/or distribute it, with or without
3824 # modifications, as long as this notice is preserved.
3825
3826 # Generated from ltversion.in.
3827
3828 # serial 3134 ltversion.m4
3829 # This file is part of GNU Libtool
3830
3831
3832
3833
3834
3835
3836 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3837 #
3838 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3839 # Written by Scott James Remnant, 2004.
3840 #
3841 # This file is free software; the Free Software Foundation gives
3842 # unlimited permission to copy and/or distribute it, with or without
3843 # modifications, as long as this notice is preserved.
3844
3845 # serial 4 lt~obsolete.m4
3846
3847 # These exist entirely to fool aclocal when bootstrapping libtool.
3848 #
3849 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3850 # which have later been changed to m4_define as they aren't part of the
3851 # exported API, or moved to Autoconf or Automake where they belong.
3852 #
3853 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3854 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3855 # using a macro with the same name in our local m4/libtool.m4 it'll
3856 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3857 # and doesn't know about Autoconf macros at all.)
3858 #
3859 # So we provide this file, which has a silly filename so it's always
3860 # included after everything else. This provides aclocal with the
3861 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3862 # because those macros already exist, or will be overwritten later.
3863 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3864 #
3865 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3866 # Yes, that means every name once taken will need to remain here until
3867 # we give up compatibility with versions before 1.7, at which point
3868 # we need to keep only those names which we still refer to.
3869
3870 # This is to help aclocal find these macros, as it can't see m4_define.
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
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 ## -*- Autoconf -*-
3936
3937 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3938 # Free Software Foundation, Inc.
3939 #
3940 # This file is free software; the Free Software Foundation
3941 # gives unlimited permission to copy and/or distribute it,
3942 # with or without modifications, as long as this notice is preserved.
3943
3944 # serial 8
3945
3946 # Based on depend.m4 from automake 1.9, modified for standalone use in
3947 # an environment where GNU make is required.
3948
3949 # ZW_PROG_COMPILER_DEPENDENCIES
3950 # -----------------------------
3951 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3952 # sets fooDEPMODE accordingly. Cache-variable compatible with
3953 # original; not side-effect compatible. As the users of this macro
3954 # may require accurate dependencies for correct builds, it does *not*
3955 # honor --disable-dependency-checking, and failure to detect a usable
3956 # method is an error. depcomp is assumed to be located in
3957 # $ac_aux_dir.
3958 #
3959 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3960
3961
3962
3963 # AM_SET_DEPDIR
3964 # -------------
3965 # Choose a directory name for dependency files.
3966
3967
3968 # ZW_CREATE_DEPDIR
3969 # ----------------
3970 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017 sim_inline="-DDEFAULT_INLINE=0"
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046 # intl sister-directory configuration rules.
4047 #
4048
4049 # The idea behind this macro is that there's no need to repeat all the
4050 # autoconf probes done by the intl directory - it's already done them
4051 # for us. In fact, there's no need even to look at the cache for the
4052 # answers. All we need to do is nab a few pieces of information.
4053 # The intl directory is set up to make this easy, by generating a
4054 # small file which can be sourced as a shell script; then we produce
4055 # the necessary substitutions and definitions for this directory.
4056
4057
4058
4059 # Autoconf M4 include file defining utility macros for complex Canadian
4060 # cross builds.
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070 ####
4071 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4072 # or AC_INIT.
4073 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
4074
4075 ####
4076 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4077 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4078
4079
4080 ####
4081 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4082 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4083
4084
4085
4086 # Backported from Autoconf 2.5x; can go away when and if
4087 # we switch. Put the OS path separator in $PATH_SEPARATOR.
4088
4089
4090
4091
4092 # ACX_HAVE_GCC_FOR_TARGET
4093 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4094
4095
4096 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4097 # Searching for installed target binutils. We need to take extra care,
4098 # else we may find the wrong assembler, linker, etc., and lose.
4099 #
4100 # First try --with-build-time-tools, if specified.
4101 #
4102 # For build != host, we ask the installed GCC for the name of the tool it
4103 # uses, and accept it if it is an absolute path. This is because the
4104 # only good choice for a compiler is the same GCC version that is being
4105 # installed (or we couldn't make target libraries), and we assume that
4106 # on the host system we'll have not only the same GCC version, but also
4107 # the same binutils version.
4108 #
4109 # For build == host, search the same directories that the installed
4110 # compiler will search. We used to do this for the assembler, linker,
4111 # and nm only; for simplicity of configuration, however, we extend this
4112 # criterion to tools (such as ar and ranlib) that are never invoked by
4113 # the compiler, to avoid mismatches.
4114 #
4115 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4116 # if build == target. This makes the most sense only when bootstrapping,
4117 # but we also do so when build != host. In this case, we hope that the
4118 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4119 #
4120 # If we do not find a suitable binary, then try the user's path.
4121
4122
4123 ###
4124 # AC_PROG_CPP_WERROR
4125 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4126 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4127 # For now, using this also overrides header checks to use only the
4128 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4129 # bit harder from here).
4130 # Eventually autoconf will default to checking headers with the compiler
4131 # instead, and we'll have to do this differently.
4132
4133 # AC_PROG_CPP_WERROR
4134
4135 # Test for GNAT.
4136 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4137 # that understands Ada. We use the user's CC setting, already found, and
4138 # possibly add $1 to the command-line parameters.
4139 #
4140 # Sets the shell variable have_gnat to yes or no as appropriate, and
4141 # substitutes GNATBIND and GNATMAKE.
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167 ac_ext=c
4168 ac_cpp='$CPP $CPPFLAGS'
4169 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4170 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4171 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4172 if test -n "$ac_tool_prefix"; then
4173 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4174 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4176 $as_echo_n "checking for $ac_word... " >&6; }
4177 if test "${ac_cv_prog_CC+set}" = set; then :
4178 $as_echo_n "(cached) " >&6
4179 else
4180 if test -n "$CC"; then
4181 ac_cv_prog_CC="$CC" # Let the user override the test.
4182 else
4183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4184 for as_dir in $PATH
4185 do
4186 IFS=$as_save_IFS
4187 test -z "$as_dir" && as_dir=.
4188 for ac_exec_ext in '' $ac_executable_extensions; do
4189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4190 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4192 break 2
4193 fi
4194 done
4195 done
4196 IFS=$as_save_IFS
4197
4198 fi
4199 fi
4200 CC=$ac_cv_prog_CC
4201 if test -n "$CC"; then
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4203 $as_echo "$CC" >&6; }
4204 else
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4206 $as_echo "no" >&6; }
4207 fi
4208
4209
4210 fi
4211 if test -z "$ac_cv_prog_CC"; then
4212 ac_ct_CC=$CC
4213 # Extract the first word of "gcc", so it can be a program name with args.
4214 set dummy gcc; ac_word=$2
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4216 $as_echo_n "checking for $ac_word... " >&6; }
4217 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4218 $as_echo_n "(cached) " >&6
4219 else
4220 if test -n "$ac_ct_CC"; then
4221 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4222 else
4223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4224 for as_dir in $PATH
4225 do
4226 IFS=$as_save_IFS
4227 test -z "$as_dir" && as_dir=.
4228 for ac_exec_ext in '' $ac_executable_extensions; do
4229 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4230 ac_cv_prog_ac_ct_CC="gcc"
4231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4232 break 2
4233 fi
4234 done
4235 done
4236 IFS=$as_save_IFS
4237
4238 fi
4239 fi
4240 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4241 if test -n "$ac_ct_CC"; then
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4243 $as_echo "$ac_ct_CC" >&6; }
4244 else
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4246 $as_echo "no" >&6; }
4247 fi
4248
4249 if test "x$ac_ct_CC" = x; then
4250 CC=""
4251 else
4252 case $cross_compiling:$ac_tool_warned in
4253 yes:)
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4255 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4256 ac_tool_warned=yes ;;
4257 esac
4258 CC=$ac_ct_CC
4259 fi
4260 else
4261 CC="$ac_cv_prog_CC"
4262 fi
4263
4264 if test -z "$CC"; then
4265 if test -n "$ac_tool_prefix"; then
4266 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4267 set dummy ${ac_tool_prefix}cc; ac_word=$2
4268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4269 $as_echo_n "checking for $ac_word... " >&6; }
4270 if test "${ac_cv_prog_CC+set}" = set; then :
4271 $as_echo_n "(cached) " >&6
4272 else
4273 if test -n "$CC"; then
4274 ac_cv_prog_CC="$CC" # Let the user override the test.
4275 else
4276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4277 for as_dir in $PATH
4278 do
4279 IFS=$as_save_IFS
4280 test -z "$as_dir" && as_dir=.
4281 for ac_exec_ext in '' $ac_executable_extensions; do
4282 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4283 ac_cv_prog_CC="${ac_tool_prefix}cc"
4284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4285 break 2
4286 fi
4287 done
4288 done
4289 IFS=$as_save_IFS
4290
4291 fi
4292 fi
4293 CC=$ac_cv_prog_CC
4294 if test -n "$CC"; then
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4296 $as_echo "$CC" >&6; }
4297 else
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4299 $as_echo "no" >&6; }
4300 fi
4301
4302
4303 fi
4304 fi
4305 if test -z "$CC"; then
4306 # Extract the first word of "cc", so it can be a program name with args.
4307 set dummy cc; ac_word=$2
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4309 $as_echo_n "checking for $ac_word... " >&6; }
4310 if test "${ac_cv_prog_CC+set}" = set; then :
4311 $as_echo_n "(cached) " >&6
4312 else
4313 if test -n "$CC"; then
4314 ac_cv_prog_CC="$CC" # Let the user override the test.
4315 else
4316 ac_prog_rejected=no
4317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4318 for as_dir in $PATH
4319 do
4320 IFS=$as_save_IFS
4321 test -z "$as_dir" && as_dir=.
4322 for ac_exec_ext in '' $ac_executable_extensions; do
4323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4324 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4325 ac_prog_rejected=yes
4326 continue
4327 fi
4328 ac_cv_prog_CC="cc"
4329 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4330 break 2
4331 fi
4332 done
4333 done
4334 IFS=$as_save_IFS
4335
4336 if test $ac_prog_rejected = yes; then
4337 # We found a bogon in the path, so make sure we never use it.
4338 set dummy $ac_cv_prog_CC
4339 shift
4340 if test $# != 0; then
4341 # We chose a different compiler from the bogus one.
4342 # However, it has the same basename, so the bogon will be chosen
4343 # first if we set CC to just the basename; use the full file name.
4344 shift
4345 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4346 fi
4347 fi
4348 fi
4349 fi
4350 CC=$ac_cv_prog_CC
4351 if test -n "$CC"; then
4352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4353 $as_echo "$CC" >&6; }
4354 else
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4356 $as_echo "no" >&6; }
4357 fi
4358
4359
4360 fi
4361 if test -z "$CC"; then
4362 if test -n "$ac_tool_prefix"; then
4363 for ac_prog in cl.exe
4364 do
4365 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4366 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4368 $as_echo_n "checking for $ac_word... " >&6; }
4369 if test "${ac_cv_prog_CC+set}" = set; then :
4370 $as_echo_n "(cached) " >&6
4371 else
4372 if test -n "$CC"; then
4373 ac_cv_prog_CC="$CC" # Let the user override the test.
4374 else
4375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4376 for as_dir in $PATH
4377 do
4378 IFS=$as_save_IFS
4379 test -z "$as_dir" && as_dir=.
4380 for ac_exec_ext in '' $ac_executable_extensions; do
4381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4382 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4384 break 2
4385 fi
4386 done
4387 done
4388 IFS=$as_save_IFS
4389
4390 fi
4391 fi
4392 CC=$ac_cv_prog_CC
4393 if test -n "$CC"; then
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4395 $as_echo "$CC" >&6; }
4396 else
4397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4398 $as_echo "no" >&6; }
4399 fi
4400
4401
4402 test -n "$CC" && break
4403 done
4404 fi
4405 if test -z "$CC"; then
4406 ac_ct_CC=$CC
4407 for ac_prog in cl.exe
4408 do
4409 # Extract the first word of "$ac_prog", so it can be a program name with args.
4410 set dummy $ac_prog; ac_word=$2
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4412 $as_echo_n "checking for $ac_word... " >&6; }
4413 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4414 $as_echo_n "(cached) " >&6
4415 else
4416 if test -n "$ac_ct_CC"; then
4417 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4418 else
4419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4420 for as_dir in $PATH
4421 do
4422 IFS=$as_save_IFS
4423 test -z "$as_dir" && as_dir=.
4424 for ac_exec_ext in '' $ac_executable_extensions; do
4425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4426 ac_cv_prog_ac_ct_CC="$ac_prog"
4427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4428 break 2
4429 fi
4430 done
4431 done
4432 IFS=$as_save_IFS
4433
4434 fi
4435 fi
4436 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4437 if test -n "$ac_ct_CC"; then
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4439 $as_echo "$ac_ct_CC" >&6; }
4440 else
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4442 $as_echo "no" >&6; }
4443 fi
4444
4445
4446 test -n "$ac_ct_CC" && break
4447 done
4448
4449 if test "x$ac_ct_CC" = x; then
4450 CC=""
4451 else
4452 case $cross_compiling:$ac_tool_warned in
4453 yes:)
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4455 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4456 ac_tool_warned=yes ;;
4457 esac
4458 CC=$ac_ct_CC
4459 fi
4460 fi
4461
4462 fi
4463
4464
4465 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4466 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4467 as_fn_error "no acceptable C compiler found in \$PATH
4468 See \`config.log' for more details." "$LINENO" 5; }
4469
4470 # Provide some information about the compiler.
4471 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4472 set X $ac_compile
4473 ac_compiler=$2
4474 for ac_option in --version -v -V -qversion; do
4475 { { ac_try="$ac_compiler $ac_option >&5"
4476 case "(($ac_try" in
4477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4478 *) ac_try_echo=$ac_try;;
4479 esac
4480 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4481 $as_echo "$ac_try_echo"; } >&5
4482 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4483 ac_status=$?
4484 if test -s conftest.err; then
4485 sed '10a\
4486 ... rest of stderr output deleted ...
4487 10q' conftest.err >conftest.er1
4488 cat conftest.er1 >&5
4489 rm -f conftest.er1 conftest.err
4490 fi
4491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4492 test $ac_status = 0; }
4493 done
4494
4495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4496 /* end confdefs.h. */
4497
4498 int
4499 main ()
4500 {
4501
4502 ;
4503 return 0;
4504 }
4505 _ACEOF
4506 ac_clean_files_save=$ac_clean_files
4507 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4508 # Try to create an executable without -o first, disregard a.out.
4509 # It will help us diagnose broken compilers, and finding out an intuition
4510 # of exeext.
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4512 $as_echo_n "checking for C compiler default output file name... " >&6; }
4513 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4514
4515 # The possible output files:
4516 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4517
4518 ac_rmfiles=
4519 for ac_file in $ac_files
4520 do
4521 case $ac_file in
4522 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4523 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4524 esac
4525 done
4526 rm -f $ac_rmfiles
4527
4528 if { { ac_try="$ac_link_default"
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_default") 2>&5
4536 ac_status=$?
4537 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4538 test $ac_status = 0; }; then :
4539 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4540 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4541 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4542 # so that the user can short-circuit this test for compilers unknown to
4543 # Autoconf.
4544 for ac_file in $ac_files ''
4545 do
4546 test -f "$ac_file" || continue
4547 case $ac_file in
4548 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4549 ;;
4550 [ab].out )
4551 # We found the default executable, but exeext='' is most
4552 # certainly right.
4553 break;;
4554 *.* )
4555 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4556 then :; else
4557 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4558 fi
4559 # We set ac_cv_exeext here because the later test for it is not
4560 # safe: cross compilers may not add the suffix if given an `-o'
4561 # argument, so we may need to know it at that point already.
4562 # Even if this section looks crufty: it has the advantage of
4563 # actually working.
4564 break;;
4565 * )
4566 break;;
4567 esac
4568 done
4569 test "$ac_cv_exeext" = no && ac_cv_exeext=
4570
4571 else
4572 ac_file=''
4573 fi
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4575 $as_echo "$ac_file" >&6; }
4576 if test -z "$ac_file"; then :
4577 $as_echo "$as_me: failed program was:" >&5
4578 sed 's/^/| /' conftest.$ac_ext >&5
4579
4580 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4581 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4582 { as_fn_set_status 77
4583 as_fn_error "C compiler cannot create executables
4584 See \`config.log' for more details." "$LINENO" 5; }; }
4585 fi
4586 ac_exeext=$ac_cv_exeext
4587
4588 # Check that the compiler produces executables we can run. If not, either
4589 # the compiler is broken, or we cross compile.
4590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4591 $as_echo_n "checking whether the C compiler works... " >&6; }
4592 # If not cross compiling, check that we can run a simple program.
4593 if test "$cross_compiling" != yes; then
4594 if { ac_try='./$ac_file'
4595 { { case "(($ac_try" in
4596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4597 *) ac_try_echo=$ac_try;;
4598 esac
4599 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4600 $as_echo "$ac_try_echo"; } >&5
4601 (eval "$ac_try") 2>&5
4602 ac_status=$?
4603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4604 test $ac_status = 0; }; }; then
4605 cross_compiling=no
4606 else
4607 if test "$cross_compiling" = maybe; then
4608 cross_compiling=yes
4609 else
4610 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4611 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4612 as_fn_error "cannot run C compiled programs.
4613 If you meant to cross compile, use \`--host'.
4614 See \`config.log' for more details." "$LINENO" 5; }
4615 fi
4616 fi
4617 fi
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4619 $as_echo "yes" >&6; }
4620
4621 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4622 ac_clean_files=$ac_clean_files_save
4623 # Check that the compiler produces executables we can run. If not, either
4624 # the compiler is broken, or we cross compile.
4625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4626 $as_echo_n "checking whether we are cross compiling... " >&6; }
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4628 $as_echo "$cross_compiling" >&6; }
4629
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4631 $as_echo_n "checking for suffix of executables... " >&6; }
4632 if { { ac_try="$ac_link"
4633 case "(($ac_try" in
4634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4635 *) ac_try_echo=$ac_try;;
4636 esac
4637 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4638 $as_echo "$ac_try_echo"; } >&5
4639 (eval "$ac_link") 2>&5
4640 ac_status=$?
4641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4642 test $ac_status = 0; }; then :
4643 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4644 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4645 # work properly (i.e., refer to `conftest.exe'), while it won't with
4646 # `rm'.
4647 for ac_file in conftest.exe conftest conftest.*; do
4648 test -f "$ac_file" || continue
4649 case $ac_file in
4650 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4651 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4652 break;;
4653 * ) break;;
4654 esac
4655 done
4656 else
4657 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4658 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4659 as_fn_error "cannot compute suffix of executables: cannot compile and link
4660 See \`config.log' for more details." "$LINENO" 5; }
4661 fi
4662 rm -f conftest$ac_cv_exeext
4663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4664 $as_echo "$ac_cv_exeext" >&6; }
4665
4666 rm -f conftest.$ac_ext
4667 EXEEXT=$ac_cv_exeext
4668 ac_exeext=$EXEEXT
4669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4670 $as_echo_n "checking for suffix of object files... " >&6; }
4671 if test "${ac_cv_objext+set}" = set; then :
4672 $as_echo_n "(cached) " >&6
4673 else
4674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4675 /* end confdefs.h. */
4676
4677 int
4678 main ()
4679 {
4680
4681 ;
4682 return 0;
4683 }
4684 _ACEOF
4685 rm -f conftest.o conftest.obj
4686 if { { ac_try="$ac_compile"
4687 case "(($ac_try" in
4688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4689 *) ac_try_echo=$ac_try;;
4690 esac
4691 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4692 $as_echo "$ac_try_echo"; } >&5
4693 (eval "$ac_compile") 2>&5
4694 ac_status=$?
4695 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4696 test $ac_status = 0; }; then :
4697 for ac_file in conftest.o conftest.obj conftest.*; do
4698 test -f "$ac_file" || continue;
4699 case $ac_file in
4700 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4701 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4702 break;;
4703 esac
4704 done
4705 else
4706 $as_echo "$as_me: failed program was:" >&5
4707 sed 's/^/| /' conftest.$ac_ext >&5
4708
4709 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4710 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4711 as_fn_error "cannot compute suffix of object files: cannot compile
4712 See \`config.log' for more details." "$LINENO" 5; }
4713 fi
4714 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4715 fi
4716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4717 $as_echo "$ac_cv_objext" >&6; }
4718 OBJEXT=$ac_cv_objext
4719 ac_objext=$OBJEXT
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4721 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4722 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4723 $as_echo_n "(cached) " >&6
4724 else
4725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4726 /* end confdefs.h. */
4727
4728 int
4729 main ()
4730 {
4731 #ifndef __GNUC__
4732 choke me
4733 #endif
4734
4735 ;
4736 return 0;
4737 }
4738 _ACEOF
4739 if ac_fn_c_try_compile "$LINENO"; then :
4740 ac_compiler_gnu=yes
4741 else
4742 ac_compiler_gnu=no
4743 fi
4744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4745 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4746
4747 fi
4748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4749 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4750 if test $ac_compiler_gnu = yes; then
4751 GCC=yes
4752 else
4753 GCC=
4754 fi
4755 ac_test_CFLAGS=${CFLAGS+set}
4756 ac_save_CFLAGS=$CFLAGS
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4758 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4759 if test "${ac_cv_prog_cc_g+set}" = set; then :
4760 $as_echo_n "(cached) " >&6
4761 else
4762 ac_save_c_werror_flag=$ac_c_werror_flag
4763 ac_c_werror_flag=yes
4764 ac_cv_prog_cc_g=no
4765 CFLAGS="-g"
4766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4767 /* end confdefs.h. */
4768
4769 int
4770 main ()
4771 {
4772
4773 ;
4774 return 0;
4775 }
4776 _ACEOF
4777 if ac_fn_c_try_compile "$LINENO"; then :
4778 ac_cv_prog_cc_g=yes
4779 else
4780 CFLAGS=""
4781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4782 /* end confdefs.h. */
4783
4784 int
4785 main ()
4786 {
4787
4788 ;
4789 return 0;
4790 }
4791 _ACEOF
4792 if ac_fn_c_try_compile "$LINENO"; then :
4793
4794 else
4795 ac_c_werror_flag=$ac_save_c_werror_flag
4796 CFLAGS="-g"
4797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4798 /* end confdefs.h. */
4799
4800 int
4801 main ()
4802 {
4803
4804 ;
4805 return 0;
4806 }
4807 _ACEOF
4808 if ac_fn_c_try_compile "$LINENO"; then :
4809 ac_cv_prog_cc_g=yes
4810 fi
4811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4812 fi
4813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4814 fi
4815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4816 ac_c_werror_flag=$ac_save_c_werror_flag
4817 fi
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4819 $as_echo "$ac_cv_prog_cc_g" >&6; }
4820 if test "$ac_test_CFLAGS" = set; then
4821 CFLAGS=$ac_save_CFLAGS
4822 elif test $ac_cv_prog_cc_g = yes; then
4823 if test "$GCC" = yes; then
4824 CFLAGS="-g -O2"
4825 else
4826 CFLAGS="-g"
4827 fi
4828 else
4829 if test "$GCC" = yes; then
4830 CFLAGS="-O2"
4831 else
4832 CFLAGS=
4833 fi
4834 fi
4835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4836 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4837 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4838 $as_echo_n "(cached) " >&6
4839 else
4840 ac_cv_prog_cc_c89=no
4841 ac_save_CC=$CC
4842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4843 /* end confdefs.h. */
4844 #include <stdarg.h>
4845 #include <stdio.h>
4846 #include <sys/types.h>
4847 #include <sys/stat.h>
4848 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4849 struct buf { int x; };
4850 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4851 static char *e (p, i)
4852 char **p;
4853 int i;
4854 {
4855 return p[i];
4856 }
4857 static char *f (char * (*g) (char **, int), char **p, ...)
4858 {
4859 char *s;
4860 va_list v;
4861 va_start (v,p);
4862 s = g (p, va_arg (v,int));
4863 va_end (v);
4864 return s;
4865 }
4866
4867 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4868 function prototypes and stuff, but not '\xHH' hex character constants.
4869 These don't provoke an error unfortunately, instead are silently treated
4870 as 'x'. The following induces an error, until -std is added to get
4871 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4872 array size at least. It's necessary to write '\x00'==0 to get something
4873 that's true only with -std. */
4874 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4875
4876 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4877 inside strings and character constants. */
4878 #define FOO(x) 'x'
4879 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4880
4881 int test (int i, double x);
4882 struct s1 {int (*f) (int a);};
4883 struct s2 {int (*f) (double a);};
4884 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4885 int argc;
4886 char **argv;
4887 int
4888 main ()
4889 {
4890 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4891 ;
4892 return 0;
4893 }
4894 _ACEOF
4895 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4896 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4897 do
4898 CC="$ac_save_CC $ac_arg"
4899 if ac_fn_c_try_compile "$LINENO"; then :
4900 ac_cv_prog_cc_c89=$ac_arg
4901 fi
4902 rm -f core conftest.err conftest.$ac_objext
4903 test "x$ac_cv_prog_cc_c89" != "xno" && break
4904 done
4905 rm -f conftest.$ac_ext
4906 CC=$ac_save_CC
4907
4908 fi
4909 # AC_CACHE_VAL
4910 case "x$ac_cv_prog_cc_c89" in
4911 x)
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4913 $as_echo "none needed" >&6; } ;;
4914 xno)
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4916 $as_echo "unsupported" >&6; } ;;
4917 *)
4918 CC="$CC $ac_cv_prog_cc_c89"
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4920 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4921 esac
4922 if test "x$ac_cv_prog_cc_c89" != xno; then :
4923
4924 fi
4925
4926 ac_ext=c
4927 ac_cpp='$CPP $CPPFLAGS'
4928 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4929 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4930 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4931
4932 ac_aux_dir=
4933 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4934 for ac_t in install-sh install.sh shtool; do
4935 if test -f "$ac_dir/$ac_t"; then
4936 ac_aux_dir=$ac_dir
4937 ac_install_sh="$ac_aux_dir/$ac_t -c"
4938 break 2
4939 fi
4940 done
4941 done
4942 if test -z "$ac_aux_dir"; then
4943 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4944 fi
4945
4946 # These three variables are undocumented and unsupported,
4947 # and are intended to be withdrawn in a future Autoconf release.
4948 # They can cause serious problems if a builder's source tree is in a directory
4949 # whose full name contains unusual characters.
4950 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4951 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4952 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4953
4954
4955 # Make sure we can run config.sub.
4956 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4957 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4958
4959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4960 $as_echo_n "checking build system type... " >&6; }
4961 if test "${ac_cv_build+set}" = set; then :
4962 $as_echo_n "(cached) " >&6
4963 else
4964 ac_build_alias=$build_alias
4965 test "x$ac_build_alias" = x &&
4966 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4967 test "x$ac_build_alias" = x &&
4968 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4969 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4970 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4971
4972 fi
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4974 $as_echo "$ac_cv_build" >&6; }
4975 case $ac_cv_build in
4976 *-*-*) ;;
4977 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4978 esac
4979 build=$ac_cv_build
4980 ac_save_IFS=$IFS; IFS='-'
4981 set x $ac_cv_build
4982 shift
4983 build_cpu=$1
4984 build_vendor=$2
4985 shift; shift
4986 # Remember, the first character of IFS is used to create $*,
4987 # except with old shells:
4988 build_os=$*
4989 IFS=$ac_save_IFS
4990 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4991
4992
4993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4994 $as_echo_n "checking host system type... " >&6; }
4995 if test "${ac_cv_host+set}" = set; then :
4996 $as_echo_n "(cached) " >&6
4997 else
4998 if test "x$host_alias" = x; then
4999 ac_cv_host=$ac_cv_build
5000 else
5001 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5002 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5003 fi
5004
5005 fi
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5007 $as_echo "$ac_cv_host" >&6; }
5008 case $ac_cv_host in
5009 *-*-*) ;;
5010 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
5011 esac
5012 host=$ac_cv_host
5013 ac_save_IFS=$IFS; IFS='-'
5014 set x $ac_cv_host
5015 shift
5016 host_cpu=$1
5017 host_vendor=$2
5018 shift; shift
5019 # Remember, the first character of IFS is used to create $*,
5020 # except with old shells:
5021 host_os=$*
5022 IFS=$ac_save_IFS
5023 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5024
5025
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5027 $as_echo_n "checking target system type... " >&6; }
5028 if test "${ac_cv_target+set}" = set; then :
5029 $as_echo_n "(cached) " >&6
5030 else
5031 if test "x$target_alias" = x; then
5032 ac_cv_target=$ac_cv_host
5033 else
5034 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5035 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5036 fi
5037
5038 fi
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5040 $as_echo "$ac_cv_target" >&6; }
5041 case $ac_cv_target in
5042 *-*-*) ;;
5043 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5044 esac
5045 target=$ac_cv_target
5046 ac_save_IFS=$IFS; IFS='-'
5047 set x $ac_cv_target
5048 shift
5049 target_cpu=$1
5050 target_vendor=$2
5051 shift; shift
5052 # Remember, the first character of IFS is used to create $*,
5053 # except with old shells:
5054 target_os=$*
5055 IFS=$ac_save_IFS
5056 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5057
5058
5059 # The aliases save the names the user supplied, while $host etc.
5060 # will get canonicalized.
5061 test -n "$target_alias" &&
5062 test "$program_prefix$program_suffix$program_transform_name" = \
5063 NONENONEs,x,x, &&
5064 program_prefix=${target_alias}-
5065
5066 ac_ext=c
5067 ac_cpp='$CPP $CPPFLAGS'
5068 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5069 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5070 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5072 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5073 # On Suns, sometimes $CPP names a directory.
5074 if test -n "$CPP" && test -d "$CPP"; then
5075 CPP=
5076 fi
5077 if test -z "$CPP"; then
5078 if test "${ac_cv_prog_CPP+set}" = set; then :
5079 $as_echo_n "(cached) " >&6
5080 else
5081 # Double quotes because CPP needs to be expanded
5082 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5083 do
5084 ac_preproc_ok=false
5085 for ac_c_preproc_warn_flag in '' yes
5086 do
5087 # Use a header file that comes with gcc, so configuring glibc
5088 # with a fresh cross-compiler works.
5089 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5090 # <limits.h> exists even on freestanding compilers.
5091 # On the NeXT, cc -E runs the code through the compiler's parser,
5092 # not just through cpp. "Syntax error" is here to catch this case.
5093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5094 /* end confdefs.h. */
5095 #ifdef __STDC__
5096 # include <limits.h>
5097 #else
5098 # include <assert.h>
5099 #endif
5100 Syntax error
5101 _ACEOF
5102 if ac_fn_c_try_cpp "$LINENO"; then :
5103
5104 else
5105 # Broken: fails on valid input.
5106 continue
5107 fi
5108 rm -f conftest.err conftest.$ac_ext
5109
5110 # OK, works on sane cases. Now check whether nonexistent headers
5111 # can be detected and how.
5112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5113 /* end confdefs.h. */
5114 #include <ac_nonexistent.h>
5115 _ACEOF
5116 if ac_fn_c_try_cpp "$LINENO"; then :
5117 # Broken: success on invalid input.
5118 continue
5119 else
5120 # Passes both tests.
5121 ac_preproc_ok=:
5122 break
5123 fi
5124 rm -f conftest.err conftest.$ac_ext
5125
5126 done
5127 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5128 rm -f conftest.err conftest.$ac_ext
5129 if $ac_preproc_ok; then :
5130 break
5131 fi
5132
5133 done
5134 ac_cv_prog_CPP=$CPP
5135
5136 fi
5137 CPP=$ac_cv_prog_CPP
5138 else
5139 ac_cv_prog_CPP=$CPP
5140 fi
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5142 $as_echo "$CPP" >&6; }
5143 ac_preproc_ok=false
5144 for ac_c_preproc_warn_flag in '' yes
5145 do
5146 # Use a header file that comes with gcc, so configuring glibc
5147 # with a fresh cross-compiler works.
5148 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5149 # <limits.h> exists even on freestanding compilers.
5150 # On the NeXT, cc -E runs the code through the compiler's parser,
5151 # not just through cpp. "Syntax error" is here to catch this case.
5152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5153 /* end confdefs.h. */
5154 #ifdef __STDC__
5155 # include <limits.h>
5156 #else
5157 # include <assert.h>
5158 #endif
5159 Syntax error
5160 _ACEOF
5161 if ac_fn_c_try_cpp "$LINENO"; then :
5162
5163 else
5164 # Broken: fails on valid input.
5165 continue
5166 fi
5167 rm -f conftest.err conftest.$ac_ext
5168
5169 # OK, works on sane cases. Now check whether nonexistent headers
5170 # can be detected and how.
5171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5172 /* end confdefs.h. */
5173 #include <ac_nonexistent.h>
5174 _ACEOF
5175 if ac_fn_c_try_cpp "$LINENO"; then :
5176 # Broken: success on invalid input.
5177 continue
5178 else
5179 # Passes both tests.
5180 ac_preproc_ok=:
5181 break
5182 fi
5183 rm -f conftest.err conftest.$ac_ext
5184
5185 done
5186 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5187 rm -f conftest.err conftest.$ac_ext
5188 if $ac_preproc_ok; then :
5189
5190 else
5191 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5192 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5193 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5194 See \`config.log' for more details." "$LINENO" 5; }
5195 fi
5196
5197 ac_ext=c
5198 ac_cpp='$CPP $CPPFLAGS'
5199 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5200 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5201 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5202
5203
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5205 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5206 if test "${ac_cv_path_GREP+set}" = set; then :
5207 $as_echo_n "(cached) " >&6
5208 else
5209 if test -z "$GREP"; then
5210 ac_path_GREP_found=false
5211 # Loop through the user's path and test for each of PROGNAME-LIST
5212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5213 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5214 do
5215 IFS=$as_save_IFS
5216 test -z "$as_dir" && as_dir=.
5217 for ac_prog in grep ggrep; do
5218 for ac_exec_ext in '' $ac_executable_extensions; do
5219 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5220 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5221 # Check for GNU ac_path_GREP and select it if it is found.
5222 # Check for GNU $ac_path_GREP
5223 case `"$ac_path_GREP" --version 2>&1` in
5224 *GNU*)
5225 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5226 *)
5227 ac_count=0
5228 $as_echo_n 0123456789 >"conftest.in"
5229 while :
5230 do
5231 cat "conftest.in" "conftest.in" >"conftest.tmp"
5232 mv "conftest.tmp" "conftest.in"
5233 cp "conftest.in" "conftest.nl"
5234 $as_echo 'GREP' >> "conftest.nl"
5235 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5236 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5237 as_fn_arith $ac_count + 1 && ac_count=$as_val
5238 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5239 # Best one so far, save it but keep looking for a better one
5240 ac_cv_path_GREP="$ac_path_GREP"
5241 ac_path_GREP_max=$ac_count
5242 fi
5243 # 10*(2^10) chars as input seems more than enough
5244 test $ac_count -gt 10 && break
5245 done
5246 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5247 esac
5248
5249 $ac_path_GREP_found && break 3
5250 done
5251 done
5252 done
5253 IFS=$as_save_IFS
5254 if test -z "$ac_cv_path_GREP"; then
5255 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5256 fi
5257 else
5258 ac_cv_path_GREP=$GREP
5259 fi
5260
5261 fi
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5263 $as_echo "$ac_cv_path_GREP" >&6; }
5264 GREP="$ac_cv_path_GREP"
5265
5266
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5268 $as_echo_n "checking for egrep... " >&6; }
5269 if test "${ac_cv_path_EGREP+set}" = set; then :
5270 $as_echo_n "(cached) " >&6
5271 else
5272 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5273 then ac_cv_path_EGREP="$GREP -E"
5274 else
5275 if test -z "$EGREP"; then
5276 ac_path_EGREP_found=false
5277 # Loop through the user's path and test for each of PROGNAME-LIST
5278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5279 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5280 do
5281 IFS=$as_save_IFS
5282 test -z "$as_dir" && as_dir=.
5283 for ac_prog in egrep; do
5284 for ac_exec_ext in '' $ac_executable_extensions; do
5285 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5286 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5287 # Check for GNU ac_path_EGREP and select it if it is found.
5288 # Check for GNU $ac_path_EGREP
5289 case `"$ac_path_EGREP" --version 2>&1` in
5290 *GNU*)
5291 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5292 *)
5293 ac_count=0
5294 $as_echo_n 0123456789 >"conftest.in"
5295 while :
5296 do
5297 cat "conftest.in" "conftest.in" >"conftest.tmp"
5298 mv "conftest.tmp" "conftest.in"
5299 cp "conftest.in" "conftest.nl"
5300 $as_echo 'EGREP' >> "conftest.nl"
5301 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5302 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5303 as_fn_arith $ac_count + 1 && ac_count=$as_val
5304 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5305 # Best one so far, save it but keep looking for a better one
5306 ac_cv_path_EGREP="$ac_path_EGREP"
5307 ac_path_EGREP_max=$ac_count
5308 fi
5309 # 10*(2^10) chars as input seems more than enough
5310 test $ac_count -gt 10 && break
5311 done
5312 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5313 esac
5314
5315 $ac_path_EGREP_found && break 3
5316 done
5317 done
5318 done
5319 IFS=$as_save_IFS
5320 if test -z "$ac_cv_path_EGREP"; then
5321 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5322 fi
5323 else
5324 ac_cv_path_EGREP=$EGREP
5325 fi
5326
5327 fi
5328 fi
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5330 $as_echo "$ac_cv_path_EGREP" >&6; }
5331 EGREP="$ac_cv_path_EGREP"
5332
5333
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5335 $as_echo_n "checking for ANSI C header files... " >&6; }
5336 if test "${ac_cv_header_stdc+set}" = set; then :
5337 $as_echo_n "(cached) " >&6
5338 else
5339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5340 /* end confdefs.h. */
5341 #include <stdlib.h>
5342 #include <stdarg.h>
5343 #include <string.h>
5344 #include <float.h>
5345
5346 int
5347 main ()
5348 {
5349
5350 ;
5351 return 0;
5352 }
5353 _ACEOF
5354 if ac_fn_c_try_compile "$LINENO"; then :
5355 ac_cv_header_stdc=yes
5356 else
5357 ac_cv_header_stdc=no
5358 fi
5359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5360
5361 if test $ac_cv_header_stdc = yes; then
5362 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5364 /* end confdefs.h. */
5365 #include <string.h>
5366
5367 _ACEOF
5368 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5369 $EGREP "memchr" >/dev/null 2>&1; then :
5370
5371 else
5372 ac_cv_header_stdc=no
5373 fi
5374 rm -f conftest*
5375
5376 fi
5377
5378 if test $ac_cv_header_stdc = yes; then
5379 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5381 /* end confdefs.h. */
5382 #include <stdlib.h>
5383
5384 _ACEOF
5385 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5386 $EGREP "free" >/dev/null 2>&1; then :
5387
5388 else
5389 ac_cv_header_stdc=no
5390 fi
5391 rm -f conftest*
5392
5393 fi
5394
5395 if test $ac_cv_header_stdc = yes; then
5396 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5397 if test "$cross_compiling" = yes; then :
5398 :
5399 else
5400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5401 /* end confdefs.h. */
5402 #include <ctype.h>
5403 #include <stdlib.h>
5404 #if ((' ' & 0x0FF) == 0x020)
5405 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5406 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5407 #else
5408 # define ISLOWER(c) \
5409 (('a' <= (c) && (c) <= 'i') \
5410 || ('j' <= (c) && (c) <= 'r') \
5411 || ('s' <= (c) && (c) <= 'z'))
5412 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5413 #endif
5414
5415 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5416 int
5417 main ()
5418 {
5419 int i;
5420 for (i = 0; i < 256; i++)
5421 if (XOR (islower (i), ISLOWER (i))
5422 || toupper (i) != TOUPPER (i))
5423 return 2;
5424 return 0;
5425 }
5426 _ACEOF
5427 if ac_fn_c_try_run "$LINENO"; then :
5428
5429 else
5430 ac_cv_header_stdc=no
5431 fi
5432 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5433 conftest.$ac_objext conftest.beam conftest.$ac_ext
5434 fi
5435
5436 fi
5437 fi
5438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5439 $as_echo "$ac_cv_header_stdc" >&6; }
5440 if test $ac_cv_header_stdc = yes; then
5441
5442 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5443
5444 fi
5445
5446 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5447 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5448 inttypes.h stdint.h unistd.h
5449 do :
5450 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5451 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5452 "
5453 eval as_val=\$$as_ac_Header
5454 if test "x$as_val" = x""yes; then :
5455 cat >>confdefs.h <<_ACEOF
5456 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5457 _ACEOF
5458
5459 fi
5460
5461 done
5462
5463
5464
5465 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5466 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5467 MINIX=yes
5468 else
5469 MINIX=
5470 fi
5471
5472
5473 if test "$MINIX" = yes; then
5474
5475 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5476
5477
5478 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5479
5480
5481 $as_echo "#define _MINIX 1" >>confdefs.h
5482
5483 fi
5484
5485
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5487 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5488 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5489 $as_echo_n "(cached) " >&6
5490 else
5491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5492 /* end confdefs.h. */
5493
5494 # define __EXTENSIONS__ 1
5495 $ac_includes_default
5496 int
5497 main ()
5498 {
5499
5500 ;
5501 return 0;
5502 }
5503 _ACEOF
5504 if ac_fn_c_try_compile "$LINENO"; then :
5505 ac_cv_safe_to_define___extensions__=yes
5506 else
5507 ac_cv_safe_to_define___extensions__=no
5508 fi
5509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5510 fi
5511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5512 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5513 test $ac_cv_safe_to_define___extensions__ = yes &&
5514 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5515
5516 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5517
5518 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5519
5520 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5521
5522 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5523
5524
5525 test "$program_prefix" != NONE &&
5526 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5527 # Use a double $ so make ignores it.
5528 test "$program_suffix" != NONE &&
5529 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5530 # Double any \ or $.
5531 # By default was `s,x,x', remove it if useless.
5532 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5533 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5534
5535 # Find a good install program. We prefer a C program (faster),
5536 # so one script is as good as another. But avoid the broken or
5537 # incompatible versions:
5538 # SysV /etc/install, /usr/sbin/install
5539 # SunOS /usr/etc/install
5540 # IRIX /sbin/install
5541 # AIX /bin/install
5542 # AmigaOS /C/install, which installs bootblocks on floppy discs
5543 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5544 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5545 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5546 # OS/2's system install, which has a completely different semantic
5547 # ./install, which can be erroneously created by make from ./install.sh.
5548 # Reject install programs that cannot install multiple files.
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5550 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5551 if test -z "$INSTALL"; then
5552 if test "${ac_cv_path_install+set}" = set; then :
5553 $as_echo_n "(cached) " >&6
5554 else
5555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5556 for as_dir in $PATH
5557 do
5558 IFS=$as_save_IFS
5559 test -z "$as_dir" && as_dir=.
5560 # Account for people who put trailing slashes in PATH elements.
5561 case $as_dir/ in #((
5562 ./ | .// | /[cC]/* | \
5563 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5564 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5565 /usr/ucb/* ) ;;
5566 *)
5567 # OSF1 and SCO ODT 3.0 have their own names for install.
5568 # Don't use installbsd from OSF since it installs stuff as root
5569 # by default.
5570 for ac_prog in ginstall scoinst install; do
5571 for ac_exec_ext in '' $ac_executable_extensions; do
5572 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5573 if test $ac_prog = install &&
5574 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5575 # AIX install. It has an incompatible calling convention.
5576 :
5577 elif test $ac_prog = install &&
5578 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5579 # program-specific install script used by HP pwplus--don't use.
5580 :
5581 else
5582 rm -rf conftest.one conftest.two conftest.dir
5583 echo one > conftest.one
5584 echo two > conftest.two
5585 mkdir conftest.dir
5586 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5587 test -s conftest.one && test -s conftest.two &&
5588 test -s conftest.dir/conftest.one &&
5589 test -s conftest.dir/conftest.two
5590 then
5591 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5592 break 3
5593 fi
5594 fi
5595 fi
5596 done
5597 done
5598 ;;
5599 esac
5600
5601 done
5602 IFS=$as_save_IFS
5603
5604 rm -rf conftest.one conftest.two conftest.dir
5605
5606 fi
5607 if test "${ac_cv_path_install+set}" = set; then
5608 INSTALL=$ac_cv_path_install
5609 else
5610 # As a last resort, use the slow shell script. Don't cache a
5611 # value for INSTALL within a source directory, because that will
5612 # break other packages using the cache if that directory is
5613 # removed, or if the value is a relative name.
5614 INSTALL=$ac_install_sh
5615 fi
5616 fi
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5618 $as_echo "$INSTALL" >&6; }
5619
5620 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5621 # It thinks the first close brace ends the variable substitution.
5622 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5623
5624 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5625
5626 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5627
5628 rm -rf .tst 2>/dev/null
5629 mkdir .tst 2>/dev/null
5630 if test -d .tst; then
5631 am__leading_dot=.
5632 else
5633 am__leading_dot=_
5634 fi
5635 rmdir .tst 2>/dev/null
5636
5637 DEPDIR="${am__leading_dot}deps"
5638
5639 case `pwd` in
5640 *\ * | *\ *)
5641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5642 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5643 esac
5644
5645
5646
5647 macro_version='2.2.7a'
5648 macro_revision='1.3134'
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662 ltmain="$ac_aux_dir/ltmain.sh"
5663
5664 # Backslashify metacharacters that are still active within
5665 # double-quoted strings.
5666 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5667
5668 # Same as above, but do not quote variable references.
5669 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5670
5671 # Sed substitution to delay expansion of an escaped shell variable in a
5672 # double_quote_subst'ed string.
5673 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5674
5675 # Sed substitution to delay expansion of an escaped single quote.
5676 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5677
5678 # Sed substitution to avoid accidental globbing in evaled expressions
5679 no_glob_subst='s/\*/\\\*/g'
5680
5681 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5682 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5683 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5684
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5686 $as_echo_n "checking how to print strings... " >&6; }
5687 # Test print first, because it will be a builtin if present.
5688 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5689 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5690 ECHO='print -r --'
5691 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5692 ECHO='printf %s\n'
5693 else
5694 # Use this function as a fallback that always works.
5695 func_fallback_echo ()
5696 {
5697 eval 'cat <<_LTECHO_EOF
5698 $1
5699 _LTECHO_EOF'
5700 }
5701 ECHO='func_fallback_echo'
5702 fi
5703
5704 # func_echo_all arg...
5705 # Invoke $ECHO with all args, space-separated.
5706 func_echo_all ()
5707 {
5708 $ECHO ""
5709 }
5710
5711 case "$ECHO" in
5712 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5713 $as_echo "printf" >&6; } ;;
5714 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5715 $as_echo "print -r" >&6; } ;;
5716 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5717 $as_echo "cat" >&6; } ;;
5718 esac
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5734 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5735 if test "${ac_cv_path_SED+set}" = set; then :
5736 $as_echo_n "(cached) " >&6
5737 else
5738 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5739 for ac_i in 1 2 3 4 5 6 7; do
5740 ac_script="$ac_script$as_nl$ac_script"
5741 done
5742 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5743 { ac_script=; unset ac_script;}
5744 if test -z "$SED"; then
5745 ac_path_SED_found=false
5746 # Loop through the user's path and test for each of PROGNAME-LIST
5747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5748 for as_dir in $PATH
5749 do
5750 IFS=$as_save_IFS
5751 test -z "$as_dir" && as_dir=.
5752 for ac_prog in sed gsed; do
5753 for ac_exec_ext in '' $ac_executable_extensions; do
5754 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5755 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5756 # Check for GNU ac_path_SED and select it if it is found.
5757 # Check for GNU $ac_path_SED
5758 case `"$ac_path_SED" --version 2>&1` in
5759 *GNU*)
5760 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5761 *)
5762 ac_count=0
5763 $as_echo_n 0123456789 >"conftest.in"
5764 while :
5765 do
5766 cat "conftest.in" "conftest.in" >"conftest.tmp"
5767 mv "conftest.tmp" "conftest.in"
5768 cp "conftest.in" "conftest.nl"
5769 $as_echo '' >> "conftest.nl"
5770 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5771 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5772 as_fn_arith $ac_count + 1 && ac_count=$as_val
5773 if test $ac_count -gt ${ac_path_SED_max-0}; then
5774 # Best one so far, save it but keep looking for a better one
5775 ac_cv_path_SED="$ac_path_SED"
5776 ac_path_SED_max=$ac_count
5777 fi
5778 # 10*(2^10) chars as input seems more than enough
5779 test $ac_count -gt 10 && break
5780 done
5781 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5782 esac
5783
5784 $ac_path_SED_found && break 3
5785 done
5786 done
5787 done
5788 IFS=$as_save_IFS
5789 if test -z "$ac_cv_path_SED"; then
5790 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5791 fi
5792 else
5793 ac_cv_path_SED=$SED
5794 fi
5795
5796 fi
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5798 $as_echo "$ac_cv_path_SED" >&6; }
5799 SED="$ac_cv_path_SED"
5800 rm -f conftest.sed
5801
5802 test -z "$SED" && SED=sed
5803 Xsed="$SED -e 1s/^X//"
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5816 $as_echo_n "checking for fgrep... " >&6; }
5817 if test "${ac_cv_path_FGREP+set}" = set; then :
5818 $as_echo_n "(cached) " >&6
5819 else
5820 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5821 then ac_cv_path_FGREP="$GREP -F"
5822 else
5823 if test -z "$FGREP"; then
5824 ac_path_FGREP_found=false
5825 # Loop through the user's path and test for each of PROGNAME-LIST
5826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5827 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5828 do
5829 IFS=$as_save_IFS
5830 test -z "$as_dir" && as_dir=.
5831 for ac_prog in fgrep; do
5832 for ac_exec_ext in '' $ac_executable_extensions; do
5833 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5834 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5835 # Check for GNU ac_path_FGREP and select it if it is found.
5836 # Check for GNU $ac_path_FGREP
5837 case `"$ac_path_FGREP" --version 2>&1` in
5838 *GNU*)
5839 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5840 *)
5841 ac_count=0
5842 $as_echo_n 0123456789 >"conftest.in"
5843 while :
5844 do
5845 cat "conftest.in" "conftest.in" >"conftest.tmp"
5846 mv "conftest.tmp" "conftest.in"
5847 cp "conftest.in" "conftest.nl"
5848 $as_echo 'FGREP' >> "conftest.nl"
5849 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5850 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5851 as_fn_arith $ac_count + 1 && ac_count=$as_val
5852 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5853 # Best one so far, save it but keep looking for a better one
5854 ac_cv_path_FGREP="$ac_path_FGREP"
5855 ac_path_FGREP_max=$ac_count
5856 fi
5857 # 10*(2^10) chars as input seems more than enough
5858 test $ac_count -gt 10 && break
5859 done
5860 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5861 esac
5862
5863 $ac_path_FGREP_found && break 3
5864 done
5865 done
5866 done
5867 IFS=$as_save_IFS
5868 if test -z "$ac_cv_path_FGREP"; then
5869 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5870 fi
5871 else
5872 ac_cv_path_FGREP=$FGREP
5873 fi
5874
5875 fi
5876 fi
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5878 $as_echo "$ac_cv_path_FGREP" >&6; }
5879 FGREP="$ac_cv_path_FGREP"
5880
5881
5882 test -z "$GREP" && GREP=grep
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902 # Check whether --with-gnu-ld was given.
5903 if test "${with_gnu_ld+set}" = set; then :
5904 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5905 else
5906 with_gnu_ld=no
5907 fi
5908
5909 ac_prog=ld
5910 if test "$GCC" = yes; then
5911 # Check if gcc -print-prog-name=ld gives a path.
5912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5913 $as_echo_n "checking for ld used by $CC... " >&6; }
5914 case $host in
5915 *-*-mingw*)
5916 # gcc leaves a trailing carriage return which upsets mingw
5917 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5918 *)
5919 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5920 esac
5921 case $ac_prog in
5922 # Accept absolute paths.
5923 [\\/]* | ?:[\\/]*)
5924 re_direlt='/[^/][^/]*/\.\./'
5925 # Canonicalize the pathname of ld
5926 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5927 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5928 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5929 done
5930 test -z "$LD" && LD="$ac_prog"
5931 ;;
5932 "")
5933 # If it fails, then pretend we aren't using GCC.
5934 ac_prog=ld
5935 ;;
5936 *)
5937 # If it is relative, then search for the first ld in PATH.
5938 with_gnu_ld=unknown
5939 ;;
5940 esac
5941 elif test "$with_gnu_ld" = yes; then
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5943 $as_echo_n "checking for GNU ld... " >&6; }
5944 else
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5946 $as_echo_n "checking for non-GNU ld... " >&6; }
5947 fi
5948 if test "${lt_cv_path_LD+set}" = set; then :
5949 $as_echo_n "(cached) " >&6
5950 else
5951 if test -z "$LD"; then
5952 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5953 for ac_dir in $PATH; do
5954 IFS="$lt_save_ifs"
5955 test -z "$ac_dir" && ac_dir=.
5956 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5957 lt_cv_path_LD="$ac_dir/$ac_prog"
5958 # Check to see if the program is GNU ld. I'd rather use --version,
5959 # but apparently some variants of GNU ld only accept -v.
5960 # Break only if it was the GNU/non-GNU ld that we prefer.
5961 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5962 *GNU* | *'with BFD'*)
5963 test "$with_gnu_ld" != no && break
5964 ;;
5965 *)
5966 test "$with_gnu_ld" != yes && break
5967 ;;
5968 esac
5969 fi
5970 done
5971 IFS="$lt_save_ifs"
5972 else
5973 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5974 fi
5975 fi
5976
5977 LD="$lt_cv_path_LD"
5978 if test -n "$LD"; then
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5980 $as_echo "$LD" >&6; }
5981 else
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5983 $as_echo "no" >&6; }
5984 fi
5985 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5987 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5988 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5989 $as_echo_n "(cached) " >&6
5990 else
5991 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5992 case `$LD -v 2>&1 </dev/null` in
5993 *GNU* | *'with BFD'*)
5994 lt_cv_prog_gnu_ld=yes
5995 ;;
5996 *)
5997 lt_cv_prog_gnu_ld=no
5998 ;;
5999 esac
6000 fi
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6002 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6003 with_gnu_ld=$lt_cv_prog_gnu_ld
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6014 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6015 if test "${lt_cv_path_NM+set}" = set; then :
6016 $as_echo_n "(cached) " >&6
6017 else
6018 if test -n "$NM"; then
6019 # Let the user override the test.
6020 lt_cv_path_NM="$NM"
6021 else
6022 lt_nm_to_check="${ac_tool_prefix}nm"
6023 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6024 lt_nm_to_check="$lt_nm_to_check nm"
6025 fi
6026 for lt_tmp_nm in $lt_nm_to_check; do
6027 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6028 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6029 IFS="$lt_save_ifs"
6030 test -z "$ac_dir" && ac_dir=.
6031 tmp_nm="$ac_dir/$lt_tmp_nm"
6032 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6033 # Check to see if the nm accepts a BSD-compat flag.
6034 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6035 # nm: unknown option "B" ignored
6036 # Tru64's nm complains that /dev/null is an invalid object file
6037 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6038 */dev/null* | *'Invalid file or object type'*)
6039 lt_cv_path_NM="$tmp_nm -B"
6040 break
6041 ;;
6042 *)
6043 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6044 */dev/null*)
6045 lt_cv_path_NM="$tmp_nm -p"
6046 break
6047 ;;
6048 *)
6049 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6050 continue # so that we can try to find one that supports BSD flags
6051 ;;
6052 esac
6053 ;;
6054 esac
6055 fi
6056 done
6057 IFS="$lt_save_ifs"
6058 done
6059 : ${lt_cv_path_NM=no}
6060 fi
6061 fi
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6063 $as_echo "$lt_cv_path_NM" >&6; }
6064 if test "$lt_cv_path_NM" != "no"; then
6065 NM="$lt_cv_path_NM"
6066 else
6067 # Didn't find any BSD compatible name lister, look for dumpbin.
6068 if test -n "$DUMPBIN"; then :
6069 # Let the user override the test.
6070 else
6071 if test -n "$ac_tool_prefix"; then
6072 for ac_prog in dumpbin "link -dump"
6073 do
6074 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6075 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6077 $as_echo_n "checking for $ac_word... " >&6; }
6078 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6079 $as_echo_n "(cached) " >&6
6080 else
6081 if test -n "$DUMPBIN"; then
6082 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6083 else
6084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6085 for as_dir in $PATH
6086 do
6087 IFS=$as_save_IFS
6088 test -z "$as_dir" && as_dir=.
6089 for ac_exec_ext in '' $ac_executable_extensions; do
6090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6091 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6093 break 2
6094 fi
6095 done
6096 done
6097 IFS=$as_save_IFS
6098
6099 fi
6100 fi
6101 DUMPBIN=$ac_cv_prog_DUMPBIN
6102 if test -n "$DUMPBIN"; then
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6104 $as_echo "$DUMPBIN" >&6; }
6105 else
6106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6107 $as_echo "no" >&6; }
6108 fi
6109
6110
6111 test -n "$DUMPBIN" && break
6112 done
6113 fi
6114 if test -z "$DUMPBIN"; then
6115 ac_ct_DUMPBIN=$DUMPBIN
6116 for ac_prog in dumpbin "link -dump"
6117 do
6118 # Extract the first word of "$ac_prog", so it can be a program name with args.
6119 set dummy $ac_prog; ac_word=$2
6120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6121 $as_echo_n "checking for $ac_word... " >&6; }
6122 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6123 $as_echo_n "(cached) " >&6
6124 else
6125 if test -n "$ac_ct_DUMPBIN"; then
6126 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6127 else
6128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6129 for as_dir in $PATH
6130 do
6131 IFS=$as_save_IFS
6132 test -z "$as_dir" && as_dir=.
6133 for ac_exec_ext in '' $ac_executable_extensions; do
6134 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6135 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6137 break 2
6138 fi
6139 done
6140 done
6141 IFS=$as_save_IFS
6142
6143 fi
6144 fi
6145 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6146 if test -n "$ac_ct_DUMPBIN"; then
6147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6148 $as_echo "$ac_ct_DUMPBIN" >&6; }
6149 else
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6151 $as_echo "no" >&6; }
6152 fi
6153
6154
6155 test -n "$ac_ct_DUMPBIN" && break
6156 done
6157
6158 if test "x$ac_ct_DUMPBIN" = x; then
6159 DUMPBIN=":"
6160 else
6161 case $cross_compiling:$ac_tool_warned in
6162 yes:)
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6164 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6165 ac_tool_warned=yes ;;
6166 esac
6167 DUMPBIN=$ac_ct_DUMPBIN
6168 fi
6169 fi
6170
6171 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6172 *COFF*)
6173 DUMPBIN="$DUMPBIN -symbols"
6174 ;;
6175 *)
6176 DUMPBIN=:
6177 ;;
6178 esac
6179 fi
6180
6181 if test "$DUMPBIN" != ":"; then
6182 NM="$DUMPBIN"
6183 fi
6184 fi
6185 test -z "$NM" && NM=nm
6186
6187
6188
6189
6190
6191
6192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6193 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6194 if test "${lt_cv_nm_interface+set}" = set; then :
6195 $as_echo_n "(cached) " >&6
6196 else
6197 lt_cv_nm_interface="BSD nm"
6198 echo "int some_variable = 0;" > conftest.$ac_ext
6199 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6200 (eval "$ac_compile" 2>conftest.err)
6201 cat conftest.err >&5
6202 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6203 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6204 cat conftest.err >&5
6205 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6206 cat conftest.out >&5
6207 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6208 lt_cv_nm_interface="MS dumpbin"
6209 fi
6210 rm -f conftest*
6211 fi
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6213 $as_echo "$lt_cv_nm_interface" >&6; }
6214
6215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6216 $as_echo_n "checking whether ln -s works... " >&6; }
6217 LN_S=$as_ln_s
6218 if test "$LN_S" = "ln -s"; then
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6220 $as_echo "yes" >&6; }
6221 else
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6223 $as_echo "no, using $LN_S" >&6; }
6224 fi
6225
6226 # find the maximum length of command line arguments
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6228 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6229 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6230 $as_echo_n "(cached) " >&6
6231 else
6232 i=0
6233 teststring="ABCD"
6234
6235 case $build_os in
6236 msdosdjgpp*)
6237 # On DJGPP, this test can blow up pretty badly due to problems in libc
6238 # (any single argument exceeding 2000 bytes causes a buffer overrun
6239 # during glob expansion). Even if it were fixed, the result of this
6240 # check would be larger than it should be.
6241 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6242 ;;
6243
6244 gnu*)
6245 # Under GNU Hurd, this test is not required because there is
6246 # no limit to the length of command line arguments.
6247 # Libtool will interpret -1 as no limit whatsoever
6248 lt_cv_sys_max_cmd_len=-1;
6249 ;;
6250
6251 cygwin* | mingw* | cegcc*)
6252 # On Win9x/ME, this test blows up -- it succeeds, but takes
6253 # about 5 minutes as the teststring grows exponentially.
6254 # Worse, since 9x/ME are not pre-emptively multitasking,
6255 # you end up with a "frozen" computer, even though with patience
6256 # the test eventually succeeds (with a max line length of 256k).
6257 # Instead, let's just punt: use the minimum linelength reported by
6258 # all of the supported platforms: 8192 (on NT/2K/XP).
6259 lt_cv_sys_max_cmd_len=8192;
6260 ;;
6261
6262 mint*)
6263 # On MiNT this can take a long time and run out of memory.
6264 lt_cv_sys_max_cmd_len=8192;
6265 ;;
6266
6267 amigaos*)
6268 # On AmigaOS with pdksh, this test takes hours, literally.
6269 # So we just punt and use a minimum line length of 8192.
6270 lt_cv_sys_max_cmd_len=8192;
6271 ;;
6272
6273 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6274 # This has been around since 386BSD, at least. Likely further.
6275 if test -x /sbin/sysctl; then
6276 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6277 elif test -x /usr/sbin/sysctl; then
6278 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6279 else
6280 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6281 fi
6282 # And add a safety zone
6283 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6284 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6285 ;;
6286
6287 interix*)
6288 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6289 lt_cv_sys_max_cmd_len=196608
6290 ;;
6291
6292 osf*)
6293 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6294 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6295 # nice to cause kernel panics so lets avoid the loop below.
6296 # First set a reasonable default.
6297 lt_cv_sys_max_cmd_len=16384
6298 #
6299 if test -x /sbin/sysconfig; then
6300 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6301 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6302 esac
6303 fi
6304 ;;
6305 sco3.2v5*)
6306 lt_cv_sys_max_cmd_len=102400
6307 ;;
6308 sysv5* | sco5v6* | sysv4.2uw2*)
6309 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6310 if test -n "$kargmax"; then
6311 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6312 else
6313 lt_cv_sys_max_cmd_len=32768
6314 fi
6315 ;;
6316 *)
6317 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6318 if test -n "$lt_cv_sys_max_cmd_len"; then
6319 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6320 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6321 else
6322 # Make teststring a little bigger before we do anything with it.
6323 # a 1K string should be a reasonable start.
6324 for i in 1 2 3 4 5 6 7 8 ; do
6325 teststring=$teststring$teststring
6326 done
6327 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6328 # If test is not a shell built-in, we'll probably end up computing a
6329 # maximum length that is only half of the actual maximum length, but
6330 # we can't tell.
6331 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6332 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6333 test $i != 17 # 1/2 MB should be enough
6334 do
6335 i=`expr $i + 1`
6336 teststring=$teststring$teststring
6337 done
6338 # Only check the string length outside the loop.
6339 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6340 teststring=
6341 # Add a significant safety factor because C++ compilers can tack on
6342 # massive amounts of additional arguments before passing them to the
6343 # linker. It appears as though 1/2 is a usable value.
6344 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6345 fi
6346 ;;
6347 esac
6348
6349 fi
6350
6351 if test -n $lt_cv_sys_max_cmd_len ; then
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6353 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6354 else
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6356 $as_echo "none" >&6; }
6357 fi
6358 max_cmd_len=$lt_cv_sys_max_cmd_len
6359
6360
6361
6362
6363
6364
6365 : ${CP="cp -f"}
6366 : ${MV="mv -f"}
6367 : ${RM="rm -f"}
6368
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6370 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6371 # Try some XSI features
6372 xsi_shell=no
6373 ( _lt_dummy="a/b/c"
6374 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6375 = c,a/b,, \
6376 && eval 'test $(( 1 + 1 )) -eq 2 \
6377 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6378 && xsi_shell=yes
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6380 $as_echo "$xsi_shell" >&6; }
6381
6382
6383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6384 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6385 lt_shell_append=no
6386 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6387 >/dev/null 2>&1 \
6388 && lt_shell_append=yes
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6390 $as_echo "$lt_shell_append" >&6; }
6391
6392
6393 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6394 lt_unset=unset
6395 else
6396 lt_unset=false
6397 fi
6398
6399
6400
6401
6402
6403 # test EBCDIC or ASCII
6404 case `echo X|tr X '\101'` in
6405 A) # ASCII based system
6406 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6407 lt_SP2NL='tr \040 \012'
6408 lt_NL2SP='tr \015\012 \040\040'
6409 ;;
6410 *) # EBCDIC based system
6411 lt_SP2NL='tr \100 \n'
6412 lt_NL2SP='tr \r\n \100\100'
6413 ;;
6414 esac
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6425 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6426 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6427 $as_echo_n "(cached) " >&6
6428 else
6429 lt_cv_ld_reload_flag='-r'
6430 fi
6431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6432 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6433 reload_flag=$lt_cv_ld_reload_flag
6434 case $reload_flag in
6435 "" | " "*) ;;
6436 *) reload_flag=" $reload_flag" ;;
6437 esac
6438 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6439 case $host_os in
6440 darwin*)
6441 if test "$GCC" = yes; then
6442 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6443 else
6444 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6445 fi
6446 ;;
6447 esac
6448
6449
6450
6451
6452
6453
6454
6455
6456
6457 if test -n "$ac_tool_prefix"; then
6458 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6459 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6461 $as_echo_n "checking for $ac_word... " >&6; }
6462 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6463 $as_echo_n "(cached) " >&6
6464 else
6465 if test -n "$OBJDUMP"; then
6466 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6467 else
6468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6469 for as_dir in $PATH
6470 do
6471 IFS=$as_save_IFS
6472 test -z "$as_dir" && as_dir=.
6473 for ac_exec_ext in '' $ac_executable_extensions; do
6474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6475 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6477 break 2
6478 fi
6479 done
6480 done
6481 IFS=$as_save_IFS
6482
6483 fi
6484 fi
6485 OBJDUMP=$ac_cv_prog_OBJDUMP
6486 if test -n "$OBJDUMP"; then
6487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6488 $as_echo "$OBJDUMP" >&6; }
6489 else
6490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6491 $as_echo "no" >&6; }
6492 fi
6493
6494
6495 fi
6496 if test -z "$ac_cv_prog_OBJDUMP"; then
6497 ac_ct_OBJDUMP=$OBJDUMP
6498 # Extract the first word of "objdump", so it can be a program name with args.
6499 set dummy objdump; ac_word=$2
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6501 $as_echo_n "checking for $ac_word... " >&6; }
6502 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6503 $as_echo_n "(cached) " >&6
6504 else
6505 if test -n "$ac_ct_OBJDUMP"; then
6506 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6507 else
6508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6509 for as_dir in $PATH
6510 do
6511 IFS=$as_save_IFS
6512 test -z "$as_dir" && as_dir=.
6513 for ac_exec_ext in '' $ac_executable_extensions; do
6514 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6515 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6517 break 2
6518 fi
6519 done
6520 done
6521 IFS=$as_save_IFS
6522
6523 fi
6524 fi
6525 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6526 if test -n "$ac_ct_OBJDUMP"; then
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6528 $as_echo "$ac_ct_OBJDUMP" >&6; }
6529 else
6530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6531 $as_echo "no" >&6; }
6532 fi
6533
6534 if test "x$ac_ct_OBJDUMP" = x; then
6535 OBJDUMP="false"
6536 else
6537 case $cross_compiling:$ac_tool_warned in
6538 yes:)
6539 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6540 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6541 ac_tool_warned=yes ;;
6542 esac
6543 OBJDUMP=$ac_ct_OBJDUMP
6544 fi
6545 else
6546 OBJDUMP="$ac_cv_prog_OBJDUMP"
6547 fi
6548
6549 test -z "$OBJDUMP" && OBJDUMP=objdump
6550
6551
6552
6553
6554
6555
6556
6557
6558
6559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6560 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6561 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6562 $as_echo_n "(cached) " >&6
6563 else
6564 lt_cv_file_magic_cmd='$MAGIC_CMD'
6565 lt_cv_file_magic_test_file=
6566 lt_cv_deplibs_check_method='unknown'
6567 # Need to set the preceding variable on all platforms that support
6568 # interlibrary dependencies.
6569 # 'none' -- dependencies not supported.
6570 # `unknown' -- same as none, but documents that we really don't know.
6571 # 'pass_all' -- all dependencies passed with no checks.
6572 # 'test_compile' -- check by making test program.
6573 # 'file_magic [[regex]]' -- check by looking for files in library path
6574 # which responds to the $file_magic_cmd with a given extended regex.
6575 # If you have `file' or equivalent on your system and you're not sure
6576 # whether `pass_all' will *always* work, you probably want this one.
6577
6578 case $host_os in
6579 aix[4-9]*)
6580 lt_cv_deplibs_check_method=pass_all
6581 ;;
6582
6583 beos*)
6584 lt_cv_deplibs_check_method=pass_all
6585 ;;
6586
6587 bsdi[45]*)
6588 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6589 lt_cv_file_magic_cmd='/usr/bin/file -L'
6590 lt_cv_file_magic_test_file=/shlib/libc.so
6591 ;;
6592
6593 cygwin*)
6594 # func_win32_libid is a shell function defined in ltmain.sh
6595 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6596 lt_cv_file_magic_cmd='func_win32_libid'
6597 ;;
6598
6599 mingw* | pw32*)
6600 # Base MSYS/MinGW do not provide the 'file' command needed by
6601 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6602 # unless we find 'file', for example because we are cross-compiling.
6603 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6604 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6605 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6606 lt_cv_file_magic_cmd='func_win32_libid'
6607 else
6608 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6609 lt_cv_file_magic_cmd='$OBJDUMP -f'
6610 fi
6611 ;;
6612
6613 cegcc*)
6614 # use the weaker test based on 'objdump'. See mingw*.
6615 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6616 lt_cv_file_magic_cmd='$OBJDUMP -f'
6617 ;;
6618
6619 darwin* | rhapsody*)
6620 lt_cv_deplibs_check_method=pass_all
6621 ;;
6622
6623 freebsd* | dragonfly*)
6624 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6625 case $host_cpu in
6626 i*86 )
6627 # Not sure whether the presence of OpenBSD here was a mistake.
6628 # Let's accept both of them until this is cleared up.
6629 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6630 lt_cv_file_magic_cmd=/usr/bin/file
6631 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6632 ;;
6633 esac
6634 else
6635 lt_cv_deplibs_check_method=pass_all
6636 fi
6637 ;;
6638
6639 gnu*)
6640 lt_cv_deplibs_check_method=pass_all
6641 ;;
6642
6643 haiku*)
6644 lt_cv_deplibs_check_method=pass_all
6645 ;;
6646
6647 hpux10.20* | hpux11*)
6648 lt_cv_file_magic_cmd=/usr/bin/file
6649 case $host_cpu in
6650 ia64*)
6651 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6652 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6653 ;;
6654 hppa*64*)
6655 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]'
6656 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6657 ;;
6658 *)
6659 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6660 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6661 ;;
6662 esac
6663 ;;
6664
6665 interix[3-9]*)
6666 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6667 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6668 ;;
6669
6670 irix5* | irix6* | nonstopux*)
6671 case $LD in
6672 *-32|*"-32 ") libmagic=32-bit;;
6673 *-n32|*"-n32 ") libmagic=N32;;
6674 *-64|*"-64 ") libmagic=64-bit;;
6675 *) libmagic=never-match;;
6676 esac
6677 lt_cv_deplibs_check_method=pass_all
6678 ;;
6679
6680 # This must be Linux ELF.
6681 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6682 lt_cv_deplibs_check_method=pass_all
6683 ;;
6684
6685 netbsd*)
6686 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6687 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6688 else
6689 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6690 fi
6691 ;;
6692
6693 newos6*)
6694 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6695 lt_cv_file_magic_cmd=/usr/bin/file
6696 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6697 ;;
6698
6699 *nto* | *qnx*)
6700 lt_cv_deplibs_check_method=pass_all
6701 ;;
6702
6703 openbsd*)
6704 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6705 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6706 else
6707 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6708 fi
6709 ;;
6710
6711 osf3* | osf4* | osf5*)
6712 lt_cv_deplibs_check_method=pass_all
6713 ;;
6714
6715 rdos*)
6716 lt_cv_deplibs_check_method=pass_all
6717 ;;
6718
6719 solaris*)
6720 lt_cv_deplibs_check_method=pass_all
6721 ;;
6722
6723 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6724 lt_cv_deplibs_check_method=pass_all
6725 ;;
6726
6727 sysv4 | sysv4.3*)
6728 case $host_vendor in
6729 motorola)
6730 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]'
6731 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6732 ;;
6733 ncr)
6734 lt_cv_deplibs_check_method=pass_all
6735 ;;
6736 sequent)
6737 lt_cv_file_magic_cmd='/bin/file'
6738 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6739 ;;
6740 sni)
6741 lt_cv_file_magic_cmd='/bin/file'
6742 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6743 lt_cv_file_magic_test_file=/lib/libc.so
6744 ;;
6745 siemens)
6746 lt_cv_deplibs_check_method=pass_all
6747 ;;
6748 pc)
6749 lt_cv_deplibs_check_method=pass_all
6750 ;;
6751 esac
6752 ;;
6753
6754 tpf*)
6755 lt_cv_deplibs_check_method=pass_all
6756 ;;
6757 esac
6758
6759 fi
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6761 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6762 file_magic_cmd=$lt_cv_file_magic_cmd
6763 deplibs_check_method=$lt_cv_deplibs_check_method
6764 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777 if test -n "$ac_tool_prefix"; then
6778 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6779 set dummy ${ac_tool_prefix}ar; ac_word=$2
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6781 $as_echo_n "checking for $ac_word... " >&6; }
6782 if test "${ac_cv_prog_AR+set}" = set; then :
6783 $as_echo_n "(cached) " >&6
6784 else
6785 if test -n "$AR"; then
6786 ac_cv_prog_AR="$AR" # Let the user override the test.
6787 else
6788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6789 for as_dir in $PATH
6790 do
6791 IFS=$as_save_IFS
6792 test -z "$as_dir" && as_dir=.
6793 for ac_exec_ext in '' $ac_executable_extensions; do
6794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6795 ac_cv_prog_AR="${ac_tool_prefix}ar"
6796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6797 break 2
6798 fi
6799 done
6800 done
6801 IFS=$as_save_IFS
6802
6803 fi
6804 fi
6805 AR=$ac_cv_prog_AR
6806 if test -n "$AR"; then
6807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6808 $as_echo "$AR" >&6; }
6809 else
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6811 $as_echo "no" >&6; }
6812 fi
6813
6814
6815 fi
6816 if test -z "$ac_cv_prog_AR"; then
6817 ac_ct_AR=$AR
6818 # Extract the first word of "ar", so it can be a program name with args.
6819 set dummy ar; ac_word=$2
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6821 $as_echo_n "checking for $ac_word... " >&6; }
6822 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6823 $as_echo_n "(cached) " >&6
6824 else
6825 if test -n "$ac_ct_AR"; then
6826 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6827 else
6828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6829 for as_dir in $PATH
6830 do
6831 IFS=$as_save_IFS
6832 test -z "$as_dir" && as_dir=.
6833 for ac_exec_ext in '' $ac_executable_extensions; do
6834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6835 ac_cv_prog_ac_ct_AR="ar"
6836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6837 break 2
6838 fi
6839 done
6840 done
6841 IFS=$as_save_IFS
6842
6843 fi
6844 fi
6845 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6846 if test -n "$ac_ct_AR"; then
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6848 $as_echo "$ac_ct_AR" >&6; }
6849 else
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6851 $as_echo "no" >&6; }
6852 fi
6853
6854 if test "x$ac_ct_AR" = x; then
6855 AR="false"
6856 else
6857 case $cross_compiling:$ac_tool_warned in
6858 yes:)
6859 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6860 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6861 ac_tool_warned=yes ;;
6862 esac
6863 AR=$ac_ct_AR
6864 fi
6865 else
6866 AR="$ac_cv_prog_AR"
6867 fi
6868
6869 test -z "$AR" && AR=ar
6870 test -z "$AR_FLAGS" && AR_FLAGS=cru
6871
6872
6873
6874
6875
6876
6877
6878
6879
6880
6881
6882 if test -n "$ac_tool_prefix"; then
6883 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6884 set dummy ${ac_tool_prefix}strip; ac_word=$2
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6886 $as_echo_n "checking for $ac_word... " >&6; }
6887 if test "${ac_cv_prog_STRIP+set}" = set; then :
6888 $as_echo_n "(cached) " >&6
6889 else
6890 if test -n "$STRIP"; then
6891 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6892 else
6893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6894 for as_dir in $PATH
6895 do
6896 IFS=$as_save_IFS
6897 test -z "$as_dir" && as_dir=.
6898 for ac_exec_ext in '' $ac_executable_extensions; do
6899 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6900 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6902 break 2
6903 fi
6904 done
6905 done
6906 IFS=$as_save_IFS
6907
6908 fi
6909 fi
6910 STRIP=$ac_cv_prog_STRIP
6911 if test -n "$STRIP"; then
6912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6913 $as_echo "$STRIP" >&6; }
6914 else
6915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6916 $as_echo "no" >&6; }
6917 fi
6918
6919
6920 fi
6921 if test -z "$ac_cv_prog_STRIP"; then
6922 ac_ct_STRIP=$STRIP
6923 # Extract the first word of "strip", so it can be a program name with args.
6924 set dummy strip; ac_word=$2
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6926 $as_echo_n "checking for $ac_word... " >&6; }
6927 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6928 $as_echo_n "(cached) " >&6
6929 else
6930 if test -n "$ac_ct_STRIP"; then
6931 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6932 else
6933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6934 for as_dir in $PATH
6935 do
6936 IFS=$as_save_IFS
6937 test -z "$as_dir" && as_dir=.
6938 for ac_exec_ext in '' $ac_executable_extensions; do
6939 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6940 ac_cv_prog_ac_ct_STRIP="strip"
6941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6942 break 2
6943 fi
6944 done
6945 done
6946 IFS=$as_save_IFS
6947
6948 fi
6949 fi
6950 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6951 if test -n "$ac_ct_STRIP"; then
6952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6953 $as_echo "$ac_ct_STRIP" >&6; }
6954 else
6955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6956 $as_echo "no" >&6; }
6957 fi
6958
6959 if test "x$ac_ct_STRIP" = x; then
6960 STRIP=":"
6961 else
6962 case $cross_compiling:$ac_tool_warned in
6963 yes:)
6964 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6965 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6966 ac_tool_warned=yes ;;
6967 esac
6968 STRIP=$ac_ct_STRIP
6969 fi
6970 else
6971 STRIP="$ac_cv_prog_STRIP"
6972 fi
6973
6974 test -z "$STRIP" && STRIP=:
6975
6976
6977
6978
6979
6980
6981 if test -n "$ac_tool_prefix"; then
6982 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6983 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6985 $as_echo_n "checking for $ac_word... " >&6; }
6986 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6987 $as_echo_n "(cached) " >&6
6988 else
6989 if test -n "$RANLIB"; then
6990 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6991 else
6992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6993 for as_dir in $PATH
6994 do
6995 IFS=$as_save_IFS
6996 test -z "$as_dir" && as_dir=.
6997 for ac_exec_ext in '' $ac_executable_extensions; do
6998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6999 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7001 break 2
7002 fi
7003 done
7004 done
7005 IFS=$as_save_IFS
7006
7007 fi
7008 fi
7009 RANLIB=$ac_cv_prog_RANLIB
7010 if test -n "$RANLIB"; then
7011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7012 $as_echo "$RANLIB" >&6; }
7013 else
7014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7015 $as_echo "no" >&6; }
7016 fi
7017
7018
7019 fi
7020 if test -z "$ac_cv_prog_RANLIB"; then
7021 ac_ct_RANLIB=$RANLIB
7022 # Extract the first word of "ranlib", so it can be a program name with args.
7023 set dummy ranlib; 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_ac_ct_RANLIB+set}" = set; then :
7027 $as_echo_n "(cached) " >&6
7028 else
7029 if test -n "$ac_ct_RANLIB"; then
7030 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # 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_ac_ct_RANLIB="ranlib"
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 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7050 if test -n "$ac_ct_RANLIB"; then
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7052 $as_echo "$ac_ct_RANLIB" >&6; }
7053 else
7054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7055 $as_echo "no" >&6; }
7056 fi
7057
7058 if test "x$ac_ct_RANLIB" = x; then
7059 RANLIB=":"
7060 else
7061 case $cross_compiling:$ac_tool_warned in
7062 yes:)
7063 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7064 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7065 ac_tool_warned=yes ;;
7066 esac
7067 RANLIB=$ac_ct_RANLIB
7068 fi
7069 else
7070 RANLIB="$ac_cv_prog_RANLIB"
7071 fi
7072
7073 test -z "$RANLIB" && RANLIB=:
7074
7075
7076
7077
7078
7079
7080 # Determine commands to create old-style static archives.
7081 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7082 old_postinstall_cmds='chmod 644 $oldlib'
7083 old_postuninstall_cmds=
7084
7085 if test -n "$RANLIB"; then
7086 case $host_os in
7087 openbsd*)
7088 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7089 ;;
7090 *)
7091 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7092 ;;
7093 esac
7094 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7095 fi
7096
7097 case $host_os in
7098 darwin*)
7099 lock_old_archive_extraction=yes ;;
7100 *)
7101 lock_old_archive_extraction=no ;;
7102 esac
7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
7123
7124 for ac_prog in gawk mawk nawk awk
7125 do
7126 # Extract the first word of "$ac_prog", so it can be a program name with args.
7127 set dummy $ac_prog; ac_word=$2
7128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7129 $as_echo_n "checking for $ac_word... " >&6; }
7130 if test "${ac_cv_prog_AWK+set}" = set; then :
7131 $as_echo_n "(cached) " >&6
7132 else
7133 if test -n "$AWK"; then
7134 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7135 else
7136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7137 for as_dir in $PATH
7138 do
7139 IFS=$as_save_IFS
7140 test -z "$as_dir" && as_dir=.
7141 for ac_exec_ext in '' $ac_executable_extensions; do
7142 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7143 ac_cv_prog_AWK="$ac_prog"
7144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7145 break 2
7146 fi
7147 done
7148 done
7149 IFS=$as_save_IFS
7150
7151 fi
7152 fi
7153 AWK=$ac_cv_prog_AWK
7154 if test -n "$AWK"; then
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7156 $as_echo "$AWK" >&6; }
7157 else
7158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7159 $as_echo "no" >&6; }
7160 fi
7161
7162
7163 test -n "$AWK" && break
7164 done
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184 # If no C compiler was specified, use CC.
7185 LTCC=${LTCC-"$CC"}
7186
7187 # If no C compiler flags were specified, use CFLAGS.
7188 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7189
7190 # Allow CC to be a program name with arguments.
7191 compiler=$CC
7192
7193
7194 # Check for command to grab the raw symbol name followed by C symbol from nm.
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7196 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7197 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7198 $as_echo_n "(cached) " >&6
7199 else
7200
7201 # These are sane defaults that work on at least a few old systems.
7202 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7203
7204 # Character class describing NM global symbol codes.
7205 symcode='[BCDEGRST]'
7206
7207 # Regexp to match symbols that can be accessed directly from C.
7208 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7209
7210 # Define system-specific variables.
7211 case $host_os in
7212 aix*)
7213 symcode='[BCDT]'
7214 ;;
7215 cygwin* | mingw* | pw32* | cegcc*)
7216 symcode='[ABCDGISTW]'
7217 ;;
7218 hpux*)
7219 if test "$host_cpu" = ia64; then
7220 symcode='[ABCDEGRST]'
7221 fi
7222 ;;
7223 irix* | nonstopux*)
7224 symcode='[BCDEGRST]'
7225 ;;
7226 osf*)
7227 symcode='[BCDEGQRST]'
7228 ;;
7229 solaris*)
7230 symcode='[BDRT]'
7231 ;;
7232 sco3.2v5*)
7233 symcode='[DT]'
7234 ;;
7235 sysv4.2uw2*)
7236 symcode='[DT]'
7237 ;;
7238 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7239 symcode='[ABDT]'
7240 ;;
7241 sysv4)
7242 symcode='[DFNSTU]'
7243 ;;
7244 esac
7245
7246 # If we're using GNU nm, then use its standard symbol codes.
7247 case `$NM -V 2>&1` in
7248 *GNU* | *'with BFD'*)
7249 symcode='[ABCDGIRSTW]' ;;
7250 esac
7251
7252 # Transform an extracted symbol line into a proper C declaration.
7253 # Some systems (esp. on ia64) link data and code symbols differently,
7254 # so use this general approach.
7255 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7256
7257 # Transform an extracted symbol line into symbol name and symbol address
7258 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7259 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'"
7260
7261 # Handle CRLF in mingw tool chain
7262 opt_cr=
7263 case $build_os in
7264 mingw*)
7265 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7266 ;;
7267 esac
7268
7269 # Try without a prefix underscore, then with it.
7270 for ac_symprfx in "" "_"; do
7271
7272 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7273 symxfrm="\\1 $ac_symprfx\\2 \\2"
7274
7275 # Write the raw and C identifiers.
7276 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7277 # Fake it for dumpbin and say T for any non-static function
7278 # and D for any global variable.
7279 # Also find C++ and __fastcall symbols from MSVC++,
7280 # which start with @ or ?.
7281 lt_cv_sys_global_symbol_pipe="$AWK '"\
7282 " {last_section=section; section=\$ 3};"\
7283 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7284 " \$ 0!~/External *\|/{next};"\
7285 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7286 " {if(hide[section]) next};"\
7287 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7288 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7289 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7290 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7291 " ' prfx=^$ac_symprfx"
7292 else
7293 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7294 fi
7295
7296 # Check to see that the pipe works correctly.
7297 pipe_works=no
7298
7299 rm -f conftest*
7300 cat > conftest.$ac_ext <<_LT_EOF
7301 #ifdef __cplusplus
7302 extern "C" {
7303 #endif
7304 char nm_test_var;
7305 void nm_test_func(void);
7306 void nm_test_func(void){}
7307 #ifdef __cplusplus
7308 }
7309 #endif
7310 int main(){nm_test_var='a';nm_test_func();return(0);}
7311 _LT_EOF
7312
7313 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7314 (eval $ac_compile) 2>&5
7315 ac_status=$?
7316 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7317 test $ac_status = 0; }; then
7318 # Now try to grab the symbols.
7319 nlist=conftest.nm
7320 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7321 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7322 ac_status=$?
7323 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7324 test $ac_status = 0; } && test -s "$nlist"; then
7325 # Try sorting and uniquifying the output.
7326 if sort "$nlist" | uniq > "$nlist"T; then
7327 mv -f "$nlist"T "$nlist"
7328 else
7329 rm -f "$nlist"T
7330 fi
7331
7332 # Make sure that we snagged all the symbols we need.
7333 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7334 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7335 cat <<_LT_EOF > conftest.$ac_ext
7336 #ifdef __cplusplus
7337 extern "C" {
7338 #endif
7339
7340 _LT_EOF
7341 # Now generate the symbol file.
7342 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7343
7344 cat <<_LT_EOF >> conftest.$ac_ext
7345
7346 /* The mapping between symbol names and symbols. */
7347 const struct {
7348 const char *name;
7349 void *address;
7350 }
7351 lt__PROGRAM__LTX_preloaded_symbols[] =
7352 {
7353 { "@PROGRAM@", (void *) 0 },
7354 _LT_EOF
7355 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7356 cat <<\_LT_EOF >> conftest.$ac_ext
7357 {0, (void *) 0}
7358 };
7359
7360 /* This works around a problem in FreeBSD linker */
7361 #ifdef FREEBSD_WORKAROUND
7362 static const void *lt_preloaded_setup() {
7363 return lt__PROGRAM__LTX_preloaded_symbols;
7364 }
7365 #endif
7366
7367 #ifdef __cplusplus
7368 }
7369 #endif
7370 _LT_EOF
7371 # Now try linking the two files.
7372 mv conftest.$ac_objext conftstm.$ac_objext
7373 lt_save_LIBS="$LIBS"
7374 lt_save_CFLAGS="$CFLAGS"
7375 LIBS="conftstm.$ac_objext"
7376 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7377 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7378 (eval $ac_link) 2>&5
7379 ac_status=$?
7380 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7381 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7382 pipe_works=yes
7383 fi
7384 LIBS="$lt_save_LIBS"
7385 CFLAGS="$lt_save_CFLAGS"
7386 else
7387 echo "cannot find nm_test_func in $nlist" >&5
7388 fi
7389 else
7390 echo "cannot find nm_test_var in $nlist" >&5
7391 fi
7392 else
7393 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7394 fi
7395 else
7396 echo "$progname: failed program was:" >&5
7397 cat conftest.$ac_ext >&5
7398 fi
7399 rm -rf conftest* conftst*
7400
7401 # Do not use the global_symbol_pipe unless it works.
7402 if test "$pipe_works" = yes; then
7403 break
7404 else
7405 lt_cv_sys_global_symbol_pipe=
7406 fi
7407 done
7408
7409 fi
7410
7411 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7412 lt_cv_sys_global_symbol_to_cdecl=
7413 fi
7414 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7416 $as_echo "failed" >&6; }
7417 else
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7419 $as_echo "ok" >&6; }
7420 fi
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443 # Check whether --enable-libtool-lock was given.
7444 if test "${enable_libtool_lock+set}" = set; then :
7445 enableval=$enable_libtool_lock;
7446 fi
7447
7448 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7449
7450 # Some flags need to be propagated to the compiler or linker for good
7451 # libtool support.
7452 case $host in
7453 ia64-*-hpux*)
7454 # Find out which ABI we are using.
7455 echo 'int i;' > conftest.$ac_ext
7456 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7457 (eval $ac_compile) 2>&5
7458 ac_status=$?
7459 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7460 test $ac_status = 0; }; then
7461 case `/usr/bin/file conftest.$ac_objext` in
7462 *ELF-32*)
7463 HPUX_IA64_MODE="32"
7464 ;;
7465 *ELF-64*)
7466 HPUX_IA64_MODE="64"
7467 ;;
7468 esac
7469 fi
7470 rm -rf conftest*
7471 ;;
7472 *-*-irix6*)
7473 # Find out which ABI we are using.
7474 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7475 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7476 (eval $ac_compile) 2>&5
7477 ac_status=$?
7478 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7479 test $ac_status = 0; }; then
7480 if test "$lt_cv_prog_gnu_ld" = yes; then
7481 case `/usr/bin/file conftest.$ac_objext` in
7482 *32-bit*)
7483 LD="${LD-ld} -melf32bsmip"
7484 ;;
7485 *N32*)
7486 LD="${LD-ld} -melf32bmipn32"
7487 ;;
7488 *64-bit*)
7489 LD="${LD-ld} -melf64bmip"
7490 ;;
7491 esac
7492 else
7493 case `/usr/bin/file conftest.$ac_objext` in
7494 *32-bit*)
7495 LD="${LD-ld} -32"
7496 ;;
7497 *N32*)
7498 LD="${LD-ld} -n32"
7499 ;;
7500 *64-bit*)
7501 LD="${LD-ld} -64"
7502 ;;
7503 esac
7504 fi
7505 fi
7506 rm -rf conftest*
7507 ;;
7508
7509 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7510 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7511 # Find out which ABI we are using.
7512 echo 'int i;' > conftest.$ac_ext
7513 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7514 (eval $ac_compile) 2>&5
7515 ac_status=$?
7516 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7517 test $ac_status = 0; }; then
7518 case `/usr/bin/file conftest.o` in
7519 *32-bit*)
7520 case $host in
7521 x86_64-*kfreebsd*-gnu)
7522 LD="${LD-ld} -m elf_i386_fbsd"
7523 ;;
7524 x86_64-*linux*)
7525 case `/usr/bin/file conftest.o` in
7526 *x86-64*)
7527 LD="${LD-ld} -m elf32_x86_64"
7528 ;;
7529 *)
7530 LD="${LD-ld} -m elf_i386"
7531 ;;
7532 esac
7533 ;;
7534 powerpc64le-*linux*)
7535 LD="${LD-ld} -m elf32lppclinux"
7536 ;;
7537 powerpc64-*linux*)
7538 LD="${LD-ld} -m elf32ppclinux"
7539 ;;
7540 s390x-*linux*)
7541 LD="${LD-ld} -m elf_s390"
7542 ;;
7543 sparc64-*linux*)
7544 LD="${LD-ld} -m elf32_sparc"
7545 ;;
7546 esac
7547 ;;
7548 *64-bit*)
7549 case $host in
7550 x86_64-*kfreebsd*-gnu)
7551 LD="${LD-ld} -m elf_x86_64_fbsd"
7552 ;;
7553 x86_64-*linux*)
7554 LD="${LD-ld} -m elf_x86_64"
7555 ;;
7556 powerpcle-*linux*)
7557 LD="${LD-ld} -m elf64lppc"
7558 ;;
7559 powerpc-*linux*)
7560 LD="${LD-ld} -m elf64ppc"
7561 ;;
7562 s390*-*linux*|s390*-*tpf*)
7563 LD="${LD-ld} -m elf64_s390"
7564 ;;
7565 sparc*-*linux*)
7566 LD="${LD-ld} -m elf64_sparc"
7567 ;;
7568 esac
7569 ;;
7570 esac
7571 fi
7572 rm -rf conftest*
7573 ;;
7574
7575 *-*-sco3.2v5*)
7576 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7577 SAVE_CFLAGS="$CFLAGS"
7578 CFLAGS="$CFLAGS -belf"
7579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7580 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7581 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7582 $as_echo_n "(cached) " >&6
7583 else
7584 ac_ext=c
7585 ac_cpp='$CPP $CPPFLAGS'
7586 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7587 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7588 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7589
7590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7591 /* end confdefs.h. */
7592
7593 int
7594 main ()
7595 {
7596
7597 ;
7598 return 0;
7599 }
7600 _ACEOF
7601 if ac_fn_c_try_link "$LINENO"; then :
7602 lt_cv_cc_needs_belf=yes
7603 else
7604 lt_cv_cc_needs_belf=no
7605 fi
7606 rm -f core conftest.err conftest.$ac_objext \
7607 conftest$ac_exeext conftest.$ac_ext
7608 ac_ext=c
7609 ac_cpp='$CPP $CPPFLAGS'
7610 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7611 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7612 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7613
7614 fi
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7616 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7617 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7618 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7619 CFLAGS="$SAVE_CFLAGS"
7620 fi
7621 ;;
7622 sparc*-*solaris*)
7623 # Find out which ABI we are using.
7624 echo 'int i;' > conftest.$ac_ext
7625 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7626 (eval $ac_compile) 2>&5
7627 ac_status=$?
7628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7629 test $ac_status = 0; }; then
7630 case `/usr/bin/file conftest.o` in
7631 *64-bit*)
7632 case $lt_cv_prog_gnu_ld in
7633 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7634 *)
7635 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7636 LD="${LD-ld} -64"
7637 fi
7638 ;;
7639 esac
7640 ;;
7641 esac
7642 fi
7643 rm -rf conftest*
7644 ;;
7645 esac
7646
7647 need_locks="$enable_libtool_lock"
7648
7649
7650 case $host_os in
7651 rhapsody* | darwin*)
7652 if test -n "$ac_tool_prefix"; then
7653 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7654 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7656 $as_echo_n "checking for $ac_word... " >&6; }
7657 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7658 $as_echo_n "(cached) " >&6
7659 else
7660 if test -n "$DSYMUTIL"; then
7661 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7662 else
7663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7664 for as_dir in $PATH
7665 do
7666 IFS=$as_save_IFS
7667 test -z "$as_dir" && as_dir=.
7668 for ac_exec_ext in '' $ac_executable_extensions; do
7669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7670 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7672 break 2
7673 fi
7674 done
7675 done
7676 IFS=$as_save_IFS
7677
7678 fi
7679 fi
7680 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7681 if test -n "$DSYMUTIL"; then
7682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7683 $as_echo "$DSYMUTIL" >&6; }
7684 else
7685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7686 $as_echo "no" >&6; }
7687 fi
7688
7689
7690 fi
7691 if test -z "$ac_cv_prog_DSYMUTIL"; then
7692 ac_ct_DSYMUTIL=$DSYMUTIL
7693 # Extract the first word of "dsymutil", so it can be a program name with args.
7694 set dummy dsymutil; ac_word=$2
7695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7696 $as_echo_n "checking for $ac_word... " >&6; }
7697 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7698 $as_echo_n "(cached) " >&6
7699 else
7700 if test -n "$ac_ct_DSYMUTIL"; then
7701 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7702 else
7703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7704 for as_dir in $PATH
7705 do
7706 IFS=$as_save_IFS
7707 test -z "$as_dir" && as_dir=.
7708 for ac_exec_ext in '' $ac_executable_extensions; do
7709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7710 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7712 break 2
7713 fi
7714 done
7715 done
7716 IFS=$as_save_IFS
7717
7718 fi
7719 fi
7720 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7721 if test -n "$ac_ct_DSYMUTIL"; then
7722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7723 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7724 else
7725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7726 $as_echo "no" >&6; }
7727 fi
7728
7729 if test "x$ac_ct_DSYMUTIL" = x; then
7730 DSYMUTIL=":"
7731 else
7732 case $cross_compiling:$ac_tool_warned in
7733 yes:)
7734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7735 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7736 ac_tool_warned=yes ;;
7737 esac
7738 DSYMUTIL=$ac_ct_DSYMUTIL
7739 fi
7740 else
7741 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7742 fi
7743
7744 if test -n "$ac_tool_prefix"; then
7745 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7746 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7748 $as_echo_n "checking for $ac_word... " >&6; }
7749 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7750 $as_echo_n "(cached) " >&6
7751 else
7752 if test -n "$NMEDIT"; then
7753 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7754 else
7755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7756 for as_dir in $PATH
7757 do
7758 IFS=$as_save_IFS
7759 test -z "$as_dir" && as_dir=.
7760 for ac_exec_ext in '' $ac_executable_extensions; do
7761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7762 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7764 break 2
7765 fi
7766 done
7767 done
7768 IFS=$as_save_IFS
7769
7770 fi
7771 fi
7772 NMEDIT=$ac_cv_prog_NMEDIT
7773 if test -n "$NMEDIT"; then
7774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7775 $as_echo "$NMEDIT" >&6; }
7776 else
7777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7778 $as_echo "no" >&6; }
7779 fi
7780
7781
7782 fi
7783 if test -z "$ac_cv_prog_NMEDIT"; then
7784 ac_ct_NMEDIT=$NMEDIT
7785 # Extract the first word of "nmedit", so it can be a program name with args.
7786 set dummy nmedit; ac_word=$2
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7788 $as_echo_n "checking for $ac_word... " >&6; }
7789 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7790 $as_echo_n "(cached) " >&6
7791 else
7792 if test -n "$ac_ct_NMEDIT"; then
7793 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7794 else
7795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7796 for as_dir in $PATH
7797 do
7798 IFS=$as_save_IFS
7799 test -z "$as_dir" && as_dir=.
7800 for ac_exec_ext in '' $ac_executable_extensions; do
7801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7802 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7804 break 2
7805 fi
7806 done
7807 done
7808 IFS=$as_save_IFS
7809
7810 fi
7811 fi
7812 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7813 if test -n "$ac_ct_NMEDIT"; then
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7815 $as_echo "$ac_ct_NMEDIT" >&6; }
7816 else
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7818 $as_echo "no" >&6; }
7819 fi
7820
7821 if test "x$ac_ct_NMEDIT" = x; then
7822 NMEDIT=":"
7823 else
7824 case $cross_compiling:$ac_tool_warned in
7825 yes:)
7826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7827 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7828 ac_tool_warned=yes ;;
7829 esac
7830 NMEDIT=$ac_ct_NMEDIT
7831 fi
7832 else
7833 NMEDIT="$ac_cv_prog_NMEDIT"
7834 fi
7835
7836 if test -n "$ac_tool_prefix"; then
7837 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7838 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7840 $as_echo_n "checking for $ac_word... " >&6; }
7841 if test "${ac_cv_prog_LIPO+set}" = set; then :
7842 $as_echo_n "(cached) " >&6
7843 else
7844 if test -n "$LIPO"; then
7845 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7846 else
7847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7848 for as_dir in $PATH
7849 do
7850 IFS=$as_save_IFS
7851 test -z "$as_dir" && as_dir=.
7852 for ac_exec_ext in '' $ac_executable_extensions; do
7853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7854 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7856 break 2
7857 fi
7858 done
7859 done
7860 IFS=$as_save_IFS
7861
7862 fi
7863 fi
7864 LIPO=$ac_cv_prog_LIPO
7865 if test -n "$LIPO"; then
7866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7867 $as_echo "$LIPO" >&6; }
7868 else
7869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7870 $as_echo "no" >&6; }
7871 fi
7872
7873
7874 fi
7875 if test -z "$ac_cv_prog_LIPO"; then
7876 ac_ct_LIPO=$LIPO
7877 # Extract the first word of "lipo", so it can be a program name with args.
7878 set dummy lipo; ac_word=$2
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7880 $as_echo_n "checking for $ac_word... " >&6; }
7881 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7882 $as_echo_n "(cached) " >&6
7883 else
7884 if test -n "$ac_ct_LIPO"; then
7885 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7886 else
7887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7888 for as_dir in $PATH
7889 do
7890 IFS=$as_save_IFS
7891 test -z "$as_dir" && as_dir=.
7892 for ac_exec_ext in '' $ac_executable_extensions; do
7893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7894 ac_cv_prog_ac_ct_LIPO="lipo"
7895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7896 break 2
7897 fi
7898 done
7899 done
7900 IFS=$as_save_IFS
7901
7902 fi
7903 fi
7904 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7905 if test -n "$ac_ct_LIPO"; then
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7907 $as_echo "$ac_ct_LIPO" >&6; }
7908 else
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7910 $as_echo "no" >&6; }
7911 fi
7912
7913 if test "x$ac_ct_LIPO" = x; then
7914 LIPO=":"
7915 else
7916 case $cross_compiling:$ac_tool_warned in
7917 yes:)
7918 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7919 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7920 ac_tool_warned=yes ;;
7921 esac
7922 LIPO=$ac_ct_LIPO
7923 fi
7924 else
7925 LIPO="$ac_cv_prog_LIPO"
7926 fi
7927
7928 if test -n "$ac_tool_prefix"; then
7929 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7930 set dummy ${ac_tool_prefix}otool; ac_word=$2
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7932 $as_echo_n "checking for $ac_word... " >&6; }
7933 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7934 $as_echo_n "(cached) " >&6
7935 else
7936 if test -n "$OTOOL"; then
7937 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7938 else
7939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7940 for as_dir in $PATH
7941 do
7942 IFS=$as_save_IFS
7943 test -z "$as_dir" && as_dir=.
7944 for ac_exec_ext in '' $ac_executable_extensions; do
7945 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7946 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7948 break 2
7949 fi
7950 done
7951 done
7952 IFS=$as_save_IFS
7953
7954 fi
7955 fi
7956 OTOOL=$ac_cv_prog_OTOOL
7957 if test -n "$OTOOL"; then
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7959 $as_echo "$OTOOL" >&6; }
7960 else
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7962 $as_echo "no" >&6; }
7963 fi
7964
7965
7966 fi
7967 if test -z "$ac_cv_prog_OTOOL"; then
7968 ac_ct_OTOOL=$OTOOL
7969 # Extract the first word of "otool", so it can be a program name with args.
7970 set dummy otool; ac_word=$2
7971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7972 $as_echo_n "checking for $ac_word... " >&6; }
7973 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7974 $as_echo_n "(cached) " >&6
7975 else
7976 if test -n "$ac_ct_OTOOL"; then
7977 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7978 else
7979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7980 for as_dir in $PATH
7981 do
7982 IFS=$as_save_IFS
7983 test -z "$as_dir" && as_dir=.
7984 for ac_exec_ext in '' $ac_executable_extensions; do
7985 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7986 ac_cv_prog_ac_ct_OTOOL="otool"
7987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7988 break 2
7989 fi
7990 done
7991 done
7992 IFS=$as_save_IFS
7993
7994 fi
7995 fi
7996 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7997 if test -n "$ac_ct_OTOOL"; then
7998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7999 $as_echo "$ac_ct_OTOOL" >&6; }
8000 else
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8002 $as_echo "no" >&6; }
8003 fi
8004
8005 if test "x$ac_ct_OTOOL" = x; then
8006 OTOOL=":"
8007 else
8008 case $cross_compiling:$ac_tool_warned in
8009 yes:)
8010 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8011 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8012 ac_tool_warned=yes ;;
8013 esac
8014 OTOOL=$ac_ct_OTOOL
8015 fi
8016 else
8017 OTOOL="$ac_cv_prog_OTOOL"
8018 fi
8019
8020 if test -n "$ac_tool_prefix"; then
8021 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8022 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8024 $as_echo_n "checking for $ac_word... " >&6; }
8025 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8026 $as_echo_n "(cached) " >&6
8027 else
8028 if test -n "$OTOOL64"; then
8029 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8030 else
8031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8032 for as_dir in $PATH
8033 do
8034 IFS=$as_save_IFS
8035 test -z "$as_dir" && as_dir=.
8036 for ac_exec_ext in '' $ac_executable_extensions; do
8037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8038 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8039 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8040 break 2
8041 fi
8042 done
8043 done
8044 IFS=$as_save_IFS
8045
8046 fi
8047 fi
8048 OTOOL64=$ac_cv_prog_OTOOL64
8049 if test -n "$OTOOL64"; then
8050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8051 $as_echo "$OTOOL64" >&6; }
8052 else
8053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8054 $as_echo "no" >&6; }
8055 fi
8056
8057
8058 fi
8059 if test -z "$ac_cv_prog_OTOOL64"; then
8060 ac_ct_OTOOL64=$OTOOL64
8061 # Extract the first word of "otool64", so it can be a program name with args.
8062 set dummy otool64; ac_word=$2
8063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8064 $as_echo_n "checking for $ac_word... " >&6; }
8065 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8066 $as_echo_n "(cached) " >&6
8067 else
8068 if test -n "$ac_ct_OTOOL64"; then
8069 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8070 else
8071 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8072 for as_dir in $PATH
8073 do
8074 IFS=$as_save_IFS
8075 test -z "$as_dir" && as_dir=.
8076 for ac_exec_ext in '' $ac_executable_extensions; do
8077 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8078 ac_cv_prog_ac_ct_OTOOL64="otool64"
8079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8080 break 2
8081 fi
8082 done
8083 done
8084 IFS=$as_save_IFS
8085
8086 fi
8087 fi
8088 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8089 if test -n "$ac_ct_OTOOL64"; then
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8091 $as_echo "$ac_ct_OTOOL64" >&6; }
8092 else
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8094 $as_echo "no" >&6; }
8095 fi
8096
8097 if test "x$ac_ct_OTOOL64" = x; then
8098 OTOOL64=":"
8099 else
8100 case $cross_compiling:$ac_tool_warned in
8101 yes:)
8102 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8103 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8104 ac_tool_warned=yes ;;
8105 esac
8106 OTOOL64=$ac_ct_OTOOL64
8107 fi
8108 else
8109 OTOOL64="$ac_cv_prog_OTOOL64"
8110 fi
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8139 $as_echo_n "checking for -single_module linker flag... " >&6; }
8140 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8141 $as_echo_n "(cached) " >&6
8142 else
8143 lt_cv_apple_cc_single_mod=no
8144 if test -z "${LT_MULTI_MODULE}"; then
8145 # By default we will add the -single_module flag. You can override
8146 # by either setting the environment variable LT_MULTI_MODULE
8147 # non-empty at configure time, or by adding -multi_module to the
8148 # link flags.
8149 rm -rf libconftest.dylib*
8150 echo "int foo(void){return 1;}" > conftest.c
8151 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8152 -dynamiclib -Wl,-single_module conftest.c" >&5
8153 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8154 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8155 _lt_result=$?
8156 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8157 lt_cv_apple_cc_single_mod=yes
8158 else
8159 cat conftest.err >&5
8160 fi
8161 rm -rf libconftest.dylib*
8162 rm -f conftest.*
8163 fi
8164 fi
8165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8166 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8168 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8169 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8170 $as_echo_n "(cached) " >&6
8171 else
8172 lt_cv_ld_exported_symbols_list=no
8173 save_LDFLAGS=$LDFLAGS
8174 echo "_main" > conftest.sym
8175 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8177 /* end confdefs.h. */
8178
8179 int
8180 main ()
8181 {
8182
8183 ;
8184 return 0;
8185 }
8186 _ACEOF
8187 if ac_fn_c_try_link "$LINENO"; then :
8188 lt_cv_ld_exported_symbols_list=yes
8189 else
8190 lt_cv_ld_exported_symbols_list=no
8191 fi
8192 rm -f core conftest.err conftest.$ac_objext \
8193 conftest$ac_exeext conftest.$ac_ext
8194 LDFLAGS="$save_LDFLAGS"
8195
8196 fi
8197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8198 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8200 $as_echo_n "checking for -force_load linker flag... " >&6; }
8201 if test "${lt_cv_ld_force_load+set}" = set; then :
8202 $as_echo_n "(cached) " >&6
8203 else
8204 lt_cv_ld_force_load=no
8205 cat > conftest.c << _LT_EOF
8206 int forced_loaded() { return 2;}
8207 _LT_EOF
8208 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8209 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8210 echo "$AR cru libconftest.a conftest.o" >&5
8211 $AR cru libconftest.a conftest.o 2>&5
8212 cat > conftest.c << _LT_EOF
8213 int main() { return 0;}
8214 _LT_EOF
8215 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8216 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8217 _lt_result=$?
8218 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8219 lt_cv_ld_force_load=yes
8220 else
8221 cat conftest.err >&5
8222 fi
8223 rm -f conftest.err libconftest.a conftest conftest.c
8224 rm -rf conftest.dSYM
8225
8226 fi
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8228 $as_echo "$lt_cv_ld_force_load" >&6; }
8229 case $host_os in
8230 rhapsody* | darwin1.[012])
8231 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8232 darwin1.*)
8233 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8234 darwin*) # darwin 5.x on
8235 # if running on 10.5 or later, the deployment target defaults
8236 # to the OS version, if on x86, and 10.4, the deployment
8237 # target defaults to 10.4. Don't you love it?
8238 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8239 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8240 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8241 10.[012][,.]*)
8242 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8243 10.*)
8244 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8245 esac
8246 ;;
8247 esac
8248 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8249 _lt_dar_single_mod='$single_module'
8250 fi
8251 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8252 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8253 else
8254 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8255 fi
8256 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8257 _lt_dsymutil='~$DSYMUTIL $lib || :'
8258 else
8259 _lt_dsymutil=
8260 fi
8261 ;;
8262 esac
8263
8264 for ac_header in dlfcn.h
8265 do :
8266 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8267 "
8268 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8269 cat >>confdefs.h <<_ACEOF
8270 #define HAVE_DLFCN_H 1
8271 _ACEOF
8272
8273 fi
8274
8275 done
8276
8277
8278
8279 # autoconf.info says this should be called right after AC_INIT.
8280 ac_config_headers="$ac_config_headers config.h:config.in"
8281
8282
8283
8284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8285 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8286 if test "${ac_cv_c_bigendian+set}" = set; then :
8287 $as_echo_n "(cached) " >&6
8288 else
8289 ac_cv_c_bigendian=unknown
8290 # See if we're dealing with a universal compiler.
8291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8292 /* end confdefs.h. */
8293 #ifndef __APPLE_CC__
8294 not a universal capable compiler
8295 #endif
8296 typedef int dummy;
8297
8298 _ACEOF
8299 if ac_fn_c_try_compile "$LINENO"; then :
8300
8301 # Check for potential -arch flags. It is not universal unless
8302 # there are at least two -arch flags with different values.
8303 ac_arch=
8304 ac_prev=
8305 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8306 if test -n "$ac_prev"; then
8307 case $ac_word in
8308 i?86 | x86_64 | ppc | ppc64)
8309 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8310 ac_arch=$ac_word
8311 else
8312 ac_cv_c_bigendian=universal
8313 break
8314 fi
8315 ;;
8316 esac
8317 ac_prev=
8318 elif test "x$ac_word" = "x-arch"; then
8319 ac_prev=arch
8320 fi
8321 done
8322 fi
8323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8324 if test $ac_cv_c_bigendian = unknown; then
8325 # See if sys/param.h defines the BYTE_ORDER macro.
8326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8327 /* end confdefs.h. */
8328 #include <sys/types.h>
8329 #include <sys/param.h>
8330
8331 int
8332 main ()
8333 {
8334 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8335 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8336 && LITTLE_ENDIAN)
8337 bogus endian macros
8338 #endif
8339
8340 ;
8341 return 0;
8342 }
8343 _ACEOF
8344 if ac_fn_c_try_compile "$LINENO"; then :
8345 # It does; now see whether it defined to BIG_ENDIAN or not.
8346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8347 /* end confdefs.h. */
8348 #include <sys/types.h>
8349 #include <sys/param.h>
8350
8351 int
8352 main ()
8353 {
8354 #if BYTE_ORDER != BIG_ENDIAN
8355 not big endian
8356 #endif
8357
8358 ;
8359 return 0;
8360 }
8361 _ACEOF
8362 if ac_fn_c_try_compile "$LINENO"; then :
8363 ac_cv_c_bigendian=yes
8364 else
8365 ac_cv_c_bigendian=no
8366 fi
8367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8368 fi
8369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8370 fi
8371 if test $ac_cv_c_bigendian = unknown; then
8372 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8374 /* end confdefs.h. */
8375 #include <limits.h>
8376
8377 int
8378 main ()
8379 {
8380 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8381 bogus endian macros
8382 #endif
8383
8384 ;
8385 return 0;
8386 }
8387 _ACEOF
8388 if ac_fn_c_try_compile "$LINENO"; then :
8389 # It does; now see whether it defined to _BIG_ENDIAN or not.
8390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8391 /* end confdefs.h. */
8392 #include <limits.h>
8393
8394 int
8395 main ()
8396 {
8397 #ifndef _BIG_ENDIAN
8398 not big endian
8399 #endif
8400
8401 ;
8402 return 0;
8403 }
8404 _ACEOF
8405 if ac_fn_c_try_compile "$LINENO"; then :
8406 ac_cv_c_bigendian=yes
8407 else
8408 ac_cv_c_bigendian=no
8409 fi
8410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8411 fi
8412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8413 fi
8414 if test $ac_cv_c_bigendian = unknown; then
8415 # Compile a test program.
8416 if test "$cross_compiling" = yes; then :
8417 # Try to guess by grepping values from an object file.
8418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8419 /* end confdefs.h. */
8420 short int ascii_mm[] =
8421 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8422 short int ascii_ii[] =
8423 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8424 int use_ascii (int i) {
8425 return ascii_mm[i] + ascii_ii[i];
8426 }
8427 short int ebcdic_ii[] =
8428 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8429 short int ebcdic_mm[] =
8430 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8431 int use_ebcdic (int i) {
8432 return ebcdic_mm[i] + ebcdic_ii[i];
8433 }
8434 extern int foo;
8435
8436 int
8437 main ()
8438 {
8439 return use_ascii (foo) == use_ebcdic (foo);
8440 ;
8441 return 0;
8442 }
8443 _ACEOF
8444 if ac_fn_c_try_compile "$LINENO"; then :
8445 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8446 ac_cv_c_bigendian=yes
8447 fi
8448 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8449 if test "$ac_cv_c_bigendian" = unknown; then
8450 ac_cv_c_bigendian=no
8451 else
8452 # finding both strings is unlikely to happen, but who knows?
8453 ac_cv_c_bigendian=unknown
8454 fi
8455 fi
8456 fi
8457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8458 else
8459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8460 /* end confdefs.h. */
8461 $ac_includes_default
8462 int
8463 main ()
8464 {
8465
8466 /* Are we little or big endian? From Harbison&Steele. */
8467 union
8468 {
8469 long int l;
8470 char c[sizeof (long int)];
8471 } u;
8472 u.l = 1;
8473 return u.c[sizeof (long int) - 1] == 1;
8474
8475 ;
8476 return 0;
8477 }
8478 _ACEOF
8479 if ac_fn_c_try_run "$LINENO"; then :
8480 ac_cv_c_bigendian=no
8481 else
8482 ac_cv_c_bigendian=yes
8483 fi
8484 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8485 conftest.$ac_objext conftest.beam conftest.$ac_ext
8486 fi
8487
8488 fi
8489 fi
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8491 $as_echo "$ac_cv_c_bigendian" >&6; }
8492 case $ac_cv_c_bigendian in #(
8493 yes)
8494 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8495 ;; #(
8496 no)
8497 ;; #(
8498 universal)
8499
8500 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8501
8502 ;; #(
8503 *)
8504 as_fn_error "unknown endianness
8505 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8506 esac
8507
8508
8509
8510
8511 # Put a plausible default for CC_FOR_BUILD in Makefile.
8512 if test "x$cross_compiling" = "xno"; then
8513 CC_FOR_BUILD='$(CC)'
8514 else
8515 CC_FOR_BUILD=gcc
8516 fi
8517
8518
8519
8520
8521 AR=${AR-ar}
8522
8523 if test -n "$ac_tool_prefix"; then
8524 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8525 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8527 $as_echo_n "checking for $ac_word... " >&6; }
8528 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8529 $as_echo_n "(cached) " >&6
8530 else
8531 if test -n "$RANLIB"; then
8532 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8533 else
8534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8535 for as_dir in $PATH
8536 do
8537 IFS=$as_save_IFS
8538 test -z "$as_dir" && as_dir=.
8539 for ac_exec_ext in '' $ac_executable_extensions; do
8540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8541 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8543 break 2
8544 fi
8545 done
8546 done
8547 IFS=$as_save_IFS
8548
8549 fi
8550 fi
8551 RANLIB=$ac_cv_prog_RANLIB
8552 if test -n "$RANLIB"; then
8553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8554 $as_echo "$RANLIB" >&6; }
8555 else
8556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8557 $as_echo "no" >&6; }
8558 fi
8559
8560
8561 fi
8562 if test -z "$ac_cv_prog_RANLIB"; then
8563 ac_ct_RANLIB=$RANLIB
8564 # Extract the first word of "ranlib", so it can be a program name with args.
8565 set dummy ranlib; ac_word=$2
8566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8567 $as_echo_n "checking for $ac_word... " >&6; }
8568 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8569 $as_echo_n "(cached) " >&6
8570 else
8571 if test -n "$ac_ct_RANLIB"; then
8572 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8573 else
8574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8575 for as_dir in $PATH
8576 do
8577 IFS=$as_save_IFS
8578 test -z "$as_dir" && as_dir=.
8579 for ac_exec_ext in '' $ac_executable_extensions; do
8580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8581 ac_cv_prog_ac_ct_RANLIB="ranlib"
8582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8583 break 2
8584 fi
8585 done
8586 done
8587 IFS=$as_save_IFS
8588
8589 fi
8590 fi
8591 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8592 if test -n "$ac_ct_RANLIB"; then
8593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8594 $as_echo "$ac_ct_RANLIB" >&6; }
8595 else
8596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8597 $as_echo "no" >&6; }
8598 fi
8599
8600 if test "x$ac_ct_RANLIB" = x; then
8601 RANLIB=":"
8602 else
8603 case $cross_compiling:$ac_tool_warned in
8604 yes:)
8605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8606 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8607 ac_tool_warned=yes ;;
8608 esac
8609 RANLIB=$ac_ct_RANLIB
8610 fi
8611 else
8612 RANLIB="$ac_cv_prog_RANLIB"
8613 fi
8614
8615
8616 # Some of the common include files depend on bfd.h, and bfd.h checks
8617 # that config.h is included first by testing that the PACKAGE macro
8618 # is defined.
8619 PACKAGE=sim
8620
8621 cat >>confdefs.h <<_ACEOF
8622 #define PACKAGE "$PACKAGE"
8623 _ACEOF
8624
8625
8626
8627 # Dependency checking.
8628 ac_config_commands="$ac_config_commands depdir"
8629
8630
8631 depcc="$CC" am_compiler_list=
8632
8633 am_depcomp=$ac_aux_dir/depcomp
8634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8635 $as_echo_n "checking dependency style of $depcc... " >&6; }
8636 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8637 $as_echo_n "(cached) " >&6
8638 else
8639 if test -f "$am_depcomp"; then
8640 # We make a subdir and do the tests there. Otherwise we can end up
8641 # making bogus files that we don't know about and never remove. For
8642 # instance it was reported that on HP-UX the gcc test will end up
8643 # making a dummy file named `D' -- because `-MD' means `put the output
8644 # in D'.
8645 mkdir conftest.dir
8646 # Copy depcomp to subdir because otherwise we won't find it if we're
8647 # using a relative directory.
8648 cp "$am_depcomp" conftest.dir
8649 cd conftest.dir
8650 # We will build objects and dependencies in a subdirectory because
8651 # it helps to detect inapplicable dependency modes. For instance
8652 # both Tru64's cc and ICC support -MD to output dependencies as a
8653 # side effect of compilation, but ICC will put the dependencies in
8654 # the current directory while Tru64 will put them in the object
8655 # directory.
8656 mkdir sub
8657
8658 am_cv_CC_dependencies_compiler_type=none
8659 if test "$am_compiler_list" = ""; then
8660 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8661 fi
8662 for depmode in $am_compiler_list; do
8663 if test $depmode = none; then break; fi
8664
8665 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8666 # Setup a source with many dependencies, because some compilers
8667 # like to wrap large dependency lists on column 80 (with \), and
8668 # we should not choose a depcomp mode which is confused by this.
8669 #
8670 # We need to recreate these files for each test, as the compiler may
8671 # overwrite some of them when testing with obscure command lines.
8672 # This happens at least with the AIX C compiler.
8673 : > sub/conftest.c
8674 for i in 1 2 3 4 5 6; do
8675 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8676 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8677 # Solaris 8's {/usr,}/bin/sh.
8678 touch sub/conftst$i.h
8679 done
8680 echo "include sub/conftest.Po" > confmf
8681
8682 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8683 # mode. It turns out that the SunPro C++ compiler does not properly
8684 # handle `-M -o', and we need to detect this.
8685 depcmd="depmode=$depmode \
8686 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8687 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8688 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8689 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8690 if env $depcmd > conftest.err 2>&1 &&
8691 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8692 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8693 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8694 # icc doesn't choke on unknown options, it will just issue warnings
8695 # or remarks (even with -Werror). So we grep stderr for any message
8696 # that says an option was ignored or not supported.
8697 # When given -MP, icc 7.0 and 7.1 complain thusly:
8698 # icc: Command line warning: ignoring option '-M'; no argument required
8699 # The diagnosis changed in icc 8.0:
8700 # icc: Command line remark: option '-MP' not supported
8701 if (grep 'ignoring option' conftest.err ||
8702 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8703 am_cv_CC_dependencies_compiler_type=$depmode
8704 $as_echo "$as_me:$LINENO: success" >&5
8705 break
8706 fi
8707 fi
8708 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8709 sed -e 's/^/| /' < conftest.err >&5
8710 done
8711
8712 cd ..
8713 rm -rf conftest.dir
8714 else
8715 am_cv_CC_dependencies_compiler_type=none
8716 fi
8717
8718 fi
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8720 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8721 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8722 then as_fn_error "no usable dependency style found" "$LINENO" 5
8723 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8724
8725 fi
8726
8727
8728 # Check for the 'make' the user wants to use.
8729 for ac_prog in make
8730 do
8731 # Extract the first word of "$ac_prog", so it can be a program name with args.
8732 set dummy $ac_prog; ac_word=$2
8733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8734 $as_echo_n "checking for $ac_word... " >&6; }
8735 if test "${ac_cv_prog_MAKE+set}" = set; then :
8736 $as_echo_n "(cached) " >&6
8737 else
8738 if test -n "$MAKE"; then
8739 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8740 else
8741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8742 for as_dir in $PATH
8743 do
8744 IFS=$as_save_IFS
8745 test -z "$as_dir" && as_dir=.
8746 for ac_exec_ext in '' $ac_executable_extensions; do
8747 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8748 ac_cv_prog_MAKE="$ac_prog"
8749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8750 break 2
8751 fi
8752 done
8753 done
8754 IFS=$as_save_IFS
8755
8756 fi
8757 fi
8758 MAKE=$ac_cv_prog_MAKE
8759 if test -n "$MAKE"; then
8760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8761 $as_echo "$MAKE" >&6; }
8762 else
8763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8764 $as_echo "no" >&6; }
8765 fi
8766
8767
8768 test -n "$MAKE" && break
8769 done
8770
8771 MAKE_IS_GNU=
8772 case "`$MAKE --version 2>&1 | sed 1q`" in
8773 *GNU*)
8774 MAKE_IS_GNU=yes
8775 ;;
8776 esac
8777 if test "$MAKE_IS_GNU" = yes; then
8778 GMAKE_TRUE=
8779 GMAKE_FALSE='#'
8780 else
8781 GMAKE_TRUE='#'
8782 GMAKE_FALSE=
8783 fi
8784
8785
8786 ALL_LINGUAS=
8787 # If we haven't got the data from the intl directory,
8788 # assume NLS is disabled.
8789 USE_NLS=no
8790 LIBINTL=
8791 LIBINTL_DEP=
8792 INCINTL=
8793 XGETTEXT=
8794 GMSGFMT=
8795 POSUB=
8796
8797 if test -f ../../intl/config.intl; then
8798 . ../../intl/config.intl
8799 fi
8800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8801 $as_echo_n "checking whether NLS is requested... " >&6; }
8802 if test x"$USE_NLS" != xyes; then
8803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8804 $as_echo "no" >&6; }
8805 else
8806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8807 $as_echo "yes" >&6; }
8808
8809 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8810
8811
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8813 $as_echo_n "checking for catalogs to be installed... " >&6; }
8814 # Look for .po and .gmo files in the source directory.
8815 CATALOGS=
8816 XLINGUAS=
8817 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8818 # If there aren't any .gmo files the shell will give us the
8819 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8820 # weeded out.
8821 case "$cat" in *\**)
8822 continue;;
8823 esac
8824 # The quadruple backslash is collapsed to a double backslash
8825 # by the backticks, then collapsed again by the double quotes,
8826 # leaving us with one backslash in the sed expression (right
8827 # before the dot that mustn't act as a wildcard).
8828 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8829 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8830 # The user is allowed to set LINGUAS to a list of languages to
8831 # install catalogs for. If it's empty that means "all of them."
8832 if test "x$LINGUAS" = x; then
8833 CATALOGS="$CATALOGS $cat"
8834 XLINGUAS="$XLINGUAS $lang"
8835 else
8836 case "$LINGUAS" in *$lang*)
8837 CATALOGS="$CATALOGS $cat"
8838 XLINGUAS="$XLINGUAS $lang"
8839 ;;
8840 esac
8841 fi
8842 done
8843 LINGUAS="$XLINGUAS"
8844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8845 $as_echo "$LINGUAS" >&6; }
8846
8847
8848 DATADIRNAME=share
8849
8850 INSTOBJEXT=.mo
8851
8852 GENCAT=gencat
8853
8854 CATOBJEXT=.gmo
8855
8856 fi
8857
8858 # Check for common headers.
8859 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8860 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8861 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8862 do :
8863 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8864 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8865 eval as_val=\$$as_ac_Header
8866 if test "x$as_val" = x""yes; then :
8867 cat >>confdefs.h <<_ACEOF
8868 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8869 _ACEOF
8870
8871 fi
8872
8873 done
8874
8875 for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8876 do :
8877 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8878 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8879 eval as_val=\$$as_ac_Header
8880 if test "x$as_val" = x""yes; then :
8881 cat >>confdefs.h <<_ACEOF
8882 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8883 _ACEOF
8884
8885 fi
8886
8887 done
8888
8889 for ac_header in fcntl.h fpu_control.h
8890 do :
8891 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8892 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8893 eval as_val=\$$as_ac_Header
8894 if test "x$as_val" = x""yes; then :
8895 cat >>confdefs.h <<_ACEOF
8896 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8897 _ACEOF
8898
8899 fi
8900
8901 done
8902
8903 for ac_header in dlfcn.h errno.h sys/stat.h
8904 do :
8905 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8906 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8907 eval as_val=\$$as_ac_Header
8908 if test "x$as_val" = x""yes; then :
8909 cat >>confdefs.h <<_ACEOF
8910 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8911 _ACEOF
8912
8913 fi
8914
8915 done
8916
8917 for ac_func in getrusage time sigaction __setfpucw
8918 do :
8919 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8920 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8921 eval as_val=\$$as_ac_var
8922 if test "x$as_val" = x""yes; then :
8923 cat >>confdefs.h <<_ACEOF
8924 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8925 _ACEOF
8926
8927 fi
8928 done
8929
8930 for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8931 do :
8932 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8933 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8934 eval as_val=\$$as_ac_var
8935 if test "x$as_val" = x""yes; then :
8936 cat >>confdefs.h <<_ACEOF
8937 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8938 _ACEOF
8939
8940 fi
8941 done
8942
8943 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8944 #include <sys/types.h>
8945 #endif
8946 #ifdef HAVE_SYS_STAT_H
8947 #include <sys/stat.h>
8948 #endif
8949 "
8950 if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8951
8952 cat >>confdefs.h <<_ACEOF
8953 #define HAVE_STRUCT_STAT_ST_DEV 1
8954 _ACEOF
8955
8956
8957 fi
8958 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8959 #include <sys/types.h>
8960 #endif
8961 #ifdef HAVE_SYS_STAT_H
8962 #include <sys/stat.h>
8963 #endif
8964 "
8965 if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8966
8967 cat >>confdefs.h <<_ACEOF
8968 #define HAVE_STRUCT_STAT_ST_INO 1
8969 _ACEOF
8970
8971
8972 fi
8973 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8974 #include <sys/types.h>
8975 #endif
8976 #ifdef HAVE_SYS_STAT_H
8977 #include <sys/stat.h>
8978 #endif
8979 "
8980 if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8981
8982 cat >>confdefs.h <<_ACEOF
8983 #define HAVE_STRUCT_STAT_ST_MODE 1
8984 _ACEOF
8985
8986
8987 fi
8988 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8989 #include <sys/types.h>
8990 #endif
8991 #ifdef HAVE_SYS_STAT_H
8992 #include <sys/stat.h>
8993 #endif
8994 "
8995 if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
8996
8997 cat >>confdefs.h <<_ACEOF
8998 #define HAVE_STRUCT_STAT_ST_NLINK 1
8999 _ACEOF
9000
9001
9002 fi
9003 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9004 #include <sys/types.h>
9005 #endif
9006 #ifdef HAVE_SYS_STAT_H
9007 #include <sys/stat.h>
9008 #endif
9009 "
9010 if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
9011
9012 cat >>confdefs.h <<_ACEOF
9013 #define HAVE_STRUCT_STAT_ST_UID 1
9014 _ACEOF
9015
9016
9017 fi
9018 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9019 #include <sys/types.h>
9020 #endif
9021 #ifdef HAVE_SYS_STAT_H
9022 #include <sys/stat.h>
9023 #endif
9024 "
9025 if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9026
9027 cat >>confdefs.h <<_ACEOF
9028 #define HAVE_STRUCT_STAT_ST_GID 1
9029 _ACEOF
9030
9031
9032 fi
9033 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9034 #include <sys/types.h>
9035 #endif
9036 #ifdef HAVE_SYS_STAT_H
9037 #include <sys/stat.h>
9038 #endif
9039 "
9040 if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9041
9042 cat >>confdefs.h <<_ACEOF
9043 #define HAVE_STRUCT_STAT_ST_RDEV 1
9044 _ACEOF
9045
9046
9047 fi
9048 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9049 #include <sys/types.h>
9050 #endif
9051 #ifdef HAVE_SYS_STAT_H
9052 #include <sys/stat.h>
9053 #endif
9054 "
9055 if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9056
9057 cat >>confdefs.h <<_ACEOF
9058 #define HAVE_STRUCT_STAT_ST_SIZE 1
9059 _ACEOF
9060
9061
9062 fi
9063 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9064 #include <sys/types.h>
9065 #endif
9066 #ifdef HAVE_SYS_STAT_H
9067 #include <sys/stat.h>
9068 #endif
9069 "
9070 if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9071
9072 cat >>confdefs.h <<_ACEOF
9073 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9074 _ACEOF
9075
9076
9077 fi
9078 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9079 #include <sys/types.h>
9080 #endif
9081 #ifdef HAVE_SYS_STAT_H
9082 #include <sys/stat.h>
9083 #endif
9084 "
9085 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9086
9087 cat >>confdefs.h <<_ACEOF
9088 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9089 _ACEOF
9090
9091
9092 fi
9093 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9094 #include <sys/types.h>
9095 #endif
9096 #ifdef HAVE_SYS_STAT_H
9097 #include <sys/stat.h>
9098 #endif
9099 "
9100 if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9101
9102 cat >>confdefs.h <<_ACEOF
9103 #define HAVE_STRUCT_STAT_ST_ATIME 1
9104 _ACEOF
9105
9106
9107 fi
9108 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9109 #include <sys/types.h>
9110 #endif
9111 #ifdef HAVE_SYS_STAT_H
9112 #include <sys/stat.h>
9113 #endif
9114 "
9115 if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9116
9117 cat >>confdefs.h <<_ACEOF
9118 #define HAVE_STRUCT_STAT_ST_MTIME 1
9119 _ACEOF
9120
9121
9122 fi
9123 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9124 #include <sys/types.h>
9125 #endif
9126 #ifdef HAVE_SYS_STAT_H
9127 #include <sys/stat.h>
9128 #endif
9129 "
9130 if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9131
9132 cat >>confdefs.h <<_ACEOF
9133 #define HAVE_STRUCT_STAT_ST_CTIME 1
9134 _ACEOF
9135
9136
9137 fi
9138
9139 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9140 #include <sys/socket.h>
9141
9142 "
9143 if test "x$ac_cv_type_socklen_t" = x""yes; then :
9144
9145 cat >>confdefs.h <<_ACEOF
9146 #define HAVE_SOCKLEN_T 1
9147 _ACEOF
9148
9149
9150 fi
9151
9152
9153 # Check for socket libraries
9154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9155 $as_echo_n "checking for bind in -lsocket... " >&6; }
9156 if test "${ac_cv_lib_socket_bind+set}" = set; then :
9157 $as_echo_n "(cached) " >&6
9158 else
9159 ac_check_lib_save_LIBS=$LIBS
9160 LIBS="-lsocket $LIBS"
9161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9162 /* end confdefs.h. */
9163
9164 /* Override any GCC internal prototype to avoid an error.
9165 Use char because int might match the return type of a GCC
9166 builtin and then its argument prototype would still apply. */
9167 #ifdef __cplusplus
9168 extern "C"
9169 #endif
9170 char bind ();
9171 int
9172 main ()
9173 {
9174 return bind ();
9175 ;
9176 return 0;
9177 }
9178 _ACEOF
9179 if ac_fn_c_try_link "$LINENO"; then :
9180 ac_cv_lib_socket_bind=yes
9181 else
9182 ac_cv_lib_socket_bind=no
9183 fi
9184 rm -f core conftest.err conftest.$ac_objext \
9185 conftest$ac_exeext conftest.$ac_ext
9186 LIBS=$ac_check_lib_save_LIBS
9187 fi
9188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9189 $as_echo "$ac_cv_lib_socket_bind" >&6; }
9190 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9191 cat >>confdefs.h <<_ACEOF
9192 #define HAVE_LIBSOCKET 1
9193 _ACEOF
9194
9195 LIBS="-lsocket $LIBS"
9196
9197 fi
9198
9199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9200 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9201 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9202 $as_echo_n "(cached) " >&6
9203 else
9204 ac_check_lib_save_LIBS=$LIBS
9205 LIBS="-lnsl $LIBS"
9206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9207 /* end confdefs.h. */
9208
9209 /* Override any GCC internal prototype to avoid an error.
9210 Use char because int might match the return type of a GCC
9211 builtin and then its argument prototype would still apply. */
9212 #ifdef __cplusplus
9213 extern "C"
9214 #endif
9215 char gethostbyname ();
9216 int
9217 main ()
9218 {
9219 return gethostbyname ();
9220 ;
9221 return 0;
9222 }
9223 _ACEOF
9224 if ac_fn_c_try_link "$LINENO"; then :
9225 ac_cv_lib_nsl_gethostbyname=yes
9226 else
9227 ac_cv_lib_nsl_gethostbyname=no
9228 fi
9229 rm -f core conftest.err conftest.$ac_objext \
9230 conftest$ac_exeext conftest.$ac_ext
9231 LIBS=$ac_check_lib_save_LIBS
9232 fi
9233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9234 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9235 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9236 cat >>confdefs.h <<_ACEOF
9237 #define HAVE_LIBNSL 1
9238 _ACEOF
9239
9240 LIBS="-lnsl $LIBS"
9241
9242 fi
9243
9244
9245 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
9246 # using the same condition.
9247
9248 # Use the system's zlib library.
9249 zlibdir="-L\$(top_builddir)/../zlib"
9250 zlibinc="-I\$(top_srcdir)/../zlib"
9251
9252 # Check whether --with-system-zlib was given.
9253 if test "${with_system_zlib+set}" = set; then :
9254 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9255 zlibdir=
9256 zlibinc=
9257 fi
9258
9259 fi
9260
9261
9262
9263
9264
9265 # BFD uses libdl when when plugins enabled.
9266
9267 maybe_plugins=no
9268 for ac_header in dlfcn.h
9269 do :
9270 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9271 "
9272 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9273 cat >>confdefs.h <<_ACEOF
9274 #define HAVE_DLFCN_H 1
9275 _ACEOF
9276 maybe_plugins=yes
9277 fi
9278
9279 done
9280
9281 for ac_header in windows.h
9282 do :
9283 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9284 "
9285 if test "x$ac_cv_header_windows_h" = x""yes; then :
9286 cat >>confdefs.h <<_ACEOF
9287 #define HAVE_WINDOWS_H 1
9288 _ACEOF
9289 maybe_plugins=yes
9290 fi
9291
9292 done
9293
9294
9295 # Check whether --enable-plugins was given.
9296 if test "${enable_plugins+set}" = set; then :
9297 enableval=$enable_plugins; case "${enableval}" in
9298 no) plugins=no ;;
9299 *) plugins=yes
9300 if test "$maybe_plugins" != "yes" ; then
9301 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9302 fi ;;
9303 esac
9304 else
9305 plugins=$maybe_plugins
9306
9307 fi
9308
9309 if test "$plugins" = "yes"; then
9310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9311 $as_echo_n "checking for library containing dlopen... " >&6; }
9312 if test "${ac_cv_search_dlopen+set}" = set; then :
9313 $as_echo_n "(cached) " >&6
9314 else
9315 ac_func_search_save_LIBS=$LIBS
9316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9317 /* end confdefs.h. */
9318
9319 /* Override any GCC internal prototype to avoid an error.
9320 Use char because int might match the return type of a GCC
9321 builtin and then its argument prototype would still apply. */
9322 #ifdef __cplusplus
9323 extern "C"
9324 #endif
9325 char dlopen ();
9326 int
9327 main ()
9328 {
9329 return dlopen ();
9330 ;
9331 return 0;
9332 }
9333 _ACEOF
9334 for ac_lib in '' dl; do
9335 if test -z "$ac_lib"; then
9336 ac_res="none required"
9337 else
9338 ac_res=-l$ac_lib
9339 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9340 fi
9341 if ac_fn_c_try_link "$LINENO"; then :
9342 ac_cv_search_dlopen=$ac_res
9343 fi
9344 rm -f core conftest.err conftest.$ac_objext \
9345 conftest$ac_exeext
9346 if test "${ac_cv_search_dlopen+set}" = set; then :
9347 break
9348 fi
9349 done
9350 if test "${ac_cv_search_dlopen+set}" = set; then :
9351
9352 else
9353 ac_cv_search_dlopen=no
9354 fi
9355 rm conftest.$ac_ext
9356 LIBS=$ac_func_search_save_LIBS
9357 fi
9358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9359 $as_echo "$ac_cv_search_dlopen" >&6; }
9360 ac_res=$ac_cv_search_dlopen
9361 if test "$ac_res" != no; then :
9362 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9363
9364 fi
9365
9366 fi
9367
9368 if test "$plugins" = yes; then
9369 PLUGINS_TRUE=
9370 PLUGINS_FALSE='#'
9371 else
9372 PLUGINS_TRUE='#'
9373 PLUGINS_FALSE=
9374 fi
9375
9376
9377
9378
9379
9380 # Set options
9381 enable_dlopen=yes
9382
9383
9384
9385
9386 enable_win32_dll=no
9387
9388
9389 # Check whether --enable-shared was given.
9390 if test "${enable_shared+set}" = set; then :
9391 enableval=$enable_shared; p=${PACKAGE-default}
9392 case $enableval in
9393 yes) enable_shared=yes ;;
9394 no) enable_shared=no ;;
9395 *)
9396 enable_shared=no
9397 # Look at the argument we got. We use all the common list separators.
9398 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9399 for pkg in $enableval; do
9400 IFS="$lt_save_ifs"
9401 if test "X$pkg" = "X$p"; then
9402 enable_shared=yes
9403 fi
9404 done
9405 IFS="$lt_save_ifs"
9406 ;;
9407 esac
9408 else
9409 enable_shared=yes
9410 fi
9411
9412
9413
9414
9415
9416
9417
9418
9419
9420 # Check whether --enable-static was given.
9421 if test "${enable_static+set}" = set; then :
9422 enableval=$enable_static; p=${PACKAGE-default}
9423 case $enableval in
9424 yes) enable_static=yes ;;
9425 no) enable_static=no ;;
9426 *)
9427 enable_static=no
9428 # Look at the argument we got. We use all the common list separators.
9429 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9430 for pkg in $enableval; do
9431 IFS="$lt_save_ifs"
9432 if test "X$pkg" = "X$p"; then
9433 enable_static=yes
9434 fi
9435 done
9436 IFS="$lt_save_ifs"
9437 ;;
9438 esac
9439 else
9440 enable_static=yes
9441 fi
9442
9443
9444
9445
9446
9447
9448
9449
9450
9451
9452 # Check whether --with-pic was given.
9453 if test "${with_pic+set}" = set; then :
9454 withval=$with_pic; pic_mode="$withval"
9455 else
9456 pic_mode=default
9457 fi
9458
9459
9460 test -z "$pic_mode" && pic_mode=default
9461
9462
9463
9464
9465
9466
9467
9468 # Check whether --enable-fast-install was given.
9469 if test "${enable_fast_install+set}" = set; then :
9470 enableval=$enable_fast_install; p=${PACKAGE-default}
9471 case $enableval in
9472 yes) enable_fast_install=yes ;;
9473 no) enable_fast_install=no ;;
9474 *)
9475 enable_fast_install=no
9476 # Look at the argument we got. We use all the common list separators.
9477 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9478 for pkg in $enableval; do
9479 IFS="$lt_save_ifs"
9480 if test "X$pkg" = "X$p"; then
9481 enable_fast_install=yes
9482 fi
9483 done
9484 IFS="$lt_save_ifs"
9485 ;;
9486 esac
9487 else
9488 enable_fast_install=yes
9489 fi
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501 # This can be used to rebuild libtool when needed
9502 LIBTOOL_DEPS="$ltmain"
9503
9504 # Always use our own libtool.
9505 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9506
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532 test -z "$LN_S" && LN_S="ln -s"
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547 if test -n "${ZSH_VERSION+set}" ; then
9548 setopt NO_GLOB_SUBST
9549 fi
9550
9551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9552 $as_echo_n "checking for objdir... " >&6; }
9553 if test "${lt_cv_objdir+set}" = set; then :
9554 $as_echo_n "(cached) " >&6
9555 else
9556 rm -f .libs 2>/dev/null
9557 mkdir .libs 2>/dev/null
9558 if test -d .libs; then
9559 lt_cv_objdir=.libs
9560 else
9561 # MS-DOS does not allow filenames that begin with a dot.
9562 lt_cv_objdir=_libs
9563 fi
9564 rmdir .libs 2>/dev/null
9565 fi
9566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9567 $as_echo "$lt_cv_objdir" >&6; }
9568 objdir=$lt_cv_objdir
9569
9570
9571
9572
9573
9574 cat >>confdefs.h <<_ACEOF
9575 #define LT_OBJDIR "$lt_cv_objdir/"
9576 _ACEOF
9577
9578
9579
9580
9581 case $host_os in
9582 aix3*)
9583 # AIX sometimes has problems with the GCC collect2 program. For some
9584 # reason, if we set the COLLECT_NAMES environment variable, the problems
9585 # vanish in a puff of smoke.
9586 if test "X${COLLECT_NAMES+set}" != Xset; then
9587 COLLECT_NAMES=
9588 export COLLECT_NAMES
9589 fi
9590 ;;
9591 esac
9592
9593 # Global variables:
9594 ofile=libtool
9595 can_build_shared=yes
9596
9597 # All known linkers require a `.a' archive for static linking (except MSVC,
9598 # which needs '.lib').
9599 libext=a
9600
9601 with_gnu_ld="$lt_cv_prog_gnu_ld"
9602
9603 old_CC="$CC"
9604 old_CFLAGS="$CFLAGS"
9605
9606 # Set sane defaults for various variables
9607 test -z "$CC" && CC=cc
9608 test -z "$LTCC" && LTCC=$CC
9609 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9610 test -z "$LD" && LD=ld
9611 test -z "$ac_objext" && ac_objext=o
9612
9613 for cc_temp in $compiler""; do
9614 case $cc_temp in
9615 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9616 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9617 \-*) ;;
9618 *) break;;
9619 esac
9620 done
9621 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9622
9623
9624 # Only perform the check for file, if the check method requires it
9625 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9626 case $deplibs_check_method in
9627 file_magic*)
9628 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9630 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9631 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9632 $as_echo_n "(cached) " >&6
9633 else
9634 case $MAGIC_CMD in
9635 [\\/*] | ?:[\\/]*)
9636 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9637 ;;
9638 *)
9639 lt_save_MAGIC_CMD="$MAGIC_CMD"
9640 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9641 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9642 for ac_dir in $ac_dummy; do
9643 IFS="$lt_save_ifs"
9644 test -z "$ac_dir" && ac_dir=.
9645 if test -f $ac_dir/${ac_tool_prefix}file; then
9646 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9647 if test -n "$file_magic_test_file"; then
9648 case $deplibs_check_method in
9649 "file_magic "*)
9650 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9651 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9652 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9653 $EGREP "$file_magic_regex" > /dev/null; then
9654 :
9655 else
9656 cat <<_LT_EOF 1>&2
9657
9658 *** Warning: the command libtool uses to detect shared libraries,
9659 *** $file_magic_cmd, produces output that libtool cannot recognize.
9660 *** The result is that libtool may fail to recognize shared libraries
9661 *** as such. This will affect the creation of libtool libraries that
9662 *** depend on shared libraries, but programs linked with such libtool
9663 *** libraries will work regardless of this problem. Nevertheless, you
9664 *** may want to report the problem to your system manager and/or to
9665 *** bug-libtool@gnu.org
9666
9667 _LT_EOF
9668 fi ;;
9669 esac
9670 fi
9671 break
9672 fi
9673 done
9674 IFS="$lt_save_ifs"
9675 MAGIC_CMD="$lt_save_MAGIC_CMD"
9676 ;;
9677 esac
9678 fi
9679
9680 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9681 if test -n "$MAGIC_CMD"; then
9682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9683 $as_echo "$MAGIC_CMD" >&6; }
9684 else
9685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9686 $as_echo "no" >&6; }
9687 fi
9688
9689
9690
9691
9692
9693 if test -z "$lt_cv_path_MAGIC_CMD"; then
9694 if test -n "$ac_tool_prefix"; then
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9696 $as_echo_n "checking for file... " >&6; }
9697 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9698 $as_echo_n "(cached) " >&6
9699 else
9700 case $MAGIC_CMD in
9701 [\\/*] | ?:[\\/]*)
9702 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9703 ;;
9704 *)
9705 lt_save_MAGIC_CMD="$MAGIC_CMD"
9706 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9707 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9708 for ac_dir in $ac_dummy; do
9709 IFS="$lt_save_ifs"
9710 test -z "$ac_dir" && ac_dir=.
9711 if test -f $ac_dir/file; then
9712 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9713 if test -n "$file_magic_test_file"; then
9714 case $deplibs_check_method in
9715 "file_magic "*)
9716 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9717 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9718 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9719 $EGREP "$file_magic_regex" > /dev/null; then
9720 :
9721 else
9722 cat <<_LT_EOF 1>&2
9723
9724 *** Warning: the command libtool uses to detect shared libraries,
9725 *** $file_magic_cmd, produces output that libtool cannot recognize.
9726 *** The result is that libtool may fail to recognize shared libraries
9727 *** as such. This will affect the creation of libtool libraries that
9728 *** depend on shared libraries, but programs linked with such libtool
9729 *** libraries will work regardless of this problem. Nevertheless, you
9730 *** may want to report the problem to your system manager and/or to
9731 *** bug-libtool@gnu.org
9732
9733 _LT_EOF
9734 fi ;;
9735 esac
9736 fi
9737 break
9738 fi
9739 done
9740 IFS="$lt_save_ifs"
9741 MAGIC_CMD="$lt_save_MAGIC_CMD"
9742 ;;
9743 esac
9744 fi
9745
9746 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9747 if test -n "$MAGIC_CMD"; then
9748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9749 $as_echo "$MAGIC_CMD" >&6; }
9750 else
9751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9752 $as_echo "no" >&6; }
9753 fi
9754
9755
9756 else
9757 MAGIC_CMD=:
9758 fi
9759 fi
9760
9761 fi
9762 ;;
9763 esac
9764
9765 # Use C for the default configuration in the libtool script
9766
9767 lt_save_CC="$CC"
9768 ac_ext=c
9769 ac_cpp='$CPP $CPPFLAGS'
9770 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9771 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9772 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9773
9774
9775 # Source file extension for C test sources.
9776 ac_ext=c
9777
9778 # Object file extension for compiled C test sources.
9779 objext=o
9780 objext=$objext
9781
9782 # Code to be used in simple compile tests
9783 lt_simple_compile_test_code="int some_variable = 0;"
9784
9785 # Code to be used in simple link tests
9786 lt_simple_link_test_code='int main(){return(0);}'
9787
9788
9789
9790
9791
9792
9793
9794 # If no C compiler was specified, use CC.
9795 LTCC=${LTCC-"$CC"}
9796
9797 # If no C compiler flags were specified, use CFLAGS.
9798 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9799
9800 # Allow CC to be a program name with arguments.
9801 compiler=$CC
9802
9803 # Save the default compiler, since it gets overwritten when the other
9804 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9805 compiler_DEFAULT=$CC
9806
9807 # save warnings/boilerplate of simple test code
9808 ac_outfile=conftest.$ac_objext
9809 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9810 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9811 _lt_compiler_boilerplate=`cat conftest.err`
9812 $RM conftest*
9813
9814 ac_outfile=conftest.$ac_objext
9815 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9816 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9817 _lt_linker_boilerplate=`cat conftest.err`
9818 $RM -r conftest*
9819
9820
9821 ## CAVEAT EMPTOR:
9822 ## There is no encapsulation within the following macros, do not change
9823 ## the running order or otherwise move them around unless you know exactly
9824 ## what you are doing...
9825 if test -n "$compiler"; then
9826
9827 lt_prog_compiler_no_builtin_flag=
9828
9829 if test "$GCC" = yes; then
9830 case $cc_basename in
9831 nvcc*)
9832 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9833 *)
9834 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9835 esac
9836
9837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9838 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9839 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9840 $as_echo_n "(cached) " >&6
9841 else
9842 lt_cv_prog_compiler_rtti_exceptions=no
9843 ac_outfile=conftest.$ac_objext
9844 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9845 lt_compiler_flag="-fno-rtti -fno-exceptions"
9846 # Insert the option either (1) after the last *FLAGS variable, or
9847 # (2) before a word containing "conftest.", or (3) at the end.
9848 # Note that $ac_compile itself does not contain backslashes and begins
9849 # with a dollar sign (not a hyphen), so the echo should work correctly.
9850 # The option is referenced via a variable to avoid confusing sed.
9851 lt_compile=`echo "$ac_compile" | $SED \
9852 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9853 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9854 -e 's:$: $lt_compiler_flag:'`
9855 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9856 (eval "$lt_compile" 2>conftest.err)
9857 ac_status=$?
9858 cat conftest.err >&5
9859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9860 if (exit $ac_status) && test -s "$ac_outfile"; then
9861 # The compiler can only warn and ignore the option if not recognized
9862 # So say no if there are warnings other than the usual output.
9863 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9864 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9865 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9866 lt_cv_prog_compiler_rtti_exceptions=yes
9867 fi
9868 fi
9869 $RM conftest*
9870
9871 fi
9872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9873 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9874
9875 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9876 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9877 else
9878 :
9879 fi
9880
9881 fi
9882
9883
9884
9885
9886
9887
9888 lt_prog_compiler_wl=
9889 lt_prog_compiler_pic=
9890 lt_prog_compiler_static=
9891
9892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9893 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9894
9895 if test "$GCC" = yes; then
9896 lt_prog_compiler_wl='-Wl,'
9897 lt_prog_compiler_static='-static'
9898
9899 case $host_os in
9900 aix*)
9901 # All AIX code is PIC.
9902 if test "$host_cpu" = ia64; then
9903 # AIX 5 now supports IA64 processor
9904 lt_prog_compiler_static='-Bstatic'
9905 fi
9906 lt_prog_compiler_pic='-fPIC'
9907 ;;
9908
9909 amigaos*)
9910 case $host_cpu in
9911 powerpc)
9912 # see comment about AmigaOS4 .so support
9913 lt_prog_compiler_pic='-fPIC'
9914 ;;
9915 m68k)
9916 # FIXME: we need at least 68020 code to build shared libraries, but
9917 # adding the `-m68020' flag to GCC prevents building anything better,
9918 # like `-m68040'.
9919 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9920 ;;
9921 esac
9922 ;;
9923
9924 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9925 # PIC is the default for these OSes.
9926 ;;
9927
9928 mingw* | cygwin* | pw32* | os2* | cegcc*)
9929 # This hack is so that the source file can tell whether it is being
9930 # built for inclusion in a dll (and should export symbols for example).
9931 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9932 # (--disable-auto-import) libraries
9933 lt_prog_compiler_pic='-DDLL_EXPORT'
9934 ;;
9935
9936 darwin* | rhapsody*)
9937 # PIC is the default on this platform
9938 # Common symbols not allowed in MH_DYLIB files
9939 lt_prog_compiler_pic='-fno-common'
9940 ;;
9941
9942 haiku*)
9943 # PIC is the default for Haiku.
9944 # The "-static" flag exists, but is broken.
9945 lt_prog_compiler_static=
9946 ;;
9947
9948 hpux*)
9949 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9950 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9951 # sets the default TLS model and affects inlining.
9952 case $host_cpu in
9953 hppa*64*)
9954 # +Z the default
9955 ;;
9956 *)
9957 lt_prog_compiler_pic='-fPIC'
9958 ;;
9959 esac
9960 ;;
9961
9962 interix[3-9]*)
9963 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9964 # Instead, we relocate shared libraries at runtime.
9965 ;;
9966
9967 msdosdjgpp*)
9968 # Just because we use GCC doesn't mean we suddenly get shared libraries
9969 # on systems that don't support them.
9970 lt_prog_compiler_can_build_shared=no
9971 enable_shared=no
9972 ;;
9973
9974 *nto* | *qnx*)
9975 # QNX uses GNU C++, but need to define -shared option too, otherwise
9976 # it will coredump.
9977 lt_prog_compiler_pic='-fPIC -shared'
9978 ;;
9979
9980 sysv4*MP*)
9981 if test -d /usr/nec; then
9982 lt_prog_compiler_pic=-Kconform_pic
9983 fi
9984 ;;
9985
9986 *)
9987 lt_prog_compiler_pic='-fPIC'
9988 ;;
9989 esac
9990
9991 case $cc_basename in
9992 nvcc*) # Cuda Compiler Driver 2.2
9993 lt_prog_compiler_wl='-Xlinker '
9994 lt_prog_compiler_pic='-Xcompiler -fPIC'
9995 ;;
9996 esac
9997 else
9998 # PORTME Check for flag to pass linker flags through the system compiler.
9999 case $host_os in
10000 aix*)
10001 lt_prog_compiler_wl='-Wl,'
10002 if test "$host_cpu" = ia64; then
10003 # AIX 5 now supports IA64 processor
10004 lt_prog_compiler_static='-Bstatic'
10005 else
10006 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10007 fi
10008 ;;
10009
10010 mingw* | cygwin* | pw32* | os2* | cegcc*)
10011 # This hack is so that the source file can tell whether it is being
10012 # built for inclusion in a dll (and should export symbols for example).
10013 lt_prog_compiler_pic='-DDLL_EXPORT'
10014 ;;
10015
10016 hpux9* | hpux10* | hpux11*)
10017 lt_prog_compiler_wl='-Wl,'
10018 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10019 # not for PA HP-UX.
10020 case $host_cpu in
10021 hppa*64*|ia64*)
10022 # +Z the default
10023 ;;
10024 *)
10025 lt_prog_compiler_pic='+Z'
10026 ;;
10027 esac
10028 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10029 lt_prog_compiler_static='${wl}-a ${wl}archive'
10030 ;;
10031
10032 irix5* | irix6* | nonstopux*)
10033 lt_prog_compiler_wl='-Wl,'
10034 # PIC (with -KPIC) is the default.
10035 lt_prog_compiler_static='-non_shared'
10036 ;;
10037
10038 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10039 case $cc_basename in
10040 # old Intel for x86_64 which still supported -KPIC.
10041 ecc*)
10042 lt_prog_compiler_wl='-Wl,'
10043 lt_prog_compiler_pic='-KPIC'
10044 lt_prog_compiler_static='-static'
10045 ;;
10046 # icc used to be incompatible with GCC.
10047 # ICC 10 doesn't accept -KPIC any more.
10048 icc* | ifort*)
10049 lt_prog_compiler_wl='-Wl,'
10050 lt_prog_compiler_pic='-fPIC'
10051 lt_prog_compiler_static='-static'
10052 ;;
10053 # Lahey Fortran 8.1.
10054 lf95*)
10055 lt_prog_compiler_wl='-Wl,'
10056 lt_prog_compiler_pic='--shared'
10057 lt_prog_compiler_static='--static'
10058 ;;
10059 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10060 # Portland Group compilers (*not* the Pentium gcc compiler,
10061 # which looks to be a dead project)
10062 lt_prog_compiler_wl='-Wl,'
10063 lt_prog_compiler_pic='-fpic'
10064 lt_prog_compiler_static='-Bstatic'
10065 ;;
10066 ccc*)
10067 lt_prog_compiler_wl='-Wl,'
10068 # All Alpha code is PIC.
10069 lt_prog_compiler_static='-non_shared'
10070 ;;
10071 xl* | bgxl* | bgf* | mpixl*)
10072 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10073 lt_prog_compiler_wl='-Wl,'
10074 lt_prog_compiler_pic='-qpic'
10075 lt_prog_compiler_static='-qstaticlink'
10076 ;;
10077 *)
10078 case `$CC -V 2>&1 | sed 5q` in
10079 *Sun\ F* | *Sun*Fortran*)
10080 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10081 lt_prog_compiler_pic='-KPIC'
10082 lt_prog_compiler_static='-Bstatic'
10083 lt_prog_compiler_wl=''
10084 ;;
10085 *Sun\ C*)
10086 # Sun C 5.9
10087 lt_prog_compiler_pic='-KPIC'
10088 lt_prog_compiler_static='-Bstatic'
10089 lt_prog_compiler_wl='-Wl,'
10090 ;;
10091 esac
10092 ;;
10093 esac
10094 ;;
10095
10096 newsos6)
10097 lt_prog_compiler_pic='-KPIC'
10098 lt_prog_compiler_static='-Bstatic'
10099 ;;
10100
10101 *nto* | *qnx*)
10102 # QNX uses GNU C++, but need to define -shared option too, otherwise
10103 # it will coredump.
10104 lt_prog_compiler_pic='-fPIC -shared'
10105 ;;
10106
10107 osf3* | osf4* | osf5*)
10108 lt_prog_compiler_wl='-Wl,'
10109 # All OSF/1 code is PIC.
10110 lt_prog_compiler_static='-non_shared'
10111 ;;
10112
10113 rdos*)
10114 lt_prog_compiler_static='-non_shared'
10115 ;;
10116
10117 solaris*)
10118 lt_prog_compiler_pic='-KPIC'
10119 lt_prog_compiler_static='-Bstatic'
10120 case $cc_basename in
10121 f77* | f90* | f95*)
10122 lt_prog_compiler_wl='-Qoption ld ';;
10123 *)
10124 lt_prog_compiler_wl='-Wl,';;
10125 esac
10126 ;;
10127
10128 sunos4*)
10129 lt_prog_compiler_wl='-Qoption ld '
10130 lt_prog_compiler_pic='-PIC'
10131 lt_prog_compiler_static='-Bstatic'
10132 ;;
10133
10134 sysv4 | sysv4.2uw2* | sysv4.3*)
10135 lt_prog_compiler_wl='-Wl,'
10136 lt_prog_compiler_pic='-KPIC'
10137 lt_prog_compiler_static='-Bstatic'
10138 ;;
10139
10140 sysv4*MP*)
10141 if test -d /usr/nec ;then
10142 lt_prog_compiler_pic='-Kconform_pic'
10143 lt_prog_compiler_static='-Bstatic'
10144 fi
10145 ;;
10146
10147 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10148 lt_prog_compiler_wl='-Wl,'
10149 lt_prog_compiler_pic='-KPIC'
10150 lt_prog_compiler_static='-Bstatic'
10151 ;;
10152
10153 unicos*)
10154 lt_prog_compiler_wl='-Wl,'
10155 lt_prog_compiler_can_build_shared=no
10156 ;;
10157
10158 uts4*)
10159 lt_prog_compiler_pic='-pic'
10160 lt_prog_compiler_static='-Bstatic'
10161 ;;
10162
10163 *)
10164 lt_prog_compiler_can_build_shared=no
10165 ;;
10166 esac
10167 fi
10168
10169 case $host_os in
10170 # For platforms which do not support PIC, -DPIC is meaningless:
10171 *djgpp*)
10172 lt_prog_compiler_pic=
10173 ;;
10174 *)
10175 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10176 ;;
10177 esac
10178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10179 $as_echo "$lt_prog_compiler_pic" >&6; }
10180
10181
10182
10183
10184
10185
10186 #
10187 # Check to make sure the PIC flag actually works.
10188 #
10189 if test -n "$lt_prog_compiler_pic"; then
10190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10191 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10192 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10193 $as_echo_n "(cached) " >&6
10194 else
10195 lt_cv_prog_compiler_pic_works=no
10196 ac_outfile=conftest.$ac_objext
10197 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10198 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10199 # Insert the option either (1) after the last *FLAGS variable, or
10200 # (2) before a word containing "conftest.", or (3) at the end.
10201 # Note that $ac_compile itself does not contain backslashes and begins
10202 # with a dollar sign (not a hyphen), so the echo should work correctly.
10203 # The option is referenced via a variable to avoid confusing sed.
10204 lt_compile=`echo "$ac_compile" | $SED \
10205 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10206 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10207 -e 's:$: $lt_compiler_flag:'`
10208 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10209 (eval "$lt_compile" 2>conftest.err)
10210 ac_status=$?
10211 cat conftest.err >&5
10212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10213 if (exit $ac_status) && test -s "$ac_outfile"; then
10214 # The compiler can only warn and ignore the option if not recognized
10215 # So say no if there are warnings other than the usual output.
10216 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10217 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10218 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10219 lt_cv_prog_compiler_pic_works=yes
10220 fi
10221 fi
10222 $RM conftest*
10223
10224 fi
10225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10226 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10227
10228 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10229 case $lt_prog_compiler_pic in
10230 "" | " "*) ;;
10231 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10232 esac
10233 else
10234 lt_prog_compiler_pic=
10235 lt_prog_compiler_can_build_shared=no
10236 fi
10237
10238 fi
10239
10240
10241
10242
10243
10244
10245 #
10246 # Check to make sure the static flag actually works.
10247 #
10248 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10250 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10251 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
10252 $as_echo_n "(cached) " >&6
10253 else
10254 lt_cv_prog_compiler_static_works=no
10255 save_LDFLAGS="$LDFLAGS"
10256 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10257 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10258 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10259 # The linker can only warn and ignore the option if not recognized
10260 # So say no if there are warnings
10261 if test -s conftest.err; then
10262 # Append any errors to the config.log.
10263 cat conftest.err 1>&5
10264 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10265 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10266 if diff conftest.exp conftest.er2 >/dev/null; then
10267 lt_cv_prog_compiler_static_works=yes
10268 fi
10269 else
10270 lt_cv_prog_compiler_static_works=yes
10271 fi
10272 fi
10273 $RM -r conftest*
10274 LDFLAGS="$save_LDFLAGS"
10275
10276 fi
10277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10278 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10279
10280 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10281 :
10282 else
10283 lt_prog_compiler_static=
10284 fi
10285
10286
10287
10288
10289
10290
10291
10292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10293 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10294 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10295 $as_echo_n "(cached) " >&6
10296 else
10297 lt_cv_prog_compiler_c_o=no
10298 $RM -r conftest 2>/dev/null
10299 mkdir conftest
10300 cd conftest
10301 mkdir out
10302 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10303
10304 lt_compiler_flag="-o out/conftest2.$ac_objext"
10305 # Insert the option either (1) after the last *FLAGS variable, or
10306 # (2) before a word containing "conftest.", or (3) at the end.
10307 # Note that $ac_compile itself does not contain backslashes and begins
10308 # with a dollar sign (not a hyphen), so the echo should work correctly.
10309 lt_compile=`echo "$ac_compile" | $SED \
10310 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10311 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10312 -e 's:$: $lt_compiler_flag:'`
10313 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10314 (eval "$lt_compile" 2>out/conftest.err)
10315 ac_status=$?
10316 cat out/conftest.err >&5
10317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10318 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10319 then
10320 # The compiler can only warn and ignore the option if not recognized
10321 # So say no if there are warnings
10322 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10323 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10324 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10325 lt_cv_prog_compiler_c_o=yes
10326 fi
10327 fi
10328 chmod u+w . 2>&5
10329 $RM conftest*
10330 # SGI C++ compiler will create directory out/ii_files/ for
10331 # template instantiation
10332 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10333 $RM out/* && rmdir out
10334 cd ..
10335 $RM -r conftest
10336 $RM conftest*
10337
10338 fi
10339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10340 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10341
10342
10343
10344
10345
10346
10347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10348 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10349 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10350 $as_echo_n "(cached) " >&6
10351 else
10352 lt_cv_prog_compiler_c_o=no
10353 $RM -r conftest 2>/dev/null
10354 mkdir conftest
10355 cd conftest
10356 mkdir out
10357 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10358
10359 lt_compiler_flag="-o out/conftest2.$ac_objext"
10360 # Insert the option either (1) after the last *FLAGS variable, or
10361 # (2) before a word containing "conftest.", or (3) at the end.
10362 # Note that $ac_compile itself does not contain backslashes and begins
10363 # with a dollar sign (not a hyphen), so the echo should work correctly.
10364 lt_compile=`echo "$ac_compile" | $SED \
10365 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10366 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10367 -e 's:$: $lt_compiler_flag:'`
10368 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10369 (eval "$lt_compile" 2>out/conftest.err)
10370 ac_status=$?
10371 cat out/conftest.err >&5
10372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10373 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10374 then
10375 # The compiler can only warn and ignore the option if not recognized
10376 # So say no if there are warnings
10377 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10378 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10379 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10380 lt_cv_prog_compiler_c_o=yes
10381 fi
10382 fi
10383 chmod u+w . 2>&5
10384 $RM conftest*
10385 # SGI C++ compiler will create directory out/ii_files/ for
10386 # template instantiation
10387 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10388 $RM out/* && rmdir out
10389 cd ..
10390 $RM -r conftest
10391 $RM conftest*
10392
10393 fi
10394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10395 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10396
10397
10398
10399
10400 hard_links="nottested"
10401 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10402 # do not overwrite the value of need_locks provided by the user
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10404 $as_echo_n "checking if we can lock with hard links... " >&6; }
10405 hard_links=yes
10406 $RM conftest*
10407 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10408 touch conftest.a
10409 ln conftest.a conftest.b 2>&5 || hard_links=no
10410 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10412 $as_echo "$hard_links" >&6; }
10413 if test "$hard_links" = no; then
10414 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10415 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10416 need_locks=warn
10417 fi
10418 else
10419 need_locks=no
10420 fi
10421
10422
10423
10424
10425
10426
10427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10428 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10429
10430 runpath_var=
10431 allow_undefined_flag=
10432 always_export_symbols=no
10433 archive_cmds=
10434 archive_expsym_cmds=
10435 compiler_needs_object=no
10436 enable_shared_with_static_runtimes=no
10437 export_dynamic_flag_spec=
10438 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10439 hardcode_automatic=no
10440 hardcode_direct=no
10441 hardcode_direct_absolute=no
10442 hardcode_libdir_flag_spec=
10443 hardcode_libdir_flag_spec_ld=
10444 hardcode_libdir_separator=
10445 hardcode_minus_L=no
10446 hardcode_shlibpath_var=unsupported
10447 inherit_rpath=no
10448 link_all_deplibs=unknown
10449 module_cmds=
10450 module_expsym_cmds=
10451 old_archive_from_new_cmds=
10452 old_archive_from_expsyms_cmds=
10453 thread_safe_flag_spec=
10454 whole_archive_flag_spec=
10455 # include_expsyms should be a list of space-separated symbols to be *always*
10456 # included in the symbol list
10457 include_expsyms=
10458 # exclude_expsyms can be an extended regexp of symbols to exclude
10459 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10460 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10461 # as well as any symbol that contains `d'.
10462 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10463 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10464 # platforms (ab)use it in PIC code, but their linkers get confused if
10465 # the symbol is explicitly referenced. Since portable code cannot
10466 # rely on this symbol name, it's probably fine to never include it in
10467 # preloaded symbol tables.
10468 # Exclude shared library initialization/finalization symbols.
10469 extract_expsyms_cmds=
10470
10471 case $host_os in
10472 cygwin* | mingw* | pw32* | cegcc*)
10473 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10474 # When not using gcc, we currently assume that we are using
10475 # Microsoft Visual C++.
10476 if test "$GCC" != yes; then
10477 with_gnu_ld=no
10478 fi
10479 ;;
10480 interix*)
10481 # we just hope/assume this is gcc and not c89 (= MSVC++)
10482 with_gnu_ld=yes
10483 ;;
10484 openbsd*)
10485 with_gnu_ld=no
10486 ;;
10487 esac
10488
10489 ld_shlibs=yes
10490
10491 # On some targets, GNU ld is compatible enough with the native linker
10492 # that we're better off using the native interface for both.
10493 lt_use_gnu_ld_interface=no
10494 if test "$with_gnu_ld" = yes; then
10495 case $host_os in
10496 aix*)
10497 # The AIX port of GNU ld has always aspired to compatibility
10498 # with the native linker. However, as the warning in the GNU ld
10499 # block says, versions before 2.19.5* couldn't really create working
10500 # shared libraries, regardless of the interface used.
10501 case `$LD -v 2>&1` in
10502 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10503 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10504 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10505 *)
10506 lt_use_gnu_ld_interface=yes
10507 ;;
10508 esac
10509 ;;
10510 *)
10511 lt_use_gnu_ld_interface=yes
10512 ;;
10513 esac
10514 fi
10515
10516 if test "$lt_use_gnu_ld_interface" = yes; then
10517 # If archive_cmds runs LD, not CC, wlarc should be empty
10518 wlarc='${wl}'
10519
10520 # Set some defaults for GNU ld with shared library support. These
10521 # are reset later if shared libraries are not supported. Putting them
10522 # here allows them to be overridden if necessary.
10523 runpath_var=LD_RUN_PATH
10524 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10525 export_dynamic_flag_spec='${wl}--export-dynamic'
10526 # ancient GNU ld didn't support --whole-archive et. al.
10527 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10528 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10529 else
10530 whole_archive_flag_spec=
10531 fi
10532 supports_anon_versioning=no
10533 case `$LD -v 2>&1` in
10534 *GNU\ gold*) supports_anon_versioning=yes ;;
10535 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10536 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10537 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10538 *\ 2.11.*) ;; # other 2.11 versions
10539 *) supports_anon_versioning=yes ;;
10540 esac
10541
10542 # See if GNU ld supports shared libraries.
10543 case $host_os in
10544 aix[3-9]*)
10545 # On AIX/PPC, the GNU linker is very broken
10546 if test "$host_cpu" != ia64; then
10547 ld_shlibs=no
10548 cat <<_LT_EOF 1>&2
10549
10550 *** Warning: the GNU linker, at least up to release 2.19, is reported
10551 *** to be unable to reliably create shared libraries on AIX.
10552 *** Therefore, libtool is disabling shared libraries support. If you
10553 *** really care for shared libraries, you may want to install binutils
10554 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10555 *** You will then need to restart the configuration process.
10556
10557 _LT_EOF
10558 fi
10559 ;;
10560
10561 amigaos*)
10562 case $host_cpu in
10563 powerpc)
10564 # see comment about AmigaOS4 .so support
10565 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10566 archive_expsym_cmds=''
10567 ;;
10568 m68k)
10569 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)'
10570 hardcode_libdir_flag_spec='-L$libdir'
10571 hardcode_minus_L=yes
10572 ;;
10573 esac
10574 ;;
10575
10576 beos*)
10577 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10578 allow_undefined_flag=unsupported
10579 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10580 # support --undefined. This deserves some investigation. FIXME
10581 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10582 else
10583 ld_shlibs=no
10584 fi
10585 ;;
10586
10587 cygwin* | mingw* | pw32* | cegcc*)
10588 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10589 # as there is no search path for DLLs.
10590 hardcode_libdir_flag_spec='-L$libdir'
10591 export_dynamic_flag_spec='${wl}--export-all-symbols'
10592 allow_undefined_flag=unsupported
10593 always_export_symbols=no
10594 enable_shared_with_static_runtimes=yes
10595 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10596
10597 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10598 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10599 # If the export-symbols file already is a .def file (1st line
10600 # is EXPORTS), use it as is; otherwise, prepend...
10601 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10602 cp $export_symbols $output_objdir/$soname.def;
10603 else
10604 echo EXPORTS > $output_objdir/$soname.def;
10605 cat $export_symbols >> $output_objdir/$soname.def;
10606 fi~
10607 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10608 else
10609 ld_shlibs=no
10610 fi
10611 ;;
10612
10613 haiku*)
10614 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10615 link_all_deplibs=yes
10616 ;;
10617
10618 interix[3-9]*)
10619 hardcode_direct=no
10620 hardcode_shlibpath_var=no
10621 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10622 export_dynamic_flag_spec='${wl}-E'
10623 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10624 # Instead, shared libraries are loaded at an image base (0x10000000 by
10625 # default) and relocated if they conflict, which is a slow very memory
10626 # consuming and fragmenting process. To avoid this, we pick a random,
10627 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10628 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10629 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10630 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'
10631 ;;
10632
10633 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10634 tmp_diet=no
10635 if test "$host_os" = linux-dietlibc; then
10636 case $cc_basename in
10637 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10638 esac
10639 fi
10640 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10641 && test "$tmp_diet" = no
10642 then
10643 tmp_addflag=' $pic_flag'
10644 tmp_sharedflag='-shared'
10645 case $cc_basename,$host_cpu in
10646 pgcc*) # Portland Group C compiler
10647 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'
10648 tmp_addflag=' $pic_flag'
10649 ;;
10650 pgf77* | pgf90* | pgf95* | pgfortran*)
10651 # Portland Group f77 and f90 compilers
10652 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'
10653 tmp_addflag=' $pic_flag -Mnomain' ;;
10654 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10655 tmp_addflag=' -i_dynamic' ;;
10656 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10657 tmp_addflag=' -i_dynamic -nofor_main' ;;
10658 ifc* | ifort*) # Intel Fortran compiler
10659 tmp_addflag=' -nofor_main' ;;
10660 lf95*) # Lahey Fortran 8.1
10661 whole_archive_flag_spec=
10662 tmp_sharedflag='--shared' ;;
10663 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10664 tmp_sharedflag='-qmkshrobj'
10665 tmp_addflag= ;;
10666 nvcc*) # Cuda Compiler Driver 2.2
10667 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'
10668 compiler_needs_object=yes
10669 ;;
10670 esac
10671 case `$CC -V 2>&1 | sed 5q` in
10672 *Sun\ C*) # Sun C 5.9
10673 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'
10674 compiler_needs_object=yes
10675 tmp_sharedflag='-G' ;;
10676 *Sun\ F*) # Sun Fortran 8.3
10677 tmp_sharedflag='-G' ;;
10678 esac
10679 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10680
10681 if test "x$supports_anon_versioning" = xyes; then
10682 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10683 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10684 echo "local: *; };" >> $output_objdir/$libname.ver~
10685 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10686 fi
10687
10688 case $cc_basename in
10689 xlf* | bgf* | bgxlf* | mpixlf*)
10690 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10691 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10692 hardcode_libdir_flag_spec=
10693 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10694 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10695 if test "x$supports_anon_versioning" = xyes; then
10696 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10697 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10698 echo "local: *; };" >> $output_objdir/$libname.ver~
10699 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10700 fi
10701 ;;
10702 esac
10703 else
10704 ld_shlibs=no
10705 fi
10706 ;;
10707
10708 netbsd*)
10709 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10710 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10711 wlarc=
10712 else
10713 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10714 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10715 fi
10716 ;;
10717
10718 solaris*)
10719 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10720 ld_shlibs=no
10721 cat <<_LT_EOF 1>&2
10722
10723 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10724 *** create shared libraries on Solaris systems. Therefore, libtool
10725 *** is disabling shared libraries support. We urge you to upgrade GNU
10726 *** binutils to release 2.9.1 or newer. Another option is to modify
10727 *** your PATH or compiler configuration so that the native linker is
10728 *** used, and then restart.
10729
10730 _LT_EOF
10731 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10732 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10733 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10734 else
10735 ld_shlibs=no
10736 fi
10737 ;;
10738
10739 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10740 case `$LD -v 2>&1` in
10741 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10742 ld_shlibs=no
10743 cat <<_LT_EOF 1>&2
10744
10745 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10746 *** reliably create shared libraries on SCO systems. Therefore, libtool
10747 *** is disabling shared libraries support. We urge you to upgrade GNU
10748 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10749 *** your PATH or compiler configuration so that the native linker is
10750 *** used, and then restart.
10751
10752 _LT_EOF
10753 ;;
10754 *)
10755 # For security reasons, it is highly recommended that you always
10756 # use absolute paths for naming shared libraries, and exclude the
10757 # DT_RUNPATH tag from executables and libraries. But doing so
10758 # requires that you compile everything twice, which is a pain.
10759 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10760 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10761 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10762 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10763 else
10764 ld_shlibs=no
10765 fi
10766 ;;
10767 esac
10768 ;;
10769
10770 sunos4*)
10771 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10772 wlarc=
10773 hardcode_direct=yes
10774 hardcode_shlibpath_var=no
10775 ;;
10776
10777 *)
10778 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10779 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10780 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10781 else
10782 ld_shlibs=no
10783 fi
10784 ;;
10785 esac
10786
10787 if test "$ld_shlibs" = no; then
10788 runpath_var=
10789 hardcode_libdir_flag_spec=
10790 export_dynamic_flag_spec=
10791 whole_archive_flag_spec=
10792 fi
10793 else
10794 # PORTME fill in a description of your system's linker (not GNU ld)
10795 case $host_os in
10796 aix3*)
10797 allow_undefined_flag=unsupported
10798 always_export_symbols=yes
10799 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'
10800 # Note: this linker hardcodes the directories in LIBPATH if there
10801 # are no directories specified by -L.
10802 hardcode_minus_L=yes
10803 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10804 # Neither direct hardcoding nor static linking is supported with a
10805 # broken collect2.
10806 hardcode_direct=unsupported
10807 fi
10808 ;;
10809
10810 aix[4-9]*)
10811 if test "$host_cpu" = ia64; then
10812 # On IA64, the linker does run time linking by default, so we don't
10813 # have to do anything special.
10814 aix_use_runtimelinking=no
10815 exp_sym_flag='-Bexport'
10816 no_entry_flag=""
10817 else
10818 # If we're using GNU nm, then we don't want the "-C" option.
10819 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10820 # Also, AIX nm treats weak defined symbols like other global
10821 # defined symbols, whereas GNU nm marks them as "W".
10822 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10823 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'
10824 else
10825 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'
10826 fi
10827 aix_use_runtimelinking=no
10828
10829 # Test if we are trying to use run time linking or normal
10830 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10831 # need to do runtime linking.
10832 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10833 for ld_flag in $LDFLAGS; do
10834 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10835 aix_use_runtimelinking=yes
10836 break
10837 fi
10838 done
10839 ;;
10840 esac
10841
10842 exp_sym_flag='-bexport'
10843 no_entry_flag='-bnoentry'
10844 fi
10845
10846 # When large executables or shared objects are built, AIX ld can
10847 # have problems creating the table of contents. If linking a library
10848 # or program results in "error TOC overflow" add -mminimal-toc to
10849 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10850 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10851
10852 archive_cmds=''
10853 hardcode_direct=yes
10854 hardcode_direct_absolute=yes
10855 hardcode_libdir_separator=':'
10856 link_all_deplibs=yes
10857 file_list_spec='${wl}-f,'
10858
10859 if test "$GCC" = yes; then
10860 case $host_os in aix4.[012]|aix4.[012].*)
10861 # We only want to do this on AIX 4.2 and lower, the check
10862 # below for broken collect2 doesn't work under 4.3+
10863 collect2name=`${CC} -print-prog-name=collect2`
10864 if test -f "$collect2name" &&
10865 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10866 then
10867 # We have reworked collect2
10868 :
10869 else
10870 # We have old collect2
10871 hardcode_direct=unsupported
10872 # It fails to find uninstalled libraries when the uninstalled
10873 # path is not listed in the libpath. Setting hardcode_minus_L
10874 # to unsupported forces relinking
10875 hardcode_minus_L=yes
10876 hardcode_libdir_flag_spec='-L$libdir'
10877 hardcode_libdir_separator=
10878 fi
10879 ;;
10880 esac
10881 shared_flag='-shared'
10882 if test "$aix_use_runtimelinking" = yes; then
10883 shared_flag="$shared_flag "'${wl}-G'
10884 fi
10885 else
10886 # not using gcc
10887 if test "$host_cpu" = ia64; then
10888 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10889 # chokes on -Wl,-G. The following line is correct:
10890 shared_flag='-G'
10891 else
10892 if test "$aix_use_runtimelinking" = yes; then
10893 shared_flag='${wl}-G'
10894 else
10895 shared_flag='${wl}-bM:SRE'
10896 fi
10897 fi
10898 fi
10899
10900 export_dynamic_flag_spec='${wl}-bexpall'
10901 # It seems that -bexpall does not export symbols beginning with
10902 # underscore (_), so it is better to generate a list of symbols to export.
10903 always_export_symbols=yes
10904 if test "$aix_use_runtimelinking" = yes; then
10905 # Warning - without using the other runtime loading flags (-brtl),
10906 # -berok will link without error, but may produce a broken library.
10907 allow_undefined_flag='-berok'
10908 # Determine the default libpath from the value encoded in an
10909 # empty executable.
10910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10911 /* end confdefs.h. */
10912
10913 int
10914 main ()
10915 {
10916
10917 ;
10918 return 0;
10919 }
10920 _ACEOF
10921 if ac_fn_c_try_link "$LINENO"; then :
10922
10923 lt_aix_libpath_sed='
10924 /Import File Strings/,/^$/ {
10925 /^0/ {
10926 s/^0 *\(.*\)$/\1/
10927 p
10928 }
10929 }'
10930 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10931 # Check for a 64-bit object if we didn't find anything.
10932 if test -z "$aix_libpath"; then
10933 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10934 fi
10935 fi
10936 rm -f core conftest.err conftest.$ac_objext \
10937 conftest$ac_exeext conftest.$ac_ext
10938 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10939
10940 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10941 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"
10942 else
10943 if test "$host_cpu" = ia64; then
10944 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10945 allow_undefined_flag="-z nodefs"
10946 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"
10947 else
10948 # Determine the default libpath from the value encoded in an
10949 # empty executable.
10950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10951 /* end confdefs.h. */
10952
10953 int
10954 main ()
10955 {
10956
10957 ;
10958 return 0;
10959 }
10960 _ACEOF
10961 if ac_fn_c_try_link "$LINENO"; then :
10962
10963 lt_aix_libpath_sed='
10964 /Import File Strings/,/^$/ {
10965 /^0/ {
10966 s/^0 *\(.*\)$/\1/
10967 p
10968 }
10969 }'
10970 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10971 # Check for a 64-bit object if we didn't find anything.
10972 if test -z "$aix_libpath"; then
10973 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10974 fi
10975 fi
10976 rm -f core conftest.err conftest.$ac_objext \
10977 conftest$ac_exeext conftest.$ac_ext
10978 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10979
10980 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10981 # Warning - without using the other run time loading flags,
10982 # -berok will link without error, but may produce a broken library.
10983 no_undefined_flag=' ${wl}-bernotok'
10984 allow_undefined_flag=' ${wl}-berok'
10985 if test "$with_gnu_ld" = yes; then
10986 # We only use this code for GNU lds that support --whole-archive.
10987 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10988 else
10989 # Exported symbols can be pulled into shared objects from archives
10990 whole_archive_flag_spec='$convenience'
10991 fi
10992 archive_cmds_need_lc=yes
10993 # This is similar to how AIX traditionally builds its shared libraries.
10994 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'
10995 fi
10996 fi
10997 ;;
10998
10999 amigaos*)
11000 case $host_cpu in
11001 powerpc)
11002 # see comment about AmigaOS4 .so support
11003 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11004 archive_expsym_cmds=''
11005 ;;
11006 m68k)
11007 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)'
11008 hardcode_libdir_flag_spec='-L$libdir'
11009 hardcode_minus_L=yes
11010 ;;
11011 esac
11012 ;;
11013
11014 bsdi[45]*)
11015 export_dynamic_flag_spec=-rdynamic
11016 ;;
11017
11018 cygwin* | mingw* | pw32* | cegcc*)
11019 # When not using gcc, we currently assume that we are using
11020 # Microsoft Visual C++.
11021 # hardcode_libdir_flag_spec is actually meaningless, as there is
11022 # no search path for DLLs.
11023 hardcode_libdir_flag_spec=' '
11024 allow_undefined_flag=unsupported
11025 # Tell ltmain to make .lib files, not .a files.
11026 libext=lib
11027 # Tell ltmain to make .dll files, not .so files.
11028 shrext_cmds=".dll"
11029 # FIXME: Setting linknames here is a bad hack.
11030 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11031 # The linker will automatically build a .lib file if we build a DLL.
11032 old_archive_from_new_cmds='true'
11033 # FIXME: Should let the user specify the lib program.
11034 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11035 fix_srcfile_path='`cygpath -w "$srcfile"`'
11036 enable_shared_with_static_runtimes=yes
11037 ;;
11038
11039 darwin* | rhapsody*)
11040
11041
11042 archive_cmds_need_lc=no
11043 hardcode_direct=no
11044 hardcode_automatic=yes
11045 hardcode_shlibpath_var=unsupported
11046 if test "$lt_cv_ld_force_load" = "yes"; then
11047 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\"`'
11048 else
11049 whole_archive_flag_spec=''
11050 fi
11051 link_all_deplibs=yes
11052 allow_undefined_flag="$_lt_dar_allow_undefined"
11053 case $cc_basename in
11054 ifort*) _lt_dar_can_shared=yes ;;
11055 *) _lt_dar_can_shared=$GCC ;;
11056 esac
11057 if test "$_lt_dar_can_shared" = "yes"; then
11058 output_verbose_link_cmd=func_echo_all
11059 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11060 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11061 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}"
11062 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}"
11063
11064 else
11065 ld_shlibs=no
11066 fi
11067
11068 ;;
11069
11070 dgux*)
11071 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11072 hardcode_libdir_flag_spec='-L$libdir'
11073 hardcode_shlibpath_var=no
11074 ;;
11075
11076 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11077 # support. Future versions do this automatically, but an explicit c++rt0.o
11078 # does not break anything, and helps significantly (at the cost of a little
11079 # extra space).
11080 freebsd2.2*)
11081 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11082 hardcode_libdir_flag_spec='-R$libdir'
11083 hardcode_direct=yes
11084 hardcode_shlibpath_var=no
11085 ;;
11086
11087 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11088 freebsd2.*)
11089 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11090 hardcode_direct=yes
11091 hardcode_minus_L=yes
11092 hardcode_shlibpath_var=no
11093 ;;
11094
11095 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11096 freebsd* | dragonfly*)
11097 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11098 hardcode_libdir_flag_spec='-R$libdir'
11099 hardcode_direct=yes
11100 hardcode_shlibpath_var=no
11101 ;;
11102
11103 hpux9*)
11104 if test "$GCC" = yes; then
11105 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'
11106 else
11107 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'
11108 fi
11109 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11110 hardcode_libdir_separator=:
11111 hardcode_direct=yes
11112
11113 # hardcode_minus_L: Not really in the search PATH,
11114 # but as the default location of the library.
11115 hardcode_minus_L=yes
11116 export_dynamic_flag_spec='${wl}-E'
11117 ;;
11118
11119 hpux10*)
11120 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11121 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11122 else
11123 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11124 fi
11125 if test "$with_gnu_ld" = no; then
11126 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11127 hardcode_libdir_flag_spec_ld='+b $libdir'
11128 hardcode_libdir_separator=:
11129 hardcode_direct=yes
11130 hardcode_direct_absolute=yes
11131 export_dynamic_flag_spec='${wl}-E'
11132 # hardcode_minus_L: Not really in the search PATH,
11133 # but as the default location of the library.
11134 hardcode_minus_L=yes
11135 fi
11136 ;;
11137
11138 hpux11*)
11139 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11140 case $host_cpu in
11141 hppa*64*)
11142 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11143 ;;
11144 ia64*)
11145 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11146 ;;
11147 *)
11148 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11149 ;;
11150 esac
11151 else
11152 case $host_cpu in
11153 hppa*64*)
11154 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11155 ;;
11156 ia64*)
11157 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11158 ;;
11159 *)
11160
11161 # Older versions of the 11.00 compiler do not understand -b yet
11162 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11164 $as_echo_n "checking if $CC understands -b... " >&6; }
11165 if test "${lt_cv_prog_compiler__b+set}" = set; then :
11166 $as_echo_n "(cached) " >&6
11167 else
11168 lt_cv_prog_compiler__b=no
11169 save_LDFLAGS="$LDFLAGS"
11170 LDFLAGS="$LDFLAGS -b"
11171 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11172 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11173 # The linker can only warn and ignore the option if not recognized
11174 # So say no if there are warnings
11175 if test -s conftest.err; then
11176 # Append any errors to the config.log.
11177 cat conftest.err 1>&5
11178 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11179 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11180 if diff conftest.exp conftest.er2 >/dev/null; then
11181 lt_cv_prog_compiler__b=yes
11182 fi
11183 else
11184 lt_cv_prog_compiler__b=yes
11185 fi
11186 fi
11187 $RM -r conftest*
11188 LDFLAGS="$save_LDFLAGS"
11189
11190 fi
11191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11192 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11193
11194 if test x"$lt_cv_prog_compiler__b" = xyes; then
11195 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11196 else
11197 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11198 fi
11199
11200 ;;
11201 esac
11202 fi
11203 if test "$with_gnu_ld" = no; then
11204 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11205 hardcode_libdir_separator=:
11206
11207 case $host_cpu in
11208 hppa*64*|ia64*)
11209 hardcode_direct=no
11210 hardcode_shlibpath_var=no
11211 ;;
11212 *)
11213 hardcode_direct=yes
11214 hardcode_direct_absolute=yes
11215 export_dynamic_flag_spec='${wl}-E'
11216
11217 # hardcode_minus_L: Not really in the search PATH,
11218 # but as the default location of the library.
11219 hardcode_minus_L=yes
11220 ;;
11221 esac
11222 fi
11223 ;;
11224
11225 irix5* | irix6* | nonstopux*)
11226 if test "$GCC" = yes; then
11227 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'
11228 # Try to use the -exported_symbol ld option, if it does not
11229 # work, assume that -exports_file does not work either and
11230 # implicitly export all symbols.
11231 save_LDFLAGS="$LDFLAGS"
11232 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11234 /* end confdefs.h. */
11235 int foo(void) {}
11236 _ACEOF
11237 if ac_fn_c_try_link "$LINENO"; then :
11238 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'
11239
11240 fi
11241 rm -f core conftest.err conftest.$ac_objext \
11242 conftest$ac_exeext conftest.$ac_ext
11243 LDFLAGS="$save_LDFLAGS"
11244 else
11245 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'
11246 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'
11247 fi
11248 archive_cmds_need_lc='no'
11249 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11250 hardcode_libdir_separator=:
11251 inherit_rpath=yes
11252 link_all_deplibs=yes
11253 ;;
11254
11255 netbsd*)
11256 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11257 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11258 else
11259 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11260 fi
11261 hardcode_libdir_flag_spec='-R$libdir'
11262 hardcode_direct=yes
11263 hardcode_shlibpath_var=no
11264 ;;
11265
11266 newsos6)
11267 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11268 hardcode_direct=yes
11269 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11270 hardcode_libdir_separator=:
11271 hardcode_shlibpath_var=no
11272 ;;
11273
11274 *nto* | *qnx*)
11275 ;;
11276
11277 openbsd*)
11278 if test -f /usr/libexec/ld.so; then
11279 hardcode_direct=yes
11280 hardcode_shlibpath_var=no
11281 hardcode_direct_absolute=yes
11282 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11283 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11284 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11285 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11286 export_dynamic_flag_spec='${wl}-E'
11287 else
11288 case $host_os in
11289 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11290 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11291 hardcode_libdir_flag_spec='-R$libdir'
11292 ;;
11293 *)
11294 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11295 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11296 ;;
11297 esac
11298 fi
11299 else
11300 ld_shlibs=no
11301 fi
11302 ;;
11303
11304 os2*)
11305 hardcode_libdir_flag_spec='-L$libdir'
11306 hardcode_minus_L=yes
11307 allow_undefined_flag=unsupported
11308 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'
11309 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11310 ;;
11311
11312 osf3*)
11313 if test "$GCC" = yes; then
11314 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11315 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'
11316 else
11317 allow_undefined_flag=' -expect_unresolved \*'
11318 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'
11319 fi
11320 archive_cmds_need_lc='no'
11321 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11322 hardcode_libdir_separator=:
11323 ;;
11324
11325 osf4* | osf5*) # as osf3* with the addition of -msym flag
11326 if test "$GCC" = yes; then
11327 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11328 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'
11329 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11330 else
11331 allow_undefined_flag=' -expect_unresolved \*'
11332 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'
11333 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~
11334 $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'
11335
11336 # Both c and cxx compiler support -rpath directly
11337 hardcode_libdir_flag_spec='-rpath $libdir'
11338 fi
11339 archive_cmds_need_lc='no'
11340 hardcode_libdir_separator=:
11341 ;;
11342
11343 solaris*)
11344 no_undefined_flag=' -z defs'
11345 if test "$GCC" = yes; then
11346 wlarc='${wl}'
11347 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11348 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11349 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11350 else
11351 case `$CC -V 2>&1` in
11352 *"Compilers 5.0"*)
11353 wlarc=''
11354 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11355 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11356 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11357 ;;
11358 *)
11359 wlarc='${wl}'
11360 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11361 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11362 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11363 ;;
11364 esac
11365 fi
11366 hardcode_libdir_flag_spec='-R$libdir'
11367 hardcode_shlibpath_var=no
11368 case $host_os in
11369 solaris2.[0-5] | solaris2.[0-5].*) ;;
11370 *)
11371 # The compiler driver will combine and reorder linker options,
11372 # but understands `-z linker_flag'. GCC discards it without `$wl',
11373 # but is careful enough not to reorder.
11374 # Supported since Solaris 2.6 (maybe 2.5.1?)
11375 if test "$GCC" = yes; then
11376 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11377 else
11378 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11379 fi
11380 ;;
11381 esac
11382 link_all_deplibs=yes
11383 ;;
11384
11385 sunos4*)
11386 if test "x$host_vendor" = xsequent; then
11387 # Use $CC to link under sequent, because it throws in some extra .o
11388 # files that make .init and .fini sections work.
11389 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11390 else
11391 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11392 fi
11393 hardcode_libdir_flag_spec='-L$libdir'
11394 hardcode_direct=yes
11395 hardcode_minus_L=yes
11396 hardcode_shlibpath_var=no
11397 ;;
11398
11399 sysv4)
11400 case $host_vendor in
11401 sni)
11402 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11403 hardcode_direct=yes # is this really true???
11404 ;;
11405 siemens)
11406 ## LD is ld it makes a PLAMLIB
11407 ## CC just makes a GrossModule.
11408 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11409 reload_cmds='$CC -r -o $output$reload_objs'
11410 hardcode_direct=no
11411 ;;
11412 motorola)
11413 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11414 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11415 ;;
11416 esac
11417 runpath_var='LD_RUN_PATH'
11418 hardcode_shlibpath_var=no
11419 ;;
11420
11421 sysv4.3*)
11422 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11423 hardcode_shlibpath_var=no
11424 export_dynamic_flag_spec='-Bexport'
11425 ;;
11426
11427 sysv4*MP*)
11428 if test -d /usr/nec; then
11429 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11430 hardcode_shlibpath_var=no
11431 runpath_var=LD_RUN_PATH
11432 hardcode_runpath_var=yes
11433 ld_shlibs=yes
11434 fi
11435 ;;
11436
11437 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11438 no_undefined_flag='${wl}-z,text'
11439 archive_cmds_need_lc=no
11440 hardcode_shlibpath_var=no
11441 runpath_var='LD_RUN_PATH'
11442
11443 if test "$GCC" = yes; then
11444 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11445 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11446 else
11447 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11448 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11449 fi
11450 ;;
11451
11452 sysv5* | sco3.2v5* | sco5v6*)
11453 # Note: We can NOT use -z defs as we might desire, because we do not
11454 # link with -lc, and that would cause any symbols used from libc to
11455 # always be unresolved, which means just about no library would
11456 # ever link correctly. If we're not using GNU ld we use -z text
11457 # though, which does catch some bad symbols but isn't as heavy-handed
11458 # as -z defs.
11459 no_undefined_flag='${wl}-z,text'
11460 allow_undefined_flag='${wl}-z,nodefs'
11461 archive_cmds_need_lc=no
11462 hardcode_shlibpath_var=no
11463 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11464 hardcode_libdir_separator=':'
11465 link_all_deplibs=yes
11466 export_dynamic_flag_spec='${wl}-Bexport'
11467 runpath_var='LD_RUN_PATH'
11468
11469 if test "$GCC" = yes; then
11470 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11471 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11472 else
11473 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11474 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11475 fi
11476 ;;
11477
11478 uts4*)
11479 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11480 hardcode_libdir_flag_spec='-L$libdir'
11481 hardcode_shlibpath_var=no
11482 ;;
11483
11484 *)
11485 ld_shlibs=no
11486 ;;
11487 esac
11488
11489 if test x$host_vendor = xsni; then
11490 case $host in
11491 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11492 export_dynamic_flag_spec='${wl}-Blargedynsym'
11493 ;;
11494 esac
11495 fi
11496 fi
11497
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11499 $as_echo "$ld_shlibs" >&6; }
11500 test "$ld_shlibs" = no && can_build_shared=no
11501
11502 with_gnu_ld=$with_gnu_ld
11503
11504
11505
11506
11507
11508
11509
11510
11511
11512
11513
11514
11515
11516
11517
11518 #
11519 # Do we need to explicitly link libc?
11520 #
11521 case "x$archive_cmds_need_lc" in
11522 x|xyes)
11523 # Assume -lc should be added
11524 archive_cmds_need_lc=yes
11525
11526 if test "$enable_shared" = yes && test "$GCC" = yes; then
11527 case $archive_cmds in
11528 *'~'*)
11529 # FIXME: we may have to deal with multi-command sequences.
11530 ;;
11531 '$CC '*)
11532 # Test whether the compiler implicitly links with -lc since on some
11533 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11534 # to ld, don't add -lc before -lgcc.
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11536 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11537 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11538 $as_echo_n "(cached) " >&6
11539 else
11540 $RM conftest*
11541 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11542
11543 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11544 (eval $ac_compile) 2>&5
11545 ac_status=$?
11546 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11547 test $ac_status = 0; } 2>conftest.err; then
11548 soname=conftest
11549 lib=conftest
11550 libobjs=conftest.$ac_objext
11551 deplibs=
11552 wl=$lt_prog_compiler_wl
11553 pic_flag=$lt_prog_compiler_pic
11554 compiler_flags=-v
11555 linker_flags=-v
11556 verstring=
11557 output_objdir=.
11558 libname=conftest
11559 lt_save_allow_undefined_flag=$allow_undefined_flag
11560 allow_undefined_flag=
11561 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11562 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11563 ac_status=$?
11564 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11565 test $ac_status = 0; }
11566 then
11567 lt_cv_archive_cmds_need_lc=no
11568 else
11569 lt_cv_archive_cmds_need_lc=yes
11570 fi
11571 allow_undefined_flag=$lt_save_allow_undefined_flag
11572 else
11573 cat conftest.err 1>&5
11574 fi
11575 $RM conftest*
11576
11577 fi
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11579 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11580 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11581 ;;
11582 esac
11583 fi
11584 ;;
11585 esac
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
11599
11600
11601
11602
11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11744 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11745
11746 if test "$GCC" = yes; then
11747 case $host_os in
11748 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11749 *) lt_awk_arg="/^libraries:/" ;;
11750 esac
11751 case $host_os in
11752 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11753 *) lt_sed_strip_eq="s,=/,/,g" ;;
11754 esac
11755 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11756 case $lt_search_path_spec in
11757 *\;*)
11758 # if the path contains ";" then we assume it to be the separator
11759 # otherwise default to the standard path separator (i.e. ":") - it is
11760 # assumed that no part of a normal pathname contains ";" but that should
11761 # okay in the real world where ";" in dirpaths is itself problematic.
11762 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11763 ;;
11764 *)
11765 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11766 ;;
11767 esac
11768 # Ok, now we have the path, separated by spaces, we can step through it
11769 # and add multilib dir if necessary.
11770 lt_tmp_lt_search_path_spec=
11771 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11772 for lt_sys_path in $lt_search_path_spec; do
11773 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11774 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11775 else
11776 test -d "$lt_sys_path" && \
11777 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11778 fi
11779 done
11780 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11781 BEGIN {RS=" "; FS="/|\n";} {
11782 lt_foo="";
11783 lt_count=0;
11784 for (lt_i = NF; lt_i > 0; lt_i--) {
11785 if ($lt_i != "" && $lt_i != ".") {
11786 if ($lt_i == "..") {
11787 lt_count++;
11788 } else {
11789 if (lt_count == 0) {
11790 lt_foo="/" $lt_i lt_foo;
11791 } else {
11792 lt_count--;
11793 }
11794 }
11795 }
11796 }
11797 if (lt_foo != "") { lt_freq[lt_foo]++; }
11798 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11799 }'`
11800 # AWK program above erroneously prepends '/' to C:/dos/paths
11801 # for these hosts.
11802 case $host_os in
11803 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11804 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11805 esac
11806 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11807 else
11808 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11809 fi
11810 library_names_spec=
11811 libname_spec='lib$name'
11812 soname_spec=
11813 shrext_cmds=".so"
11814 postinstall_cmds=
11815 postuninstall_cmds=
11816 finish_cmds=
11817 finish_eval=
11818 shlibpath_var=
11819 shlibpath_overrides_runpath=unknown
11820 version_type=none
11821 dynamic_linker="$host_os ld.so"
11822 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11823 need_lib_prefix=unknown
11824 hardcode_into_libs=no
11825
11826 # when you set need_version to no, make sure it does not cause -set_version
11827 # flags to be left without arguments
11828 need_version=unknown
11829
11830 case $host_os in
11831 aix3*)
11832 version_type=linux
11833 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11834 shlibpath_var=LIBPATH
11835
11836 # AIX 3 has no versioning support, so we append a major version to the name.
11837 soname_spec='${libname}${release}${shared_ext}$major'
11838 ;;
11839
11840 aix[4-9]*)
11841 version_type=linux
11842 need_lib_prefix=no
11843 need_version=no
11844 hardcode_into_libs=yes
11845 if test "$host_cpu" = ia64; then
11846 # AIX 5 supports IA64
11847 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11848 shlibpath_var=LD_LIBRARY_PATH
11849 else
11850 # With GCC up to 2.95.x, collect2 would create an import file
11851 # for dependence libraries. The import file would start with
11852 # the line `#! .'. This would cause the generated library to
11853 # depend on `.', always an invalid library. This was fixed in
11854 # development snapshots of GCC prior to 3.0.
11855 case $host_os in
11856 aix4 | aix4.[01] | aix4.[01].*)
11857 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11858 echo ' yes '
11859 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11860 :
11861 else
11862 can_build_shared=no
11863 fi
11864 ;;
11865 esac
11866 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11867 # soname into executable. Probably we can add versioning support to
11868 # collect2, so additional links can be useful in future.
11869 if test "$aix_use_runtimelinking" = yes; then
11870 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11871 # instead of lib<name>.a to let people know that these are not
11872 # typical AIX shared libraries.
11873 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11874 else
11875 # We preserve .a as extension for shared libraries through AIX4.2
11876 # and later when we are not doing run time linking.
11877 library_names_spec='${libname}${release}.a $libname.a'
11878 soname_spec='${libname}${release}${shared_ext}$major'
11879 fi
11880 shlibpath_var=LIBPATH
11881 fi
11882 ;;
11883
11884 amigaos*)
11885 case $host_cpu in
11886 powerpc)
11887 # Since July 2007 AmigaOS4 officially supports .so libraries.
11888 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11889 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11890 ;;
11891 m68k)
11892 library_names_spec='$libname.ixlibrary $libname.a'
11893 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11894 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'
11895 ;;
11896 esac
11897 ;;
11898
11899 beos*)
11900 library_names_spec='${libname}${shared_ext}'
11901 dynamic_linker="$host_os ld.so"
11902 shlibpath_var=LIBRARY_PATH
11903 ;;
11904
11905 bsdi[45]*)
11906 version_type=linux
11907 need_version=no
11908 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11909 soname_spec='${libname}${release}${shared_ext}$major'
11910 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11911 shlibpath_var=LD_LIBRARY_PATH
11912 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11913 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11914 # the default ld.so.conf also contains /usr/contrib/lib and
11915 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11916 # libtool to hard-code these into programs
11917 ;;
11918
11919 cygwin* | mingw* | pw32* | cegcc*)
11920 version_type=windows
11921 shrext_cmds=".dll"
11922 need_version=no
11923 need_lib_prefix=no
11924
11925 case $GCC,$host_os in
11926 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11927 library_names_spec='$libname.dll.a'
11928 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11929 postinstall_cmds='base_file=`basename \${file}`~
11930 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11931 dldir=$destdir/`dirname \$dlpath`~
11932 test -d \$dldir || mkdir -p \$dldir~
11933 $install_prog $dir/$dlname \$dldir/$dlname~
11934 chmod a+x \$dldir/$dlname~
11935 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11936 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11937 fi'
11938 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11939 dlpath=$dir/\$dldll~
11940 $RM \$dlpath'
11941 shlibpath_overrides_runpath=yes
11942
11943 case $host_os in
11944 cygwin*)
11945 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11946 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11947
11948 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11949 ;;
11950 mingw* | cegcc*)
11951 # MinGW DLLs use traditional 'lib' prefix
11952 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11953 ;;
11954 pw32*)
11955 # pw32 DLLs use 'pw' prefix rather than 'lib'
11956 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11957 ;;
11958 esac
11959 ;;
11960
11961 *)
11962 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11963 ;;
11964 esac
11965 dynamic_linker='Win32 ld.exe'
11966 # FIXME: first we should search . and the directory the executable is in
11967 shlibpath_var=PATH
11968 ;;
11969
11970 darwin* | rhapsody*)
11971 dynamic_linker="$host_os dyld"
11972 version_type=darwin
11973 need_lib_prefix=no
11974 need_version=no
11975 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11976 soname_spec='${libname}${release}${major}$shared_ext'
11977 shlibpath_overrides_runpath=yes
11978 shlibpath_var=DYLD_LIBRARY_PATH
11979 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11980
11981 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11982 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11983 ;;
11984
11985 dgux*)
11986 version_type=linux
11987 need_lib_prefix=no
11988 need_version=no
11989 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11990 soname_spec='${libname}${release}${shared_ext}$major'
11991 shlibpath_var=LD_LIBRARY_PATH
11992 ;;
11993
11994 freebsd* | dragonfly*)
11995 # DragonFly does not have aout. When/if they implement a new
11996 # versioning mechanism, adjust this.
11997 if test -x /usr/bin/objformat; then
11998 objformat=`/usr/bin/objformat`
11999 else
12000 case $host_os in
12001 freebsd[23].*) objformat=aout ;;
12002 *) objformat=elf ;;
12003 esac
12004 fi
12005 version_type=freebsd-$objformat
12006 case $version_type in
12007 freebsd-elf*)
12008 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12009 need_version=no
12010 need_lib_prefix=no
12011 ;;
12012 freebsd-*)
12013 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12014 need_version=yes
12015 ;;
12016 esac
12017 shlibpath_var=LD_LIBRARY_PATH
12018 case $host_os in
12019 freebsd2.*)
12020 shlibpath_overrides_runpath=yes
12021 ;;
12022 freebsd3.[01]* | freebsdelf3.[01]*)
12023 shlibpath_overrides_runpath=yes
12024 hardcode_into_libs=yes
12025 ;;
12026 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12027 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12028 shlibpath_overrides_runpath=no
12029 hardcode_into_libs=yes
12030 ;;
12031 *) # from 4.6 on, and DragonFly
12032 shlibpath_overrides_runpath=yes
12033 hardcode_into_libs=yes
12034 ;;
12035 esac
12036 ;;
12037
12038 gnu*)
12039 version_type=linux
12040 need_lib_prefix=no
12041 need_version=no
12042 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12043 soname_spec='${libname}${release}${shared_ext}$major'
12044 shlibpath_var=LD_LIBRARY_PATH
12045 hardcode_into_libs=yes
12046 ;;
12047
12048 haiku*)
12049 version_type=linux
12050 need_lib_prefix=no
12051 need_version=no
12052 dynamic_linker="$host_os runtime_loader"
12053 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12054 soname_spec='${libname}${release}${shared_ext}$major'
12055 shlibpath_var=LIBRARY_PATH
12056 shlibpath_overrides_runpath=yes
12057 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12058 hardcode_into_libs=yes
12059 ;;
12060
12061 hpux9* | hpux10* | hpux11*)
12062 # Give a soname corresponding to the major version so that dld.sl refuses to
12063 # link against other versions.
12064 version_type=sunos
12065 need_lib_prefix=no
12066 need_version=no
12067 case $host_cpu in
12068 ia64*)
12069 shrext_cmds='.so'
12070 hardcode_into_libs=yes
12071 dynamic_linker="$host_os dld.so"
12072 shlibpath_var=LD_LIBRARY_PATH
12073 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12074 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12075 soname_spec='${libname}${release}${shared_ext}$major'
12076 if test "X$HPUX_IA64_MODE" = X32; then
12077 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12078 else
12079 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12080 fi
12081 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12082 ;;
12083 hppa*64*)
12084 shrext_cmds='.sl'
12085 hardcode_into_libs=yes
12086 dynamic_linker="$host_os dld.sl"
12087 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12088 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12089 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12090 soname_spec='${libname}${release}${shared_ext}$major'
12091 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12092 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12093 ;;
12094 *)
12095 shrext_cmds='.sl'
12096 dynamic_linker="$host_os dld.sl"
12097 shlibpath_var=SHLIB_PATH
12098 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12099 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12100 soname_spec='${libname}${release}${shared_ext}$major'
12101 ;;
12102 esac
12103 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12104 postinstall_cmds='chmod 555 $lib'
12105 # or fails outright, so override atomically:
12106 install_override_mode=555
12107 ;;
12108
12109 interix[3-9]*)
12110 version_type=linux
12111 need_lib_prefix=no
12112 need_version=no
12113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12114 soname_spec='${libname}${release}${shared_ext}$major'
12115 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12116 shlibpath_var=LD_LIBRARY_PATH
12117 shlibpath_overrides_runpath=no
12118 hardcode_into_libs=yes
12119 ;;
12120
12121 irix5* | irix6* | nonstopux*)
12122 case $host_os in
12123 nonstopux*) version_type=nonstopux ;;
12124 *)
12125 if test "$lt_cv_prog_gnu_ld" = yes; then
12126 version_type=linux
12127 else
12128 version_type=irix
12129 fi ;;
12130 esac
12131 need_lib_prefix=no
12132 need_version=no
12133 soname_spec='${libname}${release}${shared_ext}$major'
12134 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12135 case $host_os in
12136 irix5* | nonstopux*)
12137 libsuff= shlibsuff=
12138 ;;
12139 *)
12140 case $LD in # libtool.m4 will add one of these switches to LD
12141 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12142 libsuff= shlibsuff= libmagic=32-bit;;
12143 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12144 libsuff=32 shlibsuff=N32 libmagic=N32;;
12145 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12146 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12147 *) libsuff= shlibsuff= libmagic=never-match;;
12148 esac
12149 ;;
12150 esac
12151 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12152 shlibpath_overrides_runpath=no
12153 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12154 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12155 hardcode_into_libs=yes
12156 ;;
12157
12158 # No shared lib support for Linux oldld, aout, or coff.
12159 linux*oldld* | linux*aout* | linux*coff*)
12160 dynamic_linker=no
12161 ;;
12162
12163 # This must be Linux ELF.
12164 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12165 version_type=linux
12166 need_lib_prefix=no
12167 need_version=no
12168 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12169 soname_spec='${libname}${release}${shared_ext}$major'
12170 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12171 shlibpath_var=LD_LIBRARY_PATH
12172 shlibpath_overrides_runpath=no
12173
12174 # Some binutils ld are patched to set DT_RUNPATH
12175 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
12176 $as_echo_n "(cached) " >&6
12177 else
12178 lt_cv_shlibpath_overrides_runpath=no
12179 save_LDFLAGS=$LDFLAGS
12180 save_libdir=$libdir
12181 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12182 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12184 /* end confdefs.h. */
12185
12186 int
12187 main ()
12188 {
12189
12190 ;
12191 return 0;
12192 }
12193 _ACEOF
12194 if ac_fn_c_try_link "$LINENO"; then :
12195 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12196 lt_cv_shlibpath_overrides_runpath=yes
12197 fi
12198 fi
12199 rm -f core conftest.err conftest.$ac_objext \
12200 conftest$ac_exeext conftest.$ac_ext
12201 LDFLAGS=$save_LDFLAGS
12202 libdir=$save_libdir
12203
12204 fi
12205
12206 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12207
12208 # This implies no fast_install, which is unacceptable.
12209 # Some rework will be needed to allow for fast_install
12210 # before this can be enabled.
12211 hardcode_into_libs=yes
12212
12213 # Append ld.so.conf contents to the search path
12214 if test -f /etc/ld.so.conf; then
12215 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' ' '`
12216 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12217 fi
12218
12219 # We used to test for /lib/ld.so.1 and disable shared libraries on
12220 # powerpc, because MkLinux only supported shared libraries with the
12221 # GNU dynamic linker. Since this was broken with cross compilers,
12222 # most powerpc-linux boxes support dynamic linking these days and
12223 # people can always --disable-shared, the test was removed, and we
12224 # assume the GNU/Linux dynamic linker is in use.
12225 dynamic_linker='GNU/Linux ld.so'
12226 ;;
12227
12228 netbsd*)
12229 version_type=sunos
12230 need_lib_prefix=no
12231 need_version=no
12232 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12233 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12234 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12235 dynamic_linker='NetBSD (a.out) ld.so'
12236 else
12237 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12238 soname_spec='${libname}${release}${shared_ext}$major'
12239 dynamic_linker='NetBSD ld.elf_so'
12240 fi
12241 shlibpath_var=LD_LIBRARY_PATH
12242 shlibpath_overrides_runpath=yes
12243 hardcode_into_libs=yes
12244 ;;
12245
12246 newsos6)
12247 version_type=linux
12248 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12249 shlibpath_var=LD_LIBRARY_PATH
12250 shlibpath_overrides_runpath=yes
12251 ;;
12252
12253 *nto* | *qnx*)
12254 version_type=qnx
12255 need_lib_prefix=no
12256 need_version=no
12257 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12258 soname_spec='${libname}${release}${shared_ext}$major'
12259 shlibpath_var=LD_LIBRARY_PATH
12260 shlibpath_overrides_runpath=no
12261 hardcode_into_libs=yes
12262 dynamic_linker='ldqnx.so'
12263 ;;
12264
12265 openbsd*)
12266 version_type=sunos
12267 sys_lib_dlsearch_path_spec="/usr/lib"
12268 need_lib_prefix=no
12269 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12270 case $host_os in
12271 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12272 *) need_version=no ;;
12273 esac
12274 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12275 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12276 shlibpath_var=LD_LIBRARY_PATH
12277 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12278 case $host_os in
12279 openbsd2.[89] | openbsd2.[89].*)
12280 shlibpath_overrides_runpath=no
12281 ;;
12282 *)
12283 shlibpath_overrides_runpath=yes
12284 ;;
12285 esac
12286 else
12287 shlibpath_overrides_runpath=yes
12288 fi
12289 ;;
12290
12291 os2*)
12292 libname_spec='$name'
12293 shrext_cmds=".dll"
12294 need_lib_prefix=no
12295 library_names_spec='$libname${shared_ext} $libname.a'
12296 dynamic_linker='OS/2 ld.exe'
12297 shlibpath_var=LIBPATH
12298 ;;
12299
12300 osf3* | osf4* | osf5*)
12301 version_type=osf
12302 need_lib_prefix=no
12303 need_version=no
12304 soname_spec='${libname}${release}${shared_ext}$major'
12305 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12306 shlibpath_var=LD_LIBRARY_PATH
12307 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12308 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12309 ;;
12310
12311 rdos*)
12312 dynamic_linker=no
12313 ;;
12314
12315 solaris*)
12316 version_type=linux
12317 need_lib_prefix=no
12318 need_version=no
12319 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12320 soname_spec='${libname}${release}${shared_ext}$major'
12321 shlibpath_var=LD_LIBRARY_PATH
12322 shlibpath_overrides_runpath=yes
12323 hardcode_into_libs=yes
12324 # ldd complains unless libraries are executable
12325 postinstall_cmds='chmod +x $lib'
12326 ;;
12327
12328 sunos4*)
12329 version_type=sunos
12330 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12331 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12332 shlibpath_var=LD_LIBRARY_PATH
12333 shlibpath_overrides_runpath=yes
12334 if test "$with_gnu_ld" = yes; then
12335 need_lib_prefix=no
12336 fi
12337 need_version=yes
12338 ;;
12339
12340 sysv4 | sysv4.3*)
12341 version_type=linux
12342 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12343 soname_spec='${libname}${release}${shared_ext}$major'
12344 shlibpath_var=LD_LIBRARY_PATH
12345 case $host_vendor in
12346 sni)
12347 shlibpath_overrides_runpath=no
12348 need_lib_prefix=no
12349 runpath_var=LD_RUN_PATH
12350 ;;
12351 siemens)
12352 need_lib_prefix=no
12353 ;;
12354 motorola)
12355 need_lib_prefix=no
12356 need_version=no
12357 shlibpath_overrides_runpath=no
12358 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12359 ;;
12360 esac
12361 ;;
12362
12363 sysv4*MP*)
12364 if test -d /usr/nec ;then
12365 version_type=linux
12366 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12367 soname_spec='$libname${shared_ext}.$major'
12368 shlibpath_var=LD_LIBRARY_PATH
12369 fi
12370 ;;
12371
12372 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12373 version_type=freebsd-elf
12374 need_lib_prefix=no
12375 need_version=no
12376 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12377 soname_spec='${libname}${release}${shared_ext}$major'
12378 shlibpath_var=LD_LIBRARY_PATH
12379 shlibpath_overrides_runpath=yes
12380 hardcode_into_libs=yes
12381 if test "$with_gnu_ld" = yes; then
12382 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12383 else
12384 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12385 case $host_os in
12386 sco3.2v5*)
12387 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12388 ;;
12389 esac
12390 fi
12391 sys_lib_dlsearch_path_spec='/usr/lib'
12392 ;;
12393
12394 tpf*)
12395 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12396 version_type=linux
12397 need_lib_prefix=no
12398 need_version=no
12399 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12400 shlibpath_var=LD_LIBRARY_PATH
12401 shlibpath_overrides_runpath=no
12402 hardcode_into_libs=yes
12403 ;;
12404
12405 uts4*)
12406 version_type=linux
12407 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12408 soname_spec='${libname}${release}${shared_ext}$major'
12409 shlibpath_var=LD_LIBRARY_PATH
12410 ;;
12411
12412 *)
12413 dynamic_linker=no
12414 ;;
12415 esac
12416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12417 $as_echo "$dynamic_linker" >&6; }
12418 test "$dynamic_linker" = no && can_build_shared=no
12419
12420 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12421 if test "$GCC" = yes; then
12422 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12423 fi
12424
12425 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12426 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12427 fi
12428 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12429 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12430 fi
12431
12432
12433
12434
12435
12436
12437
12438
12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
12451
12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
12473
12474
12475
12476
12477
12478
12479
12480
12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
12520
12521
12522
12523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12524 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12525 hardcode_action=
12526 if test -n "$hardcode_libdir_flag_spec" ||
12527 test -n "$runpath_var" ||
12528 test "X$hardcode_automatic" = "Xyes" ; then
12529
12530 # We can hardcode non-existent directories.
12531 if test "$hardcode_direct" != no &&
12532 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12533 # have to relink, otherwise we might link with an installed library
12534 # when we should be linking with a yet-to-be-installed one
12535 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12536 test "$hardcode_minus_L" != no; then
12537 # Linking always hardcodes the temporary library directory.
12538 hardcode_action=relink
12539 else
12540 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12541 hardcode_action=immediate
12542 fi
12543 else
12544 # We cannot hardcode anything, or else we can only hardcode existing
12545 # directories.
12546 hardcode_action=unsupported
12547 fi
12548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12549 $as_echo "$hardcode_action" >&6; }
12550
12551 if test "$hardcode_action" = relink ||
12552 test "$inherit_rpath" = yes; then
12553 # Fast installation is not supported
12554 enable_fast_install=no
12555 elif test "$shlibpath_overrides_runpath" = yes ||
12556 test "$enable_shared" = no; then
12557 # Fast installation is not necessary
12558 enable_fast_install=needless
12559 fi
12560
12561
12562
12563
12564
12565
12566 if test "x$enable_dlopen" != xyes; then
12567 enable_dlopen=unknown
12568 enable_dlopen_self=unknown
12569 enable_dlopen_self_static=unknown
12570 else
12571 lt_cv_dlopen=no
12572 lt_cv_dlopen_libs=
12573
12574 case $host_os in
12575 beos*)
12576 lt_cv_dlopen="load_add_on"
12577 lt_cv_dlopen_libs=
12578 lt_cv_dlopen_self=yes
12579 ;;
12580
12581 mingw* | pw32* | cegcc*)
12582 lt_cv_dlopen="LoadLibrary"
12583 lt_cv_dlopen_libs=
12584 ;;
12585
12586 cygwin*)
12587 lt_cv_dlopen="dlopen"
12588 lt_cv_dlopen_libs=
12589 ;;
12590
12591 darwin*)
12592 # if libdl is installed we need to link against it
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12594 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12595 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12596 $as_echo_n "(cached) " >&6
12597 else
12598 ac_check_lib_save_LIBS=$LIBS
12599 LIBS="-ldl $LIBS"
12600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12601 /* end confdefs.h. */
12602
12603 /* Override any GCC internal prototype to avoid an error.
12604 Use char because int might match the return type of a GCC
12605 builtin and then its argument prototype would still apply. */
12606 #ifdef __cplusplus
12607 extern "C"
12608 #endif
12609 char dlopen ();
12610 int
12611 main ()
12612 {
12613 return dlopen ();
12614 ;
12615 return 0;
12616 }
12617 _ACEOF
12618 if ac_fn_c_try_link "$LINENO"; then :
12619 ac_cv_lib_dl_dlopen=yes
12620 else
12621 ac_cv_lib_dl_dlopen=no
12622 fi
12623 rm -f core conftest.err conftest.$ac_objext \
12624 conftest$ac_exeext conftest.$ac_ext
12625 LIBS=$ac_check_lib_save_LIBS
12626 fi
12627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12628 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12629 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12630 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12631 else
12632
12633 lt_cv_dlopen="dyld"
12634 lt_cv_dlopen_libs=
12635 lt_cv_dlopen_self=yes
12636
12637 fi
12638
12639 ;;
12640
12641 *)
12642 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12643 if test "x$ac_cv_func_shl_load" = x""yes; then :
12644 lt_cv_dlopen="shl_load"
12645 else
12646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12647 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12648 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12649 $as_echo_n "(cached) " >&6
12650 else
12651 ac_check_lib_save_LIBS=$LIBS
12652 LIBS="-ldld $LIBS"
12653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12654 /* end confdefs.h. */
12655
12656 /* Override any GCC internal prototype to avoid an error.
12657 Use char because int might match the return type of a GCC
12658 builtin and then its argument prototype would still apply. */
12659 #ifdef __cplusplus
12660 extern "C"
12661 #endif
12662 char shl_load ();
12663 int
12664 main ()
12665 {
12666 return shl_load ();
12667 ;
12668 return 0;
12669 }
12670 _ACEOF
12671 if ac_fn_c_try_link "$LINENO"; then :
12672 ac_cv_lib_dld_shl_load=yes
12673 else
12674 ac_cv_lib_dld_shl_load=no
12675 fi
12676 rm -f core conftest.err conftest.$ac_objext \
12677 conftest$ac_exeext conftest.$ac_ext
12678 LIBS=$ac_check_lib_save_LIBS
12679 fi
12680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12681 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12682 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12683 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12684 else
12685 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12686 if test "x$ac_cv_func_dlopen" = x""yes; then :
12687 lt_cv_dlopen="dlopen"
12688 else
12689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12690 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12691 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12692 $as_echo_n "(cached) " >&6
12693 else
12694 ac_check_lib_save_LIBS=$LIBS
12695 LIBS="-ldl $LIBS"
12696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12697 /* end confdefs.h. */
12698
12699 /* Override any GCC internal prototype to avoid an error.
12700 Use char because int might match the return type of a GCC
12701 builtin and then its argument prototype would still apply. */
12702 #ifdef __cplusplus
12703 extern "C"
12704 #endif
12705 char dlopen ();
12706 int
12707 main ()
12708 {
12709 return dlopen ();
12710 ;
12711 return 0;
12712 }
12713 _ACEOF
12714 if ac_fn_c_try_link "$LINENO"; then :
12715 ac_cv_lib_dl_dlopen=yes
12716 else
12717 ac_cv_lib_dl_dlopen=no
12718 fi
12719 rm -f core conftest.err conftest.$ac_objext \
12720 conftest$ac_exeext conftest.$ac_ext
12721 LIBS=$ac_check_lib_save_LIBS
12722 fi
12723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12724 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12725 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12726 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12727 else
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12729 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12730 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12731 $as_echo_n "(cached) " >&6
12732 else
12733 ac_check_lib_save_LIBS=$LIBS
12734 LIBS="-lsvld $LIBS"
12735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12736 /* end confdefs.h. */
12737
12738 /* Override any GCC internal prototype to avoid an error.
12739 Use char because int might match the return type of a GCC
12740 builtin and then its argument prototype would still apply. */
12741 #ifdef __cplusplus
12742 extern "C"
12743 #endif
12744 char dlopen ();
12745 int
12746 main ()
12747 {
12748 return dlopen ();
12749 ;
12750 return 0;
12751 }
12752 _ACEOF
12753 if ac_fn_c_try_link "$LINENO"; then :
12754 ac_cv_lib_svld_dlopen=yes
12755 else
12756 ac_cv_lib_svld_dlopen=no
12757 fi
12758 rm -f core conftest.err conftest.$ac_objext \
12759 conftest$ac_exeext conftest.$ac_ext
12760 LIBS=$ac_check_lib_save_LIBS
12761 fi
12762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12763 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12764 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12765 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12766 else
12767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12768 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12769 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12770 $as_echo_n "(cached) " >&6
12771 else
12772 ac_check_lib_save_LIBS=$LIBS
12773 LIBS="-ldld $LIBS"
12774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12775 /* end confdefs.h. */
12776
12777 /* Override any GCC internal prototype to avoid an error.
12778 Use char because int might match the return type of a GCC
12779 builtin and then its argument prototype would still apply. */
12780 #ifdef __cplusplus
12781 extern "C"
12782 #endif
12783 char dld_link ();
12784 int
12785 main ()
12786 {
12787 return dld_link ();
12788 ;
12789 return 0;
12790 }
12791 _ACEOF
12792 if ac_fn_c_try_link "$LINENO"; then :
12793 ac_cv_lib_dld_dld_link=yes
12794 else
12795 ac_cv_lib_dld_dld_link=no
12796 fi
12797 rm -f core conftest.err conftest.$ac_objext \
12798 conftest$ac_exeext conftest.$ac_ext
12799 LIBS=$ac_check_lib_save_LIBS
12800 fi
12801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12802 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12803 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12804 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12805 fi
12806
12807
12808 fi
12809
12810
12811 fi
12812
12813
12814 fi
12815
12816
12817 fi
12818
12819
12820 fi
12821
12822 ;;
12823 esac
12824
12825 if test "x$lt_cv_dlopen" != xno; then
12826 enable_dlopen=yes
12827 else
12828 enable_dlopen=no
12829 fi
12830
12831 case $lt_cv_dlopen in
12832 dlopen)
12833 save_CPPFLAGS="$CPPFLAGS"
12834 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12835
12836 save_LDFLAGS="$LDFLAGS"
12837 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12838
12839 save_LIBS="$LIBS"
12840 LIBS="$lt_cv_dlopen_libs $LIBS"
12841
12842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12843 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12844 if test "${lt_cv_dlopen_self+set}" = set; then :
12845 $as_echo_n "(cached) " >&6
12846 else
12847 if test "$cross_compiling" = yes; then :
12848 lt_cv_dlopen_self=cross
12849 else
12850 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12851 lt_status=$lt_dlunknown
12852 cat > conftest.$ac_ext <<_LT_EOF
12853 #line 12853 "configure"
12854 #include "confdefs.h"
12855
12856 #if HAVE_DLFCN_H
12857 #include <dlfcn.h>
12858 #endif
12859
12860 #include <stdio.h>
12861
12862 #ifdef RTLD_GLOBAL
12863 # define LT_DLGLOBAL RTLD_GLOBAL
12864 #else
12865 # ifdef DL_GLOBAL
12866 # define LT_DLGLOBAL DL_GLOBAL
12867 # else
12868 # define LT_DLGLOBAL 0
12869 # endif
12870 #endif
12871
12872 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12873 find out it does not work in some platform. */
12874 #ifndef LT_DLLAZY_OR_NOW
12875 # ifdef RTLD_LAZY
12876 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12877 # else
12878 # ifdef DL_LAZY
12879 # define LT_DLLAZY_OR_NOW DL_LAZY
12880 # else
12881 # ifdef RTLD_NOW
12882 # define LT_DLLAZY_OR_NOW RTLD_NOW
12883 # else
12884 # ifdef DL_NOW
12885 # define LT_DLLAZY_OR_NOW DL_NOW
12886 # else
12887 # define LT_DLLAZY_OR_NOW 0
12888 # endif
12889 # endif
12890 # endif
12891 # endif
12892 #endif
12893
12894 /* When -fvisbility=hidden is used, assume the code has been annotated
12895 correspondingly for the symbols needed. */
12896 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12897 void fnord () __attribute__((visibility("default")));
12898 #endif
12899
12900 void fnord () { int i=42; }
12901 int main ()
12902 {
12903 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12904 int status = $lt_dlunknown;
12905
12906 if (self)
12907 {
12908 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12909 else
12910 {
12911 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12912 else puts (dlerror ());
12913 }
12914 /* dlclose (self); */
12915 }
12916 else
12917 puts (dlerror ());
12918
12919 return status;
12920 }
12921 _LT_EOF
12922 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12923 (eval $ac_link) 2>&5
12924 ac_status=$?
12925 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12926 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12927 (./conftest; exit; ) >&5 2>/dev/null
12928 lt_status=$?
12929 case x$lt_status in
12930 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12931 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12932 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12933 esac
12934 else :
12935 # compilation failed
12936 lt_cv_dlopen_self=no
12937 fi
12938 fi
12939 rm -fr conftest*
12940
12941
12942 fi
12943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12944 $as_echo "$lt_cv_dlopen_self" >&6; }
12945
12946 if test "x$lt_cv_dlopen_self" = xyes; then
12947 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12949 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12950 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12951 $as_echo_n "(cached) " >&6
12952 else
12953 if test "$cross_compiling" = yes; then :
12954 lt_cv_dlopen_self_static=cross
12955 else
12956 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12957 lt_status=$lt_dlunknown
12958 cat > conftest.$ac_ext <<_LT_EOF
12959 #line 12959 "configure"
12960 #include "confdefs.h"
12961
12962 #if HAVE_DLFCN_H
12963 #include <dlfcn.h>
12964 #endif
12965
12966 #include <stdio.h>
12967
12968 #ifdef RTLD_GLOBAL
12969 # define LT_DLGLOBAL RTLD_GLOBAL
12970 #else
12971 # ifdef DL_GLOBAL
12972 # define LT_DLGLOBAL DL_GLOBAL
12973 # else
12974 # define LT_DLGLOBAL 0
12975 # endif
12976 #endif
12977
12978 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12979 find out it does not work in some platform. */
12980 #ifndef LT_DLLAZY_OR_NOW
12981 # ifdef RTLD_LAZY
12982 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12983 # else
12984 # ifdef DL_LAZY
12985 # define LT_DLLAZY_OR_NOW DL_LAZY
12986 # else
12987 # ifdef RTLD_NOW
12988 # define LT_DLLAZY_OR_NOW RTLD_NOW
12989 # else
12990 # ifdef DL_NOW
12991 # define LT_DLLAZY_OR_NOW DL_NOW
12992 # else
12993 # define LT_DLLAZY_OR_NOW 0
12994 # endif
12995 # endif
12996 # endif
12997 # endif
12998 #endif
12999
13000 /* When -fvisbility=hidden is used, assume the code has been annotated
13001 correspondingly for the symbols needed. */
13002 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13003 void fnord () __attribute__((visibility("default")));
13004 #endif
13005
13006 void fnord () { int i=42; }
13007 int main ()
13008 {
13009 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13010 int status = $lt_dlunknown;
13011
13012 if (self)
13013 {
13014 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13015 else
13016 {
13017 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13018 else puts (dlerror ());
13019 }
13020 /* dlclose (self); */
13021 }
13022 else
13023 puts (dlerror ());
13024
13025 return status;
13026 }
13027 _LT_EOF
13028 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13029 (eval $ac_link) 2>&5
13030 ac_status=$?
13031 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13032 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13033 (./conftest; exit; ) >&5 2>/dev/null
13034 lt_status=$?
13035 case x$lt_status in
13036 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13037 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13038 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13039 esac
13040 else :
13041 # compilation failed
13042 lt_cv_dlopen_self_static=no
13043 fi
13044 fi
13045 rm -fr conftest*
13046
13047
13048 fi
13049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13050 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13051 fi
13052
13053 CPPFLAGS="$save_CPPFLAGS"
13054 LDFLAGS="$save_LDFLAGS"
13055 LIBS="$save_LIBS"
13056 ;;
13057 esac
13058
13059 case $lt_cv_dlopen_self in
13060 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13061 *) enable_dlopen_self=unknown ;;
13062 esac
13063
13064 case $lt_cv_dlopen_self_static in
13065 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13066 *) enable_dlopen_self_static=unknown ;;
13067 esac
13068 fi
13069
13070
13071
13072
13073
13074
13075
13076
13077
13078
13079
13080
13081
13082
13083
13084
13085
13086 striplib=
13087 old_striplib=
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13089 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13090 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13091 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13092 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13094 $as_echo "yes" >&6; }
13095 else
13096 # FIXME - insert some real tests, host_os isn't really good enough
13097 case $host_os in
13098 darwin*)
13099 if test -n "$STRIP" ; then
13100 striplib="$STRIP -x"
13101 old_striplib="$STRIP -S"
13102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13103 $as_echo "yes" >&6; }
13104 else
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13106 $as_echo "no" >&6; }
13107 fi
13108 ;;
13109 *)
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13111 $as_echo "no" >&6; }
13112 ;;
13113 esac
13114 fi
13115
13116
13117
13118
13119
13120
13121
13122
13123
13124
13125
13126
13127 # Report which library types will actually be built
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13129 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13131 $as_echo "$can_build_shared" >&6; }
13132
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13134 $as_echo_n "checking whether to build shared libraries... " >&6; }
13135 test "$can_build_shared" = "no" && enable_shared=no
13136
13137 # On AIX, shared libraries and static libraries use the same namespace, and
13138 # are all built from PIC.
13139 case $host_os in
13140 aix3*)
13141 test "$enable_shared" = yes && enable_static=no
13142 if test -n "$RANLIB"; then
13143 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13144 postinstall_cmds='$RANLIB $lib'
13145 fi
13146 ;;
13147
13148 aix[4-9]*)
13149 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13150 test "$enable_shared" = yes && enable_static=no
13151 fi
13152 ;;
13153 esac
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13155 $as_echo "$enable_shared" >&6; }
13156
13157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13158 $as_echo_n "checking whether to build static libraries... " >&6; }
13159 # Make sure either enable_shared or enable_static is yes.
13160 test "$enable_shared" = yes || enable_static=yes
13161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13162 $as_echo "$enable_static" >&6; }
13163
13164
13165
13166
13167 fi
13168 ac_ext=c
13169 ac_cpp='$CPP $CPPFLAGS'
13170 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13171 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13172 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13173
13174 CC="$lt_save_CC"
13175
13176
13177
13178
13179
13180
13181
13182
13183
13184
13185
13186
13187
13188 ac_config_commands="$ac_config_commands libtool"
13189
13190
13191
13192
13193 # Only expand once:
13194
13195
13196
13197
13198 . ${srcdir}/../../bfd/configure.host
13199
13200
13201
13202
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13204 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13205 # Check whether --enable-maintainer-mode was given.
13206 if test "${enable_maintainer_mode+set}" = set; then :
13207 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13208 else
13209 USE_MAINTAINER_MODE=no
13210 fi
13211
13212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13213 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13214 if test $USE_MAINTAINER_MODE = yes; then
13215 MAINTAINER_MODE_TRUE=
13216 MAINTAINER_MODE_FALSE='#'
13217 else
13218 MAINTAINER_MODE_TRUE='#'
13219 MAINTAINER_MODE_FALSE=
13220 fi
13221
13222 MAINT=$MAINTAINER_MODE_TRUE
13223
13224
13225
13226
13227 # Check whether --enable-sim-debug was given.
13228 if test "${enable_sim_debug+set}" = set; then :
13229 enableval=$enable_sim_debug; case "${enableval}" in
13230 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
13231 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
13232 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
13233 esac
13234 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
13235 echo "Setting sim debug = $sim_debug" 6>&1
13236 fi
13237 else
13238 sim_debug=""
13239 fi
13240
13241
13242
13243 # Check whether --enable-sim-stdio was given.
13244 if test "${enable_sim_stdio+set}" = set; then :
13245 enableval=$enable_sim_stdio; case "${enableval}" in
13246 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
13247 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
13248 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
13249 esac
13250 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
13251 echo "Setting stdio flags = $sim_stdio" 6>&1
13252 fi
13253 else
13254 sim_stdio=""
13255 fi
13256
13257
13258
13259 # Check whether --enable-sim-trace was given.
13260 if test "${enable_sim_trace+set}" = set; then :
13261 enableval=$enable_sim_trace; case "${enableval}" in
13262 yes) sim_trace="-DWITH_TRACE=-1";;
13263 no) sim_trace="-DWITH_TRACE=0";;
13264 [-0-9]*)
13265 sim_trace="-DWITH_TRACE='(${enableval})'";;
13266 [[:lower:]]*)
13267 sim_trace=""
13268 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13269 if test x"$sim_trace" = x; then
13270 sim_trace="-DWITH_TRACE='(TRACE_$x"
13271 else
13272 sim_trace="${sim_trace}|TRACE_$x"
13273 fi
13274 done
13275 sim_trace="$sim_trace)'" ;;
13276 esac
13277 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
13278 echo "Setting sim trace = $sim_trace" 6>&1
13279 fi
13280 else
13281 sim_trace=""
13282 fi
13283
13284
13285
13286 # Check whether --enable-sim-profile was given.
13287 if test "${enable_sim_profile+set}" = set; then :
13288 enableval=$enable_sim_profile; case "${enableval}" in
13289 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13290 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13291 [-0-9]*)
13292 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13293 [a-z]*)
13294 sim_profile=""
13295 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13296 if test x"$sim_profile" = x; then
13297 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13298 else
13299 sim_profile="${sim_profile}|PROFILE_$x"
13300 fi
13301 done
13302 sim_profile="$sim_profile)'" ;;
13303 esac
13304 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13305 echo "Setting sim profile = $sim_profile" 6>&1
13306 fi
13307 else
13308 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
13309 fi
13310
13311
13312
13313
13314 # Check whether --with-pkgversion was given.
13315 if test "${with_pkgversion+set}" = set; then :
13316 withval=$with_pkgversion; case "$withval" in
13317 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13318 no) PKGVERSION= ;;
13319 *) PKGVERSION="($withval) " ;;
13320 esac
13321 else
13322 PKGVERSION="(SIM) "
13323
13324 fi
13325
13326
13327
13328
13329
13330 # Check whether --with-bugurl was given.
13331 if test "${with_bugurl+set}" = set; then :
13332 withval=$with_bugurl; case "$withval" in
13333 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13334 no) BUGURL=
13335 ;;
13336 *) BUGURL="$withval"
13337 ;;
13338 esac
13339 else
13340 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13341
13342 fi
13343
13344 case ${BUGURL} in
13345 "")
13346 REPORT_BUGS_TO=
13347 REPORT_BUGS_TEXI=
13348 ;;
13349 *)
13350 REPORT_BUGS_TO="<$BUGURL>"
13351 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13352 ;;
13353 esac;
13354
13355
13356
13357
13358 cat >>confdefs.h <<_ACEOF
13359 #define PKGVERSION "$PKGVERSION"
13360 _ACEOF
13361
13362
13363 cat >>confdefs.h <<_ACEOF
13364 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13365 _ACEOF
13366
13367
13368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13369 $as_echo_n "checking return type of signal handlers... " >&6; }
13370 if test "${ac_cv_type_signal+set}" = set; then :
13371 $as_echo_n "(cached) " >&6
13372 else
13373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13374 /* end confdefs.h. */
13375 #include <sys/types.h>
13376 #include <signal.h>
13377
13378 int
13379 main ()
13380 {
13381 return *(signal (0, 0)) (0) == 1;
13382 ;
13383 return 0;
13384 }
13385 _ACEOF
13386 if ac_fn_c_try_compile "$LINENO"; then :
13387 ac_cv_type_signal=int
13388 else
13389 ac_cv_type_signal=void
13390 fi
13391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13392 fi
13393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13394 $as_echo "$ac_cv_type_signal" >&6; }
13395
13396 cat >>confdefs.h <<_ACEOF
13397 #define RETSIGTYPE $ac_cv_type_signal
13398 _ACEOF
13399
13400
13401
13402
13403
13404 sim_link_files=
13405 sim_link_links=
13406
13407 # targ-vals.def points to the libc macro description file.
13408 case "${target}" in
13409 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13410 esac
13411 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13412 sim_link_links="${sim_link_links} targ-vals.def"
13413
13414
13415
13416
13417 wire_endian="BIG"
13418 default_endian=""
13419 # Check whether --enable-sim-endian was given.
13420 if test "${enable_sim_endian+set}" = set; then :
13421 enableval=$enable_sim_endian; case "${enableval}" in
13422 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13423 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
13424 yes) if test x"$wire_endian" != x; then
13425 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13426 else
13427 if test x"$default_endian" != x; then
13428 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13429 else
13430 echo "No hard-wired endian for target $target" 1>&6
13431 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13432 fi
13433 fi;;
13434 no) if test x"$default_endian" != x; then
13435 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13436 else
13437 if test x"$wire_endian" != x; then
13438 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13439 else
13440 echo "No default endian for target $target" 1>&6
13441 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
13442 fi
13443 fi;;
13444 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
13445 esac
13446 if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13447 echo "Setting endian flags = $sim_endian" 6>&1
13448 fi
13449 else
13450 if test x"$default_endian" != x; then
13451 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
13452 else
13453 if test x"$wire_endian" != x; then
13454 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
13455 else
13456 sim_endian=
13457 fi
13458 fi
13459 fi
13460
13461 wire_alignment="STRICT_ALIGNMENT"
13462 default_alignment="STRICT_ALIGNMENT"
13463
13464 # Check whether --enable-sim-alignment was given.
13465 if test "${enable_sim_alignment+set}" = set; then :
13466 enableval=$enable_sim_alignment; case "${enableval}" in
13467 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13468 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13469 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13470 yes) if test x"$wire_alignment" != x; then
13471 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13472 else
13473 if test x"$default_alignment" != x; then
13474 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13475 else
13476 echo "No hard-wired alignment for target $target" 1>&6
13477 sim_alignment="-DWITH_ALIGNMENT=0"
13478 fi
13479 fi;;
13480 no) if test x"$default_alignment" != x; then
13481 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13482 else
13483 if test x"$wire_alignment" != x; then
13484 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13485 else
13486 echo "No default alignment for target $target" 1>&6
13487 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13488 fi
13489 fi;;
13490 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
13491 esac
13492 if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13493 echo "Setting alignment flags = $sim_alignment" 6>&1
13494 fi
13495 else
13496 if test x"$default_alignment" != x; then
13497 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13498 else
13499 if test x"$wire_alignment" != x; then
13500 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13501 else
13502 sim_alignment=
13503 fi
13504 fi
13505 fi
13506
13507
13508 default_sim_scache="16384"
13509 # Check whether --enable-sim-scache was given.
13510 if test "${enable_sim_scache+set}" = set; then :
13511 enableval=$enable_sim_scache; case "${enableval}" in
13512 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13513 no) sim_scache="-DWITH_SCACHE=0" ;;
13514 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
13515 *) as_fn_error "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
13516 sim_scache="";;
13517 esac
13518 if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13519 echo "Setting scache size = $sim_scache" 6>&1
13520 fi
13521 else
13522 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
13523 fi
13524
13525
13526
13527 default_sim_default_model="lm32"
13528 # Check whether --enable-sim-default-model was given.
13529 if test "${enable_sim_default_model+set}" = set; then :
13530 enableval=$enable_sim_default_model; case "${enableval}" in
13531 yes|no) as_fn_error "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
13532 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13533 esac
13534 if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13535 echo "Setting default model = $sim_default_model" 6>&1
13536 fi
13537 else
13538 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
13539 fi
13540
13541
13542
13543 # Check whether --enable-sim-environment was given.
13544 if test "${enable_sim_environment+set}" = set; then :
13545 enableval=$enable_sim_environment; case "${enableval}" in
13546 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13547 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13548 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13549 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
13550 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
13551 sim_environment="";;
13552 esac
13553 if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13554 echo "Setting sim environment = $sim_environment" 6>&1
13555 fi
13556 else
13557 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
13558 fi
13559
13560
13561 cgen_maint=no
13562 cgen=guile
13563 cgendir='$(srcdir)/../../cgen'
13564 # Check whether --enable-cgen-maint was given.
13565 if test "${enable_cgen_maint+set}" = set; then :
13566 enableval=$enable_cgen_maint; case "${enableval}" in
13567 yes) cgen_maint=yes ;;
13568 no) cgen_maint=no ;;
13569 *)
13570 # argument is cgen install directory (not implemented yet).
13571 # Having a `share' directory might be more appropriate for the .scm,
13572 # .cpu, etc. files.
13573 cgendir=${cgen_maint}/lib/cgen
13574 cgen=guile
13575 ;;
13576 esac
13577 fi
13578 if test x${cgen_maint} != xno ; then
13579 CGEN_MAINT=''
13580 else
13581 CGEN_MAINT='#'
13582 fi
13583
13584
13585
13586
13587
13588 if test ""; then
13589 hardware=""
13590 else
13591 hardware="cfi core pal glue"
13592 fi
13593 hardware="$hardware lm32cpu lm32timer lm32uart"
13594
13595 sim_hw_cflags="-DWITH_HW=1"
13596 sim_hw="$hardware"
13597 sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
13598
13599 # Check whether --enable-sim-hardware was given.
13600 if test "${enable_sim_hardware+set}" = set; then :
13601 enableval=$enable_sim_hardware;
13602 else
13603 enable_sim_hardware="yes"
13604 fi
13605
13606 case ${enable_sim_hardware} in
13607 yes|no) ;;
13608 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13609 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13610 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
13611 esac
13612
13613 if test "$enable_sim_hardware" = no; then
13614 sim_hw_objs=
13615 sim_hw_cflags="-DWITH_HW=0"
13616 sim_hw=
13617 else
13618 sim_hw_cflags="-DWITH_HW=1"
13619 # remove duplicates
13620 sim_hw=""
13621 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13622 for i in $hardware ; do
13623 case " $sim_hw " in
13624 *" $i "*) ;;
13625 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13626 esac
13627 done
13628 # mingw does not support sockser
13629 case ${host} in
13630 *mingw*) ;;
13631 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13632 # that you instatiate. Instead, other code will call into it directly.
13633 # At some point, we should convert it over.
13634 sim_hw_objs="$sim_hw_objs dv-sockser.o"
13635
13636 cat >>confdefs.h <<_ACEOF
13637 #define HAVE_DV_SOCKSER 1
13638 _ACEOF
13639
13640 ;;
13641 esac
13642 if test x"$silent" != x"yes"; then
13643 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
13644 fi
13645 case " $hardware " in
13646 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
13647 $as_echo_n "checking for log2 in -lm... " >&6; }
13648 if test "${ac_cv_lib_m_log2+set}" = set; then :
13649 $as_echo_n "(cached) " >&6
13650 else
13651 ac_check_lib_save_LIBS=$LIBS
13652 LIBS="-lm $LIBS"
13653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13654 /* end confdefs.h. */
13655
13656 /* Override any GCC internal prototype to avoid an error.
13657 Use char because int might match the return type of a GCC
13658 builtin and then its argument prototype would still apply. */
13659 #ifdef __cplusplus
13660 extern "C"
13661 #endif
13662 char log2 ();
13663 int
13664 main ()
13665 {
13666 return log2 ();
13667 ;
13668 return 0;
13669 }
13670 _ACEOF
13671 if ac_fn_c_try_link "$LINENO"; then :
13672 ac_cv_lib_m_log2=yes
13673 else
13674 ac_cv_lib_m_log2=no
13675 fi
13676 rm -f core conftest.err conftest.$ac_objext \
13677 conftest$ac_exeext conftest.$ac_ext
13678 LIBS=$ac_check_lib_save_LIBS
13679 fi
13680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13681 $as_echo "$ac_cv_lib_m_log2" >&6; }
13682 if test "x$ac_cv_lib_m_log2" = x""yes; then :
13683 cat >>confdefs.h <<_ACEOF
13684 #define HAVE_LIBM 1
13685 _ACEOF
13686
13687 LIBS="-lm $LIBS"
13688
13689 fi
13690 ;;
13691 esac
13692 fi
13693
13694
13695
13696 ac_sources="$sim_link_files"
13697 ac_dests="$sim_link_links"
13698 while test -n "$ac_sources"; do
13699 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13700 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13701 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13702 done
13703 ac_config_links="$ac_config_links $ac_config_links_1"
13704
13705 cgen_breaks=""
13706 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13707 cgen_breaks="break cgen_rtx_error";
13708 fi
13709
13710 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13711
13712 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13713
13714 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13715
13716 ac_config_commands="$ac_config_commands Makefile"
13717
13718 ac_config_commands="$ac_config_commands stamp-h"
13719
13720 cat >confcache <<\_ACEOF
13721 # This file is a shell script that caches the results of configure
13722 # tests run on this system so they can be shared between configure
13723 # scripts and configure runs, see configure's option --config-cache.
13724 # It is not useful on other systems. If it contains results you don't
13725 # want to keep, you may remove or edit it.
13726 #
13727 # config.status only pays attention to the cache file if you give it
13728 # the --recheck option to rerun configure.
13729 #
13730 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13731 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13732 # following values.
13733
13734 _ACEOF
13735
13736 # The following way of writing the cache mishandles newlines in values,
13737 # but we know of no workaround that is simple, portable, and efficient.
13738 # So, we kill variables containing newlines.
13739 # Ultrix sh set writes to stderr and can't be redirected directly,
13740 # and sets the high bit in the cache file unless we assign to the vars.
13741 (
13742 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13743 eval ac_val=\$$ac_var
13744 case $ac_val in #(
13745 *${as_nl}*)
13746 case $ac_var in #(
13747 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13748 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13749 esac
13750 case $ac_var in #(
13751 _ | IFS | as_nl) ;; #(
13752 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13753 *) { eval $ac_var=; unset $ac_var;} ;;
13754 esac ;;
13755 esac
13756 done
13757
13758 (set) 2>&1 |
13759 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13760 *${as_nl}ac_space=\ *)
13761 # `set' does not quote correctly, so add quotes: double-quote
13762 # substitution turns \\\\ into \\, and sed turns \\ into \.
13763 sed -n \
13764 "s/'/'\\\\''/g;
13765 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13766 ;; #(
13767 *)
13768 # `set' quotes correctly as required by POSIX, so do not add quotes.
13769 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13770 ;;
13771 esac |
13772 sort
13773 ) |
13774 sed '
13775 /^ac_cv_env_/b end
13776 t clear
13777 :clear
13778 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13779 t end
13780 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13781 :end' >>confcache
13782 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13783 if test -w "$cache_file"; then
13784 test "x$cache_file" != "x/dev/null" &&
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13786 $as_echo "$as_me: updating cache $cache_file" >&6;}
13787 cat confcache >$cache_file
13788 else
13789 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13790 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13791 fi
13792 fi
13793 rm -f confcache
13794
13795 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13796 # Let make expand exec_prefix.
13797 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13798
13799 DEFS=-DHAVE_CONFIG_H
13800
13801 ac_libobjs=
13802 ac_ltlibobjs=
13803 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13804 # 1. Remove the extension, and $U if already installed.
13805 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13806 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13807 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13808 # will be set to the directory where LIBOBJS objects are built.
13809 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13810 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13811 done
13812 LIBOBJS=$ac_libobjs
13813
13814 LTLIBOBJS=$ac_ltlibobjs
13815
13816
13817
13818 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13819 as_fn_error "conditional \"GMAKE\" was never defined.
13820 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13821 fi
13822 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13823 as_fn_error "conditional \"PLUGINS\" was never defined.
13824 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13825 fi
13826 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13827 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13828 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13829 fi
13830
13831 : ${CONFIG_STATUS=./config.status}
13832 ac_write_fail=0
13833 ac_clean_files_save=$ac_clean_files
13834 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13835 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13836 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13837 as_write_fail=0
13838 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13839 #! $SHELL
13840 # Generated by $as_me.
13841 # Run this file to recreate the current configuration.
13842 # Compiler output produced by configure, useful for debugging
13843 # configure, is in config.log if it exists.
13844
13845 debug=false
13846 ac_cs_recheck=false
13847 ac_cs_silent=false
13848
13849 SHELL=\${CONFIG_SHELL-$SHELL}
13850 export SHELL
13851 _ASEOF
13852 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13853 ## -------------------- ##
13854 ## M4sh Initialization. ##
13855 ## -------------------- ##
13856
13857 # Be more Bourne compatible
13858 DUALCASE=1; export DUALCASE # for MKS sh
13859 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13860 emulate sh
13861 NULLCMD=:
13862 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13863 # is contrary to our usage. Disable this feature.
13864 alias -g '${1+"$@"}'='"$@"'
13865 setopt NO_GLOB_SUBST
13866 else
13867 case `(set -o) 2>/dev/null` in #(
13868 *posix*) :
13869 set -o posix ;; #(
13870 *) :
13871 ;;
13872 esac
13873 fi
13874
13875
13876 as_nl='
13877 '
13878 export as_nl
13879 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13880 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13881 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13882 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13883 # Prefer a ksh shell builtin over an external printf program on Solaris,
13884 # but without wasting forks for bash or zsh.
13885 if test -z "$BASH_VERSION$ZSH_VERSION" \
13886 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13887 as_echo='print -r --'
13888 as_echo_n='print -rn --'
13889 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13890 as_echo='printf %s\n'
13891 as_echo_n='printf %s'
13892 else
13893 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13894 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13895 as_echo_n='/usr/ucb/echo -n'
13896 else
13897 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13898 as_echo_n_body='eval
13899 arg=$1;
13900 case $arg in #(
13901 *"$as_nl"*)
13902 expr "X$arg" : "X\\(.*\\)$as_nl";
13903 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13904 esac;
13905 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13906 '
13907 export as_echo_n_body
13908 as_echo_n='sh -c $as_echo_n_body as_echo'
13909 fi
13910 export as_echo_body
13911 as_echo='sh -c $as_echo_body as_echo'
13912 fi
13913
13914 # The user is always right.
13915 if test "${PATH_SEPARATOR+set}" != set; then
13916 PATH_SEPARATOR=:
13917 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13918 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13919 PATH_SEPARATOR=';'
13920 }
13921 fi
13922
13923
13924 # IFS
13925 # We need space, tab and new line, in precisely that order. Quoting is
13926 # there to prevent editors from complaining about space-tab.
13927 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13928 # splitting by setting IFS to empty value.)
13929 IFS=" "" $as_nl"
13930
13931 # Find who we are. Look in the path if we contain no directory separator.
13932 case $0 in #((
13933 *[\\/]* ) as_myself=$0 ;;
13934 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13935 for as_dir in $PATH
13936 do
13937 IFS=$as_save_IFS
13938 test -z "$as_dir" && as_dir=.
13939 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13940 done
13941 IFS=$as_save_IFS
13942
13943 ;;
13944 esac
13945 # We did not find ourselves, most probably we were run as `sh COMMAND'
13946 # in which case we are not to be found in the path.
13947 if test "x$as_myself" = x; then
13948 as_myself=$0
13949 fi
13950 if test ! -f "$as_myself"; then
13951 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13952 exit 1
13953 fi
13954
13955 # Unset variables that we do not need and which cause bugs (e.g. in
13956 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13957 # suppresses any "Segmentation fault" message there. '((' could
13958 # trigger a bug in pdksh 5.2.14.
13959 for as_var in BASH_ENV ENV MAIL MAILPATH
13960 do eval test x\${$as_var+set} = xset \
13961 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13962 done
13963 PS1='$ '
13964 PS2='> '
13965 PS4='+ '
13966
13967 # NLS nuisances.
13968 LC_ALL=C
13969 export LC_ALL
13970 LANGUAGE=C
13971 export LANGUAGE
13972
13973 # CDPATH.
13974 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13975
13976
13977 # as_fn_error ERROR [LINENO LOG_FD]
13978 # ---------------------------------
13979 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13980 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13981 # script with status $?, using 1 if that was 0.
13982 as_fn_error ()
13983 {
13984 as_status=$?; test $as_status -eq 0 && as_status=1
13985 if test "$3"; then
13986 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13987 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13988 fi
13989 $as_echo "$as_me: error: $1" >&2
13990 as_fn_exit $as_status
13991 } # as_fn_error
13992
13993
13994 # as_fn_set_status STATUS
13995 # -----------------------
13996 # Set $? to STATUS, without forking.
13997 as_fn_set_status ()
13998 {
13999 return $1
14000 } # as_fn_set_status
14001
14002 # as_fn_exit STATUS
14003 # -----------------
14004 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14005 as_fn_exit ()
14006 {
14007 set +e
14008 as_fn_set_status $1
14009 exit $1
14010 } # as_fn_exit
14011
14012 # as_fn_unset VAR
14013 # ---------------
14014 # Portably unset VAR.
14015 as_fn_unset ()
14016 {
14017 { eval $1=; unset $1;}
14018 }
14019 as_unset=as_fn_unset
14020 # as_fn_append VAR VALUE
14021 # ----------------------
14022 # Append the text in VALUE to the end of the definition contained in VAR. Take
14023 # advantage of any shell optimizations that allow amortized linear growth over
14024 # repeated appends, instead of the typical quadratic growth present in naive
14025 # implementations.
14026 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14027 eval 'as_fn_append ()
14028 {
14029 eval $1+=\$2
14030 }'
14031 else
14032 as_fn_append ()
14033 {
14034 eval $1=\$$1\$2
14035 }
14036 fi # as_fn_append
14037
14038 # as_fn_arith ARG...
14039 # ------------------
14040 # Perform arithmetic evaluation on the ARGs, and store the result in the
14041 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14042 # must be portable across $(()) and expr.
14043 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14044 eval 'as_fn_arith ()
14045 {
14046 as_val=$(( $* ))
14047 }'
14048 else
14049 as_fn_arith ()
14050 {
14051 as_val=`expr "$@" || test $? -eq 1`
14052 }
14053 fi # as_fn_arith
14054
14055
14056 if expr a : '\(a\)' >/dev/null 2>&1 &&
14057 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14058 as_expr=expr
14059 else
14060 as_expr=false
14061 fi
14062
14063 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14064 as_basename=basename
14065 else
14066 as_basename=false
14067 fi
14068
14069 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14070 as_dirname=dirname
14071 else
14072 as_dirname=false
14073 fi
14074
14075 as_me=`$as_basename -- "$0" ||
14076 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14077 X"$0" : 'X\(//\)$' \| \
14078 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14079 $as_echo X/"$0" |
14080 sed '/^.*\/\([^/][^/]*\)\/*$/{
14081 s//\1/
14082 q
14083 }
14084 /^X\/\(\/\/\)$/{
14085 s//\1/
14086 q
14087 }
14088 /^X\/\(\/\).*/{
14089 s//\1/
14090 q
14091 }
14092 s/.*/./; q'`
14093
14094 # Avoid depending upon Character Ranges.
14095 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14096 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14097 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14098 as_cr_digits='0123456789'
14099 as_cr_alnum=$as_cr_Letters$as_cr_digits
14100
14101 ECHO_C= ECHO_N= ECHO_T=
14102 case `echo -n x` in #(((((
14103 -n*)
14104 case `echo 'xy\c'` in
14105 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14106 xy) ECHO_C='\c';;
14107 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14108 ECHO_T=' ';;
14109 esac;;
14110 *)
14111 ECHO_N='-n';;
14112 esac
14113
14114 rm -f conf$$ conf$$.exe conf$$.file
14115 if test -d conf$$.dir; then
14116 rm -f conf$$.dir/conf$$.file
14117 else
14118 rm -f conf$$.dir
14119 mkdir conf$$.dir 2>/dev/null
14120 fi
14121 if (echo >conf$$.file) 2>/dev/null; then
14122 if ln -s conf$$.file conf$$ 2>/dev/null; then
14123 as_ln_s='ln -s'
14124 # ... but there are two gotchas:
14125 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14126 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14127 # In both cases, we have to default to `cp -p'.
14128 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14129 as_ln_s='cp -p'
14130 elif ln conf$$.file conf$$ 2>/dev/null; then
14131 as_ln_s=ln
14132 else
14133 as_ln_s='cp -p'
14134 fi
14135 else
14136 as_ln_s='cp -p'
14137 fi
14138 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14139 rmdir conf$$.dir 2>/dev/null
14140
14141
14142 # as_fn_mkdir_p
14143 # -------------
14144 # Create "$as_dir" as a directory, including parents if necessary.
14145 as_fn_mkdir_p ()
14146 {
14147
14148 case $as_dir in #(
14149 -*) as_dir=./$as_dir;;
14150 esac
14151 test -d "$as_dir" || eval $as_mkdir_p || {
14152 as_dirs=
14153 while :; do
14154 case $as_dir in #(
14155 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14156 *) as_qdir=$as_dir;;
14157 esac
14158 as_dirs="'$as_qdir' $as_dirs"
14159 as_dir=`$as_dirname -- "$as_dir" ||
14160 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14161 X"$as_dir" : 'X\(//\)[^/]' \| \
14162 X"$as_dir" : 'X\(//\)$' \| \
14163 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14164 $as_echo X"$as_dir" |
14165 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14166 s//\1/
14167 q
14168 }
14169 /^X\(\/\/\)[^/].*/{
14170 s//\1/
14171 q
14172 }
14173 /^X\(\/\/\)$/{
14174 s//\1/
14175 q
14176 }
14177 /^X\(\/\).*/{
14178 s//\1/
14179 q
14180 }
14181 s/.*/./; q'`
14182 test -d "$as_dir" && break
14183 done
14184 test -z "$as_dirs" || eval "mkdir $as_dirs"
14185 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14186
14187
14188 } # as_fn_mkdir_p
14189 if mkdir -p . 2>/dev/null; then
14190 as_mkdir_p='mkdir -p "$as_dir"'
14191 else
14192 test -d ./-p && rmdir ./-p
14193 as_mkdir_p=false
14194 fi
14195
14196 if test -x / >/dev/null 2>&1; then
14197 as_test_x='test -x'
14198 else
14199 if ls -dL / >/dev/null 2>&1; then
14200 as_ls_L_option=L
14201 else
14202 as_ls_L_option=
14203 fi
14204 as_test_x='
14205 eval sh -c '\''
14206 if test -d "$1"; then
14207 test -d "$1/.";
14208 else
14209 case $1 in #(
14210 -*)set "./$1";;
14211 esac;
14212 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14213 ???[sx]*):;;*)false;;esac;fi
14214 '\'' sh
14215 '
14216 fi
14217 as_executable_p=$as_test_x
14218
14219 # Sed expression to map a string onto a valid CPP name.
14220 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14221
14222 # Sed expression to map a string onto a valid variable name.
14223 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14224
14225
14226 exec 6>&1
14227 ## ----------------------------------- ##
14228 ## Main body of $CONFIG_STATUS script. ##
14229 ## ----------------------------------- ##
14230 _ASEOF
14231 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14232
14233 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14234 # Save the log message, to keep $0 and so on meaningful, and to
14235 # report actual input values of CONFIG_FILES etc. instead of their
14236 # values after options handling.
14237 ac_log="
14238 This file was extended by $as_me, which was
14239 generated by GNU Autoconf 2.64. Invocation command line was
14240
14241 CONFIG_FILES = $CONFIG_FILES
14242 CONFIG_HEADERS = $CONFIG_HEADERS
14243 CONFIG_LINKS = $CONFIG_LINKS
14244 CONFIG_COMMANDS = $CONFIG_COMMANDS
14245 $ $0 $@
14246
14247 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14248 "
14249
14250 _ACEOF
14251
14252 case $ac_config_files in *"
14253 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14254 esac
14255
14256 case $ac_config_headers in *"
14257 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14258 esac
14259
14260
14261 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14262 # Files that config.status was made for.
14263 config_files="$ac_config_files"
14264 config_headers="$ac_config_headers"
14265 config_links="$ac_config_links"
14266 config_commands="$ac_config_commands"
14267
14268 _ACEOF
14269
14270 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14271 ac_cs_usage="\
14272 \`$as_me' instantiates files and other configuration actions
14273 from templates according to the current configuration. Unless the files
14274 and actions are specified as TAGs, all are instantiated by default.
14275
14276 Usage: $0 [OPTION]... [TAG]...
14277
14278 -h, --help print this help, then exit
14279 -V, --version print version number and configuration settings, then exit
14280 -q, --quiet, --silent
14281 do not print progress messages
14282 -d, --debug don't remove temporary files
14283 --recheck update $as_me by reconfiguring in the same conditions
14284 --file=FILE[:TEMPLATE]
14285 instantiate the configuration file FILE
14286 --header=FILE[:TEMPLATE]
14287 instantiate the configuration header FILE
14288
14289 Configuration files:
14290 $config_files
14291
14292 Configuration headers:
14293 $config_headers
14294
14295 Configuration links:
14296 $config_links
14297
14298 Configuration commands:
14299 $config_commands
14300
14301 Report bugs to the package provider."
14302
14303 _ACEOF
14304 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14305 ac_cs_version="\\
14306 config.status
14307 configured by $0, generated by GNU Autoconf 2.64,
14308 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14309
14310 Copyright (C) 2009 Free Software Foundation, Inc.
14311 This config.status script is free software; the Free Software Foundation
14312 gives unlimited permission to copy, distribute and modify it."
14313
14314 ac_pwd='$ac_pwd'
14315 srcdir='$srcdir'
14316 INSTALL='$INSTALL'
14317 AWK='$AWK'
14318 test -n "\$AWK" || AWK=awk
14319 _ACEOF
14320
14321 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14322 # The default lists apply if the user does not specify any file.
14323 ac_need_defaults=:
14324 while test $# != 0
14325 do
14326 case $1 in
14327 --*=*)
14328 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14329 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14330 ac_shift=:
14331 ;;
14332 *)
14333 ac_option=$1
14334 ac_optarg=$2
14335 ac_shift=shift
14336 ;;
14337 esac
14338
14339 case $ac_option in
14340 # Handling of the options.
14341 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14342 ac_cs_recheck=: ;;
14343 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14344 $as_echo "$ac_cs_version"; exit ;;
14345 --debug | --debu | --deb | --de | --d | -d )
14346 debug=: ;;
14347 --file | --fil | --fi | --f )
14348 $ac_shift
14349 case $ac_optarg in
14350 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14351 esac
14352 as_fn_append CONFIG_FILES " '$ac_optarg'"
14353 ac_need_defaults=false;;
14354 --header | --heade | --head | --hea )
14355 $ac_shift
14356 case $ac_optarg in
14357 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14358 esac
14359 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14360 ac_need_defaults=false;;
14361 --he | --h)
14362 # Conflict between --help and --header
14363 as_fn_error "ambiguous option: \`$1'
14364 Try \`$0 --help' for more information.";;
14365 --help | --hel | -h )
14366 $as_echo "$ac_cs_usage"; exit ;;
14367 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14368 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14369 ac_cs_silent=: ;;
14370
14371 # This is an error.
14372 -*) as_fn_error "unrecognized option: \`$1'
14373 Try \`$0 --help' for more information." ;;
14374
14375 *) as_fn_append ac_config_targets " $1"
14376 ac_need_defaults=false ;;
14377
14378 esac
14379 shift
14380 done
14381
14382 ac_configure_extra_args=
14383
14384 if $ac_cs_silent; then
14385 exec 6>/dev/null
14386 ac_configure_extra_args="$ac_configure_extra_args --silent"
14387 fi
14388
14389 _ACEOF
14390 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14391 if \$ac_cs_recheck; then
14392 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14393 shift
14394 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14395 CONFIG_SHELL='$SHELL'
14396 export CONFIG_SHELL
14397 exec "\$@"
14398 fi
14399
14400 _ACEOF
14401 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14402 exec 5>>config.log
14403 {
14404 echo
14405 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14406 ## Running $as_me. ##
14407 _ASBOX
14408 $as_echo "$ac_log"
14409 } >&5
14410
14411 _ACEOF
14412 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14413 #
14414 # INIT-COMMANDS
14415 #
14416 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14417
14418
14419 # The HP-UX ksh and POSIX shell print the target directory to stdout
14420 # if CDPATH is set.
14421 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14422
14423 sed_quote_subst='$sed_quote_subst'
14424 double_quote_subst='$double_quote_subst'
14425 delay_variable_subst='$delay_variable_subst'
14426 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14427 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14428 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14429 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14430 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14431 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14432 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14433 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14434 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14435 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14436 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14437 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14438 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14439 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14440 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14441 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14442 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14443 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14444 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14445 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14446 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14447 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14448 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14449 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14450 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14451 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14452 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14453 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14454 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14455 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14456 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14457 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14458 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14459 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14460 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14461 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14462 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14463 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14464 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14465 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14466 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14467 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14468 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14469 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14470 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14471 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14472 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14473 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14474 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"`'
14475 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14476 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14477 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14478 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14479 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14480 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14481 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14482 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14483 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14484 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14485 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14486 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14487 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14488 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14489 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14490 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14491 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14492 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14493 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14494 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14495 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14496 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14497 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14498 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14499 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14500 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14501 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14502 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14503 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14504 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14505 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14506 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14507 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14508 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14509 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14510 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14511 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14512 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14513 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14514 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14515 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14516 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14517 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14518 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14519 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14520 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14521 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14522 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14523 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14524 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14525 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14526 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14527 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14528 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14529 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14530 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14531 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14532 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14533 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14534 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14535 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14536 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14537 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14538 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14539 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14540 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14541 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14542 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14543 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14544 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14545 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14546
14547 LTCC='$LTCC'
14548 LTCFLAGS='$LTCFLAGS'
14549 compiler='$compiler_DEFAULT'
14550
14551 # A function that is used when there is no print builtin or printf.
14552 func_fallback_echo ()
14553 {
14554 eval 'cat <<_LTECHO_EOF
14555 \$1
14556 _LTECHO_EOF'
14557 }
14558
14559 # Quote evaled strings.
14560 for var in SHELL \
14561 ECHO \
14562 SED \
14563 GREP \
14564 EGREP \
14565 FGREP \
14566 LD \
14567 NM \
14568 LN_S \
14569 lt_SP2NL \
14570 lt_NL2SP \
14571 reload_flag \
14572 OBJDUMP \
14573 deplibs_check_method \
14574 file_magic_cmd \
14575 AR \
14576 AR_FLAGS \
14577 STRIP \
14578 RANLIB \
14579 CC \
14580 CFLAGS \
14581 compiler \
14582 lt_cv_sys_global_symbol_pipe \
14583 lt_cv_sys_global_symbol_to_cdecl \
14584 lt_cv_sys_global_symbol_to_c_name_address \
14585 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14586 lt_prog_compiler_no_builtin_flag \
14587 lt_prog_compiler_wl \
14588 lt_prog_compiler_pic \
14589 lt_prog_compiler_static \
14590 lt_cv_prog_compiler_c_o \
14591 need_locks \
14592 DSYMUTIL \
14593 NMEDIT \
14594 LIPO \
14595 OTOOL \
14596 OTOOL64 \
14597 shrext_cmds \
14598 export_dynamic_flag_spec \
14599 whole_archive_flag_spec \
14600 compiler_needs_object \
14601 with_gnu_ld \
14602 allow_undefined_flag \
14603 no_undefined_flag \
14604 hardcode_libdir_flag_spec \
14605 hardcode_libdir_flag_spec_ld \
14606 hardcode_libdir_separator \
14607 fix_srcfile_path \
14608 exclude_expsyms \
14609 include_expsyms \
14610 file_list_spec \
14611 variables_saved_for_relink \
14612 libname_spec \
14613 library_names_spec \
14614 soname_spec \
14615 install_override_mode \
14616 finish_eval \
14617 old_striplib \
14618 striplib; do
14619 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14620 *[\\\\\\\`\\"\\\$]*)
14621 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14622 ;;
14623 *)
14624 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14625 ;;
14626 esac
14627 done
14628
14629 # Double-quote double-evaled strings.
14630 for var in reload_cmds \
14631 old_postinstall_cmds \
14632 old_postuninstall_cmds \
14633 old_archive_cmds \
14634 extract_expsyms_cmds \
14635 old_archive_from_new_cmds \
14636 old_archive_from_expsyms_cmds \
14637 archive_cmds \
14638 archive_expsym_cmds \
14639 module_cmds \
14640 module_expsym_cmds \
14641 export_symbols_cmds \
14642 prelink_cmds \
14643 postinstall_cmds \
14644 postuninstall_cmds \
14645 finish_cmds \
14646 sys_lib_search_path_spec \
14647 sys_lib_dlsearch_path_spec; do
14648 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14649 *[\\\\\\\`\\"\\\$]*)
14650 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14651 ;;
14652 *)
14653 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14654 ;;
14655 esac
14656 done
14657
14658 ac_aux_dir='$ac_aux_dir'
14659 xsi_shell='$xsi_shell'
14660 lt_shell_append='$lt_shell_append'
14661
14662 # See if we are running on zsh, and set the options which allow our
14663 # commands through without removal of \ escapes INIT.
14664 if test -n "\${ZSH_VERSION+set}" ; then
14665 setopt NO_GLOB_SUBST
14666 fi
14667
14668
14669 PACKAGE='$PACKAGE'
14670 VERSION='$VERSION'
14671 TIMESTAMP='$TIMESTAMP'
14672 RM='$RM'
14673 ofile='$ofile'
14674
14675
14676
14677
14678 _ACEOF
14679
14680 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14681
14682 # Handling of arguments.
14683 for ac_config_target in $ac_config_targets
14684 do
14685 case $ac_config_target in
14686 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14687 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14688 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14689 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14690 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14691 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14692 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14693 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14694 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14695
14696 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14697 esac
14698 done
14699
14700
14701 # If the user did not use the arguments to specify the items to instantiate,
14702 # then the envvar interface is used. Set only those that are not.
14703 # We use the long form for the default assignment because of an extremely
14704 # bizarre bug on SunOS 4.1.3.
14705 if $ac_need_defaults; then
14706 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14707 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14708 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14709 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14710 fi
14711
14712 # Have a temporary directory for convenience. Make it in the build tree
14713 # simply because there is no reason against having it here, and in addition,
14714 # creating and moving files from /tmp can sometimes cause problems.
14715 # Hook for its removal unless debugging.
14716 # Note that there is a small window in which the directory will not be cleaned:
14717 # after its creation but before its name has been assigned to `$tmp'.
14718 $debug ||
14719 {
14720 tmp=
14721 trap 'exit_status=$?
14722 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14723 ' 0
14724 trap 'as_fn_exit 1' 1 2 13 15
14725 }
14726 # Create a (secure) tmp directory for tmp files.
14727
14728 {
14729 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14730 test -n "$tmp" && test -d "$tmp"
14731 } ||
14732 {
14733 tmp=./conf$$-$RANDOM
14734 (umask 077 && mkdir "$tmp")
14735 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14736
14737 # Set up the scripts for CONFIG_FILES section.
14738 # No need to generate them if there are no CONFIG_FILES.
14739 # This happens for instance with `./config.status config.h'.
14740 if test -n "$CONFIG_FILES"; then
14741
14742
14743 ac_cr=`echo X | tr X '\015'`
14744 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14745 # But we know of no other shell where ac_cr would be empty at this
14746 # point, so we can use a bashism as a fallback.
14747 if test "x$ac_cr" = x; then
14748 eval ac_cr=\$\'\\r\'
14749 fi
14750 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14751 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14752 ac_cs_awk_cr='\r'
14753 else
14754 ac_cs_awk_cr=$ac_cr
14755 fi
14756
14757 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14758 _ACEOF
14759
14760
14761 {
14762 echo "cat >conf$$subs.awk <<_ACEOF" &&
14763 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14764 echo "_ACEOF"
14765 } >conf$$subs.sh ||
14766 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14767 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14768 ac_delim='%!_!# '
14769 for ac_last_try in false false false false false :; do
14770 . ./conf$$subs.sh ||
14771 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14772
14773 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14774 if test $ac_delim_n = $ac_delim_num; then
14775 break
14776 elif $ac_last_try; then
14777 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14778 else
14779 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14780 fi
14781 done
14782 rm -f conf$$subs.sh
14783
14784 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14785 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14786 _ACEOF
14787 sed -n '
14788 h
14789 s/^/S["/; s/!.*/"]=/
14790 p
14791 g
14792 s/^[^!]*!//
14793 :repl
14794 t repl
14795 s/'"$ac_delim"'$//
14796 t delim
14797 :nl
14798 h
14799 s/\(.\{148\}\).*/\1/
14800 t more1
14801 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14802 p
14803 n
14804 b repl
14805 :more1
14806 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14807 p
14808 g
14809 s/.\{148\}//
14810 t nl
14811 :delim
14812 h
14813 s/\(.\{148\}\).*/\1/
14814 t more2
14815 s/["\\]/\\&/g; s/^/"/; s/$/"/
14816 p
14817 b
14818 :more2
14819 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14820 p
14821 g
14822 s/.\{148\}//
14823 t delim
14824 ' <conf$$subs.awk | sed '
14825 /^[^""]/{
14826 N
14827 s/\n//
14828 }
14829 ' >>$CONFIG_STATUS || ac_write_fail=1
14830 rm -f conf$$subs.awk
14831 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14832 _ACAWK
14833 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14834 for (key in S) S_is_set[key] = 1
14835 FS = "\a"
14836
14837 }
14838 {
14839 line = $ 0
14840 nfields = split(line, field, "@")
14841 substed = 0
14842 len = length(field[1])
14843 for (i = 2; i < nfields; i++) {
14844 key = field[i]
14845 keylen = length(key)
14846 if (S_is_set[key]) {
14847 value = S[key]
14848 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14849 len += length(value) + length(field[++i])
14850 substed = 1
14851 } else
14852 len += 1 + keylen
14853 }
14854
14855 print line
14856 }
14857
14858 _ACAWK
14859 _ACEOF
14860 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14861 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14862 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14863 else
14864 cat
14865 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14866 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14867 _ACEOF
14868
14869 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14870 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14871 # trailing colons and then remove the whole line if VPATH becomes empty
14872 # (actually we leave an empty line to preserve line numbers).
14873 if test "x$srcdir" = x.; then
14874 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14875 s/:*\$(srcdir):*/:/
14876 s/:*\${srcdir}:*/:/
14877 s/:*@srcdir@:*/:/
14878 s/^\([^=]*=[ ]*\):*/\1/
14879 s/:*$//
14880 s/^[^=]*=[ ]*$//
14881 }'
14882 fi
14883
14884 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14885 fi # test -n "$CONFIG_FILES"
14886
14887 # Set up the scripts for CONFIG_HEADERS section.
14888 # No need to generate them if there are no CONFIG_HEADERS.
14889 # This happens for instance with `./config.status Makefile'.
14890 if test -n "$CONFIG_HEADERS"; then
14891 cat >"$tmp/defines.awk" <<\_ACAWK ||
14892 BEGIN {
14893 _ACEOF
14894
14895 # Transform confdefs.h into an awk script `defines.awk', embedded as
14896 # here-document in config.status, that substitutes the proper values into
14897 # config.h.in to produce config.h.
14898
14899 # Create a delimiter string that does not exist in confdefs.h, to ease
14900 # handling of long lines.
14901 ac_delim='%!_!# '
14902 for ac_last_try in false false :; do
14903 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14904 if test -z "$ac_t"; then
14905 break
14906 elif $ac_last_try; then
14907 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14908 else
14909 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14910 fi
14911 done
14912
14913 # For the awk script, D is an array of macro values keyed by name,
14914 # likewise P contains macro parameters if any. Preserve backslash
14915 # newline sequences.
14916
14917 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14918 sed -n '
14919 s/.\{148\}/&'"$ac_delim"'/g
14920 t rset
14921 :rset
14922 s/^[ ]*#[ ]*define[ ][ ]*/ /
14923 t def
14924 d
14925 :def
14926 s/\\$//
14927 t bsnl
14928 s/["\\]/\\&/g
14929 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14930 D["\1"]=" \3"/p
14931 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14932 d
14933 :bsnl
14934 s/["\\]/\\&/g
14935 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14936 D["\1"]=" \3\\\\\\n"\\/p
14937 t cont
14938 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14939 t cont
14940 d
14941 :cont
14942 n
14943 s/.\{148\}/&'"$ac_delim"'/g
14944 t clear
14945 :clear
14946 s/\\$//
14947 t bsnlc
14948 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14949 d
14950 :bsnlc
14951 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14952 b cont
14953 ' <confdefs.h | sed '
14954 s/'"$ac_delim"'/"\\\
14955 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14956
14957 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14958 for (key in D) D_is_set[key] = 1
14959 FS = "\a"
14960 }
14961 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14962 line = \$ 0
14963 split(line, arg, " ")
14964 if (arg[1] == "#") {
14965 defundef = arg[2]
14966 mac1 = arg[3]
14967 } else {
14968 defundef = substr(arg[1], 2)
14969 mac1 = arg[2]
14970 }
14971 split(mac1, mac2, "(") #)
14972 macro = mac2[1]
14973 prefix = substr(line, 1, index(line, defundef) - 1)
14974 if (D_is_set[macro]) {
14975 # Preserve the white space surrounding the "#".
14976 print prefix "define", macro P[macro] D[macro]
14977 next
14978 } else {
14979 # Replace #undef with comments. This is necessary, for example,
14980 # in the case of _POSIX_SOURCE, which is predefined and required
14981 # on some systems where configure will not decide to define it.
14982 if (defundef == "undef") {
14983 print "/*", prefix defundef, macro, "*/"
14984 next
14985 }
14986 }
14987 }
14988 { print }
14989 _ACAWK
14990 _ACEOF
14991 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14992 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14993 fi # test -n "$CONFIG_HEADERS"
14994
14995
14996 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14997 shift
14998 for ac_tag
14999 do
15000 case $ac_tag in
15001 :[FHLC]) ac_mode=$ac_tag; continue;;
15002 esac
15003 case $ac_mode$ac_tag in
15004 :[FHL]*:*);;
15005 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15006 :[FH]-) ac_tag=-:-;;
15007 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15008 esac
15009 ac_save_IFS=$IFS
15010 IFS=:
15011 set x $ac_tag
15012 IFS=$ac_save_IFS
15013 shift
15014 ac_file=$1
15015 shift
15016
15017 case $ac_mode in
15018 :L) ac_source=$1;;
15019 :[FH])
15020 ac_file_inputs=
15021 for ac_f
15022 do
15023 case $ac_f in
15024 -) ac_f="$tmp/stdin";;
15025 *) # Look for the file first in the build tree, then in the source tree
15026 # (if the path is not absolute). The absolute path cannot be DOS-style,
15027 # because $ac_f cannot contain `:'.
15028 test -f "$ac_f" ||
15029 case $ac_f in
15030 [\\/$]*) false;;
15031 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15032 esac ||
15033 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15034 esac
15035 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15036 as_fn_append ac_file_inputs " '$ac_f'"
15037 done
15038
15039 # Let's still pretend it is `configure' which instantiates (i.e., don't
15040 # use $as_me), people would be surprised to read:
15041 # /* config.h. Generated by config.status. */
15042 configure_input='Generated from '`
15043 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15044 `' by configure.'
15045 if test x"$ac_file" != x-; then
15046 configure_input="$ac_file. $configure_input"
15047 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15048 $as_echo "$as_me: creating $ac_file" >&6;}
15049 fi
15050 # Neutralize special characters interpreted by sed in replacement strings.
15051 case $configure_input in #(
15052 *\&* | *\|* | *\\* )
15053 ac_sed_conf_input=`$as_echo "$configure_input" |
15054 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15055 *) ac_sed_conf_input=$configure_input;;
15056 esac
15057
15058 case $ac_tag in
15059 *:-:* | *:-) cat >"$tmp/stdin" \
15060 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15061 esac
15062 ;;
15063 esac
15064
15065 ac_dir=`$as_dirname -- "$ac_file" ||
15066 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15067 X"$ac_file" : 'X\(//\)[^/]' \| \
15068 X"$ac_file" : 'X\(//\)$' \| \
15069 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15070 $as_echo X"$ac_file" |
15071 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15072 s//\1/
15073 q
15074 }
15075 /^X\(\/\/\)[^/].*/{
15076 s//\1/
15077 q
15078 }
15079 /^X\(\/\/\)$/{
15080 s//\1/
15081 q
15082 }
15083 /^X\(\/\).*/{
15084 s//\1/
15085 q
15086 }
15087 s/.*/./; q'`
15088 as_dir="$ac_dir"; as_fn_mkdir_p
15089 ac_builddir=.
15090
15091 case "$ac_dir" in
15092 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15093 *)
15094 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15095 # A ".." for each directory in $ac_dir_suffix.
15096 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15097 case $ac_top_builddir_sub in
15098 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15099 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15100 esac ;;
15101 esac
15102 ac_abs_top_builddir=$ac_pwd
15103 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15104 # for backward compatibility:
15105 ac_top_builddir=$ac_top_build_prefix
15106
15107 case $srcdir in
15108 .) # We are building in place.
15109 ac_srcdir=.
15110 ac_top_srcdir=$ac_top_builddir_sub
15111 ac_abs_top_srcdir=$ac_pwd ;;
15112 [\\/]* | ?:[\\/]* ) # Absolute name.
15113 ac_srcdir=$srcdir$ac_dir_suffix;
15114 ac_top_srcdir=$srcdir
15115 ac_abs_top_srcdir=$srcdir ;;
15116 *) # Relative name.
15117 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15118 ac_top_srcdir=$ac_top_build_prefix$srcdir
15119 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15120 esac
15121 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15122
15123
15124 case $ac_mode in
15125 :F)
15126 #
15127 # CONFIG_FILE
15128 #
15129
15130 case $INSTALL in
15131 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15132 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15133 esac
15134 _ACEOF
15135
15136 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15137 # If the template does not know about datarootdir, expand it.
15138 # FIXME: This hack should be removed a few years after 2.60.
15139 ac_datarootdir_hack=; ac_datarootdir_seen=
15140 ac_sed_dataroot='
15141 /datarootdir/ {
15142 p
15143 q
15144 }
15145 /@datadir@/p
15146 /@docdir@/p
15147 /@infodir@/p
15148 /@localedir@/p
15149 /@mandir@/p'
15150 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15151 *datarootdir*) ac_datarootdir_seen=yes;;
15152 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15153 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15154 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15155 _ACEOF
15156 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15157 ac_datarootdir_hack='
15158 s&@datadir@&$datadir&g
15159 s&@docdir@&$docdir&g
15160 s&@infodir@&$infodir&g
15161 s&@localedir@&$localedir&g
15162 s&@mandir@&$mandir&g
15163 s&\\\${datarootdir}&$datarootdir&g' ;;
15164 esac
15165 _ACEOF
15166
15167 # Neutralize VPATH when `$srcdir' = `.'.
15168 # Shell code in configure.ac might set extrasub.
15169 # FIXME: do we really want to maintain this feature?
15170 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15171 ac_sed_extra="$ac_vpsub
15172 $extrasub
15173 _ACEOF
15174 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15175 :t
15176 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15177 s|@configure_input@|$ac_sed_conf_input|;t t
15178 s&@top_builddir@&$ac_top_builddir_sub&;t t
15179 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15180 s&@srcdir@&$ac_srcdir&;t t
15181 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15182 s&@top_srcdir@&$ac_top_srcdir&;t t
15183 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15184 s&@builddir@&$ac_builddir&;t t
15185 s&@abs_builddir@&$ac_abs_builddir&;t t
15186 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15187 s&@INSTALL@&$ac_INSTALL&;t t
15188 $ac_datarootdir_hack
15189 "
15190 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15191 || as_fn_error "could not create $ac_file" "$LINENO" 5
15192
15193 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15194 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15195 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15196 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15197 which seems to be undefined. Please make sure it is defined." >&5
15198 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15199 which seems to be undefined. Please make sure it is defined." >&2;}
15200
15201 rm -f "$tmp/stdin"
15202 case $ac_file in
15203 -) cat "$tmp/out" && rm -f "$tmp/out";;
15204 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15205 esac \
15206 || as_fn_error "could not create $ac_file" "$LINENO" 5
15207 ;;
15208 :H)
15209 #
15210 # CONFIG_HEADER
15211 #
15212 if test x"$ac_file" != x-; then
15213 {
15214 $as_echo "/* $configure_input */" \
15215 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15216 } >"$tmp/config.h" \
15217 || as_fn_error "could not create $ac_file" "$LINENO" 5
15218 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15219 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15220 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15221 else
15222 rm -f "$ac_file"
15223 mv "$tmp/config.h" "$ac_file" \
15224 || as_fn_error "could not create $ac_file" "$LINENO" 5
15225 fi
15226 else
15227 $as_echo "/* $configure_input */" \
15228 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15229 || as_fn_error "could not create -" "$LINENO" 5
15230 fi
15231 ;;
15232 :L)
15233 #
15234 # CONFIG_LINK
15235 #
15236
15237 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15238 :
15239 else
15240 # Prefer the file from the source tree if names are identical.
15241 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15242 ac_source=$srcdir/$ac_source
15243 fi
15244
15245 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15246 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
15247
15248 if test ! -r "$ac_source"; then
15249 as_fn_error "$ac_source: file not found" "$LINENO" 5
15250 fi
15251 rm -f "$ac_file"
15252
15253 # Try a relative symlink, then a hard link, then a copy.
15254 case $srcdir in
15255 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15256 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15257 esac
15258 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15259 ln "$ac_source" "$ac_file" 2>/dev/null ||
15260 cp -p "$ac_source" "$ac_file" ||
15261 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15262 fi
15263 ;;
15264 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15265 $as_echo "$as_me: executing $ac_file commands" >&6;}
15266 ;;
15267 esac
15268
15269
15270 case $ac_file$ac_mode in
15271 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15272 "libtool":C)
15273
15274 # See if we are running on zsh, and set the options which allow our
15275 # commands through without removal of \ escapes.
15276 if test -n "${ZSH_VERSION+set}" ; then
15277 setopt NO_GLOB_SUBST
15278 fi
15279
15280 cfgfile="${ofile}T"
15281 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15282 $RM "$cfgfile"
15283
15284 cat <<_LT_EOF >> "$cfgfile"
15285 #! $SHELL
15286
15287 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15288 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15289 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15290 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15291 #
15292 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15293 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15294 # Written by Gordon Matzigkeit, 1996
15295 #
15296 # This file is part of GNU Libtool.
15297 #
15298 # GNU Libtool is free software; you can redistribute it and/or
15299 # modify it under the terms of the GNU General Public License as
15300 # published by the Free Software Foundation; either version 2 of
15301 # the License, or (at your option) any later version.
15302 #
15303 # As a special exception to the GNU General Public License,
15304 # if you distribute this file as part of a program or library that
15305 # is built using GNU Libtool, you may include this file under the
15306 # same distribution terms that you use for the rest of that program.
15307 #
15308 # GNU Libtool is distributed in the hope that it will be useful,
15309 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15310 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15311 # GNU General Public License for more details.
15312 #
15313 # You should have received a copy of the GNU General Public License
15314 # along with GNU Libtool; see the file COPYING. If not, a copy
15315 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15316 # obtained by writing to the Free Software Foundation, Inc.,
15317 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15318
15319
15320 # The names of the tagged configurations supported by this script.
15321 available_tags=""
15322
15323 # ### BEGIN LIBTOOL CONFIG
15324
15325 # Which release of libtool.m4 was used?
15326 macro_version=$macro_version
15327 macro_revision=$macro_revision
15328
15329 # Whether or not to build shared libraries.
15330 build_libtool_libs=$enable_shared
15331
15332 # Whether or not to build static libraries.
15333 build_old_libs=$enable_static
15334
15335 # What type of objects to build.
15336 pic_mode=$pic_mode
15337
15338 # Whether or not to optimize for fast installation.
15339 fast_install=$enable_fast_install
15340
15341 # Shell to use when invoking shell scripts.
15342 SHELL=$lt_SHELL
15343
15344 # An echo program that protects backslashes.
15345 ECHO=$lt_ECHO
15346
15347 # The host system.
15348 host_alias=$host_alias
15349 host=$host
15350 host_os=$host_os
15351
15352 # The build system.
15353 build_alias=$build_alias
15354 build=$build
15355 build_os=$build_os
15356
15357 # A sed program that does not truncate output.
15358 SED=$lt_SED
15359
15360 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15361 Xsed="\$SED -e 1s/^X//"
15362
15363 # A grep program that handles long lines.
15364 GREP=$lt_GREP
15365
15366 # An ERE matcher.
15367 EGREP=$lt_EGREP
15368
15369 # A literal string matcher.
15370 FGREP=$lt_FGREP
15371
15372 # A BSD- or MS-compatible name lister.
15373 NM=$lt_NM
15374
15375 # Whether we need soft or hard links.
15376 LN_S=$lt_LN_S
15377
15378 # What is the maximum length of a command?
15379 max_cmd_len=$max_cmd_len
15380
15381 # Object file suffix (normally "o").
15382 objext=$ac_objext
15383
15384 # Executable file suffix (normally "").
15385 exeext=$exeext
15386
15387 # whether the shell understands "unset".
15388 lt_unset=$lt_unset
15389
15390 # turn spaces into newlines.
15391 SP2NL=$lt_lt_SP2NL
15392
15393 # turn newlines into spaces.
15394 NL2SP=$lt_lt_NL2SP
15395
15396 # An object symbol dumper.
15397 OBJDUMP=$lt_OBJDUMP
15398
15399 # Method to check whether dependent libraries are shared objects.
15400 deplibs_check_method=$lt_deplibs_check_method
15401
15402 # Command to use when deplibs_check_method == "file_magic".
15403 file_magic_cmd=$lt_file_magic_cmd
15404
15405 # The archiver.
15406 AR=$lt_AR
15407 AR_FLAGS=$lt_AR_FLAGS
15408
15409 # A symbol stripping program.
15410 STRIP=$lt_STRIP
15411
15412 # Commands used to install an old-style archive.
15413 RANLIB=$lt_RANLIB
15414 old_postinstall_cmds=$lt_old_postinstall_cmds
15415 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15416
15417 # Whether to use a lock for old archive extraction.
15418 lock_old_archive_extraction=$lock_old_archive_extraction
15419
15420 # A C compiler.
15421 LTCC=$lt_CC
15422
15423 # LTCC compiler flags.
15424 LTCFLAGS=$lt_CFLAGS
15425
15426 # Take the output of nm and produce a listing of raw symbols and C names.
15427 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15428
15429 # Transform the output of nm in a proper C declaration.
15430 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15431
15432 # Transform the output of nm in a C name address pair.
15433 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15434
15435 # Transform the output of nm in a C name address pair when lib prefix is needed.
15436 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15437
15438 # The name of the directory that contains temporary libtool files.
15439 objdir=$objdir
15440
15441 # Used to examine libraries when file_magic_cmd begins with "file".
15442 MAGIC_CMD=$MAGIC_CMD
15443
15444 # Must we lock files when doing compilation?
15445 need_locks=$lt_need_locks
15446
15447 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15448 DSYMUTIL=$lt_DSYMUTIL
15449
15450 # Tool to change global to local symbols on Mac OS X.
15451 NMEDIT=$lt_NMEDIT
15452
15453 # Tool to manipulate fat objects and archives on Mac OS X.
15454 LIPO=$lt_LIPO
15455
15456 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15457 OTOOL=$lt_OTOOL
15458
15459 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15460 OTOOL64=$lt_OTOOL64
15461
15462 # Old archive suffix (normally "a").
15463 libext=$libext
15464
15465 # Shared library suffix (normally ".so").
15466 shrext_cmds=$lt_shrext_cmds
15467
15468 # The commands to extract the exported symbol list from a shared archive.
15469 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15470
15471 # Variables whose values should be saved in libtool wrapper scripts and
15472 # restored at link time.
15473 variables_saved_for_relink=$lt_variables_saved_for_relink
15474
15475 # Do we need the "lib" prefix for modules?
15476 need_lib_prefix=$need_lib_prefix
15477
15478 # Do we need a version for libraries?
15479 need_version=$need_version
15480
15481 # Library versioning type.
15482 version_type=$version_type
15483
15484 # Shared library runtime path variable.
15485 runpath_var=$runpath_var
15486
15487 # Shared library path variable.
15488 shlibpath_var=$shlibpath_var
15489
15490 # Is shlibpath searched before the hard-coded library search path?
15491 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15492
15493 # Format of library name prefix.
15494 libname_spec=$lt_libname_spec
15495
15496 # List of archive names. First name is the real one, the rest are links.
15497 # The last name is the one that the linker finds with -lNAME
15498 library_names_spec=$lt_library_names_spec
15499
15500 # The coded name of the library, if different from the real name.
15501 soname_spec=$lt_soname_spec
15502
15503 # Permission mode override for installation of shared libraries.
15504 install_override_mode=$lt_install_override_mode
15505
15506 # Command to use after installation of a shared archive.
15507 postinstall_cmds=$lt_postinstall_cmds
15508
15509 # Command to use after uninstallation of a shared archive.
15510 postuninstall_cmds=$lt_postuninstall_cmds
15511
15512 # Commands used to finish a libtool library installation in a directory.
15513 finish_cmds=$lt_finish_cmds
15514
15515 # As "finish_cmds", except a single script fragment to be evaled but
15516 # not shown.
15517 finish_eval=$lt_finish_eval
15518
15519 # Whether we should hardcode library paths into libraries.
15520 hardcode_into_libs=$hardcode_into_libs
15521
15522 # Compile-time system search path for libraries.
15523 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15524
15525 # Run-time system search path for libraries.
15526 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15527
15528 # Whether dlopen is supported.
15529 dlopen_support=$enable_dlopen
15530
15531 # Whether dlopen of programs is supported.
15532 dlopen_self=$enable_dlopen_self
15533
15534 # Whether dlopen of statically linked programs is supported.
15535 dlopen_self_static=$enable_dlopen_self_static
15536
15537 # Commands to strip libraries.
15538 old_striplib=$lt_old_striplib
15539 striplib=$lt_striplib
15540
15541
15542 # The linker used to build libraries.
15543 LD=$lt_LD
15544
15545 # How to create reloadable object files.
15546 reload_flag=$lt_reload_flag
15547 reload_cmds=$lt_reload_cmds
15548
15549 # Commands used to build an old-style archive.
15550 old_archive_cmds=$lt_old_archive_cmds
15551
15552 # A language specific compiler.
15553 CC=$lt_compiler
15554
15555 # Is the compiler the GNU compiler?
15556 with_gcc=$GCC
15557
15558 # Compiler flag to turn off builtin functions.
15559 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15560
15561 # How to pass a linker flag through the compiler.
15562 wl=$lt_lt_prog_compiler_wl
15563
15564 # Additional compiler flags for building library objects.
15565 pic_flag=$lt_lt_prog_compiler_pic
15566
15567 # Compiler flag to prevent dynamic linking.
15568 link_static_flag=$lt_lt_prog_compiler_static
15569
15570 # Does compiler simultaneously support -c and -o options?
15571 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15572
15573 # Whether or not to add -lc for building shared libraries.
15574 build_libtool_need_lc=$archive_cmds_need_lc
15575
15576 # Whether or not to disallow shared libs when runtime libs are static.
15577 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15578
15579 # Compiler flag to allow reflexive dlopens.
15580 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15581
15582 # Compiler flag to generate shared objects directly from archives.
15583 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15584
15585 # Whether the compiler copes with passing no objects directly.
15586 compiler_needs_object=$lt_compiler_needs_object
15587
15588 # Create an old-style archive from a shared archive.
15589 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15590
15591 # Create a temporary old-style archive to link instead of a shared archive.
15592 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15593
15594 # Commands used to build a shared archive.
15595 archive_cmds=$lt_archive_cmds
15596 archive_expsym_cmds=$lt_archive_expsym_cmds
15597
15598 # Commands used to build a loadable module if different from building
15599 # a shared archive.
15600 module_cmds=$lt_module_cmds
15601 module_expsym_cmds=$lt_module_expsym_cmds
15602
15603 # Whether we are building with GNU ld or not.
15604 with_gnu_ld=$lt_with_gnu_ld
15605
15606 # Flag that allows shared libraries with undefined symbols to be built.
15607 allow_undefined_flag=$lt_allow_undefined_flag
15608
15609 # Flag that enforces no undefined symbols.
15610 no_undefined_flag=$lt_no_undefined_flag
15611
15612 # Flag to hardcode \$libdir into a binary during linking.
15613 # This must work even if \$libdir does not exist
15614 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15615
15616 # If ld is used when linking, flag to hardcode \$libdir into a binary
15617 # during linking. This must work even if \$libdir does not exist.
15618 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15619
15620 # Whether we need a single "-rpath" flag with a separated argument.
15621 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15622
15623 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15624 # DIR into the resulting binary.
15625 hardcode_direct=$hardcode_direct
15626
15627 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15628 # DIR into the resulting binary and the resulting library dependency is
15629 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15630 # library is relocated.
15631 hardcode_direct_absolute=$hardcode_direct_absolute
15632
15633 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15634 # into the resulting binary.
15635 hardcode_minus_L=$hardcode_minus_L
15636
15637 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15638 # into the resulting binary.
15639 hardcode_shlibpath_var=$hardcode_shlibpath_var
15640
15641 # Set to "yes" if building a shared library automatically hardcodes DIR
15642 # into the library and all subsequent libraries and executables linked
15643 # against it.
15644 hardcode_automatic=$hardcode_automatic
15645
15646 # Set to yes if linker adds runtime paths of dependent libraries
15647 # to runtime path list.
15648 inherit_rpath=$inherit_rpath
15649
15650 # Whether libtool must link a program against all its dependency libraries.
15651 link_all_deplibs=$link_all_deplibs
15652
15653 # Fix the shell variable \$srcfile for the compiler.
15654 fix_srcfile_path=$lt_fix_srcfile_path
15655
15656 # Set to "yes" if exported symbols are required.
15657 always_export_symbols=$always_export_symbols
15658
15659 # The commands to list exported symbols.
15660 export_symbols_cmds=$lt_export_symbols_cmds
15661
15662 # Symbols that should not be listed in the preloaded symbols.
15663 exclude_expsyms=$lt_exclude_expsyms
15664
15665 # Symbols that must always be exported.
15666 include_expsyms=$lt_include_expsyms
15667
15668 # Commands necessary for linking programs (against libraries) with templates.
15669 prelink_cmds=$lt_prelink_cmds
15670
15671 # Specify filename containing input files.
15672 file_list_spec=$lt_file_list_spec
15673
15674 # How to hardcode a shared library path into an executable.
15675 hardcode_action=$hardcode_action
15676
15677 # ### END LIBTOOL CONFIG
15678
15679 _LT_EOF
15680
15681 case $host_os in
15682 aix3*)
15683 cat <<\_LT_EOF >> "$cfgfile"
15684 # AIX sometimes has problems with the GCC collect2 program. For some
15685 # reason, if we set the COLLECT_NAMES environment variable, the problems
15686 # vanish in a puff of smoke.
15687 if test "X${COLLECT_NAMES+set}" != Xset; then
15688 COLLECT_NAMES=
15689 export COLLECT_NAMES
15690 fi
15691 _LT_EOF
15692 ;;
15693 esac
15694
15695
15696 ltmain="$ac_aux_dir/ltmain.sh"
15697
15698
15699 # We use sed instead of cat because bash on DJGPP gets confused if
15700 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15701 # text mode, it properly converts lines to CR/LF. This bash problem
15702 # is reportedly fixed, but why not run on old versions too?
15703 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15704 || (rm -f "$cfgfile"; exit 1)
15705
15706 case $xsi_shell in
15707 yes)
15708 cat << \_LT_EOF >> "$cfgfile"
15709
15710 # func_dirname file append nondir_replacement
15711 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15712 # otherwise set result to NONDIR_REPLACEMENT.
15713 func_dirname ()
15714 {
15715 case ${1} in
15716 */*) func_dirname_result="${1%/*}${2}" ;;
15717 * ) func_dirname_result="${3}" ;;
15718 esac
15719 }
15720
15721 # func_basename file
15722 func_basename ()
15723 {
15724 func_basename_result="${1##*/}"
15725 }
15726
15727 # func_dirname_and_basename file append nondir_replacement
15728 # perform func_basename and func_dirname in a single function
15729 # call:
15730 # dirname: Compute the dirname of FILE. If nonempty,
15731 # add APPEND to the result, otherwise set result
15732 # to NONDIR_REPLACEMENT.
15733 # value returned in "$func_dirname_result"
15734 # basename: Compute filename of FILE.
15735 # value retuned in "$func_basename_result"
15736 # Implementation must be kept synchronized with func_dirname
15737 # and func_basename. For efficiency, we do not delegate to
15738 # those functions but instead duplicate the functionality here.
15739 func_dirname_and_basename ()
15740 {
15741 case ${1} in
15742 */*) func_dirname_result="${1%/*}${2}" ;;
15743 * ) func_dirname_result="${3}" ;;
15744 esac
15745 func_basename_result="${1##*/}"
15746 }
15747
15748 # func_stripname prefix suffix name
15749 # strip PREFIX and SUFFIX off of NAME.
15750 # PREFIX and SUFFIX must not contain globbing or regex special
15751 # characters, hashes, percent signs, but SUFFIX may contain a leading
15752 # dot (in which case that matches only a dot).
15753 func_stripname ()
15754 {
15755 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15756 # positional parameters, so assign one to ordinary parameter first.
15757 func_stripname_result=${3}
15758 func_stripname_result=${func_stripname_result#"${1}"}
15759 func_stripname_result=${func_stripname_result%"${2}"}
15760 }
15761
15762 # func_opt_split
15763 func_opt_split ()
15764 {
15765 func_opt_split_opt=${1%%=*}
15766 func_opt_split_arg=${1#*=}
15767 }
15768
15769 # func_lo2o object
15770 func_lo2o ()
15771 {
15772 case ${1} in
15773 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15774 *) func_lo2o_result=${1} ;;
15775 esac
15776 }
15777
15778 # func_xform libobj-or-source
15779 func_xform ()
15780 {
15781 func_xform_result=${1%.*}.lo
15782 }
15783
15784 # func_arith arithmetic-term...
15785 func_arith ()
15786 {
15787 func_arith_result=$(( $* ))
15788 }
15789
15790 # func_len string
15791 # STRING may not start with a hyphen.
15792 func_len ()
15793 {
15794 func_len_result=${#1}
15795 }
15796
15797 _LT_EOF
15798 ;;
15799 *) # Bourne compatible functions.
15800 cat << \_LT_EOF >> "$cfgfile"
15801
15802 # func_dirname file append nondir_replacement
15803 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15804 # otherwise set result to NONDIR_REPLACEMENT.
15805 func_dirname ()
15806 {
15807 # Extract subdirectory from the argument.
15808 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15809 if test "X$func_dirname_result" = "X${1}"; then
15810 func_dirname_result="${3}"
15811 else
15812 func_dirname_result="$func_dirname_result${2}"
15813 fi
15814 }
15815
15816 # func_basename file
15817 func_basename ()
15818 {
15819 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15820 }
15821
15822
15823 # func_stripname prefix suffix name
15824 # strip PREFIX and SUFFIX off of NAME.
15825 # PREFIX and SUFFIX must not contain globbing or regex special
15826 # characters, hashes, percent signs, but SUFFIX may contain a leading
15827 # dot (in which case that matches only a dot).
15828 # func_strip_suffix prefix name
15829 func_stripname ()
15830 {
15831 case ${2} in
15832 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15833 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15834 esac
15835 }
15836
15837 # sed scripts:
15838 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15839 my_sed_long_arg='1s/^-[^=]*=//'
15840
15841 # func_opt_split
15842 func_opt_split ()
15843 {
15844 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15845 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15846 }
15847
15848 # func_lo2o object
15849 func_lo2o ()
15850 {
15851 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15852 }
15853
15854 # func_xform libobj-or-source
15855 func_xform ()
15856 {
15857 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15858 }
15859
15860 # func_arith arithmetic-term...
15861 func_arith ()
15862 {
15863 func_arith_result=`expr "$@"`
15864 }
15865
15866 # func_len string
15867 # STRING may not start with a hyphen.
15868 func_len ()
15869 {
15870 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15871 }
15872
15873 _LT_EOF
15874 esac
15875
15876 case $lt_shell_append in
15877 yes)
15878 cat << \_LT_EOF >> "$cfgfile"
15879
15880 # func_append var value
15881 # Append VALUE to the end of shell variable VAR.
15882 func_append ()
15883 {
15884 eval "$1+=\$2"
15885 }
15886 _LT_EOF
15887 ;;
15888 *)
15889 cat << \_LT_EOF >> "$cfgfile"
15890
15891 # func_append var value
15892 # Append VALUE to the end of shell variable VAR.
15893 func_append ()
15894 {
15895 eval "$1=\$$1\$2"
15896 }
15897
15898 _LT_EOF
15899 ;;
15900 esac
15901
15902
15903 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15904 || (rm -f "$cfgfile"; exit 1)
15905
15906 mv -f "$cfgfile" "$ofile" ||
15907 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15908 chmod +x "$ofile"
15909
15910 ;;
15911 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15912 rm -f Makesim1.tmp Makesim2.tmp Makefile
15913 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15914 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15915 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15916 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15917 <Makefile.sim >Makefile
15918 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15919 ;;
15920 "stamp-h":C) echo > stamp-h ;;
15921
15922 esac
15923 done # for ac_tag
15924
15925
15926 as_fn_exit 0
15927 _ACEOF
15928 ac_clean_files=$ac_clean_files_save
15929
15930 test $ac_write_fail = 0 ||
15931 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15932
15933
15934 # configure is writing to config.log, and then calls config.status.
15935 # config.status does its own redirection, appending to config.log.
15936 # Unfortunately, on DOS this fails, as config.log is still kept open
15937 # by configure, so config.status won't be able to write to it; its
15938 # output is simply discarded. So we exec the FD to /dev/null,
15939 # effectively closing config.log, so it can be properly (re)opened and
15940 # appended to by config.status. When coming back to configure, we
15941 # need to make the FD available again.
15942 if test "$no_create" != yes; then
15943 ac_cs_success=:
15944 ac_config_status_args=
15945 test "$silent" = yes &&
15946 ac_config_status_args="$ac_config_status_args --quiet"
15947 exec 5>/dev/null
15948 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15949 exec 5>>config.log
15950 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15951 # would make configure fail if this is the last instruction.
15952 $ac_cs_success || as_fn_exit $?
15953 fi
15954 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15956 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15957 fi
15958
15959