sim: punt x86-specific bswap logic
[deliverable/binutils-gdb.git] / sim / rl78 / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
100
101 ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148 esac
149 fi
150 "
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165 exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
185 fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192 do
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206 fi
207 fi
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228 fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
241 fi
242 exit 1
243 fi
244 fi
245 fi
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
251
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
259 {
260 { eval $1=; unset $1;}
261 }
262 as_unset=as_fn_unset
263
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
268 {
269 return $1
270 } # as_fn_set_status
271
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
276 {
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
281
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
286 {
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340 else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345 fi # as_fn_append
346
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357 else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362 fi # as_fn_arith
363
364
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
371 {
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
380
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
386 fi
387
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
392 fi
393
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
398 fi
399
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
418
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456 }
457
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467 *)
468 ECHO_N='-n';;
469 esac
470
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477 fi
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
491 fi
492 else
493 as_ln_s='cp -p'
494 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
497
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503 fi
504
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525 fi
526 as_executable_p=$as_test_x
527
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537 exec 7<&0 </dev/null 6>&1
538
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544 #
545 # Initializations.
546 #
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
555
556 # Identity of this package.
557 PACKAGE_NAME=
558 PACKAGE_TARNAME=
559 PACKAGE_VERSION=
560 PACKAGE_STRING=
561 PACKAGE_BUGREPORT=
562 PACKAGE_URL=
563
564 ac_unique_file="Makefile.in"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 # include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 # include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
600
601 ac_subst_vars='LTLIBOBJS
602 LIBOBJS
603 cgen_breaks
604 REPORT_BUGS_TEXI
605 REPORT_BUGS_TO
606 PKGVERSION
607 sim_profile
608 sim_trace
609 sim_stdio
610 sim_debug
611 sim_cflags
612 MAINT
613 MAINTAINER_MODE_FALSE
614 MAINTAINER_MODE_TRUE
615 lt_cv_dlopen_libs
616 OTOOL64
617 OTOOL
618 LIPO
619 NMEDIT
620 DSYMUTIL
621 AWK
622 STRIP
623 OBJDUMP
624 LN_S
625 NM
626 ac_ct_DUMPBIN
627 DUMPBIN
628 LD
629 FGREP
630 SED
631 LIBTOOL
632 PLUGINS_FALSE
633 PLUGINS_TRUE
634 zlibinc
635 zlibdir
636 CATOBJEXT
637 GENCAT
638 INSTOBJEXT
639 DATADIRNAME
640 CATALOGS
641 POSUB
642 GMSGFMT
643 XGETTEXT
644 INCINTL
645 LIBINTL_DEP
646 LIBINTL
647 USE_NLS
648 GMAKE_FALSE
649 GMAKE_TRUE
650 MAKE
651 CCDEPMODE
652 DEPDIR
653 am__leading_dot
654 PACKAGE
655 RANLIB
656 AR
657 HDEFINES
658 CC_FOR_BUILD
659 INSTALL_DATA
660 INSTALL_SCRIPT
661 INSTALL_PROGRAM
662 EGREP
663 GREP
664 CPP
665 target_os
666 target_vendor
667 target_cpu
668 target
669 host_os
670 host_vendor
671 host_cpu
672 host
673 build_os
674 build_vendor
675 build_cpu
676 build
677 OBJEXT
678 EXEEXT
679 ac_ct_CC
680 CPPFLAGS
681 LDFLAGS
682 CFLAGS
683 CC
684 WERROR_CFLAGS
685 WARN_CFLAGS
686 sim_xor_endian
687 sim_stdcall
688 sim_smp
689 sim_reserved_bits
690 sim_regparm
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_cflags
755 enable_sim_debug
756 enable_sim_stdio
757 enable_sim_trace
758 enable_sim_profile
759 with_pkgversion
760 with_bugurl
761 '
762 ac_precious_vars='build_alias
763 host_alias
764 target_alias
765 CC
766 CFLAGS
767 LDFLAGS
768 LIBS
769 CPPFLAGS
770 CPP'
771
772
773 # Initialize some variables set by options.
774 ac_init_help=
775 ac_init_version=false
776 ac_unrecognized_opts=
777 ac_unrecognized_sep=
778 # The variables have the same names as the options, with
779 # dashes changed to underlines.
780 cache_file=/dev/null
781 exec_prefix=NONE
782 no_create=
783 no_recursion=
784 prefix=NONE
785 program_prefix=NONE
786 program_suffix=NONE
787 program_transform_name=s,x,x,
788 silent=
789 site=
790 srcdir=
791 verbose=
792 x_includes=NONE
793 x_libraries=NONE
794
795 # Installation directory options.
796 # These are left unexpanded so users can "make install exec_prefix=/foo"
797 # and all the variables that are supposed to be based on exec_prefix
798 # by default will actually change.
799 # Use braces instead of parens because sh, perl, etc. also accept them.
800 # (The list follows the same order as the GNU Coding Standards.)
801 bindir='${exec_prefix}/bin'
802 sbindir='${exec_prefix}/sbin'
803 libexecdir='${exec_prefix}/libexec'
804 datarootdir='${prefix}/share'
805 datadir='${datarootdir}'
806 sysconfdir='${prefix}/etc'
807 sharedstatedir='${prefix}/com'
808 localstatedir='${prefix}/var'
809 includedir='${prefix}/include'
810 oldincludedir='/usr/include'
811 docdir='${datarootdir}/doc/${PACKAGE}'
812 infodir='${datarootdir}/info'
813 htmldir='${docdir}'
814 dvidir='${docdir}'
815 pdfdir='${docdir}'
816 psdir='${docdir}'
817 libdir='${exec_prefix}/lib'
818 localedir='${datarootdir}/locale'
819 mandir='${datarootdir}/man'
820
821 ac_prev=
822 ac_dashdash=
823 for ac_option
824 do
825 # If the previous option needs an argument, assign it.
826 if test -n "$ac_prev"; then
827 eval $ac_prev=\$ac_option
828 ac_prev=
829 continue
830 fi
831
832 case $ac_option in
833 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
834 *) ac_optarg=yes ;;
835 esac
836
837 # Accept the important Cygnus configure options, so we can diagnose typos.
838
839 case $ac_dashdash$ac_option in
840 --)
841 ac_dashdash=yes ;;
842
843 -bindir | --bindir | --bindi | --bind | --bin | --bi)
844 ac_prev=bindir ;;
845 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
846 bindir=$ac_optarg ;;
847
848 -build | --build | --buil | --bui | --bu)
849 ac_prev=build_alias ;;
850 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
851 build_alias=$ac_optarg ;;
852
853 -cache-file | --cache-file | --cache-fil | --cache-fi \
854 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
855 ac_prev=cache_file ;;
856 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
857 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
858 cache_file=$ac_optarg ;;
859
860 --config-cache | -C)
861 cache_file=config.cache ;;
862
863 -datadir | --datadir | --datadi | --datad)
864 ac_prev=datadir ;;
865 -datadir=* | --datadir=* | --datadi=* | --datad=*)
866 datadir=$ac_optarg ;;
867
868 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
869 | --dataroo | --dataro | --datar)
870 ac_prev=datarootdir ;;
871 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
872 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
873 datarootdir=$ac_optarg ;;
874
875 -disable-* | --disable-*)
876 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
877 # Reject names that are not valid shell variable names.
878 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
879 as_fn_error "invalid feature name: $ac_useropt"
880 ac_useropt_orig=$ac_useropt
881 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
882 case $ac_user_opts in
883 *"
884 "enable_$ac_useropt"
885 "*) ;;
886 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
887 ac_unrecognized_sep=', ';;
888 esac
889 eval enable_$ac_useropt=no ;;
890
891 -docdir | --docdir | --docdi | --doc | --do)
892 ac_prev=docdir ;;
893 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
894 docdir=$ac_optarg ;;
895
896 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
897 ac_prev=dvidir ;;
898 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
899 dvidir=$ac_optarg ;;
900
901 -enable-* | --enable-*)
902 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
903 # Reject names that are not valid shell variable names.
904 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
905 as_fn_error "invalid feature name: $ac_useropt"
906 ac_useropt_orig=$ac_useropt
907 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908 case $ac_user_opts in
909 *"
910 "enable_$ac_useropt"
911 "*) ;;
912 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
913 ac_unrecognized_sep=', ';;
914 esac
915 eval enable_$ac_useropt=\$ac_optarg ;;
916
917 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
918 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
919 | --exec | --exe | --ex)
920 ac_prev=exec_prefix ;;
921 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
922 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
923 | --exec=* | --exe=* | --ex=*)
924 exec_prefix=$ac_optarg ;;
925
926 -gas | --gas | --ga | --g)
927 # Obsolete; use --with-gas.
928 with_gas=yes ;;
929
930 -help | --help | --hel | --he | -h)
931 ac_init_help=long ;;
932 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
933 ac_init_help=recursive ;;
934 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
935 ac_init_help=short ;;
936
937 -host | --host | --hos | --ho)
938 ac_prev=host_alias ;;
939 -host=* | --host=* | --hos=* | --ho=*)
940 host_alias=$ac_optarg ;;
941
942 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
943 ac_prev=htmldir ;;
944 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
945 | --ht=*)
946 htmldir=$ac_optarg ;;
947
948 -includedir | --includedir | --includedi | --included | --include \
949 | --includ | --inclu | --incl | --inc)
950 ac_prev=includedir ;;
951 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
952 | --includ=* | --inclu=* | --incl=* | --inc=*)
953 includedir=$ac_optarg ;;
954
955 -infodir | --infodir | --infodi | --infod | --info | --inf)
956 ac_prev=infodir ;;
957 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
958 infodir=$ac_optarg ;;
959
960 -libdir | --libdir | --libdi | --libd)
961 ac_prev=libdir ;;
962 -libdir=* | --libdir=* | --libdi=* | --libd=*)
963 libdir=$ac_optarg ;;
964
965 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
966 | --libexe | --libex | --libe)
967 ac_prev=libexecdir ;;
968 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
969 | --libexe=* | --libex=* | --libe=*)
970 libexecdir=$ac_optarg ;;
971
972 -localedir | --localedir | --localedi | --localed | --locale)
973 ac_prev=localedir ;;
974 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
975 localedir=$ac_optarg ;;
976
977 -localstatedir | --localstatedir | --localstatedi | --localstated \
978 | --localstate | --localstat | --localsta | --localst | --locals)
979 ac_prev=localstatedir ;;
980 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
981 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
982 localstatedir=$ac_optarg ;;
983
984 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
985 ac_prev=mandir ;;
986 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
987 mandir=$ac_optarg ;;
988
989 -nfp | --nfp | --nf)
990 # Obsolete; use --without-fp.
991 with_fp=no ;;
992
993 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
994 | --no-cr | --no-c | -n)
995 no_create=yes ;;
996
997 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
998 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
999 no_recursion=yes ;;
1000
1001 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1002 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1003 | --oldin | --oldi | --old | --ol | --o)
1004 ac_prev=oldincludedir ;;
1005 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1006 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1007 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1008 oldincludedir=$ac_optarg ;;
1009
1010 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1011 ac_prev=prefix ;;
1012 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1013 prefix=$ac_optarg ;;
1014
1015 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1016 | --program-pre | --program-pr | --program-p)
1017 ac_prev=program_prefix ;;
1018 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1019 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1020 program_prefix=$ac_optarg ;;
1021
1022 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1023 | --program-suf | --program-su | --program-s)
1024 ac_prev=program_suffix ;;
1025 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1026 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1027 program_suffix=$ac_optarg ;;
1028
1029 -program-transform-name | --program-transform-name \
1030 | --program-transform-nam | --program-transform-na \
1031 | --program-transform-n | --program-transform- \
1032 | --program-transform | --program-transfor \
1033 | --program-transfo | --program-transf \
1034 | --program-trans | --program-tran \
1035 | --progr-tra | --program-tr | --program-t)
1036 ac_prev=program_transform_name ;;
1037 -program-transform-name=* | --program-transform-name=* \
1038 | --program-transform-nam=* | --program-transform-na=* \
1039 | --program-transform-n=* | --program-transform-=* \
1040 | --program-transform=* | --program-transfor=* \
1041 | --program-transfo=* | --program-transf=* \
1042 | --program-trans=* | --program-tran=* \
1043 | --progr-tra=* | --program-tr=* | --program-t=*)
1044 program_transform_name=$ac_optarg ;;
1045
1046 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1047 ac_prev=pdfdir ;;
1048 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1049 pdfdir=$ac_optarg ;;
1050
1051 -psdir | --psdir | --psdi | --psd | --ps)
1052 ac_prev=psdir ;;
1053 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1054 psdir=$ac_optarg ;;
1055
1056 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1057 | -silent | --silent | --silen | --sile | --sil)
1058 silent=yes ;;
1059
1060 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1061 ac_prev=sbindir ;;
1062 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1063 | --sbi=* | --sb=*)
1064 sbindir=$ac_optarg ;;
1065
1066 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1067 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1068 | --sharedst | --shareds | --shared | --share | --shar \
1069 | --sha | --sh)
1070 ac_prev=sharedstatedir ;;
1071 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1072 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1073 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1074 | --sha=* | --sh=*)
1075 sharedstatedir=$ac_optarg ;;
1076
1077 -site | --site | --sit)
1078 ac_prev=site ;;
1079 -site=* | --site=* | --sit=*)
1080 site=$ac_optarg ;;
1081
1082 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1083 ac_prev=srcdir ;;
1084 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1085 srcdir=$ac_optarg ;;
1086
1087 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1088 | --syscon | --sysco | --sysc | --sys | --sy)
1089 ac_prev=sysconfdir ;;
1090 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1091 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1092 sysconfdir=$ac_optarg ;;
1093
1094 -target | --target | --targe | --targ | --tar | --ta | --t)
1095 ac_prev=target_alias ;;
1096 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1097 target_alias=$ac_optarg ;;
1098
1099 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1100 verbose=yes ;;
1101
1102 -version | --version | --versio | --versi | --vers | -V)
1103 ac_init_version=: ;;
1104
1105 -with-* | --with-*)
1106 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1107 # Reject names that are not valid shell variable names.
1108 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1109 as_fn_error "invalid package name: $ac_useropt"
1110 ac_useropt_orig=$ac_useropt
1111 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1112 case $ac_user_opts in
1113 *"
1114 "with_$ac_useropt"
1115 "*) ;;
1116 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1117 ac_unrecognized_sep=', ';;
1118 esac
1119 eval with_$ac_useropt=\$ac_optarg ;;
1120
1121 -without-* | --without-*)
1122 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1123 # Reject names that are not valid shell variable names.
1124 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1125 as_fn_error "invalid package name: $ac_useropt"
1126 ac_useropt_orig=$ac_useropt
1127 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1128 case $ac_user_opts in
1129 *"
1130 "with_$ac_useropt"
1131 "*) ;;
1132 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1133 ac_unrecognized_sep=', ';;
1134 esac
1135 eval with_$ac_useropt=no ;;
1136
1137 --x)
1138 # Obsolete; use --with-x.
1139 with_x=yes ;;
1140
1141 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1142 | --x-incl | --x-inc | --x-in | --x-i)
1143 ac_prev=x_includes ;;
1144 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1145 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1146 x_includes=$ac_optarg ;;
1147
1148 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1149 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1150 ac_prev=x_libraries ;;
1151 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1152 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1153 x_libraries=$ac_optarg ;;
1154
1155 -*) as_fn_error "unrecognized option: \`$ac_option'
1156 Try \`$0 --help' for more information."
1157 ;;
1158
1159 *=*)
1160 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1161 # Reject names that are not valid shell variable names.
1162 case $ac_envvar in #(
1163 '' | [0-9]* | *[!_$as_cr_alnum]* )
1164 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1165 esac
1166 eval $ac_envvar=\$ac_optarg
1167 export $ac_envvar ;;
1168
1169 *)
1170 # FIXME: should be removed in autoconf 3.0.
1171 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1172 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1173 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1174 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1175 ;;
1176
1177 esac
1178 done
1179
1180 if test -n "$ac_prev"; then
1181 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1182 as_fn_error "missing argument to $ac_option"
1183 fi
1184
1185 if test -n "$ac_unrecognized_opts"; then
1186 case $enable_option_checking in
1187 no) ;;
1188 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1189 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1190 esac
1191 fi
1192
1193 # Check all directory arguments for consistency.
1194 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1195 datadir sysconfdir sharedstatedir localstatedir includedir \
1196 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1197 libdir localedir mandir
1198 do
1199 eval ac_val=\$$ac_var
1200 # Remove trailing slashes.
1201 case $ac_val in
1202 */ )
1203 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1204 eval $ac_var=\$ac_val;;
1205 esac
1206 # Be sure to have absolute directory names.
1207 case $ac_val in
1208 [\\/$]* | ?:[\\/]* ) continue;;
1209 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1210 esac
1211 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1212 done
1213
1214 # There might be people who depend on the old broken behavior: `$host'
1215 # used to hold the argument of --host etc.
1216 # FIXME: To remove some day.
1217 build=$build_alias
1218 host=$host_alias
1219 target=$target_alias
1220
1221 # FIXME: To remove some day.
1222 if test "x$host_alias" != x; then
1223 if test "x$build_alias" = x; then
1224 cross_compiling=maybe
1225 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1226 If a cross compiler is detected then cross compile mode will be used." >&2
1227 elif test "x$build_alias" != "x$host_alias"; then
1228 cross_compiling=yes
1229 fi
1230 fi
1231
1232 ac_tool_prefix=
1233 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1234
1235 test "$silent" = yes && exec 6>/dev/null
1236
1237
1238 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1239 ac_ls_di=`ls -di .` &&
1240 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1241 as_fn_error "working directory cannot be determined"
1242 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1243 as_fn_error "pwd does not report name of working directory"
1244
1245
1246 # Find the source files, if location was not specified.
1247 if test -z "$srcdir"; then
1248 ac_srcdir_defaulted=yes
1249 # Try the directory containing this script, then the parent directory.
1250 ac_confdir=`$as_dirname -- "$as_myself" ||
1251 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1252 X"$as_myself" : 'X\(//\)[^/]' \| \
1253 X"$as_myself" : 'X\(//\)$' \| \
1254 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1255 $as_echo X"$as_myself" |
1256 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1257 s//\1/
1258 q
1259 }
1260 /^X\(\/\/\)[^/].*/{
1261 s//\1/
1262 q
1263 }
1264 /^X\(\/\/\)$/{
1265 s//\1/
1266 q
1267 }
1268 /^X\(\/\).*/{
1269 s//\1/
1270 q
1271 }
1272 s/.*/./; q'`
1273 srcdir=$ac_confdir
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 srcdir=..
1276 fi
1277 else
1278 ac_srcdir_defaulted=no
1279 fi
1280 if test ! -r "$srcdir/$ac_unique_file"; then
1281 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1282 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1283 fi
1284 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1285 ac_abs_confdir=`(
1286 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1287 pwd)`
1288 # When building in place, set srcdir=.
1289 if test "$ac_abs_confdir" = "$ac_pwd"; then
1290 srcdir=.
1291 fi
1292 # Remove unnecessary trailing slashes from srcdir.
1293 # Double slashes in file names in object file debugging info
1294 # mess up M-x gdb in Emacs.
1295 case $srcdir in
1296 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1297 esac
1298 for ac_var in $ac_precious_vars; do
1299 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1300 eval ac_env_${ac_var}_value=\$${ac_var}
1301 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1302 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1303 done
1304
1305 #
1306 # Report the --help message.
1307 #
1308 if test "$ac_init_help" = "long"; then
1309 # Omit some internal or obsolete options to make the list less imposing.
1310 # This message is too long to be a string in the A/UX 3.1 sh.
1311 cat <<_ACEOF
1312 \`configure' configures this package to adapt to many kinds of systems.
1313
1314 Usage: $0 [OPTION]... [VAR=VALUE]...
1315
1316 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1317 VAR=VALUE. See below for descriptions of some of the useful variables.
1318
1319 Defaults for the options are specified in brackets.
1320
1321 Configuration:
1322 -h, --help display this help and exit
1323 --help=short display options specific to this package
1324 --help=recursive display the short help of all the included packages
1325 -V, --version display version information and exit
1326 -q, --quiet, --silent do not print \`checking...' messages
1327 --cache-file=FILE cache test results in FILE [disabled]
1328 -C, --config-cache alias for \`--cache-file=config.cache'
1329 -n, --no-create do not create output files
1330 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1331
1332 Installation directories:
1333 --prefix=PREFIX install architecture-independent files in PREFIX
1334 [$ac_default_prefix]
1335 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1336 [PREFIX]
1337
1338 By default, \`make install' will install all the files in
1339 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1340 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1341 for instance \`--prefix=\$HOME'.
1342
1343 For better control, use the options below.
1344
1345 Fine tuning of the installation directories:
1346 --bindir=DIR user executables [EPREFIX/bin]
1347 --sbindir=DIR system admin executables [EPREFIX/sbin]
1348 --libexecdir=DIR program executables [EPREFIX/libexec]
1349 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1350 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1351 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1352 --libdir=DIR object code libraries [EPREFIX/lib]
1353 --includedir=DIR C header files [PREFIX/include]
1354 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1355 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1356 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1357 --infodir=DIR info documentation [DATAROOTDIR/info]
1358 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1359 --mandir=DIR man documentation [DATAROOTDIR/man]
1360 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1361 --htmldir=DIR html documentation [DOCDIR]
1362 --dvidir=DIR dvi documentation [DOCDIR]
1363 --pdfdir=DIR pdf documentation [DOCDIR]
1364 --psdir=DIR ps documentation [DOCDIR]
1365 _ACEOF
1366
1367 cat <<\_ACEOF
1368
1369 Program names:
1370 --program-prefix=PREFIX prepend PREFIX to installed program names
1371 --program-suffix=SUFFIX append SUFFIX to installed program names
1372 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1373
1374 System types:
1375 --build=BUILD configure for building on BUILD [guessed]
1376 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1377 --target=TARGET configure for building compilers for TARGET [HOST]
1378 _ACEOF
1379 fi
1380
1381 if test -n "$ac_init_help"; then
1382
1383 cat <<\_ACEOF
1384
1385 Optional Features:
1386 --disable-option-checking ignore unrecognized --enable/--with options
1387 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1388 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1389 --enable-plugins Enable support for plugins
1390 --enable-shared[=PKGS] build shared libraries [default=yes]
1391 --enable-static[=PKGS] build static libraries [default=yes]
1392 --enable-fast-install[=PKGS]
1393 optimize for fast installation [default=yes]
1394 --disable-libtool-lock avoid locking (might break parallel builds)
1395 --enable-maintainer-mode enable make rules and dependencies not useful
1396 (and sometimes confusing) to the casual installer
1397 --enable-sim-cflags=opts
1398 Extra CFLAGS for use in building simulator
1399 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1400 itself)
1401 --enable-sim-stdio Specify whether to use stdio for console
1402 input/output
1403 --enable-sim-trace=opts Enable tracing of simulated programs
1404 --enable-sim-profile=opts
1405 Enable profiling flags
1406
1407 Optional Packages:
1408 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1409 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1410 --with-system-zlib use installed libz
1411 --with-pic try to use only PIC/non-PIC objects [default=use
1412 both]
1413 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1414 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1415 --with-bugurl=URL Direct users to URL to report a bug
1416
1417 Some influential environment variables:
1418 CC C compiler command
1419 CFLAGS C compiler flags
1420 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1421 nonstandard directory <lib dir>
1422 LIBS libraries to pass to the linker, e.g. -l<library>
1423 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1424 you have headers in a nonstandard directory <include dir>
1425 CPP C preprocessor
1426
1427 Use these variables to override the choices made by `configure' or to help
1428 it to find libraries and programs with nonstandard names/locations.
1429
1430 Report bugs to the package provider.
1431 _ACEOF
1432 ac_status=$?
1433 fi
1434
1435 if test "$ac_init_help" = "recursive"; then
1436 # If there are subdirs, report their specific --help.
1437 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1438 test -d "$ac_dir" ||
1439 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1440 continue
1441 ac_builddir=.
1442
1443 case "$ac_dir" in
1444 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1445 *)
1446 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1447 # A ".." for each directory in $ac_dir_suffix.
1448 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1449 case $ac_top_builddir_sub in
1450 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1451 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1452 esac ;;
1453 esac
1454 ac_abs_top_builddir=$ac_pwd
1455 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1456 # for backward compatibility:
1457 ac_top_builddir=$ac_top_build_prefix
1458
1459 case $srcdir in
1460 .) # We are building in place.
1461 ac_srcdir=.
1462 ac_top_srcdir=$ac_top_builddir_sub
1463 ac_abs_top_srcdir=$ac_pwd ;;
1464 [\\/]* | ?:[\\/]* ) # Absolute name.
1465 ac_srcdir=$srcdir$ac_dir_suffix;
1466 ac_top_srcdir=$srcdir
1467 ac_abs_top_srcdir=$srcdir ;;
1468 *) # Relative name.
1469 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1470 ac_top_srcdir=$ac_top_build_prefix$srcdir
1471 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1472 esac
1473 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1474
1475 cd "$ac_dir" || { ac_status=$?; continue; }
1476 # Check for guested configure.
1477 if test -f "$ac_srcdir/configure.gnu"; then
1478 echo &&
1479 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1480 elif test -f "$ac_srcdir/configure"; then
1481 echo &&
1482 $SHELL "$ac_srcdir/configure" --help=recursive
1483 else
1484 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1485 fi || ac_status=$?
1486 cd "$ac_pwd" || { ac_status=$?; break; }
1487 done
1488 fi
1489
1490 test -n "$ac_init_help" && exit $ac_status
1491 if $ac_init_version; then
1492 cat <<\_ACEOF
1493 configure
1494 generated by GNU Autoconf 2.64
1495
1496 Copyright (C) 2009 Free Software Foundation, Inc.
1497 This configure script is free software; the Free Software Foundation
1498 gives unlimited permission to copy, distribute and modify it.
1499 _ACEOF
1500 exit
1501 fi
1502
1503 ## ------------------------ ##
1504 ## Autoconf initialization. ##
1505 ## ------------------------ ##
1506
1507 # ac_fn_c_try_compile LINENO
1508 # --------------------------
1509 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1510 ac_fn_c_try_compile ()
1511 {
1512 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1513 rm -f conftest.$ac_objext
1514 if { { ac_try="$ac_compile"
1515 case "(($ac_try" in
1516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1517 *) ac_try_echo=$ac_try;;
1518 esac
1519 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1520 $as_echo "$ac_try_echo"; } >&5
1521 (eval "$ac_compile") 2>conftest.err
1522 ac_status=$?
1523 if test -s conftest.err; then
1524 grep -v '^ *+' conftest.err >conftest.er1
1525 cat conftest.er1 >&5
1526 mv -f conftest.er1 conftest.err
1527 fi
1528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1529 test $ac_status = 0; } && {
1530 test -z "$ac_c_werror_flag" ||
1531 test ! -s conftest.err
1532 } && test -s conftest.$ac_objext; then :
1533 ac_retval=0
1534 else
1535 $as_echo "$as_me: failed program was:" >&5
1536 sed 's/^/| /' conftest.$ac_ext >&5
1537
1538 ac_retval=1
1539 fi
1540 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1541 return $ac_retval
1542
1543 } # ac_fn_c_try_compile
1544
1545 # ac_fn_c_try_cpp LINENO
1546 # ----------------------
1547 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1548 ac_fn_c_try_cpp ()
1549 {
1550 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1551 if { { ac_try="$ac_cpp conftest.$ac_ext"
1552 case "(($ac_try" in
1553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1554 *) ac_try_echo=$ac_try;;
1555 esac
1556 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1557 $as_echo "$ac_try_echo"; } >&5
1558 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1559 ac_status=$?
1560 if test -s conftest.err; then
1561 grep -v '^ *+' conftest.err >conftest.er1
1562 cat conftest.er1 >&5
1563 mv -f conftest.er1 conftest.err
1564 fi
1565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1566 test $ac_status = 0; } >/dev/null && {
1567 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1568 test ! -s conftest.err
1569 }; then :
1570 ac_retval=0
1571 else
1572 $as_echo "$as_me: failed program was:" >&5
1573 sed 's/^/| /' conftest.$ac_ext >&5
1574
1575 ac_retval=1
1576 fi
1577 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1578 return $ac_retval
1579
1580 } # ac_fn_c_try_cpp
1581
1582 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1583 # -------------------------------------------------------
1584 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1585 # the include files in INCLUDES and setting the cache variable VAR
1586 # accordingly.
1587 ac_fn_c_check_header_mongrel ()
1588 {
1589 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1590 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1592 $as_echo_n "checking for $2... " >&6; }
1593 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1594 $as_echo_n "(cached) " >&6
1595 fi
1596 eval ac_res=\$$3
1597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1598 $as_echo "$ac_res" >&6; }
1599 else
1600 # Is the header compilable?
1601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1602 $as_echo_n "checking $2 usability... " >&6; }
1603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1604 /* end confdefs.h. */
1605 $4
1606 #include <$2>
1607 _ACEOF
1608 if ac_fn_c_try_compile "$LINENO"; then :
1609 ac_header_compiler=yes
1610 else
1611 ac_header_compiler=no
1612 fi
1613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1615 $as_echo "$ac_header_compiler" >&6; }
1616
1617 # Is the header present?
1618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1619 $as_echo_n "checking $2 presence... " >&6; }
1620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1621 /* end confdefs.h. */
1622 #include <$2>
1623 _ACEOF
1624 if ac_fn_c_try_cpp "$LINENO"; then :
1625 ac_header_preproc=yes
1626 else
1627 ac_header_preproc=no
1628 fi
1629 rm -f conftest.err conftest.$ac_ext
1630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1631 $as_echo "$ac_header_preproc" >&6; }
1632
1633 # So? What about this header?
1634 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1635 yes:no: )
1636 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1637 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1639 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1640 ;;
1641 no:yes:* )
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1643 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1645 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1647 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1649 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1651 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1652 ;;
1653 esac
1654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1655 $as_echo_n "checking for $2... " >&6; }
1656 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1657 $as_echo_n "(cached) " >&6
1658 else
1659 eval "$3=\$ac_header_compiler"
1660 fi
1661 eval ac_res=\$$3
1662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1663 $as_echo "$ac_res" >&6; }
1664 fi
1665 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1666
1667 } # ac_fn_c_check_header_mongrel
1668
1669 # ac_fn_c_try_run LINENO
1670 # ----------------------
1671 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1672 # that executables *can* be run.
1673 ac_fn_c_try_run ()
1674 {
1675 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1676 if { { ac_try="$ac_link"
1677 case "(($ac_try" in
1678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1679 *) ac_try_echo=$ac_try;;
1680 esac
1681 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1682 $as_echo "$ac_try_echo"; } >&5
1683 (eval "$ac_link") 2>&5
1684 ac_status=$?
1685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1686 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1687 { { case "(($ac_try" in
1688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1689 *) ac_try_echo=$ac_try;;
1690 esac
1691 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1692 $as_echo "$ac_try_echo"; } >&5
1693 (eval "$ac_try") 2>&5
1694 ac_status=$?
1695 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1696 test $ac_status = 0; }; }; then :
1697 ac_retval=0
1698 else
1699 $as_echo "$as_me: program exited with status $ac_status" >&5
1700 $as_echo "$as_me: failed program was:" >&5
1701 sed 's/^/| /' conftest.$ac_ext >&5
1702
1703 ac_retval=$ac_status
1704 fi
1705 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1706 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1707 return $ac_retval
1708
1709 } # ac_fn_c_try_run
1710
1711 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1712 # -------------------------------------------------------
1713 # Tests whether HEADER exists and can be compiled using the include files in
1714 # INCLUDES, setting the cache variable VAR accordingly.
1715 ac_fn_c_check_header_compile ()
1716 {
1717 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1719 $as_echo_n "checking for $2... " >&6; }
1720 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1721 $as_echo_n "(cached) " >&6
1722 else
1723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1724 /* end confdefs.h. */
1725 $4
1726 #include <$2>
1727 _ACEOF
1728 if ac_fn_c_try_compile "$LINENO"; then :
1729 eval "$3=yes"
1730 else
1731 eval "$3=no"
1732 fi
1733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1734 fi
1735 eval ac_res=\$$3
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1737 $as_echo "$ac_res" >&6; }
1738 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1739
1740 } # ac_fn_c_check_header_compile
1741
1742 # ac_fn_c_try_link LINENO
1743 # -----------------------
1744 # Try to link conftest.$ac_ext, and return whether this succeeded.
1745 ac_fn_c_try_link ()
1746 {
1747 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1748 rm -f conftest.$ac_objext conftest$ac_exeext
1749 if { { ac_try="$ac_link"
1750 case "(($ac_try" in
1751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1752 *) ac_try_echo=$ac_try;;
1753 esac
1754 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1755 $as_echo "$ac_try_echo"; } >&5
1756 (eval "$ac_link") 2>conftest.err
1757 ac_status=$?
1758 if test -s conftest.err; then
1759 grep -v '^ *+' conftest.err >conftest.er1
1760 cat conftest.er1 >&5
1761 mv -f conftest.er1 conftest.err
1762 fi
1763 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1764 test $ac_status = 0; } && {
1765 test -z "$ac_c_werror_flag" ||
1766 test ! -s conftest.err
1767 } && test -s conftest$ac_exeext && {
1768 test "$cross_compiling" = yes ||
1769 $as_test_x conftest$ac_exeext
1770 }; then :
1771 ac_retval=0
1772 else
1773 $as_echo "$as_me: failed program was:" >&5
1774 sed 's/^/| /' conftest.$ac_ext >&5
1775
1776 ac_retval=1
1777 fi
1778 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1779 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1780 # interfere with the next link command; also delete a directory that is
1781 # left behind by Apple's compiler. We do this before executing the actions.
1782 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1783 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1784 return $ac_retval
1785
1786 } # ac_fn_c_try_link
1787
1788 # ac_fn_c_check_func LINENO FUNC VAR
1789 # ----------------------------------
1790 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1791 ac_fn_c_check_func ()
1792 {
1793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1795 $as_echo_n "checking for $2... " >&6; }
1796 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1797 $as_echo_n "(cached) " >&6
1798 else
1799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1800 /* end confdefs.h. */
1801 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1802 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1803 #define $2 innocuous_$2
1804
1805 /* System header to define __stub macros and hopefully few prototypes,
1806 which can conflict with char $2 (); below.
1807 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1808 <limits.h> exists even on freestanding compilers. */
1809
1810 #ifdef __STDC__
1811 # include <limits.h>
1812 #else
1813 # include <assert.h>
1814 #endif
1815
1816 #undef $2
1817
1818 /* Override any GCC internal prototype to avoid an error.
1819 Use char because int might match the return type of a GCC
1820 builtin and then its argument prototype would still apply. */
1821 #ifdef __cplusplus
1822 extern "C"
1823 #endif
1824 char $2 ();
1825 /* The GNU C library defines this for functions which it implements
1826 to always fail with ENOSYS. Some functions are actually named
1827 something starting with __ and the normal name is an alias. */
1828 #if defined __stub_$2 || defined __stub___$2
1829 choke me
1830 #endif
1831
1832 int
1833 main ()
1834 {
1835 return $2 ();
1836 ;
1837 return 0;
1838 }
1839 _ACEOF
1840 if ac_fn_c_try_link "$LINENO"; then :
1841 eval "$3=yes"
1842 else
1843 eval "$3=no"
1844 fi
1845 rm -f core conftest.err conftest.$ac_objext \
1846 conftest$ac_exeext conftest.$ac_ext
1847 fi
1848 eval ac_res=\$$3
1849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1850 $as_echo "$ac_res" >&6; }
1851 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1852
1853 } # ac_fn_c_check_func
1854 cat >config.log <<_ACEOF
1855 This file contains any messages produced by compilers while
1856 running configure, to aid debugging if configure makes a mistake.
1857
1858 It was created by $as_me, which was
1859 generated by GNU Autoconf 2.64. Invocation command line was
1860
1861 $ $0 $@
1862
1863 _ACEOF
1864 exec 5>>config.log
1865 {
1866 cat <<_ASUNAME
1867 ## --------- ##
1868 ## Platform. ##
1869 ## --------- ##
1870
1871 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1872 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1873 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1874 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1875 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1876
1877 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1878 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1879
1880 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1881 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1882 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1883 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1884 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1885 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1886 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1887
1888 _ASUNAME
1889
1890 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1891 for as_dir in $PATH
1892 do
1893 IFS=$as_save_IFS
1894 test -z "$as_dir" && as_dir=.
1895 $as_echo "PATH: $as_dir"
1896 done
1897 IFS=$as_save_IFS
1898
1899 } >&5
1900
1901 cat >&5 <<_ACEOF
1902
1903
1904 ## ----------- ##
1905 ## Core tests. ##
1906 ## ----------- ##
1907
1908 _ACEOF
1909
1910
1911 # Keep a trace of the command line.
1912 # Strip out --no-create and --no-recursion so they do not pile up.
1913 # Strip out --silent because we don't want to record it for future runs.
1914 # Also quote any args containing shell meta-characters.
1915 # Make two passes to allow for proper duplicate-argument suppression.
1916 ac_configure_args=
1917 ac_configure_args0=
1918 ac_configure_args1=
1919 ac_must_keep_next=false
1920 for ac_pass in 1 2
1921 do
1922 for ac_arg
1923 do
1924 case $ac_arg in
1925 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1926 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1927 | -silent | --silent | --silen | --sile | --sil)
1928 continue ;;
1929 *\'*)
1930 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1931 esac
1932 case $ac_pass in
1933 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1934 2)
1935 as_fn_append ac_configure_args1 " '$ac_arg'"
1936 if test $ac_must_keep_next = true; then
1937 ac_must_keep_next=false # Got value, back to normal.
1938 else
1939 case $ac_arg in
1940 *=* | --config-cache | -C | -disable-* | --disable-* \
1941 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1942 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1943 | -with-* | --with-* | -without-* | --without-* | --x)
1944 case "$ac_configure_args0 " in
1945 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1946 esac
1947 ;;
1948 -* ) ac_must_keep_next=true ;;
1949 esac
1950 fi
1951 as_fn_append ac_configure_args " '$ac_arg'"
1952 ;;
1953 esac
1954 done
1955 done
1956 { ac_configure_args0=; unset ac_configure_args0;}
1957 { ac_configure_args1=; unset ac_configure_args1;}
1958
1959 # When interrupted or exit'd, cleanup temporary files, and complete
1960 # config.log. We remove comments because anyway the quotes in there
1961 # would cause problems or look ugly.
1962 # WARNING: Use '\'' to represent an apostrophe within the trap.
1963 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1964 trap 'exit_status=$?
1965 # Save into config.log some information that might help in debugging.
1966 {
1967 echo
1968
1969 cat <<\_ASBOX
1970 ## ---------------- ##
1971 ## Cache variables. ##
1972 ## ---------------- ##
1973 _ASBOX
1974 echo
1975 # The following way of writing the cache mishandles newlines in values,
1976 (
1977 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1978 eval ac_val=\$$ac_var
1979 case $ac_val in #(
1980 *${as_nl}*)
1981 case $ac_var in #(
1982 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1983 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1984 esac
1985 case $ac_var in #(
1986 _ | IFS | as_nl) ;; #(
1987 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1988 *) { eval $ac_var=; unset $ac_var;} ;;
1989 esac ;;
1990 esac
1991 done
1992 (set) 2>&1 |
1993 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1994 *${as_nl}ac_space=\ *)
1995 sed -n \
1996 "s/'\''/'\''\\\\'\'''\''/g;
1997 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1998 ;; #(
1999 *)
2000 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2001 ;;
2002 esac |
2003 sort
2004 )
2005 echo
2006
2007 cat <<\_ASBOX
2008 ## ----------------- ##
2009 ## Output variables. ##
2010 ## ----------------- ##
2011 _ASBOX
2012 echo
2013 for ac_var in $ac_subst_vars
2014 do
2015 eval ac_val=\$$ac_var
2016 case $ac_val in
2017 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2018 esac
2019 $as_echo "$ac_var='\''$ac_val'\''"
2020 done | sort
2021 echo
2022
2023 if test -n "$ac_subst_files"; then
2024 cat <<\_ASBOX
2025 ## ------------------- ##
2026 ## File substitutions. ##
2027 ## ------------------- ##
2028 _ASBOX
2029 echo
2030 for ac_var in $ac_subst_files
2031 do
2032 eval ac_val=\$$ac_var
2033 case $ac_val in
2034 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2035 esac
2036 $as_echo "$ac_var='\''$ac_val'\''"
2037 done | sort
2038 echo
2039 fi
2040
2041 if test -s confdefs.h; then
2042 cat <<\_ASBOX
2043 ## ----------- ##
2044 ## confdefs.h. ##
2045 ## ----------- ##
2046 _ASBOX
2047 echo
2048 cat confdefs.h
2049 echo
2050 fi
2051 test "$ac_signal" != 0 &&
2052 $as_echo "$as_me: caught signal $ac_signal"
2053 $as_echo "$as_me: exit $exit_status"
2054 } >&5
2055 rm -f core *.core core.conftest.* &&
2056 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2057 exit $exit_status
2058 ' 0
2059 for ac_signal in 1 2 13 15; do
2060 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2061 done
2062 ac_signal=0
2063
2064 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2065 rm -f -r conftest* confdefs.h
2066
2067 $as_echo "/* confdefs.h */" > confdefs.h
2068
2069 # Predefined preprocessor variables.
2070
2071 cat >>confdefs.h <<_ACEOF
2072 #define PACKAGE_NAME "$PACKAGE_NAME"
2073 _ACEOF
2074
2075 cat >>confdefs.h <<_ACEOF
2076 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2077 _ACEOF
2078
2079 cat >>confdefs.h <<_ACEOF
2080 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2081 _ACEOF
2082
2083 cat >>confdefs.h <<_ACEOF
2084 #define PACKAGE_STRING "$PACKAGE_STRING"
2085 _ACEOF
2086
2087 cat >>confdefs.h <<_ACEOF
2088 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2089 _ACEOF
2090
2091 cat >>confdefs.h <<_ACEOF
2092 #define PACKAGE_URL "$PACKAGE_URL"
2093 _ACEOF
2094
2095
2096 # Let the site file select an alternate cache file if it wants to.
2097 # Prefer an explicitly selected file to automatically selected ones.
2098 ac_site_file1=NONE
2099 ac_site_file2=NONE
2100 if test -n "$CONFIG_SITE"; then
2101 ac_site_file1=$CONFIG_SITE
2102 elif test "x$prefix" != xNONE; then
2103 ac_site_file1=$prefix/share/config.site
2104 ac_site_file2=$prefix/etc/config.site
2105 else
2106 ac_site_file1=$ac_default_prefix/share/config.site
2107 ac_site_file2=$ac_default_prefix/etc/config.site
2108 fi
2109 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2110 do
2111 test "x$ac_site_file" = xNONE && continue
2112 if test -r "$ac_site_file"; then
2113 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2114 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2115 sed 's/^/| /' "$ac_site_file" >&5
2116 . "$ac_site_file"
2117 fi
2118 done
2119
2120 if test -r "$cache_file"; then
2121 # Some versions of bash will fail to source /dev/null (special
2122 # files actually), so we avoid doing that.
2123 if test -f "$cache_file"; then
2124 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2125 $as_echo "$as_me: loading cache $cache_file" >&6;}
2126 case $cache_file in
2127 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2128 *) . "./$cache_file";;
2129 esac
2130 fi
2131 else
2132 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2133 $as_echo "$as_me: creating cache $cache_file" >&6;}
2134 >$cache_file
2135 fi
2136
2137 # Check that the precious variables saved in the cache have kept the same
2138 # value.
2139 ac_cache_corrupted=false
2140 for ac_var in $ac_precious_vars; do
2141 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2142 eval ac_new_set=\$ac_env_${ac_var}_set
2143 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2144 eval ac_new_val=\$ac_env_${ac_var}_value
2145 case $ac_old_set,$ac_new_set in
2146 set,)
2147 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2148 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2149 ac_cache_corrupted=: ;;
2150 ,set)
2151 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2152 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2153 ac_cache_corrupted=: ;;
2154 ,);;
2155 *)
2156 if test "x$ac_old_val" != "x$ac_new_val"; then
2157 # differences in whitespace do not lead to failure.
2158 ac_old_val_w=`echo x $ac_old_val`
2159 ac_new_val_w=`echo x $ac_new_val`
2160 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2161 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2162 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2163 ac_cache_corrupted=:
2164 else
2165 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2166 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2167 eval $ac_var=\$ac_old_val
2168 fi
2169 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2170 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2172 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2173 fi;;
2174 esac
2175 # Pass precious variables to config.status.
2176 if test "$ac_new_set" = set; then
2177 case $ac_new_val in
2178 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2179 *) ac_arg=$ac_var=$ac_new_val ;;
2180 esac
2181 case " $ac_configure_args " in
2182 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2183 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2184 esac
2185 fi
2186 done
2187 if $ac_cache_corrupted; then
2188 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2189 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2191 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2192 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2193 fi
2194 ## -------------------- ##
2195 ## Main body of script. ##
2196 ## -------------------- ##
2197
2198 ac_ext=c
2199 ac_cpp='$CPP $CPPFLAGS'
2200 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2201 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2202 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2203
2204
2205 # This file contains common code used by all simulators.
2206 #
2207 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2208 # directory. It is intended to be invoked before any target specific stuff.
2209 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2210 # It is intended to be invoked last.
2211 #
2212 # The simulator's configure.ac should look like:
2213 #
2214 # dnl Process this file with autoconf to produce a configure script.
2215 # AC_PREREQ(2.64)dnl
2216 # AC_INIT(Makefile.in)
2217 # sinclude(../common/aclocal.m4)
2218 #
2219 # SIM_AC_COMMON
2220 #
2221 # ... target specific stuff ...
2222 #
2223 # SIM_AC_OUTPUT
2224
2225 # Include global overrides and fixes for Autoconf.
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252 # _AC_CHECK_DECL_BODY
2253 # -------------------
2254 # Shell function body for AC_CHECK_DECL.
2255 # _AC_CHECK_DECL_BODY
2256
2257 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2258 # INCLUDES)
2259 # -------------------------------------------------------------
2260 # Helper to AC_CHECK_DECLS, which generates the check for a single
2261 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2262 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2275 #
2276 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2277 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2278 # Written by Gordon Matzigkeit, 1996
2279 #
2280 # This file is free software; the Free Software Foundation gives
2281 # unlimited permission to copy and/or distribute it, with or without
2282 # modifications, as long as this notice is preserved.
2283
2284
2285
2286 # serial 56 LT_INIT
2287
2288
2289 # LT_PREREQ(VERSION)
2290 # ------------------
2291 # Complain and exit if this libtool version is less that VERSION.
2292
2293
2294
2295 # _LT_CHECK_BUILDDIR
2296 # ------------------
2297 # Complain if the absolute build directory name contains unusual characters
2298
2299
2300
2301 # LT_INIT([OPTIONS])
2302 # ------------------
2303 # LT_INIT
2304
2305 # Old names:
2306 # This is what autoupdate's m4 run will expand. It fires
2307 # the warning (with _au_warn_XXX), outputs it into the
2308 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2309 # the replacement expansion.
2310
2311
2312 # This is an auxiliary macro that is also run when
2313 # autoupdate runs m4. It simply calls m4_warning, but
2314 # we need a wrapper so that each warning is emitted only
2315 # once. We break the quoting in m4_warning's argument in
2316 # order to expand this macro's arguments, not AU_DEFUN's.
2317
2318
2319 # Finally, this is the expansion that is picked up by
2320 # autoconf. It tells the user to run autoupdate, and
2321 # then outputs the replacement expansion. We do not care
2322 # about autoupdate's warning because that contains
2323 # information on what to do *after* running autoupdate.
2324
2325 # This is what autoupdate's m4 run will expand. It fires
2326 # the warning (with _au_warn_XXX), outputs it into the
2327 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2328 # the replacement expansion.
2329
2330
2331 # This is an auxiliary macro that is also run when
2332 # autoupdate runs m4. It simply calls m4_warning, but
2333 # we need a wrapper so that each warning is emitted only
2334 # once. We break the quoting in m4_warning's argument in
2335 # order to expand this macro's arguments, not AU_DEFUN's.
2336
2337
2338 # Finally, this is the expansion that is picked up by
2339 # autoconf. It tells the user to run autoupdate, and
2340 # then outputs the replacement expansion. We do not care
2341 # about autoupdate's warning because that contains
2342 # information on what to do *after* running autoupdate.
2343
2344
2345
2346 # _LT_CC_BASENAME(CC)
2347 # -------------------
2348 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2349
2350
2351
2352 # _LT_FILEUTILS_DEFAULTS
2353 # ----------------------
2354 # It is okay to use these file commands and assume they have been set
2355 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2356 # _LT_FILEUTILS_DEFAULTS
2357
2358
2359 # _LT_SETUP
2360 # ---------
2361 # _LT_SETUP
2362
2363
2364 # _LT_PREPARE_SED_QUOTE_VARS
2365 # --------------------------
2366 # Define a few sed substitution that help us do robust quoting.
2367
2368
2369 # _LT_PROG_LTMAIN
2370 # ---------------
2371 # Note that this code is called both from `configure', and `config.status'
2372 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2373 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2374 # so we pass a copy along to make sure it has a sensible value anyway.
2375 # _LT_PROG_LTMAIN
2376
2377
2378 ## ------------------------------------- ##
2379 ## Accumulate code for creating libtool. ##
2380 ## ------------------------------------- ##
2381
2382 # So that we can recreate a full libtool script including additional
2383 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2384 # in macros and then make a single call at the end using the `libtool'
2385 # label.
2386
2387
2388 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2389 # ----------------------------------------
2390 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2391
2392
2393 # Initialize.
2394
2395
2396
2397 # _LT_CONFIG_LIBTOOL([COMMANDS])
2398 # ------------------------------
2399 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2400
2401
2402 # Initialize.
2403
2404
2405
2406 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2407 # -----------------------------------------------------
2408
2409
2410
2411 # _LT_FORMAT_COMMENT([COMMENT])
2412 # -----------------------------
2413 # Add leading comment marks to the start of each line, and a trailing
2414 # full-stop to the whole comment if one is not present already.
2415
2416
2417
2418
2419 ## ------------------------ ##
2420 ## FIXME: Eliminate VARNAME ##
2421 ## ------------------------ ##
2422
2423
2424 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2425 # -------------------------------------------------------------------
2426 # CONFIGNAME is the name given to the value in the libtool script.
2427 # VARNAME is the (base) name used in the configure script.
2428 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2429 # VARNAME. Any other value will be used directly.
2430
2431
2432
2433 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2434 # --------------------------------------------------------
2435
2436
2437
2438 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2439 # ------------------------------------------------
2440
2441
2442
2443 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2444 # ---------------------------------------------------------
2445
2446
2447
2448 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2449 # --------------------------------------------------
2450
2451
2452
2453 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2454 # ---------------------------------------------------
2455
2456
2457
2458 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2459 # ---------------------------------------------------
2460
2461
2462
2463
2464 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2465 # ------------------------------------------------
2466
2467
2468
2469
2470 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2471 # ------------------------------------
2472 # Quote a variable value, and forward it to `config.status' so that its
2473 # declaration there will have the same value as in `configure'. VARNAME
2474 # must have a single quote delimited value for this to work.
2475
2476
2477
2478 # _LT_CONFIG_STATUS_DECLARATIONS
2479 # ------------------------------
2480 # We delimit libtool config variables with single quotes, so when
2481 # we write them to config.status, we have to be sure to quote all
2482 # embedded single quotes properly. In configure, this macro expands
2483 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2484 #
2485 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2486
2487
2488
2489 # _LT_LIBTOOL_TAGS
2490 # ----------------
2491 # Output comment and list of tags supported by the script
2492
2493
2494
2495 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2496 # -----------------------------------
2497 # Extract the dictionary values for VARNAME (optionally with TAG) and
2498 # expand to a commented shell variable setting:
2499 #
2500 # # Some comment about what VAR is for.
2501 # visible_name=$lt_internal_name
2502
2503
2504
2505 # _LT_LIBTOOL_CONFIG_VARS
2506 # -----------------------
2507 # Produce commented declarations of non-tagged libtool config variables
2508 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2509 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2510 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2511
2512
2513
2514 # _LT_LIBTOOL_TAG_VARS(TAG)
2515 # -------------------------
2516
2517
2518
2519 # _LT_TAGVAR(VARNAME, [TAGNAME])
2520 # ------------------------------
2521
2522
2523
2524 # _LT_CONFIG_COMMANDS
2525 # -------------------
2526 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2527 # variables for single and double quote escaping we saved from calls
2528 # to _LT_DECL, we can put quote escaped variables declarations
2529 # into `config.status', and then the shell code to quote escape them in
2530 # for loops in `config.status'. Finally, any additional code accumulated
2531 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2532 #_LT_CONFIG_COMMANDS
2533
2534
2535 # Initialize.
2536
2537
2538 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2539 # ------------------------------------
2540 # Generate a child script FILE with all initialization necessary to
2541 # reuse the environment learned by the parent script, and make the
2542 # file executable. If COMMENT is supplied, it is inserted after the
2543 # `#!' sequence but before initialization text begins. After this
2544 # macro, additional text can be appended to FILE to form the body of
2545 # the child script. The macro ends with non-zero status if the
2546 # file could not be fully written (such as if the disk is full).
2547 # _LT_GENERATED_FILE_INIT
2548
2549 # LT_OUTPUT
2550 # ---------
2551 # This macro allows early generation of the libtool script (before
2552 # AC_OUTPUT is called), incase it is used in configure for compilation
2553 # tests.
2554 # LT_OUTPUT
2555
2556
2557 # _LT_CONFIG(TAG)
2558 # ---------------
2559 # If TAG is the built-in tag, create an initial libtool script with a
2560 # default configuration from the untagged config vars. Otherwise add code
2561 # to config.status for appending the configuration named by TAG from the
2562 # matching tagged config vars.
2563 # _LT_CONFIG
2564
2565
2566 # LT_SUPPORTED_TAG(TAG)
2567 # ---------------------
2568 # Trace this macro to discover what tags are supported by the libtool
2569 # --tag option, using:
2570 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2571
2572
2573
2574 # C support is built-in for now
2575
2576
2577
2578
2579 # LT_LANG(LANG)
2580 # -------------
2581 # Enable libtool support for the given language if not already enabled.
2582 # LT_LANG
2583
2584
2585 # _LT_LANG(LANGNAME)
2586 # ------------------
2587 # _LT_LANG
2588
2589
2590 # _LT_LANG_DEFAULT_CONFIG
2591 # -----------------------
2592 # _LT_LANG_DEFAULT_CONFIG
2593
2594 # Obsolete macros:
2595 # This is what autoupdate's m4 run will expand. It fires
2596 # the warning (with _au_warn_XXX), outputs it into the
2597 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2598 # the replacement expansion.
2599
2600
2601 # This is an auxiliary macro that is also run when
2602 # autoupdate runs m4. It simply calls m4_warning, but
2603 # we need a wrapper so that each warning is emitted only
2604 # once. We break the quoting in m4_warning's argument in
2605 # order to expand this macro's arguments, not AU_DEFUN's.
2606
2607
2608 # Finally, this is the expansion that is picked up by
2609 # autoconf. It tells the user to run autoupdate, and
2610 # then outputs the replacement expansion. We do not care
2611 # about autoupdate's warning because that contains
2612 # information on what to do *after* running autoupdate.
2613
2614 # This is what autoupdate's m4 run will expand. It fires
2615 # the warning (with _au_warn_XXX), outputs it into the
2616 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2617 # the replacement expansion.
2618
2619
2620 # This is an auxiliary macro that is also run when
2621 # autoupdate runs m4. It simply calls m4_warning, but
2622 # we need a wrapper so that each warning is emitted only
2623 # once. We break the quoting in m4_warning's argument in
2624 # order to expand this macro's arguments, not AU_DEFUN's.
2625
2626
2627 # Finally, this is the expansion that is picked up by
2628 # autoconf. It tells the user to run autoupdate, and
2629 # then outputs the replacement expansion. We do not care
2630 # about autoupdate's warning because that contains
2631 # information on what to do *after* running autoupdate.
2632
2633 # This is what autoupdate's m4 run will expand. It fires
2634 # the warning (with _au_warn_XXX), outputs it into the
2635 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2636 # the replacement expansion.
2637
2638
2639 # This is an auxiliary macro that is also run when
2640 # autoupdate runs m4. It simply calls m4_warning, but
2641 # we need a wrapper so that each warning is emitted only
2642 # once. We break the quoting in m4_warning's argument in
2643 # order to expand this macro's arguments, not AU_DEFUN's.
2644
2645
2646 # Finally, this is the expansion that is picked up by
2647 # autoconf. It tells the user to run autoupdate, and
2648 # then outputs the replacement expansion. We do not care
2649 # about autoupdate's warning because that contains
2650 # information on what to do *after* running autoupdate.
2651
2652 # This is what autoupdate's m4 run will expand. It fires
2653 # the warning (with _au_warn_XXX), outputs it into the
2654 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2655 # the replacement expansion.
2656
2657
2658 # This is an auxiliary macro that is also run when
2659 # autoupdate runs m4. It simply calls m4_warning, but
2660 # we need a wrapper so that each warning is emitted only
2661 # once. We break the quoting in m4_warning's argument in
2662 # order to expand this macro's arguments, not AU_DEFUN's.
2663
2664
2665 # Finally, this is the expansion that is picked up by
2666 # autoconf. It tells the user to run autoupdate, and
2667 # then outputs the replacement expansion. We do not care
2668 # about autoupdate's warning because that contains
2669 # information on what to do *after* running autoupdate.
2670
2671 # This is what autoupdate's m4 run will expand. It fires
2672 # the warning (with _au_warn_XXX), outputs it into the
2673 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2674 # the replacement expansion.
2675
2676
2677 # This is an auxiliary macro that is also run when
2678 # autoupdate runs m4. It simply calls m4_warning, but
2679 # we need a wrapper so that each warning is emitted only
2680 # once. We break the quoting in m4_warning's argument in
2681 # order to expand this macro's arguments, not AU_DEFUN's.
2682
2683
2684 # Finally, this is the expansion that is picked up by
2685 # autoconf. It tells the user to run autoupdate, and
2686 # then outputs the replacement expansion. We do not care
2687 # about autoupdate's warning because that contains
2688 # information on what to do *after* running autoupdate.
2689
2690
2691
2692 # _LT_TAG_COMPILER
2693 # ----------------
2694 # _LT_TAG_COMPILER
2695
2696
2697 # _LT_COMPILER_BOILERPLATE
2698 # ------------------------
2699 # Check for compiler boilerplate output or warnings with
2700 # the simple compiler test code.
2701 # _LT_COMPILER_BOILERPLATE
2702
2703
2704 # _LT_LINKER_BOILERPLATE
2705 # ----------------------
2706 # Check for linker boilerplate output or warnings with
2707 # the simple link test code.
2708 # _LT_LINKER_BOILERPLATE
2709
2710 # _LT_REQUIRED_DARWIN_CHECKS
2711 # -------------------------
2712
2713
2714
2715 # _LT_DARWIN_LINKER_FEATURES
2716 # --------------------------
2717 # Checks for linker and compiler features on darwin
2718
2719
2720 # _LT_SYS_MODULE_PATH_AIX
2721 # -----------------------
2722 # Links a minimal program and checks the executable
2723 # for the system default hardcoded library path. In most cases,
2724 # this is /usr/lib:/lib, but when the MPI compilers are used
2725 # the location of the communication and MPI libs are included too.
2726 # If we don't find anything, use the default library path according
2727 # to the aix ld manual.
2728 # _LT_SYS_MODULE_PATH_AIX
2729
2730
2731 # _LT_SHELL_INIT(ARG)
2732 # -------------------
2733 # _LT_SHELL_INIT
2734
2735
2736
2737 # _LT_PROG_ECHO_BACKSLASH
2738 # -----------------------
2739 # Find how we can fake an echo command that does not interpret backslash.
2740 # In particular, with Autoconf 2.60 or later we add some code to the start
2741 # of the generated configure script which will find a shell with a builtin
2742 # printf (which we can use as an echo command).
2743 # _LT_PROG_ECHO_BACKSLASH
2744
2745
2746 # _LT_ENABLE_LOCK
2747 # ---------------
2748 # _LT_ENABLE_LOCK
2749
2750
2751 # _LT_CMD_OLD_ARCHIVE
2752 # -------------------
2753 # _LT_CMD_OLD_ARCHIVE
2754
2755
2756 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2757 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2758 # ----------------------------------------------------------------
2759 # Check whether the given compiler option works
2760 # _LT_COMPILER_OPTION
2761
2762 # Old name:
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
2783
2784 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2785 # [ACTION-SUCCESS], [ACTION-FAILURE])
2786 # ----------------------------------------------------
2787 # Check whether the given linker option works
2788 # _LT_LINKER_OPTION
2789
2790 # Old name:
2791 # This is what autoupdate's m4 run will expand. It fires
2792 # the warning (with _au_warn_XXX), outputs it into the
2793 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2794 # the replacement expansion.
2795
2796
2797 # This is an auxiliary macro that is also run when
2798 # autoupdate runs m4. It simply calls m4_warning, but
2799 # we need a wrapper so that each warning is emitted only
2800 # once. We break the quoting in m4_warning's argument in
2801 # order to expand this macro's arguments, not AU_DEFUN's.
2802
2803
2804 # Finally, this is the expansion that is picked up by
2805 # autoconf. It tells the user to run autoupdate, and
2806 # then outputs the replacement expansion. We do not care
2807 # about autoupdate's warning because that contains
2808 # information on what to do *after* running autoupdate.
2809
2810
2811
2812 # LT_CMD_MAX_LEN
2813 #---------------
2814 # LT_CMD_MAX_LEN
2815
2816 # Old name:
2817 # This is what autoupdate's m4 run will expand. It fires
2818 # the warning (with _au_warn_XXX), outputs it into the
2819 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2820 # the replacement expansion.
2821
2822
2823 # This is an auxiliary macro that is also run when
2824 # autoupdate runs m4. It simply calls m4_warning, but
2825 # we need a wrapper so that each warning is emitted only
2826 # once. We break the quoting in m4_warning's argument in
2827 # order to expand this macro's arguments, not AU_DEFUN's.
2828
2829
2830 # Finally, this is the expansion that is picked up by
2831 # autoconf. It tells the user to run autoupdate, and
2832 # then outputs the replacement expansion. We do not care
2833 # about autoupdate's warning because that contains
2834 # information on what to do *after* running autoupdate.
2835
2836
2837
2838 # _LT_HEADER_DLFCN
2839 # ----------------
2840 # _LT_HEADER_DLFCN
2841
2842
2843 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2844 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2845 # ----------------------------------------------------------------
2846 # _LT_TRY_DLOPEN_SELF
2847
2848
2849 # LT_SYS_DLOPEN_SELF
2850 # ------------------
2851 # LT_SYS_DLOPEN_SELF
2852
2853 # Old name:
2854 # This is what autoupdate's m4 run will expand. It fires
2855 # the warning (with _au_warn_XXX), outputs it into the
2856 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2857 # the replacement expansion.
2858
2859
2860 # This is an auxiliary macro that is also run when
2861 # autoupdate runs m4. It simply calls m4_warning, but
2862 # we need a wrapper so that each warning is emitted only
2863 # once. We break the quoting in m4_warning's argument in
2864 # order to expand this macro's arguments, not AU_DEFUN's.
2865
2866
2867 # Finally, this is the expansion that is picked up by
2868 # autoconf. It tells the user to run autoupdate, and
2869 # then outputs the replacement expansion. We do not care
2870 # about autoupdate's warning because that contains
2871 # information on what to do *after* running autoupdate.
2872
2873
2874
2875 # _LT_COMPILER_C_O([TAGNAME])
2876 # ---------------------------
2877 # Check to see if options -c and -o are simultaneously supported by compiler.
2878 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2879 # _LT_COMPILER_C_O
2880
2881
2882 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2883 # ----------------------------------
2884 # Check to see if we can do hard links to lock some files if needed
2885 # _LT_COMPILER_FILE_LOCKS
2886
2887
2888 # _LT_CHECK_OBJDIR
2889 # ----------------
2890 # _LT_CHECK_OBJDIR
2891
2892
2893 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2894 # --------------------------------------
2895 # Check hardcoding attributes.
2896 # _LT_LINKER_HARDCODE_LIBPATH
2897
2898
2899 # _LT_CMD_STRIPLIB
2900 # ----------------
2901 # _LT_CMD_STRIPLIB
2902
2903
2904 # _LT_SYS_DYNAMIC_LINKER([TAG])
2905 # -----------------------------
2906 # PORTME Fill in your ld.so characteristics
2907 # _LT_SYS_DYNAMIC_LINKER
2908
2909
2910 # _LT_PATH_TOOL_PREFIX(TOOL)
2911 # --------------------------
2912 # find a file program which can recognize shared library
2913 # _LT_PATH_TOOL_PREFIX
2914
2915 # Old name:
2916 # This is what autoupdate's m4 run will expand. It fires
2917 # the warning (with _au_warn_XXX), outputs it into the
2918 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2919 # the replacement expansion.
2920
2921
2922 # This is an auxiliary macro that is also run when
2923 # autoupdate runs m4. It simply calls m4_warning, but
2924 # we need a wrapper so that each warning is emitted only
2925 # once. We break the quoting in m4_warning's argument in
2926 # order to expand this macro's arguments, not AU_DEFUN's.
2927
2928
2929 # Finally, this is the expansion that is picked up by
2930 # autoconf. It tells the user to run autoupdate, and
2931 # then outputs the replacement expansion. We do not care
2932 # about autoupdate's warning because that contains
2933 # information on what to do *after* running autoupdate.
2934
2935
2936
2937 # _LT_PATH_MAGIC
2938 # --------------
2939 # find a file program which can recognize a shared library
2940 # _LT_PATH_MAGIC
2941
2942
2943 # LT_PATH_LD
2944 # ----------
2945 # find the pathname to the GNU or non-GNU linker
2946 # LT_PATH_LD
2947
2948 # Old names:
2949 # This is what autoupdate's m4 run will expand. It fires
2950 # the warning (with _au_warn_XXX), outputs it into the
2951 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2952 # the replacement expansion.
2953
2954
2955 # This is an auxiliary macro that is also run when
2956 # autoupdate runs m4. It simply calls m4_warning, but
2957 # we need a wrapper so that each warning is emitted only
2958 # once. We break the quoting in m4_warning's argument in
2959 # order to expand this macro's arguments, not AU_DEFUN's.
2960
2961
2962 # Finally, this is the expansion that is picked up by
2963 # autoconf. It tells the user to run autoupdate, and
2964 # then outputs the replacement expansion. We do not care
2965 # about autoupdate's warning because that contains
2966 # information on what to do *after* running autoupdate.
2967
2968 # This is what autoupdate's m4 run will expand. It fires
2969 # the warning (with _au_warn_XXX), outputs it into the
2970 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2971 # the replacement expansion.
2972
2973
2974 # This is an auxiliary macro that is also run when
2975 # autoupdate runs m4. It simply calls m4_warning, but
2976 # we need a wrapper so that each warning is emitted only
2977 # once. We break the quoting in m4_warning's argument in
2978 # order to expand this macro's arguments, not AU_DEFUN's.
2979
2980
2981 # Finally, this is the expansion that is picked up by
2982 # autoconf. It tells the user to run autoupdate, and
2983 # then outputs the replacement expansion. We do not care
2984 # about autoupdate's warning because that contains
2985 # information on what to do *after* running autoupdate.
2986
2987
2988
2989 # _LT_PATH_LD_GNU
2990 #- --------------
2991 # _LT_PATH_LD_GNU
2992
2993
2994 # _LT_CMD_RELOAD
2995 # --------------
2996 # find reload flag for linker
2997 # -- PORTME Some linkers may need a different reload flag.
2998 # _LT_CMD_RELOAD
2999
3000
3001 # _LT_CHECK_MAGIC_METHOD
3002 # ----------------------
3003 # how to check for library dependencies
3004 # -- PORTME fill in with the dynamic library characteristics
3005 # _LT_CHECK_MAGIC_METHOD
3006
3007
3008 # LT_PATH_NM
3009 # ----------
3010 # find the pathname to a BSD- or MS-compatible name lister
3011 # LT_PATH_NM
3012
3013 # Old names:
3014 # This is what autoupdate's m4 run will expand. It fires
3015 # the warning (with _au_warn_XXX), outputs it into the
3016 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3017 # the replacement expansion.
3018
3019
3020 # This is an auxiliary macro that is also run when
3021 # autoupdate runs m4. It simply calls m4_warning, but
3022 # we need a wrapper so that each warning is emitted only
3023 # once. We break the quoting in m4_warning's argument in
3024 # order to expand this macro's arguments, not AU_DEFUN's.
3025
3026
3027 # Finally, this is the expansion that is picked up by
3028 # autoconf. It tells the user to run autoupdate, and
3029 # then outputs the replacement expansion. We do not care
3030 # about autoupdate's warning because that contains
3031 # information on what to do *after* running autoupdate.
3032
3033 # This is what autoupdate's m4 run will expand. It fires
3034 # the warning (with _au_warn_XXX), outputs it into the
3035 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3036 # the replacement expansion.
3037
3038
3039 # This is an auxiliary macro that is also run when
3040 # autoupdate runs m4. It simply calls m4_warning, but
3041 # we need a wrapper so that each warning is emitted only
3042 # once. We break the quoting in m4_warning's argument in
3043 # order to expand this macro's arguments, not AU_DEFUN's.
3044
3045
3046 # Finally, this is the expansion that is picked up by
3047 # autoconf. It tells the user to run autoupdate, and
3048 # then outputs the replacement expansion. We do not care
3049 # about autoupdate's warning because that contains
3050 # information on what to do *after* running autoupdate.
3051
3052
3053
3054 # LT_LIB_M
3055 # --------
3056 # check for math library
3057 # LT_LIB_M
3058
3059 # Old name:
3060 # This is what autoupdate's m4 run will expand. It fires
3061 # the warning (with _au_warn_XXX), outputs it into the
3062 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3063 # the replacement expansion.
3064
3065
3066 # This is an auxiliary macro that is also run when
3067 # autoupdate runs m4. It simply calls m4_warning, but
3068 # we need a wrapper so that each warning is emitted only
3069 # once. We break the quoting in m4_warning's argument in
3070 # order to expand this macro's arguments, not AU_DEFUN's.
3071
3072
3073 # Finally, this is the expansion that is picked up by
3074 # autoconf. It tells the user to run autoupdate, and
3075 # then outputs the replacement expansion. We do not care
3076 # about autoupdate's warning because that contains
3077 # information on what to do *after* running autoupdate.
3078
3079
3080
3081 # _LT_COMPILER_NO_RTTI([TAGNAME])
3082 # -------------------------------
3083 # _LT_COMPILER_NO_RTTI
3084
3085
3086 # _LT_CMD_GLOBAL_SYMBOLS
3087 # ----------------------
3088 # _LT_CMD_GLOBAL_SYMBOLS
3089
3090
3091 # _LT_COMPILER_PIC([TAGNAME])
3092 # ---------------------------
3093 # _LT_COMPILER_PIC
3094
3095
3096 # _LT_LINKER_SHLIBS([TAGNAME])
3097 # ----------------------------
3098 # See if the linker supports building shared libraries.
3099 # _LT_LINKER_SHLIBS
3100
3101
3102 # _LT_LANG_C_CONFIG([TAG])
3103 # ------------------------
3104 # Ensure that the configuration variables for a C compiler are suitably
3105 # defined. These variables are subsequently used by _LT_CONFIG to write
3106 # the compiler configuration to `libtool'.
3107 # _LT_LANG_C_CONFIG
3108
3109
3110 # _LT_LANG_CXX_CONFIG([TAG])
3111 # --------------------------
3112 # Ensure that the configuration variables for a C++ compiler are suitably
3113 # defined. These variables are subsequently used by _LT_CONFIG to write
3114 # the compiler configuration to `libtool'.
3115 # _LT_LANG_CXX_CONFIG
3116
3117
3118 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3119 # ---------------------------------
3120 # Figure out "hidden" library dependencies from verbose
3121 # compiler output when linking a shared library.
3122 # Parse the compiler output and extract the necessary
3123 # objects, libraries and library flags.
3124 # _LT_SYS_HIDDEN_LIBDEPS
3125
3126
3127 # _LT_LANG_F77_CONFIG([TAG])
3128 # --------------------------
3129 # Ensure that the configuration variables for a Fortran 77 compiler are
3130 # suitably defined. These variables are subsequently used by _LT_CONFIG
3131 # to write the compiler configuration to `libtool'.
3132 # _LT_LANG_F77_CONFIG
3133
3134
3135 # _LT_LANG_FC_CONFIG([TAG])
3136 # -------------------------
3137 # Ensure that the configuration variables for a Fortran compiler are
3138 # suitably defined. These variables are subsequently used by _LT_CONFIG
3139 # to write the compiler configuration to `libtool'.
3140 # _LT_LANG_FC_CONFIG
3141
3142
3143 # _LT_LANG_GCJ_CONFIG([TAG])
3144 # --------------------------
3145 # Ensure that the configuration variables for the GNU Java Compiler compiler
3146 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3147 # to write the compiler configuration to `libtool'.
3148 # _LT_LANG_GCJ_CONFIG
3149
3150
3151 # _LT_LANG_RC_CONFIG([TAG])
3152 # -------------------------
3153 # Ensure that the configuration variables for the Windows resource compiler
3154 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3155 # to write the compiler configuration to `libtool'.
3156 # _LT_LANG_RC_CONFIG
3157
3158
3159 # LT_PROG_GCJ
3160 # -----------
3161
3162
3163 # Old name:
3164 # This is what autoupdate's m4 run will expand. It fires
3165 # the warning (with _au_warn_XXX), outputs it into the
3166 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3167 # the replacement expansion.
3168
3169
3170 # This is an auxiliary macro that is also run when
3171 # autoupdate runs m4. It simply calls m4_warning, but
3172 # we need a wrapper so that each warning is emitted only
3173 # once. We break the quoting in m4_warning's argument in
3174 # order to expand this macro's arguments, not AU_DEFUN's.
3175
3176
3177 # Finally, this is the expansion that is picked up by
3178 # autoconf. It tells the user to run autoupdate, and
3179 # then outputs the replacement expansion. We do not care
3180 # about autoupdate's warning because that contains
3181 # information on what to do *after* running autoupdate.
3182
3183
3184
3185 # LT_PROG_RC
3186 # ----------
3187
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_DECL_EGREP
3212 # --------------
3213 # If we don't have a new enough Autoconf to choose the best grep
3214 # available, choose the one first in the user's PATH.
3215
3216
3217
3218 # _LT_DECL_OBJDUMP
3219 # --------------
3220 # If we don't have a new enough Autoconf to choose the best objdump
3221 # available, choose the one first in the user's PATH.
3222
3223
3224
3225 # _LT_DECL_SED
3226 # ------------
3227 # Check for a fully-functional sed program, that truncates
3228 # as few characters as possible. Prefer GNU sed if found.
3229 # _LT_DECL_SED
3230
3231 #m4_ifndef
3232
3233 # Old name:
3234 # This is what autoupdate's m4 run will expand. It fires
3235 # the warning (with _au_warn_XXX), outputs it into the
3236 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3237 # the replacement expansion.
3238
3239
3240 # This is an auxiliary macro that is also run when
3241 # autoupdate runs m4. It simply calls m4_warning, but
3242 # we need a wrapper so that each warning is emitted only
3243 # once. We break the quoting in m4_warning's argument in
3244 # order to expand this macro's arguments, not AU_DEFUN's.
3245
3246
3247 # Finally, this is the expansion that is picked up by
3248 # autoconf. It tells the user to run autoupdate, and
3249 # then outputs the replacement expansion. We do not care
3250 # about autoupdate's warning because that contains
3251 # information on what to do *after* running autoupdate.
3252
3253
3254
3255 # _LT_CHECK_SHELL_FEATURES
3256 # ------------------------
3257 # Find out whether the shell is Bourne or XSI compatible,
3258 # or has some other useful features.
3259 # _LT_CHECK_SHELL_FEATURES
3260
3261
3262 # _LT_PROG_XSI_SHELLFNS
3263 # ---------------------
3264 # Bourne and XSI compatible variants of some useful shell functions.
3265
3266
3267 # Helper functions for option handling. -*- Autoconf -*-
3268 #
3269 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3270 # Inc.
3271 # Written by Gary V. Vaughan, 2004
3272 #
3273 # This file is free software; the Free Software Foundation gives
3274 # unlimited permission to copy and/or distribute it, with or without
3275 # modifications, as long as this notice is preserved.
3276
3277 # serial 6 ltoptions.m4
3278
3279 # This is to help aclocal find these macros, as it can't see m4_define.
3280
3281
3282
3283 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3284 # ------------------------------------------
3285
3286
3287
3288 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3289 # ---------------------------------------
3290 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3291 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3292 # saved as a flag.
3293
3294
3295
3296 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3297 # ------------------------------------------------------------
3298 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3299
3300
3301
3302 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3303 # -------------------------------------------------------
3304 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3305 # are set.
3306
3307
3308
3309 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3310 # ----------------------------------------
3311 # OPTION-LIST is a space-separated list of Libtool options associated
3312 # with MACRO-NAME. If any OPTION has a matching handler declared with
3313 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3314 # the unknown option and exit.
3315 # _LT_SET_OPTIONS
3316
3317
3318 ## --------------------------------- ##
3319 ## Macros to handle LT_INIT options. ##
3320 ## --------------------------------- ##
3321
3322 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3323 # -----------------------------------------
3324
3325
3326
3327 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3328 # -----------------------------------------------
3329 # LT_OPTION_DEFINE
3330
3331
3332 # dlopen
3333 # ------
3334
3335
3336 # This is what autoupdate's m4 run will expand. It fires
3337 # the warning (with _au_warn_XXX), outputs it into the
3338 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3339 # the replacement expansion.
3340
3341
3342 # This is an auxiliary macro that is also run when
3343 # autoupdate runs m4. It simply calls m4_warning, but
3344 # we need a wrapper so that each warning is emitted only
3345 # once. We break the quoting in m4_warning's argument in
3346 # order to expand this macro's arguments, not AU_DEFUN's.
3347
3348
3349 # Finally, this is the expansion that is picked up by
3350 # autoconf. It tells the user to run autoupdate, and
3351 # then outputs the replacement expansion. We do not care
3352 # about autoupdate's warning because that contains
3353 # information on what to do *after* running autoupdate.
3354
3355
3356
3357
3358 # win32-dll
3359 # ---------
3360 # Declare package support for building win32 dll's.
3361 # win32-dll
3362
3363 # This is what autoupdate's m4 run will expand. It fires
3364 # the warning (with _au_warn_XXX), outputs it into the
3365 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3366 # the replacement expansion.
3367
3368
3369 # This is an auxiliary macro that is also run when
3370 # autoupdate runs m4. It simply calls m4_warning, but
3371 # we need a wrapper so that each warning is emitted only
3372 # once. We break the quoting in m4_warning's argument in
3373 # order to expand this macro's arguments, not AU_DEFUN's.
3374
3375
3376 # Finally, this is the expansion that is picked up by
3377 # autoconf. It tells the user to run autoupdate, and
3378 # then outputs the replacement expansion. We do not care
3379 # about autoupdate's warning because that contains
3380 # information on what to do *after* running autoupdate.
3381
3382
3383
3384
3385 # _LT_ENABLE_SHARED([DEFAULT])
3386 # ----------------------------
3387 # implement the --enable-shared flag, and supports the `shared' and
3388 # `disable-shared' LT_INIT options.
3389 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3390 # _LT_ENABLE_SHARED
3391
3392
3393
3394
3395 # Old names:
3396
3397
3398
3399
3400 # This is what autoupdate's m4 run will expand. It fires
3401 # the warning (with _au_warn_XXX), outputs it into the
3402 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3403 # the replacement expansion.
3404
3405
3406 # This is an auxiliary macro that is also run when
3407 # autoupdate runs m4. It simply calls m4_warning, but
3408 # we need a wrapper so that each warning is emitted only
3409 # once. We break the quoting in m4_warning's argument in
3410 # order to expand this macro's arguments, not AU_DEFUN's.
3411
3412
3413 # Finally, this is the expansion that is picked up by
3414 # autoconf. It tells the user to run autoupdate, and
3415 # then outputs the replacement expansion. We do not care
3416 # about autoupdate's warning because that contains
3417 # information on what to do *after* running autoupdate.
3418
3419 # This is what autoupdate's m4 run will expand. It fires
3420 # the warning (with _au_warn_XXX), outputs it into the
3421 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3422 # the replacement expansion.
3423
3424
3425 # This is an auxiliary macro that is also run when
3426 # autoupdate runs m4. It simply calls m4_warning, but
3427 # we need a wrapper so that each warning is emitted only
3428 # once. We break the quoting in m4_warning's argument in
3429 # order to expand this macro's arguments, not AU_DEFUN's.
3430
3431
3432 # Finally, this is the expansion that is picked up by
3433 # autoconf. It tells the user to run autoupdate, and
3434 # then outputs the replacement expansion. We do not care
3435 # about autoupdate's warning because that contains
3436 # information on what to do *after* running autoupdate.
3437
3438
3439
3440
3441
3442 # _LT_ENABLE_STATIC([DEFAULT])
3443 # ----------------------------
3444 # implement the --enable-static flag, and support the `static' and
3445 # `disable-static' LT_INIT options.
3446 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3447 # _LT_ENABLE_STATIC
3448
3449
3450
3451
3452 # Old names:
3453
3454
3455
3456
3457 # This is what autoupdate's m4 run will expand. It fires
3458 # the warning (with _au_warn_XXX), outputs it into the
3459 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3460 # the replacement expansion.
3461
3462
3463 # This is an auxiliary macro that is also run when
3464 # autoupdate runs m4. It simply calls m4_warning, but
3465 # we need a wrapper so that each warning is emitted only
3466 # once. We break the quoting in m4_warning's argument in
3467 # order to expand this macro's arguments, not AU_DEFUN's.
3468
3469
3470 # Finally, this is the expansion that is picked up by
3471 # autoconf. It tells the user to run autoupdate, and
3472 # then outputs the replacement expansion. We do not care
3473 # about autoupdate's warning because that contains
3474 # information on what to do *after* running autoupdate.
3475
3476 # This is what autoupdate's m4 run will expand. It fires
3477 # the warning (with _au_warn_XXX), outputs it into the
3478 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3479 # the replacement expansion.
3480
3481
3482 # This is an auxiliary macro that is also run when
3483 # autoupdate runs m4. It simply calls m4_warning, but
3484 # we need a wrapper so that each warning is emitted only
3485 # once. We break the quoting in m4_warning's argument in
3486 # order to expand this macro's arguments, not AU_DEFUN's.
3487
3488
3489 # Finally, this is the expansion that is picked up by
3490 # autoconf. It tells the user to run autoupdate, and
3491 # then outputs the replacement expansion. We do not care
3492 # about autoupdate's warning because that contains
3493 # information on what to do *after* running autoupdate.
3494
3495
3496
3497
3498
3499 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3500 # ----------------------------------
3501 # implement the --enable-fast-install flag, and support the `fast-install'
3502 # and `disable-fast-install' LT_INIT options.
3503 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3504 # _LT_ENABLE_FAST_INSTALL
3505
3506
3507
3508
3509 # Old names:
3510 # This is what autoupdate's m4 run will expand. It fires
3511 # the warning (with _au_warn_XXX), outputs it into the
3512 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3513 # the replacement expansion.
3514
3515
3516 # This is an auxiliary macro that is also run when
3517 # autoupdate runs m4. It simply calls m4_warning, but
3518 # we need a wrapper so that each warning is emitted only
3519 # once. We break the quoting in m4_warning's argument in
3520 # order to expand this macro's arguments, not AU_DEFUN's.
3521
3522
3523 # Finally, this is the expansion that is picked up by
3524 # autoconf. It tells the user to run autoupdate, and
3525 # then outputs the replacement expansion. We do not care
3526 # about autoupdate's warning because that contains
3527 # information on what to do *after* running autoupdate.
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
3550
3551
3552 # _LT_WITH_PIC([MODE])
3553 # --------------------
3554 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3555 # LT_INIT options.
3556 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3557 # _LT_WITH_PIC
3558
3559
3560
3561
3562 # Old name:
3563 # This is what autoupdate's m4 run will expand. It fires
3564 # the warning (with _au_warn_XXX), outputs it into the
3565 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3566 # the replacement expansion.
3567
3568
3569 # This is an auxiliary macro that is also run when
3570 # autoupdate runs m4. It simply calls m4_warning, but
3571 # we need a wrapper so that each warning is emitted only
3572 # once. We break the quoting in m4_warning's argument in
3573 # order to expand this macro's arguments, not AU_DEFUN's.
3574
3575
3576 # Finally, this is the expansion that is picked up by
3577 # autoconf. It tells the user to run autoupdate, and
3578 # then outputs the replacement expansion. We do not care
3579 # about autoupdate's warning because that contains
3580 # information on what to do *after* running autoupdate.
3581
3582
3583
3584 ## ----------------- ##
3585 ## LTDL_INIT Options ##
3586 ## ----------------- ##
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3598 #
3599 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3600 # Written by Gary V. Vaughan, 2004
3601 #
3602 # This file is free software; the Free Software Foundation gives
3603 # unlimited permission to copy and/or distribute it, with or without
3604 # modifications, as long as this notice is preserved.
3605
3606 # serial 6 ltsugar.m4
3607
3608 # This is to help aclocal find these macros, as it can't see m4_define.
3609
3610
3611
3612 # lt_join(SEP, ARG1, [ARG2...])
3613 # -----------------------------
3614 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3615 # associated separator.
3616 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3617 # versions in m4sugar had bugs.
3618
3619
3620
3621
3622 # lt_car(LIST)
3623 # lt_cdr(LIST)
3624 # ------------
3625 # Manipulate m4 lists.
3626 # These macros are necessary as long as will still need to support
3627 # Autoconf-2.59 which quotes differently.
3628
3629
3630
3631
3632
3633 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3634 # ------------------------------------------
3635 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3636 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3637 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3638 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3639 # than defined and empty).
3640 #
3641 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3642 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3643
3644
3645
3646
3647 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3648 # ----------------------------------------------------------
3649 # Produce a SEP delimited list of all paired combinations of elements of
3650 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3651 # has the form PREFIXmINFIXSUFFIXn.
3652 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3653
3654
3655
3656 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3657 # -----------------------------------------------------------------------
3658 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3659 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3660
3661
3662
3663 # lt_dict_add(DICT, KEY, VALUE)
3664 # -----------------------------
3665
3666
3667
3668 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3669 # --------------------------------------------
3670
3671
3672
3673 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3674 # ----------------------------------
3675
3676
3677
3678 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3679 # -----------------------------------------------------------------
3680
3681
3682
3683 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3684 # --------------------------------------------------------------
3685
3686
3687 # ltversion.m4 -- version numbers -*- Autoconf -*-
3688 #
3689 # Copyright (C) 2004 Free Software Foundation, Inc.
3690 # Written by Scott James Remnant, 2004
3691 #
3692 # This file is free software; the Free Software Foundation gives
3693 # unlimited permission to copy and/or distribute it, with or without
3694 # modifications, as long as this notice is preserved.
3695
3696 # Generated from ltversion.in.
3697
3698 # serial 3134 ltversion.m4
3699 # This file is part of GNU Libtool
3700
3701
3702
3703
3704
3705
3706 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3707 #
3708 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3709 # Written by Scott James Remnant, 2004.
3710 #
3711 # This file is free software; the Free Software Foundation gives
3712 # unlimited permission to copy and/or distribute it, with or without
3713 # modifications, as long as this notice is preserved.
3714
3715 # serial 4 lt~obsolete.m4
3716
3717 # These exist entirely to fool aclocal when bootstrapping libtool.
3718 #
3719 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3720 # which have later been changed to m4_define as they aren't part of the
3721 # exported API, or moved to Autoconf or Automake where they belong.
3722 #
3723 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3724 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3725 # using a macro with the same name in our local m4/libtool.m4 it'll
3726 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3727 # and doesn't know about Autoconf macros at all.)
3728 #
3729 # So we provide this file, which has a silly filename so it's always
3730 # included after everything else. This provides aclocal with the
3731 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3732 # because those macros already exist, or will be overwritten later.
3733 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3734 #
3735 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3736 # Yes, that means every name once taken will need to remain here until
3737 # we give up compatibility with versions before 1.7, at which point
3738 # we need to keep only those names which we still refer to.
3739
3740 # This is to help aclocal find these macros, as it can't see m4_define.
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805 ## -*- Autoconf -*-
3806
3807 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3808 # Free Software Foundation, Inc.
3809 #
3810 # This file is free software; the Free Software Foundation
3811 # gives unlimited permission to copy and/or distribute it,
3812 # with or without modifications, as long as this notice is preserved.
3813
3814 # serial 8
3815
3816 # Based on depend.m4 from automake 1.9, modified for standalone use in
3817 # an environment where GNU make is required.
3818
3819 # ZW_PROG_COMPILER_DEPENDENCIES
3820 # -----------------------------
3821 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3822 # sets fooDEPMODE accordingly. Cache-variable compatible with
3823 # original; not side-effect compatible. As the users of this macro
3824 # may require accurate dependencies for correct builds, it does *not*
3825 # honor --disable-dependency-checking, and failure to detect a usable
3826 # method is an error. depcomp is assumed to be located in
3827 # $ac_aux_dir.
3828 #
3829 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3830
3831
3832
3833 # AM_SET_DEPDIR
3834 # -------------
3835 # Choose a directory name for dependency files.
3836
3837
3838 # ZW_CREATE_DEPDIR
3839 # ----------------
3840 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887 sim_inline="-DDEFAULT_INLINE=0"
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 # intl sister-directory configuration rules.
3925 #
3926
3927 # The idea behind this macro is that there's no need to repeat all the
3928 # autoconf probes done by the intl directory - it's already done them
3929 # for us. In fact, there's no need even to look at the cache for the
3930 # answers. All we need to do is nab a few pieces of information.
3931 # The intl directory is set up to make this easy, by generating a
3932 # small file which can be sourced as a shell script; then we produce
3933 # the necessary substitutions and definitions for this directory.
3934
3935
3936
3937 # Autoconf M4 include file defining utility macros for complex Canadian
3938 # cross builds.
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948 ####
3949 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3950 # or AC_INIT.
3951 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
3952
3953 ####
3954 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3955 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
3956
3957
3958 ####
3959 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3960 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
3961
3962
3963
3964 # Backported from Autoconf 2.5x; can go away when and if
3965 # we switch. Put the OS path separator in $PATH_SEPARATOR.
3966
3967
3968
3969
3970 # ACX_HAVE_GCC_FOR_TARGET
3971 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
3972
3973
3974 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
3975 # Searching for installed target binutils. We need to take extra care,
3976 # else we may find the wrong assembler, linker, etc., and lose.
3977 #
3978 # First try --with-build-time-tools, if specified.
3979 #
3980 # For build != host, we ask the installed GCC for the name of the tool it
3981 # uses, and accept it if it is an absolute path. This is because the
3982 # only good choice for a compiler is the same GCC version that is being
3983 # installed (or we couldn't make target libraries), and we assume that
3984 # on the host system we'll have not only the same GCC version, but also
3985 # the same binutils version.
3986 #
3987 # For build == host, search the same directories that the installed
3988 # compiler will search. We used to do this for the assembler, linker,
3989 # and nm only; for simplicity of configuration, however, we extend this
3990 # criterion to tools (such as ar and ranlib) that are never invoked by
3991 # the compiler, to avoid mismatches.
3992 #
3993 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
3994 # if build == target. This makes the most sense only when bootstrapping,
3995 # but we also do so when build != host. In this case, we hope that the
3996 # build and host systems will have similar contents of MD_EXEC_PREFIX.
3997 #
3998 # If we do not find a suitable binary, then try the user's path.
3999
4000
4001 ###
4002 # AC_PROG_CPP_WERROR
4003 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4004 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4005 # For now, using this also overrides header checks to use only the
4006 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4007 # bit harder from here).
4008 # Eventually autoconf will default to checking headers with the compiler
4009 # instead, and we'll have to do this differently.
4010
4011 # AC_PROG_CPP_WERROR
4012
4013 # Test for GNAT.
4014 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4015 # that understands Ada. We use the user's CC setting, already found, and
4016 # possibly add $1 to the command-line parameters.
4017 #
4018 # Sets the shell variable have_gnat to yes or no as appropriate, and
4019 # substitutes GNATBIND and GNATMAKE.
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 ac_ext=c
4046 ac_cpp='$CPP $CPPFLAGS'
4047 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4048 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4049 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4050 if test -n "$ac_tool_prefix"; then
4051 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4052 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4054 $as_echo_n "checking for $ac_word... " >&6; }
4055 if test "${ac_cv_prog_CC+set}" = set; then :
4056 $as_echo_n "(cached) " >&6
4057 else
4058 if test -n "$CC"; then
4059 ac_cv_prog_CC="$CC" # Let the user override the test.
4060 else
4061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4062 for as_dir in $PATH
4063 do
4064 IFS=$as_save_IFS
4065 test -z "$as_dir" && as_dir=.
4066 for ac_exec_ext in '' $ac_executable_extensions; do
4067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4068 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4070 break 2
4071 fi
4072 done
4073 done
4074 IFS=$as_save_IFS
4075
4076 fi
4077 fi
4078 CC=$ac_cv_prog_CC
4079 if test -n "$CC"; then
4080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4081 $as_echo "$CC" >&6; }
4082 else
4083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4084 $as_echo "no" >&6; }
4085 fi
4086
4087
4088 fi
4089 if test -z "$ac_cv_prog_CC"; then
4090 ac_ct_CC=$CC
4091 # Extract the first word of "gcc", so it can be a program name with args.
4092 set dummy gcc; ac_word=$2
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4094 $as_echo_n "checking for $ac_word... " >&6; }
4095 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4096 $as_echo_n "(cached) " >&6
4097 else
4098 if test -n "$ac_ct_CC"; then
4099 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4100 else
4101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4102 for as_dir in $PATH
4103 do
4104 IFS=$as_save_IFS
4105 test -z "$as_dir" && as_dir=.
4106 for ac_exec_ext in '' $ac_executable_extensions; do
4107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4108 ac_cv_prog_ac_ct_CC="gcc"
4109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4110 break 2
4111 fi
4112 done
4113 done
4114 IFS=$as_save_IFS
4115
4116 fi
4117 fi
4118 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4119 if test -n "$ac_ct_CC"; then
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4121 $as_echo "$ac_ct_CC" >&6; }
4122 else
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4124 $as_echo "no" >&6; }
4125 fi
4126
4127 if test "x$ac_ct_CC" = x; then
4128 CC=""
4129 else
4130 case $cross_compiling:$ac_tool_warned in
4131 yes:)
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4133 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4134 ac_tool_warned=yes ;;
4135 esac
4136 CC=$ac_ct_CC
4137 fi
4138 else
4139 CC="$ac_cv_prog_CC"
4140 fi
4141
4142 if test -z "$CC"; then
4143 if test -n "$ac_tool_prefix"; then
4144 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4145 set dummy ${ac_tool_prefix}cc; ac_word=$2
4146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4147 $as_echo_n "checking for $ac_word... " >&6; }
4148 if test "${ac_cv_prog_CC+set}" = set; then :
4149 $as_echo_n "(cached) " >&6
4150 else
4151 if test -n "$CC"; then
4152 ac_cv_prog_CC="$CC" # Let the user override the test.
4153 else
4154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4155 for as_dir in $PATH
4156 do
4157 IFS=$as_save_IFS
4158 test -z "$as_dir" && as_dir=.
4159 for ac_exec_ext in '' $ac_executable_extensions; do
4160 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4161 ac_cv_prog_CC="${ac_tool_prefix}cc"
4162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4163 break 2
4164 fi
4165 done
4166 done
4167 IFS=$as_save_IFS
4168
4169 fi
4170 fi
4171 CC=$ac_cv_prog_CC
4172 if test -n "$CC"; then
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4174 $as_echo "$CC" >&6; }
4175 else
4176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4177 $as_echo "no" >&6; }
4178 fi
4179
4180
4181 fi
4182 fi
4183 if test -z "$CC"; then
4184 # Extract the first word of "cc", so it can be a program name with args.
4185 set dummy cc; ac_word=$2
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4187 $as_echo_n "checking for $ac_word... " >&6; }
4188 if test "${ac_cv_prog_CC+set}" = set; then :
4189 $as_echo_n "(cached) " >&6
4190 else
4191 if test -n "$CC"; then
4192 ac_cv_prog_CC="$CC" # Let the user override the test.
4193 else
4194 ac_prog_rejected=no
4195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4196 for as_dir in $PATH
4197 do
4198 IFS=$as_save_IFS
4199 test -z "$as_dir" && as_dir=.
4200 for ac_exec_ext in '' $ac_executable_extensions; do
4201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4202 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4203 ac_prog_rejected=yes
4204 continue
4205 fi
4206 ac_cv_prog_CC="cc"
4207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4208 break 2
4209 fi
4210 done
4211 done
4212 IFS=$as_save_IFS
4213
4214 if test $ac_prog_rejected = yes; then
4215 # We found a bogon in the path, so make sure we never use it.
4216 set dummy $ac_cv_prog_CC
4217 shift
4218 if test $# != 0; then
4219 # We chose a different compiler from the bogus one.
4220 # However, it has the same basename, so the bogon will be chosen
4221 # first if we set CC to just the basename; use the full file name.
4222 shift
4223 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4224 fi
4225 fi
4226 fi
4227 fi
4228 CC=$ac_cv_prog_CC
4229 if test -n "$CC"; then
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4231 $as_echo "$CC" >&6; }
4232 else
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4234 $as_echo "no" >&6; }
4235 fi
4236
4237
4238 fi
4239 if test -z "$CC"; then
4240 if test -n "$ac_tool_prefix"; then
4241 for ac_prog in cl.exe
4242 do
4243 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4244 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4246 $as_echo_n "checking for $ac_word... " >&6; }
4247 if test "${ac_cv_prog_CC+set}" = set; then :
4248 $as_echo_n "(cached) " >&6
4249 else
4250 if test -n "$CC"; then
4251 ac_cv_prog_CC="$CC" # Let the user override the test.
4252 else
4253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4254 for as_dir in $PATH
4255 do
4256 IFS=$as_save_IFS
4257 test -z "$as_dir" && as_dir=.
4258 for ac_exec_ext in '' $ac_executable_extensions; do
4259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4260 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4262 break 2
4263 fi
4264 done
4265 done
4266 IFS=$as_save_IFS
4267
4268 fi
4269 fi
4270 CC=$ac_cv_prog_CC
4271 if test -n "$CC"; then
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4273 $as_echo "$CC" >&6; }
4274 else
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4276 $as_echo "no" >&6; }
4277 fi
4278
4279
4280 test -n "$CC" && break
4281 done
4282 fi
4283 if test -z "$CC"; then
4284 ac_ct_CC=$CC
4285 for ac_prog in cl.exe
4286 do
4287 # Extract the first word of "$ac_prog", so it can be a program name with args.
4288 set dummy $ac_prog; ac_word=$2
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4290 $as_echo_n "checking for $ac_word... " >&6; }
4291 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4292 $as_echo_n "(cached) " >&6
4293 else
4294 if test -n "$ac_ct_CC"; then
4295 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4296 else
4297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4298 for as_dir in $PATH
4299 do
4300 IFS=$as_save_IFS
4301 test -z "$as_dir" && as_dir=.
4302 for ac_exec_ext in '' $ac_executable_extensions; do
4303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4304 ac_cv_prog_ac_ct_CC="$ac_prog"
4305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4306 break 2
4307 fi
4308 done
4309 done
4310 IFS=$as_save_IFS
4311
4312 fi
4313 fi
4314 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4315 if test -n "$ac_ct_CC"; then
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4317 $as_echo "$ac_ct_CC" >&6; }
4318 else
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4320 $as_echo "no" >&6; }
4321 fi
4322
4323
4324 test -n "$ac_ct_CC" && break
4325 done
4326
4327 if test "x$ac_ct_CC" = x; then
4328 CC=""
4329 else
4330 case $cross_compiling:$ac_tool_warned in
4331 yes:)
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4333 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4334 ac_tool_warned=yes ;;
4335 esac
4336 CC=$ac_ct_CC
4337 fi
4338 fi
4339
4340 fi
4341
4342
4343 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4344 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4345 as_fn_error "no acceptable C compiler found in \$PATH
4346 See \`config.log' for more details." "$LINENO" 5; }
4347
4348 # Provide some information about the compiler.
4349 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4350 set X $ac_compile
4351 ac_compiler=$2
4352 for ac_option in --version -v -V -qversion; do
4353 { { ac_try="$ac_compiler $ac_option >&5"
4354 case "(($ac_try" in
4355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4356 *) ac_try_echo=$ac_try;;
4357 esac
4358 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4359 $as_echo "$ac_try_echo"; } >&5
4360 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4361 ac_status=$?
4362 if test -s conftest.err; then
4363 sed '10a\
4364 ... rest of stderr output deleted ...
4365 10q' conftest.err >conftest.er1
4366 cat conftest.er1 >&5
4367 rm -f conftest.er1 conftest.err
4368 fi
4369 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4370 test $ac_status = 0; }
4371 done
4372
4373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4374 /* end confdefs.h. */
4375
4376 int
4377 main ()
4378 {
4379
4380 ;
4381 return 0;
4382 }
4383 _ACEOF
4384 ac_clean_files_save=$ac_clean_files
4385 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4386 # Try to create an executable without -o first, disregard a.out.
4387 # It will help us diagnose broken compilers, and finding out an intuition
4388 # of exeext.
4389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4390 $as_echo_n "checking for C compiler default output file name... " >&6; }
4391 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4392
4393 # The possible output files:
4394 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4395
4396 ac_rmfiles=
4397 for ac_file in $ac_files
4398 do
4399 case $ac_file in
4400 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4401 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4402 esac
4403 done
4404 rm -f $ac_rmfiles
4405
4406 if { { ac_try="$ac_link_default"
4407 case "(($ac_try" in
4408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4409 *) ac_try_echo=$ac_try;;
4410 esac
4411 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4412 $as_echo "$ac_try_echo"; } >&5
4413 (eval "$ac_link_default") 2>&5
4414 ac_status=$?
4415 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4416 test $ac_status = 0; }; then :
4417 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4418 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4419 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4420 # so that the user can short-circuit this test for compilers unknown to
4421 # Autoconf.
4422 for ac_file in $ac_files ''
4423 do
4424 test -f "$ac_file" || continue
4425 case $ac_file in
4426 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4427 ;;
4428 [ab].out )
4429 # We found the default executable, but exeext='' is most
4430 # certainly right.
4431 break;;
4432 *.* )
4433 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4434 then :; else
4435 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4436 fi
4437 # We set ac_cv_exeext here because the later test for it is not
4438 # safe: cross compilers may not add the suffix if given an `-o'
4439 # argument, so we may need to know it at that point already.
4440 # Even if this section looks crufty: it has the advantage of
4441 # actually working.
4442 break;;
4443 * )
4444 break;;
4445 esac
4446 done
4447 test "$ac_cv_exeext" = no && ac_cv_exeext=
4448
4449 else
4450 ac_file=''
4451 fi
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4453 $as_echo "$ac_file" >&6; }
4454 if test -z "$ac_file"; then :
4455 $as_echo "$as_me: failed program was:" >&5
4456 sed 's/^/| /' conftest.$ac_ext >&5
4457
4458 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4459 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4460 { as_fn_set_status 77
4461 as_fn_error "C compiler cannot create executables
4462 See \`config.log' for more details." "$LINENO" 5; }; }
4463 fi
4464 ac_exeext=$ac_cv_exeext
4465
4466 # Check that the compiler produces executables we can run. If not, either
4467 # the compiler is broken, or we cross compile.
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4469 $as_echo_n "checking whether the C compiler works... " >&6; }
4470 # If not cross compiling, check that we can run a simple program.
4471 if test "$cross_compiling" != yes; then
4472 if { ac_try='./$ac_file'
4473 { { case "(($ac_try" in
4474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4475 *) ac_try_echo=$ac_try;;
4476 esac
4477 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4478 $as_echo "$ac_try_echo"; } >&5
4479 (eval "$ac_try") 2>&5
4480 ac_status=$?
4481 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4482 test $ac_status = 0; }; }; then
4483 cross_compiling=no
4484 else
4485 if test "$cross_compiling" = maybe; then
4486 cross_compiling=yes
4487 else
4488 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4489 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4490 as_fn_error "cannot run C compiled programs.
4491 If you meant to cross compile, use \`--host'.
4492 See \`config.log' for more details." "$LINENO" 5; }
4493 fi
4494 fi
4495 fi
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4497 $as_echo "yes" >&6; }
4498
4499 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4500 ac_clean_files=$ac_clean_files_save
4501 # Check that the compiler produces executables we can run. If not, either
4502 # the compiler is broken, or we cross compile.
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4504 $as_echo_n "checking whether we are cross compiling... " >&6; }
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4506 $as_echo "$cross_compiling" >&6; }
4507
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4509 $as_echo_n "checking for suffix of executables... " >&6; }
4510 if { { ac_try="$ac_link"
4511 case "(($ac_try" in
4512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4513 *) ac_try_echo=$ac_try;;
4514 esac
4515 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4516 $as_echo "$ac_try_echo"; } >&5
4517 (eval "$ac_link") 2>&5
4518 ac_status=$?
4519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4520 test $ac_status = 0; }; then :
4521 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4522 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4523 # work properly (i.e., refer to `conftest.exe'), while it won't with
4524 # `rm'.
4525 for ac_file in conftest.exe conftest conftest.*; do
4526 test -f "$ac_file" || continue
4527 case $ac_file in
4528 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4529 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4530 break;;
4531 * ) break;;
4532 esac
4533 done
4534 else
4535 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4536 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4537 as_fn_error "cannot compute suffix of executables: cannot compile and link
4538 See \`config.log' for more details." "$LINENO" 5; }
4539 fi
4540 rm -f conftest$ac_cv_exeext
4541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4542 $as_echo "$ac_cv_exeext" >&6; }
4543
4544 rm -f conftest.$ac_ext
4545 EXEEXT=$ac_cv_exeext
4546 ac_exeext=$EXEEXT
4547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4548 $as_echo_n "checking for suffix of object files... " >&6; }
4549 if test "${ac_cv_objext+set}" = set; then :
4550 $as_echo_n "(cached) " >&6
4551 else
4552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4553 /* end confdefs.h. */
4554
4555 int
4556 main ()
4557 {
4558
4559 ;
4560 return 0;
4561 }
4562 _ACEOF
4563 rm -f conftest.o conftest.obj
4564 if { { ac_try="$ac_compile"
4565 case "(($ac_try" in
4566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4567 *) ac_try_echo=$ac_try;;
4568 esac
4569 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4570 $as_echo "$ac_try_echo"; } >&5
4571 (eval "$ac_compile") 2>&5
4572 ac_status=$?
4573 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4574 test $ac_status = 0; }; then :
4575 for ac_file in conftest.o conftest.obj conftest.*; do
4576 test -f "$ac_file" || continue;
4577 case $ac_file in
4578 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4579 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4580 break;;
4581 esac
4582 done
4583 else
4584 $as_echo "$as_me: failed program was:" >&5
4585 sed 's/^/| /' conftest.$ac_ext >&5
4586
4587 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4588 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4589 as_fn_error "cannot compute suffix of object files: cannot compile
4590 See \`config.log' for more details." "$LINENO" 5; }
4591 fi
4592 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4593 fi
4594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4595 $as_echo "$ac_cv_objext" >&6; }
4596 OBJEXT=$ac_cv_objext
4597 ac_objext=$OBJEXT
4598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4599 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4600 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4601 $as_echo_n "(cached) " >&6
4602 else
4603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4604 /* end confdefs.h. */
4605
4606 int
4607 main ()
4608 {
4609 #ifndef __GNUC__
4610 choke me
4611 #endif
4612
4613 ;
4614 return 0;
4615 }
4616 _ACEOF
4617 if ac_fn_c_try_compile "$LINENO"; then :
4618 ac_compiler_gnu=yes
4619 else
4620 ac_compiler_gnu=no
4621 fi
4622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4623 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4624
4625 fi
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4627 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4628 if test $ac_compiler_gnu = yes; then
4629 GCC=yes
4630 else
4631 GCC=
4632 fi
4633 ac_test_CFLAGS=${CFLAGS+set}
4634 ac_save_CFLAGS=$CFLAGS
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4636 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4637 if test "${ac_cv_prog_cc_g+set}" = set; then :
4638 $as_echo_n "(cached) " >&6
4639 else
4640 ac_save_c_werror_flag=$ac_c_werror_flag
4641 ac_c_werror_flag=yes
4642 ac_cv_prog_cc_g=no
4643 CFLAGS="-g"
4644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4645 /* end confdefs.h. */
4646
4647 int
4648 main ()
4649 {
4650
4651 ;
4652 return 0;
4653 }
4654 _ACEOF
4655 if ac_fn_c_try_compile "$LINENO"; then :
4656 ac_cv_prog_cc_g=yes
4657 else
4658 CFLAGS=""
4659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4660 /* end confdefs.h. */
4661
4662 int
4663 main ()
4664 {
4665
4666 ;
4667 return 0;
4668 }
4669 _ACEOF
4670 if ac_fn_c_try_compile "$LINENO"; then :
4671
4672 else
4673 ac_c_werror_flag=$ac_save_c_werror_flag
4674 CFLAGS="-g"
4675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4676 /* end confdefs.h. */
4677
4678 int
4679 main ()
4680 {
4681
4682 ;
4683 return 0;
4684 }
4685 _ACEOF
4686 if ac_fn_c_try_compile "$LINENO"; then :
4687 ac_cv_prog_cc_g=yes
4688 fi
4689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4690 fi
4691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4692 fi
4693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4694 ac_c_werror_flag=$ac_save_c_werror_flag
4695 fi
4696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4697 $as_echo "$ac_cv_prog_cc_g" >&6; }
4698 if test "$ac_test_CFLAGS" = set; then
4699 CFLAGS=$ac_save_CFLAGS
4700 elif test $ac_cv_prog_cc_g = yes; then
4701 if test "$GCC" = yes; then
4702 CFLAGS="-g -O2"
4703 else
4704 CFLAGS="-g"
4705 fi
4706 else
4707 if test "$GCC" = yes; then
4708 CFLAGS="-O2"
4709 else
4710 CFLAGS=
4711 fi
4712 fi
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4714 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4715 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4716 $as_echo_n "(cached) " >&6
4717 else
4718 ac_cv_prog_cc_c89=no
4719 ac_save_CC=$CC
4720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4721 /* end confdefs.h. */
4722 #include <stdarg.h>
4723 #include <stdio.h>
4724 #include <sys/types.h>
4725 #include <sys/stat.h>
4726 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4727 struct buf { int x; };
4728 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4729 static char *e (p, i)
4730 char **p;
4731 int i;
4732 {
4733 return p[i];
4734 }
4735 static char *f (char * (*g) (char **, int), char **p, ...)
4736 {
4737 char *s;
4738 va_list v;
4739 va_start (v,p);
4740 s = g (p, va_arg (v,int));
4741 va_end (v);
4742 return s;
4743 }
4744
4745 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4746 function prototypes and stuff, but not '\xHH' hex character constants.
4747 These don't provoke an error unfortunately, instead are silently treated
4748 as 'x'. The following induces an error, until -std is added to get
4749 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4750 array size at least. It's necessary to write '\x00'==0 to get something
4751 that's true only with -std. */
4752 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4753
4754 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4755 inside strings and character constants. */
4756 #define FOO(x) 'x'
4757 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4758
4759 int test (int i, double x);
4760 struct s1 {int (*f) (int a);};
4761 struct s2 {int (*f) (double a);};
4762 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4763 int argc;
4764 char **argv;
4765 int
4766 main ()
4767 {
4768 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4769 ;
4770 return 0;
4771 }
4772 _ACEOF
4773 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4774 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4775 do
4776 CC="$ac_save_CC $ac_arg"
4777 if ac_fn_c_try_compile "$LINENO"; then :
4778 ac_cv_prog_cc_c89=$ac_arg
4779 fi
4780 rm -f core conftest.err conftest.$ac_objext
4781 test "x$ac_cv_prog_cc_c89" != "xno" && break
4782 done
4783 rm -f conftest.$ac_ext
4784 CC=$ac_save_CC
4785
4786 fi
4787 # AC_CACHE_VAL
4788 case "x$ac_cv_prog_cc_c89" in
4789 x)
4790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4791 $as_echo "none needed" >&6; } ;;
4792 xno)
4793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4794 $as_echo "unsupported" >&6; } ;;
4795 *)
4796 CC="$CC $ac_cv_prog_cc_c89"
4797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4798 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4799 esac
4800 if test "x$ac_cv_prog_cc_c89" != xno; then :
4801
4802 fi
4803
4804 ac_ext=c
4805 ac_cpp='$CPP $CPPFLAGS'
4806 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4807 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4808 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4809
4810 ac_aux_dir=
4811 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4812 for ac_t in install-sh install.sh shtool; do
4813 if test -f "$ac_dir/$ac_t"; then
4814 ac_aux_dir=$ac_dir
4815 ac_install_sh="$ac_aux_dir/$ac_t -c"
4816 break 2
4817 fi
4818 done
4819 done
4820 if test -z "$ac_aux_dir"; then
4821 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4822 fi
4823
4824 # These three variables are undocumented and unsupported,
4825 # and are intended to be withdrawn in a future Autoconf release.
4826 # They can cause serious problems if a builder's source tree is in a directory
4827 # whose full name contains unusual characters.
4828 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4829 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4830 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4831
4832
4833 # Make sure we can run config.sub.
4834 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4835 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4836
4837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4838 $as_echo_n "checking build system type... " >&6; }
4839 if test "${ac_cv_build+set}" = set; then :
4840 $as_echo_n "(cached) " >&6
4841 else
4842 ac_build_alias=$build_alias
4843 test "x$ac_build_alias" = x &&
4844 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4845 test "x$ac_build_alias" = x &&
4846 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4847 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4848 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4849
4850 fi
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4852 $as_echo "$ac_cv_build" >&6; }
4853 case $ac_cv_build in
4854 *-*-*) ;;
4855 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4856 esac
4857 build=$ac_cv_build
4858 ac_save_IFS=$IFS; IFS='-'
4859 set x $ac_cv_build
4860 shift
4861 build_cpu=$1
4862 build_vendor=$2
4863 shift; shift
4864 # Remember, the first character of IFS is used to create $*,
4865 # except with old shells:
4866 build_os=$*
4867 IFS=$ac_save_IFS
4868 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4869
4870
4871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4872 $as_echo_n "checking host system type... " >&6; }
4873 if test "${ac_cv_host+set}" = set; then :
4874 $as_echo_n "(cached) " >&6
4875 else
4876 if test "x$host_alias" = x; then
4877 ac_cv_host=$ac_cv_build
4878 else
4879 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4880 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4881 fi
4882
4883 fi
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4885 $as_echo "$ac_cv_host" >&6; }
4886 case $ac_cv_host in
4887 *-*-*) ;;
4888 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4889 esac
4890 host=$ac_cv_host
4891 ac_save_IFS=$IFS; IFS='-'
4892 set x $ac_cv_host
4893 shift
4894 host_cpu=$1
4895 host_vendor=$2
4896 shift; shift
4897 # Remember, the first character of IFS is used to create $*,
4898 # except with old shells:
4899 host_os=$*
4900 IFS=$ac_save_IFS
4901 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4902
4903
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4905 $as_echo_n "checking target system type... " >&6; }
4906 if test "${ac_cv_target+set}" = set; then :
4907 $as_echo_n "(cached) " >&6
4908 else
4909 if test "x$target_alias" = x; then
4910 ac_cv_target=$ac_cv_host
4911 else
4912 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4913 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4914 fi
4915
4916 fi
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4918 $as_echo "$ac_cv_target" >&6; }
4919 case $ac_cv_target in
4920 *-*-*) ;;
4921 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4922 esac
4923 target=$ac_cv_target
4924 ac_save_IFS=$IFS; IFS='-'
4925 set x $ac_cv_target
4926 shift
4927 target_cpu=$1
4928 target_vendor=$2
4929 shift; shift
4930 # Remember, the first character of IFS is used to create $*,
4931 # except with old shells:
4932 target_os=$*
4933 IFS=$ac_save_IFS
4934 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4935
4936
4937 # The aliases save the names the user supplied, while $host etc.
4938 # will get canonicalized.
4939 test -n "$target_alias" &&
4940 test "$program_prefix$program_suffix$program_transform_name" = \
4941 NONENONEs,x,x, &&
4942 program_prefix=${target_alias}-
4943
4944 ac_ext=c
4945 ac_cpp='$CPP $CPPFLAGS'
4946 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4947 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4948 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4950 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4951 # On Suns, sometimes $CPP names a directory.
4952 if test -n "$CPP" && test -d "$CPP"; then
4953 CPP=
4954 fi
4955 if test -z "$CPP"; then
4956 if test "${ac_cv_prog_CPP+set}" = set; then :
4957 $as_echo_n "(cached) " >&6
4958 else
4959 # Double quotes because CPP needs to be expanded
4960 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4961 do
4962 ac_preproc_ok=false
4963 for ac_c_preproc_warn_flag in '' yes
4964 do
4965 # Use a header file that comes with gcc, so configuring glibc
4966 # with a fresh cross-compiler works.
4967 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4968 # <limits.h> exists even on freestanding compilers.
4969 # On the NeXT, cc -E runs the code through the compiler's parser,
4970 # not just through cpp. "Syntax error" is here to catch this case.
4971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4972 /* end confdefs.h. */
4973 #ifdef __STDC__
4974 # include <limits.h>
4975 #else
4976 # include <assert.h>
4977 #endif
4978 Syntax error
4979 _ACEOF
4980 if ac_fn_c_try_cpp "$LINENO"; then :
4981
4982 else
4983 # Broken: fails on valid input.
4984 continue
4985 fi
4986 rm -f conftest.err conftest.$ac_ext
4987
4988 # OK, works on sane cases. Now check whether nonexistent headers
4989 # can be detected and how.
4990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4991 /* end confdefs.h. */
4992 #include <ac_nonexistent.h>
4993 _ACEOF
4994 if ac_fn_c_try_cpp "$LINENO"; then :
4995 # Broken: success on invalid input.
4996 continue
4997 else
4998 # Passes both tests.
4999 ac_preproc_ok=:
5000 break
5001 fi
5002 rm -f conftest.err conftest.$ac_ext
5003
5004 done
5005 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5006 rm -f conftest.err conftest.$ac_ext
5007 if $ac_preproc_ok; then :
5008 break
5009 fi
5010
5011 done
5012 ac_cv_prog_CPP=$CPP
5013
5014 fi
5015 CPP=$ac_cv_prog_CPP
5016 else
5017 ac_cv_prog_CPP=$CPP
5018 fi
5019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5020 $as_echo "$CPP" >&6; }
5021 ac_preproc_ok=false
5022 for ac_c_preproc_warn_flag in '' yes
5023 do
5024 # Use a header file that comes with gcc, so configuring glibc
5025 # with a fresh cross-compiler works.
5026 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5027 # <limits.h> exists even on freestanding compilers.
5028 # On the NeXT, cc -E runs the code through the compiler's parser,
5029 # not just through cpp. "Syntax error" is here to catch this case.
5030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5031 /* end confdefs.h. */
5032 #ifdef __STDC__
5033 # include <limits.h>
5034 #else
5035 # include <assert.h>
5036 #endif
5037 Syntax error
5038 _ACEOF
5039 if ac_fn_c_try_cpp "$LINENO"; then :
5040
5041 else
5042 # Broken: fails on valid input.
5043 continue
5044 fi
5045 rm -f conftest.err conftest.$ac_ext
5046
5047 # OK, works on sane cases. Now check whether nonexistent headers
5048 # can be detected and how.
5049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5050 /* end confdefs.h. */
5051 #include <ac_nonexistent.h>
5052 _ACEOF
5053 if ac_fn_c_try_cpp "$LINENO"; then :
5054 # Broken: success on invalid input.
5055 continue
5056 else
5057 # Passes both tests.
5058 ac_preproc_ok=:
5059 break
5060 fi
5061 rm -f conftest.err conftest.$ac_ext
5062
5063 done
5064 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5065 rm -f conftest.err conftest.$ac_ext
5066 if $ac_preproc_ok; then :
5067
5068 else
5069 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5070 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5071 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5072 See \`config.log' for more details." "$LINENO" 5; }
5073 fi
5074
5075 ac_ext=c
5076 ac_cpp='$CPP $CPPFLAGS'
5077 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5078 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5079 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5080
5081
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5083 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5084 if test "${ac_cv_path_GREP+set}" = set; then :
5085 $as_echo_n "(cached) " >&6
5086 else
5087 if test -z "$GREP"; then
5088 ac_path_GREP_found=false
5089 # Loop through the user's path and test for each of PROGNAME-LIST
5090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5091 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5092 do
5093 IFS=$as_save_IFS
5094 test -z "$as_dir" && as_dir=.
5095 for ac_prog in grep ggrep; do
5096 for ac_exec_ext in '' $ac_executable_extensions; do
5097 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5098 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5099 # Check for GNU ac_path_GREP and select it if it is found.
5100 # Check for GNU $ac_path_GREP
5101 case `"$ac_path_GREP" --version 2>&1` in
5102 *GNU*)
5103 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5104 *)
5105 ac_count=0
5106 $as_echo_n 0123456789 >"conftest.in"
5107 while :
5108 do
5109 cat "conftest.in" "conftest.in" >"conftest.tmp"
5110 mv "conftest.tmp" "conftest.in"
5111 cp "conftest.in" "conftest.nl"
5112 $as_echo 'GREP' >> "conftest.nl"
5113 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5114 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5115 as_fn_arith $ac_count + 1 && ac_count=$as_val
5116 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5117 # Best one so far, save it but keep looking for a better one
5118 ac_cv_path_GREP="$ac_path_GREP"
5119 ac_path_GREP_max=$ac_count
5120 fi
5121 # 10*(2^10) chars as input seems more than enough
5122 test $ac_count -gt 10 && break
5123 done
5124 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5125 esac
5126
5127 $ac_path_GREP_found && break 3
5128 done
5129 done
5130 done
5131 IFS=$as_save_IFS
5132 if test -z "$ac_cv_path_GREP"; then
5133 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5134 fi
5135 else
5136 ac_cv_path_GREP=$GREP
5137 fi
5138
5139 fi
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5141 $as_echo "$ac_cv_path_GREP" >&6; }
5142 GREP="$ac_cv_path_GREP"
5143
5144
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5146 $as_echo_n "checking for egrep... " >&6; }
5147 if test "${ac_cv_path_EGREP+set}" = set; then :
5148 $as_echo_n "(cached) " >&6
5149 else
5150 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5151 then ac_cv_path_EGREP="$GREP -E"
5152 else
5153 if test -z "$EGREP"; then
5154 ac_path_EGREP_found=false
5155 # Loop through the user's path and test for each of PROGNAME-LIST
5156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5157 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5158 do
5159 IFS=$as_save_IFS
5160 test -z "$as_dir" && as_dir=.
5161 for ac_prog in egrep; do
5162 for ac_exec_ext in '' $ac_executable_extensions; do
5163 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5164 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5165 # Check for GNU ac_path_EGREP and select it if it is found.
5166 # Check for GNU $ac_path_EGREP
5167 case `"$ac_path_EGREP" --version 2>&1` in
5168 *GNU*)
5169 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5170 *)
5171 ac_count=0
5172 $as_echo_n 0123456789 >"conftest.in"
5173 while :
5174 do
5175 cat "conftest.in" "conftest.in" >"conftest.tmp"
5176 mv "conftest.tmp" "conftest.in"
5177 cp "conftest.in" "conftest.nl"
5178 $as_echo 'EGREP' >> "conftest.nl"
5179 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5180 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5181 as_fn_arith $ac_count + 1 && ac_count=$as_val
5182 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5183 # Best one so far, save it but keep looking for a better one
5184 ac_cv_path_EGREP="$ac_path_EGREP"
5185 ac_path_EGREP_max=$ac_count
5186 fi
5187 # 10*(2^10) chars as input seems more than enough
5188 test $ac_count -gt 10 && break
5189 done
5190 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5191 esac
5192
5193 $ac_path_EGREP_found && break 3
5194 done
5195 done
5196 done
5197 IFS=$as_save_IFS
5198 if test -z "$ac_cv_path_EGREP"; then
5199 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5200 fi
5201 else
5202 ac_cv_path_EGREP=$EGREP
5203 fi
5204
5205 fi
5206 fi
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5208 $as_echo "$ac_cv_path_EGREP" >&6; }
5209 EGREP="$ac_cv_path_EGREP"
5210
5211
5212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5213 $as_echo_n "checking for ANSI C header files... " >&6; }
5214 if test "${ac_cv_header_stdc+set}" = set; then :
5215 $as_echo_n "(cached) " >&6
5216 else
5217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5218 /* end confdefs.h. */
5219 #include <stdlib.h>
5220 #include <stdarg.h>
5221 #include <string.h>
5222 #include <float.h>
5223
5224 int
5225 main ()
5226 {
5227
5228 ;
5229 return 0;
5230 }
5231 _ACEOF
5232 if ac_fn_c_try_compile "$LINENO"; then :
5233 ac_cv_header_stdc=yes
5234 else
5235 ac_cv_header_stdc=no
5236 fi
5237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5238
5239 if test $ac_cv_header_stdc = yes; then
5240 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5242 /* end confdefs.h. */
5243 #include <string.h>
5244
5245 _ACEOF
5246 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5247 $EGREP "memchr" >/dev/null 2>&1; then :
5248
5249 else
5250 ac_cv_header_stdc=no
5251 fi
5252 rm -f conftest*
5253
5254 fi
5255
5256 if test $ac_cv_header_stdc = yes; then
5257 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5259 /* end confdefs.h. */
5260 #include <stdlib.h>
5261
5262 _ACEOF
5263 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5264 $EGREP "free" >/dev/null 2>&1; then :
5265
5266 else
5267 ac_cv_header_stdc=no
5268 fi
5269 rm -f conftest*
5270
5271 fi
5272
5273 if test $ac_cv_header_stdc = yes; then
5274 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5275 if test "$cross_compiling" = yes; then :
5276 :
5277 else
5278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5279 /* end confdefs.h. */
5280 #include <ctype.h>
5281 #include <stdlib.h>
5282 #if ((' ' & 0x0FF) == 0x020)
5283 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5284 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5285 #else
5286 # define ISLOWER(c) \
5287 (('a' <= (c) && (c) <= 'i') \
5288 || ('j' <= (c) && (c) <= 'r') \
5289 || ('s' <= (c) && (c) <= 'z'))
5290 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5291 #endif
5292
5293 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5294 int
5295 main ()
5296 {
5297 int i;
5298 for (i = 0; i < 256; i++)
5299 if (XOR (islower (i), ISLOWER (i))
5300 || toupper (i) != TOUPPER (i))
5301 return 2;
5302 return 0;
5303 }
5304 _ACEOF
5305 if ac_fn_c_try_run "$LINENO"; then :
5306
5307 else
5308 ac_cv_header_stdc=no
5309 fi
5310 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5311 conftest.$ac_objext conftest.beam conftest.$ac_ext
5312 fi
5313
5314 fi
5315 fi
5316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5317 $as_echo "$ac_cv_header_stdc" >&6; }
5318 if test $ac_cv_header_stdc = yes; then
5319
5320 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5321
5322 fi
5323
5324 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5325 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5326 inttypes.h stdint.h unistd.h
5327 do :
5328 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5329 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5330 "
5331 eval as_val=\$$as_ac_Header
5332 if test "x$as_val" = x""yes; then :
5333 cat >>confdefs.h <<_ACEOF
5334 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5335 _ACEOF
5336
5337 fi
5338
5339 done
5340
5341
5342
5343 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5344 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5345 MINIX=yes
5346 else
5347 MINIX=
5348 fi
5349
5350
5351 if test "$MINIX" = yes; then
5352
5353 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5354
5355
5356 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5357
5358
5359 $as_echo "#define _MINIX 1" >>confdefs.h
5360
5361 fi
5362
5363
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5365 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5366 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5367 $as_echo_n "(cached) " >&6
5368 else
5369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5370 /* end confdefs.h. */
5371
5372 # define __EXTENSIONS__ 1
5373 $ac_includes_default
5374 int
5375 main ()
5376 {
5377
5378 ;
5379 return 0;
5380 }
5381 _ACEOF
5382 if ac_fn_c_try_compile "$LINENO"; then :
5383 ac_cv_safe_to_define___extensions__=yes
5384 else
5385 ac_cv_safe_to_define___extensions__=no
5386 fi
5387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5388 fi
5389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5390 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5391 test $ac_cv_safe_to_define___extensions__ = yes &&
5392 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5393
5394 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5395
5396 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5397
5398 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5399
5400 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5401
5402
5403 test "$program_prefix" != NONE &&
5404 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5405 # Use a double $ so make ignores it.
5406 test "$program_suffix" != NONE &&
5407 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5408 # Double any \ or $.
5409 # By default was `s,x,x', remove it if useless.
5410 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5411 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5412
5413 # Find a good install program. We prefer a C program (faster),
5414 # so one script is as good as another. But avoid the broken or
5415 # incompatible versions:
5416 # SysV /etc/install, /usr/sbin/install
5417 # SunOS /usr/etc/install
5418 # IRIX /sbin/install
5419 # AIX /bin/install
5420 # AmigaOS /C/install, which installs bootblocks on floppy discs
5421 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5422 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5423 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5424 # OS/2's system install, which has a completely different semantic
5425 # ./install, which can be erroneously created by make from ./install.sh.
5426 # Reject install programs that cannot install multiple files.
5427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5428 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5429 if test -z "$INSTALL"; then
5430 if test "${ac_cv_path_install+set}" = set; then :
5431 $as_echo_n "(cached) " >&6
5432 else
5433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5434 for as_dir in $PATH
5435 do
5436 IFS=$as_save_IFS
5437 test -z "$as_dir" && as_dir=.
5438 # Account for people who put trailing slashes in PATH elements.
5439 case $as_dir/ in #((
5440 ./ | .// | /[cC]/* | \
5441 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5442 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5443 /usr/ucb/* ) ;;
5444 *)
5445 # OSF1 and SCO ODT 3.0 have their own names for install.
5446 # Don't use installbsd from OSF since it installs stuff as root
5447 # by default.
5448 for ac_prog in ginstall scoinst install; do
5449 for ac_exec_ext in '' $ac_executable_extensions; do
5450 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5451 if test $ac_prog = install &&
5452 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5453 # AIX install. It has an incompatible calling convention.
5454 :
5455 elif test $ac_prog = install &&
5456 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5457 # program-specific install script used by HP pwplus--don't use.
5458 :
5459 else
5460 rm -rf conftest.one conftest.two conftest.dir
5461 echo one > conftest.one
5462 echo two > conftest.two
5463 mkdir conftest.dir
5464 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5465 test -s conftest.one && test -s conftest.two &&
5466 test -s conftest.dir/conftest.one &&
5467 test -s conftest.dir/conftest.two
5468 then
5469 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5470 break 3
5471 fi
5472 fi
5473 fi
5474 done
5475 done
5476 ;;
5477 esac
5478
5479 done
5480 IFS=$as_save_IFS
5481
5482 rm -rf conftest.one conftest.two conftest.dir
5483
5484 fi
5485 if test "${ac_cv_path_install+set}" = set; then
5486 INSTALL=$ac_cv_path_install
5487 else
5488 # As a last resort, use the slow shell script. Don't cache a
5489 # value for INSTALL within a source directory, because that will
5490 # break other packages using the cache if that directory is
5491 # removed, or if the value is a relative name.
5492 INSTALL=$ac_install_sh
5493 fi
5494 fi
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5496 $as_echo "$INSTALL" >&6; }
5497
5498 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5499 # It thinks the first close brace ends the variable substitution.
5500 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5501
5502 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5503
5504 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5505
5506 rm -rf .tst 2>/dev/null
5507 mkdir .tst 2>/dev/null
5508 if test -d .tst; then
5509 am__leading_dot=.
5510 else
5511 am__leading_dot=_
5512 fi
5513 rmdir .tst 2>/dev/null
5514
5515 DEPDIR="${am__leading_dot}deps"
5516
5517 case `pwd` in
5518 *\ * | *\ *)
5519 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5520 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5521 esac
5522
5523
5524
5525 macro_version='2.2.7a'
5526 macro_revision='1.3134'
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540 ltmain="$ac_aux_dir/ltmain.sh"
5541
5542 # Backslashify metacharacters that are still active within
5543 # double-quoted strings.
5544 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5545
5546 # Same as above, but do not quote variable references.
5547 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5548
5549 # Sed substitution to delay expansion of an escaped shell variable in a
5550 # double_quote_subst'ed string.
5551 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5552
5553 # Sed substitution to delay expansion of an escaped single quote.
5554 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5555
5556 # Sed substitution to avoid accidental globbing in evaled expressions
5557 no_glob_subst='s/\*/\\\*/g'
5558
5559 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5560 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5561 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5562
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5564 $as_echo_n "checking how to print strings... " >&6; }
5565 # Test print first, because it will be a builtin if present.
5566 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5567 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5568 ECHO='print -r --'
5569 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5570 ECHO='printf %s\n'
5571 else
5572 # Use this function as a fallback that always works.
5573 func_fallback_echo ()
5574 {
5575 eval 'cat <<_LTECHO_EOF
5576 $1
5577 _LTECHO_EOF'
5578 }
5579 ECHO='func_fallback_echo'
5580 fi
5581
5582 # func_echo_all arg...
5583 # Invoke $ECHO with all args, space-separated.
5584 func_echo_all ()
5585 {
5586 $ECHO ""
5587 }
5588
5589 case "$ECHO" in
5590 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5591 $as_echo "printf" >&6; } ;;
5592 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5593 $as_echo "print -r" >&6; } ;;
5594 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5595 $as_echo "cat" >&6; } ;;
5596 esac
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5612 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5613 if test "${ac_cv_path_SED+set}" = set; then :
5614 $as_echo_n "(cached) " >&6
5615 else
5616 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5617 for ac_i in 1 2 3 4 5 6 7; do
5618 ac_script="$ac_script$as_nl$ac_script"
5619 done
5620 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5621 { ac_script=; unset ac_script;}
5622 if test -z "$SED"; then
5623 ac_path_SED_found=false
5624 # Loop through the user's path and test for each of PROGNAME-LIST
5625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5626 for as_dir in $PATH
5627 do
5628 IFS=$as_save_IFS
5629 test -z "$as_dir" && as_dir=.
5630 for ac_prog in sed gsed; do
5631 for ac_exec_ext in '' $ac_executable_extensions; do
5632 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5633 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5634 # Check for GNU ac_path_SED and select it if it is found.
5635 # Check for GNU $ac_path_SED
5636 case `"$ac_path_SED" --version 2>&1` in
5637 *GNU*)
5638 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5639 *)
5640 ac_count=0
5641 $as_echo_n 0123456789 >"conftest.in"
5642 while :
5643 do
5644 cat "conftest.in" "conftest.in" >"conftest.tmp"
5645 mv "conftest.tmp" "conftest.in"
5646 cp "conftest.in" "conftest.nl"
5647 $as_echo '' >> "conftest.nl"
5648 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5649 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5650 as_fn_arith $ac_count + 1 && ac_count=$as_val
5651 if test $ac_count -gt ${ac_path_SED_max-0}; then
5652 # Best one so far, save it but keep looking for a better one
5653 ac_cv_path_SED="$ac_path_SED"
5654 ac_path_SED_max=$ac_count
5655 fi
5656 # 10*(2^10) chars as input seems more than enough
5657 test $ac_count -gt 10 && break
5658 done
5659 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5660 esac
5661
5662 $ac_path_SED_found && break 3
5663 done
5664 done
5665 done
5666 IFS=$as_save_IFS
5667 if test -z "$ac_cv_path_SED"; then
5668 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5669 fi
5670 else
5671 ac_cv_path_SED=$SED
5672 fi
5673
5674 fi
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5676 $as_echo "$ac_cv_path_SED" >&6; }
5677 SED="$ac_cv_path_SED"
5678 rm -f conftest.sed
5679
5680 test -z "$SED" && SED=sed
5681 Xsed="$SED -e 1s/^X//"
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5694 $as_echo_n "checking for fgrep... " >&6; }
5695 if test "${ac_cv_path_FGREP+set}" = set; then :
5696 $as_echo_n "(cached) " >&6
5697 else
5698 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5699 then ac_cv_path_FGREP="$GREP -F"
5700 else
5701 if test -z "$FGREP"; then
5702 ac_path_FGREP_found=false
5703 # Loop through the user's path and test for each of PROGNAME-LIST
5704 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5705 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5706 do
5707 IFS=$as_save_IFS
5708 test -z "$as_dir" && as_dir=.
5709 for ac_prog in fgrep; do
5710 for ac_exec_ext in '' $ac_executable_extensions; do
5711 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5712 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5713 # Check for GNU ac_path_FGREP and select it if it is found.
5714 # Check for GNU $ac_path_FGREP
5715 case `"$ac_path_FGREP" --version 2>&1` in
5716 *GNU*)
5717 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5718 *)
5719 ac_count=0
5720 $as_echo_n 0123456789 >"conftest.in"
5721 while :
5722 do
5723 cat "conftest.in" "conftest.in" >"conftest.tmp"
5724 mv "conftest.tmp" "conftest.in"
5725 cp "conftest.in" "conftest.nl"
5726 $as_echo 'FGREP' >> "conftest.nl"
5727 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5728 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5729 as_fn_arith $ac_count + 1 && ac_count=$as_val
5730 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5731 # Best one so far, save it but keep looking for a better one
5732 ac_cv_path_FGREP="$ac_path_FGREP"
5733 ac_path_FGREP_max=$ac_count
5734 fi
5735 # 10*(2^10) chars as input seems more than enough
5736 test $ac_count -gt 10 && break
5737 done
5738 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5739 esac
5740
5741 $ac_path_FGREP_found && break 3
5742 done
5743 done
5744 done
5745 IFS=$as_save_IFS
5746 if test -z "$ac_cv_path_FGREP"; then
5747 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5748 fi
5749 else
5750 ac_cv_path_FGREP=$FGREP
5751 fi
5752
5753 fi
5754 fi
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5756 $as_echo "$ac_cv_path_FGREP" >&6; }
5757 FGREP="$ac_cv_path_FGREP"
5758
5759
5760 test -z "$GREP" && GREP=grep
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780 # Check whether --with-gnu-ld was given.
5781 if test "${with_gnu_ld+set}" = set; then :
5782 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5783 else
5784 with_gnu_ld=no
5785 fi
5786
5787 ac_prog=ld
5788 if test "$GCC" = yes; then
5789 # Check if gcc -print-prog-name=ld gives a path.
5790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5791 $as_echo_n "checking for ld used by $CC... " >&6; }
5792 case $host in
5793 *-*-mingw*)
5794 # gcc leaves a trailing carriage return which upsets mingw
5795 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5796 *)
5797 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5798 esac
5799 case $ac_prog in
5800 # Accept absolute paths.
5801 [\\/]* | ?:[\\/]*)
5802 re_direlt='/[^/][^/]*/\.\./'
5803 # Canonicalize the pathname of ld
5804 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5805 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5806 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5807 done
5808 test -z "$LD" && LD="$ac_prog"
5809 ;;
5810 "")
5811 # If it fails, then pretend we aren't using GCC.
5812 ac_prog=ld
5813 ;;
5814 *)
5815 # If it is relative, then search for the first ld in PATH.
5816 with_gnu_ld=unknown
5817 ;;
5818 esac
5819 elif test "$with_gnu_ld" = yes; then
5820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5821 $as_echo_n "checking for GNU ld... " >&6; }
5822 else
5823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5824 $as_echo_n "checking for non-GNU ld... " >&6; }
5825 fi
5826 if test "${lt_cv_path_LD+set}" = set; then :
5827 $as_echo_n "(cached) " >&6
5828 else
5829 if test -z "$LD"; then
5830 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5831 for ac_dir in $PATH; do
5832 IFS="$lt_save_ifs"
5833 test -z "$ac_dir" && ac_dir=.
5834 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5835 lt_cv_path_LD="$ac_dir/$ac_prog"
5836 # Check to see if the program is GNU ld. I'd rather use --version,
5837 # but apparently some variants of GNU ld only accept -v.
5838 # Break only if it was the GNU/non-GNU ld that we prefer.
5839 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5840 *GNU* | *'with BFD'*)
5841 test "$with_gnu_ld" != no && break
5842 ;;
5843 *)
5844 test "$with_gnu_ld" != yes && break
5845 ;;
5846 esac
5847 fi
5848 done
5849 IFS="$lt_save_ifs"
5850 else
5851 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5852 fi
5853 fi
5854
5855 LD="$lt_cv_path_LD"
5856 if test -n "$LD"; then
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5858 $as_echo "$LD" >&6; }
5859 else
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5861 $as_echo "no" >&6; }
5862 fi
5863 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5865 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5866 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5867 $as_echo_n "(cached) " >&6
5868 else
5869 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5870 case `$LD -v 2>&1 </dev/null` in
5871 *GNU* | *'with BFD'*)
5872 lt_cv_prog_gnu_ld=yes
5873 ;;
5874 *)
5875 lt_cv_prog_gnu_ld=no
5876 ;;
5877 esac
5878 fi
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5880 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5881 with_gnu_ld=$lt_cv_prog_gnu_ld
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5892 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5893 if test "${lt_cv_path_NM+set}" = set; then :
5894 $as_echo_n "(cached) " >&6
5895 else
5896 if test -n "$NM"; then
5897 # Let the user override the test.
5898 lt_cv_path_NM="$NM"
5899 else
5900 lt_nm_to_check="${ac_tool_prefix}nm"
5901 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5902 lt_nm_to_check="$lt_nm_to_check nm"
5903 fi
5904 for lt_tmp_nm in $lt_nm_to_check; do
5905 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5906 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5907 IFS="$lt_save_ifs"
5908 test -z "$ac_dir" && ac_dir=.
5909 tmp_nm="$ac_dir/$lt_tmp_nm"
5910 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5911 # Check to see if the nm accepts a BSD-compat flag.
5912 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5913 # nm: unknown option "B" ignored
5914 # Tru64's nm complains that /dev/null is an invalid object file
5915 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5916 */dev/null* | *'Invalid file or object type'*)
5917 lt_cv_path_NM="$tmp_nm -B"
5918 break
5919 ;;
5920 *)
5921 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5922 */dev/null*)
5923 lt_cv_path_NM="$tmp_nm -p"
5924 break
5925 ;;
5926 *)
5927 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5928 continue # so that we can try to find one that supports BSD flags
5929 ;;
5930 esac
5931 ;;
5932 esac
5933 fi
5934 done
5935 IFS="$lt_save_ifs"
5936 done
5937 : ${lt_cv_path_NM=no}
5938 fi
5939 fi
5940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5941 $as_echo "$lt_cv_path_NM" >&6; }
5942 if test "$lt_cv_path_NM" != "no"; then
5943 NM="$lt_cv_path_NM"
5944 else
5945 # Didn't find any BSD compatible name lister, look for dumpbin.
5946 if test -n "$DUMPBIN"; then :
5947 # Let the user override the test.
5948 else
5949 if test -n "$ac_tool_prefix"; then
5950 for ac_prog in dumpbin "link -dump"
5951 do
5952 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5953 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5955 $as_echo_n "checking for $ac_word... " >&6; }
5956 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5957 $as_echo_n "(cached) " >&6
5958 else
5959 if test -n "$DUMPBIN"; then
5960 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5961 else
5962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5963 for as_dir in $PATH
5964 do
5965 IFS=$as_save_IFS
5966 test -z "$as_dir" && as_dir=.
5967 for ac_exec_ext in '' $ac_executable_extensions; do
5968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5969 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5971 break 2
5972 fi
5973 done
5974 done
5975 IFS=$as_save_IFS
5976
5977 fi
5978 fi
5979 DUMPBIN=$ac_cv_prog_DUMPBIN
5980 if test -n "$DUMPBIN"; then
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5982 $as_echo "$DUMPBIN" >&6; }
5983 else
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5985 $as_echo "no" >&6; }
5986 fi
5987
5988
5989 test -n "$DUMPBIN" && break
5990 done
5991 fi
5992 if test -z "$DUMPBIN"; then
5993 ac_ct_DUMPBIN=$DUMPBIN
5994 for ac_prog in dumpbin "link -dump"
5995 do
5996 # Extract the first word of "$ac_prog", so it can be a program name with args.
5997 set dummy $ac_prog; ac_word=$2
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5999 $as_echo_n "checking for $ac_word... " >&6; }
6000 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6001 $as_echo_n "(cached) " >&6
6002 else
6003 if test -n "$ac_ct_DUMPBIN"; then
6004 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6005 else
6006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6007 for as_dir in $PATH
6008 do
6009 IFS=$as_save_IFS
6010 test -z "$as_dir" && as_dir=.
6011 for ac_exec_ext in '' $ac_executable_extensions; do
6012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6013 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6015 break 2
6016 fi
6017 done
6018 done
6019 IFS=$as_save_IFS
6020
6021 fi
6022 fi
6023 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6024 if test -n "$ac_ct_DUMPBIN"; then
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6026 $as_echo "$ac_ct_DUMPBIN" >&6; }
6027 else
6028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6029 $as_echo "no" >&6; }
6030 fi
6031
6032
6033 test -n "$ac_ct_DUMPBIN" && break
6034 done
6035
6036 if test "x$ac_ct_DUMPBIN" = x; then
6037 DUMPBIN=":"
6038 else
6039 case $cross_compiling:$ac_tool_warned in
6040 yes:)
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6042 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6043 ac_tool_warned=yes ;;
6044 esac
6045 DUMPBIN=$ac_ct_DUMPBIN
6046 fi
6047 fi
6048
6049 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6050 *COFF*)
6051 DUMPBIN="$DUMPBIN -symbols"
6052 ;;
6053 *)
6054 DUMPBIN=:
6055 ;;
6056 esac
6057 fi
6058
6059 if test "$DUMPBIN" != ":"; then
6060 NM="$DUMPBIN"
6061 fi
6062 fi
6063 test -z "$NM" && NM=nm
6064
6065
6066
6067
6068
6069
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6071 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6072 if test "${lt_cv_nm_interface+set}" = set; then :
6073 $as_echo_n "(cached) " >&6
6074 else
6075 lt_cv_nm_interface="BSD nm"
6076 echo "int some_variable = 0;" > conftest.$ac_ext
6077 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6078 (eval "$ac_compile" 2>conftest.err)
6079 cat conftest.err >&5
6080 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6081 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6082 cat conftest.err >&5
6083 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6084 cat conftest.out >&5
6085 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6086 lt_cv_nm_interface="MS dumpbin"
6087 fi
6088 rm -f conftest*
6089 fi
6090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6091 $as_echo "$lt_cv_nm_interface" >&6; }
6092
6093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6094 $as_echo_n "checking whether ln -s works... " >&6; }
6095 LN_S=$as_ln_s
6096 if test "$LN_S" = "ln -s"; then
6097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6098 $as_echo "yes" >&6; }
6099 else
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6101 $as_echo "no, using $LN_S" >&6; }
6102 fi
6103
6104 # find the maximum length of command line arguments
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6106 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6107 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6108 $as_echo_n "(cached) " >&6
6109 else
6110 i=0
6111 teststring="ABCD"
6112
6113 case $build_os in
6114 msdosdjgpp*)
6115 # On DJGPP, this test can blow up pretty badly due to problems in libc
6116 # (any single argument exceeding 2000 bytes causes a buffer overrun
6117 # during glob expansion). Even if it were fixed, the result of this
6118 # check would be larger than it should be.
6119 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6120 ;;
6121
6122 gnu*)
6123 # Under GNU Hurd, this test is not required because there is
6124 # no limit to the length of command line arguments.
6125 # Libtool will interpret -1 as no limit whatsoever
6126 lt_cv_sys_max_cmd_len=-1;
6127 ;;
6128
6129 cygwin* | mingw* | cegcc*)
6130 # On Win9x/ME, this test blows up -- it succeeds, but takes
6131 # about 5 minutes as the teststring grows exponentially.
6132 # Worse, since 9x/ME are not pre-emptively multitasking,
6133 # you end up with a "frozen" computer, even though with patience
6134 # the test eventually succeeds (with a max line length of 256k).
6135 # Instead, let's just punt: use the minimum linelength reported by
6136 # all of the supported platforms: 8192 (on NT/2K/XP).
6137 lt_cv_sys_max_cmd_len=8192;
6138 ;;
6139
6140 mint*)
6141 # On MiNT this can take a long time and run out of memory.
6142 lt_cv_sys_max_cmd_len=8192;
6143 ;;
6144
6145 amigaos*)
6146 # On AmigaOS with pdksh, this test takes hours, literally.
6147 # So we just punt and use a minimum line length of 8192.
6148 lt_cv_sys_max_cmd_len=8192;
6149 ;;
6150
6151 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6152 # This has been around since 386BSD, at least. Likely further.
6153 if test -x /sbin/sysctl; then
6154 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6155 elif test -x /usr/sbin/sysctl; then
6156 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6157 else
6158 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6159 fi
6160 # And add a safety zone
6161 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6162 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6163 ;;
6164
6165 interix*)
6166 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6167 lt_cv_sys_max_cmd_len=196608
6168 ;;
6169
6170 osf*)
6171 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6172 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6173 # nice to cause kernel panics so lets avoid the loop below.
6174 # First set a reasonable default.
6175 lt_cv_sys_max_cmd_len=16384
6176 #
6177 if test -x /sbin/sysconfig; then
6178 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6179 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6180 esac
6181 fi
6182 ;;
6183 sco3.2v5*)
6184 lt_cv_sys_max_cmd_len=102400
6185 ;;
6186 sysv5* | sco5v6* | sysv4.2uw2*)
6187 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6188 if test -n "$kargmax"; then
6189 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6190 else
6191 lt_cv_sys_max_cmd_len=32768
6192 fi
6193 ;;
6194 *)
6195 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6196 if test -n "$lt_cv_sys_max_cmd_len"; then
6197 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6198 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6199 else
6200 # Make teststring a little bigger before we do anything with it.
6201 # a 1K string should be a reasonable start.
6202 for i in 1 2 3 4 5 6 7 8 ; do
6203 teststring=$teststring$teststring
6204 done
6205 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6206 # If test is not a shell built-in, we'll probably end up computing a
6207 # maximum length that is only half of the actual maximum length, but
6208 # we can't tell.
6209 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6210 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6211 test $i != 17 # 1/2 MB should be enough
6212 do
6213 i=`expr $i + 1`
6214 teststring=$teststring$teststring
6215 done
6216 # Only check the string length outside the loop.
6217 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6218 teststring=
6219 # Add a significant safety factor because C++ compilers can tack on
6220 # massive amounts of additional arguments before passing them to the
6221 # linker. It appears as though 1/2 is a usable value.
6222 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6223 fi
6224 ;;
6225 esac
6226
6227 fi
6228
6229 if test -n $lt_cv_sys_max_cmd_len ; then
6230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6231 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6232 else
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6234 $as_echo "none" >&6; }
6235 fi
6236 max_cmd_len=$lt_cv_sys_max_cmd_len
6237
6238
6239
6240
6241
6242
6243 : ${CP="cp -f"}
6244 : ${MV="mv -f"}
6245 : ${RM="rm -f"}
6246
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6248 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6249 # Try some XSI features
6250 xsi_shell=no
6251 ( _lt_dummy="a/b/c"
6252 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6253 = c,a/b,, \
6254 && eval 'test $(( 1 + 1 )) -eq 2 \
6255 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6256 && xsi_shell=yes
6257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6258 $as_echo "$xsi_shell" >&6; }
6259
6260
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6262 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6263 lt_shell_append=no
6264 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6265 >/dev/null 2>&1 \
6266 && lt_shell_append=yes
6267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6268 $as_echo "$lt_shell_append" >&6; }
6269
6270
6271 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6272 lt_unset=unset
6273 else
6274 lt_unset=false
6275 fi
6276
6277
6278
6279
6280
6281 # test EBCDIC or ASCII
6282 case `echo X|tr X '\101'` in
6283 A) # ASCII based system
6284 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6285 lt_SP2NL='tr \040 \012'
6286 lt_NL2SP='tr \015\012 \040\040'
6287 ;;
6288 *) # EBCDIC based system
6289 lt_SP2NL='tr \100 \n'
6290 lt_NL2SP='tr \r\n \100\100'
6291 ;;
6292 esac
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6303 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6304 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6305 $as_echo_n "(cached) " >&6
6306 else
6307 lt_cv_ld_reload_flag='-r'
6308 fi
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6310 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6311 reload_flag=$lt_cv_ld_reload_flag
6312 case $reload_flag in
6313 "" | " "*) ;;
6314 *) reload_flag=" $reload_flag" ;;
6315 esac
6316 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6317 case $host_os in
6318 darwin*)
6319 if test "$GCC" = yes; then
6320 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6321 else
6322 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6323 fi
6324 ;;
6325 esac
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335 if test -n "$ac_tool_prefix"; then
6336 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6337 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6339 $as_echo_n "checking for $ac_word... " >&6; }
6340 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6341 $as_echo_n "(cached) " >&6
6342 else
6343 if test -n "$OBJDUMP"; then
6344 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6345 else
6346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6347 for as_dir in $PATH
6348 do
6349 IFS=$as_save_IFS
6350 test -z "$as_dir" && as_dir=.
6351 for ac_exec_ext in '' $ac_executable_extensions; do
6352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6353 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6355 break 2
6356 fi
6357 done
6358 done
6359 IFS=$as_save_IFS
6360
6361 fi
6362 fi
6363 OBJDUMP=$ac_cv_prog_OBJDUMP
6364 if test -n "$OBJDUMP"; then
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6366 $as_echo "$OBJDUMP" >&6; }
6367 else
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6369 $as_echo "no" >&6; }
6370 fi
6371
6372
6373 fi
6374 if test -z "$ac_cv_prog_OBJDUMP"; then
6375 ac_ct_OBJDUMP=$OBJDUMP
6376 # Extract the first word of "objdump", so it can be a program name with args.
6377 set dummy objdump; ac_word=$2
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6379 $as_echo_n "checking for $ac_word... " >&6; }
6380 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6381 $as_echo_n "(cached) " >&6
6382 else
6383 if test -n "$ac_ct_OBJDUMP"; then
6384 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6385 else
6386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6387 for as_dir in $PATH
6388 do
6389 IFS=$as_save_IFS
6390 test -z "$as_dir" && as_dir=.
6391 for ac_exec_ext in '' $ac_executable_extensions; do
6392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6393 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6395 break 2
6396 fi
6397 done
6398 done
6399 IFS=$as_save_IFS
6400
6401 fi
6402 fi
6403 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6404 if test -n "$ac_ct_OBJDUMP"; then
6405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6406 $as_echo "$ac_ct_OBJDUMP" >&6; }
6407 else
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6409 $as_echo "no" >&6; }
6410 fi
6411
6412 if test "x$ac_ct_OBJDUMP" = x; then
6413 OBJDUMP="false"
6414 else
6415 case $cross_compiling:$ac_tool_warned in
6416 yes:)
6417 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6418 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6419 ac_tool_warned=yes ;;
6420 esac
6421 OBJDUMP=$ac_ct_OBJDUMP
6422 fi
6423 else
6424 OBJDUMP="$ac_cv_prog_OBJDUMP"
6425 fi
6426
6427 test -z "$OBJDUMP" && OBJDUMP=objdump
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6438 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6439 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6440 $as_echo_n "(cached) " >&6
6441 else
6442 lt_cv_file_magic_cmd='$MAGIC_CMD'
6443 lt_cv_file_magic_test_file=
6444 lt_cv_deplibs_check_method='unknown'
6445 # Need to set the preceding variable on all platforms that support
6446 # interlibrary dependencies.
6447 # 'none' -- dependencies not supported.
6448 # `unknown' -- same as none, but documents that we really don't know.
6449 # 'pass_all' -- all dependencies passed with no checks.
6450 # 'test_compile' -- check by making test program.
6451 # 'file_magic [[regex]]' -- check by looking for files in library path
6452 # which responds to the $file_magic_cmd with a given extended regex.
6453 # If you have `file' or equivalent on your system and you're not sure
6454 # whether `pass_all' will *always* work, you probably want this one.
6455
6456 case $host_os in
6457 aix[4-9]*)
6458 lt_cv_deplibs_check_method=pass_all
6459 ;;
6460
6461 beos*)
6462 lt_cv_deplibs_check_method=pass_all
6463 ;;
6464
6465 bsdi[45]*)
6466 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6467 lt_cv_file_magic_cmd='/usr/bin/file -L'
6468 lt_cv_file_magic_test_file=/shlib/libc.so
6469 ;;
6470
6471 cygwin*)
6472 # func_win32_libid is a shell function defined in ltmain.sh
6473 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6474 lt_cv_file_magic_cmd='func_win32_libid'
6475 ;;
6476
6477 mingw* | pw32*)
6478 # Base MSYS/MinGW do not provide the 'file' command needed by
6479 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6480 # unless we find 'file', for example because we are cross-compiling.
6481 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6482 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6483 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6484 lt_cv_file_magic_cmd='func_win32_libid'
6485 else
6486 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6487 lt_cv_file_magic_cmd='$OBJDUMP -f'
6488 fi
6489 ;;
6490
6491 cegcc*)
6492 # use the weaker test based on 'objdump'. See mingw*.
6493 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6494 lt_cv_file_magic_cmd='$OBJDUMP -f'
6495 ;;
6496
6497 darwin* | rhapsody*)
6498 lt_cv_deplibs_check_method=pass_all
6499 ;;
6500
6501 freebsd* | dragonfly*)
6502 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6503 case $host_cpu in
6504 i*86 )
6505 # Not sure whether the presence of OpenBSD here was a mistake.
6506 # Let's accept both of them until this is cleared up.
6507 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6508 lt_cv_file_magic_cmd=/usr/bin/file
6509 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6510 ;;
6511 esac
6512 else
6513 lt_cv_deplibs_check_method=pass_all
6514 fi
6515 ;;
6516
6517 gnu*)
6518 lt_cv_deplibs_check_method=pass_all
6519 ;;
6520
6521 haiku*)
6522 lt_cv_deplibs_check_method=pass_all
6523 ;;
6524
6525 hpux10.20* | hpux11*)
6526 lt_cv_file_magic_cmd=/usr/bin/file
6527 case $host_cpu in
6528 ia64*)
6529 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6530 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6531 ;;
6532 hppa*64*)
6533 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]'
6534 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6535 ;;
6536 *)
6537 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6538 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6539 ;;
6540 esac
6541 ;;
6542
6543 interix[3-9]*)
6544 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6545 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6546 ;;
6547
6548 irix5* | irix6* | nonstopux*)
6549 case $LD in
6550 *-32|*"-32 ") libmagic=32-bit;;
6551 *-n32|*"-n32 ") libmagic=N32;;
6552 *-64|*"-64 ") libmagic=64-bit;;
6553 *) libmagic=never-match;;
6554 esac
6555 lt_cv_deplibs_check_method=pass_all
6556 ;;
6557
6558 # This must be Linux ELF.
6559 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6560 lt_cv_deplibs_check_method=pass_all
6561 ;;
6562
6563 netbsd*)
6564 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6565 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6566 else
6567 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6568 fi
6569 ;;
6570
6571 newos6*)
6572 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6573 lt_cv_file_magic_cmd=/usr/bin/file
6574 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6575 ;;
6576
6577 *nto* | *qnx*)
6578 lt_cv_deplibs_check_method=pass_all
6579 ;;
6580
6581 openbsd*)
6582 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6583 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6584 else
6585 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6586 fi
6587 ;;
6588
6589 osf3* | osf4* | osf5*)
6590 lt_cv_deplibs_check_method=pass_all
6591 ;;
6592
6593 rdos*)
6594 lt_cv_deplibs_check_method=pass_all
6595 ;;
6596
6597 solaris*)
6598 lt_cv_deplibs_check_method=pass_all
6599 ;;
6600
6601 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6602 lt_cv_deplibs_check_method=pass_all
6603 ;;
6604
6605 sysv4 | sysv4.3*)
6606 case $host_vendor in
6607 motorola)
6608 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]'
6609 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6610 ;;
6611 ncr)
6612 lt_cv_deplibs_check_method=pass_all
6613 ;;
6614 sequent)
6615 lt_cv_file_magic_cmd='/bin/file'
6616 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6617 ;;
6618 sni)
6619 lt_cv_file_magic_cmd='/bin/file'
6620 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6621 lt_cv_file_magic_test_file=/lib/libc.so
6622 ;;
6623 siemens)
6624 lt_cv_deplibs_check_method=pass_all
6625 ;;
6626 pc)
6627 lt_cv_deplibs_check_method=pass_all
6628 ;;
6629 esac
6630 ;;
6631
6632 tpf*)
6633 lt_cv_deplibs_check_method=pass_all
6634 ;;
6635 esac
6636
6637 fi
6638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6639 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6640 file_magic_cmd=$lt_cv_file_magic_cmd
6641 deplibs_check_method=$lt_cv_deplibs_check_method
6642 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655 if test -n "$ac_tool_prefix"; then
6656 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6657 set dummy ${ac_tool_prefix}ar; ac_word=$2
6658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6659 $as_echo_n "checking for $ac_word... " >&6; }
6660 if test "${ac_cv_prog_AR+set}" = set; then :
6661 $as_echo_n "(cached) " >&6
6662 else
6663 if test -n "$AR"; then
6664 ac_cv_prog_AR="$AR" # Let the user override the test.
6665 else
6666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6667 for as_dir in $PATH
6668 do
6669 IFS=$as_save_IFS
6670 test -z "$as_dir" && as_dir=.
6671 for ac_exec_ext in '' $ac_executable_extensions; do
6672 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6673 ac_cv_prog_AR="${ac_tool_prefix}ar"
6674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6675 break 2
6676 fi
6677 done
6678 done
6679 IFS=$as_save_IFS
6680
6681 fi
6682 fi
6683 AR=$ac_cv_prog_AR
6684 if test -n "$AR"; then
6685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6686 $as_echo "$AR" >&6; }
6687 else
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6689 $as_echo "no" >&6; }
6690 fi
6691
6692
6693 fi
6694 if test -z "$ac_cv_prog_AR"; then
6695 ac_ct_AR=$AR
6696 # Extract the first word of "ar", so it can be a program name with args.
6697 set dummy ar; ac_word=$2
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6699 $as_echo_n "checking for $ac_word... " >&6; }
6700 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6701 $as_echo_n "(cached) " >&6
6702 else
6703 if test -n "$ac_ct_AR"; then
6704 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6705 else
6706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6707 for as_dir in $PATH
6708 do
6709 IFS=$as_save_IFS
6710 test -z "$as_dir" && as_dir=.
6711 for ac_exec_ext in '' $ac_executable_extensions; do
6712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6713 ac_cv_prog_ac_ct_AR="ar"
6714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6715 break 2
6716 fi
6717 done
6718 done
6719 IFS=$as_save_IFS
6720
6721 fi
6722 fi
6723 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6724 if test -n "$ac_ct_AR"; then
6725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6726 $as_echo "$ac_ct_AR" >&6; }
6727 else
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6729 $as_echo "no" >&6; }
6730 fi
6731
6732 if test "x$ac_ct_AR" = x; then
6733 AR="false"
6734 else
6735 case $cross_compiling:$ac_tool_warned in
6736 yes:)
6737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6739 ac_tool_warned=yes ;;
6740 esac
6741 AR=$ac_ct_AR
6742 fi
6743 else
6744 AR="$ac_cv_prog_AR"
6745 fi
6746
6747 test -z "$AR" && AR=ar
6748 test -z "$AR_FLAGS" && AR_FLAGS=cru
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760 if test -n "$ac_tool_prefix"; then
6761 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6762 set dummy ${ac_tool_prefix}strip; ac_word=$2
6763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6764 $as_echo_n "checking for $ac_word... " >&6; }
6765 if test "${ac_cv_prog_STRIP+set}" = set; then :
6766 $as_echo_n "(cached) " >&6
6767 else
6768 if test -n "$STRIP"; then
6769 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6770 else
6771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6772 for as_dir in $PATH
6773 do
6774 IFS=$as_save_IFS
6775 test -z "$as_dir" && as_dir=.
6776 for ac_exec_ext in '' $ac_executable_extensions; do
6777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6778 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6780 break 2
6781 fi
6782 done
6783 done
6784 IFS=$as_save_IFS
6785
6786 fi
6787 fi
6788 STRIP=$ac_cv_prog_STRIP
6789 if test -n "$STRIP"; then
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6791 $as_echo "$STRIP" >&6; }
6792 else
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6794 $as_echo "no" >&6; }
6795 fi
6796
6797
6798 fi
6799 if test -z "$ac_cv_prog_STRIP"; then
6800 ac_ct_STRIP=$STRIP
6801 # Extract the first word of "strip", so it can be a program name with args.
6802 set dummy strip; ac_word=$2
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6804 $as_echo_n "checking for $ac_word... " >&6; }
6805 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6806 $as_echo_n "(cached) " >&6
6807 else
6808 if test -n "$ac_ct_STRIP"; then
6809 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6810 else
6811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6812 for as_dir in $PATH
6813 do
6814 IFS=$as_save_IFS
6815 test -z "$as_dir" && as_dir=.
6816 for ac_exec_ext in '' $ac_executable_extensions; do
6817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6818 ac_cv_prog_ac_ct_STRIP="strip"
6819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6820 break 2
6821 fi
6822 done
6823 done
6824 IFS=$as_save_IFS
6825
6826 fi
6827 fi
6828 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6829 if test -n "$ac_ct_STRIP"; then
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6831 $as_echo "$ac_ct_STRIP" >&6; }
6832 else
6833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6834 $as_echo "no" >&6; }
6835 fi
6836
6837 if test "x$ac_ct_STRIP" = x; then
6838 STRIP=":"
6839 else
6840 case $cross_compiling:$ac_tool_warned in
6841 yes:)
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6843 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6844 ac_tool_warned=yes ;;
6845 esac
6846 STRIP=$ac_ct_STRIP
6847 fi
6848 else
6849 STRIP="$ac_cv_prog_STRIP"
6850 fi
6851
6852 test -z "$STRIP" && STRIP=:
6853
6854
6855
6856
6857
6858
6859 if test -n "$ac_tool_prefix"; then
6860 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6861 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6863 $as_echo_n "checking for $ac_word... " >&6; }
6864 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6865 $as_echo_n "(cached) " >&6
6866 else
6867 if test -n "$RANLIB"; then
6868 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6869 else
6870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6871 for as_dir in $PATH
6872 do
6873 IFS=$as_save_IFS
6874 test -z "$as_dir" && as_dir=.
6875 for ac_exec_ext in '' $ac_executable_extensions; do
6876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6877 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6879 break 2
6880 fi
6881 done
6882 done
6883 IFS=$as_save_IFS
6884
6885 fi
6886 fi
6887 RANLIB=$ac_cv_prog_RANLIB
6888 if test -n "$RANLIB"; then
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6890 $as_echo "$RANLIB" >&6; }
6891 else
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6893 $as_echo "no" >&6; }
6894 fi
6895
6896
6897 fi
6898 if test -z "$ac_cv_prog_RANLIB"; then
6899 ac_ct_RANLIB=$RANLIB
6900 # Extract the first word of "ranlib", so it can be a program name with args.
6901 set dummy ranlib; ac_word=$2
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6903 $as_echo_n "checking for $ac_word... " >&6; }
6904 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6905 $as_echo_n "(cached) " >&6
6906 else
6907 if test -n "$ac_ct_RANLIB"; then
6908 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6909 else
6910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6911 for as_dir in $PATH
6912 do
6913 IFS=$as_save_IFS
6914 test -z "$as_dir" && as_dir=.
6915 for ac_exec_ext in '' $ac_executable_extensions; do
6916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6917 ac_cv_prog_ac_ct_RANLIB="ranlib"
6918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6919 break 2
6920 fi
6921 done
6922 done
6923 IFS=$as_save_IFS
6924
6925 fi
6926 fi
6927 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6928 if test -n "$ac_ct_RANLIB"; then
6929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6930 $as_echo "$ac_ct_RANLIB" >&6; }
6931 else
6932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6933 $as_echo "no" >&6; }
6934 fi
6935
6936 if test "x$ac_ct_RANLIB" = x; then
6937 RANLIB=":"
6938 else
6939 case $cross_compiling:$ac_tool_warned in
6940 yes:)
6941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6942 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6943 ac_tool_warned=yes ;;
6944 esac
6945 RANLIB=$ac_ct_RANLIB
6946 fi
6947 else
6948 RANLIB="$ac_cv_prog_RANLIB"
6949 fi
6950
6951 test -z "$RANLIB" && RANLIB=:
6952
6953
6954
6955
6956
6957
6958 # Determine commands to create old-style static archives.
6959 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6960 old_postinstall_cmds='chmod 644 $oldlib'
6961 old_postuninstall_cmds=
6962
6963 if test -n "$RANLIB"; then
6964 case $host_os in
6965 openbsd*)
6966 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6967 ;;
6968 *)
6969 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6970 ;;
6971 esac
6972 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6973 fi
6974
6975 case $host_os in
6976 darwin*)
6977 lock_old_archive_extraction=yes ;;
6978 *)
6979 lock_old_archive_extraction=no ;;
6980 esac
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002 for ac_prog in gawk mawk nawk awk
7003 do
7004 # Extract the first word of "$ac_prog", so it can be a program name with args.
7005 set dummy $ac_prog; ac_word=$2
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7007 $as_echo_n "checking for $ac_word... " >&6; }
7008 if test "${ac_cv_prog_AWK+set}" = set; then :
7009 $as_echo_n "(cached) " >&6
7010 else
7011 if test -n "$AWK"; then
7012 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7013 else
7014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7015 for as_dir in $PATH
7016 do
7017 IFS=$as_save_IFS
7018 test -z "$as_dir" && as_dir=.
7019 for ac_exec_ext in '' $ac_executable_extensions; do
7020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7021 ac_cv_prog_AWK="$ac_prog"
7022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7023 break 2
7024 fi
7025 done
7026 done
7027 IFS=$as_save_IFS
7028
7029 fi
7030 fi
7031 AWK=$ac_cv_prog_AWK
7032 if test -n "$AWK"; then
7033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7034 $as_echo "$AWK" >&6; }
7035 else
7036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7037 $as_echo "no" >&6; }
7038 fi
7039
7040
7041 test -n "$AWK" && break
7042 done
7043
7044
7045
7046
7047
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057
7058
7059
7060
7061
7062 # If no C compiler was specified, use CC.
7063 LTCC=${LTCC-"$CC"}
7064
7065 # If no C compiler flags were specified, use CFLAGS.
7066 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7067
7068 # Allow CC to be a program name with arguments.
7069 compiler=$CC
7070
7071
7072 # Check for command to grab the raw symbol name followed by C symbol from nm.
7073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7074 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7075 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7076 $as_echo_n "(cached) " >&6
7077 else
7078
7079 # These are sane defaults that work on at least a few old systems.
7080 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7081
7082 # Character class describing NM global symbol codes.
7083 symcode='[BCDEGRST]'
7084
7085 # Regexp to match symbols that can be accessed directly from C.
7086 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7087
7088 # Define system-specific variables.
7089 case $host_os in
7090 aix*)
7091 symcode='[BCDT]'
7092 ;;
7093 cygwin* | mingw* | pw32* | cegcc*)
7094 symcode='[ABCDGISTW]'
7095 ;;
7096 hpux*)
7097 if test "$host_cpu" = ia64; then
7098 symcode='[ABCDEGRST]'
7099 fi
7100 ;;
7101 irix* | nonstopux*)
7102 symcode='[BCDEGRST]'
7103 ;;
7104 osf*)
7105 symcode='[BCDEGQRST]'
7106 ;;
7107 solaris*)
7108 symcode='[BDRT]'
7109 ;;
7110 sco3.2v5*)
7111 symcode='[DT]'
7112 ;;
7113 sysv4.2uw2*)
7114 symcode='[DT]'
7115 ;;
7116 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7117 symcode='[ABDT]'
7118 ;;
7119 sysv4)
7120 symcode='[DFNSTU]'
7121 ;;
7122 esac
7123
7124 # If we're using GNU nm, then use its standard symbol codes.
7125 case `$NM -V 2>&1` in
7126 *GNU* | *'with BFD'*)
7127 symcode='[ABCDGIRSTW]' ;;
7128 esac
7129
7130 # Transform an extracted symbol line into a proper C declaration.
7131 # Some systems (esp. on ia64) link data and code symbols differently,
7132 # so use this general approach.
7133 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7134
7135 # Transform an extracted symbol line into symbol name and symbol address
7136 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7137 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'"
7138
7139 # Handle CRLF in mingw tool chain
7140 opt_cr=
7141 case $build_os in
7142 mingw*)
7143 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7144 ;;
7145 esac
7146
7147 # Try without a prefix underscore, then with it.
7148 for ac_symprfx in "" "_"; do
7149
7150 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7151 symxfrm="\\1 $ac_symprfx\\2 \\2"
7152
7153 # Write the raw and C identifiers.
7154 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7155 # Fake it for dumpbin and say T for any non-static function
7156 # and D for any global variable.
7157 # Also find C++ and __fastcall symbols from MSVC++,
7158 # which start with @ or ?.
7159 lt_cv_sys_global_symbol_pipe="$AWK '"\
7160 " {last_section=section; section=\$ 3};"\
7161 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7162 " \$ 0!~/External *\|/{next};"\
7163 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7164 " {if(hide[section]) next};"\
7165 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7166 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7167 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7168 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7169 " ' prfx=^$ac_symprfx"
7170 else
7171 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7172 fi
7173
7174 # Check to see that the pipe works correctly.
7175 pipe_works=no
7176
7177 rm -f conftest*
7178 cat > conftest.$ac_ext <<_LT_EOF
7179 #ifdef __cplusplus
7180 extern "C" {
7181 #endif
7182 char nm_test_var;
7183 void nm_test_func(void);
7184 void nm_test_func(void){}
7185 #ifdef __cplusplus
7186 }
7187 #endif
7188 int main(){nm_test_var='a';nm_test_func();return(0);}
7189 _LT_EOF
7190
7191 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7192 (eval $ac_compile) 2>&5
7193 ac_status=$?
7194 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7195 test $ac_status = 0; }; then
7196 # Now try to grab the symbols.
7197 nlist=conftest.nm
7198 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7199 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7200 ac_status=$?
7201 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7202 test $ac_status = 0; } && test -s "$nlist"; then
7203 # Try sorting and uniquifying the output.
7204 if sort "$nlist" | uniq > "$nlist"T; then
7205 mv -f "$nlist"T "$nlist"
7206 else
7207 rm -f "$nlist"T
7208 fi
7209
7210 # Make sure that we snagged all the symbols we need.
7211 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7212 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7213 cat <<_LT_EOF > conftest.$ac_ext
7214 #ifdef __cplusplus
7215 extern "C" {
7216 #endif
7217
7218 _LT_EOF
7219 # Now generate the symbol file.
7220 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7221
7222 cat <<_LT_EOF >> conftest.$ac_ext
7223
7224 /* The mapping between symbol names and symbols. */
7225 const struct {
7226 const char *name;
7227 void *address;
7228 }
7229 lt__PROGRAM__LTX_preloaded_symbols[] =
7230 {
7231 { "@PROGRAM@", (void *) 0 },
7232 _LT_EOF
7233 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7234 cat <<\_LT_EOF >> conftest.$ac_ext
7235 {0, (void *) 0}
7236 };
7237
7238 /* This works around a problem in FreeBSD linker */
7239 #ifdef FREEBSD_WORKAROUND
7240 static const void *lt_preloaded_setup() {
7241 return lt__PROGRAM__LTX_preloaded_symbols;
7242 }
7243 #endif
7244
7245 #ifdef __cplusplus
7246 }
7247 #endif
7248 _LT_EOF
7249 # Now try linking the two files.
7250 mv conftest.$ac_objext conftstm.$ac_objext
7251 lt_save_LIBS="$LIBS"
7252 lt_save_CFLAGS="$CFLAGS"
7253 LIBS="conftstm.$ac_objext"
7254 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7255 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7256 (eval $ac_link) 2>&5
7257 ac_status=$?
7258 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7259 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7260 pipe_works=yes
7261 fi
7262 LIBS="$lt_save_LIBS"
7263 CFLAGS="$lt_save_CFLAGS"
7264 else
7265 echo "cannot find nm_test_func in $nlist" >&5
7266 fi
7267 else
7268 echo "cannot find nm_test_var in $nlist" >&5
7269 fi
7270 else
7271 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7272 fi
7273 else
7274 echo "$progname: failed program was:" >&5
7275 cat conftest.$ac_ext >&5
7276 fi
7277 rm -rf conftest* conftst*
7278
7279 # Do not use the global_symbol_pipe unless it works.
7280 if test "$pipe_works" = yes; then
7281 break
7282 else
7283 lt_cv_sys_global_symbol_pipe=
7284 fi
7285 done
7286
7287 fi
7288
7289 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7290 lt_cv_sys_global_symbol_to_cdecl=
7291 fi
7292 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7294 $as_echo "failed" >&6; }
7295 else
7296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7297 $as_echo "ok" >&6; }
7298 fi
7299
7300
7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321 # Check whether --enable-libtool-lock was given.
7322 if test "${enable_libtool_lock+set}" = set; then :
7323 enableval=$enable_libtool_lock;
7324 fi
7325
7326 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7327
7328 # Some flags need to be propagated to the compiler or linker for good
7329 # libtool support.
7330 case $host in
7331 ia64-*-hpux*)
7332 # Find out which ABI we are using.
7333 echo 'int i;' > conftest.$ac_ext
7334 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7335 (eval $ac_compile) 2>&5
7336 ac_status=$?
7337 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7338 test $ac_status = 0; }; then
7339 case `/usr/bin/file conftest.$ac_objext` in
7340 *ELF-32*)
7341 HPUX_IA64_MODE="32"
7342 ;;
7343 *ELF-64*)
7344 HPUX_IA64_MODE="64"
7345 ;;
7346 esac
7347 fi
7348 rm -rf conftest*
7349 ;;
7350 *-*-irix6*)
7351 # Find out which ABI we are using.
7352 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7353 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7354 (eval $ac_compile) 2>&5
7355 ac_status=$?
7356 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7357 test $ac_status = 0; }; then
7358 if test "$lt_cv_prog_gnu_ld" = yes; then
7359 case `/usr/bin/file conftest.$ac_objext` in
7360 *32-bit*)
7361 LD="${LD-ld} -melf32bsmip"
7362 ;;
7363 *N32*)
7364 LD="${LD-ld} -melf32bmipn32"
7365 ;;
7366 *64-bit*)
7367 LD="${LD-ld} -melf64bmip"
7368 ;;
7369 esac
7370 else
7371 case `/usr/bin/file conftest.$ac_objext` in
7372 *32-bit*)
7373 LD="${LD-ld} -32"
7374 ;;
7375 *N32*)
7376 LD="${LD-ld} -n32"
7377 ;;
7378 *64-bit*)
7379 LD="${LD-ld} -64"
7380 ;;
7381 esac
7382 fi
7383 fi
7384 rm -rf conftest*
7385 ;;
7386
7387 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7388 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7389 # Find out which ABI we are using.
7390 echo 'int i;' > conftest.$ac_ext
7391 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7392 (eval $ac_compile) 2>&5
7393 ac_status=$?
7394 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7395 test $ac_status = 0; }; then
7396 case `/usr/bin/file conftest.o` in
7397 *32-bit*)
7398 case $host in
7399 x86_64-*kfreebsd*-gnu)
7400 LD="${LD-ld} -m elf_i386_fbsd"
7401 ;;
7402 x86_64-*linux*)
7403 case `/usr/bin/file conftest.o` in
7404 *x86-64*)
7405 LD="${LD-ld} -m elf32_x86_64"
7406 ;;
7407 *)
7408 LD="${LD-ld} -m elf_i386"
7409 ;;
7410 esac
7411 ;;
7412 powerpc64le-*linux*)
7413 LD="${LD-ld} -m elf32lppclinux"
7414 ;;
7415 powerpc64-*linux*)
7416 LD="${LD-ld} -m elf32ppclinux"
7417 ;;
7418 s390x-*linux*)
7419 LD="${LD-ld} -m elf_s390"
7420 ;;
7421 sparc64-*linux*)
7422 LD="${LD-ld} -m elf32_sparc"
7423 ;;
7424 esac
7425 ;;
7426 *64-bit*)
7427 case $host in
7428 x86_64-*kfreebsd*-gnu)
7429 LD="${LD-ld} -m elf_x86_64_fbsd"
7430 ;;
7431 x86_64-*linux*)
7432 LD="${LD-ld} -m elf_x86_64"
7433 ;;
7434 powerpcle-*linux*)
7435 LD="${LD-ld} -m elf64lppc"
7436 ;;
7437 powerpc-*linux*)
7438 LD="${LD-ld} -m elf64ppc"
7439 ;;
7440 s390*-*linux*|s390*-*tpf*)
7441 LD="${LD-ld} -m elf64_s390"
7442 ;;
7443 sparc*-*linux*)
7444 LD="${LD-ld} -m elf64_sparc"
7445 ;;
7446 esac
7447 ;;
7448 esac
7449 fi
7450 rm -rf conftest*
7451 ;;
7452
7453 *-*-sco3.2v5*)
7454 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7455 SAVE_CFLAGS="$CFLAGS"
7456 CFLAGS="$CFLAGS -belf"
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7458 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7459 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7460 $as_echo_n "(cached) " >&6
7461 else
7462 ac_ext=c
7463 ac_cpp='$CPP $CPPFLAGS'
7464 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7465 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7466 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7467
7468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7469 /* end confdefs.h. */
7470
7471 int
7472 main ()
7473 {
7474
7475 ;
7476 return 0;
7477 }
7478 _ACEOF
7479 if ac_fn_c_try_link "$LINENO"; then :
7480 lt_cv_cc_needs_belf=yes
7481 else
7482 lt_cv_cc_needs_belf=no
7483 fi
7484 rm -f core conftest.err conftest.$ac_objext \
7485 conftest$ac_exeext conftest.$ac_ext
7486 ac_ext=c
7487 ac_cpp='$CPP $CPPFLAGS'
7488 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7489 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7490 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7491
7492 fi
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7494 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7495 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7496 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7497 CFLAGS="$SAVE_CFLAGS"
7498 fi
7499 ;;
7500 sparc*-*solaris*)
7501 # Find out which ABI we are using.
7502 echo 'int i;' > conftest.$ac_ext
7503 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7504 (eval $ac_compile) 2>&5
7505 ac_status=$?
7506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7507 test $ac_status = 0; }; then
7508 case `/usr/bin/file conftest.o` in
7509 *64-bit*)
7510 case $lt_cv_prog_gnu_ld in
7511 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7512 *)
7513 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7514 LD="${LD-ld} -64"
7515 fi
7516 ;;
7517 esac
7518 ;;
7519 esac
7520 fi
7521 rm -rf conftest*
7522 ;;
7523 esac
7524
7525 need_locks="$enable_libtool_lock"
7526
7527
7528 case $host_os in
7529 rhapsody* | darwin*)
7530 if test -n "$ac_tool_prefix"; then
7531 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7532 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7534 $as_echo_n "checking for $ac_word... " >&6; }
7535 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7536 $as_echo_n "(cached) " >&6
7537 else
7538 if test -n "$DSYMUTIL"; then
7539 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7540 else
7541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7542 for as_dir in $PATH
7543 do
7544 IFS=$as_save_IFS
7545 test -z "$as_dir" && as_dir=.
7546 for ac_exec_ext in '' $ac_executable_extensions; do
7547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7548 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7550 break 2
7551 fi
7552 done
7553 done
7554 IFS=$as_save_IFS
7555
7556 fi
7557 fi
7558 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7559 if test -n "$DSYMUTIL"; then
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7561 $as_echo "$DSYMUTIL" >&6; }
7562 else
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7564 $as_echo "no" >&6; }
7565 fi
7566
7567
7568 fi
7569 if test -z "$ac_cv_prog_DSYMUTIL"; then
7570 ac_ct_DSYMUTIL=$DSYMUTIL
7571 # Extract the first word of "dsymutil", so it can be a program name with args.
7572 set dummy dsymutil; ac_word=$2
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7574 $as_echo_n "checking for $ac_word... " >&6; }
7575 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7576 $as_echo_n "(cached) " >&6
7577 else
7578 if test -n "$ac_ct_DSYMUTIL"; then
7579 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7580 else
7581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7582 for as_dir in $PATH
7583 do
7584 IFS=$as_save_IFS
7585 test -z "$as_dir" && as_dir=.
7586 for ac_exec_ext in '' $ac_executable_extensions; do
7587 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7588 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7589 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7590 break 2
7591 fi
7592 done
7593 done
7594 IFS=$as_save_IFS
7595
7596 fi
7597 fi
7598 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7599 if test -n "$ac_ct_DSYMUTIL"; then
7600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7601 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7602 else
7603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7604 $as_echo "no" >&6; }
7605 fi
7606
7607 if test "x$ac_ct_DSYMUTIL" = x; then
7608 DSYMUTIL=":"
7609 else
7610 case $cross_compiling:$ac_tool_warned in
7611 yes:)
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7613 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7614 ac_tool_warned=yes ;;
7615 esac
7616 DSYMUTIL=$ac_ct_DSYMUTIL
7617 fi
7618 else
7619 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7620 fi
7621
7622 if test -n "$ac_tool_prefix"; then
7623 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7624 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7626 $as_echo_n "checking for $ac_word... " >&6; }
7627 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7628 $as_echo_n "(cached) " >&6
7629 else
7630 if test -n "$NMEDIT"; then
7631 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7632 else
7633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7634 for as_dir in $PATH
7635 do
7636 IFS=$as_save_IFS
7637 test -z "$as_dir" && as_dir=.
7638 for ac_exec_ext in '' $ac_executable_extensions; do
7639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7640 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7642 break 2
7643 fi
7644 done
7645 done
7646 IFS=$as_save_IFS
7647
7648 fi
7649 fi
7650 NMEDIT=$ac_cv_prog_NMEDIT
7651 if test -n "$NMEDIT"; then
7652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7653 $as_echo "$NMEDIT" >&6; }
7654 else
7655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7656 $as_echo "no" >&6; }
7657 fi
7658
7659
7660 fi
7661 if test -z "$ac_cv_prog_NMEDIT"; then
7662 ac_ct_NMEDIT=$NMEDIT
7663 # Extract the first word of "nmedit", so it can be a program name with args.
7664 set dummy nmedit; ac_word=$2
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7666 $as_echo_n "checking for $ac_word... " >&6; }
7667 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7668 $as_echo_n "(cached) " >&6
7669 else
7670 if test -n "$ac_ct_NMEDIT"; then
7671 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7672 else
7673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7674 for as_dir in $PATH
7675 do
7676 IFS=$as_save_IFS
7677 test -z "$as_dir" && as_dir=.
7678 for ac_exec_ext in '' $ac_executable_extensions; do
7679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7680 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7682 break 2
7683 fi
7684 done
7685 done
7686 IFS=$as_save_IFS
7687
7688 fi
7689 fi
7690 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7691 if test -n "$ac_ct_NMEDIT"; then
7692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7693 $as_echo "$ac_ct_NMEDIT" >&6; }
7694 else
7695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7696 $as_echo "no" >&6; }
7697 fi
7698
7699 if test "x$ac_ct_NMEDIT" = x; then
7700 NMEDIT=":"
7701 else
7702 case $cross_compiling:$ac_tool_warned in
7703 yes:)
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7705 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7706 ac_tool_warned=yes ;;
7707 esac
7708 NMEDIT=$ac_ct_NMEDIT
7709 fi
7710 else
7711 NMEDIT="$ac_cv_prog_NMEDIT"
7712 fi
7713
7714 if test -n "$ac_tool_prefix"; then
7715 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7716 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7718 $as_echo_n "checking for $ac_word... " >&6; }
7719 if test "${ac_cv_prog_LIPO+set}" = set; then :
7720 $as_echo_n "(cached) " >&6
7721 else
7722 if test -n "$LIPO"; then
7723 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7724 else
7725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7726 for as_dir in $PATH
7727 do
7728 IFS=$as_save_IFS
7729 test -z "$as_dir" && as_dir=.
7730 for ac_exec_ext in '' $ac_executable_extensions; do
7731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7732 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7734 break 2
7735 fi
7736 done
7737 done
7738 IFS=$as_save_IFS
7739
7740 fi
7741 fi
7742 LIPO=$ac_cv_prog_LIPO
7743 if test -n "$LIPO"; then
7744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7745 $as_echo "$LIPO" >&6; }
7746 else
7747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7748 $as_echo "no" >&6; }
7749 fi
7750
7751
7752 fi
7753 if test -z "$ac_cv_prog_LIPO"; then
7754 ac_ct_LIPO=$LIPO
7755 # Extract the first word of "lipo", so it can be a program name with args.
7756 set dummy lipo; ac_word=$2
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7758 $as_echo_n "checking for $ac_word... " >&6; }
7759 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7760 $as_echo_n "(cached) " >&6
7761 else
7762 if test -n "$ac_ct_LIPO"; then
7763 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7764 else
7765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7766 for as_dir in $PATH
7767 do
7768 IFS=$as_save_IFS
7769 test -z "$as_dir" && as_dir=.
7770 for ac_exec_ext in '' $ac_executable_extensions; do
7771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7772 ac_cv_prog_ac_ct_LIPO="lipo"
7773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7774 break 2
7775 fi
7776 done
7777 done
7778 IFS=$as_save_IFS
7779
7780 fi
7781 fi
7782 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7783 if test -n "$ac_ct_LIPO"; then
7784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7785 $as_echo "$ac_ct_LIPO" >&6; }
7786 else
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7788 $as_echo "no" >&6; }
7789 fi
7790
7791 if test "x$ac_ct_LIPO" = x; then
7792 LIPO=":"
7793 else
7794 case $cross_compiling:$ac_tool_warned in
7795 yes:)
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7797 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7798 ac_tool_warned=yes ;;
7799 esac
7800 LIPO=$ac_ct_LIPO
7801 fi
7802 else
7803 LIPO="$ac_cv_prog_LIPO"
7804 fi
7805
7806 if test -n "$ac_tool_prefix"; then
7807 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7808 set dummy ${ac_tool_prefix}otool; ac_word=$2
7809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7810 $as_echo_n "checking for $ac_word... " >&6; }
7811 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7812 $as_echo_n "(cached) " >&6
7813 else
7814 if test -n "$OTOOL"; then
7815 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7816 else
7817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7818 for as_dir in $PATH
7819 do
7820 IFS=$as_save_IFS
7821 test -z "$as_dir" && as_dir=.
7822 for ac_exec_ext in '' $ac_executable_extensions; do
7823 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7824 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7826 break 2
7827 fi
7828 done
7829 done
7830 IFS=$as_save_IFS
7831
7832 fi
7833 fi
7834 OTOOL=$ac_cv_prog_OTOOL
7835 if test -n "$OTOOL"; then
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7837 $as_echo "$OTOOL" >&6; }
7838 else
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7840 $as_echo "no" >&6; }
7841 fi
7842
7843
7844 fi
7845 if test -z "$ac_cv_prog_OTOOL"; then
7846 ac_ct_OTOOL=$OTOOL
7847 # Extract the first word of "otool", so it can be a program name with args.
7848 set dummy otool; ac_word=$2
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7850 $as_echo_n "checking for $ac_word... " >&6; }
7851 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7852 $as_echo_n "(cached) " >&6
7853 else
7854 if test -n "$ac_ct_OTOOL"; then
7855 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7856 else
7857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7858 for as_dir in $PATH
7859 do
7860 IFS=$as_save_IFS
7861 test -z "$as_dir" && as_dir=.
7862 for ac_exec_ext in '' $ac_executable_extensions; do
7863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7864 ac_cv_prog_ac_ct_OTOOL="otool"
7865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7866 break 2
7867 fi
7868 done
7869 done
7870 IFS=$as_save_IFS
7871
7872 fi
7873 fi
7874 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7875 if test -n "$ac_ct_OTOOL"; then
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7877 $as_echo "$ac_ct_OTOOL" >&6; }
7878 else
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7880 $as_echo "no" >&6; }
7881 fi
7882
7883 if test "x$ac_ct_OTOOL" = x; then
7884 OTOOL=":"
7885 else
7886 case $cross_compiling:$ac_tool_warned in
7887 yes:)
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7889 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7890 ac_tool_warned=yes ;;
7891 esac
7892 OTOOL=$ac_ct_OTOOL
7893 fi
7894 else
7895 OTOOL="$ac_cv_prog_OTOOL"
7896 fi
7897
7898 if test -n "$ac_tool_prefix"; then
7899 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7900 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7902 $as_echo_n "checking for $ac_word... " >&6; }
7903 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7904 $as_echo_n "(cached) " >&6
7905 else
7906 if test -n "$OTOOL64"; then
7907 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7908 else
7909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7910 for as_dir in $PATH
7911 do
7912 IFS=$as_save_IFS
7913 test -z "$as_dir" && as_dir=.
7914 for ac_exec_ext in '' $ac_executable_extensions; do
7915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7916 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7918 break 2
7919 fi
7920 done
7921 done
7922 IFS=$as_save_IFS
7923
7924 fi
7925 fi
7926 OTOOL64=$ac_cv_prog_OTOOL64
7927 if test -n "$OTOOL64"; then
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7929 $as_echo "$OTOOL64" >&6; }
7930 else
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7932 $as_echo "no" >&6; }
7933 fi
7934
7935
7936 fi
7937 if test -z "$ac_cv_prog_OTOOL64"; then
7938 ac_ct_OTOOL64=$OTOOL64
7939 # Extract the first word of "otool64", so it can be a program name with args.
7940 set dummy otool64; ac_word=$2
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7942 $as_echo_n "checking for $ac_word... " >&6; }
7943 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7944 $as_echo_n "(cached) " >&6
7945 else
7946 if test -n "$ac_ct_OTOOL64"; then
7947 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7948 else
7949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7950 for as_dir in $PATH
7951 do
7952 IFS=$as_save_IFS
7953 test -z "$as_dir" && as_dir=.
7954 for ac_exec_ext in '' $ac_executable_extensions; do
7955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7956 ac_cv_prog_ac_ct_OTOOL64="otool64"
7957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7958 break 2
7959 fi
7960 done
7961 done
7962 IFS=$as_save_IFS
7963
7964 fi
7965 fi
7966 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7967 if test -n "$ac_ct_OTOOL64"; then
7968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7969 $as_echo "$ac_ct_OTOOL64" >&6; }
7970 else
7971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7972 $as_echo "no" >&6; }
7973 fi
7974
7975 if test "x$ac_ct_OTOOL64" = x; then
7976 OTOOL64=":"
7977 else
7978 case $cross_compiling:$ac_tool_warned in
7979 yes:)
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7981 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7982 ac_tool_warned=yes ;;
7983 esac
7984 OTOOL64=$ac_ct_OTOOL64
7985 fi
7986 else
7987 OTOOL64="$ac_cv_prog_OTOOL64"
7988 fi
7989
7990
7991
7992
7993
7994
7995
7996
7997
7998
7999
8000
8001
8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8017 $as_echo_n "checking for -single_module linker flag... " >&6; }
8018 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8019 $as_echo_n "(cached) " >&6
8020 else
8021 lt_cv_apple_cc_single_mod=no
8022 if test -z "${LT_MULTI_MODULE}"; then
8023 # By default we will add the -single_module flag. You can override
8024 # by either setting the environment variable LT_MULTI_MODULE
8025 # non-empty at configure time, or by adding -multi_module to the
8026 # link flags.
8027 rm -rf libconftest.dylib*
8028 echo "int foo(void){return 1;}" > conftest.c
8029 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8030 -dynamiclib -Wl,-single_module conftest.c" >&5
8031 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8032 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8033 _lt_result=$?
8034 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8035 lt_cv_apple_cc_single_mod=yes
8036 else
8037 cat conftest.err >&5
8038 fi
8039 rm -rf libconftest.dylib*
8040 rm -f conftest.*
8041 fi
8042 fi
8043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8044 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8046 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8047 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8048 $as_echo_n "(cached) " >&6
8049 else
8050 lt_cv_ld_exported_symbols_list=no
8051 save_LDFLAGS=$LDFLAGS
8052 echo "_main" > conftest.sym
8053 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8055 /* end confdefs.h. */
8056
8057 int
8058 main ()
8059 {
8060
8061 ;
8062 return 0;
8063 }
8064 _ACEOF
8065 if ac_fn_c_try_link "$LINENO"; then :
8066 lt_cv_ld_exported_symbols_list=yes
8067 else
8068 lt_cv_ld_exported_symbols_list=no
8069 fi
8070 rm -f core conftest.err conftest.$ac_objext \
8071 conftest$ac_exeext conftest.$ac_ext
8072 LDFLAGS="$save_LDFLAGS"
8073
8074 fi
8075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8076 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8078 $as_echo_n "checking for -force_load linker flag... " >&6; }
8079 if test "${lt_cv_ld_force_load+set}" = set; then :
8080 $as_echo_n "(cached) " >&6
8081 else
8082 lt_cv_ld_force_load=no
8083 cat > conftest.c << _LT_EOF
8084 int forced_loaded() { return 2;}
8085 _LT_EOF
8086 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8087 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8088 echo "$AR cru libconftest.a conftest.o" >&5
8089 $AR cru libconftest.a conftest.o 2>&5
8090 cat > conftest.c << _LT_EOF
8091 int main() { return 0;}
8092 _LT_EOF
8093 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8094 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8095 _lt_result=$?
8096 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8097 lt_cv_ld_force_load=yes
8098 else
8099 cat conftest.err >&5
8100 fi
8101 rm -f conftest.err libconftest.a conftest conftest.c
8102 rm -rf conftest.dSYM
8103
8104 fi
8105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8106 $as_echo "$lt_cv_ld_force_load" >&6; }
8107 case $host_os in
8108 rhapsody* | darwin1.[012])
8109 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8110 darwin1.*)
8111 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8112 darwin*) # darwin 5.x on
8113 # if running on 10.5 or later, the deployment target defaults
8114 # to the OS version, if on x86, and 10.4, the deployment
8115 # target defaults to 10.4. Don't you love it?
8116 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8117 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8118 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8119 10.[012][,.]*)
8120 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8121 10.*)
8122 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8123 esac
8124 ;;
8125 esac
8126 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8127 _lt_dar_single_mod='$single_module'
8128 fi
8129 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8130 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8131 else
8132 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8133 fi
8134 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8135 _lt_dsymutil='~$DSYMUTIL $lib || :'
8136 else
8137 _lt_dsymutil=
8138 fi
8139 ;;
8140 esac
8141
8142 for ac_header in dlfcn.h
8143 do :
8144 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8145 "
8146 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8147 cat >>confdefs.h <<_ACEOF
8148 #define HAVE_DLFCN_H 1
8149 _ACEOF
8150
8151 fi
8152
8153 done
8154
8155
8156
8157 # autoconf.info says this should be called right after AC_INIT.
8158 ac_config_headers="$ac_config_headers config.h:config.in"
8159
8160
8161
8162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8163 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8164 if test "${ac_cv_c_bigendian+set}" = set; then :
8165 $as_echo_n "(cached) " >&6
8166 else
8167 ac_cv_c_bigendian=unknown
8168 # See if we're dealing with a universal compiler.
8169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8170 /* end confdefs.h. */
8171 #ifndef __APPLE_CC__
8172 not a universal capable compiler
8173 #endif
8174 typedef int dummy;
8175
8176 _ACEOF
8177 if ac_fn_c_try_compile "$LINENO"; then :
8178
8179 # Check for potential -arch flags. It is not universal unless
8180 # there are at least two -arch flags with different values.
8181 ac_arch=
8182 ac_prev=
8183 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8184 if test -n "$ac_prev"; then
8185 case $ac_word in
8186 i?86 | x86_64 | ppc | ppc64)
8187 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8188 ac_arch=$ac_word
8189 else
8190 ac_cv_c_bigendian=universal
8191 break
8192 fi
8193 ;;
8194 esac
8195 ac_prev=
8196 elif test "x$ac_word" = "x-arch"; then
8197 ac_prev=arch
8198 fi
8199 done
8200 fi
8201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8202 if test $ac_cv_c_bigendian = unknown; then
8203 # See if sys/param.h defines the BYTE_ORDER macro.
8204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8205 /* end confdefs.h. */
8206 #include <sys/types.h>
8207 #include <sys/param.h>
8208
8209 int
8210 main ()
8211 {
8212 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8213 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8214 && LITTLE_ENDIAN)
8215 bogus endian macros
8216 #endif
8217
8218 ;
8219 return 0;
8220 }
8221 _ACEOF
8222 if ac_fn_c_try_compile "$LINENO"; then :
8223 # It does; now see whether it defined to BIG_ENDIAN or not.
8224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8225 /* end confdefs.h. */
8226 #include <sys/types.h>
8227 #include <sys/param.h>
8228
8229 int
8230 main ()
8231 {
8232 #if BYTE_ORDER != BIG_ENDIAN
8233 not big endian
8234 #endif
8235
8236 ;
8237 return 0;
8238 }
8239 _ACEOF
8240 if ac_fn_c_try_compile "$LINENO"; then :
8241 ac_cv_c_bigendian=yes
8242 else
8243 ac_cv_c_bigendian=no
8244 fi
8245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8246 fi
8247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8248 fi
8249 if test $ac_cv_c_bigendian = unknown; then
8250 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8252 /* end confdefs.h. */
8253 #include <limits.h>
8254
8255 int
8256 main ()
8257 {
8258 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8259 bogus endian macros
8260 #endif
8261
8262 ;
8263 return 0;
8264 }
8265 _ACEOF
8266 if ac_fn_c_try_compile "$LINENO"; then :
8267 # It does; now see whether it defined to _BIG_ENDIAN or not.
8268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8269 /* end confdefs.h. */
8270 #include <limits.h>
8271
8272 int
8273 main ()
8274 {
8275 #ifndef _BIG_ENDIAN
8276 not big endian
8277 #endif
8278
8279 ;
8280 return 0;
8281 }
8282 _ACEOF
8283 if ac_fn_c_try_compile "$LINENO"; then :
8284 ac_cv_c_bigendian=yes
8285 else
8286 ac_cv_c_bigendian=no
8287 fi
8288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8289 fi
8290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8291 fi
8292 if test $ac_cv_c_bigendian = unknown; then
8293 # Compile a test program.
8294 if test "$cross_compiling" = yes; then :
8295 # Try to guess by grepping values from an object file.
8296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8297 /* end confdefs.h. */
8298 short int ascii_mm[] =
8299 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8300 short int ascii_ii[] =
8301 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8302 int use_ascii (int i) {
8303 return ascii_mm[i] + ascii_ii[i];
8304 }
8305 short int ebcdic_ii[] =
8306 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8307 short int ebcdic_mm[] =
8308 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8309 int use_ebcdic (int i) {
8310 return ebcdic_mm[i] + ebcdic_ii[i];
8311 }
8312 extern int foo;
8313
8314 int
8315 main ()
8316 {
8317 return use_ascii (foo) == use_ebcdic (foo);
8318 ;
8319 return 0;
8320 }
8321 _ACEOF
8322 if ac_fn_c_try_compile "$LINENO"; then :
8323 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8324 ac_cv_c_bigendian=yes
8325 fi
8326 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8327 if test "$ac_cv_c_bigendian" = unknown; then
8328 ac_cv_c_bigendian=no
8329 else
8330 # finding both strings is unlikely to happen, but who knows?
8331 ac_cv_c_bigendian=unknown
8332 fi
8333 fi
8334 fi
8335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8336 else
8337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8338 /* end confdefs.h. */
8339 $ac_includes_default
8340 int
8341 main ()
8342 {
8343
8344 /* Are we little or big endian? From Harbison&Steele. */
8345 union
8346 {
8347 long int l;
8348 char c[sizeof (long int)];
8349 } u;
8350 u.l = 1;
8351 return u.c[sizeof (long int) - 1] == 1;
8352
8353 ;
8354 return 0;
8355 }
8356 _ACEOF
8357 if ac_fn_c_try_run "$LINENO"; then :
8358 ac_cv_c_bigendian=no
8359 else
8360 ac_cv_c_bigendian=yes
8361 fi
8362 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8363 conftest.$ac_objext conftest.beam conftest.$ac_ext
8364 fi
8365
8366 fi
8367 fi
8368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8369 $as_echo "$ac_cv_c_bigendian" >&6; }
8370 case $ac_cv_c_bigendian in #(
8371 yes)
8372 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8373 ;; #(
8374 no)
8375 ;; #(
8376 universal)
8377
8378 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8379
8380 ;; #(
8381 *)
8382 as_fn_error "unknown endianness
8383 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8384 esac
8385
8386
8387
8388
8389 # Put a plausible default for CC_FOR_BUILD in Makefile.
8390 if test "x$cross_compiling" = "xno"; then
8391 CC_FOR_BUILD='$(CC)'
8392 else
8393 CC_FOR_BUILD=gcc
8394 fi
8395
8396
8397
8398
8399 AR=${AR-ar}
8400
8401 if test -n "$ac_tool_prefix"; then
8402 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8403 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8405 $as_echo_n "checking for $ac_word... " >&6; }
8406 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8407 $as_echo_n "(cached) " >&6
8408 else
8409 if test -n "$RANLIB"; then
8410 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8411 else
8412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8413 for as_dir in $PATH
8414 do
8415 IFS=$as_save_IFS
8416 test -z "$as_dir" && as_dir=.
8417 for ac_exec_ext in '' $ac_executable_extensions; do
8418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8419 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8421 break 2
8422 fi
8423 done
8424 done
8425 IFS=$as_save_IFS
8426
8427 fi
8428 fi
8429 RANLIB=$ac_cv_prog_RANLIB
8430 if test -n "$RANLIB"; then
8431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8432 $as_echo "$RANLIB" >&6; }
8433 else
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8435 $as_echo "no" >&6; }
8436 fi
8437
8438
8439 fi
8440 if test -z "$ac_cv_prog_RANLIB"; then
8441 ac_ct_RANLIB=$RANLIB
8442 # Extract the first word of "ranlib", so it can be a program name with args.
8443 set dummy ranlib; ac_word=$2
8444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8445 $as_echo_n "checking for $ac_word... " >&6; }
8446 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8447 $as_echo_n "(cached) " >&6
8448 else
8449 if test -n "$ac_ct_RANLIB"; then
8450 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8451 else
8452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8453 for as_dir in $PATH
8454 do
8455 IFS=$as_save_IFS
8456 test -z "$as_dir" && as_dir=.
8457 for ac_exec_ext in '' $ac_executable_extensions; do
8458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8459 ac_cv_prog_ac_ct_RANLIB="ranlib"
8460 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8461 break 2
8462 fi
8463 done
8464 done
8465 IFS=$as_save_IFS
8466
8467 fi
8468 fi
8469 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8470 if test -n "$ac_ct_RANLIB"; then
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8472 $as_echo "$ac_ct_RANLIB" >&6; }
8473 else
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8475 $as_echo "no" >&6; }
8476 fi
8477
8478 if test "x$ac_ct_RANLIB" = x; then
8479 RANLIB=":"
8480 else
8481 case $cross_compiling:$ac_tool_warned in
8482 yes:)
8483 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8484 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8485 ac_tool_warned=yes ;;
8486 esac
8487 RANLIB=$ac_ct_RANLIB
8488 fi
8489 else
8490 RANLIB="$ac_cv_prog_RANLIB"
8491 fi
8492
8493
8494 # Some of the common include files depend on bfd.h, and bfd.h checks
8495 # that config.h is included first by testing that the PACKAGE macro
8496 # is defined.
8497 PACKAGE=sim
8498
8499 cat >>confdefs.h <<_ACEOF
8500 #define PACKAGE "$PACKAGE"
8501 _ACEOF
8502
8503
8504
8505 # Dependency checking.
8506 ac_config_commands="$ac_config_commands depdir"
8507
8508
8509 depcc="$CC" am_compiler_list=
8510
8511 am_depcomp=$ac_aux_dir/depcomp
8512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8513 $as_echo_n "checking dependency style of $depcc... " >&6; }
8514 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8515 $as_echo_n "(cached) " >&6
8516 else
8517 if test -f "$am_depcomp"; then
8518 # We make a subdir and do the tests there. Otherwise we can end up
8519 # making bogus files that we don't know about and never remove. For
8520 # instance it was reported that on HP-UX the gcc test will end up
8521 # making a dummy file named `D' -- because `-MD' means `put the output
8522 # in D'.
8523 mkdir conftest.dir
8524 # Copy depcomp to subdir because otherwise we won't find it if we're
8525 # using a relative directory.
8526 cp "$am_depcomp" conftest.dir
8527 cd conftest.dir
8528 # We will build objects and dependencies in a subdirectory because
8529 # it helps to detect inapplicable dependency modes. For instance
8530 # both Tru64's cc and ICC support -MD to output dependencies as a
8531 # side effect of compilation, but ICC will put the dependencies in
8532 # the current directory while Tru64 will put them in the object
8533 # directory.
8534 mkdir sub
8535
8536 am_cv_CC_dependencies_compiler_type=none
8537 if test "$am_compiler_list" = ""; then
8538 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8539 fi
8540 for depmode in $am_compiler_list; do
8541 if test $depmode = none; then break; fi
8542
8543 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8544 # Setup a source with many dependencies, because some compilers
8545 # like to wrap large dependency lists on column 80 (with \), and
8546 # we should not choose a depcomp mode which is confused by this.
8547 #
8548 # We need to recreate these files for each test, as the compiler may
8549 # overwrite some of them when testing with obscure command lines.
8550 # This happens at least with the AIX C compiler.
8551 : > sub/conftest.c
8552 for i in 1 2 3 4 5 6; do
8553 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8554 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8555 # Solaris 8's {/usr,}/bin/sh.
8556 touch sub/conftst$i.h
8557 done
8558 echo "include sub/conftest.Po" > confmf
8559
8560 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8561 # mode. It turns out that the SunPro C++ compiler does not properly
8562 # handle `-M -o', and we need to detect this.
8563 depcmd="depmode=$depmode \
8564 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8565 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8566 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8567 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8568 if env $depcmd > conftest.err 2>&1 &&
8569 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8570 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8571 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8572 # icc doesn't choke on unknown options, it will just issue warnings
8573 # or remarks (even with -Werror). So we grep stderr for any message
8574 # that says an option was ignored or not supported.
8575 # When given -MP, icc 7.0 and 7.1 complain thusly:
8576 # icc: Command line warning: ignoring option '-M'; no argument required
8577 # The diagnosis changed in icc 8.0:
8578 # icc: Command line remark: option '-MP' not supported
8579 if (grep 'ignoring option' conftest.err ||
8580 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8581 am_cv_CC_dependencies_compiler_type=$depmode
8582 $as_echo "$as_me:$LINENO: success" >&5
8583 break
8584 fi
8585 fi
8586 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8587 sed -e 's/^/| /' < conftest.err >&5
8588 done
8589
8590 cd ..
8591 rm -rf conftest.dir
8592 else
8593 am_cv_CC_dependencies_compiler_type=none
8594 fi
8595
8596 fi
8597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8598 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8599 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8600 then as_fn_error "no usable dependency style found" "$LINENO" 5
8601 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8602
8603 fi
8604
8605
8606 # Check for the 'make' the user wants to use.
8607 for ac_prog in make
8608 do
8609 # Extract the first word of "$ac_prog", so it can be a program name with args.
8610 set dummy $ac_prog; ac_word=$2
8611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8612 $as_echo_n "checking for $ac_word... " >&6; }
8613 if test "${ac_cv_prog_MAKE+set}" = set; then :
8614 $as_echo_n "(cached) " >&6
8615 else
8616 if test -n "$MAKE"; then
8617 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8618 else
8619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8620 for as_dir in $PATH
8621 do
8622 IFS=$as_save_IFS
8623 test -z "$as_dir" && as_dir=.
8624 for ac_exec_ext in '' $ac_executable_extensions; do
8625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8626 ac_cv_prog_MAKE="$ac_prog"
8627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8628 break 2
8629 fi
8630 done
8631 done
8632 IFS=$as_save_IFS
8633
8634 fi
8635 fi
8636 MAKE=$ac_cv_prog_MAKE
8637 if test -n "$MAKE"; then
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8639 $as_echo "$MAKE" >&6; }
8640 else
8641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8642 $as_echo "no" >&6; }
8643 fi
8644
8645
8646 test -n "$MAKE" && break
8647 done
8648
8649 MAKE_IS_GNU=
8650 case "`$MAKE --version 2>&1 | sed 1q`" in
8651 *GNU*)
8652 MAKE_IS_GNU=yes
8653 ;;
8654 esac
8655 if test "$MAKE_IS_GNU" = yes; then
8656 GMAKE_TRUE=
8657 GMAKE_FALSE='#'
8658 else
8659 GMAKE_TRUE='#'
8660 GMAKE_FALSE=
8661 fi
8662
8663
8664 ALL_LINGUAS=
8665 # If we haven't got the data from the intl directory,
8666 # assume NLS is disabled.
8667 USE_NLS=no
8668 LIBINTL=
8669 LIBINTL_DEP=
8670 INCINTL=
8671 XGETTEXT=
8672 GMSGFMT=
8673 POSUB=
8674
8675 if test -f ../../intl/config.intl; then
8676 . ../../intl/config.intl
8677 fi
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8679 $as_echo_n "checking whether NLS is requested... " >&6; }
8680 if test x"$USE_NLS" != xyes; then
8681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8682 $as_echo "no" >&6; }
8683 else
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8685 $as_echo "yes" >&6; }
8686
8687 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8688
8689
8690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8691 $as_echo_n "checking for catalogs to be installed... " >&6; }
8692 # Look for .po and .gmo files in the source directory.
8693 CATALOGS=
8694 XLINGUAS=
8695 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8696 # If there aren't any .gmo files the shell will give us the
8697 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8698 # weeded out.
8699 case "$cat" in *\**)
8700 continue;;
8701 esac
8702 # The quadruple backslash is collapsed to a double backslash
8703 # by the backticks, then collapsed again by the double quotes,
8704 # leaving us with one backslash in the sed expression (right
8705 # before the dot that mustn't act as a wildcard).
8706 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8707 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8708 # The user is allowed to set LINGUAS to a list of languages to
8709 # install catalogs for. If it's empty that means "all of them."
8710 if test "x$LINGUAS" = x; then
8711 CATALOGS="$CATALOGS $cat"
8712 XLINGUAS="$XLINGUAS $lang"
8713 else
8714 case "$LINGUAS" in *$lang*)
8715 CATALOGS="$CATALOGS $cat"
8716 XLINGUAS="$XLINGUAS $lang"
8717 ;;
8718 esac
8719 fi
8720 done
8721 LINGUAS="$XLINGUAS"
8722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8723 $as_echo "$LINGUAS" >&6; }
8724
8725
8726 DATADIRNAME=share
8727
8728 INSTOBJEXT=.mo
8729
8730 GENCAT=gencat
8731
8732 CATOBJEXT=.gmo
8733
8734 fi
8735
8736 # Check for common headers.
8737 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8738 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8739 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8740 do :
8741 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8742 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8743 eval as_val=\$$as_ac_Header
8744 if test "x$as_val" = x""yes; then :
8745 cat >>confdefs.h <<_ACEOF
8746 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8747 _ACEOF
8748
8749 fi
8750
8751 done
8752
8753 for ac_header in sys/time.h sys/resource.h
8754 do :
8755 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8756 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8757 eval as_val=\$$as_ac_Header
8758 if test "x$as_val" = x""yes; then :
8759 cat >>confdefs.h <<_ACEOF
8760 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8761 _ACEOF
8762
8763 fi
8764
8765 done
8766
8767 for ac_header in fcntl.h fpu_control.h
8768 do :
8769 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8770 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8771 eval as_val=\$$as_ac_Header
8772 if test "x$as_val" = x""yes; then :
8773 cat >>confdefs.h <<_ACEOF
8774 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8775 _ACEOF
8776
8777 fi
8778
8779 done
8780
8781 for ac_header in dlfcn.h errno.h sys/stat.h
8782 do :
8783 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8784 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8785 eval as_val=\$$as_ac_Header
8786 if test "x$as_val" = x""yes; then :
8787 cat >>confdefs.h <<_ACEOF
8788 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8789 _ACEOF
8790
8791 fi
8792
8793 done
8794
8795 for ac_func in getrusage time sigaction __setfpucw
8796 do :
8797 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8798 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8799 eval as_val=\$$as_ac_var
8800 if test "x$as_val" = x""yes; then :
8801 cat >>confdefs.h <<_ACEOF
8802 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8803 _ACEOF
8804
8805 fi
8806 done
8807
8808
8809 # Check for socket libraries
8810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8811 $as_echo_n "checking for bind in -lsocket... " >&6; }
8812 if test "${ac_cv_lib_socket_bind+set}" = set; then :
8813 $as_echo_n "(cached) " >&6
8814 else
8815 ac_check_lib_save_LIBS=$LIBS
8816 LIBS="-lsocket $LIBS"
8817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8818 /* end confdefs.h. */
8819
8820 /* Override any GCC internal prototype to avoid an error.
8821 Use char because int might match the return type of a GCC
8822 builtin and then its argument prototype would still apply. */
8823 #ifdef __cplusplus
8824 extern "C"
8825 #endif
8826 char bind ();
8827 int
8828 main ()
8829 {
8830 return bind ();
8831 ;
8832 return 0;
8833 }
8834 _ACEOF
8835 if ac_fn_c_try_link "$LINENO"; then :
8836 ac_cv_lib_socket_bind=yes
8837 else
8838 ac_cv_lib_socket_bind=no
8839 fi
8840 rm -f core conftest.err conftest.$ac_objext \
8841 conftest$ac_exeext conftest.$ac_ext
8842 LIBS=$ac_check_lib_save_LIBS
8843 fi
8844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8845 $as_echo "$ac_cv_lib_socket_bind" >&6; }
8846 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8847 cat >>confdefs.h <<_ACEOF
8848 #define HAVE_LIBSOCKET 1
8849 _ACEOF
8850
8851 LIBS="-lsocket $LIBS"
8852
8853 fi
8854
8855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8856 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8857 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8858 $as_echo_n "(cached) " >&6
8859 else
8860 ac_check_lib_save_LIBS=$LIBS
8861 LIBS="-lnsl $LIBS"
8862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8863 /* end confdefs.h. */
8864
8865 /* Override any GCC internal prototype to avoid an error.
8866 Use char because int might match the return type of a GCC
8867 builtin and then its argument prototype would still apply. */
8868 #ifdef __cplusplus
8869 extern "C"
8870 #endif
8871 char gethostbyname ();
8872 int
8873 main ()
8874 {
8875 return gethostbyname ();
8876 ;
8877 return 0;
8878 }
8879 _ACEOF
8880 if ac_fn_c_try_link "$LINENO"; then :
8881 ac_cv_lib_nsl_gethostbyname=yes
8882 else
8883 ac_cv_lib_nsl_gethostbyname=no
8884 fi
8885 rm -f core conftest.err conftest.$ac_objext \
8886 conftest$ac_exeext conftest.$ac_ext
8887 LIBS=$ac_check_lib_save_LIBS
8888 fi
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8890 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8891 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8892 cat >>confdefs.h <<_ACEOF
8893 #define HAVE_LIBNSL 1
8894 _ACEOF
8895
8896 LIBS="-lnsl $LIBS"
8897
8898 fi
8899
8900
8901 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
8902 # using the same condition.
8903
8904 # Use the system's zlib library.
8905 zlibdir="-L\$(top_builddir)/../zlib"
8906 zlibinc="-I\$(top_srcdir)/../zlib"
8907
8908 # Check whether --with-system-zlib was given.
8909 if test "${with_system_zlib+set}" = set; then :
8910 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
8911 zlibdir=
8912 zlibinc=
8913 fi
8914
8915 fi
8916
8917
8918
8919
8920
8921 # BFD uses libdl when when plugins enabled.
8922
8923 maybe_plugins=no
8924 for ac_header in dlfcn.h
8925 do :
8926 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8927 "
8928 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8929 cat >>confdefs.h <<_ACEOF
8930 #define HAVE_DLFCN_H 1
8931 _ACEOF
8932 maybe_plugins=yes
8933 fi
8934
8935 done
8936
8937 for ac_header in windows.h
8938 do :
8939 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
8940 "
8941 if test "x$ac_cv_header_windows_h" = x""yes; then :
8942 cat >>confdefs.h <<_ACEOF
8943 #define HAVE_WINDOWS_H 1
8944 _ACEOF
8945 maybe_plugins=yes
8946 fi
8947
8948 done
8949
8950
8951 # Check whether --enable-plugins was given.
8952 if test "${enable_plugins+set}" = set; then :
8953 enableval=$enable_plugins; case "${enableval}" in
8954 no) plugins=no ;;
8955 *) plugins=yes
8956 if test "$maybe_plugins" != "yes" ; then
8957 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
8958 fi ;;
8959 esac
8960 else
8961 plugins=$maybe_plugins
8962
8963 fi
8964
8965 if test "$plugins" = "yes"; then
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
8967 $as_echo_n "checking for library containing dlopen... " >&6; }
8968 if test "${ac_cv_search_dlopen+set}" = set; then :
8969 $as_echo_n "(cached) " >&6
8970 else
8971 ac_func_search_save_LIBS=$LIBS
8972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8973 /* end confdefs.h. */
8974
8975 /* Override any GCC internal prototype to avoid an error.
8976 Use char because int might match the return type of a GCC
8977 builtin and then its argument prototype would still apply. */
8978 #ifdef __cplusplus
8979 extern "C"
8980 #endif
8981 char dlopen ();
8982 int
8983 main ()
8984 {
8985 return dlopen ();
8986 ;
8987 return 0;
8988 }
8989 _ACEOF
8990 for ac_lib in '' dl; do
8991 if test -z "$ac_lib"; then
8992 ac_res="none required"
8993 else
8994 ac_res=-l$ac_lib
8995 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8996 fi
8997 if ac_fn_c_try_link "$LINENO"; then :
8998 ac_cv_search_dlopen=$ac_res
8999 fi
9000 rm -f core conftest.err conftest.$ac_objext \
9001 conftest$ac_exeext
9002 if test "${ac_cv_search_dlopen+set}" = set; then :
9003 break
9004 fi
9005 done
9006 if test "${ac_cv_search_dlopen+set}" = set; then :
9007
9008 else
9009 ac_cv_search_dlopen=no
9010 fi
9011 rm conftest.$ac_ext
9012 LIBS=$ac_func_search_save_LIBS
9013 fi
9014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9015 $as_echo "$ac_cv_search_dlopen" >&6; }
9016 ac_res=$ac_cv_search_dlopen
9017 if test "$ac_res" != no; then :
9018 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9019
9020 fi
9021
9022 fi
9023
9024 if test "$plugins" = yes; then
9025 PLUGINS_TRUE=
9026 PLUGINS_FALSE='#'
9027 else
9028 PLUGINS_TRUE='#'
9029 PLUGINS_FALSE=
9030 fi
9031
9032
9033
9034
9035
9036 # Set options
9037 enable_dlopen=yes
9038
9039
9040
9041
9042 enable_win32_dll=no
9043
9044
9045 # Check whether --enable-shared was given.
9046 if test "${enable_shared+set}" = set; then :
9047 enableval=$enable_shared; p=${PACKAGE-default}
9048 case $enableval in
9049 yes) enable_shared=yes ;;
9050 no) enable_shared=no ;;
9051 *)
9052 enable_shared=no
9053 # Look at the argument we got. We use all the common list separators.
9054 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9055 for pkg in $enableval; do
9056 IFS="$lt_save_ifs"
9057 if test "X$pkg" = "X$p"; then
9058 enable_shared=yes
9059 fi
9060 done
9061 IFS="$lt_save_ifs"
9062 ;;
9063 esac
9064 else
9065 enable_shared=yes
9066 fi
9067
9068
9069
9070
9071
9072
9073
9074
9075
9076 # Check whether --enable-static was given.
9077 if test "${enable_static+set}" = set; then :
9078 enableval=$enable_static; p=${PACKAGE-default}
9079 case $enableval in
9080 yes) enable_static=yes ;;
9081 no) enable_static=no ;;
9082 *)
9083 enable_static=no
9084 # Look at the argument we got. We use all the common list separators.
9085 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9086 for pkg in $enableval; do
9087 IFS="$lt_save_ifs"
9088 if test "X$pkg" = "X$p"; then
9089 enable_static=yes
9090 fi
9091 done
9092 IFS="$lt_save_ifs"
9093 ;;
9094 esac
9095 else
9096 enable_static=yes
9097 fi
9098
9099
9100
9101
9102
9103
9104
9105
9106
9107
9108 # Check whether --with-pic was given.
9109 if test "${with_pic+set}" = set; then :
9110 withval=$with_pic; pic_mode="$withval"
9111 else
9112 pic_mode=default
9113 fi
9114
9115
9116 test -z "$pic_mode" && pic_mode=default
9117
9118
9119
9120
9121
9122
9123
9124 # Check whether --enable-fast-install was given.
9125 if test "${enable_fast_install+set}" = set; then :
9126 enableval=$enable_fast_install; p=${PACKAGE-default}
9127 case $enableval in
9128 yes) enable_fast_install=yes ;;
9129 no) enable_fast_install=no ;;
9130 *)
9131 enable_fast_install=no
9132 # Look at the argument we got. We use all the common list separators.
9133 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9134 for pkg in $enableval; do
9135 IFS="$lt_save_ifs"
9136 if test "X$pkg" = "X$p"; then
9137 enable_fast_install=yes
9138 fi
9139 done
9140 IFS="$lt_save_ifs"
9141 ;;
9142 esac
9143 else
9144 enable_fast_install=yes
9145 fi
9146
9147
9148
9149
9150
9151
9152
9153
9154
9155
9156
9157 # This can be used to rebuild libtool when needed
9158 LIBTOOL_DEPS="$ltmain"
9159
9160 # Always use our own libtool.
9161 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9162
9163
9164
9165
9166
9167
9168
9169
9170
9171
9172
9173
9174
9175
9176
9177
9178
9179
9180
9181
9182
9183
9184
9185
9186
9187
9188 test -z "$LN_S" && LN_S="ln -s"
9189
9190
9191
9192
9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203 if test -n "${ZSH_VERSION+set}" ; then
9204 setopt NO_GLOB_SUBST
9205 fi
9206
9207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9208 $as_echo_n "checking for objdir... " >&6; }
9209 if test "${lt_cv_objdir+set}" = set; then :
9210 $as_echo_n "(cached) " >&6
9211 else
9212 rm -f .libs 2>/dev/null
9213 mkdir .libs 2>/dev/null
9214 if test -d .libs; then
9215 lt_cv_objdir=.libs
9216 else
9217 # MS-DOS does not allow filenames that begin with a dot.
9218 lt_cv_objdir=_libs
9219 fi
9220 rmdir .libs 2>/dev/null
9221 fi
9222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9223 $as_echo "$lt_cv_objdir" >&6; }
9224 objdir=$lt_cv_objdir
9225
9226
9227
9228
9229
9230 cat >>confdefs.h <<_ACEOF
9231 #define LT_OBJDIR "$lt_cv_objdir/"
9232 _ACEOF
9233
9234
9235
9236
9237 case $host_os in
9238 aix3*)
9239 # AIX sometimes has problems with the GCC collect2 program. For some
9240 # reason, if we set the COLLECT_NAMES environment variable, the problems
9241 # vanish in a puff of smoke.
9242 if test "X${COLLECT_NAMES+set}" != Xset; then
9243 COLLECT_NAMES=
9244 export COLLECT_NAMES
9245 fi
9246 ;;
9247 esac
9248
9249 # Global variables:
9250 ofile=libtool
9251 can_build_shared=yes
9252
9253 # All known linkers require a `.a' archive for static linking (except MSVC,
9254 # which needs '.lib').
9255 libext=a
9256
9257 with_gnu_ld="$lt_cv_prog_gnu_ld"
9258
9259 old_CC="$CC"
9260 old_CFLAGS="$CFLAGS"
9261
9262 # Set sane defaults for various variables
9263 test -z "$CC" && CC=cc
9264 test -z "$LTCC" && LTCC=$CC
9265 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9266 test -z "$LD" && LD=ld
9267 test -z "$ac_objext" && ac_objext=o
9268
9269 for cc_temp in $compiler""; do
9270 case $cc_temp in
9271 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9272 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9273 \-*) ;;
9274 *) break;;
9275 esac
9276 done
9277 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9278
9279
9280 # Only perform the check for file, if the check method requires it
9281 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9282 case $deplibs_check_method in
9283 file_magic*)
9284 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9286 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9287 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9288 $as_echo_n "(cached) " >&6
9289 else
9290 case $MAGIC_CMD in
9291 [\\/*] | ?:[\\/]*)
9292 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9293 ;;
9294 *)
9295 lt_save_MAGIC_CMD="$MAGIC_CMD"
9296 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9297 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9298 for ac_dir in $ac_dummy; do
9299 IFS="$lt_save_ifs"
9300 test -z "$ac_dir" && ac_dir=.
9301 if test -f $ac_dir/${ac_tool_prefix}file; then
9302 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9303 if test -n "$file_magic_test_file"; then
9304 case $deplibs_check_method in
9305 "file_magic "*)
9306 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9307 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9308 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9309 $EGREP "$file_magic_regex" > /dev/null; then
9310 :
9311 else
9312 cat <<_LT_EOF 1>&2
9313
9314 *** Warning: the command libtool uses to detect shared libraries,
9315 *** $file_magic_cmd, produces output that libtool cannot recognize.
9316 *** The result is that libtool may fail to recognize shared libraries
9317 *** as such. This will affect the creation of libtool libraries that
9318 *** depend on shared libraries, but programs linked with such libtool
9319 *** libraries will work regardless of this problem. Nevertheless, you
9320 *** may want to report the problem to your system manager and/or to
9321 *** bug-libtool@gnu.org
9322
9323 _LT_EOF
9324 fi ;;
9325 esac
9326 fi
9327 break
9328 fi
9329 done
9330 IFS="$lt_save_ifs"
9331 MAGIC_CMD="$lt_save_MAGIC_CMD"
9332 ;;
9333 esac
9334 fi
9335
9336 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9337 if test -n "$MAGIC_CMD"; then
9338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9339 $as_echo "$MAGIC_CMD" >&6; }
9340 else
9341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9342 $as_echo "no" >&6; }
9343 fi
9344
9345
9346
9347
9348
9349 if test -z "$lt_cv_path_MAGIC_CMD"; then
9350 if test -n "$ac_tool_prefix"; then
9351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9352 $as_echo_n "checking for file... " >&6; }
9353 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9354 $as_echo_n "(cached) " >&6
9355 else
9356 case $MAGIC_CMD in
9357 [\\/*] | ?:[\\/]*)
9358 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9359 ;;
9360 *)
9361 lt_save_MAGIC_CMD="$MAGIC_CMD"
9362 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9363 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9364 for ac_dir in $ac_dummy; do
9365 IFS="$lt_save_ifs"
9366 test -z "$ac_dir" && ac_dir=.
9367 if test -f $ac_dir/file; then
9368 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9369 if test -n "$file_magic_test_file"; then
9370 case $deplibs_check_method in
9371 "file_magic "*)
9372 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9373 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9374 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9375 $EGREP "$file_magic_regex" > /dev/null; then
9376 :
9377 else
9378 cat <<_LT_EOF 1>&2
9379
9380 *** Warning: the command libtool uses to detect shared libraries,
9381 *** $file_magic_cmd, produces output that libtool cannot recognize.
9382 *** The result is that libtool may fail to recognize shared libraries
9383 *** as such. This will affect the creation of libtool libraries that
9384 *** depend on shared libraries, but programs linked with such libtool
9385 *** libraries will work regardless of this problem. Nevertheless, you
9386 *** may want to report the problem to your system manager and/or to
9387 *** bug-libtool@gnu.org
9388
9389 _LT_EOF
9390 fi ;;
9391 esac
9392 fi
9393 break
9394 fi
9395 done
9396 IFS="$lt_save_ifs"
9397 MAGIC_CMD="$lt_save_MAGIC_CMD"
9398 ;;
9399 esac
9400 fi
9401
9402 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9403 if test -n "$MAGIC_CMD"; then
9404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9405 $as_echo "$MAGIC_CMD" >&6; }
9406 else
9407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9408 $as_echo "no" >&6; }
9409 fi
9410
9411
9412 else
9413 MAGIC_CMD=:
9414 fi
9415 fi
9416
9417 fi
9418 ;;
9419 esac
9420
9421 # Use C for the default configuration in the libtool script
9422
9423 lt_save_CC="$CC"
9424 ac_ext=c
9425 ac_cpp='$CPP $CPPFLAGS'
9426 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9427 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9428 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9429
9430
9431 # Source file extension for C test sources.
9432 ac_ext=c
9433
9434 # Object file extension for compiled C test sources.
9435 objext=o
9436 objext=$objext
9437
9438 # Code to be used in simple compile tests
9439 lt_simple_compile_test_code="int some_variable = 0;"
9440
9441 # Code to be used in simple link tests
9442 lt_simple_link_test_code='int main(){return(0);}'
9443
9444
9445
9446
9447
9448
9449
9450 # If no C compiler was specified, use CC.
9451 LTCC=${LTCC-"$CC"}
9452
9453 # If no C compiler flags were specified, use CFLAGS.
9454 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9455
9456 # Allow CC to be a program name with arguments.
9457 compiler=$CC
9458
9459 # Save the default compiler, since it gets overwritten when the other
9460 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9461 compiler_DEFAULT=$CC
9462
9463 # save warnings/boilerplate of simple test code
9464 ac_outfile=conftest.$ac_objext
9465 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9466 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9467 _lt_compiler_boilerplate=`cat conftest.err`
9468 $RM conftest*
9469
9470 ac_outfile=conftest.$ac_objext
9471 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9472 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9473 _lt_linker_boilerplate=`cat conftest.err`
9474 $RM -r conftest*
9475
9476
9477 ## CAVEAT EMPTOR:
9478 ## There is no encapsulation within the following macros, do not change
9479 ## the running order or otherwise move them around unless you know exactly
9480 ## what you are doing...
9481 if test -n "$compiler"; then
9482
9483 lt_prog_compiler_no_builtin_flag=
9484
9485 if test "$GCC" = yes; then
9486 case $cc_basename in
9487 nvcc*)
9488 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9489 *)
9490 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9491 esac
9492
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9494 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9495 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9496 $as_echo_n "(cached) " >&6
9497 else
9498 lt_cv_prog_compiler_rtti_exceptions=no
9499 ac_outfile=conftest.$ac_objext
9500 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9501 lt_compiler_flag="-fno-rtti -fno-exceptions"
9502 # Insert the option either (1) after the last *FLAGS variable, or
9503 # (2) before a word containing "conftest.", or (3) at the end.
9504 # Note that $ac_compile itself does not contain backslashes and begins
9505 # with a dollar sign (not a hyphen), so the echo should work correctly.
9506 # The option is referenced via a variable to avoid confusing sed.
9507 lt_compile=`echo "$ac_compile" | $SED \
9508 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9509 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9510 -e 's:$: $lt_compiler_flag:'`
9511 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9512 (eval "$lt_compile" 2>conftest.err)
9513 ac_status=$?
9514 cat conftest.err >&5
9515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9516 if (exit $ac_status) && test -s "$ac_outfile"; then
9517 # The compiler can only warn and ignore the option if not recognized
9518 # So say no if there are warnings other than the usual output.
9519 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9520 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9521 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9522 lt_cv_prog_compiler_rtti_exceptions=yes
9523 fi
9524 fi
9525 $RM conftest*
9526
9527 fi
9528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9529 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9530
9531 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9532 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9533 else
9534 :
9535 fi
9536
9537 fi
9538
9539
9540
9541
9542
9543
9544 lt_prog_compiler_wl=
9545 lt_prog_compiler_pic=
9546 lt_prog_compiler_static=
9547
9548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9549 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9550
9551 if test "$GCC" = yes; then
9552 lt_prog_compiler_wl='-Wl,'
9553 lt_prog_compiler_static='-static'
9554
9555 case $host_os in
9556 aix*)
9557 # All AIX code is PIC.
9558 if test "$host_cpu" = ia64; then
9559 # AIX 5 now supports IA64 processor
9560 lt_prog_compiler_static='-Bstatic'
9561 fi
9562 lt_prog_compiler_pic='-fPIC'
9563 ;;
9564
9565 amigaos*)
9566 case $host_cpu in
9567 powerpc)
9568 # see comment about AmigaOS4 .so support
9569 lt_prog_compiler_pic='-fPIC'
9570 ;;
9571 m68k)
9572 # FIXME: we need at least 68020 code to build shared libraries, but
9573 # adding the `-m68020' flag to GCC prevents building anything better,
9574 # like `-m68040'.
9575 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9576 ;;
9577 esac
9578 ;;
9579
9580 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9581 # PIC is the default for these OSes.
9582 ;;
9583
9584 mingw* | cygwin* | pw32* | os2* | cegcc*)
9585 # This hack is so that the source file can tell whether it is being
9586 # built for inclusion in a dll (and should export symbols for example).
9587 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9588 # (--disable-auto-import) libraries
9589 lt_prog_compiler_pic='-DDLL_EXPORT'
9590 ;;
9591
9592 darwin* | rhapsody*)
9593 # PIC is the default on this platform
9594 # Common symbols not allowed in MH_DYLIB files
9595 lt_prog_compiler_pic='-fno-common'
9596 ;;
9597
9598 haiku*)
9599 # PIC is the default for Haiku.
9600 # The "-static" flag exists, but is broken.
9601 lt_prog_compiler_static=
9602 ;;
9603
9604 hpux*)
9605 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9606 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9607 # sets the default TLS model and affects inlining.
9608 case $host_cpu in
9609 hppa*64*)
9610 # +Z the default
9611 ;;
9612 *)
9613 lt_prog_compiler_pic='-fPIC'
9614 ;;
9615 esac
9616 ;;
9617
9618 interix[3-9]*)
9619 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9620 # Instead, we relocate shared libraries at runtime.
9621 ;;
9622
9623 msdosdjgpp*)
9624 # Just because we use GCC doesn't mean we suddenly get shared libraries
9625 # on systems that don't support them.
9626 lt_prog_compiler_can_build_shared=no
9627 enable_shared=no
9628 ;;
9629
9630 *nto* | *qnx*)
9631 # QNX uses GNU C++, but need to define -shared option too, otherwise
9632 # it will coredump.
9633 lt_prog_compiler_pic='-fPIC -shared'
9634 ;;
9635
9636 sysv4*MP*)
9637 if test -d /usr/nec; then
9638 lt_prog_compiler_pic=-Kconform_pic
9639 fi
9640 ;;
9641
9642 *)
9643 lt_prog_compiler_pic='-fPIC'
9644 ;;
9645 esac
9646
9647 case $cc_basename in
9648 nvcc*) # Cuda Compiler Driver 2.2
9649 lt_prog_compiler_wl='-Xlinker '
9650 lt_prog_compiler_pic='-Xcompiler -fPIC'
9651 ;;
9652 esac
9653 else
9654 # PORTME Check for flag to pass linker flags through the system compiler.
9655 case $host_os in
9656 aix*)
9657 lt_prog_compiler_wl='-Wl,'
9658 if test "$host_cpu" = ia64; then
9659 # AIX 5 now supports IA64 processor
9660 lt_prog_compiler_static='-Bstatic'
9661 else
9662 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9663 fi
9664 ;;
9665
9666 mingw* | cygwin* | pw32* | os2* | cegcc*)
9667 # This hack is so that the source file can tell whether it is being
9668 # built for inclusion in a dll (and should export symbols for example).
9669 lt_prog_compiler_pic='-DDLL_EXPORT'
9670 ;;
9671
9672 hpux9* | hpux10* | hpux11*)
9673 lt_prog_compiler_wl='-Wl,'
9674 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9675 # not for PA HP-UX.
9676 case $host_cpu in
9677 hppa*64*|ia64*)
9678 # +Z the default
9679 ;;
9680 *)
9681 lt_prog_compiler_pic='+Z'
9682 ;;
9683 esac
9684 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9685 lt_prog_compiler_static='${wl}-a ${wl}archive'
9686 ;;
9687
9688 irix5* | irix6* | nonstopux*)
9689 lt_prog_compiler_wl='-Wl,'
9690 # PIC (with -KPIC) is the default.
9691 lt_prog_compiler_static='-non_shared'
9692 ;;
9693
9694 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9695 case $cc_basename in
9696 # old Intel for x86_64 which still supported -KPIC.
9697 ecc*)
9698 lt_prog_compiler_wl='-Wl,'
9699 lt_prog_compiler_pic='-KPIC'
9700 lt_prog_compiler_static='-static'
9701 ;;
9702 # icc used to be incompatible with GCC.
9703 # ICC 10 doesn't accept -KPIC any more.
9704 icc* | ifort*)
9705 lt_prog_compiler_wl='-Wl,'
9706 lt_prog_compiler_pic='-fPIC'
9707 lt_prog_compiler_static='-static'
9708 ;;
9709 # Lahey Fortran 8.1.
9710 lf95*)
9711 lt_prog_compiler_wl='-Wl,'
9712 lt_prog_compiler_pic='--shared'
9713 lt_prog_compiler_static='--static'
9714 ;;
9715 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9716 # Portland Group compilers (*not* the Pentium gcc compiler,
9717 # which looks to be a dead project)
9718 lt_prog_compiler_wl='-Wl,'
9719 lt_prog_compiler_pic='-fpic'
9720 lt_prog_compiler_static='-Bstatic'
9721 ;;
9722 ccc*)
9723 lt_prog_compiler_wl='-Wl,'
9724 # All Alpha code is PIC.
9725 lt_prog_compiler_static='-non_shared'
9726 ;;
9727 xl* | bgxl* | bgf* | mpixl*)
9728 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9729 lt_prog_compiler_wl='-Wl,'
9730 lt_prog_compiler_pic='-qpic'
9731 lt_prog_compiler_static='-qstaticlink'
9732 ;;
9733 *)
9734 case `$CC -V 2>&1 | sed 5q` in
9735 *Sun\ F* | *Sun*Fortran*)
9736 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9737 lt_prog_compiler_pic='-KPIC'
9738 lt_prog_compiler_static='-Bstatic'
9739 lt_prog_compiler_wl=''
9740 ;;
9741 *Sun\ C*)
9742 # Sun C 5.9
9743 lt_prog_compiler_pic='-KPIC'
9744 lt_prog_compiler_static='-Bstatic'
9745 lt_prog_compiler_wl='-Wl,'
9746 ;;
9747 esac
9748 ;;
9749 esac
9750 ;;
9751
9752 newsos6)
9753 lt_prog_compiler_pic='-KPIC'
9754 lt_prog_compiler_static='-Bstatic'
9755 ;;
9756
9757 *nto* | *qnx*)
9758 # QNX uses GNU C++, but need to define -shared option too, otherwise
9759 # it will coredump.
9760 lt_prog_compiler_pic='-fPIC -shared'
9761 ;;
9762
9763 osf3* | osf4* | osf5*)
9764 lt_prog_compiler_wl='-Wl,'
9765 # All OSF/1 code is PIC.
9766 lt_prog_compiler_static='-non_shared'
9767 ;;
9768
9769 rdos*)
9770 lt_prog_compiler_static='-non_shared'
9771 ;;
9772
9773 solaris*)
9774 lt_prog_compiler_pic='-KPIC'
9775 lt_prog_compiler_static='-Bstatic'
9776 case $cc_basename in
9777 f77* | f90* | f95*)
9778 lt_prog_compiler_wl='-Qoption ld ';;
9779 *)
9780 lt_prog_compiler_wl='-Wl,';;
9781 esac
9782 ;;
9783
9784 sunos4*)
9785 lt_prog_compiler_wl='-Qoption ld '
9786 lt_prog_compiler_pic='-PIC'
9787 lt_prog_compiler_static='-Bstatic'
9788 ;;
9789
9790 sysv4 | sysv4.2uw2* | sysv4.3*)
9791 lt_prog_compiler_wl='-Wl,'
9792 lt_prog_compiler_pic='-KPIC'
9793 lt_prog_compiler_static='-Bstatic'
9794 ;;
9795
9796 sysv4*MP*)
9797 if test -d /usr/nec ;then
9798 lt_prog_compiler_pic='-Kconform_pic'
9799 lt_prog_compiler_static='-Bstatic'
9800 fi
9801 ;;
9802
9803 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9804 lt_prog_compiler_wl='-Wl,'
9805 lt_prog_compiler_pic='-KPIC'
9806 lt_prog_compiler_static='-Bstatic'
9807 ;;
9808
9809 unicos*)
9810 lt_prog_compiler_wl='-Wl,'
9811 lt_prog_compiler_can_build_shared=no
9812 ;;
9813
9814 uts4*)
9815 lt_prog_compiler_pic='-pic'
9816 lt_prog_compiler_static='-Bstatic'
9817 ;;
9818
9819 *)
9820 lt_prog_compiler_can_build_shared=no
9821 ;;
9822 esac
9823 fi
9824
9825 case $host_os in
9826 # For platforms which do not support PIC, -DPIC is meaningless:
9827 *djgpp*)
9828 lt_prog_compiler_pic=
9829 ;;
9830 *)
9831 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9832 ;;
9833 esac
9834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9835 $as_echo "$lt_prog_compiler_pic" >&6; }
9836
9837
9838
9839
9840
9841
9842 #
9843 # Check to make sure the PIC flag actually works.
9844 #
9845 if test -n "$lt_prog_compiler_pic"; then
9846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9847 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9848 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9849 $as_echo_n "(cached) " >&6
9850 else
9851 lt_cv_prog_compiler_pic_works=no
9852 ac_outfile=conftest.$ac_objext
9853 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9854 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9855 # Insert the option either (1) after the last *FLAGS variable, or
9856 # (2) before a word containing "conftest.", or (3) at the end.
9857 # Note that $ac_compile itself does not contain backslashes and begins
9858 # with a dollar sign (not a hyphen), so the echo should work correctly.
9859 # The option is referenced via a variable to avoid confusing sed.
9860 lt_compile=`echo "$ac_compile" | $SED \
9861 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9862 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9863 -e 's:$: $lt_compiler_flag:'`
9864 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9865 (eval "$lt_compile" 2>conftest.err)
9866 ac_status=$?
9867 cat conftest.err >&5
9868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9869 if (exit $ac_status) && test -s "$ac_outfile"; then
9870 # The compiler can only warn and ignore the option if not recognized
9871 # So say no if there are warnings other than the usual output.
9872 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9873 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9874 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9875 lt_cv_prog_compiler_pic_works=yes
9876 fi
9877 fi
9878 $RM conftest*
9879
9880 fi
9881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9882 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9883
9884 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9885 case $lt_prog_compiler_pic in
9886 "" | " "*) ;;
9887 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9888 esac
9889 else
9890 lt_prog_compiler_pic=
9891 lt_prog_compiler_can_build_shared=no
9892 fi
9893
9894 fi
9895
9896
9897
9898
9899
9900
9901 #
9902 # Check to make sure the static flag actually works.
9903 #
9904 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9906 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9907 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9908 $as_echo_n "(cached) " >&6
9909 else
9910 lt_cv_prog_compiler_static_works=no
9911 save_LDFLAGS="$LDFLAGS"
9912 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9913 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9914 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9915 # The linker can only warn and ignore the option if not recognized
9916 # So say no if there are warnings
9917 if test -s conftest.err; then
9918 # Append any errors to the config.log.
9919 cat conftest.err 1>&5
9920 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9921 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9922 if diff conftest.exp conftest.er2 >/dev/null; then
9923 lt_cv_prog_compiler_static_works=yes
9924 fi
9925 else
9926 lt_cv_prog_compiler_static_works=yes
9927 fi
9928 fi
9929 $RM -r conftest*
9930 LDFLAGS="$save_LDFLAGS"
9931
9932 fi
9933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9934 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9935
9936 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9937 :
9938 else
9939 lt_prog_compiler_static=
9940 fi
9941
9942
9943
9944
9945
9946
9947
9948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9949 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9950 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9951 $as_echo_n "(cached) " >&6
9952 else
9953 lt_cv_prog_compiler_c_o=no
9954 $RM -r conftest 2>/dev/null
9955 mkdir conftest
9956 cd conftest
9957 mkdir out
9958 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9959
9960 lt_compiler_flag="-o out/conftest2.$ac_objext"
9961 # Insert the option either (1) after the last *FLAGS variable, or
9962 # (2) before a word containing "conftest.", or (3) at the end.
9963 # Note that $ac_compile itself does not contain backslashes and begins
9964 # with a dollar sign (not a hyphen), so the echo should work correctly.
9965 lt_compile=`echo "$ac_compile" | $SED \
9966 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9967 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9968 -e 's:$: $lt_compiler_flag:'`
9969 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9970 (eval "$lt_compile" 2>out/conftest.err)
9971 ac_status=$?
9972 cat out/conftest.err >&5
9973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9974 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9975 then
9976 # The compiler can only warn and ignore the option if not recognized
9977 # So say no if there are warnings
9978 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9979 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9980 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9981 lt_cv_prog_compiler_c_o=yes
9982 fi
9983 fi
9984 chmod u+w . 2>&5
9985 $RM conftest*
9986 # SGI C++ compiler will create directory out/ii_files/ for
9987 # template instantiation
9988 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9989 $RM out/* && rmdir out
9990 cd ..
9991 $RM -r conftest
9992 $RM conftest*
9993
9994 fi
9995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9996 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9997
9998
9999
10000
10001
10002
10003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10004 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10005 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10006 $as_echo_n "(cached) " >&6
10007 else
10008 lt_cv_prog_compiler_c_o=no
10009 $RM -r conftest 2>/dev/null
10010 mkdir conftest
10011 cd conftest
10012 mkdir out
10013 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10014
10015 lt_compiler_flag="-o out/conftest2.$ac_objext"
10016 # Insert the option either (1) after the last *FLAGS variable, or
10017 # (2) before a word containing "conftest.", or (3) at the end.
10018 # Note that $ac_compile itself does not contain backslashes and begins
10019 # with a dollar sign (not a hyphen), so the echo should work correctly.
10020 lt_compile=`echo "$ac_compile" | $SED \
10021 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10022 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10023 -e 's:$: $lt_compiler_flag:'`
10024 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10025 (eval "$lt_compile" 2>out/conftest.err)
10026 ac_status=$?
10027 cat out/conftest.err >&5
10028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10029 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10030 then
10031 # The compiler can only warn and ignore the option if not recognized
10032 # So say no if there are warnings
10033 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10034 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10035 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10036 lt_cv_prog_compiler_c_o=yes
10037 fi
10038 fi
10039 chmod u+w . 2>&5
10040 $RM conftest*
10041 # SGI C++ compiler will create directory out/ii_files/ for
10042 # template instantiation
10043 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10044 $RM out/* && rmdir out
10045 cd ..
10046 $RM -r conftest
10047 $RM conftest*
10048
10049 fi
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10051 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10052
10053
10054
10055
10056 hard_links="nottested"
10057 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10058 # do not overwrite the value of need_locks provided by the user
10059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10060 $as_echo_n "checking if we can lock with hard links... " >&6; }
10061 hard_links=yes
10062 $RM conftest*
10063 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10064 touch conftest.a
10065 ln conftest.a conftest.b 2>&5 || hard_links=no
10066 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10068 $as_echo "$hard_links" >&6; }
10069 if test "$hard_links" = no; then
10070 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10071 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10072 need_locks=warn
10073 fi
10074 else
10075 need_locks=no
10076 fi
10077
10078
10079
10080
10081
10082
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10084 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10085
10086 runpath_var=
10087 allow_undefined_flag=
10088 always_export_symbols=no
10089 archive_cmds=
10090 archive_expsym_cmds=
10091 compiler_needs_object=no
10092 enable_shared_with_static_runtimes=no
10093 export_dynamic_flag_spec=
10094 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10095 hardcode_automatic=no
10096 hardcode_direct=no
10097 hardcode_direct_absolute=no
10098 hardcode_libdir_flag_spec=
10099 hardcode_libdir_flag_spec_ld=
10100 hardcode_libdir_separator=
10101 hardcode_minus_L=no
10102 hardcode_shlibpath_var=unsupported
10103 inherit_rpath=no
10104 link_all_deplibs=unknown
10105 module_cmds=
10106 module_expsym_cmds=
10107 old_archive_from_new_cmds=
10108 old_archive_from_expsyms_cmds=
10109 thread_safe_flag_spec=
10110 whole_archive_flag_spec=
10111 # include_expsyms should be a list of space-separated symbols to be *always*
10112 # included in the symbol list
10113 include_expsyms=
10114 # exclude_expsyms can be an extended regexp of symbols to exclude
10115 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10116 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10117 # as well as any symbol that contains `d'.
10118 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10119 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10120 # platforms (ab)use it in PIC code, but their linkers get confused if
10121 # the symbol is explicitly referenced. Since portable code cannot
10122 # rely on this symbol name, it's probably fine to never include it in
10123 # preloaded symbol tables.
10124 # Exclude shared library initialization/finalization symbols.
10125 extract_expsyms_cmds=
10126
10127 case $host_os in
10128 cygwin* | mingw* | pw32* | cegcc*)
10129 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10130 # When not using gcc, we currently assume that we are using
10131 # Microsoft Visual C++.
10132 if test "$GCC" != yes; then
10133 with_gnu_ld=no
10134 fi
10135 ;;
10136 interix*)
10137 # we just hope/assume this is gcc and not c89 (= MSVC++)
10138 with_gnu_ld=yes
10139 ;;
10140 openbsd*)
10141 with_gnu_ld=no
10142 ;;
10143 esac
10144
10145 ld_shlibs=yes
10146
10147 # On some targets, GNU ld is compatible enough with the native linker
10148 # that we're better off using the native interface for both.
10149 lt_use_gnu_ld_interface=no
10150 if test "$with_gnu_ld" = yes; then
10151 case $host_os in
10152 aix*)
10153 # The AIX port of GNU ld has always aspired to compatibility
10154 # with the native linker. However, as the warning in the GNU ld
10155 # block says, versions before 2.19.5* couldn't really create working
10156 # shared libraries, regardless of the interface used.
10157 case `$LD -v 2>&1` in
10158 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10159 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10160 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10161 *)
10162 lt_use_gnu_ld_interface=yes
10163 ;;
10164 esac
10165 ;;
10166 *)
10167 lt_use_gnu_ld_interface=yes
10168 ;;
10169 esac
10170 fi
10171
10172 if test "$lt_use_gnu_ld_interface" = yes; then
10173 # If archive_cmds runs LD, not CC, wlarc should be empty
10174 wlarc='${wl}'
10175
10176 # Set some defaults for GNU ld with shared library support. These
10177 # are reset later if shared libraries are not supported. Putting them
10178 # here allows them to be overridden if necessary.
10179 runpath_var=LD_RUN_PATH
10180 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10181 export_dynamic_flag_spec='${wl}--export-dynamic'
10182 # ancient GNU ld didn't support --whole-archive et. al.
10183 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10184 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10185 else
10186 whole_archive_flag_spec=
10187 fi
10188 supports_anon_versioning=no
10189 case `$LD -v 2>&1` in
10190 *GNU\ gold*) supports_anon_versioning=yes ;;
10191 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10192 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10193 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10194 *\ 2.11.*) ;; # other 2.11 versions
10195 *) supports_anon_versioning=yes ;;
10196 esac
10197
10198 # See if GNU ld supports shared libraries.
10199 case $host_os in
10200 aix[3-9]*)
10201 # On AIX/PPC, the GNU linker is very broken
10202 if test "$host_cpu" != ia64; then
10203 ld_shlibs=no
10204 cat <<_LT_EOF 1>&2
10205
10206 *** Warning: the GNU linker, at least up to release 2.19, is reported
10207 *** to be unable to reliably create shared libraries on AIX.
10208 *** Therefore, libtool is disabling shared libraries support. If you
10209 *** really care for shared libraries, you may want to install binutils
10210 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10211 *** You will then need to restart the configuration process.
10212
10213 _LT_EOF
10214 fi
10215 ;;
10216
10217 amigaos*)
10218 case $host_cpu in
10219 powerpc)
10220 # see comment about AmigaOS4 .so support
10221 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10222 archive_expsym_cmds=''
10223 ;;
10224 m68k)
10225 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)'
10226 hardcode_libdir_flag_spec='-L$libdir'
10227 hardcode_minus_L=yes
10228 ;;
10229 esac
10230 ;;
10231
10232 beos*)
10233 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10234 allow_undefined_flag=unsupported
10235 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10236 # support --undefined. This deserves some investigation. FIXME
10237 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10238 else
10239 ld_shlibs=no
10240 fi
10241 ;;
10242
10243 cygwin* | mingw* | pw32* | cegcc*)
10244 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10245 # as there is no search path for DLLs.
10246 hardcode_libdir_flag_spec='-L$libdir'
10247 export_dynamic_flag_spec='${wl}--export-all-symbols'
10248 allow_undefined_flag=unsupported
10249 always_export_symbols=no
10250 enable_shared_with_static_runtimes=yes
10251 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10252
10253 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10254 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10255 # If the export-symbols file already is a .def file (1st line
10256 # is EXPORTS), use it as is; otherwise, prepend...
10257 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10258 cp $export_symbols $output_objdir/$soname.def;
10259 else
10260 echo EXPORTS > $output_objdir/$soname.def;
10261 cat $export_symbols >> $output_objdir/$soname.def;
10262 fi~
10263 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10264 else
10265 ld_shlibs=no
10266 fi
10267 ;;
10268
10269 haiku*)
10270 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10271 link_all_deplibs=yes
10272 ;;
10273
10274 interix[3-9]*)
10275 hardcode_direct=no
10276 hardcode_shlibpath_var=no
10277 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10278 export_dynamic_flag_spec='${wl}-E'
10279 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10280 # Instead, shared libraries are loaded at an image base (0x10000000 by
10281 # default) and relocated if they conflict, which is a slow very memory
10282 # consuming and fragmenting process. To avoid this, we pick a random,
10283 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10284 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10285 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10286 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'
10287 ;;
10288
10289 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10290 tmp_diet=no
10291 if test "$host_os" = linux-dietlibc; then
10292 case $cc_basename in
10293 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10294 esac
10295 fi
10296 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10297 && test "$tmp_diet" = no
10298 then
10299 tmp_addflag=' $pic_flag'
10300 tmp_sharedflag='-shared'
10301 case $cc_basename,$host_cpu in
10302 pgcc*) # Portland Group C compiler
10303 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'
10304 tmp_addflag=' $pic_flag'
10305 ;;
10306 pgf77* | pgf90* | pgf95* | pgfortran*)
10307 # Portland Group f77 and f90 compilers
10308 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'
10309 tmp_addflag=' $pic_flag -Mnomain' ;;
10310 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10311 tmp_addflag=' -i_dynamic' ;;
10312 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10313 tmp_addflag=' -i_dynamic -nofor_main' ;;
10314 ifc* | ifort*) # Intel Fortran compiler
10315 tmp_addflag=' -nofor_main' ;;
10316 lf95*) # Lahey Fortran 8.1
10317 whole_archive_flag_spec=
10318 tmp_sharedflag='--shared' ;;
10319 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10320 tmp_sharedflag='-qmkshrobj'
10321 tmp_addflag= ;;
10322 nvcc*) # Cuda Compiler Driver 2.2
10323 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'
10324 compiler_needs_object=yes
10325 ;;
10326 esac
10327 case `$CC -V 2>&1 | sed 5q` in
10328 *Sun\ C*) # Sun C 5.9
10329 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'
10330 compiler_needs_object=yes
10331 tmp_sharedflag='-G' ;;
10332 *Sun\ F*) # Sun Fortran 8.3
10333 tmp_sharedflag='-G' ;;
10334 esac
10335 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10336
10337 if test "x$supports_anon_versioning" = xyes; then
10338 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10339 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10340 echo "local: *; };" >> $output_objdir/$libname.ver~
10341 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10342 fi
10343
10344 case $cc_basename in
10345 xlf* | bgf* | bgxlf* | mpixlf*)
10346 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10347 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10348 hardcode_libdir_flag_spec=
10349 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10350 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10351 if test "x$supports_anon_versioning" = xyes; then
10352 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10353 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10354 echo "local: *; };" >> $output_objdir/$libname.ver~
10355 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10356 fi
10357 ;;
10358 esac
10359 else
10360 ld_shlibs=no
10361 fi
10362 ;;
10363
10364 netbsd*)
10365 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10366 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10367 wlarc=
10368 else
10369 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10370 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10371 fi
10372 ;;
10373
10374 solaris*)
10375 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10376 ld_shlibs=no
10377 cat <<_LT_EOF 1>&2
10378
10379 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10380 *** create shared libraries on Solaris systems. Therefore, libtool
10381 *** is disabling shared libraries support. We urge you to upgrade GNU
10382 *** binutils to release 2.9.1 or newer. Another option is to modify
10383 *** your PATH or compiler configuration so that the native linker is
10384 *** used, and then restart.
10385
10386 _LT_EOF
10387 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10388 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10389 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10390 else
10391 ld_shlibs=no
10392 fi
10393 ;;
10394
10395 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10396 case `$LD -v 2>&1` in
10397 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10398 ld_shlibs=no
10399 cat <<_LT_EOF 1>&2
10400
10401 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10402 *** reliably create shared libraries on SCO systems. Therefore, libtool
10403 *** is disabling shared libraries support. We urge you to upgrade GNU
10404 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10405 *** your PATH or compiler configuration so that the native linker is
10406 *** used, and then restart.
10407
10408 _LT_EOF
10409 ;;
10410 *)
10411 # For security reasons, it is highly recommended that you always
10412 # use absolute paths for naming shared libraries, and exclude the
10413 # DT_RUNPATH tag from executables and libraries. But doing so
10414 # requires that you compile everything twice, which is a pain.
10415 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10416 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10417 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10418 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10419 else
10420 ld_shlibs=no
10421 fi
10422 ;;
10423 esac
10424 ;;
10425
10426 sunos4*)
10427 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10428 wlarc=
10429 hardcode_direct=yes
10430 hardcode_shlibpath_var=no
10431 ;;
10432
10433 *)
10434 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10435 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10436 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10437 else
10438 ld_shlibs=no
10439 fi
10440 ;;
10441 esac
10442
10443 if test "$ld_shlibs" = no; then
10444 runpath_var=
10445 hardcode_libdir_flag_spec=
10446 export_dynamic_flag_spec=
10447 whole_archive_flag_spec=
10448 fi
10449 else
10450 # PORTME fill in a description of your system's linker (not GNU ld)
10451 case $host_os in
10452 aix3*)
10453 allow_undefined_flag=unsupported
10454 always_export_symbols=yes
10455 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'
10456 # Note: this linker hardcodes the directories in LIBPATH if there
10457 # are no directories specified by -L.
10458 hardcode_minus_L=yes
10459 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10460 # Neither direct hardcoding nor static linking is supported with a
10461 # broken collect2.
10462 hardcode_direct=unsupported
10463 fi
10464 ;;
10465
10466 aix[4-9]*)
10467 if test "$host_cpu" = ia64; then
10468 # On IA64, the linker does run time linking by default, so we don't
10469 # have to do anything special.
10470 aix_use_runtimelinking=no
10471 exp_sym_flag='-Bexport'
10472 no_entry_flag=""
10473 else
10474 # If we're using GNU nm, then we don't want the "-C" option.
10475 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10476 # Also, AIX nm treats weak defined symbols like other global
10477 # defined symbols, whereas GNU nm marks them as "W".
10478 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10479 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'
10480 else
10481 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'
10482 fi
10483 aix_use_runtimelinking=no
10484
10485 # Test if we are trying to use run time linking or normal
10486 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10487 # need to do runtime linking.
10488 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10489 for ld_flag in $LDFLAGS; do
10490 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10491 aix_use_runtimelinking=yes
10492 break
10493 fi
10494 done
10495 ;;
10496 esac
10497
10498 exp_sym_flag='-bexport'
10499 no_entry_flag='-bnoentry'
10500 fi
10501
10502 # When large executables or shared objects are built, AIX ld can
10503 # have problems creating the table of contents. If linking a library
10504 # or program results in "error TOC overflow" add -mminimal-toc to
10505 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10506 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10507
10508 archive_cmds=''
10509 hardcode_direct=yes
10510 hardcode_direct_absolute=yes
10511 hardcode_libdir_separator=':'
10512 link_all_deplibs=yes
10513 file_list_spec='${wl}-f,'
10514
10515 if test "$GCC" = yes; then
10516 case $host_os in aix4.[012]|aix4.[012].*)
10517 # We only want to do this on AIX 4.2 and lower, the check
10518 # below for broken collect2 doesn't work under 4.3+
10519 collect2name=`${CC} -print-prog-name=collect2`
10520 if test -f "$collect2name" &&
10521 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10522 then
10523 # We have reworked collect2
10524 :
10525 else
10526 # We have old collect2
10527 hardcode_direct=unsupported
10528 # It fails to find uninstalled libraries when the uninstalled
10529 # path is not listed in the libpath. Setting hardcode_minus_L
10530 # to unsupported forces relinking
10531 hardcode_minus_L=yes
10532 hardcode_libdir_flag_spec='-L$libdir'
10533 hardcode_libdir_separator=
10534 fi
10535 ;;
10536 esac
10537 shared_flag='-shared'
10538 if test "$aix_use_runtimelinking" = yes; then
10539 shared_flag="$shared_flag "'${wl}-G'
10540 fi
10541 else
10542 # not using gcc
10543 if test "$host_cpu" = ia64; then
10544 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10545 # chokes on -Wl,-G. The following line is correct:
10546 shared_flag='-G'
10547 else
10548 if test "$aix_use_runtimelinking" = yes; then
10549 shared_flag='${wl}-G'
10550 else
10551 shared_flag='${wl}-bM:SRE'
10552 fi
10553 fi
10554 fi
10555
10556 export_dynamic_flag_spec='${wl}-bexpall'
10557 # It seems that -bexpall does not export symbols beginning with
10558 # underscore (_), so it is better to generate a list of symbols to export.
10559 always_export_symbols=yes
10560 if test "$aix_use_runtimelinking" = yes; then
10561 # Warning - without using the other runtime loading flags (-brtl),
10562 # -berok will link without error, but may produce a broken library.
10563 allow_undefined_flag='-berok'
10564 # Determine the default libpath from the value encoded in an
10565 # empty executable.
10566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10567 /* end confdefs.h. */
10568
10569 int
10570 main ()
10571 {
10572
10573 ;
10574 return 0;
10575 }
10576 _ACEOF
10577 if ac_fn_c_try_link "$LINENO"; then :
10578
10579 lt_aix_libpath_sed='
10580 /Import File Strings/,/^$/ {
10581 /^0/ {
10582 s/^0 *\(.*\)$/\1/
10583 p
10584 }
10585 }'
10586 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10587 # Check for a 64-bit object if we didn't find anything.
10588 if test -z "$aix_libpath"; then
10589 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10590 fi
10591 fi
10592 rm -f core conftest.err conftest.$ac_objext \
10593 conftest$ac_exeext conftest.$ac_ext
10594 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10595
10596 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10597 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"
10598 else
10599 if test "$host_cpu" = ia64; then
10600 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10601 allow_undefined_flag="-z nodefs"
10602 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"
10603 else
10604 # Determine the default libpath from the value encoded in an
10605 # empty executable.
10606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10607 /* end confdefs.h. */
10608
10609 int
10610 main ()
10611 {
10612
10613 ;
10614 return 0;
10615 }
10616 _ACEOF
10617 if ac_fn_c_try_link "$LINENO"; then :
10618
10619 lt_aix_libpath_sed='
10620 /Import File Strings/,/^$/ {
10621 /^0/ {
10622 s/^0 *\(.*\)$/\1/
10623 p
10624 }
10625 }'
10626 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10627 # Check for a 64-bit object if we didn't find anything.
10628 if test -z "$aix_libpath"; then
10629 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10630 fi
10631 fi
10632 rm -f core conftest.err conftest.$ac_objext \
10633 conftest$ac_exeext conftest.$ac_ext
10634 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10635
10636 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10637 # Warning - without using the other run time loading flags,
10638 # -berok will link without error, but may produce a broken library.
10639 no_undefined_flag=' ${wl}-bernotok'
10640 allow_undefined_flag=' ${wl}-berok'
10641 if test "$with_gnu_ld" = yes; then
10642 # We only use this code for GNU lds that support --whole-archive.
10643 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10644 else
10645 # Exported symbols can be pulled into shared objects from archives
10646 whole_archive_flag_spec='$convenience'
10647 fi
10648 archive_cmds_need_lc=yes
10649 # This is similar to how AIX traditionally builds its shared libraries.
10650 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'
10651 fi
10652 fi
10653 ;;
10654
10655 amigaos*)
10656 case $host_cpu in
10657 powerpc)
10658 # see comment about AmigaOS4 .so support
10659 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10660 archive_expsym_cmds=''
10661 ;;
10662 m68k)
10663 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)'
10664 hardcode_libdir_flag_spec='-L$libdir'
10665 hardcode_minus_L=yes
10666 ;;
10667 esac
10668 ;;
10669
10670 bsdi[45]*)
10671 export_dynamic_flag_spec=-rdynamic
10672 ;;
10673
10674 cygwin* | mingw* | pw32* | cegcc*)
10675 # When not using gcc, we currently assume that we are using
10676 # Microsoft Visual C++.
10677 # hardcode_libdir_flag_spec is actually meaningless, as there is
10678 # no search path for DLLs.
10679 hardcode_libdir_flag_spec=' '
10680 allow_undefined_flag=unsupported
10681 # Tell ltmain to make .lib files, not .a files.
10682 libext=lib
10683 # Tell ltmain to make .dll files, not .so files.
10684 shrext_cmds=".dll"
10685 # FIXME: Setting linknames here is a bad hack.
10686 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10687 # The linker will automatically build a .lib file if we build a DLL.
10688 old_archive_from_new_cmds='true'
10689 # FIXME: Should let the user specify the lib program.
10690 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10691 fix_srcfile_path='`cygpath -w "$srcfile"`'
10692 enable_shared_with_static_runtimes=yes
10693 ;;
10694
10695 darwin* | rhapsody*)
10696
10697
10698 archive_cmds_need_lc=no
10699 hardcode_direct=no
10700 hardcode_automatic=yes
10701 hardcode_shlibpath_var=unsupported
10702 if test "$lt_cv_ld_force_load" = "yes"; then
10703 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\"`'
10704 else
10705 whole_archive_flag_spec=''
10706 fi
10707 link_all_deplibs=yes
10708 allow_undefined_flag="$_lt_dar_allow_undefined"
10709 case $cc_basename in
10710 ifort*) _lt_dar_can_shared=yes ;;
10711 *) _lt_dar_can_shared=$GCC ;;
10712 esac
10713 if test "$_lt_dar_can_shared" = "yes"; then
10714 output_verbose_link_cmd=func_echo_all
10715 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10716 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10717 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}"
10718 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}"
10719
10720 else
10721 ld_shlibs=no
10722 fi
10723
10724 ;;
10725
10726 dgux*)
10727 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10728 hardcode_libdir_flag_spec='-L$libdir'
10729 hardcode_shlibpath_var=no
10730 ;;
10731
10732 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10733 # support. Future versions do this automatically, but an explicit c++rt0.o
10734 # does not break anything, and helps significantly (at the cost of a little
10735 # extra space).
10736 freebsd2.2*)
10737 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10738 hardcode_libdir_flag_spec='-R$libdir'
10739 hardcode_direct=yes
10740 hardcode_shlibpath_var=no
10741 ;;
10742
10743 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10744 freebsd2.*)
10745 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10746 hardcode_direct=yes
10747 hardcode_minus_L=yes
10748 hardcode_shlibpath_var=no
10749 ;;
10750
10751 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10752 freebsd* | dragonfly*)
10753 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10754 hardcode_libdir_flag_spec='-R$libdir'
10755 hardcode_direct=yes
10756 hardcode_shlibpath_var=no
10757 ;;
10758
10759 hpux9*)
10760 if test "$GCC" = yes; then
10761 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'
10762 else
10763 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'
10764 fi
10765 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10766 hardcode_libdir_separator=:
10767 hardcode_direct=yes
10768
10769 # hardcode_minus_L: Not really in the search PATH,
10770 # but as the default location of the library.
10771 hardcode_minus_L=yes
10772 export_dynamic_flag_spec='${wl}-E'
10773 ;;
10774
10775 hpux10*)
10776 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10777 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10778 else
10779 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10780 fi
10781 if test "$with_gnu_ld" = no; then
10782 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10783 hardcode_libdir_flag_spec_ld='+b $libdir'
10784 hardcode_libdir_separator=:
10785 hardcode_direct=yes
10786 hardcode_direct_absolute=yes
10787 export_dynamic_flag_spec='${wl}-E'
10788 # hardcode_minus_L: Not really in the search PATH,
10789 # but as the default location of the library.
10790 hardcode_minus_L=yes
10791 fi
10792 ;;
10793
10794 hpux11*)
10795 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10796 case $host_cpu in
10797 hppa*64*)
10798 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10799 ;;
10800 ia64*)
10801 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10802 ;;
10803 *)
10804 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10805 ;;
10806 esac
10807 else
10808 case $host_cpu in
10809 hppa*64*)
10810 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10811 ;;
10812 ia64*)
10813 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10814 ;;
10815 *)
10816
10817 # Older versions of the 11.00 compiler do not understand -b yet
10818 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10820 $as_echo_n "checking if $CC understands -b... " >&6; }
10821 if test "${lt_cv_prog_compiler__b+set}" = set; then :
10822 $as_echo_n "(cached) " >&6
10823 else
10824 lt_cv_prog_compiler__b=no
10825 save_LDFLAGS="$LDFLAGS"
10826 LDFLAGS="$LDFLAGS -b"
10827 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10828 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10829 # The linker can only warn and ignore the option if not recognized
10830 # So say no if there are warnings
10831 if test -s conftest.err; then
10832 # Append any errors to the config.log.
10833 cat conftest.err 1>&5
10834 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10835 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10836 if diff conftest.exp conftest.er2 >/dev/null; then
10837 lt_cv_prog_compiler__b=yes
10838 fi
10839 else
10840 lt_cv_prog_compiler__b=yes
10841 fi
10842 fi
10843 $RM -r conftest*
10844 LDFLAGS="$save_LDFLAGS"
10845
10846 fi
10847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10848 $as_echo "$lt_cv_prog_compiler__b" >&6; }
10849
10850 if test x"$lt_cv_prog_compiler__b" = xyes; then
10851 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10852 else
10853 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10854 fi
10855
10856 ;;
10857 esac
10858 fi
10859 if test "$with_gnu_ld" = no; then
10860 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10861 hardcode_libdir_separator=:
10862
10863 case $host_cpu in
10864 hppa*64*|ia64*)
10865 hardcode_direct=no
10866 hardcode_shlibpath_var=no
10867 ;;
10868 *)
10869 hardcode_direct=yes
10870 hardcode_direct_absolute=yes
10871 export_dynamic_flag_spec='${wl}-E'
10872
10873 # hardcode_minus_L: Not really in the search PATH,
10874 # but as the default location of the library.
10875 hardcode_minus_L=yes
10876 ;;
10877 esac
10878 fi
10879 ;;
10880
10881 irix5* | irix6* | nonstopux*)
10882 if test "$GCC" = yes; then
10883 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'
10884 # Try to use the -exported_symbol ld option, if it does not
10885 # work, assume that -exports_file does not work either and
10886 # implicitly export all symbols.
10887 save_LDFLAGS="$LDFLAGS"
10888 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10890 /* end confdefs.h. */
10891 int foo(void) {}
10892 _ACEOF
10893 if ac_fn_c_try_link "$LINENO"; then :
10894 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'
10895
10896 fi
10897 rm -f core conftest.err conftest.$ac_objext \
10898 conftest$ac_exeext conftest.$ac_ext
10899 LDFLAGS="$save_LDFLAGS"
10900 else
10901 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'
10902 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'
10903 fi
10904 archive_cmds_need_lc='no'
10905 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10906 hardcode_libdir_separator=:
10907 inherit_rpath=yes
10908 link_all_deplibs=yes
10909 ;;
10910
10911 netbsd*)
10912 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10913 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10914 else
10915 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10916 fi
10917 hardcode_libdir_flag_spec='-R$libdir'
10918 hardcode_direct=yes
10919 hardcode_shlibpath_var=no
10920 ;;
10921
10922 newsos6)
10923 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10924 hardcode_direct=yes
10925 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10926 hardcode_libdir_separator=:
10927 hardcode_shlibpath_var=no
10928 ;;
10929
10930 *nto* | *qnx*)
10931 ;;
10932
10933 openbsd*)
10934 if test -f /usr/libexec/ld.so; then
10935 hardcode_direct=yes
10936 hardcode_shlibpath_var=no
10937 hardcode_direct_absolute=yes
10938 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10939 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10940 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10941 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10942 export_dynamic_flag_spec='${wl}-E'
10943 else
10944 case $host_os in
10945 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10946 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10947 hardcode_libdir_flag_spec='-R$libdir'
10948 ;;
10949 *)
10950 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10951 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10952 ;;
10953 esac
10954 fi
10955 else
10956 ld_shlibs=no
10957 fi
10958 ;;
10959
10960 os2*)
10961 hardcode_libdir_flag_spec='-L$libdir'
10962 hardcode_minus_L=yes
10963 allow_undefined_flag=unsupported
10964 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'
10965 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10966 ;;
10967
10968 osf3*)
10969 if test "$GCC" = yes; then
10970 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10971 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'
10972 else
10973 allow_undefined_flag=' -expect_unresolved \*'
10974 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'
10975 fi
10976 archive_cmds_need_lc='no'
10977 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10978 hardcode_libdir_separator=:
10979 ;;
10980
10981 osf4* | osf5*) # as osf3* with the addition of -msym flag
10982 if test "$GCC" = yes; then
10983 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10984 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'
10985 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10986 else
10987 allow_undefined_flag=' -expect_unresolved \*'
10988 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'
10989 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~
10990 $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'
10991
10992 # Both c and cxx compiler support -rpath directly
10993 hardcode_libdir_flag_spec='-rpath $libdir'
10994 fi
10995 archive_cmds_need_lc='no'
10996 hardcode_libdir_separator=:
10997 ;;
10998
10999 solaris*)
11000 no_undefined_flag=' -z defs'
11001 if test "$GCC" = yes; then
11002 wlarc='${wl}'
11003 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11004 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11005 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11006 else
11007 case `$CC -V 2>&1` in
11008 *"Compilers 5.0"*)
11009 wlarc=''
11010 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11011 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11012 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11013 ;;
11014 *)
11015 wlarc='${wl}'
11016 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11017 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11018 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11019 ;;
11020 esac
11021 fi
11022 hardcode_libdir_flag_spec='-R$libdir'
11023 hardcode_shlibpath_var=no
11024 case $host_os in
11025 solaris2.[0-5] | solaris2.[0-5].*) ;;
11026 *)
11027 # The compiler driver will combine and reorder linker options,
11028 # but understands `-z linker_flag'. GCC discards it without `$wl',
11029 # but is careful enough not to reorder.
11030 # Supported since Solaris 2.6 (maybe 2.5.1?)
11031 if test "$GCC" = yes; then
11032 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11033 else
11034 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11035 fi
11036 ;;
11037 esac
11038 link_all_deplibs=yes
11039 ;;
11040
11041 sunos4*)
11042 if test "x$host_vendor" = xsequent; then
11043 # Use $CC to link under sequent, because it throws in some extra .o
11044 # files that make .init and .fini sections work.
11045 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11046 else
11047 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11048 fi
11049 hardcode_libdir_flag_spec='-L$libdir'
11050 hardcode_direct=yes
11051 hardcode_minus_L=yes
11052 hardcode_shlibpath_var=no
11053 ;;
11054
11055 sysv4)
11056 case $host_vendor in
11057 sni)
11058 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11059 hardcode_direct=yes # is this really true???
11060 ;;
11061 siemens)
11062 ## LD is ld it makes a PLAMLIB
11063 ## CC just makes a GrossModule.
11064 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11065 reload_cmds='$CC -r -o $output$reload_objs'
11066 hardcode_direct=no
11067 ;;
11068 motorola)
11069 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11070 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11071 ;;
11072 esac
11073 runpath_var='LD_RUN_PATH'
11074 hardcode_shlibpath_var=no
11075 ;;
11076
11077 sysv4.3*)
11078 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11079 hardcode_shlibpath_var=no
11080 export_dynamic_flag_spec='-Bexport'
11081 ;;
11082
11083 sysv4*MP*)
11084 if test -d /usr/nec; then
11085 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11086 hardcode_shlibpath_var=no
11087 runpath_var=LD_RUN_PATH
11088 hardcode_runpath_var=yes
11089 ld_shlibs=yes
11090 fi
11091 ;;
11092
11093 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11094 no_undefined_flag='${wl}-z,text'
11095 archive_cmds_need_lc=no
11096 hardcode_shlibpath_var=no
11097 runpath_var='LD_RUN_PATH'
11098
11099 if test "$GCC" = yes; then
11100 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11101 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11102 else
11103 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11104 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11105 fi
11106 ;;
11107
11108 sysv5* | sco3.2v5* | sco5v6*)
11109 # Note: We can NOT use -z defs as we might desire, because we do not
11110 # link with -lc, and that would cause any symbols used from libc to
11111 # always be unresolved, which means just about no library would
11112 # ever link correctly. If we're not using GNU ld we use -z text
11113 # though, which does catch some bad symbols but isn't as heavy-handed
11114 # as -z defs.
11115 no_undefined_flag='${wl}-z,text'
11116 allow_undefined_flag='${wl}-z,nodefs'
11117 archive_cmds_need_lc=no
11118 hardcode_shlibpath_var=no
11119 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11120 hardcode_libdir_separator=':'
11121 link_all_deplibs=yes
11122 export_dynamic_flag_spec='${wl}-Bexport'
11123 runpath_var='LD_RUN_PATH'
11124
11125 if test "$GCC" = yes; then
11126 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11127 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11128 else
11129 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11130 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11131 fi
11132 ;;
11133
11134 uts4*)
11135 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11136 hardcode_libdir_flag_spec='-L$libdir'
11137 hardcode_shlibpath_var=no
11138 ;;
11139
11140 *)
11141 ld_shlibs=no
11142 ;;
11143 esac
11144
11145 if test x$host_vendor = xsni; then
11146 case $host in
11147 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11148 export_dynamic_flag_spec='${wl}-Blargedynsym'
11149 ;;
11150 esac
11151 fi
11152 fi
11153
11154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11155 $as_echo "$ld_shlibs" >&6; }
11156 test "$ld_shlibs" = no && can_build_shared=no
11157
11158 with_gnu_ld=$with_gnu_ld
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174 #
11175 # Do we need to explicitly link libc?
11176 #
11177 case "x$archive_cmds_need_lc" in
11178 x|xyes)
11179 # Assume -lc should be added
11180 archive_cmds_need_lc=yes
11181
11182 if test "$enable_shared" = yes && test "$GCC" = yes; then
11183 case $archive_cmds in
11184 *'~'*)
11185 # FIXME: we may have to deal with multi-command sequences.
11186 ;;
11187 '$CC '*)
11188 # Test whether the compiler implicitly links with -lc since on some
11189 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11190 # to ld, don't add -lc before -lgcc.
11191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11192 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11193 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11194 $as_echo_n "(cached) " >&6
11195 else
11196 $RM conftest*
11197 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11198
11199 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11200 (eval $ac_compile) 2>&5
11201 ac_status=$?
11202 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11203 test $ac_status = 0; } 2>conftest.err; then
11204 soname=conftest
11205 lib=conftest
11206 libobjs=conftest.$ac_objext
11207 deplibs=
11208 wl=$lt_prog_compiler_wl
11209 pic_flag=$lt_prog_compiler_pic
11210 compiler_flags=-v
11211 linker_flags=-v
11212 verstring=
11213 output_objdir=.
11214 libname=conftest
11215 lt_save_allow_undefined_flag=$allow_undefined_flag
11216 allow_undefined_flag=
11217 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11218 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11219 ac_status=$?
11220 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11221 test $ac_status = 0; }
11222 then
11223 lt_cv_archive_cmds_need_lc=no
11224 else
11225 lt_cv_archive_cmds_need_lc=yes
11226 fi
11227 allow_undefined_flag=$lt_save_allow_undefined_flag
11228 else
11229 cat conftest.err 1>&5
11230 fi
11231 $RM conftest*
11232
11233 fi
11234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11235 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11236 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11237 ;;
11238 esac
11239 fi
11240 ;;
11241 esac
11242
11243
11244
11245
11246
11247
11248
11249
11250
11251
11252
11253
11254
11255
11256
11257
11258
11259
11260
11261
11262
11263
11264
11265
11266
11267
11268
11269
11270
11271
11272
11273
11274
11275
11276
11277
11278
11279
11280
11281
11282
11283
11284
11285
11286
11287
11288
11289
11290
11291
11292
11293
11294
11295
11296
11297
11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
11308
11309
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
11322
11323
11324
11325
11326
11327
11328
11329
11330
11331
11332
11333
11334
11335
11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
11346
11347
11348
11349
11350
11351
11352
11353
11354
11355
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383
11384
11385
11386
11387
11388
11389
11390
11391
11392
11393
11394
11395
11396
11397
11398
11399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11400 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11401
11402 if test "$GCC" = yes; then
11403 case $host_os in
11404 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11405 *) lt_awk_arg="/^libraries:/" ;;
11406 esac
11407 case $host_os in
11408 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11409 *) lt_sed_strip_eq="s,=/,/,g" ;;
11410 esac
11411 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11412 case $lt_search_path_spec in
11413 *\;*)
11414 # if the path contains ";" then we assume it to be the separator
11415 # otherwise default to the standard path separator (i.e. ":") - it is
11416 # assumed that no part of a normal pathname contains ";" but that should
11417 # okay in the real world where ";" in dirpaths is itself problematic.
11418 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11419 ;;
11420 *)
11421 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11422 ;;
11423 esac
11424 # Ok, now we have the path, separated by spaces, we can step through it
11425 # and add multilib dir if necessary.
11426 lt_tmp_lt_search_path_spec=
11427 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11428 for lt_sys_path in $lt_search_path_spec; do
11429 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11430 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11431 else
11432 test -d "$lt_sys_path" && \
11433 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11434 fi
11435 done
11436 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11437 BEGIN {RS=" "; FS="/|\n";} {
11438 lt_foo="";
11439 lt_count=0;
11440 for (lt_i = NF; lt_i > 0; lt_i--) {
11441 if ($lt_i != "" && $lt_i != ".") {
11442 if ($lt_i == "..") {
11443 lt_count++;
11444 } else {
11445 if (lt_count == 0) {
11446 lt_foo="/" $lt_i lt_foo;
11447 } else {
11448 lt_count--;
11449 }
11450 }
11451 }
11452 }
11453 if (lt_foo != "") { lt_freq[lt_foo]++; }
11454 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11455 }'`
11456 # AWK program above erroneously prepends '/' to C:/dos/paths
11457 # for these hosts.
11458 case $host_os in
11459 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11460 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11461 esac
11462 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11463 else
11464 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11465 fi
11466 library_names_spec=
11467 libname_spec='lib$name'
11468 soname_spec=
11469 shrext_cmds=".so"
11470 postinstall_cmds=
11471 postuninstall_cmds=
11472 finish_cmds=
11473 finish_eval=
11474 shlibpath_var=
11475 shlibpath_overrides_runpath=unknown
11476 version_type=none
11477 dynamic_linker="$host_os ld.so"
11478 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11479 need_lib_prefix=unknown
11480 hardcode_into_libs=no
11481
11482 # when you set need_version to no, make sure it does not cause -set_version
11483 # flags to be left without arguments
11484 need_version=unknown
11485
11486 case $host_os in
11487 aix3*)
11488 version_type=linux
11489 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11490 shlibpath_var=LIBPATH
11491
11492 # AIX 3 has no versioning support, so we append a major version to the name.
11493 soname_spec='${libname}${release}${shared_ext}$major'
11494 ;;
11495
11496 aix[4-9]*)
11497 version_type=linux
11498 need_lib_prefix=no
11499 need_version=no
11500 hardcode_into_libs=yes
11501 if test "$host_cpu" = ia64; then
11502 # AIX 5 supports IA64
11503 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11504 shlibpath_var=LD_LIBRARY_PATH
11505 else
11506 # With GCC up to 2.95.x, collect2 would create an import file
11507 # for dependence libraries. The import file would start with
11508 # the line `#! .'. This would cause the generated library to
11509 # depend on `.', always an invalid library. This was fixed in
11510 # development snapshots of GCC prior to 3.0.
11511 case $host_os in
11512 aix4 | aix4.[01] | aix4.[01].*)
11513 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11514 echo ' yes '
11515 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11516 :
11517 else
11518 can_build_shared=no
11519 fi
11520 ;;
11521 esac
11522 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11523 # soname into executable. Probably we can add versioning support to
11524 # collect2, so additional links can be useful in future.
11525 if test "$aix_use_runtimelinking" = yes; then
11526 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11527 # instead of lib<name>.a to let people know that these are not
11528 # typical AIX shared libraries.
11529 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11530 else
11531 # We preserve .a as extension for shared libraries through AIX4.2
11532 # and later when we are not doing run time linking.
11533 library_names_spec='${libname}${release}.a $libname.a'
11534 soname_spec='${libname}${release}${shared_ext}$major'
11535 fi
11536 shlibpath_var=LIBPATH
11537 fi
11538 ;;
11539
11540 amigaos*)
11541 case $host_cpu in
11542 powerpc)
11543 # Since July 2007 AmigaOS4 officially supports .so libraries.
11544 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11545 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11546 ;;
11547 m68k)
11548 library_names_spec='$libname.ixlibrary $libname.a'
11549 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11550 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'
11551 ;;
11552 esac
11553 ;;
11554
11555 beos*)
11556 library_names_spec='${libname}${shared_ext}'
11557 dynamic_linker="$host_os ld.so"
11558 shlibpath_var=LIBRARY_PATH
11559 ;;
11560
11561 bsdi[45]*)
11562 version_type=linux
11563 need_version=no
11564 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11565 soname_spec='${libname}${release}${shared_ext}$major'
11566 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11567 shlibpath_var=LD_LIBRARY_PATH
11568 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11569 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11570 # the default ld.so.conf also contains /usr/contrib/lib and
11571 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11572 # libtool to hard-code these into programs
11573 ;;
11574
11575 cygwin* | mingw* | pw32* | cegcc*)
11576 version_type=windows
11577 shrext_cmds=".dll"
11578 need_version=no
11579 need_lib_prefix=no
11580
11581 case $GCC,$host_os in
11582 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11583 library_names_spec='$libname.dll.a'
11584 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11585 postinstall_cmds='base_file=`basename \${file}`~
11586 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11587 dldir=$destdir/`dirname \$dlpath`~
11588 test -d \$dldir || mkdir -p \$dldir~
11589 $install_prog $dir/$dlname \$dldir/$dlname~
11590 chmod a+x \$dldir/$dlname~
11591 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11592 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11593 fi'
11594 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11595 dlpath=$dir/\$dldll~
11596 $RM \$dlpath'
11597 shlibpath_overrides_runpath=yes
11598
11599 case $host_os in
11600 cygwin*)
11601 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11602 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11603
11604 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11605 ;;
11606 mingw* | cegcc*)
11607 # MinGW DLLs use traditional 'lib' prefix
11608 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11609 ;;
11610 pw32*)
11611 # pw32 DLLs use 'pw' prefix rather than 'lib'
11612 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11613 ;;
11614 esac
11615 ;;
11616
11617 *)
11618 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11619 ;;
11620 esac
11621 dynamic_linker='Win32 ld.exe'
11622 # FIXME: first we should search . and the directory the executable is in
11623 shlibpath_var=PATH
11624 ;;
11625
11626 darwin* | rhapsody*)
11627 dynamic_linker="$host_os dyld"
11628 version_type=darwin
11629 need_lib_prefix=no
11630 need_version=no
11631 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11632 soname_spec='${libname}${release}${major}$shared_ext'
11633 shlibpath_overrides_runpath=yes
11634 shlibpath_var=DYLD_LIBRARY_PATH
11635 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11636
11637 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11638 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11639 ;;
11640
11641 dgux*)
11642 version_type=linux
11643 need_lib_prefix=no
11644 need_version=no
11645 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11646 soname_spec='${libname}${release}${shared_ext}$major'
11647 shlibpath_var=LD_LIBRARY_PATH
11648 ;;
11649
11650 freebsd* | dragonfly*)
11651 # DragonFly does not have aout. When/if they implement a new
11652 # versioning mechanism, adjust this.
11653 if test -x /usr/bin/objformat; then
11654 objformat=`/usr/bin/objformat`
11655 else
11656 case $host_os in
11657 freebsd[23].*) objformat=aout ;;
11658 *) objformat=elf ;;
11659 esac
11660 fi
11661 version_type=freebsd-$objformat
11662 case $version_type in
11663 freebsd-elf*)
11664 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11665 need_version=no
11666 need_lib_prefix=no
11667 ;;
11668 freebsd-*)
11669 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11670 need_version=yes
11671 ;;
11672 esac
11673 shlibpath_var=LD_LIBRARY_PATH
11674 case $host_os in
11675 freebsd2.*)
11676 shlibpath_overrides_runpath=yes
11677 ;;
11678 freebsd3.[01]* | freebsdelf3.[01]*)
11679 shlibpath_overrides_runpath=yes
11680 hardcode_into_libs=yes
11681 ;;
11682 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11683 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11684 shlibpath_overrides_runpath=no
11685 hardcode_into_libs=yes
11686 ;;
11687 *) # from 4.6 on, and DragonFly
11688 shlibpath_overrides_runpath=yes
11689 hardcode_into_libs=yes
11690 ;;
11691 esac
11692 ;;
11693
11694 gnu*)
11695 version_type=linux
11696 need_lib_prefix=no
11697 need_version=no
11698 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11699 soname_spec='${libname}${release}${shared_ext}$major'
11700 shlibpath_var=LD_LIBRARY_PATH
11701 hardcode_into_libs=yes
11702 ;;
11703
11704 haiku*)
11705 version_type=linux
11706 need_lib_prefix=no
11707 need_version=no
11708 dynamic_linker="$host_os runtime_loader"
11709 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11710 soname_spec='${libname}${release}${shared_ext}$major'
11711 shlibpath_var=LIBRARY_PATH
11712 shlibpath_overrides_runpath=yes
11713 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11714 hardcode_into_libs=yes
11715 ;;
11716
11717 hpux9* | hpux10* | hpux11*)
11718 # Give a soname corresponding to the major version so that dld.sl refuses to
11719 # link against other versions.
11720 version_type=sunos
11721 need_lib_prefix=no
11722 need_version=no
11723 case $host_cpu in
11724 ia64*)
11725 shrext_cmds='.so'
11726 hardcode_into_libs=yes
11727 dynamic_linker="$host_os dld.so"
11728 shlibpath_var=LD_LIBRARY_PATH
11729 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11730 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11731 soname_spec='${libname}${release}${shared_ext}$major'
11732 if test "X$HPUX_IA64_MODE" = X32; then
11733 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11734 else
11735 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11736 fi
11737 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11738 ;;
11739 hppa*64*)
11740 shrext_cmds='.sl'
11741 hardcode_into_libs=yes
11742 dynamic_linker="$host_os dld.sl"
11743 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11744 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11745 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11746 soname_spec='${libname}${release}${shared_ext}$major'
11747 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11748 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11749 ;;
11750 *)
11751 shrext_cmds='.sl'
11752 dynamic_linker="$host_os dld.sl"
11753 shlibpath_var=SHLIB_PATH
11754 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11755 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11756 soname_spec='${libname}${release}${shared_ext}$major'
11757 ;;
11758 esac
11759 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11760 postinstall_cmds='chmod 555 $lib'
11761 # or fails outright, so override atomically:
11762 install_override_mode=555
11763 ;;
11764
11765 interix[3-9]*)
11766 version_type=linux
11767 need_lib_prefix=no
11768 need_version=no
11769 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11770 soname_spec='${libname}${release}${shared_ext}$major'
11771 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11772 shlibpath_var=LD_LIBRARY_PATH
11773 shlibpath_overrides_runpath=no
11774 hardcode_into_libs=yes
11775 ;;
11776
11777 irix5* | irix6* | nonstopux*)
11778 case $host_os in
11779 nonstopux*) version_type=nonstopux ;;
11780 *)
11781 if test "$lt_cv_prog_gnu_ld" = yes; then
11782 version_type=linux
11783 else
11784 version_type=irix
11785 fi ;;
11786 esac
11787 need_lib_prefix=no
11788 need_version=no
11789 soname_spec='${libname}${release}${shared_ext}$major'
11790 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11791 case $host_os in
11792 irix5* | nonstopux*)
11793 libsuff= shlibsuff=
11794 ;;
11795 *)
11796 case $LD in # libtool.m4 will add one of these switches to LD
11797 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11798 libsuff= shlibsuff= libmagic=32-bit;;
11799 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11800 libsuff=32 shlibsuff=N32 libmagic=N32;;
11801 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11802 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11803 *) libsuff= shlibsuff= libmagic=never-match;;
11804 esac
11805 ;;
11806 esac
11807 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11808 shlibpath_overrides_runpath=no
11809 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11810 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11811 hardcode_into_libs=yes
11812 ;;
11813
11814 # No shared lib support for Linux oldld, aout, or coff.
11815 linux*oldld* | linux*aout* | linux*coff*)
11816 dynamic_linker=no
11817 ;;
11818
11819 # This must be Linux ELF.
11820 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11821 version_type=linux
11822 need_lib_prefix=no
11823 need_version=no
11824 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11825 soname_spec='${libname}${release}${shared_ext}$major'
11826 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11827 shlibpath_var=LD_LIBRARY_PATH
11828 shlibpath_overrides_runpath=no
11829
11830 # Some binutils ld are patched to set DT_RUNPATH
11831 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
11832 $as_echo_n "(cached) " >&6
11833 else
11834 lt_cv_shlibpath_overrides_runpath=no
11835 save_LDFLAGS=$LDFLAGS
11836 save_libdir=$libdir
11837 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11838 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11840 /* end confdefs.h. */
11841
11842 int
11843 main ()
11844 {
11845
11846 ;
11847 return 0;
11848 }
11849 _ACEOF
11850 if ac_fn_c_try_link "$LINENO"; then :
11851 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11852 lt_cv_shlibpath_overrides_runpath=yes
11853 fi
11854 fi
11855 rm -f core conftest.err conftest.$ac_objext \
11856 conftest$ac_exeext conftest.$ac_ext
11857 LDFLAGS=$save_LDFLAGS
11858 libdir=$save_libdir
11859
11860 fi
11861
11862 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
11863
11864 # This implies no fast_install, which is unacceptable.
11865 # Some rework will be needed to allow for fast_install
11866 # before this can be enabled.
11867 hardcode_into_libs=yes
11868
11869 # Append ld.so.conf contents to the search path
11870 if test -f /etc/ld.so.conf; then
11871 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' ' '`
11872 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11873 fi
11874
11875 # We used to test for /lib/ld.so.1 and disable shared libraries on
11876 # powerpc, because MkLinux only supported shared libraries with the
11877 # GNU dynamic linker. Since this was broken with cross compilers,
11878 # most powerpc-linux boxes support dynamic linking these days and
11879 # people can always --disable-shared, the test was removed, and we
11880 # assume the GNU/Linux dynamic linker is in use.
11881 dynamic_linker='GNU/Linux ld.so'
11882 ;;
11883
11884 netbsd*)
11885 version_type=sunos
11886 need_lib_prefix=no
11887 need_version=no
11888 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11889 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11890 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11891 dynamic_linker='NetBSD (a.out) ld.so'
11892 else
11893 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11894 soname_spec='${libname}${release}${shared_ext}$major'
11895 dynamic_linker='NetBSD ld.elf_so'
11896 fi
11897 shlibpath_var=LD_LIBRARY_PATH
11898 shlibpath_overrides_runpath=yes
11899 hardcode_into_libs=yes
11900 ;;
11901
11902 newsos6)
11903 version_type=linux
11904 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11905 shlibpath_var=LD_LIBRARY_PATH
11906 shlibpath_overrides_runpath=yes
11907 ;;
11908
11909 *nto* | *qnx*)
11910 version_type=qnx
11911 need_lib_prefix=no
11912 need_version=no
11913 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11914 soname_spec='${libname}${release}${shared_ext}$major'
11915 shlibpath_var=LD_LIBRARY_PATH
11916 shlibpath_overrides_runpath=no
11917 hardcode_into_libs=yes
11918 dynamic_linker='ldqnx.so'
11919 ;;
11920
11921 openbsd*)
11922 version_type=sunos
11923 sys_lib_dlsearch_path_spec="/usr/lib"
11924 need_lib_prefix=no
11925 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11926 case $host_os in
11927 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11928 *) need_version=no ;;
11929 esac
11930 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11931 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11932 shlibpath_var=LD_LIBRARY_PATH
11933 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11934 case $host_os in
11935 openbsd2.[89] | openbsd2.[89].*)
11936 shlibpath_overrides_runpath=no
11937 ;;
11938 *)
11939 shlibpath_overrides_runpath=yes
11940 ;;
11941 esac
11942 else
11943 shlibpath_overrides_runpath=yes
11944 fi
11945 ;;
11946
11947 os2*)
11948 libname_spec='$name'
11949 shrext_cmds=".dll"
11950 need_lib_prefix=no
11951 library_names_spec='$libname${shared_ext} $libname.a'
11952 dynamic_linker='OS/2 ld.exe'
11953 shlibpath_var=LIBPATH
11954 ;;
11955
11956 osf3* | osf4* | osf5*)
11957 version_type=osf
11958 need_lib_prefix=no
11959 need_version=no
11960 soname_spec='${libname}${release}${shared_ext}$major'
11961 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11962 shlibpath_var=LD_LIBRARY_PATH
11963 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11964 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11965 ;;
11966
11967 rdos*)
11968 dynamic_linker=no
11969 ;;
11970
11971 solaris*)
11972 version_type=linux
11973 need_lib_prefix=no
11974 need_version=no
11975 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11976 soname_spec='${libname}${release}${shared_ext}$major'
11977 shlibpath_var=LD_LIBRARY_PATH
11978 shlibpath_overrides_runpath=yes
11979 hardcode_into_libs=yes
11980 # ldd complains unless libraries are executable
11981 postinstall_cmds='chmod +x $lib'
11982 ;;
11983
11984 sunos4*)
11985 version_type=sunos
11986 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11987 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11988 shlibpath_var=LD_LIBRARY_PATH
11989 shlibpath_overrides_runpath=yes
11990 if test "$with_gnu_ld" = yes; then
11991 need_lib_prefix=no
11992 fi
11993 need_version=yes
11994 ;;
11995
11996 sysv4 | sysv4.3*)
11997 version_type=linux
11998 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11999 soname_spec='${libname}${release}${shared_ext}$major'
12000 shlibpath_var=LD_LIBRARY_PATH
12001 case $host_vendor in
12002 sni)
12003 shlibpath_overrides_runpath=no
12004 need_lib_prefix=no
12005 runpath_var=LD_RUN_PATH
12006 ;;
12007 siemens)
12008 need_lib_prefix=no
12009 ;;
12010 motorola)
12011 need_lib_prefix=no
12012 need_version=no
12013 shlibpath_overrides_runpath=no
12014 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12015 ;;
12016 esac
12017 ;;
12018
12019 sysv4*MP*)
12020 if test -d /usr/nec ;then
12021 version_type=linux
12022 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12023 soname_spec='$libname${shared_ext}.$major'
12024 shlibpath_var=LD_LIBRARY_PATH
12025 fi
12026 ;;
12027
12028 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12029 version_type=freebsd-elf
12030 need_lib_prefix=no
12031 need_version=no
12032 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12033 soname_spec='${libname}${release}${shared_ext}$major'
12034 shlibpath_var=LD_LIBRARY_PATH
12035 shlibpath_overrides_runpath=yes
12036 hardcode_into_libs=yes
12037 if test "$with_gnu_ld" = yes; then
12038 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12039 else
12040 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12041 case $host_os in
12042 sco3.2v5*)
12043 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12044 ;;
12045 esac
12046 fi
12047 sys_lib_dlsearch_path_spec='/usr/lib'
12048 ;;
12049
12050 tpf*)
12051 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12052 version_type=linux
12053 need_lib_prefix=no
12054 need_version=no
12055 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12056 shlibpath_var=LD_LIBRARY_PATH
12057 shlibpath_overrides_runpath=no
12058 hardcode_into_libs=yes
12059 ;;
12060
12061 uts4*)
12062 version_type=linux
12063 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12064 soname_spec='${libname}${release}${shared_ext}$major'
12065 shlibpath_var=LD_LIBRARY_PATH
12066 ;;
12067
12068 *)
12069 dynamic_linker=no
12070 ;;
12071 esac
12072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12073 $as_echo "$dynamic_linker" >&6; }
12074 test "$dynamic_linker" = no && can_build_shared=no
12075
12076 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12077 if test "$GCC" = yes; then
12078 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12079 fi
12080
12081 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12082 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12083 fi
12084 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12085 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12086 fi
12087
12088
12089
12090
12091
12092
12093
12094
12095
12096
12097
12098
12099
12100
12101
12102
12103
12104
12105
12106
12107
12108
12109
12110
12111
12112
12113
12114
12115
12116
12117
12118
12119
12120
12121
12122
12123
12124
12125
12126
12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
12139
12140
12141
12142
12143
12144
12145
12146
12147
12148
12149
12150
12151
12152
12153
12154
12155
12156
12157
12158
12159
12160
12161
12162
12163
12164
12165
12166
12167
12168
12169
12170
12171
12172
12173
12174
12175
12176
12177
12178
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12180 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12181 hardcode_action=
12182 if test -n "$hardcode_libdir_flag_spec" ||
12183 test -n "$runpath_var" ||
12184 test "X$hardcode_automatic" = "Xyes" ; then
12185
12186 # We can hardcode non-existent directories.
12187 if test "$hardcode_direct" != no &&
12188 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12189 # have to relink, otherwise we might link with an installed library
12190 # when we should be linking with a yet-to-be-installed one
12191 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12192 test "$hardcode_minus_L" != no; then
12193 # Linking always hardcodes the temporary library directory.
12194 hardcode_action=relink
12195 else
12196 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12197 hardcode_action=immediate
12198 fi
12199 else
12200 # We cannot hardcode anything, or else we can only hardcode existing
12201 # directories.
12202 hardcode_action=unsupported
12203 fi
12204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12205 $as_echo "$hardcode_action" >&6; }
12206
12207 if test "$hardcode_action" = relink ||
12208 test "$inherit_rpath" = yes; then
12209 # Fast installation is not supported
12210 enable_fast_install=no
12211 elif test "$shlibpath_overrides_runpath" = yes ||
12212 test "$enable_shared" = no; then
12213 # Fast installation is not necessary
12214 enable_fast_install=needless
12215 fi
12216
12217
12218
12219
12220
12221
12222 if test "x$enable_dlopen" != xyes; then
12223 enable_dlopen=unknown
12224 enable_dlopen_self=unknown
12225 enable_dlopen_self_static=unknown
12226 else
12227 lt_cv_dlopen=no
12228 lt_cv_dlopen_libs=
12229
12230 case $host_os in
12231 beos*)
12232 lt_cv_dlopen="load_add_on"
12233 lt_cv_dlopen_libs=
12234 lt_cv_dlopen_self=yes
12235 ;;
12236
12237 mingw* | pw32* | cegcc*)
12238 lt_cv_dlopen="LoadLibrary"
12239 lt_cv_dlopen_libs=
12240 ;;
12241
12242 cygwin*)
12243 lt_cv_dlopen="dlopen"
12244 lt_cv_dlopen_libs=
12245 ;;
12246
12247 darwin*)
12248 # if libdl is installed we need to link against it
12249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12250 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12251 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12252 $as_echo_n "(cached) " >&6
12253 else
12254 ac_check_lib_save_LIBS=$LIBS
12255 LIBS="-ldl $LIBS"
12256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12257 /* end confdefs.h. */
12258
12259 /* Override any GCC internal prototype to avoid an error.
12260 Use char because int might match the return type of a GCC
12261 builtin and then its argument prototype would still apply. */
12262 #ifdef __cplusplus
12263 extern "C"
12264 #endif
12265 char dlopen ();
12266 int
12267 main ()
12268 {
12269 return dlopen ();
12270 ;
12271 return 0;
12272 }
12273 _ACEOF
12274 if ac_fn_c_try_link "$LINENO"; then :
12275 ac_cv_lib_dl_dlopen=yes
12276 else
12277 ac_cv_lib_dl_dlopen=no
12278 fi
12279 rm -f core conftest.err conftest.$ac_objext \
12280 conftest$ac_exeext conftest.$ac_ext
12281 LIBS=$ac_check_lib_save_LIBS
12282 fi
12283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12284 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12285 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12286 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12287 else
12288
12289 lt_cv_dlopen="dyld"
12290 lt_cv_dlopen_libs=
12291 lt_cv_dlopen_self=yes
12292
12293 fi
12294
12295 ;;
12296
12297 *)
12298 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12299 if test "x$ac_cv_func_shl_load" = x""yes; then :
12300 lt_cv_dlopen="shl_load"
12301 else
12302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12303 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12304 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12305 $as_echo_n "(cached) " >&6
12306 else
12307 ac_check_lib_save_LIBS=$LIBS
12308 LIBS="-ldld $LIBS"
12309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12310 /* end confdefs.h. */
12311
12312 /* Override any GCC internal prototype to avoid an error.
12313 Use char because int might match the return type of a GCC
12314 builtin and then its argument prototype would still apply. */
12315 #ifdef __cplusplus
12316 extern "C"
12317 #endif
12318 char shl_load ();
12319 int
12320 main ()
12321 {
12322 return shl_load ();
12323 ;
12324 return 0;
12325 }
12326 _ACEOF
12327 if ac_fn_c_try_link "$LINENO"; then :
12328 ac_cv_lib_dld_shl_load=yes
12329 else
12330 ac_cv_lib_dld_shl_load=no
12331 fi
12332 rm -f core conftest.err conftest.$ac_objext \
12333 conftest$ac_exeext conftest.$ac_ext
12334 LIBS=$ac_check_lib_save_LIBS
12335 fi
12336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12337 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12338 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12339 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12340 else
12341 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12342 if test "x$ac_cv_func_dlopen" = x""yes; then :
12343 lt_cv_dlopen="dlopen"
12344 else
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12346 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12347 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12348 $as_echo_n "(cached) " >&6
12349 else
12350 ac_check_lib_save_LIBS=$LIBS
12351 LIBS="-ldl $LIBS"
12352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12353 /* end confdefs.h. */
12354
12355 /* Override any GCC internal prototype to avoid an error.
12356 Use char because int might match the return type of a GCC
12357 builtin and then its argument prototype would still apply. */
12358 #ifdef __cplusplus
12359 extern "C"
12360 #endif
12361 char dlopen ();
12362 int
12363 main ()
12364 {
12365 return dlopen ();
12366 ;
12367 return 0;
12368 }
12369 _ACEOF
12370 if ac_fn_c_try_link "$LINENO"; then :
12371 ac_cv_lib_dl_dlopen=yes
12372 else
12373 ac_cv_lib_dl_dlopen=no
12374 fi
12375 rm -f core conftest.err conftest.$ac_objext \
12376 conftest$ac_exeext conftest.$ac_ext
12377 LIBS=$ac_check_lib_save_LIBS
12378 fi
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12380 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12381 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12382 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12383 else
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12385 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12386 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12387 $as_echo_n "(cached) " >&6
12388 else
12389 ac_check_lib_save_LIBS=$LIBS
12390 LIBS="-lsvld $LIBS"
12391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12392 /* end confdefs.h. */
12393
12394 /* Override any GCC internal prototype to avoid an error.
12395 Use char because int might match the return type of a GCC
12396 builtin and then its argument prototype would still apply. */
12397 #ifdef __cplusplus
12398 extern "C"
12399 #endif
12400 char dlopen ();
12401 int
12402 main ()
12403 {
12404 return dlopen ();
12405 ;
12406 return 0;
12407 }
12408 _ACEOF
12409 if ac_fn_c_try_link "$LINENO"; then :
12410 ac_cv_lib_svld_dlopen=yes
12411 else
12412 ac_cv_lib_svld_dlopen=no
12413 fi
12414 rm -f core conftest.err conftest.$ac_objext \
12415 conftest$ac_exeext conftest.$ac_ext
12416 LIBS=$ac_check_lib_save_LIBS
12417 fi
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12419 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12420 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12421 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12422 else
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12424 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12425 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12426 $as_echo_n "(cached) " >&6
12427 else
12428 ac_check_lib_save_LIBS=$LIBS
12429 LIBS="-ldld $LIBS"
12430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12431 /* end confdefs.h. */
12432
12433 /* Override any GCC internal prototype to avoid an error.
12434 Use char because int might match the return type of a GCC
12435 builtin and then its argument prototype would still apply. */
12436 #ifdef __cplusplus
12437 extern "C"
12438 #endif
12439 char dld_link ();
12440 int
12441 main ()
12442 {
12443 return dld_link ();
12444 ;
12445 return 0;
12446 }
12447 _ACEOF
12448 if ac_fn_c_try_link "$LINENO"; then :
12449 ac_cv_lib_dld_dld_link=yes
12450 else
12451 ac_cv_lib_dld_dld_link=no
12452 fi
12453 rm -f core conftest.err conftest.$ac_objext \
12454 conftest$ac_exeext conftest.$ac_ext
12455 LIBS=$ac_check_lib_save_LIBS
12456 fi
12457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12458 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12459 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12460 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12461 fi
12462
12463
12464 fi
12465
12466
12467 fi
12468
12469
12470 fi
12471
12472
12473 fi
12474
12475
12476 fi
12477
12478 ;;
12479 esac
12480
12481 if test "x$lt_cv_dlopen" != xno; then
12482 enable_dlopen=yes
12483 else
12484 enable_dlopen=no
12485 fi
12486
12487 case $lt_cv_dlopen in
12488 dlopen)
12489 save_CPPFLAGS="$CPPFLAGS"
12490 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12491
12492 save_LDFLAGS="$LDFLAGS"
12493 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12494
12495 save_LIBS="$LIBS"
12496 LIBS="$lt_cv_dlopen_libs $LIBS"
12497
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12499 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12500 if test "${lt_cv_dlopen_self+set}" = set; then :
12501 $as_echo_n "(cached) " >&6
12502 else
12503 if test "$cross_compiling" = yes; then :
12504 lt_cv_dlopen_self=cross
12505 else
12506 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12507 lt_status=$lt_dlunknown
12508 cat > conftest.$ac_ext <<_LT_EOF
12509 #line 12509 "configure"
12510 #include "confdefs.h"
12511
12512 #if HAVE_DLFCN_H
12513 #include <dlfcn.h>
12514 #endif
12515
12516 #include <stdio.h>
12517
12518 #ifdef RTLD_GLOBAL
12519 # define LT_DLGLOBAL RTLD_GLOBAL
12520 #else
12521 # ifdef DL_GLOBAL
12522 # define LT_DLGLOBAL DL_GLOBAL
12523 # else
12524 # define LT_DLGLOBAL 0
12525 # endif
12526 #endif
12527
12528 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12529 find out it does not work in some platform. */
12530 #ifndef LT_DLLAZY_OR_NOW
12531 # ifdef RTLD_LAZY
12532 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12533 # else
12534 # ifdef DL_LAZY
12535 # define LT_DLLAZY_OR_NOW DL_LAZY
12536 # else
12537 # ifdef RTLD_NOW
12538 # define LT_DLLAZY_OR_NOW RTLD_NOW
12539 # else
12540 # ifdef DL_NOW
12541 # define LT_DLLAZY_OR_NOW DL_NOW
12542 # else
12543 # define LT_DLLAZY_OR_NOW 0
12544 # endif
12545 # endif
12546 # endif
12547 # endif
12548 #endif
12549
12550 /* When -fvisbility=hidden is used, assume the code has been annotated
12551 correspondingly for the symbols needed. */
12552 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12553 void fnord () __attribute__((visibility("default")));
12554 #endif
12555
12556 void fnord () { int i=42; }
12557 int main ()
12558 {
12559 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12560 int status = $lt_dlunknown;
12561
12562 if (self)
12563 {
12564 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12565 else
12566 {
12567 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12568 else puts (dlerror ());
12569 }
12570 /* dlclose (self); */
12571 }
12572 else
12573 puts (dlerror ());
12574
12575 return status;
12576 }
12577 _LT_EOF
12578 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12579 (eval $ac_link) 2>&5
12580 ac_status=$?
12581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12582 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12583 (./conftest; exit; ) >&5 2>/dev/null
12584 lt_status=$?
12585 case x$lt_status in
12586 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12587 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12588 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12589 esac
12590 else :
12591 # compilation failed
12592 lt_cv_dlopen_self=no
12593 fi
12594 fi
12595 rm -fr conftest*
12596
12597
12598 fi
12599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12600 $as_echo "$lt_cv_dlopen_self" >&6; }
12601
12602 if test "x$lt_cv_dlopen_self" = xyes; then
12603 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12605 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12606 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12607 $as_echo_n "(cached) " >&6
12608 else
12609 if test "$cross_compiling" = yes; then :
12610 lt_cv_dlopen_self_static=cross
12611 else
12612 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12613 lt_status=$lt_dlunknown
12614 cat > conftest.$ac_ext <<_LT_EOF
12615 #line 12615 "configure"
12616 #include "confdefs.h"
12617
12618 #if HAVE_DLFCN_H
12619 #include <dlfcn.h>
12620 #endif
12621
12622 #include <stdio.h>
12623
12624 #ifdef RTLD_GLOBAL
12625 # define LT_DLGLOBAL RTLD_GLOBAL
12626 #else
12627 # ifdef DL_GLOBAL
12628 # define LT_DLGLOBAL DL_GLOBAL
12629 # else
12630 # define LT_DLGLOBAL 0
12631 # endif
12632 #endif
12633
12634 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12635 find out it does not work in some platform. */
12636 #ifndef LT_DLLAZY_OR_NOW
12637 # ifdef RTLD_LAZY
12638 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12639 # else
12640 # ifdef DL_LAZY
12641 # define LT_DLLAZY_OR_NOW DL_LAZY
12642 # else
12643 # ifdef RTLD_NOW
12644 # define LT_DLLAZY_OR_NOW RTLD_NOW
12645 # else
12646 # ifdef DL_NOW
12647 # define LT_DLLAZY_OR_NOW DL_NOW
12648 # else
12649 # define LT_DLLAZY_OR_NOW 0
12650 # endif
12651 # endif
12652 # endif
12653 # endif
12654 #endif
12655
12656 /* When -fvisbility=hidden is used, assume the code has been annotated
12657 correspondingly for the symbols needed. */
12658 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12659 void fnord () __attribute__((visibility("default")));
12660 #endif
12661
12662 void fnord () { int i=42; }
12663 int main ()
12664 {
12665 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12666 int status = $lt_dlunknown;
12667
12668 if (self)
12669 {
12670 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12671 else
12672 {
12673 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12674 else puts (dlerror ());
12675 }
12676 /* dlclose (self); */
12677 }
12678 else
12679 puts (dlerror ());
12680
12681 return status;
12682 }
12683 _LT_EOF
12684 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12685 (eval $ac_link) 2>&5
12686 ac_status=$?
12687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12688 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12689 (./conftest; exit; ) >&5 2>/dev/null
12690 lt_status=$?
12691 case x$lt_status in
12692 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12693 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12694 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12695 esac
12696 else :
12697 # compilation failed
12698 lt_cv_dlopen_self_static=no
12699 fi
12700 fi
12701 rm -fr conftest*
12702
12703
12704 fi
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12706 $as_echo "$lt_cv_dlopen_self_static" >&6; }
12707 fi
12708
12709 CPPFLAGS="$save_CPPFLAGS"
12710 LDFLAGS="$save_LDFLAGS"
12711 LIBS="$save_LIBS"
12712 ;;
12713 esac
12714
12715 case $lt_cv_dlopen_self in
12716 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12717 *) enable_dlopen_self=unknown ;;
12718 esac
12719
12720 case $lt_cv_dlopen_self_static in
12721 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12722 *) enable_dlopen_self_static=unknown ;;
12723 esac
12724 fi
12725
12726
12727
12728
12729
12730
12731
12732
12733
12734
12735
12736
12737
12738
12739
12740
12741
12742 striplib=
12743 old_striplib=
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12745 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
12746 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12747 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12748 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12750 $as_echo "yes" >&6; }
12751 else
12752 # FIXME - insert some real tests, host_os isn't really good enough
12753 case $host_os in
12754 darwin*)
12755 if test -n "$STRIP" ; then
12756 striplib="$STRIP -x"
12757 old_striplib="$STRIP -S"
12758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12759 $as_echo "yes" >&6; }
12760 else
12761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12762 $as_echo "no" >&6; }
12763 fi
12764 ;;
12765 *)
12766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12767 $as_echo "no" >&6; }
12768 ;;
12769 esac
12770 fi
12771
12772
12773
12774
12775
12776
12777
12778
12779
12780
12781
12782
12783 # Report which library types will actually be built
12784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12785 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12787 $as_echo "$can_build_shared" >&6; }
12788
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12790 $as_echo_n "checking whether to build shared libraries... " >&6; }
12791 test "$can_build_shared" = "no" && enable_shared=no
12792
12793 # On AIX, shared libraries and static libraries use the same namespace, and
12794 # are all built from PIC.
12795 case $host_os in
12796 aix3*)
12797 test "$enable_shared" = yes && enable_static=no
12798 if test -n "$RANLIB"; then
12799 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12800 postinstall_cmds='$RANLIB $lib'
12801 fi
12802 ;;
12803
12804 aix[4-9]*)
12805 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12806 test "$enable_shared" = yes && enable_static=no
12807 fi
12808 ;;
12809 esac
12810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12811 $as_echo "$enable_shared" >&6; }
12812
12813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12814 $as_echo_n "checking whether to build static libraries... " >&6; }
12815 # Make sure either enable_shared or enable_static is yes.
12816 test "$enable_shared" = yes || enable_static=yes
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12818 $as_echo "$enable_static" >&6; }
12819
12820
12821
12822
12823 fi
12824 ac_ext=c
12825 ac_cpp='$CPP $CPPFLAGS'
12826 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12827 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12828 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12829
12830 CC="$lt_save_CC"
12831
12832
12833
12834
12835
12836
12837
12838
12839
12840
12841
12842
12843
12844 ac_config_commands="$ac_config_commands libtool"
12845
12846
12847
12848
12849 # Only expand once:
12850
12851
12852
12853
12854 . ${srcdir}/../../bfd/configure.host
12855
12856
12857
12858
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12860 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12861 # Check whether --enable-maintainer-mode was given.
12862 if test "${enable_maintainer_mode+set}" = set; then :
12863 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12864 else
12865 USE_MAINTAINER_MODE=no
12866 fi
12867
12868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12869 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12870 if test $USE_MAINTAINER_MODE = yes; then
12871 MAINTAINER_MODE_TRUE=
12872 MAINTAINER_MODE_FALSE='#'
12873 else
12874 MAINTAINER_MODE_TRUE='#'
12875 MAINTAINER_MODE_FALSE=
12876 fi
12877
12878 MAINT=$MAINTAINER_MODE_TRUE
12879
12880
12881
12882
12883 # Check whether --enable-sim-cflags was given.
12884 if test "${enable_sim_cflags+set}" = set; then :
12885 enableval=$enable_sim_cflags; case "${enableval}" in
12886 yes) sim_cflags="-O2 -fomit-frame-pointer";;
12887 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
12888 no) sim_cflags="";;
12889 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12890 esac
12891 if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12892 echo "Setting sim cflags = $sim_cflags" 6>&1
12893 fi
12894 else
12895 sim_cflags=""
12896 fi
12897
12898
12899
12900 # Check whether --enable-sim-debug was given.
12901 if test "${enable_sim_debug+set}" = set; then :
12902 enableval=$enable_sim_debug; case "${enableval}" in
12903 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12904 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12905 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12906 esac
12907 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12908 echo "Setting sim debug = $sim_debug" 6>&1
12909 fi
12910 else
12911 sim_debug=""
12912 fi
12913
12914
12915
12916 # Check whether --enable-sim-stdio was given.
12917 if test "${enable_sim_stdio+set}" = set; then :
12918 enableval=$enable_sim_stdio; case "${enableval}" in
12919 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12920 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
12921 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
12922 esac
12923 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12924 echo "Setting stdio flags = $sim_stdio" 6>&1
12925 fi
12926 else
12927 sim_stdio=""
12928 fi
12929
12930
12931
12932 # Check whether --enable-sim-trace was given.
12933 if test "${enable_sim_trace+set}" = set; then :
12934 enableval=$enable_sim_trace; case "${enableval}" in
12935 yes) sim_trace="-DWITH_TRACE=-1";;
12936 no) sim_trace="-DWITH_TRACE=0";;
12937 [-0-9]*)
12938 sim_trace="-DWITH_TRACE='(${enableval})'";;
12939 [[:lower:]]*)
12940 sim_trace=""
12941 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12942 if test x"$sim_trace" = x; then
12943 sim_trace="-DWITH_TRACE='(TRACE_$x"
12944 else
12945 sim_trace="${sim_trace}|TRACE_$x"
12946 fi
12947 done
12948 sim_trace="$sim_trace)'" ;;
12949 esac
12950 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12951 echo "Setting sim trace = $sim_trace" 6>&1
12952 fi
12953 else
12954 sim_trace=""
12955 fi
12956
12957
12958
12959 # Check whether --enable-sim-profile was given.
12960 if test "${enable_sim_profile+set}" = set; then :
12961 enableval=$enable_sim_profile; case "${enableval}" in
12962 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12963 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12964 [-0-9]*)
12965 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12966 [a-z]*)
12967 sim_profile=""
12968 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12969 if test x"$sim_profile" = x; then
12970 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12971 else
12972 sim_profile="${sim_profile}|PROFILE_$x"
12973 fi
12974 done
12975 sim_profile="$sim_profile)'" ;;
12976 esac
12977 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12978 echo "Setting sim profile = $sim_profile" 6>&1
12979 fi
12980 else
12981 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
12982 fi
12983
12984
12985
12986
12987 # Check whether --with-pkgversion was given.
12988 if test "${with_pkgversion+set}" = set; then :
12989 withval=$with_pkgversion; case "$withval" in
12990 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
12991 no) PKGVERSION= ;;
12992 *) PKGVERSION="($withval) " ;;
12993 esac
12994 else
12995 PKGVERSION="(SIM) "
12996
12997 fi
12998
12999
13000
13001
13002
13003 # Check whether --with-bugurl was given.
13004 if test "${with_bugurl+set}" = set; then :
13005 withval=$with_bugurl; case "$withval" in
13006 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13007 no) BUGURL=
13008 ;;
13009 *) BUGURL="$withval"
13010 ;;
13011 esac
13012 else
13013 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13014
13015 fi
13016
13017 case ${BUGURL} in
13018 "")
13019 REPORT_BUGS_TO=
13020 REPORT_BUGS_TEXI=
13021 ;;
13022 *)
13023 REPORT_BUGS_TO="<$BUGURL>"
13024 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13025 ;;
13026 esac;
13027
13028
13029
13030
13031 cat >>confdefs.h <<_ACEOF
13032 #define PKGVERSION "$PKGVERSION"
13033 _ACEOF
13034
13035
13036 cat >>confdefs.h <<_ACEOF
13037 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13038 _ACEOF
13039
13040
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13042 $as_echo_n "checking return type of signal handlers... " >&6; }
13043 if test "${ac_cv_type_signal+set}" = set; then :
13044 $as_echo_n "(cached) " >&6
13045 else
13046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13047 /* end confdefs.h. */
13048 #include <sys/types.h>
13049 #include <signal.h>
13050
13051 int
13052 main ()
13053 {
13054 return *(signal (0, 0)) (0) == 1;
13055 ;
13056 return 0;
13057 }
13058 _ACEOF
13059 if ac_fn_c_try_compile "$LINENO"; then :
13060 ac_cv_type_signal=int
13061 else
13062 ac_cv_type_signal=void
13063 fi
13064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13065 fi
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13067 $as_echo "$ac_cv_type_signal" >&6; }
13068
13069 cat >>confdefs.h <<_ACEOF
13070 #define RETSIGTYPE $ac_cv_type_signal
13071 _ACEOF
13072
13073
13074
13075
13076
13077 sim_link_files=
13078 sim_link_links=
13079
13080 # targ-vals.def points to the libc macro description file.
13081 case "${target}" in
13082 *-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13083 esac
13084 sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13085 sim_link_links="${sim_link_links} targ-vals.def"
13086
13087
13088
13089 for ac_header in getopt.h
13090 do :
13091 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
13092 if test "x$ac_cv_header_getopt_h" = x""yes; then :
13093 cat >>confdefs.h <<_ACEOF
13094 #define HAVE_GETOPT_H 1
13095 _ACEOF
13096
13097 fi
13098
13099 done
13100
13101
13102
13103 ac_sources="$sim_link_files"
13104 ac_dests="$sim_link_links"
13105 while test -n "$ac_sources"; do
13106 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13107 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13108 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13109 done
13110 ac_config_links="$ac_config_links $ac_config_links_1"
13111
13112 cgen_breaks=""
13113 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13114 cgen_breaks="break cgen_rtx_error";
13115 fi
13116
13117 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13118
13119 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13120
13121 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13122
13123 ac_config_commands="$ac_config_commands Makefile"
13124
13125 ac_config_commands="$ac_config_commands stamp-h"
13126
13127 cat >confcache <<\_ACEOF
13128 # This file is a shell script that caches the results of configure
13129 # tests run on this system so they can be shared between configure
13130 # scripts and configure runs, see configure's option --config-cache.
13131 # It is not useful on other systems. If it contains results you don't
13132 # want to keep, you may remove or edit it.
13133 #
13134 # config.status only pays attention to the cache file if you give it
13135 # the --recheck option to rerun configure.
13136 #
13137 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13138 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13139 # following values.
13140
13141 _ACEOF
13142
13143 # The following way of writing the cache mishandles newlines in values,
13144 # but we know of no workaround that is simple, portable, and efficient.
13145 # So, we kill variables containing newlines.
13146 # Ultrix sh set writes to stderr and can't be redirected directly,
13147 # and sets the high bit in the cache file unless we assign to the vars.
13148 (
13149 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13150 eval ac_val=\$$ac_var
13151 case $ac_val in #(
13152 *${as_nl}*)
13153 case $ac_var in #(
13154 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13155 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13156 esac
13157 case $ac_var in #(
13158 _ | IFS | as_nl) ;; #(
13159 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13160 *) { eval $ac_var=; unset $ac_var;} ;;
13161 esac ;;
13162 esac
13163 done
13164
13165 (set) 2>&1 |
13166 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13167 *${as_nl}ac_space=\ *)
13168 # `set' does not quote correctly, so add quotes: double-quote
13169 # substitution turns \\\\ into \\, and sed turns \\ into \.
13170 sed -n \
13171 "s/'/'\\\\''/g;
13172 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13173 ;; #(
13174 *)
13175 # `set' quotes correctly as required by POSIX, so do not add quotes.
13176 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13177 ;;
13178 esac |
13179 sort
13180 ) |
13181 sed '
13182 /^ac_cv_env_/b end
13183 t clear
13184 :clear
13185 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13186 t end
13187 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13188 :end' >>confcache
13189 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13190 if test -w "$cache_file"; then
13191 test "x$cache_file" != "x/dev/null" &&
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13193 $as_echo "$as_me: updating cache $cache_file" >&6;}
13194 cat confcache >$cache_file
13195 else
13196 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13197 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13198 fi
13199 fi
13200 rm -f confcache
13201
13202 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13203 # Let make expand exec_prefix.
13204 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13205
13206 DEFS=-DHAVE_CONFIG_H
13207
13208 ac_libobjs=
13209 ac_ltlibobjs=
13210 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13211 # 1. Remove the extension, and $U if already installed.
13212 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13213 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13214 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13215 # will be set to the directory where LIBOBJS objects are built.
13216 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13217 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13218 done
13219 LIBOBJS=$ac_libobjs
13220
13221 LTLIBOBJS=$ac_ltlibobjs
13222
13223
13224
13225 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13226 as_fn_error "conditional \"GMAKE\" was never defined.
13227 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13228 fi
13229 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13230 as_fn_error "conditional \"PLUGINS\" was never defined.
13231 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13232 fi
13233 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13234 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13235 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13236 fi
13237
13238 : ${CONFIG_STATUS=./config.status}
13239 ac_write_fail=0
13240 ac_clean_files_save=$ac_clean_files
13241 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13242 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13243 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13244 as_write_fail=0
13245 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13246 #! $SHELL
13247 # Generated by $as_me.
13248 # Run this file to recreate the current configuration.
13249 # Compiler output produced by configure, useful for debugging
13250 # configure, is in config.log if it exists.
13251
13252 debug=false
13253 ac_cs_recheck=false
13254 ac_cs_silent=false
13255
13256 SHELL=\${CONFIG_SHELL-$SHELL}
13257 export SHELL
13258 _ASEOF
13259 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13260 ## -------------------- ##
13261 ## M4sh Initialization. ##
13262 ## -------------------- ##
13263
13264 # Be more Bourne compatible
13265 DUALCASE=1; export DUALCASE # for MKS sh
13266 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13267 emulate sh
13268 NULLCMD=:
13269 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13270 # is contrary to our usage. Disable this feature.
13271 alias -g '${1+"$@"}'='"$@"'
13272 setopt NO_GLOB_SUBST
13273 else
13274 case `(set -o) 2>/dev/null` in #(
13275 *posix*) :
13276 set -o posix ;; #(
13277 *) :
13278 ;;
13279 esac
13280 fi
13281
13282
13283 as_nl='
13284 '
13285 export as_nl
13286 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13287 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13288 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13289 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13290 # Prefer a ksh shell builtin over an external printf program on Solaris,
13291 # but without wasting forks for bash or zsh.
13292 if test -z "$BASH_VERSION$ZSH_VERSION" \
13293 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13294 as_echo='print -r --'
13295 as_echo_n='print -rn --'
13296 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13297 as_echo='printf %s\n'
13298 as_echo_n='printf %s'
13299 else
13300 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13301 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13302 as_echo_n='/usr/ucb/echo -n'
13303 else
13304 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13305 as_echo_n_body='eval
13306 arg=$1;
13307 case $arg in #(
13308 *"$as_nl"*)
13309 expr "X$arg" : "X\\(.*\\)$as_nl";
13310 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13311 esac;
13312 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13313 '
13314 export as_echo_n_body
13315 as_echo_n='sh -c $as_echo_n_body as_echo'
13316 fi
13317 export as_echo_body
13318 as_echo='sh -c $as_echo_body as_echo'
13319 fi
13320
13321 # The user is always right.
13322 if test "${PATH_SEPARATOR+set}" != set; then
13323 PATH_SEPARATOR=:
13324 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13325 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13326 PATH_SEPARATOR=';'
13327 }
13328 fi
13329
13330
13331 # IFS
13332 # We need space, tab and new line, in precisely that order. Quoting is
13333 # there to prevent editors from complaining about space-tab.
13334 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13335 # splitting by setting IFS to empty value.)
13336 IFS=" "" $as_nl"
13337
13338 # Find who we are. Look in the path if we contain no directory separator.
13339 case $0 in #((
13340 *[\\/]* ) as_myself=$0 ;;
13341 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13342 for as_dir in $PATH
13343 do
13344 IFS=$as_save_IFS
13345 test -z "$as_dir" && as_dir=.
13346 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13347 done
13348 IFS=$as_save_IFS
13349
13350 ;;
13351 esac
13352 # We did not find ourselves, most probably we were run as `sh COMMAND'
13353 # in which case we are not to be found in the path.
13354 if test "x$as_myself" = x; then
13355 as_myself=$0
13356 fi
13357 if test ! -f "$as_myself"; then
13358 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13359 exit 1
13360 fi
13361
13362 # Unset variables that we do not need and which cause bugs (e.g. in
13363 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13364 # suppresses any "Segmentation fault" message there. '((' could
13365 # trigger a bug in pdksh 5.2.14.
13366 for as_var in BASH_ENV ENV MAIL MAILPATH
13367 do eval test x\${$as_var+set} = xset \
13368 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13369 done
13370 PS1='$ '
13371 PS2='> '
13372 PS4='+ '
13373
13374 # NLS nuisances.
13375 LC_ALL=C
13376 export LC_ALL
13377 LANGUAGE=C
13378 export LANGUAGE
13379
13380 # CDPATH.
13381 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13382
13383
13384 # as_fn_error ERROR [LINENO LOG_FD]
13385 # ---------------------------------
13386 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13387 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13388 # script with status $?, using 1 if that was 0.
13389 as_fn_error ()
13390 {
13391 as_status=$?; test $as_status -eq 0 && as_status=1
13392 if test "$3"; then
13393 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13394 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13395 fi
13396 $as_echo "$as_me: error: $1" >&2
13397 as_fn_exit $as_status
13398 } # as_fn_error
13399
13400
13401 # as_fn_set_status STATUS
13402 # -----------------------
13403 # Set $? to STATUS, without forking.
13404 as_fn_set_status ()
13405 {
13406 return $1
13407 } # as_fn_set_status
13408
13409 # as_fn_exit STATUS
13410 # -----------------
13411 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13412 as_fn_exit ()
13413 {
13414 set +e
13415 as_fn_set_status $1
13416 exit $1
13417 } # as_fn_exit
13418
13419 # as_fn_unset VAR
13420 # ---------------
13421 # Portably unset VAR.
13422 as_fn_unset ()
13423 {
13424 { eval $1=; unset $1;}
13425 }
13426 as_unset=as_fn_unset
13427 # as_fn_append VAR VALUE
13428 # ----------------------
13429 # Append the text in VALUE to the end of the definition contained in VAR. Take
13430 # advantage of any shell optimizations that allow amortized linear growth over
13431 # repeated appends, instead of the typical quadratic growth present in naive
13432 # implementations.
13433 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13434 eval 'as_fn_append ()
13435 {
13436 eval $1+=\$2
13437 }'
13438 else
13439 as_fn_append ()
13440 {
13441 eval $1=\$$1\$2
13442 }
13443 fi # as_fn_append
13444
13445 # as_fn_arith ARG...
13446 # ------------------
13447 # Perform arithmetic evaluation on the ARGs, and store the result in the
13448 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13449 # must be portable across $(()) and expr.
13450 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13451 eval 'as_fn_arith ()
13452 {
13453 as_val=$(( $* ))
13454 }'
13455 else
13456 as_fn_arith ()
13457 {
13458 as_val=`expr "$@" || test $? -eq 1`
13459 }
13460 fi # as_fn_arith
13461
13462
13463 if expr a : '\(a\)' >/dev/null 2>&1 &&
13464 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13465 as_expr=expr
13466 else
13467 as_expr=false
13468 fi
13469
13470 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13471 as_basename=basename
13472 else
13473 as_basename=false
13474 fi
13475
13476 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13477 as_dirname=dirname
13478 else
13479 as_dirname=false
13480 fi
13481
13482 as_me=`$as_basename -- "$0" ||
13483 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13484 X"$0" : 'X\(//\)$' \| \
13485 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13486 $as_echo X/"$0" |
13487 sed '/^.*\/\([^/][^/]*\)\/*$/{
13488 s//\1/
13489 q
13490 }
13491 /^X\/\(\/\/\)$/{
13492 s//\1/
13493 q
13494 }
13495 /^X\/\(\/\).*/{
13496 s//\1/
13497 q
13498 }
13499 s/.*/./; q'`
13500
13501 # Avoid depending upon Character Ranges.
13502 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13503 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13504 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13505 as_cr_digits='0123456789'
13506 as_cr_alnum=$as_cr_Letters$as_cr_digits
13507
13508 ECHO_C= ECHO_N= ECHO_T=
13509 case `echo -n x` in #(((((
13510 -n*)
13511 case `echo 'xy\c'` in
13512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13513 xy) ECHO_C='\c';;
13514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13515 ECHO_T=' ';;
13516 esac;;
13517 *)
13518 ECHO_N='-n';;
13519 esac
13520
13521 rm -f conf$$ conf$$.exe conf$$.file
13522 if test -d conf$$.dir; then
13523 rm -f conf$$.dir/conf$$.file
13524 else
13525 rm -f conf$$.dir
13526 mkdir conf$$.dir 2>/dev/null
13527 fi
13528 if (echo >conf$$.file) 2>/dev/null; then
13529 if ln -s conf$$.file conf$$ 2>/dev/null; then
13530 as_ln_s='ln -s'
13531 # ... but there are two gotchas:
13532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13534 # In both cases, we have to default to `cp -p'.
13535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13536 as_ln_s='cp -p'
13537 elif ln conf$$.file conf$$ 2>/dev/null; then
13538 as_ln_s=ln
13539 else
13540 as_ln_s='cp -p'
13541 fi
13542 else
13543 as_ln_s='cp -p'
13544 fi
13545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13546 rmdir conf$$.dir 2>/dev/null
13547
13548
13549 # as_fn_mkdir_p
13550 # -------------
13551 # Create "$as_dir" as a directory, including parents if necessary.
13552 as_fn_mkdir_p ()
13553 {
13554
13555 case $as_dir in #(
13556 -*) as_dir=./$as_dir;;
13557 esac
13558 test -d "$as_dir" || eval $as_mkdir_p || {
13559 as_dirs=
13560 while :; do
13561 case $as_dir in #(
13562 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13563 *) as_qdir=$as_dir;;
13564 esac
13565 as_dirs="'$as_qdir' $as_dirs"
13566 as_dir=`$as_dirname -- "$as_dir" ||
13567 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13568 X"$as_dir" : 'X\(//\)[^/]' \| \
13569 X"$as_dir" : 'X\(//\)$' \| \
13570 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13571 $as_echo X"$as_dir" |
13572 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13573 s//\1/
13574 q
13575 }
13576 /^X\(\/\/\)[^/].*/{
13577 s//\1/
13578 q
13579 }
13580 /^X\(\/\/\)$/{
13581 s//\1/
13582 q
13583 }
13584 /^X\(\/\).*/{
13585 s//\1/
13586 q
13587 }
13588 s/.*/./; q'`
13589 test -d "$as_dir" && break
13590 done
13591 test -z "$as_dirs" || eval "mkdir $as_dirs"
13592 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13593
13594
13595 } # as_fn_mkdir_p
13596 if mkdir -p . 2>/dev/null; then
13597 as_mkdir_p='mkdir -p "$as_dir"'
13598 else
13599 test -d ./-p && rmdir ./-p
13600 as_mkdir_p=false
13601 fi
13602
13603 if test -x / >/dev/null 2>&1; then
13604 as_test_x='test -x'
13605 else
13606 if ls -dL / >/dev/null 2>&1; then
13607 as_ls_L_option=L
13608 else
13609 as_ls_L_option=
13610 fi
13611 as_test_x='
13612 eval sh -c '\''
13613 if test -d "$1"; then
13614 test -d "$1/.";
13615 else
13616 case $1 in #(
13617 -*)set "./$1";;
13618 esac;
13619 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13620 ???[sx]*):;;*)false;;esac;fi
13621 '\'' sh
13622 '
13623 fi
13624 as_executable_p=$as_test_x
13625
13626 # Sed expression to map a string onto a valid CPP name.
13627 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13628
13629 # Sed expression to map a string onto a valid variable name.
13630 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13631
13632
13633 exec 6>&1
13634 ## ----------------------------------- ##
13635 ## Main body of $CONFIG_STATUS script. ##
13636 ## ----------------------------------- ##
13637 _ASEOF
13638 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13639
13640 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13641 # Save the log message, to keep $0 and so on meaningful, and to
13642 # report actual input values of CONFIG_FILES etc. instead of their
13643 # values after options handling.
13644 ac_log="
13645 This file was extended by $as_me, which was
13646 generated by GNU Autoconf 2.64. Invocation command line was
13647
13648 CONFIG_FILES = $CONFIG_FILES
13649 CONFIG_HEADERS = $CONFIG_HEADERS
13650 CONFIG_LINKS = $CONFIG_LINKS
13651 CONFIG_COMMANDS = $CONFIG_COMMANDS
13652 $ $0 $@
13653
13654 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13655 "
13656
13657 _ACEOF
13658
13659 case $ac_config_files in *"
13660 "*) set x $ac_config_files; shift; ac_config_files=$*;;
13661 esac
13662
13663 case $ac_config_headers in *"
13664 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13665 esac
13666
13667
13668 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13669 # Files that config.status was made for.
13670 config_files="$ac_config_files"
13671 config_headers="$ac_config_headers"
13672 config_links="$ac_config_links"
13673 config_commands="$ac_config_commands"
13674
13675 _ACEOF
13676
13677 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13678 ac_cs_usage="\
13679 \`$as_me' instantiates files and other configuration actions
13680 from templates according to the current configuration. Unless the files
13681 and actions are specified as TAGs, all are instantiated by default.
13682
13683 Usage: $0 [OPTION]... [TAG]...
13684
13685 -h, --help print this help, then exit
13686 -V, --version print version number and configuration settings, then exit
13687 -q, --quiet, --silent
13688 do not print progress messages
13689 -d, --debug don't remove temporary files
13690 --recheck update $as_me by reconfiguring in the same conditions
13691 --file=FILE[:TEMPLATE]
13692 instantiate the configuration file FILE
13693 --header=FILE[:TEMPLATE]
13694 instantiate the configuration header FILE
13695
13696 Configuration files:
13697 $config_files
13698
13699 Configuration headers:
13700 $config_headers
13701
13702 Configuration links:
13703 $config_links
13704
13705 Configuration commands:
13706 $config_commands
13707
13708 Report bugs to the package provider."
13709
13710 _ACEOF
13711 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13712 ac_cs_version="\\
13713 config.status
13714 configured by $0, generated by GNU Autoconf 2.64,
13715 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
13716
13717 Copyright (C) 2009 Free Software Foundation, Inc.
13718 This config.status script is free software; the Free Software Foundation
13719 gives unlimited permission to copy, distribute and modify it."
13720
13721 ac_pwd='$ac_pwd'
13722 srcdir='$srcdir'
13723 INSTALL='$INSTALL'
13724 AWK='$AWK'
13725 test -n "\$AWK" || AWK=awk
13726 _ACEOF
13727
13728 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13729 # The default lists apply if the user does not specify any file.
13730 ac_need_defaults=:
13731 while test $# != 0
13732 do
13733 case $1 in
13734 --*=*)
13735 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13736 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13737 ac_shift=:
13738 ;;
13739 *)
13740 ac_option=$1
13741 ac_optarg=$2
13742 ac_shift=shift
13743 ;;
13744 esac
13745
13746 case $ac_option in
13747 # Handling of the options.
13748 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13749 ac_cs_recheck=: ;;
13750 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13751 $as_echo "$ac_cs_version"; exit ;;
13752 --debug | --debu | --deb | --de | --d | -d )
13753 debug=: ;;
13754 --file | --fil | --fi | --f )
13755 $ac_shift
13756 case $ac_optarg in
13757 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13758 esac
13759 as_fn_append CONFIG_FILES " '$ac_optarg'"
13760 ac_need_defaults=false;;
13761 --header | --heade | --head | --hea )
13762 $ac_shift
13763 case $ac_optarg in
13764 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13765 esac
13766 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13767 ac_need_defaults=false;;
13768 --he | --h)
13769 # Conflict between --help and --header
13770 as_fn_error "ambiguous option: \`$1'
13771 Try \`$0 --help' for more information.";;
13772 --help | --hel | -h )
13773 $as_echo "$ac_cs_usage"; exit ;;
13774 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13775 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13776 ac_cs_silent=: ;;
13777
13778 # This is an error.
13779 -*) as_fn_error "unrecognized option: \`$1'
13780 Try \`$0 --help' for more information." ;;
13781
13782 *) as_fn_append ac_config_targets " $1"
13783 ac_need_defaults=false ;;
13784
13785 esac
13786 shift
13787 done
13788
13789 ac_configure_extra_args=
13790
13791 if $ac_cs_silent; then
13792 exec 6>/dev/null
13793 ac_configure_extra_args="$ac_configure_extra_args --silent"
13794 fi
13795
13796 _ACEOF
13797 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13798 if \$ac_cs_recheck; then
13799 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13800 shift
13801 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13802 CONFIG_SHELL='$SHELL'
13803 export CONFIG_SHELL
13804 exec "\$@"
13805 fi
13806
13807 _ACEOF
13808 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13809 exec 5>>config.log
13810 {
13811 echo
13812 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13813 ## Running $as_me. ##
13814 _ASBOX
13815 $as_echo "$ac_log"
13816 } >&5
13817
13818 _ACEOF
13819 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13820 #
13821 # INIT-COMMANDS
13822 #
13823 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
13824
13825
13826 # The HP-UX ksh and POSIX shell print the target directory to stdout
13827 # if CDPATH is set.
13828 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13829
13830 sed_quote_subst='$sed_quote_subst'
13831 double_quote_subst='$double_quote_subst'
13832 delay_variable_subst='$delay_variable_subst'
13833 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13834 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13835 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13836 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13837 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13838 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13839 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13840 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13841 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13842 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13843 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13844 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13845 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13846 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13847 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13848 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13849 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13850 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13851 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13852 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13853 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13854 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13855 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13856 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13857 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13858 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13859 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13860 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13861 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13862 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13863 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13864 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13865 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13866 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13867 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13868 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13869 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13870 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13871 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13872 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13873 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13874 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13875 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13876 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13877 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13878 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13879 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13880 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13881 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"`'
13882 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13883 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13884 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13885 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13886 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13887 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13888 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13889 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13890 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13891 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13892 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13893 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13894 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13895 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13896 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13897 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13898 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13899 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13900 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13901 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13902 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13903 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13904 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13905 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13906 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13907 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13908 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13909 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13910 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13911 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13912 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13913 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13914 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13915 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13916 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13917 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13918 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13919 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13920 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13921 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13922 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13923 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13924 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13925 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13926 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13927 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13928 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13929 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13930 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13931 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13932 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13933 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13934 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13935 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13936 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13937 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13938 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13939 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13940 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13941 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13942 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13943 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13944 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13945 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13946 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13947 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13948 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13949 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13950 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13951 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13952 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13953
13954 LTCC='$LTCC'
13955 LTCFLAGS='$LTCFLAGS'
13956 compiler='$compiler_DEFAULT'
13957
13958 # A function that is used when there is no print builtin or printf.
13959 func_fallback_echo ()
13960 {
13961 eval 'cat <<_LTECHO_EOF
13962 \$1
13963 _LTECHO_EOF'
13964 }
13965
13966 # Quote evaled strings.
13967 for var in SHELL \
13968 ECHO \
13969 SED \
13970 GREP \
13971 EGREP \
13972 FGREP \
13973 LD \
13974 NM \
13975 LN_S \
13976 lt_SP2NL \
13977 lt_NL2SP \
13978 reload_flag \
13979 OBJDUMP \
13980 deplibs_check_method \
13981 file_magic_cmd \
13982 AR \
13983 AR_FLAGS \
13984 STRIP \
13985 RANLIB \
13986 CC \
13987 CFLAGS \
13988 compiler \
13989 lt_cv_sys_global_symbol_pipe \
13990 lt_cv_sys_global_symbol_to_cdecl \
13991 lt_cv_sys_global_symbol_to_c_name_address \
13992 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13993 lt_prog_compiler_no_builtin_flag \
13994 lt_prog_compiler_wl \
13995 lt_prog_compiler_pic \
13996 lt_prog_compiler_static \
13997 lt_cv_prog_compiler_c_o \
13998 need_locks \
13999 DSYMUTIL \
14000 NMEDIT \
14001 LIPO \
14002 OTOOL \
14003 OTOOL64 \
14004 shrext_cmds \
14005 export_dynamic_flag_spec \
14006 whole_archive_flag_spec \
14007 compiler_needs_object \
14008 with_gnu_ld \
14009 allow_undefined_flag \
14010 no_undefined_flag \
14011 hardcode_libdir_flag_spec \
14012 hardcode_libdir_flag_spec_ld \
14013 hardcode_libdir_separator \
14014 fix_srcfile_path \
14015 exclude_expsyms \
14016 include_expsyms \
14017 file_list_spec \
14018 variables_saved_for_relink \
14019 libname_spec \
14020 library_names_spec \
14021 soname_spec \
14022 install_override_mode \
14023 finish_eval \
14024 old_striplib \
14025 striplib; do
14026 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14027 *[\\\\\\\`\\"\\\$]*)
14028 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14029 ;;
14030 *)
14031 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14032 ;;
14033 esac
14034 done
14035
14036 # Double-quote double-evaled strings.
14037 for var in reload_cmds \
14038 old_postinstall_cmds \
14039 old_postuninstall_cmds \
14040 old_archive_cmds \
14041 extract_expsyms_cmds \
14042 old_archive_from_new_cmds \
14043 old_archive_from_expsyms_cmds \
14044 archive_cmds \
14045 archive_expsym_cmds \
14046 module_cmds \
14047 module_expsym_cmds \
14048 export_symbols_cmds \
14049 prelink_cmds \
14050 postinstall_cmds \
14051 postuninstall_cmds \
14052 finish_cmds \
14053 sys_lib_search_path_spec \
14054 sys_lib_dlsearch_path_spec; do
14055 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14056 *[\\\\\\\`\\"\\\$]*)
14057 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14058 ;;
14059 *)
14060 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14061 ;;
14062 esac
14063 done
14064
14065 ac_aux_dir='$ac_aux_dir'
14066 xsi_shell='$xsi_shell'
14067 lt_shell_append='$lt_shell_append'
14068
14069 # See if we are running on zsh, and set the options which allow our
14070 # commands through without removal of \ escapes INIT.
14071 if test -n "\${ZSH_VERSION+set}" ; then
14072 setopt NO_GLOB_SUBST
14073 fi
14074
14075
14076 PACKAGE='$PACKAGE'
14077 VERSION='$VERSION'
14078 TIMESTAMP='$TIMESTAMP'
14079 RM='$RM'
14080 ofile='$ofile'
14081
14082
14083
14084
14085 _ACEOF
14086
14087 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14088
14089 # Handling of arguments.
14090 for ac_config_target in $ac_config_targets
14091 do
14092 case $ac_config_target in
14093 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14094 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14095 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14096 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14097 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14098 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14099 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14100 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14101 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14102
14103 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14104 esac
14105 done
14106
14107
14108 # If the user did not use the arguments to specify the items to instantiate,
14109 # then the envvar interface is used. Set only those that are not.
14110 # We use the long form for the default assignment because of an extremely
14111 # bizarre bug on SunOS 4.1.3.
14112 if $ac_need_defaults; then
14113 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14114 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14115 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14116 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14117 fi
14118
14119 # Have a temporary directory for convenience. Make it in the build tree
14120 # simply because there is no reason against having it here, and in addition,
14121 # creating and moving files from /tmp can sometimes cause problems.
14122 # Hook for its removal unless debugging.
14123 # Note that there is a small window in which the directory will not be cleaned:
14124 # after its creation but before its name has been assigned to `$tmp'.
14125 $debug ||
14126 {
14127 tmp=
14128 trap 'exit_status=$?
14129 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14130 ' 0
14131 trap 'as_fn_exit 1' 1 2 13 15
14132 }
14133 # Create a (secure) tmp directory for tmp files.
14134
14135 {
14136 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14137 test -n "$tmp" && test -d "$tmp"
14138 } ||
14139 {
14140 tmp=./conf$$-$RANDOM
14141 (umask 077 && mkdir "$tmp")
14142 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14143
14144 # Set up the scripts for CONFIG_FILES section.
14145 # No need to generate them if there are no CONFIG_FILES.
14146 # This happens for instance with `./config.status config.h'.
14147 if test -n "$CONFIG_FILES"; then
14148
14149
14150 ac_cr=`echo X | tr X '\015'`
14151 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14152 # But we know of no other shell where ac_cr would be empty at this
14153 # point, so we can use a bashism as a fallback.
14154 if test "x$ac_cr" = x; then
14155 eval ac_cr=\$\'\\r\'
14156 fi
14157 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14158 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14159 ac_cs_awk_cr='\r'
14160 else
14161 ac_cs_awk_cr=$ac_cr
14162 fi
14163
14164 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14165 _ACEOF
14166
14167
14168 {
14169 echo "cat >conf$$subs.awk <<_ACEOF" &&
14170 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14171 echo "_ACEOF"
14172 } >conf$$subs.sh ||
14173 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14174 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14175 ac_delim='%!_!# '
14176 for ac_last_try in false false false false false :; do
14177 . ./conf$$subs.sh ||
14178 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14179
14180 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14181 if test $ac_delim_n = $ac_delim_num; then
14182 break
14183 elif $ac_last_try; then
14184 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14185 else
14186 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14187 fi
14188 done
14189 rm -f conf$$subs.sh
14190
14191 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14192 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14193 _ACEOF
14194 sed -n '
14195 h
14196 s/^/S["/; s/!.*/"]=/
14197 p
14198 g
14199 s/^[^!]*!//
14200 :repl
14201 t repl
14202 s/'"$ac_delim"'$//
14203 t delim
14204 :nl
14205 h
14206 s/\(.\{148\}\).*/\1/
14207 t more1
14208 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14209 p
14210 n
14211 b repl
14212 :more1
14213 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14214 p
14215 g
14216 s/.\{148\}//
14217 t nl
14218 :delim
14219 h
14220 s/\(.\{148\}\).*/\1/
14221 t more2
14222 s/["\\]/\\&/g; s/^/"/; s/$/"/
14223 p
14224 b
14225 :more2
14226 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14227 p
14228 g
14229 s/.\{148\}//
14230 t delim
14231 ' <conf$$subs.awk | sed '
14232 /^[^""]/{
14233 N
14234 s/\n//
14235 }
14236 ' >>$CONFIG_STATUS || ac_write_fail=1
14237 rm -f conf$$subs.awk
14238 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14239 _ACAWK
14240 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14241 for (key in S) S_is_set[key] = 1
14242 FS = "\a"
14243
14244 }
14245 {
14246 line = $ 0
14247 nfields = split(line, field, "@")
14248 substed = 0
14249 len = length(field[1])
14250 for (i = 2; i < nfields; i++) {
14251 key = field[i]
14252 keylen = length(key)
14253 if (S_is_set[key]) {
14254 value = S[key]
14255 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14256 len += length(value) + length(field[++i])
14257 substed = 1
14258 } else
14259 len += 1 + keylen
14260 }
14261
14262 print line
14263 }
14264
14265 _ACAWK
14266 _ACEOF
14267 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14268 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14269 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14270 else
14271 cat
14272 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14273 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14274 _ACEOF
14275
14276 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14277 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14278 # trailing colons and then remove the whole line if VPATH becomes empty
14279 # (actually we leave an empty line to preserve line numbers).
14280 if test "x$srcdir" = x.; then
14281 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14282 s/:*\$(srcdir):*/:/
14283 s/:*\${srcdir}:*/:/
14284 s/:*@srcdir@:*/:/
14285 s/^\([^=]*=[ ]*\):*/\1/
14286 s/:*$//
14287 s/^[^=]*=[ ]*$//
14288 }'
14289 fi
14290
14291 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14292 fi # test -n "$CONFIG_FILES"
14293
14294 # Set up the scripts for CONFIG_HEADERS section.
14295 # No need to generate them if there are no CONFIG_HEADERS.
14296 # This happens for instance with `./config.status Makefile'.
14297 if test -n "$CONFIG_HEADERS"; then
14298 cat >"$tmp/defines.awk" <<\_ACAWK ||
14299 BEGIN {
14300 _ACEOF
14301
14302 # Transform confdefs.h into an awk script `defines.awk', embedded as
14303 # here-document in config.status, that substitutes the proper values into
14304 # config.h.in to produce config.h.
14305
14306 # Create a delimiter string that does not exist in confdefs.h, to ease
14307 # handling of long lines.
14308 ac_delim='%!_!# '
14309 for ac_last_try in false false :; do
14310 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14311 if test -z "$ac_t"; then
14312 break
14313 elif $ac_last_try; then
14314 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14315 else
14316 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14317 fi
14318 done
14319
14320 # For the awk script, D is an array of macro values keyed by name,
14321 # likewise P contains macro parameters if any. Preserve backslash
14322 # newline sequences.
14323
14324 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14325 sed -n '
14326 s/.\{148\}/&'"$ac_delim"'/g
14327 t rset
14328 :rset
14329 s/^[ ]*#[ ]*define[ ][ ]*/ /
14330 t def
14331 d
14332 :def
14333 s/\\$//
14334 t bsnl
14335 s/["\\]/\\&/g
14336 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14337 D["\1"]=" \3"/p
14338 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14339 d
14340 :bsnl
14341 s/["\\]/\\&/g
14342 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14343 D["\1"]=" \3\\\\\\n"\\/p
14344 t cont
14345 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14346 t cont
14347 d
14348 :cont
14349 n
14350 s/.\{148\}/&'"$ac_delim"'/g
14351 t clear
14352 :clear
14353 s/\\$//
14354 t bsnlc
14355 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14356 d
14357 :bsnlc
14358 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14359 b cont
14360 ' <confdefs.h | sed '
14361 s/'"$ac_delim"'/"\\\
14362 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14363
14364 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14365 for (key in D) D_is_set[key] = 1
14366 FS = "\a"
14367 }
14368 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14369 line = \$ 0
14370 split(line, arg, " ")
14371 if (arg[1] == "#") {
14372 defundef = arg[2]
14373 mac1 = arg[3]
14374 } else {
14375 defundef = substr(arg[1], 2)
14376 mac1 = arg[2]
14377 }
14378 split(mac1, mac2, "(") #)
14379 macro = mac2[1]
14380 prefix = substr(line, 1, index(line, defundef) - 1)
14381 if (D_is_set[macro]) {
14382 # Preserve the white space surrounding the "#".
14383 print prefix "define", macro P[macro] D[macro]
14384 next
14385 } else {
14386 # Replace #undef with comments. This is necessary, for example,
14387 # in the case of _POSIX_SOURCE, which is predefined and required
14388 # on some systems where configure will not decide to define it.
14389 if (defundef == "undef") {
14390 print "/*", prefix defundef, macro, "*/"
14391 next
14392 }
14393 }
14394 }
14395 { print }
14396 _ACAWK
14397 _ACEOF
14398 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14399 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14400 fi # test -n "$CONFIG_HEADERS"
14401
14402
14403 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14404 shift
14405 for ac_tag
14406 do
14407 case $ac_tag in
14408 :[FHLC]) ac_mode=$ac_tag; continue;;
14409 esac
14410 case $ac_mode$ac_tag in
14411 :[FHL]*:*);;
14412 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14413 :[FH]-) ac_tag=-:-;;
14414 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14415 esac
14416 ac_save_IFS=$IFS
14417 IFS=:
14418 set x $ac_tag
14419 IFS=$ac_save_IFS
14420 shift
14421 ac_file=$1
14422 shift
14423
14424 case $ac_mode in
14425 :L) ac_source=$1;;
14426 :[FH])
14427 ac_file_inputs=
14428 for ac_f
14429 do
14430 case $ac_f in
14431 -) ac_f="$tmp/stdin";;
14432 *) # Look for the file first in the build tree, then in the source tree
14433 # (if the path is not absolute). The absolute path cannot be DOS-style,
14434 # because $ac_f cannot contain `:'.
14435 test -f "$ac_f" ||
14436 case $ac_f in
14437 [\\/$]*) false;;
14438 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14439 esac ||
14440 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14441 esac
14442 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14443 as_fn_append ac_file_inputs " '$ac_f'"
14444 done
14445
14446 # Let's still pretend it is `configure' which instantiates (i.e., don't
14447 # use $as_me), people would be surprised to read:
14448 # /* config.h. Generated by config.status. */
14449 configure_input='Generated from '`
14450 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14451 `' by configure.'
14452 if test x"$ac_file" != x-; then
14453 configure_input="$ac_file. $configure_input"
14454 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14455 $as_echo "$as_me: creating $ac_file" >&6;}
14456 fi
14457 # Neutralize special characters interpreted by sed in replacement strings.
14458 case $configure_input in #(
14459 *\&* | *\|* | *\\* )
14460 ac_sed_conf_input=`$as_echo "$configure_input" |
14461 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14462 *) ac_sed_conf_input=$configure_input;;
14463 esac
14464
14465 case $ac_tag in
14466 *:-:* | *:-) cat >"$tmp/stdin" \
14467 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14468 esac
14469 ;;
14470 esac
14471
14472 ac_dir=`$as_dirname -- "$ac_file" ||
14473 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14474 X"$ac_file" : 'X\(//\)[^/]' \| \
14475 X"$ac_file" : 'X\(//\)$' \| \
14476 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14477 $as_echo X"$ac_file" |
14478 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14479 s//\1/
14480 q
14481 }
14482 /^X\(\/\/\)[^/].*/{
14483 s//\1/
14484 q
14485 }
14486 /^X\(\/\/\)$/{
14487 s//\1/
14488 q
14489 }
14490 /^X\(\/\).*/{
14491 s//\1/
14492 q
14493 }
14494 s/.*/./; q'`
14495 as_dir="$ac_dir"; as_fn_mkdir_p
14496 ac_builddir=.
14497
14498 case "$ac_dir" in
14499 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14500 *)
14501 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14502 # A ".." for each directory in $ac_dir_suffix.
14503 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14504 case $ac_top_builddir_sub in
14505 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14506 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14507 esac ;;
14508 esac
14509 ac_abs_top_builddir=$ac_pwd
14510 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14511 # for backward compatibility:
14512 ac_top_builddir=$ac_top_build_prefix
14513
14514 case $srcdir in
14515 .) # We are building in place.
14516 ac_srcdir=.
14517 ac_top_srcdir=$ac_top_builddir_sub
14518 ac_abs_top_srcdir=$ac_pwd ;;
14519 [\\/]* | ?:[\\/]* ) # Absolute name.
14520 ac_srcdir=$srcdir$ac_dir_suffix;
14521 ac_top_srcdir=$srcdir
14522 ac_abs_top_srcdir=$srcdir ;;
14523 *) # Relative name.
14524 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14525 ac_top_srcdir=$ac_top_build_prefix$srcdir
14526 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14527 esac
14528 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14529
14530
14531 case $ac_mode in
14532 :F)
14533 #
14534 # CONFIG_FILE
14535 #
14536
14537 case $INSTALL in
14538 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14539 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14540 esac
14541 _ACEOF
14542
14543 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14544 # If the template does not know about datarootdir, expand it.
14545 # FIXME: This hack should be removed a few years after 2.60.
14546 ac_datarootdir_hack=; ac_datarootdir_seen=
14547 ac_sed_dataroot='
14548 /datarootdir/ {
14549 p
14550 q
14551 }
14552 /@datadir@/p
14553 /@docdir@/p
14554 /@infodir@/p
14555 /@localedir@/p
14556 /@mandir@/p'
14557 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14558 *datarootdir*) ac_datarootdir_seen=yes;;
14559 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14560 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14561 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14562 _ACEOF
14563 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14564 ac_datarootdir_hack='
14565 s&@datadir@&$datadir&g
14566 s&@docdir@&$docdir&g
14567 s&@infodir@&$infodir&g
14568 s&@localedir@&$localedir&g
14569 s&@mandir@&$mandir&g
14570 s&\\\${datarootdir}&$datarootdir&g' ;;
14571 esac
14572 _ACEOF
14573
14574 # Neutralize VPATH when `$srcdir' = `.'.
14575 # Shell code in configure.ac might set extrasub.
14576 # FIXME: do we really want to maintain this feature?
14577 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14578 ac_sed_extra="$ac_vpsub
14579 $extrasub
14580 _ACEOF
14581 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14582 :t
14583 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14584 s|@configure_input@|$ac_sed_conf_input|;t t
14585 s&@top_builddir@&$ac_top_builddir_sub&;t t
14586 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14587 s&@srcdir@&$ac_srcdir&;t t
14588 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14589 s&@top_srcdir@&$ac_top_srcdir&;t t
14590 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14591 s&@builddir@&$ac_builddir&;t t
14592 s&@abs_builddir@&$ac_abs_builddir&;t t
14593 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14594 s&@INSTALL@&$ac_INSTALL&;t t
14595 $ac_datarootdir_hack
14596 "
14597 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14598 || as_fn_error "could not create $ac_file" "$LINENO" 5
14599
14600 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14601 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14602 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14603 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14604 which seems to be undefined. Please make sure it is defined." >&5
14605 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14606 which seems to be undefined. Please make sure it is defined." >&2;}
14607
14608 rm -f "$tmp/stdin"
14609 case $ac_file in
14610 -) cat "$tmp/out" && rm -f "$tmp/out";;
14611 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14612 esac \
14613 || as_fn_error "could not create $ac_file" "$LINENO" 5
14614 ;;
14615 :H)
14616 #
14617 # CONFIG_HEADER
14618 #
14619 if test x"$ac_file" != x-; then
14620 {
14621 $as_echo "/* $configure_input */" \
14622 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14623 } >"$tmp/config.h" \
14624 || as_fn_error "could not create $ac_file" "$LINENO" 5
14625 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14626 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14627 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14628 else
14629 rm -f "$ac_file"
14630 mv "$tmp/config.h" "$ac_file" \
14631 || as_fn_error "could not create $ac_file" "$LINENO" 5
14632 fi
14633 else
14634 $as_echo "/* $configure_input */" \
14635 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14636 || as_fn_error "could not create -" "$LINENO" 5
14637 fi
14638 ;;
14639 :L)
14640 #
14641 # CONFIG_LINK
14642 #
14643
14644 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
14645 :
14646 else
14647 # Prefer the file from the source tree if names are identical.
14648 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
14649 ac_source=$srcdir/$ac_source
14650 fi
14651
14652 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
14653 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
14654
14655 if test ! -r "$ac_source"; then
14656 as_fn_error "$ac_source: file not found" "$LINENO" 5
14657 fi
14658 rm -f "$ac_file"
14659
14660 # Try a relative symlink, then a hard link, then a copy.
14661 case $srcdir in
14662 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
14663 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
14664 esac
14665 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
14666 ln "$ac_source" "$ac_file" 2>/dev/null ||
14667 cp -p "$ac_source" "$ac_file" ||
14668 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
14669 fi
14670 ;;
14671 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14672 $as_echo "$as_me: executing $ac_file commands" >&6;}
14673 ;;
14674 esac
14675
14676
14677 case $ac_file$ac_mode in
14678 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
14679 "libtool":C)
14680
14681 # See if we are running on zsh, and set the options which allow our
14682 # commands through without removal of \ escapes.
14683 if test -n "${ZSH_VERSION+set}" ; then
14684 setopt NO_GLOB_SUBST
14685 fi
14686
14687 cfgfile="${ofile}T"
14688 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14689 $RM "$cfgfile"
14690
14691 cat <<_LT_EOF >> "$cfgfile"
14692 #! $SHELL
14693
14694 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14695 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14696 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14697 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14698 #
14699 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14700 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14701 # Written by Gordon Matzigkeit, 1996
14702 #
14703 # This file is part of GNU Libtool.
14704 #
14705 # GNU Libtool is free software; you can redistribute it and/or
14706 # modify it under the terms of the GNU General Public License as
14707 # published by the Free Software Foundation; either version 2 of
14708 # the License, or (at your option) any later version.
14709 #
14710 # As a special exception to the GNU General Public License,
14711 # if you distribute this file as part of a program or library that
14712 # is built using GNU Libtool, you may include this file under the
14713 # same distribution terms that you use for the rest of that program.
14714 #
14715 # GNU Libtool is distributed in the hope that it will be useful,
14716 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14717 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14718 # GNU General Public License for more details.
14719 #
14720 # You should have received a copy of the GNU General Public License
14721 # along with GNU Libtool; see the file COPYING. If not, a copy
14722 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14723 # obtained by writing to the Free Software Foundation, Inc.,
14724 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14725
14726
14727 # The names of the tagged configurations supported by this script.
14728 available_tags=""
14729
14730 # ### BEGIN LIBTOOL CONFIG
14731
14732 # Which release of libtool.m4 was used?
14733 macro_version=$macro_version
14734 macro_revision=$macro_revision
14735
14736 # Whether or not to build shared libraries.
14737 build_libtool_libs=$enable_shared
14738
14739 # Whether or not to build static libraries.
14740 build_old_libs=$enable_static
14741
14742 # What type of objects to build.
14743 pic_mode=$pic_mode
14744
14745 # Whether or not to optimize for fast installation.
14746 fast_install=$enable_fast_install
14747
14748 # Shell to use when invoking shell scripts.
14749 SHELL=$lt_SHELL
14750
14751 # An echo program that protects backslashes.
14752 ECHO=$lt_ECHO
14753
14754 # The host system.
14755 host_alias=$host_alias
14756 host=$host
14757 host_os=$host_os
14758
14759 # The build system.
14760 build_alias=$build_alias
14761 build=$build
14762 build_os=$build_os
14763
14764 # A sed program that does not truncate output.
14765 SED=$lt_SED
14766
14767 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14768 Xsed="\$SED -e 1s/^X//"
14769
14770 # A grep program that handles long lines.
14771 GREP=$lt_GREP
14772
14773 # An ERE matcher.
14774 EGREP=$lt_EGREP
14775
14776 # A literal string matcher.
14777 FGREP=$lt_FGREP
14778
14779 # A BSD- or MS-compatible name lister.
14780 NM=$lt_NM
14781
14782 # Whether we need soft or hard links.
14783 LN_S=$lt_LN_S
14784
14785 # What is the maximum length of a command?
14786 max_cmd_len=$max_cmd_len
14787
14788 # Object file suffix (normally "o").
14789 objext=$ac_objext
14790
14791 # Executable file suffix (normally "").
14792 exeext=$exeext
14793
14794 # whether the shell understands "unset".
14795 lt_unset=$lt_unset
14796
14797 # turn spaces into newlines.
14798 SP2NL=$lt_lt_SP2NL
14799
14800 # turn newlines into spaces.
14801 NL2SP=$lt_lt_NL2SP
14802
14803 # An object symbol dumper.
14804 OBJDUMP=$lt_OBJDUMP
14805
14806 # Method to check whether dependent libraries are shared objects.
14807 deplibs_check_method=$lt_deplibs_check_method
14808
14809 # Command to use when deplibs_check_method == "file_magic".
14810 file_magic_cmd=$lt_file_magic_cmd
14811
14812 # The archiver.
14813 AR=$lt_AR
14814 AR_FLAGS=$lt_AR_FLAGS
14815
14816 # A symbol stripping program.
14817 STRIP=$lt_STRIP
14818
14819 # Commands used to install an old-style archive.
14820 RANLIB=$lt_RANLIB
14821 old_postinstall_cmds=$lt_old_postinstall_cmds
14822 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14823
14824 # Whether to use a lock for old archive extraction.
14825 lock_old_archive_extraction=$lock_old_archive_extraction
14826
14827 # A C compiler.
14828 LTCC=$lt_CC
14829
14830 # LTCC compiler flags.
14831 LTCFLAGS=$lt_CFLAGS
14832
14833 # Take the output of nm and produce a listing of raw symbols and C names.
14834 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14835
14836 # Transform the output of nm in a proper C declaration.
14837 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14838
14839 # Transform the output of nm in a C name address pair.
14840 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14841
14842 # Transform the output of nm in a C name address pair when lib prefix is needed.
14843 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14844
14845 # The name of the directory that contains temporary libtool files.
14846 objdir=$objdir
14847
14848 # Used to examine libraries when file_magic_cmd begins with "file".
14849 MAGIC_CMD=$MAGIC_CMD
14850
14851 # Must we lock files when doing compilation?
14852 need_locks=$lt_need_locks
14853
14854 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14855 DSYMUTIL=$lt_DSYMUTIL
14856
14857 # Tool to change global to local symbols on Mac OS X.
14858 NMEDIT=$lt_NMEDIT
14859
14860 # Tool to manipulate fat objects and archives on Mac OS X.
14861 LIPO=$lt_LIPO
14862
14863 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14864 OTOOL=$lt_OTOOL
14865
14866 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14867 OTOOL64=$lt_OTOOL64
14868
14869 # Old archive suffix (normally "a").
14870 libext=$libext
14871
14872 # Shared library suffix (normally ".so").
14873 shrext_cmds=$lt_shrext_cmds
14874
14875 # The commands to extract the exported symbol list from a shared archive.
14876 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14877
14878 # Variables whose values should be saved in libtool wrapper scripts and
14879 # restored at link time.
14880 variables_saved_for_relink=$lt_variables_saved_for_relink
14881
14882 # Do we need the "lib" prefix for modules?
14883 need_lib_prefix=$need_lib_prefix
14884
14885 # Do we need a version for libraries?
14886 need_version=$need_version
14887
14888 # Library versioning type.
14889 version_type=$version_type
14890
14891 # Shared library runtime path variable.
14892 runpath_var=$runpath_var
14893
14894 # Shared library path variable.
14895 shlibpath_var=$shlibpath_var
14896
14897 # Is shlibpath searched before the hard-coded library search path?
14898 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14899
14900 # Format of library name prefix.
14901 libname_spec=$lt_libname_spec
14902
14903 # List of archive names. First name is the real one, the rest are links.
14904 # The last name is the one that the linker finds with -lNAME
14905 library_names_spec=$lt_library_names_spec
14906
14907 # The coded name of the library, if different from the real name.
14908 soname_spec=$lt_soname_spec
14909
14910 # Permission mode override for installation of shared libraries.
14911 install_override_mode=$lt_install_override_mode
14912
14913 # Command to use after installation of a shared archive.
14914 postinstall_cmds=$lt_postinstall_cmds
14915
14916 # Command to use after uninstallation of a shared archive.
14917 postuninstall_cmds=$lt_postuninstall_cmds
14918
14919 # Commands used to finish a libtool library installation in a directory.
14920 finish_cmds=$lt_finish_cmds
14921
14922 # As "finish_cmds", except a single script fragment to be evaled but
14923 # not shown.
14924 finish_eval=$lt_finish_eval
14925
14926 # Whether we should hardcode library paths into libraries.
14927 hardcode_into_libs=$hardcode_into_libs
14928
14929 # Compile-time system search path for libraries.
14930 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14931
14932 # Run-time system search path for libraries.
14933 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14934
14935 # Whether dlopen is supported.
14936 dlopen_support=$enable_dlopen
14937
14938 # Whether dlopen of programs is supported.
14939 dlopen_self=$enable_dlopen_self
14940
14941 # Whether dlopen of statically linked programs is supported.
14942 dlopen_self_static=$enable_dlopen_self_static
14943
14944 # Commands to strip libraries.
14945 old_striplib=$lt_old_striplib
14946 striplib=$lt_striplib
14947
14948
14949 # The linker used to build libraries.
14950 LD=$lt_LD
14951
14952 # How to create reloadable object files.
14953 reload_flag=$lt_reload_flag
14954 reload_cmds=$lt_reload_cmds
14955
14956 # Commands used to build an old-style archive.
14957 old_archive_cmds=$lt_old_archive_cmds
14958
14959 # A language specific compiler.
14960 CC=$lt_compiler
14961
14962 # Is the compiler the GNU compiler?
14963 with_gcc=$GCC
14964
14965 # Compiler flag to turn off builtin functions.
14966 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14967
14968 # How to pass a linker flag through the compiler.
14969 wl=$lt_lt_prog_compiler_wl
14970
14971 # Additional compiler flags for building library objects.
14972 pic_flag=$lt_lt_prog_compiler_pic
14973
14974 # Compiler flag to prevent dynamic linking.
14975 link_static_flag=$lt_lt_prog_compiler_static
14976
14977 # Does compiler simultaneously support -c and -o options?
14978 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14979
14980 # Whether or not to add -lc for building shared libraries.
14981 build_libtool_need_lc=$archive_cmds_need_lc
14982
14983 # Whether or not to disallow shared libs when runtime libs are static.
14984 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14985
14986 # Compiler flag to allow reflexive dlopens.
14987 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14988
14989 # Compiler flag to generate shared objects directly from archives.
14990 whole_archive_flag_spec=$lt_whole_archive_flag_spec
14991
14992 # Whether the compiler copes with passing no objects directly.
14993 compiler_needs_object=$lt_compiler_needs_object
14994
14995 # Create an old-style archive from a shared archive.
14996 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14997
14998 # Create a temporary old-style archive to link instead of a shared archive.
14999 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15000
15001 # Commands used to build a shared archive.
15002 archive_cmds=$lt_archive_cmds
15003 archive_expsym_cmds=$lt_archive_expsym_cmds
15004
15005 # Commands used to build a loadable module if different from building
15006 # a shared archive.
15007 module_cmds=$lt_module_cmds
15008 module_expsym_cmds=$lt_module_expsym_cmds
15009
15010 # Whether we are building with GNU ld or not.
15011 with_gnu_ld=$lt_with_gnu_ld
15012
15013 # Flag that allows shared libraries with undefined symbols to be built.
15014 allow_undefined_flag=$lt_allow_undefined_flag
15015
15016 # Flag that enforces no undefined symbols.
15017 no_undefined_flag=$lt_no_undefined_flag
15018
15019 # Flag to hardcode \$libdir into a binary during linking.
15020 # This must work even if \$libdir does not exist
15021 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15022
15023 # If ld is used when linking, flag to hardcode \$libdir into a binary
15024 # during linking. This must work even if \$libdir does not exist.
15025 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15026
15027 # Whether we need a single "-rpath" flag with a separated argument.
15028 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15029
15030 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15031 # DIR into the resulting binary.
15032 hardcode_direct=$hardcode_direct
15033
15034 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15035 # DIR into the resulting binary and the resulting library dependency is
15036 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15037 # library is relocated.
15038 hardcode_direct_absolute=$hardcode_direct_absolute
15039
15040 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15041 # into the resulting binary.
15042 hardcode_minus_L=$hardcode_minus_L
15043
15044 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15045 # into the resulting binary.
15046 hardcode_shlibpath_var=$hardcode_shlibpath_var
15047
15048 # Set to "yes" if building a shared library automatically hardcodes DIR
15049 # into the library and all subsequent libraries and executables linked
15050 # against it.
15051 hardcode_automatic=$hardcode_automatic
15052
15053 # Set to yes if linker adds runtime paths of dependent libraries
15054 # to runtime path list.
15055 inherit_rpath=$inherit_rpath
15056
15057 # Whether libtool must link a program against all its dependency libraries.
15058 link_all_deplibs=$link_all_deplibs
15059
15060 # Fix the shell variable \$srcfile for the compiler.
15061 fix_srcfile_path=$lt_fix_srcfile_path
15062
15063 # Set to "yes" if exported symbols are required.
15064 always_export_symbols=$always_export_symbols
15065
15066 # The commands to list exported symbols.
15067 export_symbols_cmds=$lt_export_symbols_cmds
15068
15069 # Symbols that should not be listed in the preloaded symbols.
15070 exclude_expsyms=$lt_exclude_expsyms
15071
15072 # Symbols that must always be exported.
15073 include_expsyms=$lt_include_expsyms
15074
15075 # Commands necessary for linking programs (against libraries) with templates.
15076 prelink_cmds=$lt_prelink_cmds
15077
15078 # Specify filename containing input files.
15079 file_list_spec=$lt_file_list_spec
15080
15081 # How to hardcode a shared library path into an executable.
15082 hardcode_action=$hardcode_action
15083
15084 # ### END LIBTOOL CONFIG
15085
15086 _LT_EOF
15087
15088 case $host_os in
15089 aix3*)
15090 cat <<\_LT_EOF >> "$cfgfile"
15091 # AIX sometimes has problems with the GCC collect2 program. For some
15092 # reason, if we set the COLLECT_NAMES environment variable, the problems
15093 # vanish in a puff of smoke.
15094 if test "X${COLLECT_NAMES+set}" != Xset; then
15095 COLLECT_NAMES=
15096 export COLLECT_NAMES
15097 fi
15098 _LT_EOF
15099 ;;
15100 esac
15101
15102
15103 ltmain="$ac_aux_dir/ltmain.sh"
15104
15105
15106 # We use sed instead of cat because bash on DJGPP gets confused if
15107 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15108 # text mode, it properly converts lines to CR/LF. This bash problem
15109 # is reportedly fixed, but why not run on old versions too?
15110 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15111 || (rm -f "$cfgfile"; exit 1)
15112
15113 case $xsi_shell in
15114 yes)
15115 cat << \_LT_EOF >> "$cfgfile"
15116
15117 # func_dirname file append nondir_replacement
15118 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15119 # otherwise set result to NONDIR_REPLACEMENT.
15120 func_dirname ()
15121 {
15122 case ${1} in
15123 */*) func_dirname_result="${1%/*}${2}" ;;
15124 * ) func_dirname_result="${3}" ;;
15125 esac
15126 }
15127
15128 # func_basename file
15129 func_basename ()
15130 {
15131 func_basename_result="${1##*/}"
15132 }
15133
15134 # func_dirname_and_basename file append nondir_replacement
15135 # perform func_basename and func_dirname in a single function
15136 # call:
15137 # dirname: Compute the dirname of FILE. If nonempty,
15138 # add APPEND to the result, otherwise set result
15139 # to NONDIR_REPLACEMENT.
15140 # value returned in "$func_dirname_result"
15141 # basename: Compute filename of FILE.
15142 # value retuned in "$func_basename_result"
15143 # Implementation must be kept synchronized with func_dirname
15144 # and func_basename. For efficiency, we do not delegate to
15145 # those functions but instead duplicate the functionality here.
15146 func_dirname_and_basename ()
15147 {
15148 case ${1} in
15149 */*) func_dirname_result="${1%/*}${2}" ;;
15150 * ) func_dirname_result="${3}" ;;
15151 esac
15152 func_basename_result="${1##*/}"
15153 }
15154
15155 # func_stripname prefix suffix name
15156 # strip PREFIX and SUFFIX off of NAME.
15157 # PREFIX and SUFFIX must not contain globbing or regex special
15158 # characters, hashes, percent signs, but SUFFIX may contain a leading
15159 # dot (in which case that matches only a dot).
15160 func_stripname ()
15161 {
15162 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15163 # positional parameters, so assign one to ordinary parameter first.
15164 func_stripname_result=${3}
15165 func_stripname_result=${func_stripname_result#"${1}"}
15166 func_stripname_result=${func_stripname_result%"${2}"}
15167 }
15168
15169 # func_opt_split
15170 func_opt_split ()
15171 {
15172 func_opt_split_opt=${1%%=*}
15173 func_opt_split_arg=${1#*=}
15174 }
15175
15176 # func_lo2o object
15177 func_lo2o ()
15178 {
15179 case ${1} in
15180 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15181 *) func_lo2o_result=${1} ;;
15182 esac
15183 }
15184
15185 # func_xform libobj-or-source
15186 func_xform ()
15187 {
15188 func_xform_result=${1%.*}.lo
15189 }
15190
15191 # func_arith arithmetic-term...
15192 func_arith ()
15193 {
15194 func_arith_result=$(( $* ))
15195 }
15196
15197 # func_len string
15198 # STRING may not start with a hyphen.
15199 func_len ()
15200 {
15201 func_len_result=${#1}
15202 }
15203
15204 _LT_EOF
15205 ;;
15206 *) # Bourne compatible functions.
15207 cat << \_LT_EOF >> "$cfgfile"
15208
15209 # func_dirname file append nondir_replacement
15210 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15211 # otherwise set result to NONDIR_REPLACEMENT.
15212 func_dirname ()
15213 {
15214 # Extract subdirectory from the argument.
15215 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15216 if test "X$func_dirname_result" = "X${1}"; then
15217 func_dirname_result="${3}"
15218 else
15219 func_dirname_result="$func_dirname_result${2}"
15220 fi
15221 }
15222
15223 # func_basename file
15224 func_basename ()
15225 {
15226 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15227 }
15228
15229
15230 # func_stripname prefix suffix name
15231 # strip PREFIX and SUFFIX off of NAME.
15232 # PREFIX and SUFFIX must not contain globbing or regex special
15233 # characters, hashes, percent signs, but SUFFIX may contain a leading
15234 # dot (in which case that matches only a dot).
15235 # func_strip_suffix prefix name
15236 func_stripname ()
15237 {
15238 case ${2} in
15239 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15240 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15241 esac
15242 }
15243
15244 # sed scripts:
15245 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15246 my_sed_long_arg='1s/^-[^=]*=//'
15247
15248 # func_opt_split
15249 func_opt_split ()
15250 {
15251 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15252 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15253 }
15254
15255 # func_lo2o object
15256 func_lo2o ()
15257 {
15258 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15259 }
15260
15261 # func_xform libobj-or-source
15262 func_xform ()
15263 {
15264 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15265 }
15266
15267 # func_arith arithmetic-term...
15268 func_arith ()
15269 {
15270 func_arith_result=`expr "$@"`
15271 }
15272
15273 # func_len string
15274 # STRING may not start with a hyphen.
15275 func_len ()
15276 {
15277 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15278 }
15279
15280 _LT_EOF
15281 esac
15282
15283 case $lt_shell_append in
15284 yes)
15285 cat << \_LT_EOF >> "$cfgfile"
15286
15287 # func_append var value
15288 # Append VALUE to the end of shell variable VAR.
15289 func_append ()
15290 {
15291 eval "$1+=\$2"
15292 }
15293 _LT_EOF
15294 ;;
15295 *)
15296 cat << \_LT_EOF >> "$cfgfile"
15297
15298 # func_append var value
15299 # Append VALUE to the end of shell variable VAR.
15300 func_append ()
15301 {
15302 eval "$1=\$$1\$2"
15303 }
15304
15305 _LT_EOF
15306 ;;
15307 esac
15308
15309
15310 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15311 || (rm -f "$cfgfile"; exit 1)
15312
15313 mv -f "$cfgfile" "$ofile" ||
15314 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15315 chmod +x "$ofile"
15316
15317 ;;
15318 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15319 rm -f Makesim1.tmp Makesim2.tmp Makefile
15320 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15321 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15322 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15323 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15324 <Makefile.sim >Makefile
15325 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15326 ;;
15327 "stamp-h":C) echo > stamp-h ;;
15328
15329 esac
15330 done # for ac_tag
15331
15332
15333 as_fn_exit 0
15334 _ACEOF
15335 ac_clean_files=$ac_clean_files_save
15336
15337 test $ac_write_fail = 0 ||
15338 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15339
15340
15341 # configure is writing to config.log, and then calls config.status.
15342 # config.status does its own redirection, appending to config.log.
15343 # Unfortunately, on DOS this fails, as config.log is still kept open
15344 # by configure, so config.status won't be able to write to it; its
15345 # output is simply discarded. So we exec the FD to /dev/null,
15346 # effectively closing config.log, so it can be properly (re)opened and
15347 # appended to by config.status. When coming back to configure, we
15348 # need to make the FD available again.
15349 if test "$no_create" != yes; then
15350 ac_cs_success=:
15351 ac_config_status_args=
15352 test "$silent" = yes &&
15353 ac_config_status_args="$ac_config_status_args --quiet"
15354 exec 5>/dev/null
15355 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15356 exec 5>>config.log
15357 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15358 # would make configure fail if this is the last instruction.
15359 $ac_cs_success || as_fn_exit $?
15360 fi
15361 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15362 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15363 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15364 fi
15365
15366
This page took 0.351453 seconds and 5 git commands to generate.